1
# English (Australia) translation for bzr
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3
# This file is distributed under the same license as the bzr package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
8
"Project-Id-Version: bzr\n"
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2012-07-10 11:35+0200\n"
11
"PO-Revision-Date: 2012-07-20 14:35+0000\n"
12
"Last-Translator: Rafael Neri <Unknown>\n"
13
"Language-Team: English (Australia) <en_AU@li.org>\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2012-07-21 04:30+0000\n"
19
"X-Generator: Launchpad (build 15654)\n"
3
22
msgid "skipping {0} (larger than {1} of {2} bytes)"
23
msgstr "skipping {0} (larger than {1} of {2} bytes)"
6
#: breezy/branch.py:872
25
#: bzrlib/branch.py:854
10
#: breezy/branch.py:3012
29
#: bzrlib/branch.py:2955
12
31
msgid "Pushed up to revision %d."
32
msgstr "Pushed up to revision %d."
15
#: breezy/branch.py:3014
34
#: bzrlib/branch.py:2957
17
36
msgid "%d tag updated."
18
37
msgid_plural "%d tags updated."
38
msgstr[0] "%d tag updated."
39
msgstr[1] "%d tags updated."
22
#: breezy/branch.py:3017
41
#: bzrlib/branch.py:2960
23
42
msgid "No new revisions or tags to push."
43
msgstr "No new revisions or tags to push."
26
#: breezy/branch.py:3019
45
#: bzrlib/branch.py:2962
27
46
msgid "No new revisions to push."
47
msgstr "No new revisions to push."
30
#: breezy/branch.py:3039
31
#, python-brace-format
49
#: bzrlib/branch.py:2982
32
50
msgid "checked branch {0} format {1}"
51
msgstr "checked branch {0} format {1}"
35
#: breezy/branch.py:3042
53
#: bzrlib/branch.py:2985
37
55
msgid "found error:%s"
56
msgstr "found error:%s"
40
#: breezy/builtins.py:251 breezy/builtins.py:3043 breezy/workingtree.py:324
58
#: bzrlib/builtins.py:251 bzrlib/builtins.py:3045 bzrlib/workingtree.py:323
42
60
msgid "Ignoring files outside view. View is %s"
61
msgstr "Ignoring files outside view. View is %s"
45
#: breezy/builtins.py:260
63
#: bzrlib/builtins.py:260
47
msgid "brz %s --revision takes exactly one revision identifier"
65
msgid "bzr %s --revision takes exactly one revision identifier"
66
msgstr "bzr %s --revision takes exactly one revision identifier"
50
#: breezy/builtins.py:315
68
#: bzrlib/builtins.py:315
51
69
msgid "Display status summary."
54
#: breezy/builtins.py:317
56
"This reports on versioned and unknown files, reporting them\n"
57
"grouped by state. Possible states are:"
60
#: breezy/builtins.py:320
63
" Versioned in the working copy but not in the previous revision."
66
#: breezy/builtins.py:323
69
" Versioned in the previous revision but removed or deleted\n"
70
" in the working copy."
73
#: breezy/builtins.py:327
76
" Path of this file changed from the previous revision;\n"
77
" the text may also have changed. This includes files whose\n"
78
" parent directory was renamed."
81
#: breezy/builtins.py:332
84
" Text has changed since the previous revision."
87
#: breezy/builtins.py:335
90
" File kind has been changed (e.g. from file to directory)."
93
#: breezy/builtins.py:338
96
" Not versioned and not matching an ignore pattern."
99
#: breezy/builtins.py:341
101
"Additionally for directories, symlinks and files with a changed\n"
102
"executable bit, Bazaar indicates their type using a trailing\n"
103
"character: '/', '@' or '*' respectively. These decorations can be\n"
104
"disabled using the '--no-classify' option."
107
#: breezy/builtins.py:346
109
"To see ignored files use 'brz ignored'. For details on the\n"
110
"changes to file texts, use 'brz diff'."
113
#: breezy/builtins.py:349
115
"Note that --short or -S gives status flags for each item, similar\n"
116
"to Subversion's status command. To get output similar to svn -q,\n"
117
"use brz status -SV."
120
#: breezy/builtins.py:353
122
"If no arguments are specified, the status of the entire working\n"
123
"directory is shown. Otherwise, only the status of the specified\n"
124
"files or directories is reported. If a directory is given, status\n"
125
"is reported for everything inside that directory."
128
#: breezy/builtins.py:358
130
"Before merges are committed, the pending merge tip revisions are\n"
131
"shown. To see all pending merge revisions, use the -v option.\n"
132
"To skip the display of pending merge information altogether, use\n"
133
"the no-pending option or specify a file/directory."
136
#: breezy/builtins.py:363
138
"To compare the working directory to a specific revision, pass a\n"
139
"single revision to the revision argument."
142
#: breezy/builtins.py:366
144
"To see which files have changed in a specific revision, or between\n"
145
"two revisions, pass a revision range to the revision argument.\n"
146
"This will produce the same results as calling 'brz diff --summarize'."
149
# help of 'short' option of 'status' command
150
#: breezy/builtins.py:375
70
msgstr "Display status summary."
72
#: bzrlib/builtins.py:317
74
"This reports on versioned and unknown files, reporting them\n"
75
"grouped by state. Possible states are:"
77
"This reports on versioned and unknown files, reporting them\n"
78
"grouped by state. Possible states are:"
80
#: bzrlib/builtins.py:320
83
" Versioned in the working copy but not in the previous revision."
86
" Versioned in the working copy but not in the previous revision."
88
#: bzrlib/builtins.py:323
91
" Versioned in the previous revision but removed or deleted\n"
92
" in the working copy."
95
" Versioned in the previous revision but removed or deleted\n"
96
" in the working copy."
98
#: bzrlib/builtins.py:327
101
" Path of this file changed from the previous revision;\n"
102
" the text may also have changed. This includes files whose\n"
103
" parent directory was renamed."
106
" Path of this file changed from the previous revision;\n"
107
" the text may also have changed. This includes files whose\n"
108
" parent directory was renamed."
110
#: bzrlib/builtins.py:332
113
" Text has changed since the previous revision."
116
" Text has changed since the previous revision."
118
#: bzrlib/builtins.py:335
121
" File kind has been changed (e.g. from file to directory)."
124
" File kind has been changed (e.g. from file to directory)."
126
#: bzrlib/builtins.py:338
129
" Not versioned and not matching an ignore pattern."
132
" Not versioned and not matching an ignore pattern."
134
#: bzrlib/builtins.py:341
136
"Additionally for directories, symlinks and files with a changed\n"
137
"executable bit, Bazaar indicates their type using a trailing\n"
138
"character: '/', '@' or '*' respectively. These decorations can be\n"
139
"disabled using the '--no-classify' option."
141
"Additionally for directories, symlinks and files with a changed\n"
142
"executable bit, Bazaar indicates their type using a trailing\n"
143
"character: '/', '@' or '*' respectively. These decorations can be\n"
144
"disabled using the '--no-classify' option."
146
#: bzrlib/builtins.py:346
148
"To see ignored files use 'bzr ignored'. For details on the\n"
149
"changes to file texts, use 'bzr diff'."
151
"To see ignored files use 'bzr ignored'. For details on the\n"
152
"changes to file texts, use 'bzr diff'."
154
#: bzrlib/builtins.py:349
156
"Note that --short or -S gives status flags for each item, similar\n"
157
"to Subversion's status command. To get output similar to svn -q,\n"
158
"use bzr status -SV."
160
"Note that --short or -S gives status flags for each item, similar\n"
161
"to Subversion's status command. To get output similar to svn -q,\n"
162
"use bzr status -SV."
164
#: bzrlib/builtins.py:353
166
"If no arguments are specified, the status of the entire working\n"
167
"directory is shown. Otherwise, only the status of the specified\n"
168
"files or directories is reported. If a directory is given, status\n"
169
"is reported for everything inside that directory."
171
"If no arguments are specified, the status of the entire working\n"
172
"directory is shown. Otherwise, only the status of the specified\n"
173
"files or directories is reported. If a directory is given, status\n"
174
"is reported for everything inside that directory."
176
#: bzrlib/builtins.py:358
178
"Before merges are committed, the pending merge tip revisions are\n"
179
"shown. To see all pending merge revisions, use the -v option.\n"
180
"To skip the display of pending merge information altogether, use\n"
181
"the no-pending option or specify a file/directory."
183
"Before merges are committed, the pending merge tip revisions are\n"
184
"shown. To see all pending merge revisions, use the -v option.\n"
185
"To skip the display of pending merge information altogether, use\n"
186
"the no-pending option or specify a file/directory."
188
#: bzrlib/builtins.py:363
190
"To compare the working directory to a specific revision, pass a\n"
191
"single revision to the revision argument."
193
"To compare the working directory to a specific revision, pass a\n"
194
"single revision to the revision argument."
196
#: bzrlib/builtins.py:366
198
"To see which files have changed in a specific revision, or between\n"
199
"two revisions, pass a revision range to the revision argument.\n"
200
"This will produce the same results as calling 'bzr diff --summarize'."
202
"To see which files have changed in a specific revision, or between\n"
203
"two revisions, pass a revision range to the revision argument.\n"
204
"This will produce the same results as calling 'bzr diff --summarize'."
206
#: bzrlib/builtins.py:375
151
207
msgid "Use short status indicators."
208
msgstr "Use short status indicators."
154
# help of 'versioned' option of 'status' command
155
#: breezy/builtins.py:377
210
#: bzrlib/builtins.py:377
156
211
msgid "Only show versioned files."
212
msgstr "Only show versioned files."
159
# help of 'no-pending' option of 'status' command
160
#: breezy/builtins.py:379
214
#: bzrlib/builtins.py:379
161
215
msgid "Don't show pending merges."
216
msgstr "Don't show pending merges."
164
# help of 'no-classify' option of 'status' command
165
#: breezy/builtins.py:382
218
#: bzrlib/builtins.py:382
166
219
msgid "Do not mark object type using indicator."
169
#: breezy/builtins.py:397
170
msgid "brz status --revision takes exactly one or two revision specifiers"
173
#: breezy/builtins.py:441 breezy/builtins.py:5229
220
msgstr "Do not mark object type using indicator."
222
#: bzrlib/builtins.py:397
223
msgid "bzr status --revision takes exactly one or two revision specifiers"
224
msgstr "bzr status --revision takes exactly one or two revision specifiers"
226
#: bzrlib/builtins.py:441 bzrlib/builtins.py:5230
174
227
msgid "You can only supply one of revision_id or --revision"
228
msgstr "You can only supply one of revision_id or --revision"
177
#: breezy/builtins.py:444 breezy/builtins.py:5231
230
#: bzrlib/builtins.py:444 bzrlib/builtins.py:5232
178
231
msgid "You must supply either --revision or a revision_id"
232
msgstr "You must supply either --revision or a revision_id"
181
#: breezy/builtins.py:451
234
#: bzrlib/builtins.py:451
183
236
msgid "Repository %r does not support access to raw revision texts"
237
msgstr "Repository %r does not support access to raw revision texts"
186
#: breezy/builtins.py:462
187
#, python-brace-format
239
#: bzrlib/builtins.py:462
188
240
msgid "The repository {0} contains no revision {1}."
241
msgstr "The repository {0} contains no revision {1}."
191
#: breezy/builtins.py:469
243
#: bzrlib/builtins.py:469
192
244
msgid "You cannot specify a NULL revision."
245
msgstr "You cannot specify a NULL revision."
195
#: breezy/builtins.py:561
247
#: bzrlib/builtins.py:561
196
248
msgid "Remove the working tree from a given branch/checkout."
199
#: breezy/builtins.py:563
201
"Since a lightweight checkout is little more than a working tree\n"
202
"this will refuse to run against one."
205
#: breezy/builtins.py:566
206
msgid "To re-create the working tree, use \"brz checkout\"."
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."
214
#: breezy/builtins.py:586
249
msgstr "Remove the working tree from a given branch/checkout."
251
#: bzrlib/builtins.py:563
253
"Since a lightweight checkout is little more than a working tree\n"
254
"this will refuse to run against one."
256
"Since a lightweight checkout is little more than a working tree\n"
257
"this will refuse to run against one."
259
#: bzrlib/builtins.py:566
260
msgid "To re-create the working tree, use \"bzr checkout\"."
261
msgstr "To re-create the working tree, use \"bzr checkout\"."
263
#: bzrlib/builtins.py:572
265
"Remove the working tree even if it has uncommitted or shelved changes."
267
"Remove the working tree even if it has uncommitted or shelved changes."
269
#: bzrlib/builtins.py:586
215
270
msgid "No working tree to remove"
271
msgstr "No working tree to remove"
218
#: breezy/builtins.py:588
273
#: bzrlib/builtins.py:588
219
274
msgid "You cannot remove the working tree of a remote path"
275
msgstr "You cannot remove the working tree of a remote path"
222
#: breezy/builtins.py:597
277
#: bzrlib/builtins.py:597
223
278
msgid "You cannot remove the working tree from a lightweight checkout"
226
#: breezy/builtins.py:637
228
"The tree does not appear to be corrupt. You probably want \"brz revert\" "
229
"instead. Use \"--force\" if you are sure you want to reset the working tree."
232
#: breezy/builtins.py:648
234
", the header appears corrupt, try passing -r -1 to set the state to the last "
238
#: breezy/builtins.py:652
239
#, python-brace-format
279
msgstr "You cannot remove the working tree from a lightweight checkout"
281
#: bzrlib/builtins.py:637
283
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
284
"instead. Use \"--force\" if you are sure you want to reset the working tree."
286
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
287
"instead. Use \"--force\" if you are sure you want to reset the working tree."
289
#: bzrlib/builtins.py:648
291
", the header appears corrupt, try passing -r -1 to set the state to the last "
294
", the header appears corrupt, try passing -r -1 to set the state to the last "
297
#: bzrlib/builtins.py:652
240
298
msgid "failed to reset the tree state{0}"
299
msgstr "failed to reset the tree state{0}"
243
#: breezy/builtins.py:656
301
#: bzrlib/builtins.py:656
244
302
msgid "Show current revision number."
303
msgstr "Show current revision number."
247
#: breezy/builtins.py:658
305
#: bzrlib/builtins.py:658
248
306
msgid "This is equal to the number of revisions on this branch."
307
msgstr "This is equal to the number of revisions on this branch."
251
#: breezy/builtins.py:671
309
#: bzrlib/builtins.py:671
252
310
msgid "--tree and --revision can not be used together"
255
#: breezy/builtins.py:688
256
msgid "Revision numbers only make sense for single revisions, not ranges"
259
# help of 'tree' option of 'revno' command
260
#: breezy/builtins.py:712
311
msgstr "--tree and --revision can not be used together"
313
#: bzrlib/builtins.py:688 bzrlib/builtins.py:5986
314
msgid "Tags can only be placed on a single revision, not on a range"
315
msgstr "Tags can only be placed on a single revision, not on a range"
317
#: bzrlib/builtins.py:712
261
318
msgid "Show revno of working tree."
319
msgstr "Show revno of working tree."
264
#: breezy/builtins.py:760
321
#: bzrlib/builtins.py:760
265
322
msgid "Add specified files or directories."
268
#: breezy/builtins.py:762
270
"In non-recursive mode, all the named items are added, regardless\n"
271
"of whether they were previously ignored. A warning is given if\n"
272
"any of the named files are already versioned."
275
#: breezy/builtins.py:766
277
"In recursive mode (the default), files are treated the same way\n"
278
"but the behaviour for directories is different. Directories that\n"
279
"are already versioned do not give a warning. All directories,\n"
280
"whether already versioned or not, are searched for files or\n"
281
"subdirectories that are neither versioned or ignored, and these\n"
282
"are added. This search proceeds recursively into versioned\n"
283
"directories. If no names are given '.' is assumed."
286
#: breezy/builtins.py:774
288
"A warning will be printed when nested trees are encountered,\n"
289
"unless they are explicitly ignored."
292
#: breezy/builtins.py:777
294
"Therefore simply saying 'brz add' will version all files that\n"
295
"are currently unknown."
298
#: breezy/builtins.py:780
300
"Adding a file whose parent directory is not versioned will\n"
301
"implicitly add the parent, and so on up to the root. This means\n"
302
"you should never need to explicitly add a directory, they'll just\n"
303
"get added when you add a file in the directory."
306
#: breezy/builtins.py:785
308
"--dry-run will show which files would be added, but not actually\n"
312
#: breezy/builtins.py:788
314
"--file-ids-from will try to use the file ids from the supplied path.\n"
315
"It looks up ids trying to find a matching parent directory with the\n"
316
"same filename, and then by pure path. This option is rarely needed\n"
317
"but can be useful when adding the same logical file into two\n"
318
"branches that will be merged later (without showing the two different\n"
319
"adds as a conflict). It is also useful when merging another project\n"
320
"into a subdirectory of this one."
323
#: breezy/builtins.py:796
325
"Any files matching patterns in the ignore list will not be added\n"
326
"unless they are explicitly mentioned."
329
#: breezy/builtins.py:799
331
"In recursive mode, files larger than the configuration option \n"
332
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
336
# help of 'no-recurse' option of 'add' command
337
#: breezy/builtins.py:806
323
msgstr "Add specified files or directories."
325
#: bzrlib/builtins.py:762
327
"In non-recursive mode, all the named items are added, regardless\n"
328
"of whether they were previously ignored. A warning is given if\n"
329
"any of the named files are already versioned."
331
"In non-recursive mode, all the named items are added, regardless\n"
332
"of whether they were previously ignored. A warning is given if\n"
333
"any of the named files are already versioned."
335
#: bzrlib/builtins.py:766
337
"In recursive mode (the default), files are treated the same way\n"
338
"but the behaviour for directories is different. Directories that\n"
339
"are already versioned do not give a warning. All directories,\n"
340
"whether already versioned or not, are searched for files or\n"
341
"subdirectories that are neither versioned or ignored, and these\n"
342
"are added. This search proceeds recursively into versioned\n"
343
"directories. If no names are given '.' is assumed."
345
"In recursive mode (the default), files are treated the same way\n"
346
"but the behaviour for directories is different. Directories that\n"
347
"are already versioned do not give a warning. All directories,\n"
348
"whether already versioned or not, are searched for files or\n"
349
"subdirectories that are neither versioned or ignored, and these\n"
350
"are added. This search proceeds recursively into versioned\n"
351
"directories. If no names are given '.' is assumed."
353
#: bzrlib/builtins.py:774
355
"A warning will be printed when nested trees are encountered,\n"
356
"unless they are explicitly ignored."
358
"A warning will be printed when nested trees are encountered,\n"
359
"unless they are explicitly ignored."
361
#: bzrlib/builtins.py:777
363
"Therefore simply saying 'bzr add' will version all files that\n"
364
"are currently unknown."
366
"Therefore simply saying 'bzr add' will version all files that\n"
367
"are currently unknown."
369
#: bzrlib/builtins.py:780
371
"Adding a file whose parent directory is not versioned will\n"
372
"implicitly add the parent, and so on up to the root. This means\n"
373
"you should never need to explicitly add a directory, they'll just\n"
374
"get added when you add a file in the directory."
376
"Adding a file whose parent directory is not versioned will\n"
377
"implicitly add the parent, and so on up to the root. This means\n"
378
"you should never need to explicitly add a directory, they'll just\n"
379
"get added when you add a file in the directory."
381
#: bzrlib/builtins.py:785
383
"--dry-run will show which files would be added, but not actually\n"
386
"--dry-run will show which files would be added, but not actually\n"
389
#: bzrlib/builtins.py:788
391
"--file-ids-from will try to use the file ids from the supplied path.\n"
392
"It looks up ids trying to find a matching parent directory with the\n"
393
"same filename, and then by pure path. This option is rarely needed\n"
394
"but can be useful when adding the same logical file into two\n"
395
"branches that will be merged later (without showing the two different\n"
396
"adds as a conflict). It is also useful when merging another project\n"
397
"into a subdirectory of this one."
399
"--file-ids-from will try to use the file ids from the supplied path.\n"
400
"It looks up ids trying to find a matching parent directory with the\n"
401
"same filename, and then by pure path. This option is rarely needed\n"
402
"but can be useful when adding the same logical file into two\n"
403
"branches that will be merged later (without showing the two different\n"
404
"adds as a conflict). It is also useful when merging another project\n"
405
"into a subdirectory of this one."
407
#: bzrlib/builtins.py:796
409
"Any files matching patterns in the ignore list will not be added\n"
410
"unless they are explicitly mentioned."
412
"Any files matching patterns in the ignore list will not be added\n"
413
"unless they are explicitly mentioned."
415
#: bzrlib/builtins.py:799
417
"In recursive mode, files larger than the configuration option \n"
418
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
421
"In recursive mode, files larger than the configuration option \n"
422
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
425
#: bzrlib/builtins.py:806
338
426
msgid "Don't recursively add the contents of directories."
427
msgstr "Don't recursively add the contents of directories."
341
# help of 'file-ids-from' option of 'add' command
342
#: breezy/builtins.py:813
429
#: bzrlib/builtins.py:813
343
430
msgid "Lookup file ids from this tree."
431
msgstr "Lookup file ids from this tree."
346
#: breezy/builtins.py:849
347
#, python-brace-format
433
#: bzrlib/builtins.py:849
348
434
msgid "ignored {0} matching \"{1}\"\n"
435
msgstr "ignored {0} matching \"{1}\"\n"
351
#: breezy/builtins.py:854
437
#: bzrlib/builtins.py:854
352
438
msgid "Create a new versioned directory."
439
msgstr "Create a new versioned directory."
355
#: breezy/builtins.py:856
441
#: bzrlib/builtins.py:856
356
442
msgid "This is equivalent to creating the directory and then adding it."
443
msgstr "This is equivalent to creating the directory and then adding it."
359
# help of 'parents' option of 'mkdir' command
360
#: breezy/builtins.py:863
445
#: bzrlib/builtins.py:863
361
446
msgid "No error if existing, make parent directories as needed."
447
msgstr "No error if existing, make parent directories as needed."
364
#: breezy/builtins.py:897
449
#: bzrlib/builtins.py:897
366
451
msgid "added %s\n"
369
#: breezy/builtins.py:939
454
#: bzrlib/builtins.py:939
371
456
msgid "invalid kind %r specified"
457
msgstr "invalid kind %r specified"
374
#: breezy/builtins.py:976
459
#: bzrlib/builtins.py:976
375
460
msgid "Move or rename a file."
378
#: breezy/builtins.py:978
379
msgid " brz mv SOURCE... DESTINATION"
382
#: breezy/builtins.py:980
384
"If the last argument is a versioned directory, all the other names\n"
385
"are moved into it. Otherwise, there must be exactly two arguments\n"
386
"and the file is changed to a new name."
389
#: breezy/builtins.py:984
391
"If OLDNAME does not exist on the filesystem but is versioned and\n"
392
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
393
"assumes that the file has been manually moved and only updates\n"
394
"its internal inventory to reflect that change.\n"
395
"The same is valid when moving many SOURCE files to a DESTINATION."
398
#: breezy/builtins.py:990
461
msgstr "Move or rename a file."
463
#: bzrlib/builtins.py:978
464
msgid " bzr mv SOURCE... DESTINATION"
465
msgstr " bzr mv SOURCE... DESTINATION"
467
#: bzrlib/builtins.py:980
469
"If the last argument is a versioned directory, all the other names\n"
470
"are moved into it. Otherwise, there must be exactly two arguments\n"
471
"and the file is changed to a new name."
473
"If the last argument is a versioned directory, all the other names\n"
474
"are moved into it. Otherwise, there must be exactly two arguments\n"
475
"and the file is changed to a new name."
477
#: bzrlib/builtins.py:984
479
"If OLDNAME does not exist on the filesystem but is versioned and\n"
480
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
481
"assumes that the file has been manually moved and only updates\n"
482
"its internal inventory to reflect that change.\n"
483
"The same is valid when moving many SOURCE files to a DESTINATION."
485
"If OLDNAME does not exist on the filesystem but is versioned and\n"
486
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
487
"assumes that the file has been manually moved and only updates\n"
488
"its internal inventory to reflect that change.\n"
489
"The same is valid when moving many SOURCE files to a DESTINATION."
491
#: bzrlib/builtins.py:990
399
492
msgid "Files cannot be moved between branches."
493
msgstr "Files cannot be moved between branches."
402
# help of 'after' option of 'mv' command
403
#: breezy/builtins.py:997
495
#: bzrlib/builtins.py:997
405
"Move only the brz identifier of the file, because the file has already been "
497
"Move only the bzr identifier of the file, because the file has already been "
500
"Move only the bzr identifier of the file, because the file has already been "
409
# help of 'auto' option of 'mv' command
410
#: breezy/builtins.py:999
503
#: bzrlib/builtins.py:999
411
504
msgid "Automatically guess renames."
505
msgstr "Automatically guess renames."
414
# help of 'dry-run' option of 'mv' command
415
#: breezy/builtins.py:1000
507
#: bzrlib/builtins.py:1000
416
508
msgid "Avoid making changes when guessing renames."
509
msgstr "Avoid making changes when guessing renames."
419
#: breezy/builtins.py:1009
511
#: bzrlib/builtins.py:1009
420
512
msgid "--dry-run requires --auto."
513
msgstr "--dry-run requires --auto."
423
#: breezy/builtins.py:1013
515
#: bzrlib/builtins.py:1013
424
516
msgid "missing file argument"
517
msgstr "missing file argument"
427
#: breezy/builtins.py:1017
519
#: bzrlib/builtins.py:1017
428
520
msgid "can not move root of branch"
521
msgstr "can not move root of branch"
431
#: breezy/builtins.py:1023
523
#: bzrlib/builtins.py:1023
432
524
msgid "Only one path may be specified to --auto."
525
msgstr "Only one path may be specified to --auto."
435
#: breezy/builtins.py:1026
527
#: bzrlib/builtins.py:1026
436
528
msgid "--after cannot be specified with --auto."
529
msgstr "--after cannot be specified with --auto."
439
#: breezy/builtins.py:1062
531
#: bzrlib/builtins.py:1062
440
532
msgid "to mv multiple files the destination must be a versioned directory"
533
msgstr "to mv multiple files the destination must be a versioned directory"
443
#: breezy/builtins.py:1114
535
#: bzrlib/builtins.py:1114
444
536
msgid "Turn this branch into a mirror of another branch."
447
#: breezy/builtins.py:1116
449
"By default, this command only works on branches that have not diverged.\n"
450
"Branches are considered diverged if the destination branch's most recent \n"
451
"commit is one that has not been merged (directly or indirectly) into the \n"
455
#: breezy/builtins.py:1121
457
"If branches have diverged, you can use 'brz merge' to integrate the changes\n"
458
"from one into the other. Once one branch has merged, the other should\n"
459
"be able to pull it again."
462
#: breezy/builtins.py:1125
464
"If you want to replace your local changes and just want your branch to\n"
465
"match the remote one, use pull --overwrite. This will work even if the two\n"
466
"branches have diverged."
469
#: breezy/builtins.py:1129
471
"If there is no default location set, the first pull will set it (use\n"
472
"--no-remember to avoid setting it). After that, you can omit the\n"
473
"location to use the default. To change the default, use --remember. The\n"
474
"value will only be saved if the remote location can be accessed."
477
#: breezy/builtins.py:1134
479
"The --verbose option will display the revisions pulled using the log_format\n"
480
"configuration option. You can use a different format by overriding it with\n"
481
"-Olog_format=<other_format>."
484
#: breezy/builtins.py:1138
486
"Note: The location can be specified either in the form of a branch,\n"
487
"or in the form of a path to a file containing a merge directive generated\n"
491
# help of 'verbose' option of 'pull' command
492
#: breezy/builtins.py:1146
537
msgstr "Turn this branch into a mirror of another branch."
539
#: bzrlib/builtins.py:1116
541
"By default, this command only works on branches that have not diverged.\n"
542
"Branches are considered diverged if the destination branch's most recent \n"
543
"commit is one that has not been merged (directly or indirectly) into the \n"
546
"By default, this command only works on branches that have not diverged.\n"
547
"Branches are considered diverged if the destination branch's most recent \n"
548
"commit is one that has not been merged (directly or indirectly) into the \n"
551
#: bzrlib/builtins.py:1121
553
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
554
"from one into the other. Once one branch has merged, the other should\n"
555
"be able to pull it again."
557
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
558
"from one into the other. Once one branch has merged, the other should\n"
559
"be able to pull it again."
561
#: bzrlib/builtins.py:1125
563
"If you want to replace your local changes and just want your branch to\n"
564
"match the remote one, use pull --overwrite. This will work even if the two\n"
565
"branches have diverged."
567
"If you want to replace your local changes and just want your branch to\n"
568
"match the remote one, use pull --overwrite. This will work even if the two\n"
569
"branches have diverged."
571
#: bzrlib/builtins.py:1129
573
"If there is no default location set, the first pull will set it (use\n"
574
"--no-remember to avoid setting it). After that, you can omit the\n"
575
"location to use the default. To change the default, use --remember. The\n"
576
"value will only be saved if the remote location can be accessed."
578
"If there is no default location set, the first pull will set it (use\n"
579
"--no-remember to avoid setting it). After that, you can omit the\n"
580
"location to use the default. To change the default, use --remember. The\n"
581
"value will only be saved if the remote location can be accessed."
583
#: bzrlib/builtins.py:1134
585
"The --verbose option will display the revisions pulled using the log_format\n"
586
"configuration option. You can use a different format by overriding it with\n"
587
"-Olog_format=<other_format>."
589
"The --verbose option will display the revisions pulled using the log_format\n"
590
"configuration option. You can use a different format by overriding it with\n"
591
"-Olog_format=<other_format>."
593
#: bzrlib/builtins.py:1138
595
"Note: The location can be specified either in the form of a branch,\n"
596
"or in the form of a path to a file containing a merge directive generated\n"
599
"Note: The location can be specified either in the form of a branch,\n"
600
"or in the form of a path to a file containing a merge directive generated\n"
603
#: bzrlib/builtins.py:1146
493
604
msgid "Show logs of pulled revisions."
496
# help of 'directory' option of 'pull' command
497
#: breezy/builtins.py:1148
499
"Branch to pull into, rather than the one containing the working directory."
502
# help of 'local' option of 'pull' command
503
#: breezy/builtins.py:1151
505
"Perform a local pull in a bound branch. Local pulls are not applied to the "
509
#: breezy/builtins.py:1188
510
msgid "No working tree, ignoring --show-base"
513
#: breezy/builtins.py:1204
605
msgstr "Show logs of pulled revisions."
607
#: bzrlib/builtins.py:1148
609
"Branch to pull into, rather than the one containing the working directory."
611
"Branch to pull into, rather than the one containing the working directory."
613
#: bzrlib/builtins.py:1151
615
"Perform a local pull in a bound branch. Local pulls are not applied to the "
618
"Perform a local pull in a bound branch. Local pulls are not applied to the "
621
#: bzrlib/builtins.py:1189
622
msgid "Need working tree for --show-base."
623
msgstr "Need working tree for --show-base."
625
#: bzrlib/builtins.py:1205
514
626
msgid "No pull location known or specified."
627
msgstr "No pull location known or specified."
517
#: breezy/builtins.py:1210
629
#: bzrlib/builtins.py:1211
519
631
msgid "Using saved parent location: %s\n"
632
msgstr "Using saved parent location: %s\n"
522
#: breezy/builtins.py:1217 breezy/builtins.py:4423
634
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
523
635
msgid "Cannot use -r with merge directives or bundles"
636
msgstr "Cannot use -r with merge directives or bundles"
526
#: breezy/builtins.py:1260
638
#: bzrlib/builtins.py:1261
527
639
msgid "Update a mirror of this branch."
640
msgstr "Update a mirror of this branch."
530
#: breezy/builtins.py:1262
642
#: bzrlib/builtins.py:1263
532
644
"The target branch will not have its working tree populated because this\n"
533
645
"is both expensive, and is not supported on remote file systems."
536
#: breezy/builtins.py:1265
538
"Some smart servers or protocols *may* put the working tree in place in\n"
542
#: breezy/builtins.py:1268
544
"This command only works on branches that have not diverged. Branches are\n"
545
"considered diverged if the destination branch's most recent commit is one\n"
546
"that has not been merged (directly or indirectly) by the source branch."
549
#: breezy/builtins.py:1272
551
"If branches have diverged, you can use 'brz push --overwrite' to replace\n"
552
"the other branch completely, discarding its unmerged changes."
555
#: breezy/builtins.py:1275
557
"If you want to ensure you have the different changes in the other branch,\n"
558
"do a merge (see brz help merge) from the other branch, and commit that.\n"
559
"After that you will be able to do a push without '--overwrite'."
562
#: breezy/builtins.py:1279
564
"If there is no default push location set, the first push will set it (use\n"
565
"--no-remember to avoid setting it). After that, you can omit the\n"
566
"location to use the default. To change the default, use --remember. The\n"
567
"value will only be saved if the remote location can be accessed."
570
#: breezy/builtins.py:1284
572
"The --verbose option will display the revisions pushed using the log_format\n"
573
"configuration option. You can use a different format by overriding it with\n"
574
"-Olog_format=<other_format>."
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
581
"Branch to push from, rather than the one containing the working directory."
584
# help of 'use-existing-dir' option of 'push' command
585
#: breezy/builtins.py:1298
587
"By default push will fail if the target directory exists, but does not "
588
"already have a control directory. This flag will allow push to proceed."
591
# help of 'stacked' option of 'push' command
592
#: breezy/builtins.py:1303
594
"Create a stacked branch that references the public location of the parent "
598
# help of 'stacked-on' option of 'push' command
599
#: breezy/builtins.py:1306
601
"Create a stacked branch that refers to another branch for the commit "
602
"history. Only the work not present in the referenced branch is included in "
603
"the branch created."
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
610
"Refuse to push if there are uncommitted changes in the working tree, --no-"
611
"strict disables the check."
614
# help of 'no-tree' option of 'push' command
615
#: breezy/builtins.py:1314
647
"The target branch will not have its working tree populated because this\n"
648
"is both expensive and is not supported on remote file systems."
650
#: bzrlib/builtins.py:1266
652
"Some smart servers or protocols *may* put the working tree in place in\n"
655
"Some smart servers or protocols *may* put the working tree in place in\n"
658
#: bzrlib/builtins.py:1269
660
"This command only works on branches that have not diverged. Branches are\n"
661
"considered diverged if the destination branch's most recent commit is one\n"
662
"that has not been merged (directly or indirectly) by the source branch."
664
"This command only works on branches that have not diverged. Branches are\n"
665
"considered diverged if the destination branch's most recent commit is one\n"
666
"that has not been merged (directly or indirectly) by the source branch."
668
#: bzrlib/builtins.py:1273
670
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
671
"the other branch completely, discarding its unmerged changes."
673
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
674
"the other branch completely, discarding its unmerged changes."
676
#: bzrlib/builtins.py:1276
678
"If you want to ensure you have the different changes in the other branch,\n"
679
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
680
"After that you will be able to do a push without '--overwrite'."
682
"If you want to ensure you have the different changes in the other branch,\n"
683
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
684
"After that you will be able to do a push without '--overwrite'."
686
#: bzrlib/builtins.py:1280
688
"If there is no default push location set, the first push will set it (use\n"
689
"--no-remember to avoid setting it). After that, you can omit the\n"
690
"location to use the default. To change the default, use --remember. The\n"
691
"value will only be saved if the remote location can be accessed."
693
"If there is no default push location set, the first push will set it (use\n"
694
"--no-remember to avoid setting it). After that, you can omit the\n"
695
"location to use the default. To change the default, use --remember. The\n"
696
"value will only be saved if the remote location can be accessed."
698
#: bzrlib/builtins.py:1285
700
"The --verbose option will display the revisions pushed using the log_format\n"
701
"configuration option. You can use a different format by overriding it with\n"
702
"-Olog_format=<other_format>."
704
"The --verbose option will display the revisions pushed using the log_format\n"
705
"configuration option. You can use a different format by overriding it with\n"
706
"-Olog_format=<other_format>."
708
#: bzrlib/builtins.py:1296 bzrlib/foreign.py:272
710
"Branch to push from, rather than the one containing the working directory."
712
"Branch to push from, rather than the one containing the working directory."
714
#: bzrlib/builtins.py:1299
716
"By default push will fail if the target directory exists, but does not "
717
"already have a control directory. This flag will allow push to proceed."
719
"By default push will fail if the target directory exists, but does not "
720
"already have a control directory. This flag will allow push to proceed."
722
#: bzrlib/builtins.py:1304
724
"Create a stacked branch that references the public location of the parent "
727
"Create a stacked branch that references the public location of the parent "
730
#: bzrlib/builtins.py:1307
732
"Create a stacked branch that refers to another branch for the commit "
733
"history. Only the work not present in the referenced branch is included in "
734
"the branch created."
736
"Create a stacked branch that refers to another branch for the commit "
737
"history. Only the work not present in the referenced branch is included in "
738
"the branch created."
740
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
742
"Refuse to push if there are uncommitted changes in the working tree, --no-"
743
"strict disables the check."
745
"Refuse to push if there are uncommitted changes in the working tree, --no-"
746
"strict disables the check."
748
#: bzrlib/builtins.py:1315
616
749
msgid "Don't populate the working tree, even for protocols that support it."
750
msgstr "Don't populate the working tree, even for protocols that support it."
619
# help of 'overwrite-tags' option of 'pull' command
620
# help of 'overwrite-tags' option of 'push' command
621
#: breezy/builtins.py:1317
752
#: bzrlib/builtins.py:1318
622
753
msgid "Overwrite tags only."
754
msgstr "Overwrite tags only."
625
#: breezy/builtins.py:1368
756
#: bzrlib/builtins.py:1369
626
757
msgid "Could not determine branch to refer to."
758
msgstr "Could not determine branch to refer to."
629
#: breezy/builtins.py:1377
760
#: bzrlib/builtins.py:1378
632
763
"No push location known or specified. To push to the parent branch (at %s), "
633
"use 'brz push :parent'."
764
"use 'bzr push :parent'."
766
"No push location known or specified. To push to the parent branch (at %s), "
767
"use 'bzr push :parent'."
636
#: breezy/builtins.py:1383 breezy/foreign.py:306
769
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
637
770
msgid "No push location known or specified."
771
msgstr "No push location known or specified."
640
#: breezy/builtins.py:1387
773
#: bzrlib/builtins.py:1388
642
775
msgid "Using saved push location: %s"
776
msgstr "Using saved push location: %s"
645
#: breezy/builtins.py:1397
778
#: bzrlib/builtins.py:1398
646
779
msgid "Create a new branch that is a copy of an existing branch."
649
#: breezy/builtins.py:1399
651
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
652
"be used. In other words, \"branch ../foo/bar\" will attempt to create ./"
654
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
655
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
656
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
660
#: breezy/builtins.py:1406
662
"To retrieve the branch as of a particular revision, supply the --revision\n"
663
"parameter, as in \"branch foo/bar -r 5\"."
666
#: breezy/builtins.py:1409
780
msgstr "Create a new branch that is a copy of an existing branch."
782
#: bzrlib/builtins.py:1400
784
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
785
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
787
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
788
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
789
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
792
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
793
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
795
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
796
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
797
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
800
#: bzrlib/builtins.py:1407
802
"To retrieve the branch as of a particular revision, supply the --revision\n"
803
"parameter, as in \"branch foo/bar -r 5\"."
805
"To retrieve the branch as of a particular revision, supply the --revision\n"
806
"parameter, as in \"branch foo/bar -r 5\"."
808
#: bzrlib/builtins.py:1410
667
809
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
810
msgstr "The synonyms 'clone' and 'get' for this command are deprecated."
670
# help of 'no-tree' option of 'branch' command
671
#: breezy/builtins.py:1419
812
#: bzrlib/builtins.py:1420
672
813
msgid "Create a branch without a working-tree."
814
msgstr "Create a branch without a working-tree."
675
# help of 'switch' option of 'branch' command
676
#: breezy/builtins.py:1421
816
#: bzrlib/builtins.py:1422
677
817
msgid "Switch the checkout in the current directory to the new branch."
818
msgstr "Switch the checkout in the current directory to the new branch."
680
# help of 'stacked' option of 'branch' command
681
#: breezy/builtins.py:1424
820
#: bzrlib/builtins.py:1425
683
822
"Create a stacked branch referring to the source branch. The new branch will "
684
823
"depend on the availability of the source branch for all operations."
825
"Create a stacked branch referring to the source branch. The new branch will "
826
"depend on the availability of the source branch for all operations."
687
# help of 'standalone' option of 'branch' command
688
#: breezy/builtins.py:1428
828
#: bzrlib/builtins.py:1429
689
829
msgid "Do not use a shared repository, even if available."
830
msgstr "Do not use a shared repository, even if available."
692
# help of 'use-existing-dir' option of 'branch' command
693
#: breezy/builtins.py:1430
832
#: bzrlib/builtins.py:1431
695
834
"By default branch will fail if the target directory exists, but does not "
696
835
"already have a control directory. This flag will allow branch to proceed."
837
"By default branch will fail if the target directory exists, but does not "
838
"already have a control directory. This flag will allow branch to proceed."
699
# help of 'bind' option of 'branch' command
700
#: breezy/builtins.py:1435
840
#: bzrlib/builtins.py:1436
701
841
msgid "Bind new branch to from location."
842
msgstr "Bind new branch to from location."
704
#: breezy/builtins.py:1482
844
#: bzrlib/builtins.py:1483
706
846
msgid "Target directory \"%s\" already exists."
847
msgstr "Target directory \"%s\" already exists."
709
#: breezy/builtins.py:1494
849
#: bzrlib/builtins.py:1495
711
851
msgid "Parent of \"%s\" does not exist."
852
msgstr "Parent of \"%s\" does not exist."
714
#: breezy/builtins.py:1513
715
#, python-brace-format
854
#: bzrlib/builtins.py:1514
716
855
msgid "The branch {0} has no revision {1}."
856
msgstr "The branch {0} has no revision {1}."
719
#: breezy/builtins.py:1528 breezy/push.py:53
858
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
721
860
msgid "Created new stacked branch referring to %s."
861
msgstr "Created new stacked branch referring to %s."
724
#: breezy/builtins.py:1532
863
#: bzrlib/builtins.py:1533
726
865
msgid "Branched %d revision."
727
866
msgid_plural "Branched %d revisions."
867
msgstr[0] "Branched %d revision."
868
msgstr[1] "Branched %d revisions."
731
#: breezy/builtins.py:1537
870
#: bzrlib/builtins.py:1538
733
872
msgid "New branch bound to %s"
873
msgstr "New branch bound to %s"
736
#: breezy/builtins.py:1542 breezy/builtins.py:6283
875
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
738
877
msgid "Switched to branch: %s"
878
msgstr "Switched to branch: %s"
741
#: breezy/builtins.py:1547
880
#: bzrlib/builtins.py:1548
742
881
msgid "List the branches available at the current location."
745
#: breezy/builtins.py:1549
747
"This command will print the names of all the branches at the current\n"
751
# help of 'recursive' option of 'branches' command
752
#: breezy/builtins.py:1556
754
"Recursively scan for branches rather than just looking in the specified "
758
#: breezy/builtins.py:1585
882
msgstr "List the branches available at the current location."
884
#: bzrlib/builtins.py:1550
886
"This command will print the names of all the branches at the current\n"
889
"This command will print the names of all the branches at the current\n"
892
#: bzrlib/builtins.py:1557
894
"Recursively scan for branches rather than just looking in the specified "
897
"Recursively scan for branches rather than just looking in the specified "
900
#: bzrlib/builtins.py:1586
759
901
msgid "(default)"
762
#: breezy/builtins.py:1597
904
#: bzrlib/builtins.py:1598
763
905
msgid "Create a new checkout of an existing branch."
766
#: breezy/builtins.py:1599
768
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
770
"the branch found in '.'. This is useful if you have removed the working "
772
"or if it was never created - i.e. if you pushed the branch to its current\n"
773
"location using SFTP."
776
#: breezy/builtins.py:1604
778
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
780
"be used. In other words, \"checkout ../foo/bar\" will attempt to create ./"
782
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
783
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
784
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
788
#: breezy/builtins.py:1611
790
"To retrieve the branch as of a particular revision, supply the --revision\n"
791
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
793
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
798
# help of 'lightweight' option of 'checkout' command
799
#: breezy/builtins.py:1621
801
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
802
"the branch for every operation. Normal checkouts can perform common "
803
"operations like diff and status without such access, and also support local "
807
# help of 'files-from' option of 'branch' command
808
# help of 'files-from' option of 'checkout' command
809
#: breezy/builtins.py:1628
906
msgstr "Create a new checkout of an existing branch."
908
#: bzrlib/builtins.py:1600
910
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
912
"the branch found in '.'. This is useful if you have removed the working "
914
"or if it was never created - i.e. if you pushed the branch to its current\n"
915
"location using SFTP."
917
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
919
"the branch found in '.'. This is useful if you have removed the working "
921
"or if it was never created - i.e. if you pushed the branch to its current\n"
922
"location using SFTP."
924
#: bzrlib/builtins.py:1605
926
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
928
"be used. In other words, \"checkout ../foo/bar\" will attempt to create "
930
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
931
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
932
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
935
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
937
"be used. In other words, \"checkout ../foo/bar\" will attempt to create "
939
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
940
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
941
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
944
#: bzrlib/builtins.py:1612
946
"To retrieve the branch as of a particular revision, supply the --revision\n"
947
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
949
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
953
"To retrieve the branch as of a particular revision, supply the --revision\n"
954
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
956
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
960
#: bzrlib/builtins.py:1622
962
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
963
"the branch for every operation. Normal checkouts can perform common "
964
"operations like diff and status without such access, and also support local "
967
"Perform a lightweight checkout. Lightweight checkouts depend on access to "
968
"the branch for every operation. Normal checkouts can perform common "
969
"operations like diff and status without such access, and also support local "
972
#: bzrlib/builtins.py:1629
810
973
msgid "Get file contents from this tree."
974
msgstr "Get file contents from this tree."
813
# help of 'hardlink' option of 'branch' command
814
# help of 'hardlink' option of 'checkout' command
815
#: breezy/builtins.py:1630
976
#: bzrlib/builtins.py:1631
816
977
msgid "Hard-link working tree files where possible."
978
msgstr "Hard-link working tree files where possible."
819
#: breezy/builtins.py:1671
980
#: bzrlib/builtins.py:1672
821
982
"Show list of renamed files.\n"
985
"Show list of renamed files.\n"
825
#: breezy/builtins.py:1699
988
#: bzrlib/builtins.py:1700
826
989
msgid "Update a working tree to a new revision."
829
#: breezy/builtins.py:1701
831
"This will perform a merge of the destination revision (the tip of the\n"
832
"branch, or the specified revision) into the working tree, and then make\n"
833
"that revision the basis revision for the working tree. "
836
#: breezy/builtins.py:1705
838
"You can use this to visit an older revision, or to update a working tree\n"
839
"that is out of date from its branch."
842
#: breezy/builtins.py:1708
844
"If there are any uncommitted changes in the tree, they will be carried\n"
845
"across and remain as uncommitted changes after the update. To discard\n"
846
"these changes, use 'brz revert'. The uncommitted changes may conflict\n"
847
"with the changes brought in by the change in basis revision."
850
#: breezy/builtins.py:1713
852
"If the tree's branch is bound to a master branch, brz will also update\n"
853
"the branch from the master."
856
#: breezy/builtins.py:1716
858
"You cannot update just a single file or directory, because each Bazaar\n"
859
"working tree has just a single basis revision. If you want to restore a\n"
860
"file that has been removed locally, use 'brz revert' instead of 'brz\n"
861
"update'. If you want to restore a file to its state in a previous\n"
862
"revision, use 'brz revert' with a '-r' option, or use 'brz cat' to write\n"
863
"out the old content of that file to a new location."
866
#: breezy/builtins.py:1723
868
"The 'dir' argument, if given, must be the location of the root of a\n"
869
"working tree to update. By default, the working tree that contains the \n"
870
"current working directory is used."
873
#: breezy/builtins.py:1739
874
msgid "brz update --revision takes exactly one revision"
877
#: breezy/builtins.py:1747
878
msgid "brz update can only update a whole tree, not a file or subdirectory"
881
#: breezy/builtins.py:1778
882
#, python-brace-format
990
msgstr "Update a working tree to a new revision."
992
#: bzrlib/builtins.py:1702
994
"This will perform a merge of the destination revision (the tip of the\n"
995
"branch, or the specified revision) into the working tree, and then make\n"
996
"that revision the basis revision for the working tree. "
998
"This will perform a merge of the destination revision (the tip of the\n"
999
"branch, or the specified revision) into the working tree, and then make\n"
1000
"that revision the basis revision for the working tree. "
1002
#: bzrlib/builtins.py:1706
1004
"You can use this to visit an older revision, or to update a working tree\n"
1005
"that is out of date from its branch."
1007
"You can use this to visit an older revision, or to update a working tree\n"
1008
"that is out of date from its branch."
1010
#: bzrlib/builtins.py:1709
1012
"If there are any uncommitted changes in the tree, they will be carried\n"
1013
"across and remain as uncommitted changes after the update. To discard\n"
1014
"these changes, use 'bzr revert'. The uncommitted changes may conflict\n"
1015
"with the changes brought in by the change in basis revision."
1017
"If there are any uncommitted changes in the tree, they will be carried\n"
1018
"across and remain as uncommitted changes after the update. To discard\n"
1019
"these changes, use 'bzr revert'. The uncommitted changes may conflict\n"
1020
"with the changes brought in by the change in basis revision."
1022
#: bzrlib/builtins.py:1714
1024
"If the tree's branch is bound to a master branch, bzr will also update\n"
1025
"the branch from the master."
1027
"If the tree's branch is bound to a master branch, bzr will also update\n"
1028
"the branch from the master."
1030
#: bzrlib/builtins.py:1717
1032
"You cannot update just a single file or directory, because each Bazaar\n"
1033
"working tree has just a single basis revision. If you want to restore a\n"
1034
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
1035
"update'. If you want to restore a file to its state in a previous\n"
1036
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
1037
"out the old content of that file to a new location."
1039
"You cannot update just a single file or directory, because each Bazaar\n"
1040
"working tree has just a single basis revision. If you want to restore a\n"
1041
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
1042
"update'. If you want to restore a file to its state in a previous\n"
1043
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
1044
"out the old content of that file to a new location."
1046
#: bzrlib/builtins.py:1724
1048
"The 'dir' argument, if given, must be the location of the root of a\n"
1049
"working tree to update. By default, the working tree that contains the \n"
1050
"current working directory is used."
1052
"The 'dir' argument, if given, must be the location of the root of a\n"
1053
"working tree to update. By default, the working tree that contains the \n"
1054
"current working directory is used."
1056
#: bzrlib/builtins.py:1740
1057
msgid "bzr update --revision takes exactly one revision"
1058
msgstr "bzr update --revision takes exactly one revision"
1060
#: bzrlib/builtins.py:1748
1061
msgid "bzr update can only update a whole tree, not a file or subdirectory"
1062
msgstr "bzr update can only update a whole tree, not a file or subdirectory"
1064
#: bzrlib/builtins.py:1779
883
1065
msgid "Tree is up to date at revision {0} of branch {1}"
1066
msgstr "Tree is up to date at revision {0} of branch {1}"
886
#: breezy/builtins.py:1794
1068
#: bzrlib/builtins.py:1795
887
1069
#, python-format
889
1071
"branch has no revision %s\n"
890
"brz update --revision only works for a revision in the branch history"
1072
"bzr update --revision only works for a revision in the branch history"
1074
"branch has no revision %s\n"
1075
"bzr update --revision only works for a revision in the branch history"
893
#: breezy/builtins.py:1800
894
#, python-brace-format
1077
#: bzrlib/builtins.py:1801
895
1078
msgid "Updated to revision {0} of branch {1}"
1079
msgstr "Updated to revision {0} of branch {1}"
898
#: breezy/builtins.py:1804
1081
#: bzrlib/builtins.py:1805
900
"Your local commits will now show as pending merges with 'brz status', and "
901
"can be committed with 'brz commit'."
1083
"Your local commits will now show as pending merges with 'bzr status', and "
1084
"can be committed with 'bzr commit'."
1086
"Your local commits will now show as pending merges with 'bzr status', and "
1087
"can be committed with 'bzr commit'."
904
#: breezy/builtins.py:1813
1089
#: bzrlib/builtins.py:1814
905
1090
msgid "Show information about a working tree, branch or repository."
908
#: breezy/builtins.py:1815
910
"This command will show all known locations and formats associated to the\n"
911
"tree, branch or repository."
914
#: breezy/builtins.py:1818
916
"In verbose mode, statistical information is included with each report.\n"
917
"To see extended statistic information, use a verbosity level of 2 or\n"
918
"higher by specifying the verbose option multiple times, e.g. -vv."
921
#: breezy/builtins.py:1822
1091
msgstr "Show information about a working tree, branch or repository."
1093
#: bzrlib/builtins.py:1816
1095
"This command will show all known locations and formats associated to the\n"
1096
"tree, branch or repository."
1098
"This command will show all known locations and formats associated to the\n"
1099
"tree, branch or repository."
1101
#: bzrlib/builtins.py:1819
1103
"In verbose mode, statistical information is included with each report.\n"
1104
"To see extended statistic information, use a verbosity level of 2 or\n"
1105
"higher by specifying the verbose option multiple times, e.g. -vv."
1107
"In verbose mode, statistical information is included with each report.\n"
1108
"To see extended statistic information, use a verbosity level of 2 or\n"
1109
"higher by specifying the verbose option multiple times, e.g. -vv."
1111
#: bzrlib/builtins.py:1823
922
1112
msgid "Branches and working trees will also report any missing revisions."
1113
msgstr "Branches and working trees will also report any missing revisions."
925
#: breezy/builtins.py:1824 breezy/builtins.py:3742 breezy/builtins.py:4883
926
#: breezy/builtins.py:6469
1115
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
1116
#: bzrlib/builtins.py:6466
927
1117
msgid ":Examples:"
930
#: breezy/builtins.py:1826
1120
#: bzrlib/builtins.py:1827
931
1121
msgid " Display information on the format and related locations:"
934
#: breezy/builtins.py:1828
938
#: breezy/builtins.py:1830
1122
msgstr " Display information on the format and related locations:"
1124
#: bzrlib/builtins.py:1829
1128
#: bzrlib/builtins.py:1831
940
1130
" Display the above together with extended format information and\n"
941
1131
" basic statistics (like the number of files in the working tree and\n"
942
1132
" number of revisions in the branch and repository):"
945
#: breezy/builtins.py:1834
949
#: breezy/builtins.py:1836
1134
" Display the above together with extended format information and\n"
1135
" basic statistics (like the number of files in the working tree and\n"
1136
" number of revisions in the branch and repository):"
1138
#: bzrlib/builtins.py:1835
1139
msgid " bzr info -v"
1140
msgstr " bzr info -v"
1142
#: bzrlib/builtins.py:1837
950
1143
msgid " Display the above together with number of committers to the branch:"
953
#: breezy/builtins.py:1838
954
msgid " brz info -vv"
957
#: breezy/builtins.py:1857
1145
" Display the above together with number of committers to the branch:"
1147
#: bzrlib/builtins.py:1839
1148
msgid " bzr info -vv"
1149
msgstr " bzr info -vv"
1151
#: bzrlib/builtins.py:1858
958
1152
msgid "Remove files or directories."
1153
msgstr "Remove files or directories."
961
#: breezy/builtins.py:1859
1155
#: bzrlib/builtins.py:1860
963
1157
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
964
1158
"delete them if they can easily be recovered using revert otherwise they\n"
966
1160
"parameters are given Bazaar will scan for files that are being tracked by\n"
967
1161
"Bazaar but missing in your tree and stop tracking them for you."
1163
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1164
"delete them if they can easily be recovered using revert otherwise they\n"
1165
"will be backed up (adding an extension of the form .~#~). If no options or\n"
1166
"parameters are given Bazaar will scan for files that are being tracked by\n"
1167
"Bazaar but missing in your tree and stop tracking them for you."
970
# help of 'new' option of 'remove' command
971
#: breezy/builtins.py:1867
1169
#: bzrlib/builtins.py:1868
972
1170
msgid "Only remove files that have never been committed."
1171
msgstr "Only remove files that have never been committed."
975
# help of 'file-deletion-strategy' option of 'remove' command
976
#: breezy/builtins.py:1869
1173
#: bzrlib/builtins.py:1870
977
1174
msgid "The file deletion mode to be used."
1175
msgstr "The file deletion mode to be used."
980
# title of 'file-deletion-strategy' option of 'remove' command
981
#: breezy/builtins.py:1870
1177
#: bzrlib/builtins.py:1871
982
1178
msgid "Deletion Strategy"
1179
msgstr "Deletion Strategy"
985
# help of 'file-deletion-strategy=safe' option of 'remove' command
986
#: breezy/builtins.py:1871
1181
#: bzrlib/builtins.py:1872
987
1182
msgid "Backup changed files (default)."
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."
995
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
996
#: breezy/builtins.py:1873
1183
msgstr "Backup changed files (default)."
1185
#: bzrlib/builtins.py:1873
1186
msgid "Delete from bzr but leave the working copy."
1187
msgstr "Delete from bzr but leave the working copy."
1189
#: bzrlib/builtins.py:1874
997
1190
msgid "Don't backup changed files."
1000
#: breezy/builtins.py:1894
1191
msgstr "Don't backup changed files."
1193
#: bzrlib/builtins.py:1875
1195
"Delete all the specified files, even if they can not be recovered and even "
1196
"if they are non-empty directories. (deprecated, use no-backup)"
1198
"Delete all the specified files, even if they can not be recovered and even "
1199
"if they are non-empty directories. (deprecated, use no-backup)"
1201
#: bzrlib/builtins.py:1884
1202
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1204
"(The --force option is deprecated, rather use --no-backup in future.)"
1206
#: bzrlib/builtins.py:1901
1001
1207
msgid "No matching files."
1004
#: breezy/builtins.py:1955
1005
msgid "Reconcile brz metadata in a branch."
1008
#: breezy/builtins.py:1957
1010
"This can correct data mismatches that may have been caused by\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"
1013
"advises you to run it."
1016
#: breezy/builtins.py:1962
1018
"If a second branch is provided, cross-branch reconciliation is\n"
1019
"also attempted, which will check that data like the tree root\n"
1020
"id which was not present in very early brz versions is represented\n"
1021
"correctly in both branches."
1024
#: breezy/builtins.py:1967
1026
"At the same time it is run it may recompress data resulting in\n"
1027
"a potential saving in disk space or performance gain."
1030
#: breezy/builtins.py:1970
1208
msgstr "No matching files."
1210
#: bzrlib/builtins.py:1962
1211
msgid "Reconcile bzr metadata in a branch."
1212
msgstr "Reconcile bzr metadata in a branch."
1214
#: bzrlib/builtins.py:1964
1216
"This can correct data mismatches that may have been caused by\n"
1217
"previous ghost operations or bzr upgrades. You should only\n"
1218
"need to run this command if 'bzr check' or a bzr developer\n"
1219
"advises you to run it."
1221
"This can correct data mismatches that may have been caused by\n"
1222
"previous ghost operations or bzr upgrades. You should only\n"
1223
"need to run this command if 'bzr check' or a bzr developer\n"
1224
"advises you to run it."
1226
#: bzrlib/builtins.py:1969
1228
"If a second branch is provided, cross-branch reconciliation is\n"
1229
"also attempted, which will check that data like the tree root\n"
1230
"id which was not present in very early bzr versions is represented\n"
1231
"correctly in both branches."
1233
"If a second branch is provided, cross-branch reconciliation is\n"
1234
"also attempted, which will check that data like the tree root\n"
1235
"id which was not present in very early bzr versions is represented\n"
1236
"correctly in both branches."
1238
#: bzrlib/builtins.py:1974
1240
"At the same time it is run it may recompress data resulting in\n"
1241
"a potential saving in disk space or performance gain."
1243
"At the same time it is run it may recompress data resulting in\n"
1244
"a potential saving in disk space or performance gain."
1246
#: bzrlib/builtins.py:1977
1031
1247
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
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
1042
"Format for the bzr 2.0 series.\n"
1043
"Uses group-compress storage.\n"
1044
"Provides rich roots which are a one-way transition.\n"
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
1052
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1053
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
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
1249
"The branch *MUST* be on a listable system such as local disk or sftp."
1251
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1253
"Format for the bzr 2.0 series.\n"
1254
"Uses group-compress storage.\n"
1255
"Provides rich roots which are a one-way transition.\n"
1257
"Format for the bzr 2.0 series.\n"
1258
"Uses group-compress storage.\n"
1259
"Provides rich roots which are a one-way transition.\n"
1261
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1263
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1264
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1266
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1267
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1269
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1060
1270
msgid "The 2a format with experimental support for colocated branches.\n"
1271
msgstr "The 2a format with experimental support for collocated branches.\n"
1063
#: breezy/builtins.py:2038
1273
#: bzrlib/builtins.py:2045
1064
1274
msgid "Make a directory into a versioned branch."
1067
#: breezy/builtins.py:2040
1069
"Use this to create an empty branch, or before importing an\n"
1073
#: breezy/builtins.py:2043
1075
"If there is a repository in a parent directory of the location, then\n"
1076
"the history of the branch will be stored in the repository. Otherwise\n"
1077
"init creates a standalone branch which carries its own history\n"
1078
"in the .bzr directory."
1081
#: breezy/builtins.py:2048
1083
"If there is already a branch at the location but it has no working tree,\n"
1084
"the tree can be populated with 'brz checkout'."
1087
#: breezy/builtins.py:2051
1275
msgstr "Make a directory into a versioned branch."
1277
#: bzrlib/builtins.py:2047
1279
"Use this to create an empty branch, or before importing an\n"
1282
"Use this to create an empty branch, or before importing an\n"
1285
#: bzrlib/builtins.py:2050
1287
"If there is a repository in a parent directory of the location, then\n"
1288
"the history of the branch will be stored in the repository. Otherwise\n"
1289
"init creates a standalone branch which carries its own history\n"
1290
"in the .bzr directory."
1292
"If there is a repository in a parent directory of the location, then\n"
1293
"the history of the branch will be stored in the repository. Otherwise\n"
1294
"init creates a standalone branch which carries its own history\n"
1295
"in the .bzr directory."
1297
#: bzrlib/builtins.py:2055
1299
"If there is already a branch at the location but it has no working tree,\n"
1300
"the tree can be populated with 'bzr checkout'."
1302
"If there is already a branch at the location but it has no working tree,\n"
1303
"the tree can be populated with 'bzr checkout'."
1305
#: bzrlib/builtins.py:2058
1088
1306
msgid "Recipe for importing a tree of files::"
1091
#: breezy/builtins.py:2053
1097
" brz commit -m \"imported project\""
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."
1106
# help of 'format' option of 'init' command
1107
#: breezy/builtins.py:2067
1307
msgstr "Recipe for importing a tree of files::"
1309
#: bzrlib/builtins.py:2060
1315
" bzr commit -m \"imported project\""
1321
" bzr commit -m \"imported project\""
1323
#: bzrlib/builtins.py:2071
1325
"Create the path leading up to the branch if it does not already exist."
1327
"Create the path leading up to the branch if it does not already exist."
1329
#: bzrlib/builtins.py:2074
1108
1330
msgid "Specify a format for this branch. See \"help formats\"."
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."
1116
# help of 'no-tree' option of 'init' command
1117
#: breezy/builtins.py:2078
1331
msgstr "Specify a format for this branch. See \"help formats\"."
1333
#: bzrlib/builtins.py:2082
1335
"Never change revnos or the existing log. Append revisions to it only."
1337
"Never change revnos or the existing log. Append revisions to it only."
1339
#: bzrlib/builtins.py:2085
1118
1340
msgid "Create a branch without a working tree."
1341
msgstr "Create a branch without a working tree."
1121
#: breezy/builtins.py:2098 breezy/push.py:110
1343
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1122
1344
#, python-format
1124
1346
"Parent directory of %s does not exist.\n"
1125
1347
"You may supply --create-prefix to create all leading parent directories."
1349
"Parent directory of %s does not exist.\n"
1350
"You may supply --create-prefix to create all leading parent directories."
1128
#: breezy/builtins.py:2132
1352
#: bzrlib/builtins.py:2139
1130
1354
"This branch format cannot be set to append-revisions-only. Try --default."
1356
"This branch format cannot be set to append-revisions-only. Try --default."
1133
#: breezy/builtins.py:2143
1134
#, python-brace-format
1358
#: bzrlib/builtins.py:2150
1135
1359
msgid "Created a {0} (format: {1})\n"
1360
msgstr "Created a {0} (format: {1})\n"
1138
#: breezy/builtins.py:2152
1362
#: bzrlib/builtins.py:2159
1139
1363
#, python-format
1140
1364
msgid "Using shared repository: %s\n"
1365
msgstr "Using shared repository: %s\n"
1143
#: breezy/builtins.py:2156
1367
#: bzrlib/builtins.py:2163
1144
1368
msgid "Create a shared repository for branches to share storage space."
1147
#: breezy/builtins.py:2158
1149
"New branches created under the repository directory will store their\n"
1150
"revisions in the repository, not in the branch directory. For branches\n"
1151
"with shared history, this reduces the amount of storage needed and \n"
1152
"speeds up the creation of new branches."
1155
#: breezy/builtins.py:2163
1157
"If the --no-trees option is given then the branches in the repository\n"
1158
"will not have working trees by default. They will still exist as \n"
1159
"directories on disk, but they will not have separate copies of the \n"
1160
"files at a certain revision. This can be useful for repositories that\n"
1161
"store branches which are interacted with through checkouts or remote\n"
1162
"branches, such as on a server."
1165
#: breezy/builtins.py:2170
1168
" Create a shared repository holding just branches::"
1171
#: breezy/builtins.py:2173
1173
" brz init-repo --no-trees repo\n"
1174
" brz init repo/trunk"
1177
#: breezy/builtins.py:2176
1369
msgstr "Create a shared repository for branches to share storage space."
1371
#: bzrlib/builtins.py:2165
1373
"New branches created under the repository directory will store their\n"
1374
"revisions in the repository, not in the branch directory. For branches\n"
1375
"with shared history, this reduces the amount of storage needed and \n"
1376
"speeds up the creation of new branches."
1378
"New branches created under the repository directory will store their\n"
1379
"revisions in the repository, not in the branch directory. For branches\n"
1380
"with shared history, this reduces the amount of storage needed and \n"
1381
"speeds up the creation of new branches."
1383
#: bzrlib/builtins.py:2170
1385
"If the --no-trees option is given then the branches in the repository\n"
1386
"will not have working trees by default. They will still exist as \n"
1387
"directories on disk, but they will not have separate copies of the \n"
1388
"files at a certain revision. This can be useful for repositories that\n"
1389
"store branches which are interacted with through checkouts or remote\n"
1390
"branches, such as on a server."
1392
"If the --no-trees option is given then the branches in the repository\n"
1393
"will not have working trees by default. They will still exist as \n"
1394
"directories on disk, but they will not have separate copies of the \n"
1395
"files at a certain revision. This can be useful for repositories that\n"
1396
"store branches which are interacted with through checkouts or remote\n"
1397
"branches, such as on a server."
1399
#: bzrlib/builtins.py:2177
1402
" Create a shared repository holding just branches::"
1405
" Create a shared repository holding just branches::"
1407
#: bzrlib/builtins.py:2180
1409
" bzr init-repo --no-trees repo\n"
1410
" bzr init repo/trunk"
1412
" bzr init-repo --no-trees repo\n"
1413
" bzr init repo/trunk"
1415
#: bzrlib/builtins.py:2183
1178
1416
msgid " Make a lightweight checkout elsewhere::"
1181
#: breezy/builtins.py:2178
1183
" brz checkout --lightweight repo/trunk trunk-checkout\n"
1184
" cd trunk-checkout\n"
1188
# help of 'format' option of 'init-repository' command
1189
#: breezy/builtins.py:2186
1191
"Specify a format for this repository. See \"brz help formats\" for details."
1194
# title of 'format' option of 'init-repository' command
1195
#: breezy/builtins.py:2190
1417
msgstr " Make a lightweight checkout elsewhere::"
1419
#: bzrlib/builtins.py:2185
1421
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1422
" cd trunk-checkout\n"
1425
" bzr checkout --lightweight repo/trunk trunk-checkout\n"
1426
" cd trunk-checkout\n"
1429
#: bzrlib/builtins.py:2193
1431
"Specify a format for this repository. See \"bzr help formats\" for details."
1433
"Specify a format for this repository. See \"bzr help formats\" for details."
1435
#: bzrlib/builtins.py:2197
1196
1436
msgid "Repository format"
1437
msgstr "Repository format"
1199
# help of 'no-trees' option of 'init-repository' command
1200
#: breezy/builtins.py:2192
1439
#: bzrlib/builtins.py:2199
1201
1440
msgid "Branches in the repository will default to not having a working tree."
1442
"Branches in the repository will default to not having a working tree."
1204
#: breezy/builtins.py:2218
1444
#: bzrlib/builtins.py:2225
1205
1445
msgid "Show differences in the working tree, between revisions or branches."
1208
#: breezy/builtins.py:2220
1210
"If no arguments are given, all changes for the current tree are listed.\n"
1211
"If files are given, only the changes in those files are listed.\n"
1212
"Remote and multiple branches can be compared by using the --old and\n"
1213
"--new options. If not provided, the default for both is derived from\n"
1214
"the first argument, if any, or the current tree if no arguments are\n"
1218
#: breezy/builtins.py:2227
1220
"\"brz diff -p1\" is equivalent to \"brz diff --prefix old/:new/\", and\n"
1221
"produces patches suitable for \"patch -p1\"."
1224
#: breezy/builtins.py:2230
1226
"Note that when using the -r argument with a range of revisions, the\n"
1227
"differences are computed between the two specified revisions. That\n"
1228
"is, the command does not show the changes introduced by the first \n"
1229
"revision in the range. This differs from the interpretation of \n"
1230
"revision ranges used by \"brz log\" which includes the first revision\n"
1234
#: breezy/builtins.py:2237
1238
" 2 - unrepresentable changes\n"
1243
#: breezy/builtins.py:2243
1246
" Shows the difference in the working tree versus the last commit::"
1249
#: breezy/builtins.py:2246
1253
#: breezy/builtins.py:2248
1446
msgstr "Show differences in the working tree, between revisions or branches."
1448
#: bzrlib/builtins.py:2227
1450
"If no arguments are given, all changes for the current tree are listed.\n"
1451
"If files are given, only the changes in those files are listed.\n"
1452
"Remote and multiple branches can be compared by using the --old and\n"
1453
"--new options. If not provided, the default for both is derived from\n"
1454
"the first argument, if any, or the current tree if no arguments are\n"
1457
"If no arguments are given, all changes for the current tree are listed.\n"
1458
"If files are given, only the changes in those files are listed.\n"
1459
"Remote and multiple branches can be compared by using the --old and\n"
1460
"--new options. If not provided, the default for both is derived from\n"
1461
"the first argument, if any, or the current tree if no arguments are\n"
1464
#: bzrlib/builtins.py:2234
1466
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1467
"produces patches suitable for \"patch -p1\"."
1469
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1470
"produces patches suitable for \"patch -p1\"."
1472
#: bzrlib/builtins.py:2237
1474
"Note that when using the -r argument with a range of revisions, the\n"
1475
"differences are computed between the two specified revisions. That\n"
1476
"is, the command does not show the changes introduced by the first \n"
1477
"revision in the range. This differs from the interpretation of \n"
1478
"revision ranges used by \"bzr log\" which includes the first revision\n"
1481
"Note that when using the -r argument with a range of revisions, the\n"
1482
"differences are computed between the two specified revisions. That\n"
1483
"is, the command does not show the changes introduced by the first \n"
1484
"revision in the range. This differs from the interpretation of \n"
1485
"revision ranges used by \"bzr log\" which includes the first revision\n"
1488
#: bzrlib/builtins.py:2244
1492
" 2 - unrepresentable changes\n"
1498
" 2 - unrepresentable changes\n"
1502
#: bzrlib/builtins.py:2250
1505
" Shows the difference in the working tree versus the last commit::"
1508
" Shows the difference in the working tree versus the last commit::"
1510
#: bzrlib/builtins.py:2253
1514
#: bzrlib/builtins.py:2255
1254
1515
msgid " Difference between the working tree and revision 1::"
1257
#: breezy/builtins.py:2250
1258
msgid " brz diff -r1"
1261
#: breezy/builtins.py:2252
1516
msgstr " Difference between the working tree and revision 1::"
1518
#: bzrlib/builtins.py:2257
1519
msgid " bzr diff -r1"
1520
msgstr " bzr diff -r1"
1522
#: bzrlib/builtins.py:2259
1262
1523
msgid " Difference between revision 3 and revision 1::"
1265
#: breezy/builtins.py:2254
1266
msgid " brz diff -r1..3"
1269
#: breezy/builtins.py:2256
1524
msgstr " Difference between revision 3 and revision 1::"
1526
#: bzrlib/builtins.py:2261
1527
msgid " bzr diff -r1..3"
1528
msgstr " bzr diff -r1..3"
1530
#: bzrlib/builtins.py:2263
1270
1531
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1273
#: breezy/builtins.py:2258
1274
msgid " brz diff -r1..3 xxx"
1277
#: breezy/builtins.py:2260
1532
msgstr " Difference between revision 3 and revision 1 for branch xxx::"
1534
#: bzrlib/builtins.py:2265
1535
msgid " bzr diff -r1..3 xxx"
1536
msgstr " bzr diff -r1..3 xxx"
1538
#: bzrlib/builtins.py:2267
1278
1539
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1281
#: breezy/builtins.py:2262
1282
msgid " brz diff -c2"
1285
#: breezy/builtins.py:2264
1287
" To see the changes introduced by revision X::\n"
1292
#: breezy/builtins.py:2268
1294
" Note that in the case of a merge, the -c option shows the changes\n"
1295
" compared to the left hand parent. To see the changes against\n"
1296
" another parent, use::"
1299
#: breezy/builtins.py:2272
1300
msgid " brz diff -r<chosen_parent>..X"
1303
#: breezy/builtins.py:2274
1305
" The changes between the current revision and the previous revision\n"
1306
" (equivalent to -c-1 and -r-2..-1)"
1309
#: breezy/builtins.py:2277
1310
msgid " brz diff -r-2.."
1313
#: breezy/builtins.py:2279
1540
msgstr " The changes introduced by revision 2 (equivalent to -r1..2)::"
1542
#: bzrlib/builtins.py:2269
1543
msgid " bzr diff -c2"
1544
msgstr " bzr diff -c2"
1546
#: bzrlib/builtins.py:2271
1548
" To see the changes introduced by revision X::\n"
1552
" To see the changes introduced by revision X::\n"
1556
#: bzrlib/builtins.py:2275
1558
" Note that in the case of a merge, the -c option shows the changes\n"
1559
" compared to the left hand parent. To see the changes against\n"
1560
" another parent, use::"
1562
" Note that in the case of a merge, the -c option shows the changes\n"
1563
" compared to the left hand parent. To see the changes against\n"
1564
" another parent, use::"
1566
#: bzrlib/builtins.py:2279
1567
msgid " bzr diff -r<chosen_parent>..X"
1568
msgstr " bzr diff -r<chosen_parent>..X"
1570
#: bzrlib/builtins.py:2281
1572
" The changes between the current revision and the previous revision\n"
1573
" (equivalent to -c-1 and -r-2..-1)"
1575
" The changes between the current revision and the previous revision\n"
1576
" (equivalent to -c-1 and -r-2..-1)"
1578
#: bzrlib/builtins.py:2284
1579
msgid " bzr diff -r-2.."
1580
msgstr " bzr diff -r-2.."
1582
#: bzrlib/builtins.py:2286
1314
1583
msgid " Show just the differences for file NEWS::"
1317
#: breezy/builtins.py:2281
1318
msgid " brz diff NEWS"
1321
#: breezy/builtins.py:2283
1584
msgstr " Show just the differences for file NEWS::"
1586
#: bzrlib/builtins.py:2288
1587
msgid " bzr diff NEWS"
1588
msgstr " bzr diff NEWS"
1590
#: bzrlib/builtins.py:2290
1322
1591
msgid " Show the differences in working tree xxx for file NEWS::"
1325
#: breezy/builtins.py:2285
1326
msgid " brz diff xxx/NEWS"
1329
#: breezy/builtins.py:2287
1592
msgstr " Show the differences in working tree xxx for file NEWS::"
1594
#: bzrlib/builtins.py:2292
1595
msgid " bzr diff xxx/NEWS"
1596
msgstr " bzr diff xxx/NEWS"
1598
#: bzrlib/builtins.py:2294
1330
1599
msgid " Show the differences from branch xxx to this working tree:"
1333
#: breezy/builtins.py:2289
1334
msgid " brz diff --old xxx"
1337
#: breezy/builtins.py:2291
1600
msgstr " Show the differences from branch xxx to this working tree:"
1602
#: bzrlib/builtins.py:2296
1603
msgid " bzr diff --old xxx"
1604
msgstr " bzr diff --old xxx"
1606
#: bzrlib/builtins.py:2298
1338
1607
msgid " Show the differences between two branches for file NEWS::"
1341
#: breezy/builtins.py:2293
1342
msgid " brz diff --old xxx --new yyy NEWS"
1345
#: breezy/builtins.py:2295
1346
msgid " Same as 'brz diff' but prefix paths with old/ and new/::"
1349
#: breezy/builtins.py:2297
1608
msgstr " Show the differences between two branches for file NEWS::"
1610
#: bzrlib/builtins.py:2300
1611
msgid " bzr diff --old xxx --new yyy NEWS"
1612
msgstr " bzr diff --old xxx --new yyy NEWS"
1614
#: bzrlib/builtins.py:2302
1615
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1616
msgstr " Same as 'bzr diff' but prefix paths with old/ and new/::"
1618
#: bzrlib/builtins.py:2304
1351
" brz diff --prefix old/:new/\n"
1620
" bzr diff --prefix old/:new/\n"
1353
1622
" Show the differences using a custom diff program with options::\n"
1355
" brz diff --using /usr/bin/diff --diff-options -wu"
1624
" bzr diff --using /usr/bin/diff --diff-options -wu"
1626
" bzr diff --prefix old/:new/\n"
1628
" Show the differences using a custom diff program with options::\n"
1630
" bzr diff --using /usr/bin/diff --diff-options -wu"
1358
# help of 'diff-options' option of 'diff' command
1359
#: breezy/builtins.py:2307
1632
#: bzrlib/builtins.py:2314
1360
1633
msgid "Pass these options to the external diff program."
1634
msgstr "Pass these options to the external diff program."
1363
# help of 'prefix' option of 'diff' command
1364
#: breezy/builtins.py:2310
1636
#: bzrlib/builtins.py:2317
1366
1638
"Set prefixes added to old and new filenames, as two values separated by a "
1367
1639
"colon. (eg \"old/:new/\")."
1641
"Set prefixes added to old and new filenames, as two values separated by a "
1642
"colon. (eg \"old/:new/\")."
1370
# help of 'old' option of 'diff' command
1371
#: breezy/builtins.py:2313
1644
#: bzrlib/builtins.py:2320
1372
1645
msgid "Branch/tree to compare from."
1646
msgstr "Branch/tree to compare from."
1375
# help of 'new' option of 'diff' command
1376
#: breezy/builtins.py:2317
1648
#: bzrlib/builtins.py:2324
1377
1649
msgid "Branch/tree to compare to."
1650
msgstr "Branch/tree to compare to."
1380
# help of 'using' option of 'diff' command
1381
#: breezy/builtins.py:2323
1652
#: bzrlib/builtins.py:2330
1382
1653
msgid "Use this command to compare files."
1654
msgstr "Use this command to compare files."
1385
# help of 'format' option of 'diff' command
1386
#: breezy/builtins.py:2328
1656
#: bzrlib/builtins.py:2335
1387
1657
msgid "Diff format to use."
1658
msgstr "Diff format to use."
1390
# title of 'format' option of 'diff' command
1391
#: breezy/builtins.py:2330
1660
#: bzrlib/builtins.py:2337
1392
1661
msgid "Diff format"
1395
# help of 'context' option of 'diff' command
1396
#: breezy/builtins.py:2332
1397
msgid "How many lines of context to show."
1400
#: breezy/builtins.py:2357
1662
msgstr "Diff format"
1664
#: bzrlib/builtins.py:2359
1401
1665
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1404
#: breezy/builtins.py:2361
1405
msgid "brz diff --revision takes exactly one or two revision specifiers"
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
1666
msgstr "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1668
#: bzrlib/builtins.py:2363
1669
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1670
msgstr "bzr diff --revision takes exactly one or two revision specifiers"
1672
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1673
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1411
1674
msgid "{0} and {1} are mutually exclusive"
1675
msgstr "{0} and {1} are mutually exclusive"
1414
#: breezy/builtins.py:2386
1677
#: bzrlib/builtins.py:2388
1416
1679
"List files deleted in the working tree.\n"
1682
"List files deleted in the working tree.\n"
1420
#: breezy/builtins.py:2463
1685
#: bzrlib/builtins.py:2465
1421
1686
msgid "Show the tree root directory."
1687
msgstr "Show the tree root directory."
1424
#: breezy/builtins.py:2465
1689
#: bzrlib/builtins.py:2467
1426
1691
"The root is the nearest enclosing directory with a .bzr control\n"
1694
"The root is the nearest enclosing directory with a .bzr control\n"
1430
#: breezy/builtins.py:2480
1697
#: bzrlib/builtins.py:2482
1431
1698
msgid "The limit argument must be an integer."
1699
msgstr "The limit argument must be an integer."
1434
#: breezy/builtins.py:2488
1701
#: bzrlib/builtins.py:2490
1435
1702
msgid "The levels argument must be an integer."
1703
msgstr "The levels argument must be an integer."
1438
#: breezy/builtins.py:2493
1705
#: bzrlib/builtins.py:2495
1439
1706
msgid "Show historical log for a branch or subset of a branch."
1442
#: breezy/builtins.py:2495
1444
"log is brz's default tool for exploring the history of a branch.\n"
1445
"The branch to use is taken from the first parameter. If no parameters\n"
1446
"are given, the branch containing the working directory is logged.\n"
1447
"Here are some simple examples::"
1450
#: breezy/builtins.py:2500
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"
1457
#: breezy/builtins.py:2504
1459
"The filtering, ordering and information shown for each revision can\n"
1460
"be controlled as explained below. By default, all revisions are\n"
1461
"shown sorted (topologically) so that newer revisions appear before\n"
1462
"older ones and descendants always appear before ancestors. If displayed,\n"
1463
"merged revisions are shown indented under the revision in which they\n"
1467
#: breezy/builtins.py:2511
1707
msgstr "Show historical log for a branch or subset of a branch."
1709
#: bzrlib/builtins.py:2497
1711
"log is bzr's default tool for exploring the history of a branch.\n"
1712
"The branch to use is taken from the first parameter. If no parameters\n"
1713
"are given, the branch containing the working directory is logged.\n"
1714
"Here are some simple examples::"
1716
"log is bzr's default tool for exploring the history of a branch.\n"
1717
"The branch to use is taken from the first parameter. If no parameters\n"
1718
"are given, the branch containing the working directory is logged.\n"
1719
"Here are some simple examples::"
1721
#: bzrlib/builtins.py:2502
1723
" bzr log log the current branch\n"
1724
" bzr log foo.py log a file in its branch\n"
1725
" bzr log http://server/branch log a branch on a server"
1727
" bzr log log the current branch\n"
1728
" bzr log foo.py log a file in its branch\n"
1729
" bzr log http://server/branch log a branch on a server"
1731
#: bzrlib/builtins.py:2506
1733
"The filtering, ordering and information shown for each revision can\n"
1734
"be controlled as explained below. By default, all revisions are\n"
1735
"shown sorted (topologically) so that newer revisions appear before\n"
1736
"older ones and descendants always appear before ancestors. If displayed,\n"
1737
"merged revisions are shown indented under the revision in which they\n"
1740
"The filtering, ordering and information shown for each revision can\n"
1741
"be controlled as explained below. By default, all revisions are\n"
1742
"shown sorted (topologically) so that newer revisions appear before\n"
1743
"older ones and descendants always appear before ancestors. If displayed,\n"
1744
"merged revisions are shown indented under the revision in which they\n"
1747
#: bzrlib/builtins.py:2513
1468
1748
msgid ":Output control:"
1471
#: breezy/builtins.py:2513
1473
" The log format controls how information about each revision is\n"
1474
" displayed. The standard log formats are called ``long``, ``short``\n"
1475
" and ``line``. The default is long. See ``brz help log-formats``\n"
1476
" for more details on log formats."
1479
#: breezy/builtins.py:2518
1481
" The following options can be used to control what information is\n"
1485
#: breezy/builtins.py:2521
1487
" -l N display a maximum of N revisions\n"
1488
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1489
" -v display a status summary (delta) for each revision\n"
1490
" -p display a diff (patch) for each revision\n"
1491
" --show-ids display revision-ids (and file-ids), not just revnos"
1494
#: breezy/builtins.py:2527
1496
" Note that the default number of levels to display is a function of the\n"
1497
" log format. If the -n option is not used, the standard log formats show\n"
1498
" just the top level (mainline)."
1501
#: breezy/builtins.py:2531
1503
" Status summaries are shown using status flags like A, M, etc. To see\n"
1504
" the changes explained using words like ``added`` and ``modified``\n"
1505
" instead, use the -vv option."
1508
#: breezy/builtins.py:2535
1749
msgstr ":Output control:"
1751
#: bzrlib/builtins.py:2515
1753
" The log format controls how information about each revision is\n"
1754
" displayed. The standard log formats are called ``long``, ``short``\n"
1755
" and ``line``. The default is long. See ``bzr help log-formats``\n"
1756
" for more details on log formats."
1758
" The log format controls how information about each revision is\n"
1759
" displayed. The standard log formats are called ``long``, ``short``\n"
1760
" and ``line``. The default is long. See ``bzr help log-formats``\n"
1761
" for more details on log formats."
1763
#: bzrlib/builtins.py:2520
1765
" The following options can be used to control what information is\n"
1768
" The following options can be used to control what information is\n"
1771
#: bzrlib/builtins.py:2523
1773
" -l N display a maximum of N revisions\n"
1774
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1775
" -v display a status summary (delta) for each revision\n"
1776
" -p display a diff (patch) for each revision\n"
1777
" --show-ids display revision-ids (and file-ids), not just revnos"
1779
" -l N display a maximum of N revisions\n"
1780
" -n N display N levels of revisions (0 for all, 1 for collapsed)\n"
1781
" -v display a status summary (delta) for each revision\n"
1782
" -p display a diff (patch) for each revision\n"
1783
" --show-ids display revision-ids (and file-ids), not just revnos"
1785
#: bzrlib/builtins.py:2529
1787
" Note that the default number of levels to display is a function of the\n"
1788
" log format. If the -n option is not used, the standard log formats show\n"
1789
" just the top level (mainline)."
1791
" Note that the default number of levels to display is a function of the\n"
1792
" log format. If the -n option is not used, the standard log formats show\n"
1793
" just the top level (mainline)."
1795
#: bzrlib/builtins.py:2533
1797
" Status summaries are shown using status flags like A, M, etc. To see\n"
1798
" the changes explained using words like ``added`` and ``modified``\n"
1799
" instead, use the -vv option."
1801
" Status summaries are shown using status flags like A, M, etc. To see\n"
1802
" the changes explained using words like ``added`` and ``modified``\n"
1803
" instead, use the -vv option."
1805
#: bzrlib/builtins.py:2537
1509
1806
msgid ":Ordering control:"
1807
msgstr ":Ordering control:"
1512
#: breezy/builtins.py:2537
1809
#: bzrlib/builtins.py:2539
1514
1811
" To display revisions from oldest to newest, use the --forward option.\n"
1515
1812
" In most cases, using this option will have little impact on the total\n"
1516
1813
" time taken to produce a log, though --forward does not incrementally\n"
1517
1814
" display revisions like --reverse does when it can."
1816
" To display revisions from oldest to newest, use the --forward option.\n"
1817
" In most cases, using this option will have little impact on the total\n"
1818
" time taken to produce a log, though --forward does not incrementally\n"
1819
" display revisions like --reverse does when it can."
1520
#: breezy/builtins.py:2542
1821
#: bzrlib/builtins.py:2544
1521
1822
msgid ":Revision filtering:"
1524
#: breezy/builtins.py:2544
1526
" The -r option can be used to specify what revision or range of revisions\n"
1527
" to filter against. The various forms are shown below::"
1530
#: breezy/builtins.py:2547
1532
" -rX display revision X\n"
1533
" -rX.. display revision X and later\n"
1534
" -r..Y display up to and including revision Y\n"
1535
" -rX..Y display from X to Y inclusive"
1538
#: breezy/builtins.py:2552
1540
" See ``brz help revisionspec`` for details on how to specify X and Y.\n"
1541
" Some common examples are given below::"
1544
#: breezy/builtins.py:2555
1546
" -r-1 show just the tip\n"
1547
" -r-10.. show the last 10 mainline revisions\n"
1548
" -rsubmit:.. show what's new on this branch\n"
1549
" -rancestor:path.. show changes since the common ancestor of this\n"
1550
" branch and the one at location path\n"
1551
" -rdate:yesterday.. show changes since yesterday"
1554
#: breezy/builtins.py:2562
1556
" When logging a range of revisions using -rX..Y, log starts at\n"
1557
" revision Y and searches back in history through the primary\n"
1558
" (\"left-hand\") parents until it finds X. When logging just the\n"
1559
" top level (using -n1), an error is reported if X is not found\n"
1560
" along the way. If multi-level logging is used (-n0), X may be\n"
1561
" a nested merge revision and the log will be truncated accordingly."
1564
#: breezy/builtins.py:2569
1823
msgstr ":Revision filtering:"
1825
#: bzrlib/builtins.py:2546
1827
" The -r option can be used to specify what revision or range of revisions\n"
1828
" to filter against. The various forms are shown below::"
1830
" The -r option can be used to specify what revision or range of revisions\n"
1831
" to filter against. The various forms are shown below::"
1833
#: bzrlib/builtins.py:2549
1835
" -rX display revision X\n"
1836
" -rX.. display revision X and later\n"
1837
" -r..Y display up to and including revision Y\n"
1838
" -rX..Y display from X to Y inclusive"
1840
" -rX display revision X\n"
1841
" -rX.. display revision X and later\n"
1842
" -r..Y display up to and including revision Y\n"
1843
" -rX..Y display from X to Y inclusive"
1845
#: bzrlib/builtins.py:2554
1847
" See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1848
" Some common examples are given below::"
1850
" See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1851
" Some common examples are given below::"
1853
#: bzrlib/builtins.py:2557
1855
" -r-1 show just the tip\n"
1856
" -r-10.. show the last 10 mainline revisions\n"
1857
" -rsubmit:.. show what's new on this branch\n"
1858
" -rancestor:path.. show changes since the common ancestor of this\n"
1859
" branch and the one at location path\n"
1860
" -rdate:yesterday.. show changes since yesterday"
1862
" -r-1 show just the tip\n"
1863
" -r-10.. show the last 10 mainline revisions\n"
1864
" -rsubmit:.. show what's new on this branch\n"
1865
" -rancestor:path.. show changes since the common ancestor of this\n"
1866
" branch and the one at location path\n"
1867
" -rdate:yesterday.. show changes since yesterday"
1869
#: bzrlib/builtins.py:2564
1871
" When logging a range of revisions using -rX..Y, log starts at\n"
1872
" revision Y and searches back in history through the primary\n"
1873
" (\"left-hand\") parents until it finds X. When logging just the\n"
1874
" top level (using -n1), an error is reported if X is not found\n"
1875
" along the way. If multi-level logging is used (-n0), X may be\n"
1876
" a nested merge revision and the log will be truncated accordingly."
1878
" When logging a range of revisions using -rX..Y, log starts at\n"
1879
" revision Y and searches back in history through the primary\n"
1880
" (\"left-hand\") parents until it finds X. When logging just the\n"
1881
" top level (using -n1), an error is reported if X is not found\n"
1882
" along the way. If multi-level logging is used (-n0), X may be\n"
1883
" a nested merge revision and the log will be truncated accordingly."
1885
#: bzrlib/builtins.py:2571
1565
1886
msgid ":Path filtering:"
1568
#: breezy/builtins.py:2571
1570
" If parameters are given and the first one is not a branch, the log\n"
1571
" will be filtered to show only those revisions that changed the\n"
1572
" nominated files or directories."
1575
#: breezy/builtins.py:2575
1577
" Filenames are interpreted within their historical context. To log a\n"
1578
" deleted file, specify a revision range so that the file existed at\n"
1579
" the end or start of the range."
1582
#: breezy/builtins.py:2579
1584
" Historical context is also important when interpreting pathnames of\n"
1585
" renamed files/directories. Consider the following example:"
1588
#: breezy/builtins.py:2582
1590
" * revision 1: add tutorial.txt\n"
1591
" * revision 2: modify tutorial.txt\n"
1592
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1595
#: breezy/builtins.py:2586
1887
msgstr ":Path filtering:"
1889
#: bzrlib/builtins.py:2573
1891
" If parameters are given and the first one is not a branch, the log\n"
1892
" will be filtered to show only those revisions that changed the\n"
1893
" nominated files or directories."
1895
" If parameters are given and the first one is not a branch, the log\n"
1896
" will be filtered to show only those revisions that changed the\n"
1897
" nominated files or directories."
1899
#: bzrlib/builtins.py:2577
1901
" Filenames are interpreted within their historical context. To log a\n"
1902
" deleted file, specify a revision range so that the file existed at\n"
1903
" the end or start of the range."
1905
" Filenames are interpreted within their historical context. To log a\n"
1906
" deleted file, specify a revision range so that the file existed at\n"
1907
" the end or start of the range."
1909
#: bzrlib/builtins.py:2581
1911
" Historical context is also important when interpreting pathnames of\n"
1912
" renamed files/directories. Consider the following example:"
1914
" Historical context is also important when interpreting pathnames of\n"
1915
" renamed files/directories. Consider the following example:"
1917
#: bzrlib/builtins.py:2584
1919
" * revision 1: add tutorial.txt\n"
1920
" * revision 2: modify tutorial.txt\n"
1921
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1923
" * revision 1: add tutorial.txt\n"
1924
" * revision 2: modify tutorial.txt\n"
1925
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1927
#: bzrlib/builtins.py:2588
1596
1928
msgid " In this case:"
1599
#: breezy/builtins.py:2588
1600
msgid " * ``brz log guide.txt`` will log the file added in revision 1"
1603
#: breezy/builtins.py:2590
1604
msgid " * ``brz log tutorial.txt`` will log the new file added in revision 3"
1607
#: breezy/builtins.py:2592
1609
" * ``brz log -r2 -p tutorial.txt`` will show the changes made to\n"
1610
" the original file in revision 2."
1613
#: breezy/builtins.py:2595
1615
" * ``brz log -r2 -p guide.txt`` will display an error message as there\n"
1616
" was no file called guide.txt in revision 2."
1619
#: breezy/builtins.py:2598
1621
" Renames are always followed by log. By design, there is no need to\n"
1622
" explicitly ask for this (and no way to stop logging a file back\n"
1623
" until it was last renamed)."
1626
#: breezy/builtins.py:2602
1929
msgstr " In this case:"
1931
#: bzrlib/builtins.py:2590
1932
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1933
msgstr " * ``bzr log guide.txt`` will log the file added in revision 1"
1935
#: bzrlib/builtins.py:2592
1937
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1939
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1941
#: bzrlib/builtins.py:2594
1943
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1944
" the original file in revision 2."
1946
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1947
" the original file in revision 2."
1949
#: bzrlib/builtins.py:2597
1951
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1952
" was no file called guide.txt in revision 2."
1954
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1955
" was no file called guide.txt in revision 2."
1957
#: bzrlib/builtins.py:2600
1959
" Renames are always followed by log. By design, there is no need to\n"
1960
" explicitly ask for this (and no way to stop logging a file back\n"
1961
" until it was last renamed)."
1963
" Renames are always followed by log. By design, there is no need to\n"
1964
" explicitly ask for this (and no way to stop logging a file back\n"
1965
" until it was last renamed)."
1967
#: bzrlib/builtins.py:2604
1627
1968
msgid ":Other filtering:"
1969
msgstr ":Other filtering:"
1630
#: breezy/builtins.py:2604
1971
#: bzrlib/builtins.py:2606
1632
1973
" The --match option can be used for finding revisions that match a\n"
1633
1974
" regular expression in a commit message, committer, author or bug.\n"
1635
1976
" expressions. --match-author, --match-bugs, --match-committer and\n"
1636
1977
" --match-message can be used to only match a specific field."
1979
" The --match option can be used for finding revisions that match a\n"
1980
" regular expression in a commit message, committer, author or bug.\n"
1981
" Specifying the option several times will match any of the supplied\n"
1982
" expressions. --match-author, --match-bugs, --match-committer and\n"
1983
" --match-message can be used to only match a specific field."
1639
#: breezy/builtins.py:2610
1985
#: bzrlib/builtins.py:2612
1640
1986
msgid ":Tips & tricks:"
1643
#: breezy/builtins.py:2612
1645
" GUI tools and IDEs are often better at exploring history than command\n"
1646
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\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"
1649
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
1652
#: breezy/builtins.py:2618
1653
msgid " You may find it useful to add the aliases below to ``bazaar.conf``::"
1656
#: breezy/builtins.py:2620
1660
" top = log -l10 --line\n"
1664
#: breezy/builtins.py:2625
1666
" ``brz tip`` will then show the latest revision while ``brz top``\n"
1667
" will show the last 10 mainline revisions. To see the details of a\n"
1668
" particular revision X, ``brz show -rX``."
1671
#: breezy/builtins.py:2629
1673
" If you are interested in looking deeper into a particular merge X,\n"
1674
" use ``brz log -n0 -rX``."
1677
#: breezy/builtins.py:2632
1679
" ``brz log -v`` on a branch with lots of history is currently\n"
1680
" very slow. A fix for this issue is currently under development.\n"
1681
" With or without that fix, it is recommended that a revision range\n"
1682
" be given when using the -v option."
1685
#: breezy/builtins.py:2637
1687
" brz has a generic full-text matching plugin, brz-search, that can be\n"
1688
" used to find revisions matching user names, commit messages, etc.\n"
1689
" Among other features, this plugin can find all revisions containing\n"
1690
" a list of words but not others."
1693
#: breezy/builtins.py:2642
1695
" When exploring non-mainline history on large projects with deep\n"
1696
" history, the performance of log can be greatly improved by installing\n"
1697
" the historycache plugin. This plugin buffers historical information\n"
1698
" trading disk space for faster speed."
1701
# help of 'forward' option of 'log' command
1702
#: breezy/builtins.py:2651
1987
msgstr ":Tips & tricks:"
1989
#: bzrlib/builtins.py:2614
1991
" GUI tools and IDEs are often better at exploring history than command\n"
1992
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1993
" bzr-explorer shell, or the Loggerhead web interface. See the Plugin\n"
1994
" Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1995
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
1997
" GUI tools and IDEs are often better at exploring history than command\n"
1998
" line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1999
" bzr-explorer shell, or the Loggerhead web interface. See the Plugin\n"
2000
" Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
2001
" <http://wiki.bazaar.canonical.com/IDEIntegration>. "
2003
#: bzrlib/builtins.py:2620
2005
" You may find it useful to add the aliases below to ``bazaar.conf``::"
2007
" You may find it useful to add the aliases below to ``bazaar.conf``::"
2009
#: bzrlib/builtins.py:2622
2013
" top = log -l10 --line\n"
2018
" top = log -l10 --line\n"
2021
#: bzrlib/builtins.py:2627
2023
" ``bzr tip`` will then show the latest revision while ``bzr top``\n"
2024
" will show the last 10 mainline revisions. To see the details of a\n"
2025
" particular revision X, ``bzr show -rX``."
2027
" ``bzr tip`` will then show the latest revision while ``bzr top``\n"
2028
" will show the last 10 mainline revisions. To see the details of a\n"
2029
" particular revision X, ``bzr show -rX``."
2031
#: bzrlib/builtins.py:2631
2033
" If you are interested in looking deeper into a particular merge X,\n"
2034
" use ``bzr log -n0 -rX``."
2036
" If you are interested in looking deeper into a particular merge X,\n"
2037
" use ``bzr log -n0 -rX``."
2039
#: bzrlib/builtins.py:2634
2041
" ``bzr log -v`` on a branch with lots of history is currently\n"
2042
" very slow. A fix for this issue is currently under development.\n"
2043
" With or without that fix, it is recommended that a revision range\n"
2044
" be given when using the -v option."
2046
" ``bzr log -v`` on a branch with lots of history is currently\n"
2047
" very slow. A fix for this issue is currently under development.\n"
2048
" With or without that fix, it is recommended that a revision range\n"
2049
" be given when using the -v option."
2051
#: bzrlib/builtins.py:2639
2053
" bzr has a generic full-text matching plugin, bzr-search, that can be\n"
2054
" used to find revisions matching user names, commit messages, etc.\n"
2055
" Among other features, this plugin can find all revisions containing\n"
2056
" a list of words but not others."
2058
" bzr has a generic full-text matching plugin, bzr-search, that can be\n"
2059
" used to find revisions matching user names, commit messages, etc.\n"
2060
" Among other features, this plugin can find all revisions containing\n"
2061
" a list of words but not others."
2063
#: bzrlib/builtins.py:2644
2065
" When exploring non-mainline history on large projects with deep\n"
2066
" history, the performance of log can be greatly improved by installing\n"
2067
" the historycache plugin. This plugin buffers historical information\n"
2068
" trading disk space for faster speed."
2070
" When exploring non-mainline history on large projects with deep\n"
2071
" history, the performance of log can be greatly improved by installing\n"
2072
" the historycache plugin. This plugin buffers historical information\n"
2073
" trading disk space for faster speed."
2075
#: bzrlib/builtins.py:2653
1703
2076
msgid "Show from oldest to newest."
2077
msgstr "Show from oldest to newest."
1706
# help of 'verbose' option of 'log' command
1707
#: breezy/builtins.py:2654
2079
#: bzrlib/builtins.py:2656
1708
2080
msgid "Show files changed in each revision."
2081
msgstr "Show files changed in each revision."
1711
# help of 'change' option of 'log' command
1712
#: breezy/builtins.py:2660
2083
#: bzrlib/builtins.py:2662
1713
2084
msgid "Show just the specified revision. See also \"help revisionspec\"."
2085
msgstr "Show just the specified revision. See also \"help revisionspec\"."
1716
# help of 'authors' option of 'log' command
1717
#: breezy/builtins.py:2664
2087
#: bzrlib/builtins.py:2666
1718
2088
msgid "What names to list as authors - first, all or committer."
2089
msgstr "What names to list as authors - first, all or committer."
1721
# title of 'authors' option of 'log' command
1722
#: breezy/builtins.py:2665
2091
#: bzrlib/builtins.py:2667
1723
2092
msgid "Authors"
1726
# help of 'levels' option of 'log' command
1727
#: breezy/builtins.py:2670
2095
#: bzrlib/builtins.py:2672
1728
2096
msgid "Number of levels to display - 0 for all, 1 for flat."
2097
msgstr "Number of levels to display - 0 for all, 1 for flat."
1731
# help of 'limit' option of 'log' command
1732
#: breezy/builtins.py:2680
2099
#: bzrlib/builtins.py:2682
1733
2100
msgid "Limit the output to the first N revisions."
2101
msgstr "Limit the output to the first N revisions."
1736
# help of 'show-diff' option of 'log' command
1737
#: breezy/builtins.py:2685
2103
#: bzrlib/builtins.py:2687
1738
2104
msgid "Show changes made in each revision as a patch."
2105
msgstr "Show changes made in each revision as a patch."
1741
# help of 'include-merged' option of 'log' command
1742
#: breezy/builtins.py:2687
2107
#: bzrlib/builtins.py:2689
1743
2108
msgid "Show merged revisions like --levels 0 does."
2109
msgstr "Show merged revisions like --levels 0 does."
1746
# help of 'omit-merges' option of 'log' command
1747
#: breezy/builtins.py:2691
2111
#: bzrlib/builtins.py:2693
1748
2112
msgid "Do not report commits with more than one parent."
2113
msgstr "Do not report commits with more than one parent."
1751
# help of 'exclude-common-ancestry' option of 'log' command
1752
#: breezy/builtins.py:2693
2115
#: bzrlib/builtins.py:2695
1754
2117
"Display only the revisions that are not part of both ancestries (require -"
2120
"Display only the revisions that are not part of both ancestries (require -"
1758
# help of 'signatures' option of 'log' command
1759
#: breezy/builtins.py:2697
2123
#: bzrlib/builtins.py:2699
1760
2124
msgid "Show digital signature validity."
2125
msgstr "Show digital signature validity."
1763
# help of 'match' option of 'log' command
1764
#: breezy/builtins.py:2700
2127
#: bzrlib/builtins.py:2702
1765
2128
msgid "Show revisions whose properties match this expression."
2129
msgstr "Show revisions whose properties match this expression."
1768
# help of 'match-message' option of 'log' command
1769
#: breezy/builtins.py:2704
2131
#: bzrlib/builtins.py:2706
1770
2132
msgid "Show revisions whose message matches this expression."
2133
msgstr "Show revisions whose message matches this expression."
1773
# help of 'match-committer' option of 'log' command
1774
#: breezy/builtins.py:2708
2135
#: bzrlib/builtins.py:2710
1775
2136
msgid "Show revisions whose committer matches this expression."
2137
msgstr "Show revisions whose committer matches this expression."
1778
# help of 'match-author' option of 'log' command
1779
#: breezy/builtins.py:2712
2139
#: bzrlib/builtins.py:2714
1780
2140
msgid "Show revisions whose authors match this expression."
2141
msgstr "Show revisions whose authors match this expression."
1783
# help of 'match-bugs' option of 'log' command
1784
#: breezy/builtins.py:2716
2143
#: bzrlib/builtins.py:2718
1785
2144
msgid "Show revisions whose bugs match this expression."
2145
msgstr "Show revisions whose bugs match this expression."
1788
#: breezy/builtins.py:2770
2147
#: bzrlib/builtins.py:2772
1789
2148
msgid "--exclude-common-ancestry requires -r with two revisions"
2149
msgstr "--exclude-common-ancestry requires -r with two revisions"
1792
#: breezy/builtins.py:2798
2151
#: bzrlib/builtins.py:2800
1793
2152
#, python-format
1794
2153
msgid "Path unknown at end or start of revision range: %s"
1797
#: breezy/builtins.py:2915
1799
msgid "brz %s doesn't accept two revisions in different branches."
1802
#: breezy/builtins.py:2931
1804
msgid "brz %s --revision takes one or two values."
1807
#: breezy/builtins.py:2976
2154
msgstr "Path unknown at end or start of revision range: %s"
2156
#: bzrlib/builtins.py:2917
2158
msgid "bzr %s doesn't accept two revisions in different branches."
2159
msgstr "bzr %s doesn't accept two revisions in different branches."
2161
#: bzrlib/builtins.py:2933
2163
msgid "bzr %s --revision takes one or two values."
2164
msgstr "bzr %s --revision takes one or two values."
2166
#: bzrlib/builtins.py:2978
1809
2168
"List files in a tree.\n"
2171
"List files in a tree.\n"
1813
# help of 'recursive' option of 'ls' command
1814
#: breezy/builtins.py:2985
2174
#: bzrlib/builtins.py:2987
1815
2175
msgid "Recurse into subdirectories."
2176
msgstr "Recurse into subdirectories."
1818
# help of 'from-root' option of 'ls' command
1819
#: breezy/builtins.py:2987
2178
#: bzrlib/builtins.py:2989
1820
2179
msgid "Print paths relative to the root of the branch."
2180
msgstr "Print paths relative to the root of the branch."
1823
# help of 'unknown' option of 'ls' command
1824
#: breezy/builtins.py:2989
2182
#: bzrlib/builtins.py:2991
1825
2183
msgid "Print unknown files."
2184
msgstr "Print unknown files."
1828
# help of 'versioned' option of 'ls' command
1829
#: breezy/builtins.py:2990
2186
#: bzrlib/builtins.py:2992
1830
2187
msgid "Print versioned files."
2188
msgstr "Print versioned files."
1833
# help of 'ignored' option of 'ls' command
1834
#: breezy/builtins.py:2993
2190
#: bzrlib/builtins.py:2995
1835
2191
msgid "Print ignored files."
2192
msgstr "Print ignored files."
1838
# help of 'kind' option of 'ls' command
1839
#: breezy/builtins.py:2995
2194
#: bzrlib/builtins.py:2997
1840
2195
msgid "List entries of a particular kind: file, directory, symlink."
2196
msgstr "List entries of a particular kind: file, directory, symlink."
1843
#: breezy/builtins.py:3008
2198
#: bzrlib/builtins.py:3010
1844
2199
msgid "invalid kind specified"
2200
msgstr "invalid kind specified"
1847
#: breezy/builtins.py:3011
2202
#: bzrlib/builtins.py:3013
1848
2203
msgid "Cannot set both --verbose and --null"
2204
msgstr "Cannot set both --verbose and --null"
1851
#: breezy/builtins.py:3020
2206
#: bzrlib/builtins.py:3022
1852
2207
msgid "cannot specify both --from-root and PATH"
2208
msgstr "cannot specify both --from-root and PATH"
1855
#: breezy/builtins.py:3107
2210
#: bzrlib/builtins.py:3109
1856
2211
msgid "Ignore specified files or patterns."
1859
#: breezy/builtins.py:3109
1860
msgid "See ``brz help patterns`` for details on the syntax of patterns."
1863
#: breezy/builtins.py:3111
1865
"If a .bzrignore file does not exist, the ignore command\n"
1866
"will create one and add the specified files or patterns to the newly\n"
1867
"created file. The ignore command will also automatically add the \n"
1868
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
1869
"the use of the ignore command will require an explicit add command."
1872
#: breezy/builtins.py:3117
1874
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
1875
"After adding, editing or deleting that file either indirectly by\n"
1876
"using this command or directly by using an editor, be sure to commit\n"
1880
#: breezy/builtins.py:3122
1882
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
1883
"the global ignore file can be found in the application data directory as\n"
1884
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
1885
"Global ignores are not touched by this command. The global ignore file\n"
1886
"can be edited directly using an editor."
1889
#: breezy/builtins.py:3128
1891
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
1892
"precedence over regular ignores. Such exceptions are used to specify\n"
1893
"files that should be versioned which would otherwise be ignored."
1896
#: breezy/builtins.py:3132
1898
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
1899
"precedence over the '!' exception patterns."
1902
#: breezy/builtins.py:3135
1906
"* Ignore patterns containing shell wildcards must be quoted from\n"
1907
" the shell on Unix."
1910
#: breezy/builtins.py:3140
1912
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1913
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1916
#: breezy/builtins.py:3143
1919
" Ignore the top level Makefile::"
1922
#: breezy/builtins.py:3146
1923
msgid " brz ignore ./Makefile"
1926
#: breezy/builtins.py:3148
2212
msgstr "Ignore specified files or patterns."
2214
#: bzrlib/builtins.py:3111
2215
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
2216
msgstr "See ``bzr help patterns`` for details on the syntax of patterns."
2218
#: bzrlib/builtins.py:3113
2220
"If a .bzrignore file does not exist, the ignore command\n"
2221
"will create one and add the specified files or patterns to the newly\n"
2222
"created file. The ignore command will also automatically add the \n"
2223
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
2224
"the use of the ignore command will require an explicit add command."
2226
"If a .bzrignore file does not exist, the ignore command\n"
2227
"will create one and add the specified files or patterns to the newly\n"
2228
"created file. The ignore command will also automatically add the \n"
2229
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
2230
"the use of the ignore command will require an explicit add command."
2232
#: bzrlib/builtins.py:3119
2234
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
2235
"After adding, editing or deleting that file either indirectly by\n"
2236
"using this command or directly by using an editor, be sure to commit\n"
2239
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
2240
"After adding, editing or deleting that file either indirectly by\n"
2241
"using this command or directly by using an editor, be sure to commit\n"
2244
#: bzrlib/builtins.py:3124
2246
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
2247
"the global ignore file can be found in the application data directory as\n"
2248
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
2249
"Global ignores are not touched by this command. The global ignore file\n"
2250
"can be edited directly using an editor."
2252
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
2253
"the global ignore file can be found in the application data directory as\n"
2254
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
2255
"Global ignores are not touched by this command. The global ignore file\n"
2256
"can be edited directly using an editor."
2258
#: bzrlib/builtins.py:3130
2260
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2261
"precedence over regular ignores. Such exceptions are used to specify\n"
2262
"files that should be versioned which would otherwise be ignored."
2264
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
2265
"precedence over regular ignores. Such exceptions are used to specify\n"
2266
"files that should be versioned which would otherwise be ignored."
2268
#: bzrlib/builtins.py:3134
2270
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2271
"precedence over the '!' exception patterns."
2273
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
2274
"precedence over the '!' exception patterns."
2276
#: bzrlib/builtins.py:3137
2280
"* Ignore patterns containing shell wildcards must be quoted from\n"
2281
" the shell on Unix."
2285
"* Ignore patterns containing shell wildcards must be quoted from\n"
2286
" the shell on Unix."
2288
#: bzrlib/builtins.py:3142
2290
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2291
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
2293
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
2294
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
2296
#: bzrlib/builtins.py:3145
2299
" Ignore the top level Makefile::"
2302
" Ignore the top level Makefile::"
2304
#: bzrlib/builtins.py:3148
2305
msgid " bzr ignore ./Makefile"
2306
msgstr " bzr ignore ./Makefile"
2308
#: bzrlib/builtins.py:3150
1927
2309
msgid " Ignore .class files in all directories...::"
1930
#: breezy/builtins.py:3150
1931
msgid " brz ignore \"*.class\""
1934
#: breezy/builtins.py:3152
2310
msgstr " Ignore .class files in all directories...::"
2312
#: bzrlib/builtins.py:3152
2313
msgid " bzr ignore \"*.class\""
2314
msgstr " bzr ignore \"*.class\""
2316
#: bzrlib/builtins.py:3154
1935
2317
msgid " ...but do not ignore \"special.class\"::"
1938
#: breezy/builtins.py:3154
1939
msgid " brz ignore \"!special.class\""
1942
#: breezy/builtins.py:3156
2318
msgstr " ...but do not ignore \"special.class\"::"
2320
#: bzrlib/builtins.py:3156
2321
msgid " bzr ignore \"!special.class\""
2322
msgstr " bzr ignore \"!special.class\""
2324
#: bzrlib/builtins.py:3158
1943
2325
msgid " Ignore files whose name begins with the \"#\" character::"
1946
#: breezy/builtins.py:3158
1947
msgid " brz ignore \"RE:^#\""
1950
#: breezy/builtins.py:3160 breezy/builtins.py:3164
2326
msgstr " Ignore files whose name begins with the \"#\" character::"
2328
#: bzrlib/builtins.py:3160
2329
msgid " bzr ignore \"RE:^#\""
2330
msgstr " bzr ignore \"RE:^#\""
2332
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1951
2333
msgid " Ignore .o files under the lib directory::"
1954
#: breezy/builtins.py:3162
1955
msgid " brz ignore \"lib/**/*.o\""
1958
#: breezy/builtins.py:3166
1959
msgid " brz ignore \"RE:lib/.*\\.o\""
1962
#: breezy/builtins.py:3168
2334
msgstr " Ignore .o files under the lib directory::"
2336
#: bzrlib/builtins.py:3164
2337
msgid " bzr ignore \"lib/**/*.o\""
2338
msgstr " bzr ignore \"lib/**/*.o\""
2340
#: bzrlib/builtins.py:3168
2341
msgid " bzr ignore \"RE:lib/.*\\.o\""
2342
msgstr " bzr ignore \"RE:lib/.*\\.o\""
2344
#: bzrlib/builtins.py:3170
1963
2345
msgid " Ignore everything but the \"debian\" toplevel directory::"
2346
msgstr " Ignore everything but the \"debian\" top-level directory::"
1966
#: breezy/builtins.py:3170
2348
#: bzrlib/builtins.py:3172
1968
" brz ignore \"RE:(?!debian/).*\"\n"
2350
" bzr ignore \"RE:(?!debian/).*\"\n"
1970
2352
" Ignore everything except the \"local\" toplevel directory,\n"
1971
2353
" but always ignore autosave files ending in ~, even under local/::\n"
1973
" brz ignore \"*\"\n"
1974
" brz ignore \"!./local\"\n"
1975
" brz ignore \"!!*~\""
1978
# help of 'default-rules' option of 'ignore' command
1979
#: breezy/builtins.py:3184
1980
msgid "Display the default ignore rules that brz uses."
1983
#: breezy/builtins.py:3196
2355
" bzr ignore \"*\"\n"
2356
" bzr ignore \"!./local\"\n"
2357
" bzr ignore \"!!*~\""
2359
" bzr ignore \"RE:(?!debian/).*\"\n"
2361
" Ignore everything except the \"local\" top-level directory,\n"
2362
" but always ignore autosave files ending in ~, even under local/::\n"
2364
" bzr ignore \"*\"\n"
2365
" bzr ignore \"!./local\"\n"
2366
" bzr ignore \"!!*~\""
2368
#: bzrlib/builtins.py:3186
2369
msgid "Display the default ignore rules that bzr uses."
2370
msgstr "Display the default ignore rules that bzr uses."
2372
#: bzrlib/builtins.py:3198
1984
2373
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
2374
msgstr "ignore requires at least one NAME_PATTERN or --default-rules."
1987
#: breezy/builtins.py:3207
2376
#: bzrlib/builtins.py:3209
1988
2377
#, python-format
1989
2378
msgid "Invalid ignore pattern found. %s"
1990
2379
msgid_plural "Invalid ignore patterns found. %s"
2380
msgstr[0] "Invalid ignore pattern found. %s"
2381
msgstr[1] "Invalid ignore patterns found. %s"
1994
#: breezy/builtins.py:3216
2383
#: bzrlib/builtins.py:3218
1995
2384
msgid "NAME_PATTERN should not be an absolute path"
2385
msgstr "NAME_PATTERN should not be an absolute path"
1998
#: breezy/builtins.py:3229
2387
#: bzrlib/builtins.py:3231
1999
2388
#, python-format
2001
2390
"Warning: the following files are version controlled and match your ignore "
2004
"These files will continue to be version controlled unless you 'brz remove' "
2393
"These files will continue to be version controlled unless you 'bzr remove' "
2396
"Warning: the following files are version controlled and match your ignore "
2399
"These files will continue to be version controlled unless you 'bzr remove' "
2008
#: breezy/builtins.py:3236
2402
#: bzrlib/builtins.py:3238
2009
2403
msgid "List ignored files and the patterns that matched them."
2404
msgstr "List ignored files and the patterns that matched them."
2012
#: breezy/builtins.py:3238
2406
#: bzrlib/builtins.py:3240
2014
2408
"List all the ignored files and the ignore pattern that caused the file to\n"
2411
"List all the ignored files and the ignore pattern that caused the file to\n"
2018
#: breezy/builtins.py:3241
2414
#: bzrlib/builtins.py:3243
2019
2415
msgid "Alternatively, to list just the files::"
2022
#: breezy/builtins.py:3243
2023
msgid " brz ls --ignored"
2026
#: breezy/builtins.py:3277
2416
msgstr "Alternatively, to list just the files::"
2418
#: bzrlib/builtins.py:3245
2419
msgid " bzr ls --ignored"
2420
msgstr " bzr ls --ignored"
2422
#: bzrlib/builtins.py:3279
2027
2423
#, python-format
2028
2424
msgid "not a valid revision-number: %r"
2031
#: breezy/builtins.py:3284
2032
msgid "Export current or past revision to a destination directory or archive."
2035
#: breezy/builtins.py:3286
2425
msgstr "not a valid revision-number: %r"
2427
#: bzrlib/builtins.py:3286
2429
"Export current or past revision to a destination directory or archive."
2431
"Export current or past revision to a destination directory or archive."
2433
#: bzrlib/builtins.py:3288
2036
2434
msgid "If no revision is specified this exports the last committed revision."
2039
#: breezy/builtins.py:3288
2041
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2042
"given, try to find the format with the extension. If no extension\n"
2043
"is found exports to a directory (equivalent to --format=dir)."
2046
#: breezy/builtins.py:3292
2048
"If root is supplied, it will be used as the root directory inside\n"
2049
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2050
"to the exported filename. The root option has no effect for 'dir' format."
2053
#: breezy/builtins.py:3296
2055
"If branch is omitted then the branch containing the current working\n"
2056
"directory will be used."
2059
#: breezy/builtins.py:3299
2060
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2063
#: breezy/builtins.py:3301
2065
" ================= =========================\n"
2066
" Supported formats Autodetected by extension\n"
2067
" ================= =========================\n"
2070
" tbz2 .tar.bz2, .tbz2\n"
2071
" tgz .tar.gz, .tgz\n"
2073
" ================= ========================="
2076
# help of 'format' option of 'export' command
2077
#: breezy/builtins.py:3315
2436
"If no revision is specified this exports the last committed revision."
2438
#: bzrlib/builtins.py:3290
2440
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2441
"given, try to find the format with the extension. If no extension\n"
2442
"is found exports to a directory (equivalent to --format=dir)."
2444
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2445
"given, try to find the format with the extension. If no extension\n"
2446
"is found exports to a directory (equivalent to --format=dir)."
2448
#: bzrlib/builtins.py:3294
2450
"If root is supplied, it will be used as the root directory inside\n"
2451
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2452
"to the exported filename. The root option has no effect for 'dir' format."
2454
"If root is supplied, it will be used as the root directory inside\n"
2455
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2456
"to the exported filename. The root option has no effect for 'dir' format."
2458
#: bzrlib/builtins.py:3298
2460
"If branch is omitted then the branch containing the current working\n"
2461
"directory will be used."
2463
"If branch is omitted then the branch containing the current working\n"
2464
"directory will be used."
2466
#: bzrlib/builtins.py:3301
2468
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2470
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2472
#: bzrlib/builtins.py:3303
2474
" ================= =========================\n"
2475
" Supported formats Autodetected by extension\n"
2476
" ================= =========================\n"
2479
" tbz2 .tar.bz2, .tbz2\n"
2480
" tgz .tar.gz, .tgz\n"
2482
" ================= ========================="
2484
" ================= =========================\n"
2485
" Supported formats Autodetected by extension\n"
2486
" ================= =========================\n"
2489
" tbz2 .tar.bz2, .tbz2\n"
2490
" tgz .tar.gz, .tgz\n"
2492
" ================= ========================="
2494
#: bzrlib/builtins.py:3317
2078
2495
msgid "Type of file to export to."
2496
msgstr "Type of file to export to."
2081
# help of 'filters' option of 'export' command
2082
#: breezy/builtins.py:3318
2498
#: bzrlib/builtins.py:3320
2083
2499
msgid "Apply content filters to export the convenient form."
2500
msgstr "Apply content filters to export the convenient form."
2086
# help of 'root' option of 'export' command
2087
#: breezy/builtins.py:3322
2502
#: bzrlib/builtins.py:3324
2088
2503
msgid "Name of the root directory inside the exported file."
2091
# help of 'per-file-timestamps' option of 'export' command
2092
#: breezy/builtins.py:3324
2094
"Set modification time of files to that of the last revision in which it was "
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."
2103
#: breezy/builtins.py:3346
2504
msgstr "Name of the root directory inside the exported file."
2506
#: bzrlib/builtins.py:3326
2508
"Set modification time of files to that of the last revision in which it was "
2511
"Set modification time of files to that of the last revision in which it was "
2514
#: bzrlib/builtins.py:3329
2516
"Export the working tree contents rather than that of the last revision."
2518
"Export the working tree contents rather than that of the last revision."
2520
#: bzrlib/builtins.py:3348
2104
2521
msgid "--uncommitted requires a working tree"
2522
msgstr "--uncommitted requires a working tree"
2107
#: breezy/builtins.py:3355
2524
#: bzrlib/builtins.py:3357
2108
2525
#, python-format
2109
2526
msgid "Unsupported export format: %s"
2112
#: breezy/builtins.py:3359
2113
msgid "Write the contents of a file as of a given revision to standard output."
2116
#: breezy/builtins.py:3361
2527
msgstr "Unsupported export format: %s"
2529
#: bzrlib/builtins.py:3361
2531
"Write the contents of a file as of a given revision to standard output."
2533
"Write the contents of a file as of a given revision to standard output."
2535
#: bzrlib/builtins.py:3363
2117
2536
msgid "If no revision is nominated, the last revision is used."
2537
msgstr "If no revision is nominated, the last revision is used."
2120
#: breezy/builtins.py:3363
2539
#: bzrlib/builtins.py:3365
2122
2541
"Note: Take care to redirect standard output when using this command on a\n"
2544
"Note: Take care to redirect standard output when using this command on a\n"
2126
# help of 'name-from-revision' option of 'cat' command
2127
#: breezy/builtins.py:3369
2547
#: bzrlib/builtins.py:3371
2128
2548
msgid "The path name in the old tree."
2549
msgstr "The path name in the old tree."
2131
# help of 'filters' option of 'cat' command
2132
#: breezy/builtins.py:3370
2551
#: bzrlib/builtins.py:3372
2133
2552
msgid "Apply content filters to display the convenience form."
2136
#: breezy/builtins.py:3381
2137
msgid "brz cat --revision takes exactly one revision specifier"
2140
#: breezy/builtins.py:3406 breezy/builtins.py:3418
2553
msgstr "Apply content filters to display the convenience form."
2555
#: bzrlib/builtins.py:3383
2556
msgid "bzr cat --revision takes exactly one revision specifier"
2557
msgstr "bzr cat --revision takes exactly one revision specifier"
2559
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2141
2560
msgid "{0!r} is not present in revision {1}"
2561
msgstr "{0!r} is not present in revision {1}"
2144
#: breezy/builtins.py:3441
2563
#: bzrlib/builtins.py:3443
2145
2564
msgid "Commit changes into a new revision."
2148
#: breezy/builtins.py:3443
2150
"An explanatory message needs to be given for each commit. This is\n"
2151
"often done by using the --message option (getting the message from the\n"
2152
"command line) or by using the --file option (getting the message from\n"
2153
"a file). If neither of these options is given, an editor is opened for\n"
2154
"the user to enter the message. To see the changed files in the\n"
2155
"boilerplate text loaded into the editor, use the --show-diff option."
2158
#: breezy/builtins.py:3450
2160
"By default, the entire tree is committed and the person doing the\n"
2161
"commit is assumed to be the author. These defaults can be overridden\n"
2162
"as explained below."
2165
#: breezy/builtins.py:3454
2565
msgstr "Commit changes into a new revision."
2567
#: bzrlib/builtins.py:3445
2569
"An explanatory message needs to be given for each commit. This is\n"
2570
"often done by using the --message option (getting the message from the\n"
2571
"command line) or by using the --file option (getting the message from\n"
2572
"a file). If neither of these options is given, an editor is opened for\n"
2573
"the user to enter the message. To see the changed files in the\n"
2574
"boilerplate text loaded into the editor, use the --show-diff option."
2576
"An explanatory message needs to be given for each commit. This is\n"
2577
"often done by using the --message option (getting the message from the\n"
2578
"command line) or by using the --file option (getting the message from\n"
2579
"a file). If neither of these options is given, an editor is opened for\n"
2580
"the user to enter the message. To see the changed files in the\n"
2581
"boilerplate text loaded into the editor, use the --show-diff option."
2583
#: bzrlib/builtins.py:3452
2585
"By default, the entire tree is committed and the person doing the\n"
2586
"commit is assumed to be the author. These defaults can be overridden\n"
2587
"as explained below."
2589
"By default, the entire tree is committed and the person doing the\n"
2590
"commit is assumed to be the author. These defaults can be overridden\n"
2591
"as explained below."
2593
#: bzrlib/builtins.py:3456
2166
2594
msgid ":Selective commits:"
2169
#: breezy/builtins.py:3456
2171
" If selected files are specified, only changes to those files are\n"
2172
" committed. If a directory is specified then the directory and\n"
2173
" everything within it is committed."
2176
#: breezy/builtins.py:3460
2178
" When excludes are given, they take precedence over selected files.\n"
2179
" For example, to commit only changes within foo, but not changes\n"
2183
#: breezy/builtins.py:3464
2184
msgid " brz commit foo -x foo/bar"
2187
#: breezy/builtins.py:3466
2595
msgstr ":Selective commits:"
2597
#: bzrlib/builtins.py:3458
2599
" If selected files are specified, only changes to those files are\n"
2600
" committed. If a directory is specified then the directory and\n"
2601
" everything within it is committed."
2603
" If selected files are specified, only changes to those files are\n"
2604
" committed. If a directory is specified then the directory and\n"
2605
" everything within it is committed."
2607
#: bzrlib/builtins.py:3462
2609
" When excludes are given, they take precedence over selected files.\n"
2610
" For example, to commit only changes within foo, but not changes\n"
2613
" When excludes are given, they take precedence over selected files.\n"
2614
" For example, to commit only changes within foo, but not changes\n"
2617
#: bzrlib/builtins.py:3466
2618
msgid " bzr commit foo -x foo/bar"
2619
msgstr " bzr commit foo -x foo/bar"
2621
#: bzrlib/builtins.py:3468
2188
2622
msgid " A selective commit after a merge is not yet supported."
2623
msgstr " A selective commit after a merge is not yet supported."
2191
#: breezy/builtins.py:3468
2625
#: bzrlib/builtins.py:3470
2192
2626
msgid ":Custom authors:"
2627
msgstr ":Custom authors:"
2195
#: breezy/builtins.py:3470
2629
#: bzrlib/builtins.py:3472
2197
2631
" If the author of the change is not the same person as the committer,\n"
2198
2632
" you can specify the author's name using the --author option. The\n"
2201
2635
" the change you can specify the option multiple times, once for each\n"
2638
" If the author of the change is not the same person as the committer,\n"
2639
" you can specify the author's name using the --author option. The\n"
2640
" name should be in the same format as a committer-id, e.g.\n"
2641
" \"John Doe <jdoe@example.com>\". If there is more than one author of\n"
2642
" the change you can specify the option multiple times, once for each\n"
2205
#: breezy/builtins.py:3477
2645
#: bzrlib/builtins.py:3479
2206
2646
msgid ":Checks:"
2209
#: breezy/builtins.py:3479
2649
#: bzrlib/builtins.py:3481
2211
2651
" A common mistake is to forget to add a new file or directory before\n"
2212
2652
" running the commit command. The --strict option checks for unknown\n"
2213
2653
" files and aborts the commit if any are found. More advanced pre-commit\n"
2214
" checks can be implemented by defining hooks. See ``brz help hooks``\n"
2654
" checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2215
2655
" for details."
2657
" A common mistake is to forget to add a new file or directory before\n"
2658
" running the commit command. The --strict option checks for unknown\n"
2659
" files and aborts the commit if any are found. More advanced pre-commit\n"
2660
" checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2218
#: breezy/builtins.py:3485
2663
#: bzrlib/builtins.py:3487
2219
2664
msgid ":Things to note:"
2665
msgstr ":Things to note:"
2222
#: breezy/builtins.py:3487
2667
#: bzrlib/builtins.py:3489
2224
2669
" If you accidentially commit the wrong changes or make a spelling\n"
2225
2670
" mistake in the commit message say, you can use the uncommit command\n"
2226
" to undo it. See ``brz help uncommit`` for details."
2671
" to undo it. See ``bzr help uncommit`` for details."
2673
" If you accidentally commit the wrong changes or make a spelling\n"
2674
" mistake in the commit message say, you can use the uncommit command\n"
2675
" to undo it. See ``bzr help uncommit`` for details."
2229
#: breezy/builtins.py:3491
2677
#: bzrlib/builtins.py:3493
2231
2679
" Hooks can also be configured to run after a commit. This allows you\n"
2232
2680
" to trigger updates to external systems like bug trackers. The --fixes\n"
2233
2681
" option can be used to record the association between a revision and\n"
2234
" one or more bugs. See ``brz help bugs`` for details."
2682
" one or more bugs. See ``bzr help bugs`` for details."
2684
" Hooks can also be configured to run after a commit. This allows you\n"
2685
" to trigger updates to external systems like bug trackers. The --fixes\n"
2686
" option can be used to record the association between a revision and\n"
2687
" one or more bugs. See ``bzr help bugs`` for details."
2237
# help of 'exclude' option of 'commit' command
2238
#: breezy/builtins.py:3501
2689
#: bzrlib/builtins.py:3503
2239
2690
msgid "Do not consider changes made to a given path."
2691
msgstr "Do not consider changes made to a given path."
2242
# help of 'message' option of 'commit' command
2243
#: breezy/builtins.py:3504
2693
#: bzrlib/builtins.py:3506
2244
2694
msgid "Description of the new revision."
2695
msgstr "Description of the new revision."
2247
# help of 'unchanged' option of 'commit' command
2248
#: breezy/builtins.py:3507
2697
#: bzrlib/builtins.py:3509
2249
2698
msgid "Commit even if nothing has changed."
2699
msgstr "Commit even if nothing has changed."
2252
# help of 'file' option of 'commit' command
2253
#: breezy/builtins.py:3511
2701
#: bzrlib/builtins.py:3513
2254
2702
msgid "Take commit message from this file."
2703
msgstr "Take commit message from this file."
2257
# help of 'strict' option of 'commit' command
2258
#: breezy/builtins.py:3513
2705
#: bzrlib/builtins.py:3515
2259
2706
msgid "Refuse to commit if there are unknown files in the working tree."
2707
msgstr "Refuse to commit if there are unknown files in the working tree."
2262
# help of 'commit-time' option of 'commit' command
2263
#: breezy/builtins.py:3516
2709
#: bzrlib/builtins.py:3518
2265
2711
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2266
2712
"08:00:00 +0100'."
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\")."
2274
# help of 'author' option of 'commit' command
2275
#: breezy/builtins.py:3522
2714
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2717
#: bzrlib/builtins.py:3521
2718
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2719
msgstr "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2721
#: bzrlib/builtins.py:3524
2276
2722
msgid "Set the author's name, if it's different from the committer."
2279
# help of 'local' option of 'commit' command
2280
#: breezy/builtins.py:3525
2282
"Perform a local commit in a bound branch. Local commits are not pushed to "
2283
"the master branch until a normal commit is performed."
2286
# help of 'show-diff' option of 'commit' command
2287
#: breezy/builtins.py:3531
2289
"When no message is supplied, show the diff along with the status summary in "
2290
"the message editor."
2293
# help of 'lossy' option of 'commit' command
2294
#: breezy/builtins.py:3534
2296
"When committing to a foreign version control system do not push data that "
2297
"can not be natively represented."
2300
#: breezy/builtins.py:3552
2303
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2304
"default bug tracker using the `bugtracker` option.\n"
2305
"See \"brz help bugs\" for more information on this feature. Commit refused."
2308
#: breezy/builtins.py:3561
2311
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"brz help bugs\" "
2312
"for more information on this feature.\n"
2316
#: breezy/builtins.py:3570
2723
msgstr "Set the author's name, if it's different from the committer."
2725
#: bzrlib/builtins.py:3527
2727
"Perform a local commit in a bound branch. Local commits are not pushed to "
2728
"the master branch until a normal commit is performed."
2730
"Perform a local commit in a bound branch. Local commits are not pushed to "
2731
"the master branch until a normal commit is performed."
2733
#: bzrlib/builtins.py:3533
2735
"When no message is supplied, show the diff along with the status summary in "
2736
"the message editor."
2738
"When no message is supplied, show the diff along with the status summary in "
2739
"the message editor."
2741
#: bzrlib/builtins.py:3536
2743
"When committing to a foreign version control system do not push data that "
2744
"can not be natively represented."
2746
"When committing to a foreign version control system do not push data that "
2747
"can not be natively represented."
2749
#: bzrlib/builtins.py:3554
2752
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2753
"default bug tracker using the `bugtracker` option.\n"
2754
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2756
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2757
"default bug tracker using the `bugtracker` option.\n"
2758
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2760
#: bzrlib/builtins.py:3563
2763
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2764
"for more information on this feature.\n"
2767
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2768
"for more information on this feature.\n"
2771
#: bzrlib/builtins.py:3572
2317
2772
#, python-format
2318
2773
msgid "Unrecognized bug %s. Commit refused."
2774
msgstr "Unrecognised bug %s. Commit refused."
2321
#: breezy/builtins.py:3573
2776
#: bzrlib/builtins.py:3575
2322
2777
#, python-format
2325
2780
"Commit refused."
2328
#: breezy/builtins.py:3597
2785
#: bzrlib/builtins.py:3599
2329
2786
msgid "Could not parse --commit-time: "
2787
msgstr "Could not parse --commit-time: "
2332
#: breezy/builtins.py:3637
2789
#: bzrlib/builtins.py:3639
2333
2790
msgid "please specify either --message or --file"
2791
msgstr "please specify either --message or --file"
2336
#: breezy/builtins.py:3666
2793
#: bzrlib/builtins.py:3668
2337
2794
msgid "please specify a commit message with either --message or --file"
2340
#: breezy/builtins.py:3669
2342
"Empty commit message specified. Please specify a commit message with either "
2343
"--message or --file or leave a blank message with --message \"\"."
2346
#: breezy/builtins.py:3689
2348
"No changes to commit. Please 'brz add' the files you want to commit, or use "
2349
"--unchanged to force an empty commit."
2352
#: breezy/builtins.py:3693
2354
"Conflicts detected in working tree. Use \"brz conflicts\" to list, \"brz "
2355
"resolve FILE\" to resolve."
2358
#: breezy/builtins.py:3697
2795
msgstr "please specify a commit message with either --message or --file"
2797
#: bzrlib/builtins.py:3671
2799
"Empty commit message specified. Please specify a commit message with either -"
2800
"-message or --file or leave a blank message with --message \"\"."
2802
"Empty commit message specified. Please specify a commit message with either -"
2803
"-message or --file or leave a blank message with --message \"\"."
2805
#: bzrlib/builtins.py:3691
2807
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2808
"-unchanged to force an empty commit."
2810
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2811
"-unchanged to force an empty commit."
2813
#: bzrlib/builtins.py:3695
2815
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2816
"resolve FILE\" to resolve."
2818
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2819
"resolve FILE\" to resolve."
2821
#: bzrlib/builtins.py:3699
2359
2822
msgid "Commit refused because there are unknown files in the working tree."
2362
#: breezy/builtins.py:3700
2365
"To commit to master branch, run update and then commit.\n"
2366
"You can also pass --local to commit to continue working disconnected."
2369
#: breezy/builtins.py:3708
2371
"Validate working tree structure, branch consistency and repository history."
2374
#: breezy/builtins.py:3710
2376
"This command checks various invariants about branch and repository storage\n"
2377
"to detect data corruption or brz bugs."
2380
#: breezy/builtins.py:3713
2382
"The working tree and branch checks will only give output if a problem is\n"
2383
"detected. The output fields of the repository check are:"
2386
#: breezy/builtins.py:3716
2389
" This is just the number of revisions checked. It doesn't\n"
2390
" indicate a problem."
2393
#: breezy/builtins.py:3720
2396
" This is just the number of versionedfiles checked. It\n"
2397
" doesn't indicate a problem."
2400
#: breezy/builtins.py:3724
2402
"unreferenced ancestors\n"
2403
" Texts that are ancestors of other texts, but\n"
2404
" are not properly referenced by the revision ancestry. This is a\n"
2405
" subtle problem that Bazaar can work around."
2408
#: breezy/builtins.py:3729
2410
"unique file texts\n"
2411
" This is the total number of unique file contents\n"
2412
" seen in the checked revisions. It does not indicate a problem."
2415
#: breezy/builtins.py:3733
2417
"repeated file texts\n"
2418
" This is the total number of repeated texts seen\n"
2419
" in the checked revisions. Texts can be repeated when their file\n"
2420
" entries are modified, but the file contents are not. It does not\n"
2421
" indicate a problem."
2424
#: breezy/builtins.py:3739
2426
"If no restrictions are specified, all Bazaar data that is found at the "
2428
"location will be checked."
2431
#: breezy/builtins.py:3744
2823
msgstr "Commit refused because there are unknown files in the working tree."
2825
#: bzrlib/builtins.py:3702
2828
"To commit to master branch, run update and then commit.\n"
2829
"You can also pass --local to commit to continue working disconnected."
2832
"To commit to master branch, run update and then commit.\n"
2833
"You can also pass --local to commit to continue working disconnected."
2835
#: bzrlib/builtins.py:3710
2837
"Validate working tree structure, branch consistency and repository history."
2839
"Validate working tree structure, branch consistency and repository history."
2841
#: bzrlib/builtins.py:3712
2843
"This command checks various invariants about branch and repository storage\n"
2844
"to detect data corruption or bzr bugs."
2846
"This command checks various invariants about branch and repository storage\n"
2847
"to detect data corruption or bzr bugs."
2849
#: bzrlib/builtins.py:3715
2851
"The working tree and branch checks will only give output if a problem is\n"
2852
"detected. The output fields of the repository check are:"
2854
"The working tree and branch checks will only give output if a problem is\n"
2855
"detected. The output fields of the repository check are:"
2857
#: bzrlib/builtins.py:3718
2860
" This is just the number of revisions checked. It doesn't\n"
2861
" indicate a problem."
2864
" This is just the number of revisions checked. It doesn't\n"
2865
" indicate a problem."
2867
#: bzrlib/builtins.py:3722
2870
" This is just the number of versionedfiles checked. It\n"
2871
" doesn't indicate a problem."
2874
" This is just the number of versionedfiles checked. It\n"
2875
" doesn't indicate a problem."
2877
#: bzrlib/builtins.py:3726
2879
"unreferenced ancestors\n"
2880
" Texts that are ancestors of other texts, but\n"
2881
" are not properly referenced by the revision ancestry. This is a\n"
2882
" subtle problem that Bazaar can work around."
2884
"unreferenced ancestors\n"
2885
" Texts that are ancestors of other texts, but\n"
2886
" are not properly referenced by the revision ancestry. This is a\n"
2887
" subtle problem that Bazaar can work around."
2889
#: bzrlib/builtins.py:3731
2891
"unique file texts\n"
2892
" This is the total number of unique file contents\n"
2893
" seen in the checked revisions. It does not indicate a problem."
2895
"unique file texts\n"
2896
" This is the total number of unique file contents\n"
2897
" seen in the checked revisions. It does not indicate a problem."
2899
#: bzrlib/builtins.py:3735
2901
"repeated file texts\n"
2902
" This is the total number of repeated texts seen\n"
2903
" in the checked revisions. Texts can be repeated when their file\n"
2904
" entries are modified, but the file contents are not. It does not\n"
2905
" indicate a problem."
2907
"repeated file texts\n"
2908
" This is the total number of repeated texts seen\n"
2909
" in the checked revisions. Texts can be repeated when their file\n"
2910
" entries are modified, but the file contents are not. It does not\n"
2911
" indicate a problem."
2913
#: bzrlib/builtins.py:3741
2915
"If no restrictions are specified, all Bazaar data that is found at the "
2917
"location will be checked."
2919
"If no restrictions are specified, all Bazaar data that is found at the "
2921
"location will be checked."
2923
#: bzrlib/builtins.py:3746
2432
2924
msgid " Check the tree and branch at 'foo'::"
2435
#: breezy/builtins.py:3746
2436
msgid " brz check --tree --branch foo"
2439
#: breezy/builtins.py:3748
2925
msgstr " Check the tree and branch at 'foo'::"
2927
#: bzrlib/builtins.py:3748
2928
msgid " bzr check --tree --branch foo"
2929
msgstr " bzr check --tree --branch foo"
2931
#: bzrlib/builtins.py:3750
2440
2932
msgid " Check only the repository at 'bar'::"
2443
#: breezy/builtins.py:3750
2444
msgid " brz check --repo bar"
2447
#: breezy/builtins.py:3752
2933
msgstr " Check only the repository at 'bar'::"
2935
#: bzrlib/builtins.py:3752
2936
msgid " bzr check --repo bar"
2937
msgstr " bzr check --repo bar"
2939
#: bzrlib/builtins.py:3754
2448
2940
msgid " Check everything at 'baz'::"
2451
#: breezy/builtins.py:3754
2452
msgid " brz check baz"
2455
# help of 'branch' option of 'check' command
2456
#: breezy/builtins.py:3760
2941
msgstr " Check everything at 'baz'::"
2943
#: bzrlib/builtins.py:3756
2944
msgid " bzr check baz"
2945
msgstr " bzr check baz"
2947
#: bzrlib/builtins.py:3762
2457
2948
msgid "Check the branch related to the current directory."
2949
msgstr "Check the branch related to the current directory."
2460
# help of 'repo' option of 'check' command
2461
#: breezy/builtins.py:3762
2951
#: bzrlib/builtins.py:3764
2462
2952
msgid "Check the repository related to the current directory."
2953
msgstr "Check the repository related to the current directory."
2465
# help of 'tree' option of 'check' command
2466
#: breezy/builtins.py:3764
2955
#: bzrlib/builtins.py:3766
2467
2956
msgid "Check the working tree related to the current directory."
2957
msgstr "Check the working tree related to the current directory."
2470
#: breezy/builtins.py:3778
2959
#: bzrlib/builtins.py:3780
2471
2960
msgid "Upgrade a repository, branch or working tree to a newer format."
2474
#: breezy/builtins.py:3780
2476
"When the default format has changed after a major new release of\n"
2477
"Bazaar, you may be informed during certain operations that you\n"
2478
"should upgrade. Upgrading to a newer format may improve performance\n"
2479
"or make new features available. It may however limit interoperability\n"
2480
"with older repositories or with older versions of Bazaar."
2483
#: breezy/builtins.py:3786
2485
"If you wish to upgrade to a particular format rather than the\n"
2486
"current default, that can be specified using the --format option.\n"
2487
"As a consequence, you can use the upgrade command this way to\n"
2488
"\"downgrade\" to an earlier format, though some conversions are\n"
2489
"a one way process (e.g. changing from the 1.x default to the\n"
2490
"2.x default) so downgrading is not always possible."
2493
#: breezy/builtins.py:3793
2495
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2496
"process (where # is a number). By default, this is left there on\n"
2497
"completion. If the conversion fails, delete the new .bzr directory\n"
2498
"and rename this one back in its place. Use the --clean option to ask\n"
2499
"for the backup.bzr directory to be removed on successful conversion.\n"
2500
"Alternatively, you can delete it by hand if everything looks good\n"
2504
#: breezy/builtins.py:3801
2506
"If the location given is a shared repository, dependent branches\n"
2507
"are also converted provided the repository converts successfully.\n"
2508
"If the conversion of a branch fails, remaining branches are still\n"
2512
#: breezy/builtins.py:3806
2514
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2515
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
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."
2523
# title of 'format' option of 'init' command
2524
# title of 'format' option of 'upgrade' command
2525
#: breezy/builtins.py:3818
2961
msgstr "Upgrade a repository, branch or working tree to a newer format."
2963
#: bzrlib/builtins.py:3782
2965
"When the default format has changed after a major new release of\n"
2966
"Bazaar, you may be informed during certain operations that you\n"
2967
"should upgrade. Upgrading to a newer format may improve performance\n"
2968
"or make new features available. It may however limit interoperability\n"
2969
"with older repositories or with older versions of Bazaar."
2971
"When the default format has changed after a major new release of\n"
2972
"Bazaar, you may be informed during certain operations that you\n"
2973
"should upgrade. Upgrading to a newer format may improve performance\n"
2974
"or make new features available. It may however limit interoperability\n"
2975
"with older repositories or with older versions of Bazaar."
2977
#: bzrlib/builtins.py:3788
2979
"If you wish to upgrade to a particular format rather than the\n"
2980
"current default, that can be specified using the --format option.\n"
2981
"As a consequence, you can use the upgrade command this way to\n"
2982
"\"downgrade\" to an earlier format, though some conversions are\n"
2983
"a one way process (e.g. changing from the 1.x default to the\n"
2984
"2.x default) so downgrading is not always possible."
2986
"If you wish to upgrade to a particular format rather than the\n"
2987
"current default, that can be specified using the --format option.\n"
2988
"As a consequence, you can use the upgrade command this way to\n"
2989
"\"downgrade\" to an earlier format, though some conversions are\n"
2990
"a one way process (e.g. changing from the 1.x default to the\n"
2991
"2.x default) so downgrading is not always possible."
2993
#: bzrlib/builtins.py:3795
2995
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2996
"process (where # is a number). By default, this is left there on\n"
2997
"completion. If the conversion fails, delete the new .bzr directory\n"
2998
"and rename this one back in its place. Use the --clean option to ask\n"
2999
"for the backup.bzr directory to be removed on successful conversion.\n"
3000
"Alternatively, you can delete it by hand if everything looks good\n"
3003
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
3004
"process (where # is a number). By default, this is left there on\n"
3005
"completion. If the conversion fails, delete the new .bzr directory\n"
3006
"and rename this one back in its place. Use the --clean option to ask\n"
3007
"for the backup.bzr directory to be removed on successful conversion.\n"
3008
"Alternatively, you can delete it by hand if everything looks good\n"
3011
#: bzrlib/builtins.py:3803
3013
"If the location given is a shared repository, dependent branches\n"
3014
"are also converted provided the repository converts successfully.\n"
3015
"If the conversion of a branch fails, remaining branches are still\n"
3018
"If the location given is a shared repository, dependent branches\n"
3019
"are also converted provided the repository converts successfully.\n"
3020
"If the conversion of a branch fails, remaining branches are still\n"
3023
#: bzrlib/builtins.py:3808
3025
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
3026
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
3028
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
3029
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
3031
#: bzrlib/builtins.py:3816
3032
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
3033
msgstr "Upgrade to a specific format. See \"bzr help formats\" for details."
3035
#: bzrlib/builtins.py:3820
2526
3036
msgid "Branch format"
3037
msgstr "Branch format"
2529
# help of 'clean' option of 'upgrade' command
2530
#: breezy/builtins.py:3820
3039
#: bzrlib/builtins.py:3822
2531
3040
msgid "Remove the backup.bzr directory if successful."
3041
msgstr "Remove the backup.bzr directory if successful."
2534
# help of 'dry-run' option of 'add' command
2535
# help of 'dry-run' option of 'upgrade' command
2536
#: breezy/builtins.py:3822
3043
#: bzrlib/builtins.py:3824
2537
3044
msgid "Show what would be done, but don't actually do anything."
2540
#: breezy/builtins.py:3837
2541
msgid "Show or set brz user id."
2544
#: breezy/builtins.py:3839
3045
msgstr "Show what would be done, but don't actually do anything."
3047
#: bzrlib/builtins.py:3839
3048
msgid "Show or set bzr user id."
3049
msgstr "Show or set bzr user id."
3051
#: bzrlib/builtins.py:3841
2547
3054
" Show the email of the current user::"
2550
#: breezy/builtins.py:3842
2551
msgid " brz whoami --email"
2554
#: breezy/builtins.py:3844
3057
" Show the email of the current user::"
3059
#: bzrlib/builtins.py:3844
3060
msgid " bzr whoami --email"
3061
msgstr " bzr whoami --email"
3063
#: bzrlib/builtins.py:3846
2555
3064
msgid " Set the current user::"
2558
#: breezy/builtins.py:3846
2559
msgid " brz whoami \"Frank Chu <fchu@example.com>\""
2562
# help of 'email' option of 'whoami' command
2563
#: breezy/builtins.py:3850
3065
msgstr " Set the current user::"
3067
#: bzrlib/builtins.py:3848
3068
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
3069
msgstr " bzr whoami \"Frank Chu <fchu@example.com>\""
3071
#: bzrlib/builtins.py:3852
2564
3072
msgid "Display email address only."
3073
msgstr "Display email address only."
2567
# help of 'branch' option of 'whoami' command
2568
#: breezy/builtins.py:3852
3075
#: bzrlib/builtins.py:3854
2569
3076
msgid "Set identity for the current branch instead of globally."
3077
msgstr "Set identity for the current branch instead of globally."
2572
#: breezy/builtins.py:3878
3079
#: bzrlib/builtins.py:3880
2573
3080
msgid "--email can only be used to display existing identity"
3081
msgstr "--email can only be used to display existing identity"
2576
#: breezy/builtins.py:3902
3083
#: bzrlib/builtins.py:3904
2577
3084
msgid "Print or set the branch nickname."
2580
#: breezy/builtins.py:3904
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."
2587
#: breezy/builtins.py:3908
2589
"Bound branches use the nickname of its master branch unless it is set\n"
2593
#: breezy/builtins.py:3928
3085
msgstr "Print or set the branch nickname."
3087
#: bzrlib/builtins.py:3906
3089
"If unset, the colocated branch name is used for colocated branches, and\n"
3090
"the branch directory name is used for other branches. To print the\n"
3091
"current nickname, execute with no argument."
3093
"If unset, the colocated branch name is used for colocated branches, and\n"
3094
"the branch directory name is used for other branches. To print the\n"
3095
"current nickname, execute with no argument."
3097
#: bzrlib/builtins.py:3910
3099
"Bound branches use the nickname of its master branch unless it is set\n"
3102
"Bound branches use the nickname of its master branch unless it is set\n"
3105
#: bzrlib/builtins.py:3930
2594
3106
msgid "Set/unset and display aliases."
3107
msgstr "Set/unset and display aliases."
2597
#: breezy/builtins.py:3930
3109
#: bzrlib/builtins.py:3932
2600
3112
" Show the current aliases::"
2603
#: breezy/builtins.py:3933
2607
#: breezy/builtins.py:3935
3115
" Show the current aliases::"
3117
#: bzrlib/builtins.py:3935
3121
#: bzrlib/builtins.py:3937
2608
3122
msgid " Show the alias specified for 'll'::"
2611
#: breezy/builtins.py:3937
2612
msgid " brz alias ll"
2615
#: breezy/builtins.py:3939
3123
msgstr " Show the alias specified for 'll'::"
3125
#: bzrlib/builtins.py:3939
3126
msgid " bzr alias ll"
3127
msgstr " bzr alias ll"
3129
#: bzrlib/builtins.py:3941
2616
3130
msgid " Set an alias for 'll'::"
2619
#: breezy/builtins.py:3941
2620
msgid " brz alias ll=\"log --line -r-10..-1\""
2623
#: breezy/builtins.py:3943
3131
msgstr " Set an alias for 'll'::"
3133
#: bzrlib/builtins.py:3943
3134
msgid " bzr alias ll=\"log --line -r-10..-1\""
3135
msgstr " bzr alias ll=\"log --line -r-10..-1\""
3137
#: bzrlib/builtins.py:3945
2624
3138
msgid " To remove an alias for 'll'::"
2627
#: breezy/builtins.py:3945
2628
msgid " brz alias --remove ll"
2631
# help of 'remove' option of 'alias' command
2632
#: breezy/builtins.py:3950
3139
msgstr " To remove an alias for 'll'::"
3141
#: bzrlib/builtins.py:3947
3142
msgid " bzr alias --remove ll"
3143
msgstr " bzr alias --remove ll"
3145
#: bzrlib/builtins.py:3952
2633
3146
msgid "Remove the alias."
2636
#: breezy/builtins.py:3968
2637
msgid "brz alias --remove expects an alias to remove."
2640
#: breezy/builtins.py:4149
2641
msgid "subunit not available. subunit needs to be installed to use --subunit."
2644
#: breezy/builtins.py:4166
2646
"--benchmark is no longer supported from brz 2.2; use bzr-usertest instead"
2649
#: breezy/builtins.py:4213
2650
msgid "Show version of brz."
2653
# help of 'short' option of 'version' command
2654
#: breezy/builtins.py:4217
3147
msgstr "Remove the alias."
3149
#: bzrlib/builtins.py:3970
3150
msgid "bzr alias --remove expects an alias to remove."
3151
msgstr "bzr alias --remove expects an alias to remove."
3153
#: bzrlib/builtins.py:4151
3155
"subunit not available. subunit needs to be installed to use --subunit."
3157
"subunit not available. subunit needs to be installed to use --subunit."
3159
#: bzrlib/builtins.py:4168
3161
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
3163
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
3165
#: bzrlib/builtins.py:4215
3166
msgid "Show version of bzr."
3167
msgstr "Show version of bzr."
3169
#: bzrlib/builtins.py:4219
2655
3170
msgid "Print just the version number."
3171
msgstr "Print just the version number."
2658
#: breezy/builtins.py:4236
3173
#: bzrlib/builtins.py:4238
2659
3174
msgid "It sure does!\n"
3175
msgstr "It sure does!\n"
2662
#: breezy/builtins.py:4260
3177
#: bzrlib/builtins.py:4262
2663
3178
#, python-format
2664
3179
msgid "merge base is revision %s\n"
3180
msgstr "merge base is revision %s\n"
2667
#: breezy/builtins.py:4264
3182
#: bzrlib/builtins.py:4266
2668
3183
msgid "Perform a three-way merge."
2671
#: breezy/builtins.py:4266
2673
"The source of the merge can be specified either in the form of a branch,\n"
2674
"or in the form of a path to a file containing a merge directive generated\n"
2675
"with brz send. If neither is specified, the default is the upstream branch\n"
2676
"or the branch most recently merged using --remember. The source of the\n"
2677
"merge may also be specified in the form of a path to a file in another\n"
2678
"branch: in this case, only the modifications to that file are merged into\n"
2679
"the current working tree."
2682
#: breezy/builtins.py:4274
2684
"When merging from a branch, by default brz will try to merge in all new\n"
2685
"work from the other branch, automatically determining an appropriate base\n"
2686
"revision. If this fails, you may need to give an explicit base."
2689
#: breezy/builtins.py:4278
2691
"To pick a different ending revision, pass \"--revision OTHER\". brz will\n"
2692
"try to merge in all new work up to and including revision OTHER."
2695
#: breezy/builtins.py:4281
2697
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2698
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
2699
"causes some revisions to be skipped, i.e. if the destination branch does\n"
2700
"not already contain revision BASE, such a merge is commonly referred to as\n"
2701
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
2702
"cherrypicks. The changes look like a normal commit, and the history of the\n"
2703
"changes from the other branch is not stored in the commit."
2706
#: breezy/builtins.py:4289
3184
msgstr "Perform a three-way merge."
3186
#: bzrlib/builtins.py:4268
3188
"The source of the merge can be specified either in the form of a branch,\n"
3189
"or in the form of a path to a file containing a merge directive generated\n"
3190
"with bzr send. If neither is specified, the default is the upstream branch\n"
3191
"or the branch most recently merged using --remember. The source of the\n"
3192
"merge may also be specified in the form of a path to a file in another\n"
3193
"branch: in this case, only the modifications to that file are merged into\n"
3194
"the current working tree."
3196
"The source of the merge can be specified either in the form of a branch,\n"
3197
"or in the form of a path to a file containing a merge directive generated\n"
3198
"with bzr send. If neither is specified, the default is the upstream branch\n"
3199
"or the branch most recently merged using --remember. The source of the\n"
3200
"merge may also be specified in the form of a path to a file in another\n"
3201
"branch: in this case, only the modifications to that file are merged into\n"
3202
"the current working tree."
3204
#: bzrlib/builtins.py:4276
3206
"When merging from a branch, by default bzr will try to merge in all new\n"
3207
"work from the other branch, automatically determining an appropriate base\n"
3208
"revision. If this fails, you may need to give an explicit base."
3210
"When merging from a branch, by default bzr will try to merge in all new\n"
3211
"work from the other branch, automatically determining an appropriate base\n"
3212
"revision. If this fails, you may need to give an explicit base."
3214
#: bzrlib/builtins.py:4280
3216
"To pick a different ending revision, pass \"--revision OTHER\". bzr will\n"
3217
"try to merge in all new work up to and including revision OTHER."
3219
"To pick a different ending revision, pass \"--revision OTHER\". bzr will\n"
3220
"try to merge in all new work up to and including revision OTHER."
3222
#: bzrlib/builtins.py:4283
3224
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
3225
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
3226
"causes some revisions to be skipped, i.e. if the destination branch does\n"
3227
"not already contain revision BASE, such a merge is commonly referred to as\n"
3228
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
3229
"cherrypicks. The changes look like a normal commit, and the history of the\n"
3230
"changes from the other branch is not stored in the commit."
3232
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
3233
"through OTHER, excluding BASE but including OTHER, will be merged. If this\n"
3234
"causes some revisions to be skipped, i.e. if the destination branch does\n"
3235
"not already contain revision BASE, such a merge is commonly referred to as\n"
3236
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
3237
"cherrypicks. The changes look like a normal commit, and the history of the\n"
3238
"changes from the other branch is not stored in the commit."
3240
#: bzrlib/builtins.py:4291
2707
3241
msgid "Revision numbers are always relative to the source branch."
2710
#: breezy/builtins.py:4291 breezy/conflicts.py:52 breezy/conflicts.py:106
2712
"Merge will do its best to combine the changes in two branches, but there\n"
2713
"are some kinds of problems only a human can fix. When it encounters those,\n"
2714
"it will mark a conflict. A conflict means that you need to fix something,\n"
2715
"before you can commit."
2718
#: breezy/builtins.py:4296
2719
msgid "Use brz resolve when you have fixed a problem. See also brz conflicts."
2722
#: breezy/builtins.py:4298
2724
"If there is no default branch set, the first merge will set it (use\n"
2725
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2726
"to use the default. To change the default, use --remember. The value will\n"
2727
"only be saved if the remote location can be accessed."
2730
#: breezy/builtins.py:4303
2732
"The results of the merge are placed into the destination working\n"
2733
"directory, where they can be reviewed (with brz diff), tested, and then\n"
2734
"committed to record the result of the merge."
2737
#: breezy/builtins.py:4307
2739
"merge refuses to run if there are any uncommitted changes, unless\n"
2740
"--force is given. If --force is given, then the changes from the source \n"
2741
"will be merged with the current working tree, including any uncommitted\n"
2742
"changes in the tree. The --force option can also be used to create a\n"
2743
"merge revision which has more than two parents."
2746
#: breezy/builtins.py:4313
2748
"If one would like to merge changes from the working tree of the other\n"
2749
"branch without merging any committed revisions, the --uncommitted option\n"
2753
#: breezy/builtins.py:4317
2755
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2756
"you to apply each diff hunk and file change, similar to \"shelve\"."
2759
#: breezy/builtins.py:4320
2762
" To merge all new revisions from brz.dev::"
2765
#: breezy/builtins.py:4323
2766
msgid " brz merge ../brz.dev"
2769
#: breezy/builtins.py:4325
2770
msgid " To merge changes up to and including revision 82 from brz.dev::"
2773
#: breezy/builtins.py:4327
2774
msgid " brz merge -r 82 ../brz.dev"
2777
#: breezy/builtins.py:4329
3242
msgstr "Revision numbers are always relative to the source branch."
3244
#: bzrlib/builtins.py:4293 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
3246
"Merge will do its best to combine the changes in two branches, but there\n"
3247
"are some kinds of problems only a human can fix. When it encounters those,\n"
3248
"it will mark a conflict. A conflict means that you need to fix something,\n"
3249
"before you can commit."
3251
"Merge will do its best to combine the changes in two branches, but there\n"
3252
"are some kinds of problems only a human can fix. When it encounters those,\n"
3253
"it will mark a conflict. A conflict means that you need to fix something,\n"
3254
"before you can commit."
3256
#: bzrlib/builtins.py:4298
3258
"Use bzr resolve when you have fixed a problem. See also bzr conflicts."
3260
"Use bzr resolve when you have fixed a problem. See also bzr conflicts."
3262
#: bzrlib/builtins.py:4300
3264
"If there is no default branch set, the first merge will set it (use\n"
3265
"--no-remember to avoid setting it). After that, you can omit the branch\n"
3266
"to use the default. To change the default, use --remember. The value will\n"
3267
"only be saved if the remote location can be accessed."
3269
"If there is no default branch set, the first merge will set it (use\n"
3270
"--no-remember to avoid setting it). After that, you can omit the branch\n"
3271
"to use the default. To change the default, use --remember. The value will\n"
3272
"only be saved if the remote location can be accessed."
3274
#: bzrlib/builtins.py:4305
3276
"The results of the merge are placed into the destination working\n"
3277
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
3278
"committed to record the result of the merge."
3280
"The results of the merge are placed into the destination working\n"
3281
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
3282
"committed to record the result of the merge."
3284
#: bzrlib/builtins.py:4309
3286
"merge refuses to run if there are any uncommitted changes, unless\n"
3287
"--force is given. If --force is given, then the changes from the source \n"
3288
"will be merged with the current working tree, including any uncommitted\n"
3289
"changes in the tree. The --force option can also be used to create a\n"
3290
"merge revision which has more than two parents."
3292
"merge refuses to run if there are any uncommitted changes, unless\n"
3293
"--force is given. If --force is given, then the changes from the source \n"
3294
"will be merged with the current working tree, including any uncommitted\n"
3295
"changes in the tree. The --force option can also be used to create a\n"
3296
"merge revision which has more than two parents."
3298
#: bzrlib/builtins.py:4315
3300
"If one would like to merge changes from the working tree of the other\n"
3301
"branch without merging any committed revisions, the --uncommitted option\n"
3304
"If one would like to merge changes from the working tree of the other\n"
3305
"branch without merging any committed revisions, the --uncommitted option\n"
3308
#: bzrlib/builtins.py:4319
3310
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
3311
"you to apply each diff hunk and file change, similar to \"shelve\"."
3313
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
3314
"you to apply each diff hunk and file change, similar to \"shelve\"."
3316
#: bzrlib/builtins.py:4322
3319
" To merge all new revisions from bzr.dev::"
3322
" To merge all new revisions from bzr.dev::"
3324
#: bzrlib/builtins.py:4325
3325
msgid " bzr merge ../bzr.dev"
3326
msgstr " bzr merge ../bzr.dev"
3328
#: bzrlib/builtins.py:4327
3329
msgid " To merge changes up to and including revision 82 from bzr.dev::"
3330
msgstr " To merge changes up to and including revision 82 from bzr.dev::"
3332
#: bzrlib/builtins.py:4329
3333
msgid " bzr merge -r 82 ../bzr.dev"
3334
msgstr " bzr merge -r 82 ../bzr.dev"
3336
#: bzrlib/builtins.py:4331
2778
3337
msgid " To merge the changes introduced by 82, without previous changes::"
2781
#: breezy/builtins.py:4331
2782
msgid " brz merge -r 81..82 ../brz.dev"
2785
#: breezy/builtins.py:4333
3339
" To merge the changes introduced by 82, without previous changes::"
3341
#: bzrlib/builtins.py:4333
3342
msgid " bzr merge -r 81..82 ../bzr.dev"
3343
msgstr " bzr merge -r 81..82 ../bzr.dev"
3345
#: bzrlib/builtins.py:4335
2786
3346
msgid " To apply a merge directive contained in /tmp/merge::"
2789
#: breezy/builtins.py:4335
2790
msgid " brz merge /tmp/merge"
2793
#: breezy/builtins.py:4337
2795
" To create a merge revision with three parents from two branches\n"
2796
" feature1a and feature1b:"
2799
#: breezy/builtins.py:4340
2801
" brz merge ../feature1a\n"
2802
" brz merge ../feature1b --force\n"
2803
" brz commit -m 'revision with three parents'"
2806
# help of 'force' option of 'merge' command
2807
#: breezy/builtins.py:4352
3347
msgstr " To apply a merge directive contained in /tmp/merge::"
3349
#: bzrlib/builtins.py:4337
3350
msgid " bzr merge /tmp/merge"
3351
msgstr " bzr merge /tmp/merge"
3353
#: bzrlib/builtins.py:4339
3355
" To create a merge revision with three parents from two branches\n"
3356
" feature1a and feature1b:"
3358
" To create a merge revision with three parents from two branches\n"
3359
" feature1a and feature1b:"
3361
#: bzrlib/builtins.py:4342
3363
" bzr merge ../feature1a\n"
3364
" bzr merge ../feature1b --force\n"
3365
" bzr commit -m 'revision with three parents'"
3367
" bzr merge ../feature1a\n"
3368
" bzr merge ../feature1b --force\n"
3369
" bzr commit -m 'revision with three parents'"
3371
#: bzrlib/builtins.py:4354
2808
3372
msgid "Merge even if the destination tree has uncommitted changes."
2811
# help of 'uncommitted' option of 'merge' command
2812
#: breezy/builtins.py:4358
2814
"Apply uncommitted changes from a working copy, instead of branch changes."
2817
# help of 'pull' option of 'merge' command
2818
#: breezy/builtins.py:4360
2820
"If the destination is already completely merged into the source, pull from "
2821
"the source rather than merging. When this happens, you do not need to "
2822
"commit the result."
2825
# help of 'directory' option of 'merge' command
2826
#: breezy/builtins.py:4365
2828
"Branch to merge into, rather than the one containing the working directory."
2831
# help of 'preview' option of 'merge' command
2832
#: breezy/builtins.py:4367
3373
msgstr "Merge even if the destination tree has uncommitted changes."
3375
#: bzrlib/builtins.py:4360
3377
"Apply uncommitted changes from a working copy, instead of branch changes."
3379
"Apply uncommitted changes from a working copy, instead of branch changes."
3381
#: bzrlib/builtins.py:4362
3383
"If the destination is already completely merged into the source, pull from "
3384
"the source rather than merging. When this happens, you do not need to "
3385
"commit the result."
3387
"If the destination is already completely merged into the source, pull from "
3388
"the source rather than merging. When this happens, you do not need to "
3389
"commit the result."
3391
#: bzrlib/builtins.py:4367
3393
"Branch to merge into, rather than the one containing the working directory."
3395
"Branch to merge into, rather than the one containing the working directory."
3397
#: bzrlib/builtins.py:4369
2833
3398
msgid "Instead of merging, show a diff of the merge."
3399
msgstr "Instead of merging, show a diff of the merge."
2836
# help of 'interactive' option of 'merge' command
2837
#: breezy/builtins.py:4369
3401
#: bzrlib/builtins.py:4371
2838
3402
msgid "Select changes interactively."
3403
msgstr "Select changes interactively."
2841
#: breezy/builtins.py:4391
3405
#: bzrlib/builtins.py:4393
2843
"Merging into empty branches not currently supported, https://bugs.launchpad."
2844
"net/brz/+bug/308562"
3407
"Merging into empty branches not currently supported, "
3408
"https://bugs.launchpad.net/bzr/+bug/308562"
3410
"Merging into empty branches not currently supported, "
3411
"https://bugs.launchpad.net/bzr/+bug/308562"
2847
#: breezy/builtins.py:4418
3413
#: bzrlib/builtins.py:4420
2848
3414
msgid "Cannot use --uncommitted with bundles or merge directives."
3415
msgstr "Cannot use --uncommitted with bundles or merge directives."
2851
#: breezy/builtins.py:4429
3417
#: bzrlib/builtins.py:4431
2852
3418
msgid "Cannot use --uncommitted and --revision at the same time."
3419
msgstr "Cannot use --uncommitted and --revision at the same time."
2855
#: breezy/builtins.py:4449
3421
#: bzrlib/builtins.py:4451
2856
3422
msgid "merger: "
2859
#: breezy/builtins.py:4451 breezy/bundle/apply_bundle.py:71
3425
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2860
3426
msgid "Nothing to do."
3427
msgstr "Nothing to do."
2863
#: breezy/builtins.py:4455
3429
#: bzrlib/builtins.py:4457
2864
3430
msgid "Cannot pull individual files"
2867
#: breezy/builtins.py:4463
2868
msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
2871
#: breezy/builtins.py:4521
3431
msgstr "Cannot pull individual files"
3433
#: bzrlib/builtins.py:4465
3434
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
3435
msgstr "This branch has no commits. (perhaps you would prefer 'bzr pull')"
3437
#: bzrlib/builtins.py:4523
2872
3438
#, python-format
2873
3439
msgid "Show-base is not supported for this merge type. %s"
3440
msgstr "Show-base is not supported for this merge type. %s"
2876
#: breezy/builtins.py:4530
3442
#: bzrlib/builtins.py:4532
2877
3443
#, python-format
2878
3444
msgid "Conflict reduction is not supported for merge type %s."
3445
msgstr "Conflict reduction is not supported for merge type %s."
2881
#: breezy/builtins.py:4534
3447
#: bzrlib/builtins.py:4536
2882
3448
msgid "Cannot do conflict reduction and show base."
3449
msgstr "Cannot do conflict reduction and show base."
2885
#: breezy/builtins.py:4645
3451
#: bzrlib/builtins.py:4647
2886
3452
msgid "No location specified or remembered"
3453
msgstr "No location specified or remembered"
2889
#: breezy/builtins.py:4647
2890
#, python-brace-format
3455
#: bzrlib/builtins.py:4649
2891
3456
msgid "{0} remembered {1} location {2}"
3457
msgstr "{0} remembered {1} location {2}"
2894
#: breezy/builtins.py:4653
3459
#: bzrlib/builtins.py:4655
2895
3460
msgid "Redo a merge."
3461
msgstr "Redo a merge."
2898
#: breezy/builtins.py:4655
3463
#: bzrlib/builtins.py:4657
2900
3465
"Use this if you want to try a different merge technique while resolving\n"
2901
3466
"conflicts. Some merge techniques are better than others, and remerge\n"
2902
3467
"lets you try different ones on different files."
3469
"Use this if you want to try a different merge technique while resolving\n"
3470
"conflicts. Some merge techniques are better than others, and re-merge\n"
3471
"lets you try different ones on different files."
2905
#: breezy/builtins.py:4659
3473
#: bzrlib/builtins.py:4661
2907
3475
"The options for remerge have the same meaning and defaults as the ones for\n"
2908
3476
"merge. The difference is that remerge can (only) be run when there is a\n"
2909
3477
"pending merge, and it lets you specify particular files."
2912
#: breezy/builtins.py:4663
2915
" Re-do the merge of all conflicted files, and show the base text in\n"
2916
" conflict regions, in addition to the usual THIS and OTHER texts::"
2919
#: breezy/builtins.py:4667
2920
msgid " brz remerge --show-base"
2923
#: breezy/builtins.py:4669
2925
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2926
" additional processing to reduce the size of conflict regions::"
2929
#: breezy/builtins.py:4672
2930
msgid " brz remerge --merge-type weave --reprocess foobar"
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
3479
"The options for re-merge have the same meaning and defaults as the ones for\n"
3480
"merge. The difference is that re-merge can (only) be run when there is a\n"
3481
"pending merge, and it lets you specify particular files."
3483
#: bzrlib/builtins.py:4665
3486
" Re-do the merge of all conflicted files, and show the base text in\n"
3487
" conflict regions, in addition to the usual THIS and OTHER texts::"
3490
" Re-do the merge of all conflicted files, and show the base text in\n"
3491
" conflict regions, in addition to the usual THIS and OTHER texts::"
3493
#: bzrlib/builtins.py:4669
3494
msgid " bzr remerge --show-base"
3495
msgstr " bzr remerge --show-base"
3497
#: bzrlib/builtins.py:4671
3499
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3500
" additional processing to reduce the size of conflict regions::"
3502
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
3503
" additional processing to reduce the size of conflict regions::"
3505
#: bzrlib/builtins.py:4674
3506
msgid " bzr remerge --merge-type weave --reprocess foobar"
3507
msgstr " bzr remerge --merge-type weave --reprocess foobar"
3509
#: bzrlib/builtins.py:4681
2938
3510
msgid "Show base revision text in conflicts."
3511
msgstr "Show base revision text in conflicts."
2941
#: breezy/builtins.py:4691
3513
#: bzrlib/builtins.py:4693
2943
3515
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2947
#: breezy/builtins.py:4749
2949
"Set files in the working tree back to the contents of a previous revision."
2952
#: breezy/builtins.py:4751
2954
"Giving a list of files will revert only those files. Otherwise, all files\n"
2955
"will be reverted. If the revision is not specified with '--revision', the\n"
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."
2961
#: breezy/builtins.py:4757
2963
"To remove only some changes, without reverting to a prior version, use\n"
2964
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2965
"will remove the changes introduced by the second last commit (-2), without\n"
2966
"affecting the changes introduced by the last commit (-1). To remove\n"
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"
2973
#: breezy/builtins.py:4766
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."
2981
#: breezy/builtins.py:4771
2983
"When you provide files, you can use their current pathname or the pathname\n"
2984
"from the target revision. So you can use revert to \"undelete\" a file by\n"
2985
"name. If you name a directory, all the contents of that directory will be\n"
2989
#: breezy/builtins.py:4776
2991
"If you have newly added files since the target revision, they will be\n"
2992
"removed. If the files to be removed have been changed, backups will be\n"
2993
"created as above. Directories containing unknown files will not be\n"
2997
#: breezy/builtins.py:4781
2999
"The working tree contains a list of revisions that have been merged but\n"
3000
"not yet committed. These revisions will be included as additional parents\n"
3001
"of the next commit. Normally, using revert clears that list as well as\n"
3002
"reverting the files. If any files are specified, revert leaves the list\n"
3003
"of uncommitted merges alone and reverts only the files. Use ``brz revert\n"
3004
".`` in the tree root to revert all files but keep the recorded merges,\n"
3005
"and ``brz revert --forget-merges`` to clear the pending merge list without\n"
3006
"reverting any files."
3009
#: breezy/builtins.py:4790
3011
"Using \"brz revert --forget-merges\", it is possible to apply all of the\n"
3012
"changes from a branch in a single revision. To do this, perform the merge\n"
3013
"as desired. Then doing revert with the \"--forget-merges\" option will "
3015
"the content of the tree as it was, but it will clear the list of pending\n"
3016
"merges. The next commit will then contain all of the changes that are\n"
3017
"present in the other branch, but without any other parent revisions.\n"
3018
"Because this technique forgets where these changes originated, it may\n"
3019
"cause additional conflicts on later merges involving the same source and\n"
3023
# help of 'no-backup' option of 'revert' command
3024
#: breezy/builtins.py:4804
3518
"Sorry, re-merge only works after normal merges. Not cherrypicking or multi-"
3521
#: bzrlib/builtins.py:4751
3523
"Set files in the working tree back to the contents of a previous revision."
3525
"Set files in the working tree back to the contents of a previous revision."
3527
#: bzrlib/builtins.py:4753
3529
"Giving a list of files will revert only those files. Otherwise, all files\n"
3530
"will be reverted. If the revision is not specified with '--revision', the\n"
3531
"working tree basis revision is used. A revert operation affects only the\n"
3532
"working tree, not any revision history like the branch and repository or\n"
3533
"the working tree basis revision."
3535
"Giving a list of files will revert only those files. Otherwise, all files\n"
3536
"will be reverted. If the revision is not specified with '--revision', the\n"
3537
"working tree basis revision is used. A revert operation affects only the\n"
3538
"working tree, not any revision history like the branch and repository or\n"
3539
"the working tree basis revision."
3541
#: bzrlib/builtins.py:4759
3543
"To remove only some changes, without reverting to a prior version, use\n"
3544
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3545
"will remove the changes introduced by the second last commit (-2), without\n"
3546
"affecting the changes introduced by the last commit (-1). To remove\n"
3547
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
3548
"To update the branch to a specific revision or the latest revision and\n"
3549
"update the working tree accordingly while preserving local changes, see the\n"
3552
"To remove only some changes, without reverting to a prior version, use\n"
3553
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
3554
"will remove the changes introduced by the second last commit (-2), without\n"
3555
"affecting the changes introduced by the last commit (-1). To remove\n"
3556
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
3557
"To update the branch to a specific revision or the latest revision and\n"
3558
"update the working tree accordingly while preserving local changes, see the\n"
3561
#: bzrlib/builtins.py:4768
3563
"Uncommitted changes to files that are reverted will be discarded.\n"
3564
"Howver, by default, any files that have been manually changed will be\n"
3565
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
3566
"files have '.~#~' appended to their name, where # is a number."
3568
"Uncommitted changes to files that are reverted will be discarded.\n"
3569
"Howver, by default, any files that have been manually changed will be\n"
3570
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
3571
"files have '.~#~' appended to their name, where # is a number."
3573
#: bzrlib/builtins.py:4773
3575
"When you provide files, you can use their current pathname or the pathname\n"
3576
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3577
"name. If you name a directory, all the contents of that directory will be\n"
3580
"When you provide files, you can use their current pathname or the pathname\n"
3581
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3582
"name. If you name a directory, all the contents of that directory will be\n"
3585
#: bzrlib/builtins.py:4778
3587
"If you have newly added files since the target revision, they will be\n"
3588
"removed. If the files to be removed have been changed, backups will be\n"
3589
"created as above. Directories containing unknown files will not be\n"
3592
"If you have newly added files since the target revision, they will be\n"
3593
"removed. If the files to be removed have been changed, backups will be\n"
3594
"created as above. Directories containing unknown files will not be\n"
3597
#: bzrlib/builtins.py:4783
3599
"The working tree contains a list of revisions that have been merged but\n"
3600
"not yet committed. These revisions will be included as additional parents\n"
3601
"of the next commit. Normally, using revert clears that list as well as\n"
3602
"reverting the files. If any files are specified, revert leaves the list\n"
3603
"of uncommitted merges alone and reverts only the files. Use ``bzr revert\n"
3604
".`` in the tree root to revert all files but keep the recorded merges,\n"
3605
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
3606
"reverting any files."
3608
"The working tree contains a list of revisions that have been merged but\n"
3609
"not yet committed. These revisions will be included as additional parents\n"
3610
"of the next commit. Normally, using revert clears that list as well as\n"
3611
"reverting the files. If any files are specified, revert leaves the list\n"
3612
"of uncommitted merges alone and reverts only the files. Use ``bzr revert\n"
3613
".`` in the tree root to revert all files but keep the recorded merges,\n"
3614
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
3615
"reverting any files."
3617
#: bzrlib/builtins.py:4792
3619
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
3620
"changes from a branch in a single revision. To do this, perform the merge\n"
3621
"as desired. Then doing revert with the \"--forget-merges\" option will "
3623
"the content of the tree as it was, but it will clear the list of pending\n"
3624
"merges. The next commit will then contain all of the changes that are\n"
3625
"present in the other branch, but without any other parent revisions.\n"
3626
"Because this technique forgets where these changes originated, it may\n"
3627
"cause additional conflicts on later merges involving the same source and\n"
3630
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
3631
"changes from a branch in a single revision. To do this, perform the merge\n"
3632
"as desired. Then doing revert with the \"--forget-merges\" option will "
3634
"the content of the tree as it was, but it will clear the list of pending\n"
3635
"merges. The next commit will then contain all of the changes that are\n"
3636
"present in the other branch, but without any other parent revisions.\n"
3637
"Because this technique forgets where these changes originated, it may\n"
3638
"cause additional conflicts on later merges involving the same source and\n"
3641
#: bzrlib/builtins.py:4806
3025
3642
msgid "Do not save backups of reverted files."
3643
msgstr "Do not save backups of reverted files."
3028
# help of 'forget-merges' option of 'revert' command
3029
#: breezy/builtins.py:4806
3645
#: bzrlib/builtins.py:4808
3030
3646
msgid "Remove pending merge marker, without changing any files."
3647
msgstr "Remove pending merge marker, without changing any files."
3033
#: breezy/builtins.py:4837
3649
#: bzrlib/builtins.py:4839
3035
3651
"Show help on a command or other topic.\n"
3654
"Show help on a command or other topic.\n"
3039
# help of 'long' option of 'help' command
3040
#: breezy/builtins.py:4842
3657
#: bzrlib/builtins.py:4844
3041
3658
msgid "Show help on all commands."
3659
msgstr "Show help on all commands."
3044
#: breezy/builtins.py:4871
3661
#: bzrlib/builtins.py:4873
3045
3662
msgid "Show unmerged/unpulled revisions between two branches."
3663
msgstr "Show unmerged/unpulled revisions between two branches."
3048
#: breezy/builtins.py:4873
3665
#: bzrlib/builtins.py:4875
3049
3666
msgid "OTHER_BRANCH may be local or remote."
3052
#: breezy/builtins.py:4875
3054
"To filter on a range of revisions, you can use the command -r begin..end\n"
3055
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3059
" 1 - some missing revisions\n"
3060
" 0 - no missing revisions"
3063
#: breezy/builtins.py:4885
3065
" Determine the missing revisions between this and the branch at the\n"
3066
" remembered pull location::"
3069
#: breezy/builtins.py:4888
3070
msgid " brz missing"
3073
#: breezy/builtins.py:4890
3667
msgstr "OTHER_BRANCH may be local or remote."
3669
#: bzrlib/builtins.py:4877
3671
"To filter on a range of revisions, you can use the command -r begin..end\n"
3672
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3676
" 1 - some missing revisions\n"
3677
" 0 - no missing revisions"
3679
"To filter on a range of revisions, you can use the command -r begin..end\n"
3680
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3684
" 1 - some missing revisions\n"
3685
" 0 - no missing revisions"
3687
#: bzrlib/builtins.py:4887
3689
" Determine the missing revisions between this and the branch at the\n"
3690
" remembered pull location::"
3692
" Determine the missing revisions between this and the branch at the\n"
3693
" remembered pull location::"
3695
#: bzrlib/builtins.py:4890
3696
msgid " bzr missing"
3697
msgstr " bzr missing"
3699
#: bzrlib/builtins.py:4892
3074
3700
msgid " Determine the missing revisions between this and another branch::"
3077
#: breezy/builtins.py:4892
3078
msgid " brz missing http://server/branch"
3081
#: breezy/builtins.py:4894
3083
" Determine the missing revisions up to a specific revision on the other\n"
3087
#: breezy/builtins.py:4897
3088
msgid " brz missing -r ..-10"
3091
#: breezy/builtins.py:4899
3093
" Determine the missing revisions up to a specific revision on this\n"
3097
#: breezy/builtins.py:4902
3098
msgid " brz missing --my-revision ..-10"
3101
# help of 'reverse' option of 'missing' command
3102
#: breezy/builtins.py:4909
3702
" Determine the missing revisions between this and another branch::"
3704
#: bzrlib/builtins.py:4894
3705
msgid " bzr missing http://server/branch"
3706
msgstr " bzr missing http://server/branch"
3708
#: bzrlib/builtins.py:4896
3710
" Determine the missing revisions up to a specific revision on the other\n"
3713
" Determine the missing revisions up to a specific revision on the other\n"
3716
#: bzrlib/builtins.py:4899
3717
msgid " bzr missing -r ..-10"
3718
msgstr " bzr missing -r ..-10"
3720
#: bzrlib/builtins.py:4901
3722
" Determine the missing revisions up to a specific revision on this\n"
3725
" Determine the missing revisions up to a specific revision on this\n"
3728
#: bzrlib/builtins.py:4904
3729
msgid " bzr missing --my-revision ..-10"
3730
msgstr " bzr missing --my-revision ..-10"
3732
#: bzrlib/builtins.py:4911
3103
3733
msgid "Reverse the order of revisions."
3734
msgstr "Reverse the order of revisions."
3106
# help of 'mine-only' option of 'missing' command
3107
#: breezy/builtins.py:4911
3736
#: bzrlib/builtins.py:4913
3108
3737
msgid "Display changes in the local branch only."
3738
msgstr "Display changes in the local branch only."
3111
# help of 'this' option of 'missing' command
3112
#: breezy/builtins.py:4912
3740
#: bzrlib/builtins.py:4914
3113
3741
msgid "Same as --mine-only."
3742
msgstr "Same as --mine-only."
3116
# help of 'theirs-only' option of 'missing' command
3117
#: breezy/builtins.py:4914
3744
#: bzrlib/builtins.py:4916
3118
3745
msgid "Display changes in the remote branch only."
3746
msgstr "Display changes in the remote branch only."
3121
# help of 'other' option of 'missing' command
3122
#: breezy/builtins.py:4915
3748
#: bzrlib/builtins.py:4917
3123
3749
msgid "Same as --theirs-only."
3126
# help of 'revision' option of 'missing' command
3127
#: breezy/builtins.py:4920
3129
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3133
# help of 'my-revision' option of 'missing' command
3134
#: breezy/builtins.py:4924
3136
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3140
# help of 'include-merged' option of 'missing' command
3141
#: breezy/builtins.py:4927
3750
msgstr "Same as --theirs-only."
3752
#: bzrlib/builtins.py:4922
3754
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3757
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3760
#: bzrlib/builtins.py:4926
3762
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3765
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3768
#: bzrlib/builtins.py:4929
3142
3769
msgid "Show all revisions in addition to the mainline ones."
3770
msgstr "Show all revisions in addition to the mainline ones."
3145
#: breezy/builtins.py:4981
3772
#: bzrlib/builtins.py:4983
3146
3773
msgid "No peer location known or specified."
3774
msgstr "No peer location known or specified."
3149
#: breezy/builtins.py:4985
3150
#, python-brace-format
3776
#: bzrlib/builtins.py:4987
3151
3777
msgid "Using saved parent location: {0}\n"
3778
msgstr "Using saved parent location: {0}\n"
3154
#: breezy/builtins.py:5018
3780
#: bzrlib/builtins.py:5020
3155
3781
#, python-format
3156
3782
msgid "You have %d extra revision:\n"
3157
3783
msgid_plural "You have %d extra revisions:\n"
3784
msgstr[0] "You have %d extra revision:\n"
3785
msgstr[1] "You have %d extra revisions:\n"
3161
#: breezy/builtins.py:5038
3787
#: bzrlib/builtins.py:5040
3162
3788
#, python-format
3163
3789
msgid "You are missing %d revision:\n"
3164
3790
msgid_plural "You are missing %d revisions:\n"
3791
msgstr[0] "You are missing %d revision:\n"
3792
msgstr[1] "You are missing %d revisions:\n"
3168
#: breezy/builtins.py:5053
3794
#: bzrlib/builtins.py:5055
3169
3795
msgid "This branch has no new revisions.\n"
3796
msgstr "This branch has no new revisions.\n"
3172
#: breezy/builtins.py:5056
3798
#: bzrlib/builtins.py:5058
3173
3799
msgid "Other branch has no new revisions.\n"
3800
msgstr "Other branch has no new revisions.\n"
3176
#: breezy/builtins.py:5061
3802
#: bzrlib/builtins.py:5063
3177
3803
msgid "Branches are up to date.\n"
3804
msgstr "Branches are up to date.\n"
3180
#: breezy/builtins.py:5072
3806
#: bzrlib/builtins.py:5074
3181
3807
msgid "Compress the data within a repository."
3184
#: breezy/builtins.py:5074
3186
"This operation compresses the data within a bazaar repository. As\n"
3187
"bazaar supports automatic packing of repository, this operation is\n"
3188
"normally not required to be done manually."
3191
#: breezy/builtins.py:5078
3193
"During the pack operation, bazaar takes a backup of existing repository\n"
3194
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3195
"automatically when it is safe to do so. To save disk space by removing\n"
3196
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3200
#: breezy/builtins.py:5084
3202
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3203
"during or immediately after repacking, you may be left with a state\n"
3204
"where the deletion has been written to disk but the new packs have not\n"
3205
"been. In this case the repository may be unusable."
3208
# help of 'clean-obsolete-packs' option of 'pack' command
3209
#: breezy/builtins.py:5093
3808
msgstr "Compress the data within a repository."
3810
#: bzrlib/builtins.py:5076
3812
"This operation compresses the data within a bazaar repository. As\n"
3813
"bazaar supports automatic packing of repository, this operation is\n"
3814
"normally not required to be done manually."
3816
"This operation compresses the data within a bazaar repository. As\n"
3817
"bazaar supports automatic packing of repository, this operation is\n"
3818
"normally not required to be done manually."
3820
#: bzrlib/builtins.py:5080
3822
"During the pack operation, bazaar takes a backup of existing repository\n"
3823
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3824
"automatically when it is safe to do so. To save disk space by removing\n"
3825
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3828
"During the pack operation, bazaar takes a backup of existing repository\n"
3829
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3830
"automatically when it is safe to do so. To save disk space by removing\n"
3831
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3834
#: bzrlib/builtins.py:5086
3836
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3837
"during or immediately after repacking, you may be left with a state\n"
3838
"where the deletion has been written to disk but the new packs have not\n"
3839
"been. In this case the repository may be unusable."
3841
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3842
"during or immediately after repacking, you may be left with a state\n"
3843
"where the deletion has been written to disk but the new packs have not\n"
3844
"been. In this case the repository may be unusable."
3846
#: bzrlib/builtins.py:5095
3210
3847
msgid "Delete obsolete packs to save disk space."
3848
msgstr "Delete obsolete packs to save disk space."
3213
#: breezy/builtins.py:5107
3850
#: bzrlib/builtins.py:5109
3214
3851
msgid "List the installed plugins."
3852
msgstr "List the installed plugins."
3217
#: breezy/builtins.py:5109
3854
#: bzrlib/builtins.py:5111
3219
3856
"This command displays the list of installed plugins including\n"
3220
3857
"version of plugin and a short description of each."
3859
"This command displays the list of installed plugins including\n"
3860
"version of plugin and a short description of each."
3223
#: breezy/builtins.py:5112
3862
#: bzrlib/builtins.py:5114
3224
3863
msgid "--verbose shows the path where each plugin is located."
3864
msgstr "--verbose shows the path where each plugin is located."
3227
#: breezy/builtins.py:5114
3866
#: bzrlib/builtins.py:5116
3229
3868
"A plugin is an external component for Bazaar that extends the\n"
3230
3869
"revision control system, by adding or replacing code in Bazaar.\n"
3232
3871
"adding new commands, providing additional network transports and\n"
3233
3872
"customizing log output."
3874
"A plugin is an external component for Bazaar that extends the\n"
3875
"revision control system, by adding or replacing code in Bazaar.\n"
3876
"Plugins can do a variety of things, including overriding commands,\n"
3877
"adding new commands, providing additional network transports and\n"
3878
"customising log output."
3236
#: breezy/builtins.py:5120
3880
#: bzrlib/builtins.py:5122
3238
3882
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3239
3883
"for further information on plugins including where to find them and how to\n"
3240
3884
"install them. Instructions are also provided there on how to write new\n"
3241
3885
"plugins using the Python programming language."
3887
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3888
"for further information on plugins including where to find them and how to\n"
3889
"install them. Instructions are also provided there on how to write new\n"
3890
"plugins using the Python programming language."
3244
#: breezy/builtins.py:5136
3892
#: bzrlib/builtins.py:5138
3245
3893
msgid "Show testament (signing-form) of a revision."
3894
msgstr "Show testament (signing-form) of a revision."
3248
# help of 'long' option of 'testament' command
3249
#: breezy/builtins.py:5139
3896
#: bzrlib/builtins.py:5141
3250
3897
msgid "Produce long-format testament."
3898
msgstr "Produce long-format testament."
3253
# help of 'strict' option of 'testament' command
3254
#: breezy/builtins.py:5141
3900
#: bzrlib/builtins.py:5143
3255
3901
msgid "Produce a strict-format testament."
3902
msgstr "Produce a strict-format testament."
3258
#: breezy/builtins.py:5168
3904
#: bzrlib/builtins.py:5169
3259
3905
msgid "Show the origin of each line in a file."
3262
#: breezy/builtins.py:5170
3264
"This prints out the given file with an annotation on the left side\n"
3265
"indicating which revision, author and date introduced the change."
3268
#: breezy/builtins.py:5173
3270
"If the origin is the same for a run of consecutive lines, it is\n"
3271
"shown only at the top, unless the --all option is given."
3274
# help of 'all' option of 'annotate' command
3275
#: breezy/builtins.py:5181
3906
msgstr "Show the origin of each line in a file."
3908
#: bzrlib/builtins.py:5171
3910
"This prints out the given file with an annotation on the left side\n"
3911
"indicating which revision, author and date introduced the change."
3913
"This prints out the given file with an annotation on the left side\n"
3914
"indicating which revision, author and date introduced the change."
3916
#: bzrlib/builtins.py:5174
3918
"If the origin is the same for a run of consecutive lines, it is\n"
3919
"shown only at the top, unless the --all option is given."
3921
"If the origin is the same for a run of consecutive lines, it is\n"
3922
"shown only at the top, unless the --all option is given."
3924
#: bzrlib/builtins.py:5182
3276
3925
msgid "Show annotations on all lines."
3926
msgstr "Show annotations on all lines."
3279
# help of 'long' option of 'annotate' command
3280
#: breezy/builtins.py:5182
3928
#: bzrlib/builtins.py:5183
3281
3929
msgid "Show commit date in annotations."
3930
msgstr "Show commit date in annotations."
3284
#: breezy/builtins.py:5269
3932
#: bzrlib/builtins.py:5270
3285
3933
msgid "Cannot sign a range of non-revision-history revisions"
3934
msgstr "Cannot sign a range of non-revision-history revisions"
3288
#: breezy/builtins.py:5281
3936
#: bzrlib/builtins.py:5282
3289
3937
msgid "Please supply either one revision, or a range."
3292
#: breezy/builtins.py:5285
3294
"Convert the current branch into a checkout of the supplied branch.\n"
3295
"If no branch is supplied, rebind to the last bound location."
3298
#: breezy/builtins.py:5288
3300
"Once converted into a checkout, commits must succeed on the master branch\n"
3301
"before they will be applied to the local branch."
3304
#: breezy/builtins.py:5291
3306
"Bound branches use the nickname of its master branch unless it is set\n"
3307
"locally, in which case binding will update the local nickname to be\n"
3308
"that of the master."
3311
#: breezy/builtins.py:5306
3938
msgstr "Please supply either one revision, or a range."
3940
#: bzrlib/builtins.py:5286
3942
"Convert the current branch into a checkout of the supplied branch.\n"
3943
"If no branch is supplied, rebind to the last bound location."
3945
"Convert the current branch into a checkout of the supplied branch.\n"
3946
"If no branch is supplied, rebind to the last bound location."
3948
#: bzrlib/builtins.py:5289
3950
"Once converted into a checkout, commits must succeed on the master branch\n"
3951
"before they will be applied to the local branch."
3953
"Once converted into a checkout, commits must succeed on the master branch\n"
3954
"before they will be applied to the local branch."
3956
#: bzrlib/builtins.py:5292
3958
"Bound branches use the nickname of its master branch unless it is set\n"
3959
"locally, in which case binding will update the local nickname to be\n"
3960
"that of the master."
3962
"Bound branches use the nickname of its master branch unless it is set\n"
3963
"locally, in which case binding will update the local nickname to be\n"
3964
"that of the master."
3966
#: bzrlib/builtins.py:5307
3312
3967
msgid "No location supplied. This format does not remember old locations."
3968
msgstr "No location supplied. This format does not remember old locations."
3315
#: breezy/builtins.py:5312
3970
#: bzrlib/builtins.py:5313
3316
3971
msgid "Branch is already bound"
3972
msgstr "Branch is already bound"
3319
#: breezy/builtins.py:5315
3974
#: bzrlib/builtins.py:5316
3320
3975
msgid "No location supplied and no previous location known"
3976
msgstr "No location supplied and no previous location known"
3323
#: breezy/builtins.py:5321
3978
#: bzrlib/builtins.py:5322
3324
3979
msgid "These branches have diverged. Try merging, and then bind again."
3980
msgstr "These branches have diverged. Try merging, and then bind again."
3327
#: breezy/builtins.py:5328
3982
#: bzrlib/builtins.py:5329
3328
3983
msgid "Convert the current checkout into a regular branch."
3984
msgstr "Convert the current checkout into a regular branch."
3331
#: breezy/builtins.py:5330
3986
#: bzrlib/builtins.py:5331
3333
3988
"After unbinding, the local branch is considered independent and subsequent\n"
3334
3989
"commits will be local only."
3991
"After unbinding, the local branch is considered independent and subsequent\n"
3992
"commits will be local only."
3337
#: breezy/builtins.py:5341
3994
#: bzrlib/builtins.py:5342
3338
3995
msgid "Local branch is not bound"
3996
msgstr "Local branch is not bound"
3341
#: breezy/builtins.py:5345
3998
#: bzrlib/builtins.py:5346
3342
3999
msgid "Remove the last committed revision."
3345
#: breezy/builtins.py:5347
3347
"--verbose will print out what is being removed.\n"
3348
"--dry-run will go through all the motions, but not actually\n"
3352
#: breezy/builtins.py:5351
3354
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3355
"specified revision. For example, \"brz uncommit -r 15\" will leave the\n"
3356
"branch at revision 15."
3359
#: breezy/builtins.py:5355
3361
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3362
"it may make is to restore any pending merges that were present before\n"
3366
# help of 'dry-run' option of 'uncommit' command
3367
#: breezy/builtins.py:5366
4000
msgstr "Remove the last committed revision."
4002
#: bzrlib/builtins.py:5348
4004
"--verbose will print out what is being removed.\n"
4005
"--dry-run will go through all the motions, but not actually\n"
4008
"--verbose will print out what is being removed.\n"
4009
"--dry-run will go through all the motions, but not actually\n"
4012
#: bzrlib/builtins.py:5352
4014
"If --revision is specified, uncommit revisions to leave the branch at the\n"
4015
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
4016
"branch at revision 15."
4018
"If --revision is specified, uncommit revisions to leave the branch at the\n"
4019
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
4020
"branch at revision 15."
4022
#: bzrlib/builtins.py:5356
4024
"Uncommit leaves the working tree ready for a new commit. The only change\n"
4025
"it may make is to restore any pending merges that were present before\n"
4028
"Uncommit leaves the working tree ready for a new commit. The only change\n"
4029
"it may make is to restore any pending merges that were present before\n"
4032
#: bzrlib/builtins.py:5367
3368
4033
msgid "Don't actually make changes."
4034
msgstr "Don't actually make changes."
3371
# help of 'force' option of 'uncommit' command
3372
#: breezy/builtins.py:5367
4036
#: bzrlib/builtins.py:5368
3373
4037
msgid "Say yes to all questions."
4038
msgstr "Say yes to all questions."
3376
# help of 'keep-tags' option of 'uncommit' command
3377
#: breezy/builtins.py:5369
4040
#: bzrlib/builtins.py:5370
3378
4041
msgid "Keep tags that point to removed revisions."
4042
msgstr "Keep tags that point to removed revisions."
3381
# help of 'local' option of 'uncommit' command
3382
#: breezy/builtins.py:5371
4044
#: bzrlib/builtins.py:5372
3383
4045
msgid "Only remove the commits from the local branch when in a checkout."
4046
msgstr "Only remove the commits from the local branch when in a checkout."
3386
#: breezy/builtins.py:5420
4048
#: bzrlib/builtins.py:5421
3387
4049
msgid "No revisions to uncommit.\n"
4050
msgstr "No revisions to uncommit.\n"
3390
#: breezy/builtins.py:5435
4052
#: bzrlib/builtins.py:5436
3391
4053
msgid "Dry-run, pretending to remove the above revisions.\n"
4054
msgstr "Dry-run, pretending to remove the above revisions.\n"
3394
#: breezy/builtins.py:5438
4056
#: bzrlib/builtins.py:5439
3395
4057
msgid "The above revision(s) will be removed.\n"
4058
msgstr "The above revision(s) will be removed.\n"
3398
#: breezy/builtins.py:5442
4060
#: bzrlib/builtins.py:5443
3399
4061
msgid "Uncommit these revisions"
4062
msgstr "Uncommit these revisions"
3402
#: breezy/builtins.py:5445
4064
#: bzrlib/builtins.py:5446
3403
4065
msgid "Canceled\n"
4066
msgstr "Cancelled\n"
3406
#: breezy/builtins.py:5452
4068
#: bzrlib/builtins.py:5453
3407
4069
#, python-format
3409
4071
"You can restore the old tip by running:\n"
3410
" brz pull . -r revid:%s\n"
4072
" bzr pull . -r revid:%s\n"
4074
"You can restore the old tip by running:\n"
4075
" bzr pull . -r revid:%s\n"
3413
#: breezy/builtins.py:5457
4077
#: bzrlib/builtins.py:5458
3414
4078
msgid "Break a dead lock."
3417
#: breezy/builtins.py:5459
3419
"This command breaks a lock on a repository, branch, working directory or\n"
3423
#: breezy/builtins.py:5462
3425
"CAUTION: Locks should only be broken when you are sure that the process\n"
3426
"holding the lock has been stopped."
3429
#: breezy/builtins.py:5465
3431
"You can get information on what locks are open via the 'brz info\n"
3432
"[location]' command."
3435
#: breezy/builtins.py:5468
3439
" brz break-lock brz+ssh://example.com/brz/foo\n"
3440
" brz break-lock --conf ~/.bazaar"
3443
# help of 'config' option of 'break-lock' command
3444
#: breezy/builtins.py:5477
4079
msgstr "Break a dead lock."
4081
#: bzrlib/builtins.py:5460
4083
"This command breaks a lock on a repository, branch, working directory or\n"
4086
"This command breaks a lock on a repository, branch, working directory or\n"
4089
#: bzrlib/builtins.py:5463
4091
"CAUTION: Locks should only be broken when you are sure that the process\n"
4092
"holding the lock has been stopped."
4094
"CAUTION: Locks should only be broken when you are sure that the process\n"
4095
"holding the lock has been stopped."
4097
#: bzrlib/builtins.py:5466
4099
"You can get information on what locks are open via the 'bzr info\n"
4100
"[location]' command."
4102
"You can get information on what locks are open via the 'bzr info\n"
4103
"[location]' command."
4105
#: bzrlib/builtins.py:5469
4109
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
4110
" bzr break-lock --conf ~/.bazaar"
4114
" bzr break-lock bzr+ssh://example.com/bzr/foo\n"
4115
" bzr break-lock --conf ~/.bazaar"
4117
#: bzrlib/builtins.py:5478
3445
4118
msgid "LOCATION is the directory where the config lock is."
4119
msgstr "LOCATION is the directory where the config lock is."
3448
# help of 'force' option of 'break-lock' command
3449
#: breezy/builtins.py:5479
4121
#: bzrlib/builtins.py:5480
3450
4122
msgid "Do not ask for confirmation before breaking the lock."
4123
msgstr "Do not ask for confirmation before breaking the lock."
3453
# help of 'protocol=bzr' option of 'serve' command
3454
#: breezy/builtins.py:5514
4125
#: bzrlib/builtins.py:5515
3455
4126
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3458
#: breezy/builtins.py:5515
3459
msgid "Run the brz server."
3462
# help of 'inet' option of 'serve' command
3463
#: breezy/builtins.py:5521
4127
msgstr "The Bazaar smart server protocol over TCP. (default port: 4155)"
4129
#: bzrlib/builtins.py:5516
4130
msgid "Run the bzr server."
4131
msgstr "Run the bzr server."
4133
#: bzrlib/builtins.py:5522
3464
4134
msgid "Serve on stdin/out for use from inetd or sshd."
4135
msgstr "Serve on stdin/out for use from inetd or sshd."
3467
# title of 'protocol' option of 'serve' command
3468
#: breezy/builtins.py:5522
4137
#: bzrlib/builtins.py:5523
3469
4138
msgid "protocol"
3472
# help of 'protocol' option of 'serve' command
3473
#: breezy/builtins.py:5523
4141
#: bzrlib/builtins.py:5524
3474
4142
msgid "Protocol to serve."
4143
msgstr "Protocol to serve."
3477
# help of 'listen' option of 'serve' command
3478
#: breezy/builtins.py:5527
4145
#: bzrlib/builtins.py:5528
3479
4146
msgid "Listen for connections on nominated address."
4147
msgstr "Listen for connections on nominated address."
3482
# help of 'port' option of 'serve' command
3483
#: breezy/builtins.py:5529
4149
#: bzrlib/builtins.py:5530
3485
4151
"Listen for connections on nominated port. Passing 0 as the port number will "
3486
4152
"result in a dynamically allocated port. The default port depends on the "
4155
"Listen for connections on nominated port. Passing 0 as the port number will "
4156
"result in a dynamically allocated port. The default port depends on the "
3490
# help of 'directory' option of 'serve' command
3491
#: breezy/builtins.py:5534
4159
#: bzrlib/builtins.py:5535
3492
4160
msgid "Serve contents of this directory."
4161
msgstr "Serve contents of this directory."
3495
# help of 'allow-writes' option of 'serve' command
3496
#: breezy/builtins.py:5536
4163
#: bzrlib/builtins.py:5537
3498
4165
"By default the server is a readonly server. Supplying --allow-writes "
3499
4166
"enables write access to the contents of the served directory and below. "
3500
"Note that ``brz serve`` does not perform authentication, so unless some form "
4167
"Note that ``bzr serve`` does not perform authentication, so unless some form "
3501
4168
"of external authentication is arranged supplying this option leads to global "
3502
4169
"uncontrolled write access to your file system."
4171
"By default the server is a read-only server. Supplying --allow-writes "
4172
"enables write access to the contents of the served directory and below. "
4173
"Note that ``bzr serve`` does not perform authentication, so unless some form "
4174
"of external authentication is arranged supplying this option leads to global "
4175
"uncontrolled write access to your file system."
3505
# help of 'client-timeout' option of 'serve' command
3506
#: breezy/builtins.py:5545
4177
#: bzrlib/builtins.py:5546
3507
4178
msgid "Override the default idle client timeout (5min)."
4179
msgstr "Override the default idle client timeout (5min)."
3510
#: breezy/builtins.py:5563
4181
#: bzrlib/builtins.py:5564
3511
4182
msgid "Combine a tree into its containing tree."
4183
msgstr "Combine a tree into its containing tree."
3514
#: breezy/builtins.py:5565
4185
#: bzrlib/builtins.py:5566
3515
4186
msgid "This command requires the target tree to be in a rich-root format."
3518
#: breezy/builtins.py:5567
3520
"The TREE argument should be an independent tree, inside another tree, but\n"
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.)"
3525
#: breezy/builtins.py:5571
3527
"The result is a combined tree, with the subtree no longer an independent\n"
3528
"part. This is marked as a merge of the subtree into the containing tree,\n"
3529
"and all history is preserved."
3532
#: breezy/builtins.py:5589
4187
msgstr "This command requires the target tree to be in a rich-root format."
4189
#: bzrlib/builtins.py:5568
4191
"The TREE argument should be an independent tree, inside another tree, but\n"
4192
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
4193
"running \"bzr branch\" with the target inside a tree.)"
4195
"The TREE argument should be an independent tree, inside another tree, but\n"
4196
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
4197
"running \"bzr branch\" with the target inside a tree.)"
4199
#: bzrlib/builtins.py:5572
4201
"The result is a combined tree, with the subtree no longer an independent\n"
4202
"part. This is marked as a merge of the subtree into the containing tree,\n"
4203
"and all history is preserved."
4205
"The result is a combined tree, with the subtree no longer an independent\n"
4206
"part. This is marked as a merge of the subtree into the containing tree,\n"
4207
"and all history is preserved."
4209
#: bzrlib/builtins.py:5590
3533
4210
#, python-format
3535
4212
"Can't join trees because %s doesn't support rich root data.\n"
3536
"You can use brz upgrade on the repository."
4213
"You can use bzr upgrade on the repository."
4215
"Can't join trees because %s doesn't support rich root data.\n"
4216
"You can use bzr upgrade on the repository."
3539
#: breezy/builtins.py:5599 breezy/builtins.py:5605
3540
#, python-brace-format
4218
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3541
4219
msgid "Cannot join {0}. {1}"
4220
msgstr "Cannot join {0}. {1}"
3544
#: breezy/builtins.py:5609
4222
#: bzrlib/builtins.py:5610
3545
4223
msgid "Split a subdirectory of a tree into a separate tree."
3548
#: breezy/builtins.py:5611
3550
"This command will produce a target tree in a format that supports\n"
3551
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3552
"converted into earlier formats like 'dirstate-tags'."
3555
#: breezy/builtins.py:5615
3557
"The TREE argument should be a subdirectory of a working tree. That\n"
3558
"subdirectory will be converted into an independent tree, with its own\n"
3559
"branch. Commits in the top-level tree will not apply to the new subtree."
3562
#: breezy/builtins.py:5695
4224
msgstr "Split a subdirectory of a tree into a separate tree."
4226
#: bzrlib/builtins.py:5612
4228
"This command will produce a target tree in a format that supports\n"
4229
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
4230
"converted into earlier formats like 'dirstate-tags'."
4232
"This command will produce a target tree in a format that supports\n"
4233
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
4234
"converted into earlier formats like 'dirstate-tags'."
4236
#: bzrlib/builtins.py:5616
4238
"The TREE argument should be a subdirectory of a working tree. That\n"
4239
"subdirectory will be converted into an independent tree, with its own\n"
4240
"branch. Commits in the top-level tree will not apply to the new subtree."
4242
"The TREE argument should be a subdirectory of a working tree. That\n"
4243
"subdirectory will be converted into an independent tree, with its own\n"
4244
"branch. Commits in the top-level tree will not apply to the new subtree."
4246
#: bzrlib/builtins.py:5696
3563
4247
msgid "No submit branch specified or known"
4248
msgstr "No submit branch specified or known"
3566
#: breezy/builtins.py:5704 breezy/send.py:109
4250
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3567
4251
msgid "No public branch specified or known"
3570
#: breezy/builtins.py:5709
3571
msgid "brz merge-directive takes at most two one revision identifiers"
3574
#: breezy/builtins.py:5718
4252
msgstr "No public branch specified or known"
4254
#: bzrlib/builtins.py:5710
4255
msgid "bzr merge-directive takes at most two one revision identifiers"
4256
msgstr "bzr merge-directive takes at most two one revision identifiers"
4258
#: bzrlib/builtins.py:5719
3575
4259
msgid "No revisions to bundle."
4260
msgstr "No revisions to bundle."
3578
#: breezy/builtins.py:5737
4262
#: bzrlib/builtins.py:5738
3579
4263
msgid "Mail or create a merge-directive for submitting changes."
4264
msgstr "Mail or create a merge-directive for submitting changes."
3582
#: breezy/builtins.py:5739
4266
#: bzrlib/builtins.py:5740
3583
4267
msgid "A merge directive provides many things needed for requesting merges:"
4268
msgstr "A merge directive provides many things needed for requesting merges:"
3586
#: breezy/builtins.py:5741
4270
#: bzrlib/builtins.py:5742
3587
4271
msgid "* A machine-readable description of the merge to perform"
4272
msgstr "* A machine-readable description of the merge to perform"
3590
#: breezy/builtins.py:5743
4274
#: bzrlib/builtins.py:5744
3591
4275
msgid "* An optional patch that is a preview of the changes requested"
3594
#: breezy/builtins.py:5745
3596
"* An optional bundle of revision data, so that the changes can be applied\n"
3597
" directly from the merge directive, without retrieving data from a\n"
3601
#: breezy/builtins.py:5749
3603
"`brz send` creates a compact data set that, when applied using brz\n"
3604
"merge, has the same effect as merging from the source branch. "
3607
#: breezy/builtins.py:5752
3609
"By default the merge directive is self-contained and can be applied to any\n"
3610
"branch containing submit_branch in its ancestory without needing access to\n"
3611
"the source branch."
3614
#: breezy/builtins.py:5756
3616
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3617
"revisions, but only a structured request to merge from the\n"
3618
"public_location. In that case the public_branch is needed and it must be\n"
3619
"up-to-date and accessible to the recipient. The public_branch is always\n"
3620
"included if known, so that people can check it later."
3623
#: breezy/builtins.py:5762
3625
"The submit branch defaults to the parent of the source branch, but can be\n"
3626
"overridden. Both submit branch and public branch will be remembered in\n"
3627
"branch.conf the first time they are used for a particular branch. The\n"
3628
"source branch defaults to that containing the working directory, but can\n"
3629
"be changed using --from."
3632
#: breezy/builtins.py:5768
4276
msgstr "* An optional patch that is a preview of the changes requested"
4278
#: bzrlib/builtins.py:5746
4280
"* An optional bundle of revision data, so that the changes can be applied\n"
4281
" directly from the merge directive, without retrieving data from a\n"
4284
"* An optional bundle of revision data, so that the changes can be applied\n"
4285
" directly from the merge directive, without retrieving data from a\n"
4288
#: bzrlib/builtins.py:5750
4290
"`bzr send` creates a compact data set that, when applied using bzr\n"
4291
"merge, has the same effect as merging from the source branch. "
4293
"`bzr send` creates a compact data set that, when applied using bzr\n"
4294
"merge, has the same effect as merging from the source branch. "
4296
#: bzrlib/builtins.py:5753
4298
"By default the merge directive is self-contained and can be applied to any\n"
4299
"branch containing submit_branch in its ancestory without needing access to\n"
4300
"the source branch."
4302
"By default the merge directive is self-contained and can be applied to any\n"
4303
"branch containing submit_branch in its ancestory without needing access to\n"
4304
"the source branch."
4306
#: bzrlib/builtins.py:5757
4308
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
4309
"revisions, but only a structured request to merge from the\n"
4310
"public_location. In that case the public_branch is needed and it must be\n"
4311
"up-to-date and accessible to the recipient. The public_branch is always\n"
4312
"included if known, so that people can check it later."
4314
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
4315
"revisions, but only a structured request to merge from the\n"
4316
"public_location. In that case the public_branch is needed and it must be\n"
4317
"up-to-date and accessible to the recipient. The public_branch is always\n"
4318
"included if known, so that people can check it later."
4320
#: bzrlib/builtins.py:5763
4322
"The submit branch defaults to the parent of the source branch, but can be\n"
4323
"overridden. Both submit branch and public branch will be remembered in\n"
4324
"branch.conf the first time they are used for a particular branch. The\n"
4325
"source branch defaults to that containing the working directory, but can\n"
4326
"be changed using --from."
4328
"The submit branch defaults to the parent of the source branch, but can be\n"
4329
"overridden. Both submit branch and public branch will be remembered in\n"
4330
"branch.conf the first time they are used for a particular branch. The\n"
4331
"source branch defaults to that containing the working directory, but can\n"
4332
"be changed using --from."
4334
#: bzrlib/builtins.py:5769
3634
4336
"Both the submit branch and the public branch follow the usual behavior with\n"
3635
4337
"respect to --remember: If there is no default location set, the first send\n"
4341
5109
"contents of the file in the working tree.\n"
5112
"where @new_path is replaced with the path of the new version of the \n"
5113
"file and @old_path is replaced with the path of the old version of \n"
5114
"the file. The PROGRAM should save the new file with the desired \n"
5115
"contents of the file in the working tree.\n"
4345
# help of 'all' option of 'shelve' command
4346
#: breezy/builtins.py:6540
5118
#: bzrlib/builtins.py:6537
4347
5119
msgid "Shelve all changes."
5120
msgstr "Shelve all changes."
4350
# help of 'writer' option of 'shelve' command
4351
#: breezy/builtins.py:6542
5122
#: bzrlib/builtins.py:6539
4352
5123
msgid "Method to use for writing diffs."
5124
msgstr "Method to use for writing diffs."
4355
# title of 'writer' option of 'shelve' command
4356
#: breezy/builtins.py:6542
5126
#: bzrlib/builtins.py:6539
4360
# help of 'list' option of 'shelve' command
4361
#: breezy/builtins.py:6546
5130
#: bzrlib/builtins.py:6543
4362
5131
msgid "List shelved changes."
5132
msgstr "List shelved changes."
4365
# help of 'destroy' option of 'shelve' command
4366
#: breezy/builtins.py:6548
5134
#: bzrlib/builtins.py:6545
4367
5135
msgid "Destroy removed changes instead of shelving them."
5136
msgstr "Destroy removed changes instead of shelving them."
4370
#: breezy/builtins.py:6577
5138
#: bzrlib/builtins.py:6574
4371
5139
msgid "No shelved changes."
5140
msgstr "No shelved changes."
4374
#: breezy/builtins.py:6588
5142
#: bzrlib/builtins.py:6585
4375
5143
msgid "Restore shelved changes."
5144
msgstr "Restore shelved changes."
4378
#: breezy/builtins.py:6590
5146
#: bzrlib/builtins.py:6587
4380
5148
"By default, the most recently shelved changes are restored. However if you\n"
4381
5149
"specify a shelf by id those changes will be restored instead. This works\n"
4382
5150
"best when the changes don't depend on each other."
5152
"By default, the most recently shelved changes are restored. However if you\n"
5153
"specify a shelf by id those changes will be restored instead. This works\n"
5154
"best when the changes don't depend on each other."
4385
# help of 'action' option of 'unshelve' command
4386
#: breezy/builtins.py:6599
5156
#: bzrlib/builtins.py:6596
4387
5157
msgid "The action to perform."
5158
msgstr "The action to perform."
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
5160
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4396
# help of 'action=apply' option of 'unshelve' command
4397
#: breezy/builtins.py:6601
5164
#: bzrlib/builtins.py:6598
4398
5165
msgid "Apply changes and remove from the shelf."
5166
msgstr "Apply changes and remove from the shelf."
4401
# help of 'action=dry-run' option of 'unshelve' command
4402
#: breezy/builtins.py:6602
5168
#: bzrlib/builtins.py:6599
4403
5169
msgid "Show changes, but do not apply or remove them."
5170
msgstr "Show changes, but do not apply or remove them."
4406
# help of 'action=preview' option of 'unshelve' command
4407
#: breezy/builtins.py:6603
5172
#: bzrlib/builtins.py:6600
4409
5174
"Instead of unshelving the changes, show the diff that would result from "
5177
"Instead of unshelving the changes, show the diff that would result from "
4413
# help of 'action=delete-only' option of 'unshelve' command
4414
#: breezy/builtins.py:6605
5180
#: bzrlib/builtins.py:6602
4415
5181
msgid "Delete changes without applying them."
5182
msgstr "Delete changes without applying them."
4418
# help of 'action=keep' option of 'unshelve' command
4419
#: breezy/builtins.py:6606
5184
#: bzrlib/builtins.py:6603
4420
5185
msgid "Apply changes but don't delete them."
5186
msgstr "Apply changes but don't delete them."
4423
#: breezy/builtins.py:6621
5188
#: bzrlib/builtins.py:6618
4424
5189
msgid "Remove unwanted files from working tree."
4427
#: breezy/builtins.py:6623
4429
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4430
"files are never deleted."
4433
#: breezy/builtins.py:6626
4435
"Another class is 'detritus', which includes files emitted by brz during\n"
4436
"normal operations and selftests. (The value of these files decreases with\n"
4440
#: breezy/builtins.py:6630
4442
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4443
"flags are respected, and may be combined."
4446
#: breezy/builtins.py:6633
5190
msgstr "Remove unwanted files from working tree."
5192
#: bzrlib/builtins.py:6620
5194
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
5195
"files are never deleted."
5197
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
5198
"files are never deleted."
5200
#: bzrlib/builtins.py:6623
5202
"Another class is 'detritus', which includes files emitted by bzr during\n"
5203
"normal operations and selftests. (The value of these files decreases with\n"
5206
"Another class is 'detritus', which includes files emitted by bzr during\n"
5207
"normal operations and selftests. (The value of these files decreases with\n"
5210
#: bzrlib/builtins.py:6627
5212
"If no options are specified, unknown files are deleted. Otherwise, option\n"
5213
"flags are respected, and may be combined."
5215
"If no options are specified, unknown files are deleted. Otherwise, option\n"
5216
"flags are respected, and may be combined."
5218
#: bzrlib/builtins.py:6630
4447
5219
msgid "To check what clean-tree will do, use --dry-run."
5220
msgstr "To check what clean-tree will do, use --dry-run."
4450
# help of 'ignored' option of 'clean-tree' command
4451
#: breezy/builtins.py:6636
5222
#: bzrlib/builtins.py:6633
4452
5223
msgid "Delete all ignored files."
5224
msgstr "Delete all ignored files."
4455
# help of 'detritus' option of 'clean-tree' command
4456
#: breezy/builtins.py:6637
5226
#: bzrlib/builtins.py:6634
4458
5228
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4461
# help of 'unknown' option of 'clean-tree' command
4462
#: breezy/builtins.py:6640
4463
msgid "Delete files unknown to brz (default)."
4466
# help of 'dry-run' option of 'clean-tree' command
4467
#: breezy/builtins.py:6641
5230
"Delete conflict files, merge and revert backups, and failed selftest dirs."
5232
#: bzrlib/builtins.py:6637
5233
msgid "Delete files unknown to bzr (default)."
5234
msgstr "Delete files unknown to bzr (default)."
5236
#: bzrlib/builtins.py:6638
4468
5237
msgid "Show files to delete instead of deleting them."
5238
msgstr "Show files to delete instead of deleting them."
4471
# help of 'force' option of 'clean-tree' command
4472
#: breezy/builtins.py:6643
5240
#: bzrlib/builtins.py:6640
4473
5241
msgid "Do not prompt before deleting."
5242
msgstr "Do not prompt before deleting."
4476
#: breezy/bundle/__init__.py:59
5244
#: bzrlib/bundle/__init__.py:59
4477
5245
msgid "A directory cannot be a bundle"
5246
msgstr "A directory cannot be a bundle"
4480
#: breezy/bundle/apply_bundle.py:40
5248
#: bzrlib/bundle/apply_bundle.py:40
4481
5249
msgid "Install revisions"
5250
msgstr "Install revisions"
4484
#: breezy/bundle/commands.py:64
5252
#: bzrlib/bundle/commands.py:64
4485
5253
msgid "--verbose requires a merge directive"
5254
msgstr "--verbose requires a merge directive"
4488
#: breezy/bundle/commands.py:67
5256
#: bzrlib/bundle/commands.py:67
4489
5257
msgid "Bundle format not supported"
5258
msgstr "Bundle format not supported"
4492
#: breezy/bundle/commands.py:77
5260
#: bzrlib/bundle/commands.py:77
4493
5261
msgid "Records\n"
4496
#: breezy/bundle/commands.py:81
4497
#, python-brace-format
5264
#: bzrlib/bundle/commands.py:81
4498
5265
msgid "{0}: {1} ({2} multiparent)\n"
5266
msgstr "{0}: {1} ({2} multiparent)\n"
4501
#: breezy/bundle/commands.py:83
5268
#: bzrlib/bundle/commands.py:83
4502
5269
#, python-format
4503
5270
msgid "unique files: %d\n"
5271
msgstr "unique files: %d\n"
4506
#: breezy/bundle/commands.py:92
5273
#: bzrlib/bundle/commands.py:92
4507
5274
msgid "Revisions\n"
5275
msgstr "Revisions\n"
4510
#: breezy/bundle/commands.py:93
5277
#: bzrlib/bundle/commands.py:93
4511
5278
#, python-format
4512
5279
msgid "nicks: %s\n"
5280
msgstr "nicks: %s\n"
4515
#: breezy/bundle/commands.py:95
5282
#: bzrlib/bundle/commands.py:95
4516
5283
#, python-format
4518
5285
"committers: \n"
4522
#: breezy/bundle/commands.py:103
5291
#: bzrlib/bundle/commands.py:103
4523
5292
msgid "Decoded contents\n"
5293
msgstr "Decoded contents\n"
4526
#: breezy/bundle/serializer/v4.py:327
5295
#: bzrlib/bundle/serializer/v4.py:327
4527
5296
#, python-format
4528
5297
msgid "Bundling %d revision."
4529
5298
msgid_plural "Bundling %d revisions."
5299
msgstr[0] "Bundling %d revision."
5300
msgstr[1] "Bundling %d revisions."
4533
#: breezy/bzrdir.py:487
4534
#, python-brace-format
5302
#: bzrlib/bzrdir.py:487
4536
5304
"making backup of {0}\n"
5307
"making backup of {0}\n"
4540
#: breezy/bzrdir.py:510
4541
#, python-brace-format
5310
#: bzrlib/bzrdir.py:510
4542
5311
msgid "renamed {0} to {1}"
4545
#: breezy/bzrdir.py:1639
4548
"Source repository format does not support stacking, using format:\n"
4552
#: breezy/bzrdir.py:1659
4555
"Source branch format does not support stacking, using format:\n"
4559
#: breezy/bzrdir.py:1805
5312
msgstr "renamed {0} to {1}"
5314
#: bzrlib/bzrdir.py:1639
5317
"Source repository format does not support stacking, using format:\n"
5320
"Source repository format does not support stacking, using format:\n"
5323
#: bzrlib/bzrdir.py:1659
5326
"Source branch format does not support stacking, using format:\n"
5329
"Source branch format does not support stacking, using format:\n"
5332
#: bzrlib/bzrdir.py:1805
4560
5333
msgid "starting repository conversion"
5334
msgstr "starting repository conversion"
4563
#: breezy/bzrdir.py:2026
4564
#, python-brace-format
5336
#: bzrlib/bzrdir.py:2026
4565
5337
msgid "Using default stacking branch {0} at {1}"
5338
msgstr "Using default stacking branch {0} at {1}"
4568
#: breezy/check.py:108
5340
#: bzrlib/check.py:108
4572
#: breezy/check.py:110
5344
#: bzrlib/check.py:110
4573
5345
msgid "checking revisions"
5346
msgstr "checking revisions"
4576
#: breezy/check.py:112
5348
#: bzrlib/check.py:112
4577
5349
msgid "checking commit contents"
5350
msgstr "checking commit contents"
4580
#: breezy/check.py:114
5352
#: bzrlib/check.py:114
4581
5353
msgid "checking file graphs"
5354
msgstr "checking file graphs"
4584
#: breezy/check.py:118
5356
#: bzrlib/check.py:118
4585
5357
msgid "checking branches and trees"
5358
msgstr "checking branches and trees"
4588
#: breezy/check.py:205
4589
#, python-brace-format
5360
#: bzrlib/check.py:205
4590
5361
msgid "checked repository {0} format {1}"
5362
msgstr "checked repository {0} format {1}"
4593
#: breezy/check.py:208
5364
#: bzrlib/check.py:208
4594
5365
#, python-format
4595
5366
msgid "%6d revisions"
5367
msgstr "%6d revisions"
4598
#: breezy/check.py:209
5369
#: bzrlib/check.py:209
4599
5370
#, python-format
4600
5371
msgid "%6d file-ids"
5372
msgstr "%6d file-ids"
4603
#: breezy/check.py:211
5374
#: bzrlib/check.py:211
4604
5375
#, python-format
4605
5376
msgid "%6d unreferenced text versions"
5377
msgstr "%6d unreferenced text versions"
4608
#: breezy/check.py:215
4609
#, python-brace-format
5379
#: bzrlib/check.py:215
4610
5380
msgid "unreferenced version: {{{0}}} in {1}"
5381
msgstr "unreferenced version: {{{0}}} in {1}"
4613
#: breezy/check.py:218
5383
#: bzrlib/check.py:218
4614
5384
#, python-format
4615
5385
msgid "%6d revisions are missing inventory_sha1"
5386
msgstr "%6d revisions are missing inventory_sha1"
4618
#: breezy/check.py:221
5388
#: bzrlib/check.py:221
4619
5389
#, python-format
4620
5390
msgid "%6d revisions are mentioned but not present"
5391
msgstr "%6d revisions are mentioned but not present"
4623
#: breezy/check.py:224
5393
#: bzrlib/check.py:224
4624
5394
#, python-format
4625
5395
msgid "%6d ghost revisions"
5396
msgstr "%6d ghost revisions"
4628
#: breezy/check.py:229
5398
#: bzrlib/check.py:229
4629
5399
#, python-format
4630
5400
msgid "%6d revisions missing parents in ancestry"
5401
msgstr "%6d revisions missing parents in ancestry"
4633
#: breezy/check.py:233
5403
#: bzrlib/check.py:233
4634
5404
#, python-format
4635
5405
msgid " %s should be in the ancestry for:"
5406
msgstr " %s should be in the ancestry for:"
4638
#: breezy/check.py:237
5408
#: bzrlib/check.py:237
4639
5409
#, python-format
4640
5410
msgid "%6d inconsistent parents"
5411
msgstr "%6d inconsistent parents"
4643
#: breezy/check.py:241
5413
#: bzrlib/check.py:241
4644
5414
msgid " * {0} version {1} has parents {2!r} but should have {3!r}"
5415
msgstr " * {0} version {1} has parents {2!r} but should have {3!r}"
4647
#: breezy/check.py:247
5417
#: bzrlib/check.py:247
4648
5418
#, python-format
4649
5419
msgid "%6d revisions have incorrect parents in the revision index"
5420
msgstr "%6d revisions have incorrect parents in the revision index"
4652
#: breezy/check.py:253
5422
#: bzrlib/check.py:253
4653
5423
msgid " {0} has wrong parents in index: {1!r} should be {2!r}"
5424
msgstr " {0} has wrong parents in index: {1!r} should be {2!r}"
4656
#: breezy/check.py:267
4657
#, python-brace-format
5426
#: bzrlib/check.py:267
4658
5427
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
5428
msgstr "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4661
#: breezy/check.py:296
4662
#, python-brace-format
5430
#: bzrlib/check.py:296
4664
5432
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
5435
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4668
#: breezy/check.py:354
5438
#: bzrlib/check.py:354
4669
5439
#, python-format
4670
5440
msgid "Checking branch at '%s'."
5441
msgstr "Checking branch at '%s'."
4673
#: breezy/check.py:374
5443
#: bzrlib/check.py:374
4674
5444
#, python-format
4675
5445
msgid "Checking working tree at '%s'."
5446
msgstr "Checking working tree at '%s'."
4678
#: breezy/check.py:427 breezy/check.py:441
5448
#: bzrlib/check.py:427 bzrlib/check.py:441
4679
5449
msgid "No branch found at specified location."
5450
msgstr "No branch found at specified location."
4682
#: breezy/check.py:429 breezy/check.py:439
5452
#: bzrlib/check.py:429 bzrlib/check.py:439
4683
5453
msgid "No working tree found at specified location."
5454
msgstr "No working tree found at specified location."
4686
#: breezy/check.py:432
5456
#: bzrlib/check.py:432
4687
5457
#, python-format
4688
5458
msgid "Checking repository at '%s'."
5459
msgstr "Checking repository at '%s'."
4691
#: breezy/check.py:443
5461
#: bzrlib/check.py:443
4692
5462
msgid "No repository found at specified location."
5463
msgstr "No repository found at specified location."
4695
#: breezy/clean_tree.py:63
5465
#: bzrlib/clean_tree.py:63
4696
5466
msgid "Nothing to delete."
5467
msgstr "Nothing to delete."
4699
#: breezy/clean_tree.py:68
5469
#: bzrlib/clean_tree.py:68
4700
5470
msgid "Are you sure you wish to delete these"
5471
msgstr "Are you sure you wish to delete these"
4703
#: breezy/clean_tree.py:70
5473
#: bzrlib/clean_tree.py:70
4704
5474
msgid "Canceled"
4707
#: breezy/clean_tree.py:107
5477
#: bzrlib/clean_tree.py:107
4708
5478
#, python-format
4709
5479
msgid "unable to remove %s"
5480
msgstr "unable to remove %s"
4712
#: breezy/clean_tree.py:111
5482
#: bzrlib/clean_tree.py:111
4713
5483
msgid "deleting paths:"
5484
msgstr "deleting paths:"
4716
#: breezy/clean_tree.py:125
4717
#, python-brace-format
5486
#: bzrlib/clean_tree.py:125
4718
5487
msgid "unable to remove \"{0}\": {1}."
5488
msgstr "unable to remove \"{0}\": {1}."
4721
#: breezy/clean_tree.py:130
5490
#: bzrlib/clean_tree.py:130
4722
5491
msgid "No files deleted."
5492
msgstr "No files deleted."
4725
#: breezy/cmd_version_info.py:47
4726
#, python-brace-format
5494
#: bzrlib/cmd_version_info.py:47
4727
5495
msgid "No known version info format {0}. Supported types are: {1}"
5496
msgstr "No known version info format {0}. Supported types are: {1}"
4730
# help of 'format=custom' option of 'version-info' command
4731
#: breezy/cmd_version_info.py:52
5498
#: bzrlib/cmd_version_info.py:52
4732
5499
msgid "Version info in Custom template-based format."
5500
msgstr "Version info in Custom template-based format."
4735
# help of 'format=python' option of 'version-info' command
4736
#: breezy/cmd_version_info.py:52
5502
#: bzrlib/cmd_version_info.py:52
4737
5503
msgid "Version info in Python format."
5504
msgstr "Version info in Python format."
4740
# help of 'format=rio' option of 'version-info' command
4741
#: breezy/cmd_version_info.py:52
5506
#: bzrlib/cmd_version_info.py:52
4742
5507
msgid "Version info in RIO (simple text) format (default)."
5508
msgstr "Version info in RIO (simple text) format (default)."
4745
#: breezy/cmd_version_info.py:53
5510
#: bzrlib/cmd_version_info.py:53
4746
5511
msgid "Show version information about this tree."
5512
msgstr "Show version information about this tree."
4749
#: breezy/cmd_version_info.py:55
5514
#: bzrlib/cmd_version_info.py:55
4751
5516
"You can use this command to add information about version into\n"
4752
5517
"source code of an application. The output can be in one of the\n"
4753
5518
"supported formats or in a custom format based on a template."
5520
"You can use this command to add information about version into\n"
5521
"source code of an application. The output can be in one of the\n"
5522
"supported formats or in a custom format based on a template."
4756
#: breezy/cmd_version_info.py:59 en/help_topics/configuration.txt:712
4757
#: en/help_topics/configuration.txt:738
5524
#: bzrlib/cmd_version_info.py:59 en/help_topics/configuration.txt:712
5525
#: en/help_topics/configuration.txt:722
4758
5526
msgid "For example::"
4761
#: breezy/cmd_version_info.py:61
4763
" bzr version-info --custom \\\n"
4764
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4767
#: breezy/cmd_version_info.py:64
4769
"will produce a C header file with formatted string containing the\n"
4770
"current revision number. Other supported variables in templates are:"
4773
#: breezy/cmd_version_info.py:67
4775
" * {date} - date of the last revision\n"
4776
" * {build_date} - current date\n"
4777
" * {revno} - revision number\n"
4778
" * {revision_id} - revision id\n"
4779
" * {branch_nick} - branch nickname\n"
4780
" * {clean} - 0 if the source tree contains uncommitted changes,\n"
4784
# help of 'format' option of 'version-info' command
4785
#: breezy/cmd_version_info.py:77
5527
msgstr "For example::"
5529
#: bzrlib/cmd_version_info.py:61
5531
" bzr version-info --custom \\\n"
5532
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
5534
" bzr version-info --custom \\\n"
5535
" --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
5537
#: bzrlib/cmd_version_info.py:64
5539
"will produce a C header file with formatted string containing the\n"
5540
"current revision number. Other supported variables in templates are:"
5542
"will produce a C header file with formatted string containing the\n"
5543
"current revision number. Other supported variables in templates are:"
5545
#: bzrlib/cmd_version_info.py:67
5547
" * {date} - date of the last revision\n"
5548
" * {build_date} - current date\n"
5549
" * {revno} - revision number\n"
5550
" * {revision_id} - revision id\n"
5551
" * {branch_nick} - branch nickname\n"
5552
" * {clean} - 0 if the source tree contains uncommitted changes,\n"
5555
" * {date} - date of the last revision\n"
5556
" * {build_date} - current date\n"
5557
" * {revno} - revision number\n"
5558
" * {revision_id} - revision id\n"
5559
" * {branch_nick} - branch nickname\n"
5560
" * {clean} - 0 if the source tree contains uncommitted changes,\n"
5563
#: bzrlib/cmd_version_info.py:77
4786
5564
msgid "Select the output format."
5565
msgstr "Select the output format."
4789
# help of 'all' option of 'version-info' command
4790
#: breezy/cmd_version_info.py:81
5567
#: bzrlib/cmd_version_info.py:81
4791
5568
msgid "Include all possible information."
5569
msgstr "Include all possible information."
4794
# help of 'check-clean' option of 'version-info' command
4795
#: breezy/cmd_version_info.py:82
5571
#: bzrlib/cmd_version_info.py:82
4796
5572
msgid "Check if tree is clean."
5573
msgstr "Check if tree is clean."
4799
# help of 'include-history' option of 'version-info' command
4800
#: breezy/cmd_version_info.py:84
5575
#: bzrlib/cmd_version_info.py:84
4801
5576
msgid "Include the revision-history."
5577
msgstr "Include the revision-history."
4804
# help of 'include-file-revisions' option of 'version-info' command
4805
#: breezy/cmd_version_info.py:86
5579
#: bzrlib/cmd_version_info.py:86
4806
5580
msgid "Include the last revision for each file."
5581
msgstr "Include the last revision for each file."
4809
# help of 'template' option of 'version-info' command
4810
#: breezy/cmd_version_info.py:87
5583
#: bzrlib/cmd_version_info.py:87
4811
5584
msgid "Template for the output."
5585
msgstr "Template for the output."
4814
#: breezy/cmd_version_info.py:101
5587
#: bzrlib/cmd_version_info.py:101
4815
5588
msgid "bzr version-info --revision takes exactly one revision specifier"
5589
msgstr "bzr version-info --revision takes exactly one revision specifier"
4818
#: breezy/commands.py:229
5591
#: bzrlib/commands.py:229
4819
5592
#, python-format
4820
5593
msgid "unknown command \"%s\""
5594
msgstr "unknown command \"%s\""
4823
#: breezy/commands.py:476
5596
#: bzrlib/commands.py:476
4824
5597
msgid "No help for this command."
5598
msgstr "No help for this command."
4827
#: breezy/commands.py:489
5600
#: bzrlib/commands.py:489
4828
5601
#, python-format
4829
5602
msgid ":Purpose: %s\n"
5603
msgstr ":Purpose: %s\n"
4832
#: breezy/commands.py:491
5605
#: bzrlib/commands.py:491
4833
5606
#, python-format
4839
#: breezy/commands.py:493
5614
#: bzrlib/commands.py:493
4840
5615
#, python-format
4841
5616
msgid ":Usage: %s\n"
5617
msgstr ":Usage: %s\n"
4844
#: breezy/commands.py:512
5619
#: bzrlib/commands.py:512
4845
5620
#, python-format
4846
5621
msgid ":Options:%s"
4849
#: breezy/commands.py:523
4857
#: breezy/commands.py:533
4860
"See bzr help %s for more details and examples.\n"
4864
#: breezy/commands.py:538
5622
msgstr ":Options:%s"
5624
#: bzrlib/commands.py:523
5635
#: bzrlib/commands.py:533
5638
"See bzr help %s for more details and examples.\n"
5641
"See bzr help %s for more details and examples.\n"
5644
#: bzrlib/commands.py:538
4865
5645
msgid ":Aliases: "
4868
#: breezy/commands.py:542
5648
#: bzrlib/commands.py:542
4869
5649
#, python-format
4870
5650
msgid ":From: plugin \"%s\"\n"
5651
msgstr ":From: plugin \"%s\"\n"
4873
#: breezy/commands.py:554
4874
#, python-brace-format
5653
#: bzrlib/commands.py:554
4875
5654
msgid ":doc:`{0} <{1}-help>`"
5655
msgstr ":doc:`{0} <{1}-help>`"
4878
#: breezy/commands.py:558
5657
#: bzrlib/commands.py:558
4879
5658
#, python-format
4880
5659
msgid ":See also: %s"
5660
msgstr ":See also: %s"
4883
#: breezy/commands.py:826
5662
#: bzrlib/commands.py:826 bzrlib/gpg.py:347
4884
5663
msgid "Only ASCII permitted in option names"
5664
msgstr "Only ASCII permitted in option names"
4887
#: breezy/commands.py:851 breezy/commands.py:859
5666
#: bzrlib/commands.py:851 bzrlib/commands.py:859
4888
5667
msgid "command {0!r} needs one or more {1}"
5668
msgstr "command {0!r} needs one or more {1}"
4891
#: breezy/commands.py:868
5670
#: bzrlib/commands.py:868
4892
5671
msgid "command {0!r} requires argument {1}"
5672
msgstr "command {0!r} requires argument {1}"
4895
#: breezy/commands.py:875
4896
#, python-brace-format
5674
#: bzrlib/commands.py:875
4897
5675
msgid "extra argument to command {0}: {1}"
5676
msgstr "extra argument to command {0}: {1}"
4900
#: breezy/commands.py:952
5678
#: bzrlib/commands.py:972
4901
5679
#, python-format
4902
5680
msgid "Profile data written to \"%s\"."
5681
msgstr "Profile data written to \"%s\"."
4905
#: breezy/commit.py:117 breezy/commit.py:740
5683
#: bzrlib/commit.py:117 bzrlib/commit.py:740
4909
#: breezy/commit.py:117 breezy/commit.py:748
5687
#: bzrlib/commit.py:117 bzrlib/commit.py:748
4910
5688
msgid "modified"
4913
#: breezy/commit.py:131
5691
#: bzrlib/commit.py:131
4914
5692
#, python-format
4915
5693
msgid "Committing%s"
5694
msgstr "Committing%s"
4918
#: breezy/commit.py:134
5696
#: bzrlib/commit.py:134
4919
5697
#, python-format
4920
5698
msgid "Committed revision %d."
5699
msgstr "Committed revision %d."
4923
#: breezy/commit.py:143
5701
#: bzrlib/commit.py:143
4924
5702
#, python-format
4925
5703
msgid "deleted %s"
4928
#: breezy/commit.py:146
5706
#: bzrlib/commit.py:146
4929
5707
#, python-format
4930
5708
msgid "missing %s"
4933
#: breezy/commit.py:511
4934
#, python-brace-format
5711
#: bzrlib/commit.py:511
4936
5713
"Conflicting tags in bound branch:\n"
5716
"Conflicting tags in bound branch:\n"
4940
#: breezy/commit.py:742
5719
#: bzrlib/commit.py:742
4941
5720
msgid "renamed"
4944
#: breezy/commit.py:976
5723
#: bzrlib/commit.py:976
4945
5724
msgid "unchanged"
4948
#: breezy/commit.py:998
4949
#, python-brace-format
5727
#: bzrlib/commit.py:998
4950
5728
msgid "{0} [{1}] - Stage"
5729
msgstr "{0} [{1}] - Stage"
4953
#: breezy/commit.py:1001
5731
#: bzrlib/commit.py:1001
4954
5732
#, python-format
4955
5733
msgid "%s - Stage"
4958
#: breezy/commit_signature_commands.py:34
5736
#: bzrlib/commit_signature_commands.py:34
4959
5737
msgid "Sign all commits by a given committer."
5738
msgstr "Sign all commits by a given committer."
4962
#: breezy/commit_signature_commands.py:36
5740
#: bzrlib/commit_signature_commands.py:36
4964
5742
"If location is not specified the local tree is used.\n"
4965
5743
"If committer is not specified the default committer is used."
5745
"If location is not specified the local tree is used.\n"
5746
"If committer is not specified the default committer is used."
4968
#: breezy/commit_signature_commands.py:39
5748
#: bzrlib/commit_signature_commands.py:39
4969
5749
msgid "This does not sign commits that already have signatures."
5750
msgstr "This does not sign commits that already have signatures."
4972
# help of 'dry-run' option of 'sign-my-commits' command
4973
#: breezy/commit_signature_commands.py:47
5752
#: bzrlib/commit_signature_commands.py:47
4975
5754
"Don't actually sign anything, just print the revisions that would be signed."
5756
"Don't actually sign anything, just print the revisions that would be signed."
4978
#: breezy/commit_signature_commands.py:98
5758
#: bzrlib/commit_signature_commands.py:98
4979
5759
#, python-format
4980
5760
msgid "Signed %d revision.\n"
4981
5761
msgid_plural "Signed %d revisions.\n"
5762
msgstr[0] "Signed %d revision.\n"
5763
msgstr[1] "Signed %d revisions.\n"
4985
#: breezy/commit_signature_commands.py:103
5765
#: bzrlib/commit_signature_commands.py:103
4986
5766
msgid "Verify all commit signatures."
4989
#: breezy/commit_signature_commands.py:105
4990
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
4993
# help of 'acceptable-keys' option of 'verify-signatures' command
4994
#: breezy/commit_signature_commands.py:110
4996
"Comma separated list of GPG key patterns which are acceptable for "
5000
#: breezy/commit_signature_commands.py:148
5767
msgstr "Verify all commit signatures."
5769
#: bzrlib/commit_signature_commands.py:105
5771
"Verifies that all commits in the branch are signed by known GnuPG keys."
5773
"Verifies that all commits in the branch are signed by known GnuPG keys."
5775
#: bzrlib/commit_signature_commands.py:110
5777
"Comma separated list of GPG key patterns which are acceptable for "
5780
"Comma separated list of GPG key patterns which are acceptable for "
5783
#: bzrlib/commit_signature_commands.py:148
5001
5784
msgid "Cannot verify a range of non-revision-history revisions"
5785
msgstr "Cannot verify a range of non-revision-history revisions"
5004
#: breezy/commit_signature_commands.py:166
5787
#: bzrlib/commit_signature_commands.py:166
5005
5788
msgid "All commits signed with verifiable keys"
5789
msgstr "All commits signed with verifiable keys"
5008
#: breezy/config.py:438
5791
#: bzrlib/config.py:436
5009
5792
msgid "Invalid config value for \"{0}\" value {1!r} is not an SI unit."
5793
msgstr "Invalid config value for \"{0}\" value {1!r} is not an SI unit."
5012
#: breezy/config.py:2465
5013
#, python-brace-format
5795
#: bzrlib/config.py:2452
5014
5796
msgid "{0} is not an SI unit."
5797
msgstr "{0} is not an SI unit."
5017
#: breezy/config.py:3013
5018
#, python-brace-format
5799
#: bzrlib/config.py:2971
5020
5801
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5021
5802
"will be saved."
5804
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5024
#: breezy/config.py:3158
5807
#: bzrlib/config.py:3116
5025
5808
#, python-format
5026
5809
msgid "Invalid '%s', should be of the form 'name=value'"
5810
msgstr "Invalid '%s', should be of the form 'name=value'"
5029
#: breezy/config.py:4096
5812
#: bzrlib/config.py:4018
5030
5813
msgid "Display, set or remove a configuration option."
5033
#: breezy/config.py:4098
5034
msgid "Display the active value for option NAME."
5037
#: breezy/config.py:4100
5039
"If --all is specified, NAME is interpreted as a regular expression and all\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."
5045
#: breezy/config.py:4105
5047
"If NAME is not given, --all .* is implied (all options are displayed for "
5052
#: breezy/config.py:4108
5054
"Setting a value is achieved by using NAME=value without spaces. The value\n"
5055
"is set in the most relevant scope and can be checked by displaying the\n"
5059
#: breezy/config.py:4112
5060
msgid "Removing a value is achieved by using --remove NAME."
5063
# help of 'scope' option of 'config' command
5064
#: breezy/config.py:4122
5814
msgstr "Display, set or remove a configuration option."
5816
#: bzrlib/config.py:4020
5817
msgid "Display the active value for a given option."
5818
msgstr "Display the active value for a given option."
5820
#: bzrlib/config.py:4022
5822
"If --all is specified, NAME is interpreted as a regular expression and all\n"
5823
"matching options are displayed mentioning their scope. The active value\n"
5824
"that bzr will take into account is the first one displayed for each option."
5826
"If --all is specified, NAME is interpreted as a regular expression and all\n"
5827
"matching options are displayed mentioning their scope. The active value\n"
5828
"that bzr will take into account is the first one displayed for each option."
5830
#: bzrlib/config.py:4026
5831
msgid "If no NAME is given, --all .* is implied."
5832
msgstr "If no NAME is given, --all .* is implied."
5834
#: bzrlib/config.py:4028
5836
"Setting a value is achieved by using name=value without spaces. The value\n"
5837
"is set in the most relevant scope and can be checked by displaying the\n"
5840
"Setting a value is achieved by using name=value without spaces. The value\n"
5841
"is set in the most relevant scope and can be checked by displaying the\n"
5844
#: bzrlib/config.py:4040
5065
5845
msgid "Reduce the scope to the specified configuration file."
5846
msgstr "Reduce the scope to the specified configuration file."
5068
# help of 'all' option of 'config' command
5069
#: breezy/config.py:4126
5848
#: bzrlib/config.py:4044
5070
5849
msgid "Display all the defined values for the matching options."
5850
msgstr "Display all the defined values for the matching options."
5073
# help of 'remove' option of 'config' command
5074
#: breezy/config.py:4128
5852
#: bzrlib/config.py:4046
5075
5853
msgid "Remove the option from the configuration file."
5854
msgstr "Remove the option from the configuration file."
5078
#: breezy/conflicts.py:50
5856
#: bzrlib/conflicts.py:50
5079
5857
msgid "List files with conflicts."
5858
msgstr "List files with conflicts."
5082
#: breezy/conflicts.py:57
5860
#: bzrlib/conflicts.py:57
5084
5862
"Conflicts normally are listed as short, human-readable messages. If --text\n"
5085
5863
"is supplied, the pathnames of files with text conflicts are listed,\n"
5086
5864
"instead. (This is useful for editing all files with text conflicts.)"
5866
"Conflicts normally are listed as short, human-readable messages. If --text\n"
5867
"is supplied, the pathnames of files with text conflicts are listed,\n"
5868
"instead. (This is useful for editing all files with text conflicts.)"
5089
#: breezy/conflicts.py:61
5870
#: bzrlib/conflicts.py:61
5090
5871
msgid "Use bzr resolve when you have fixed a problem."
5872
msgstr "Use bzr resolve when you have fixed a problem."
5093
# help of 'text' option of 'conflicts' command
5094
#: breezy/conflicts.py:66
5874
#: bzrlib/conflicts.py:66
5095
5875
msgid "List paths of files with text conflicts."
5876
msgstr "List paths of files with text conflicts."
5098
# help of 'action=done' option of 'resolve' command
5099
#: breezy/conflicts.py:85
5878
#: bzrlib/conflicts.py:85
5100
5879
msgid "Marks the conflict as resolved."
5880
msgstr "Marks the conflict as resolved."
5103
# help of 'action=take-this' option of 'resolve' command
5104
#: breezy/conflicts.py:88
5882
#: bzrlib/conflicts.py:88
5105
5883
msgid "Resolve the conflict preserving the version in the working tree."
5884
msgstr "Resolve the conflict preserving the version in the working tree."
5108
# help of 'action=take-other' option of 'resolve' command
5109
#: breezy/conflicts.py:91
5886
#: bzrlib/conflicts.py:91
5110
5887
msgid "Resolve the conflict taking the merged version into account."
5888
msgstr "Resolve the conflict taking the merged version into account."
5113
# help of 'action' option of 'resolve' command
5114
#: breezy/conflicts.py:98
5890
#: bzrlib/conflicts.py:98
5115
5891
msgid "How to resolve the conflict."
5892
msgstr "How to resolve the conflict."
5118
#: breezy/conflicts.py:104
5894
#: bzrlib/conflicts.py:104
5119
5895
msgid "Mark a conflict as resolved."
5896
msgstr "Mark a conflict as resolved."
5122
#: breezy/conflicts.py:111
5898
#: bzrlib/conflicts.py:111
5124
5900
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
5125
5901
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
5127
5903
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5905
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
5906
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
5908
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5130
# help of 'all' option of 'resolve' command
5131
#: breezy/conflicts.py:119
5910
#: bzrlib/conflicts.py:119
5132
5911
msgid "Resolve all conflicts in this tree."
5912
msgstr "Resolve all conflicts in this tree."
5135
#: breezy/conflicts.py:126
5914
#: bzrlib/conflicts.py:126
5136
5915
msgid "If --all is specified, no FILE may be provided"
5916
msgstr "If --all is specified, no FILE may be provided"
5139
#: breezy/conflicts.py:151
5918
#: bzrlib/conflicts.py:151
5140
5919
#, python-format
5141
5920
msgid "%d conflict auto-resolved."
5142
5921
msgid_plural "%d conflicts auto-resolved."
5922
msgstr[0] "%d conflict auto-resolved."
5923
msgstr[1] "%d conflicts auto-resolved."
5146
#: breezy/conflicts.py:154
5925
#: bzrlib/conflicts.py:154
5147
5926
msgid "Remaining conflicts:"
5927
msgstr "Remaining conflicts:"
5150
#: breezy/conflicts.py:159
5929
#: bzrlib/conflicts.py:159
5151
5930
msgid "All conflicts resolved."
5931
msgstr "All conflicts resolved."
5154
#: breezy/conflicts.py:168
5155
#, python-brace-format
5933
#: bzrlib/conflicts.py:168
5156
5934
msgid "{0} conflict resolved, {1} remaining"
5157
5935
msgid_plural "{0} conflicts resolved, {1} remaining"
5936
msgstr[0] "{0} conflict resolved, {1} remaining"
5937
msgstr[1] "{0} conflicts resolved, {1} remaining"
5161
#: breezy/controldir.py:712
5162
#, python-brace-format
5939
#: bzrlib/controldir.py:712
5163
5940
msgid "{0} is{1} redirected to {2}"
5941
msgstr "{0} is{1} redirected to {2}"
5166
#: breezy/diff.py:413
5943
#: bzrlib/diff.py:399
5167
5944
#, python-format
5168
5945
msgid "*** Ignoring files outside view. View is %s"
5946
msgstr "*** Ignoring files outside view. View is %s"
5171
#: breezy/errors.py:157
5948
#: bzrlib/errors.py:157
5172
5949
msgid "The tree builder is already building a tree."
5950
msgstr "The tree builder is already building a tree."
5175
#: breezy/errors.py:178
5952
#: bzrlib/errors.py:178
5176
5953
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5954
msgstr "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5179
#: breezy/errors.py:197
5956
#: bzrlib/errors.py:197
5181
5958
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5182
5959
"versions \"%(minimum)s\" to \"%(current)s\"."
5961
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5962
"versions \"%(minimum)s\" to \"%(current)s\"."
5185
#: breezy/errors.py:209
5964
#: bzrlib/errors.py:209
5186
5965
msgid "The transport '%(transport)s' is only accessible within this process."
5967
"The transport '%(transport)s' is only accessible within this process."
5189
#: breezy/errors.py:227
5969
#: bzrlib/errors.py:227
5190
5970
msgid "Invalid revision number %(revno)s"
5971
msgstr "Invalid revision number %(revno)s"
5193
#: breezy/errors.py:236
5973
#: bzrlib/errors.py:236
5194
5974
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5975
msgstr "Invalid revision-id {%(revision_id)s} in %(branch)s"
5197
#: breezy/errors.py:247
5977
#: bzrlib/errors.py:247
5198
5978
msgid "Reserved revision-id {%(revision_id)s}"
5979
msgstr "Reserved revision-id {%(revision_id)s}"
5201
#: breezy/errors.py:261
5981
#: bzrlib/errors.py:261
5202
5982
msgid "There is no public branch set for \"%(branch_url)s\"."
5983
msgstr "There is no public branch set for \"%(branch_url)s\"."
5205
#: breezy/errors.py:271
5985
#: bzrlib/errors.py:271
5207
5987
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5208
5988
"obtain a list of topics."
5990
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5991
"obtain a list of topics."
5211
#: breezy/errors.py:280
5993
#: bzrlib/errors.py:280
5212
5994
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5995
msgstr "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5215
#: breezy/errors.py:290
5997
#: bzrlib/errors.py:290
5217
5999
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
6001
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5220
#: breezy/errors.py:299
6003
#: bzrlib/errors.py:299
5221
6004
msgid "The branch '%(branch)s' is not stacked."
6005
msgstr "The branch '%(branch)s' is not stacked."
5224
#: breezy/errors.py:313
6007
#: bzrlib/errors.py:313
5225
6008
msgid "No WorkingTree exists for \"%(base)s\"."
6009
msgstr "No WorkingTree exists for \"%(base)s\"."
5228
#: breezy/errors.py:322
6011
#: bzrlib/errors.py:322
5229
6012
msgid "Not currently building a tree."
6013
msgstr "Not currently building a tree."
5232
#: breezy/errors.py:327
6015
#: bzrlib/errors.py:327
5233
6016
msgid "%(url)s is not a local path."
6017
msgstr "%(url)s is not a local path."
5236
#: breezy/errors.py:355
6019
#: bzrlib/errors.py:355
5237
6020
msgid "%(not_locked)r is not write locked but needs to be."
6021
msgstr "%(not_locked)r is not write locked but needs to be."
5240
#: breezy/errors.py:363
6023
#: bzrlib/errors.py:363
5241
6024
msgid "Error in command line options"
6025
msgstr "Error in command line options"
5244
#: breezy/errors.py:368
6027
#: bzrlib/errors.py:368
5245
6028
msgid "%(value)s is not an index of type %(_type)s."
6029
msgstr "%(value)s is not an index of type %(_type)s."
5248
#: breezy/errors.py:378
6031
#: bzrlib/errors.py:378
5249
6032
msgid "Error in data for index %(value)s."
6033
msgstr "Error in data for index %(value)s."
5252
#: breezy/errors.py:387
6035
#: bzrlib/errors.py:387
5253
6036
msgid "The key '%(key)s' is already in index '%(index)s'."
6037
msgstr "The key '%(key)s' is already in index '%(index)s'."
5256
#: breezy/errors.py:397
6039
#: bzrlib/errors.py:397
5257
6040
msgid "The key '%(key)s' is not a valid key."
6041
msgstr "The key '%(key)s' is not a valid key."
5260
#: breezy/errors.py:406
6043
#: bzrlib/errors.py:406
5261
6044
msgid "Could not parse options for index %(value)s."
6045
msgstr "Could not parse options for index %(value)s."
5264
#: breezy/errors.py:415
6047
#: bzrlib/errors.py:415
5265
6048
msgid "The value '%(value)s' is not a valid value."
6049
msgstr "The value '%(value)s' is not a valid value."
5268
#: breezy/errors.py:424
6051
#: bzrlib/errors.py:424
5269
6052
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
6053
msgstr "Bad value \"%(value)s\" for option \"%(name)s\"."
5272
#: breezy/errors.py:443
6055
#: bzrlib/errors.py:443
5273
6056
msgid "Generic path error: %(path)r%(extra)s)"
6057
msgstr "Generic path error: %(path)r%(extra)s)"
5276
#: breezy/errors.py:456
6059
#: bzrlib/errors.py:456
5277
6060
msgid "No such file: %(path)r%(extra)s"
6061
msgstr "No such file: %(path)r%(extra)s"
5280
#: breezy/errors.py:461
6063
#: bzrlib/errors.py:461
5281
6064
msgid "File exists: %(path)r%(extra)s"
6065
msgstr "File exists: %(path)r%(extra)s"
5284
#: breezy/errors.py:467
6067
#: bzrlib/errors.py:467
5286
6069
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5287
6070
"after to tell bzr about a rename that has already happened)%(extra)s"
6072
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
6073
"after to tell bzr about a rename that has already happened)%(extra)s"
5290
#: breezy/errors.py:483
6075
#: bzrlib/errors.py:483
5291
6076
msgid "\"%(path)s\" is not a directory %(extra)s"
6077
msgstr "\"%(path)s\" is not a directory %(extra)s"
5294
#: breezy/errors.py:488
6079
#: bzrlib/errors.py:488
5295
6080
msgid "\"%(path)s\" is not in the working directory %(extra)s"
6081
msgstr "\"%(path)s\" is not in the working directory %(extra)s"
5298
#: breezy/errors.py:493
6083
#: bzrlib/errors.py:493
5299
6084
msgid "Directory not empty: \"%(path)s\"%(extra)s"
6085
msgstr "Directory not empty: \"%(path)s\"%(extra)s"
5302
#: breezy/errors.py:498
6087
#: bzrlib/errors.py:498
5303
6088
msgid "Hard-linking \"%(path)s\" is not supported"
6089
msgstr "Hard-linking \"%(path)s\" is not supported"
5306
#: breezy/errors.py:513
6091
#: bzrlib/errors.py:513
5307
6092
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
6093
msgstr "Device or resource busy: \"%(path)s\"%(extra)s"
5310
#: breezy/errors.py:518
6095
#: bzrlib/errors.py:518
5311
6096
msgid "Permission denied: \"%(path)s\"%(extra)s"
6097
msgstr "Permission denied: \"%(path)s\"%(extra)s"
5314
#: breezy/errors.py:523
6099
#: bzrlib/errors.py:523
5315
6100
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
6101
msgstr "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5318
#: breezy/errors.py:528
6103
#: bzrlib/errors.py:528
5319
6104
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
6105
msgstr "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5322
#: breezy/errors.py:539
6107
#: bzrlib/errors.py:539
5323
6108
msgid "URLs differ by more than path: %(from_)r and %(to)r"
5326
#: breezy/errors.py:561
5327
msgid "The %(type)s hook '%(hook)s' is unknown in this version of breezy."
5330
#: breezy/errors.py:571
6109
msgstr "URLs differ by more than path: %(from_)r and %(to)r"
6111
#: bzrlib/errors.py:561
6112
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
6113
msgstr "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
6115
#: bzrlib/errors.py:571
5331
6116
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
6117
msgstr "Unsupported protocol for url \"%(path)s\"%(extra)s"
5334
#: breezy/errors.py:579
6119
#: bzrlib/errors.py:579
5336
6121
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5337
6122
"upgrade the branch to permit branch stacking."
6124
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
6125
"upgrade the branch to permit branch stacking."
5340
#: breezy/errors.py:590
6127
#: bzrlib/errors.py:590
5341
6128
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
6129
msgstr "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5344
#: breezy/errors.py:600
6131
#: bzrlib/errors.py:600
5346
6133
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5347
6134
"need to upgrade the repository to permit branch stacking."
6136
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
6137
"need to upgrade the repository to permit branch stacking."
5350
#: breezy/errors.py:611
6139
#: bzrlib/errors.py:611
5351
6140
msgid "Error reading from %(path)r."
6141
msgstr "Error reading from %(path)r."
5354
#: breezy/errors.py:630
6143
#: bzrlib/errors.py:630
5355
6144
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
6145
msgstr "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5358
#: breezy/errors.py:646
6147
#: bzrlib/errors.py:646
5359
6148
msgid "Path \"%(path)s\" is not unicode normalized"
6149
msgstr "Path \"%(path)s\" is not unicode normalised"
5362
#: breezy/errors.py:654
6151
#: bzrlib/errors.py:654
5363
6152
msgid "Not a branch: \"%(path)s\"%(detail)s."
6153
msgstr "Not a branch: \"%(path)s\"%(detail)s."
5366
#: breezy/errors.py:696
6155
#: bzrlib/errors.py:696
5367
6156
msgid "No submit branch available for branch \"%(path)s\""
6157
msgstr "No submit branch available for branch \"%(path)s\""
5370
#: breezy/errors.py:705
6159
#: bzrlib/errors.py:705
5371
6160
msgid "A control directory already exists: \"%(path)s\"."
6161
msgstr "A control directory already exists: \"%(path)s\"."
5374
#: breezy/errors.py:710
6163
#: bzrlib/errors.py:710
5375
6164
msgid "Already a branch: \"%(path)s\"."
6165
msgstr "Already a branch: \"%(path)s\"."
5378
#: breezy/errors.py:715
6167
#: bzrlib/errors.py:715
5379
6168
msgid "Invalid branch name: %(name)s"
6169
msgstr "Invalid branch name: %(name)s"
5382
#: breezy/errors.py:724
6171
#: bzrlib/errors.py:724
5383
6172
msgid "Parent branch already exists: \"%(path)s\"."
5386
#: breezy/errors.py:730
5388
"Directory contains a branch, but no working tree (use bzr checkout if you "
5389
"wish to build a working tree): \"%(path)s\""
5392
#: breezy/errors.py:735
5394
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5397
#: breezy/errors.py:745
5399
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5402
#: breezy/errors.py:755
6173
msgstr "Parent branch already exists: \"%(path)s\"."
6175
#: bzrlib/errors.py:730
6177
"Directory contains a branch, but no working tree (use bzr checkout if you "
6178
"wish to build a working tree): \"%(path)s\""
6180
"Directory contains a branch, but no working tree (use bzr checkout if you "
6181
"wish to build a working tree): \"%(path)s\""
6183
#: bzrlib/errors.py:735
6185
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
6187
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
6189
#: bzrlib/errors.py:745
6191
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
6193
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
6195
#: bzrlib/errors.py:755
5403
6196
msgid "No repository present: \"%(path)s\""
6197
msgstr "No repository present: \"%(path)s\""
5406
#: breezy/errors.py:762
6199
#: bzrlib/errors.py:762
5408
6201
"Unsupported branch format: %(format)s\n"
5409
6202
"Please run 'bzr upgrade'"
6204
"Unsupported branch format: %(format)s\n"
6205
"Please run 'bzr upgrade'"
5412
#: breezy/errors.py:768
6207
#: bzrlib/errors.py:768
5413
6208
msgid "Unknown %(kind)s format: %(format)r"
6209
msgstr "Unknown %(kind)s format: %(format)r"
5416
#: breezy/errors.py:777
6211
#: bzrlib/errors.py:777
5417
6212
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
6213
msgstr "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5420
#: breezy/errors.py:787
6215
#: bzrlib/errors.py:787
5421
6216
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
6217
msgstr "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5424
#: breezy/errors.py:802
6219
#: bzrlib/errors.py:802
5427
6222
"is not compatible with\n"
6227
"is not compatible with\n"
5432
#: breezy/errors.py:818
6231
#: bzrlib/errors.py:818
5433
6232
msgid "Revision is not compatible with %(repo_format)s"
6233
msgstr "Revision is not compatible with %(repo_format)s"
5436
#: breezy/errors.py:828
6235
#: bzrlib/errors.py:828
5437
6236
msgid "%(context_info)s%(path)s is already versioned."
6237
msgstr "%(context_info)s%(path)s is already versioned."
5440
#: breezy/errors.py:849
6239
#: bzrlib/errors.py:849
5441
6240
msgid "%(context_info)s%(path)s is not versioned."
6241
msgstr "%(context_info)s%(path)s is not versioned."
5444
#: breezy/errors.py:870
6243
#: bzrlib/errors.py:870
5445
6244
msgid "Path(s) are not versioned: %(paths_as_string)s"
6245
msgstr "Path(s) are not versioned: %(paths_as_string)s"
5448
#: breezy/errors.py:881
6247
#: bzrlib/errors.py:881
5449
6248
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
6249
msgstr "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5452
#: breezy/errors.py:900
6251
#: bzrlib/errors.py:900
5453
6252
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
6253
msgstr "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5456
#: breezy/errors.py:908
6255
#: bzrlib/errors.py:908
5458
6257
"Filename %(filename)r is not valid in your current filesystem encoding "
5459
6258
"%(fs_encoding)s"
6260
"Filename %(filename)r is not valid in your current filesystem encoding "
5462
#: breezy/errors.py:919
6263
#: bzrlib/errors.py:919
5463
6264
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
6265
msgstr "Cannot operate on \"%(filename)s\" because it is a control file"
5466
#: breezy/errors.py:937
6267
#: bzrlib/errors.py:937
5467
6268
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
6269
msgstr "The lock for '%(lock_description)s' is in use and cannot be broken."
5470
#: breezy/errors.py:976
6271
#: bzrlib/errors.py:976
5471
6272
msgid "Cannot lock %(lock)s: %(why)s"
6273
msgstr "Cannot lock %(lock)s: %(why)s"
5474
#: breezy/errors.py:986
6275
#: bzrlib/errors.py:986
5476
6277
"A transaction related operation was attempted after the transaction finished."
6279
"A transaction related operation was attempted after the transaction finished."
5479
#: breezy/errors.py:1013
6281
#: bzrlib/errors.py:1013
5480
6282
msgid "Cannot lock: transport is read only: %(transport)s"
6283
msgstr "Cannot lock: transport is read only: %(transport)s"
5483
#: breezy/errors.py:1021
6285
#: bzrlib/errors.py:1021
5484
6286
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5487
#: breezy/errors.py:1032
5488
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
5491
#: breezy/errors.py:1043
5493
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5494
"%(holder)r, wanted to break %(target)r"
5497
#: breezy/errors.py:1055
5499
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5500
"Use 'bzr break-lock' to clear it"
5503
#: breezy/errors.py:1068
6287
msgstr "Could not acquire lock \"%(lock)s\": %(msg)s"
6289
#: bzrlib/errors.py:1032
6291
"Lock was broken while still open: %(lock)s - check storage consistency!"
6293
"Lock was broken while still open: %(lock)s - check storage consistency!"
6295
#: bzrlib/errors.py:1043
6297
"Lock was released and re-acquired before being broken: %(lock)s: held by "
6298
"%(holder)r, wanted to break %(target)r"
6300
"Lock was released and re-acquired before being broken: %(lock)s: held by "
6301
"%(holder)r, wanted to break %(target)r"
6303
#: bzrlib/errors.py:1055
6305
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
6306
"Use 'bzr break-lock' to clear it"
6308
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
6309
"Use 'bzr break-lock' to clear it"
6311
#: bzrlib/errors.py:1068
5504
6312
msgid "Lock not held: %(lock)s"
6313
msgstr "Lock not held: %(lock)s"
5507
#: breezy/errors.py:1097
6315
#: bzrlib/errors.py:1097
5508
6316
msgid "No changes to commit"
5511
#: breezy/errors.py:1102
5513
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5516
#: breezy/errors.py:1112
5518
"Excluding paths during commit is not supported by repository at "
5522
#: breezy/errors.py:1121
5524
"The specified commit message contains characters unsupported by the current "
5528
#: breezy/errors.py:1127
6317
msgstr "No changes to commit"
6319
#: bzrlib/errors.py:1102
6321
"Selected-file commit of merges is not supported yet: files %(files_str)s"
6323
"Selected-file commit of merges is not supported yet: files %(files_str)s"
6325
#: bzrlib/errors.py:1112
6327
"Excluding paths during commit is not supported by repository at "
6330
"Excluding paths during commit is not supported by repository at "
6333
#: bzrlib/errors.py:1121
6335
"The specified commit message contains characters unsupported by the current "
6338
"The specified commit message contains characters unsupported by the current "
6341
#: bzrlib/errors.py:1127
5529
6342
msgid "Upgrade URL cannot work with readonly URLs."
6343
msgstr "Upgrade URL cannot work with readonly URLs."
5532
#: breezy/errors.py:1132
6345
#: bzrlib/errors.py:1132
5533
6346
msgid "The branch format %(format)s is already at the most recent format."
6347
msgstr "The branch format %(format)s is already at the most recent format."
5536
#: breezy/errors.py:1155
6349
#: bzrlib/errors.py:1155
5537
6350
msgid "Option --change does not accept revision ranges"
6351
msgstr "Option --change does not accept revision ranges"
5540
#: breezy/errors.py:1160
6353
#: bzrlib/errors.py:1160
5541
6354
msgid "No namespace registered for string: %(spec)r"
5544
#: breezy/errors.py:1179
5546
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
5550
#: breezy/errors.py:1193
5552
"Operation denied because it would change the main history, which is not "
5553
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5556
#: breezy/errors.py:1204
5558
"These branches have diverged. Use the missing command to see how.\n"
5559
"Use the merge command to reconcile them."
5562
#: breezy/errors.py:1224
5564
"Branches have no common ancestor, and no merge base revision was specified."
5567
#: breezy/errors.py:1230
5569
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5572
#: breezy/errors.py:1236
6355
msgstr "No namespace registered for string: %(spec)r"
6357
#: bzrlib/errors.py:1179
6359
"Requested revision: '%(spec)s' does not exist in branch: "
6360
"%(branch_url)s%(extra)s"
6362
"Requested revision: '%(spec)s' does not exist in branch: "
6363
"%(branch_url)s%(extra)s"
6365
#: bzrlib/errors.py:1193
6367
"Operation denied because it would change the main history, which is not "
6368
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
6370
"Operation denied because it would change the main history, which is not "
6371
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
6373
#: bzrlib/errors.py:1204
6375
"These branches have diverged. Use the missing command to see how.\n"
6376
"Use the merge command to reconcile them."
6378
"These branches have diverged. Use the missing command to see how.\n"
6379
"Use the merge command to reconcile them."
6381
#: bzrlib/errors.py:1224
6383
"Branches have no common ancestor, and no merge base revision was specified."
6385
"Branches have no common ancestor, and no merge base revision was specified."
6387
#: bzrlib/errors.py:1230
6389
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
6391
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
6393
#: bzrlib/errors.py:1236
5573
6394
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
6395
msgstr "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5576
#: breezy/errors.py:1245
6397
#: bzrlib/errors.py:1245
5578
6399
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
6401
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5581
#: breezy/errors.py:1254
6403
#: bzrlib/errors.py:1254
5582
6404
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
6405
msgstr "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5585
#: breezy/errors.py:1263
6407
#: bzrlib/errors.py:1263
5586
6408
msgid "Branch %(branch)s has no commits."
5589
#: breezy/errors.py:1281
5591
"Bound branch %(branch)s is out of date with master branch %(master)s."
5595
#: breezy/errors.py:1293
5597
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5598
"bound to %(remote)s."
5601
#: breezy/errors.py:1305
6409
msgstr "Branch %(branch)s has no commits."
6411
#: bzrlib/errors.py:1281
6413
"Bound branch %(branch)s is out of date with master branch "
6414
"%(master)s.%(extra_help)s"
6416
"Bound branch %(branch)s is out of date with master branch "
6417
"%(master)s.%(extra_help)s"
6419
#: bzrlib/errors.py:1293
6421
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
6422
"bound to %(remote)s."
6424
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
6425
"bound to %(remote)s."
6427
#: bzrlib/errors.py:1305
5602
6428
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
6429
msgstr "Cannot pull --overwrite to a branch which is bound %(branch)s"
5605
#: breezy/errors.py:1314
6431
#: bzrlib/errors.py:1314
5607
6433
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
6436
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5611
#: breezy/errors.py:1326
6439
#: bzrlib/errors.py:1326
5612
6440
msgid "Error in processing weave: %(msg)s"
6441
msgstr "Error in processing weave: %(msg)s"
5615
#: breezy/errors.py:1335
6443
#: bzrlib/errors.py:1335
5616
6444
msgid "Revision {%(revision_id)s} already present in %(weave)s"
6445
msgstr "Revision {%(revision_id)s} already present in %(weave)s"
5619
#: breezy/errors.py:1346
6447
#: bzrlib/errors.py:1346
5620
6448
msgid "Revision {%(revision_id)s} not present in %(weave)s"
6449
msgstr "Revision {%(revision_id)s} not present in %(weave)s"
5623
#: breezy/errors.py:1356
6451
#: bzrlib/errors.py:1356
5624
6452
msgid "Weave invariant violated: %(what)s"
6453
msgstr "Weave invariant violated: %(what)s"
5627
#: breezy/errors.py:1365
6455
#: bzrlib/errors.py:1365
5628
6456
msgid "Parents are mismatched between two revisions. %(msg)s"
6457
msgstr "Parents are mismatched between two revisions. %(msg)s"
5631
#: breezy/errors.py:1387
6459
#: bzrlib/errors.py:1387
5633
6461
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
6464
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5637
#: breezy/errors.py:1399
6467
#: bzrlib/errors.py:1399
5638
6468
msgid "Versioned file error"
6469
msgstr "Versioned file error"
5641
#: breezy/errors.py:1404
6471
#: bzrlib/errors.py:1404
5642
6472
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
6473
msgstr "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5645
#: breezy/errors.py:1414
6475
#: bzrlib/errors.py:1414
5646
6476
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
6477
msgstr "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5649
#: breezy/errors.py:1424
6479
#: bzrlib/errors.py:1424
5650
6480
msgid "Text did not match its checksum: %(msg)s"
6481
msgstr "Text did not match its checksum: %(msg)s"
5653
#: breezy/errors.py:1550
6483
#: bzrlib/errors.py:1550
5654
6484
msgid "Export format %(format)r not supported"
6485
msgstr "Export format %(format)r not supported"
5657
#: breezy/errors.py:1559
6487
#: bzrlib/errors.py:1559
5658
6488
msgid "Transport error: %(msg)s %(orig_error)s"
6489
msgstr "Transport error: %(msg)s %(orig_error)s"
5661
#: breezy/errors.py:1585
6491
#: bzrlib/errors.py:1585
5662
6492
msgid "Generic bzr smart protocol error: %(details)s"
6493
msgstr "Generic bzr smart protocol error: %(details)s"
5665
#: breezy/errors.py:1593
6495
#: bzrlib/errors.py:1593
5666
6496
msgid "Received bad protocol version marker: %(marker)r"
6497
msgstr "Received bad protocol version marker: %(marker)r"
5669
#: breezy/errors.py:1625
6499
#: bzrlib/errors.py:1625
5670
6500
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
6501
msgstr "Transport operation not possible: %(msg)s %(orig_error)s"
5673
#: breezy/errors.py:1630
6503
#: bzrlib/errors.py:1630
5674
6504
msgid "Connection error: %(msg)s %(orig_error)s"
6505
msgstr "Connection error: %(msg)s %(orig_error)s"
5677
#: breezy/errors.py:1635
6507
#: bzrlib/errors.py:1635
5678
6508
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
6509
msgstr "%(msg)s %(host)s%(port)s%(orig_error)s"
5681
#: breezy/errors.py:1656
6511
#: bzrlib/errors.py:1656
5682
6512
msgid "Connection closed: %(msg)s %(orig_error)s"
6513
msgstr "Connection closed: %(msg)s %(orig_error)s"
5685
#: breezy/errors.py:1661
6515
#: bzrlib/errors.py:1661
5686
6516
msgid "Connection Timeout: %(msg)s%(orig_error)s"
6517
msgstr "Connection Timeout: %(msg)s%(orig_error)s"
5689
#: breezy/errors.py:1666
6519
#: bzrlib/errors.py:1666
5690
6520
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
6521
msgstr "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5693
#: breezy/errors.py:1676
6523
#: bzrlib/errors.py:1676
5694
6524
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5697
#: breezy/errors.py:1691
6525
msgstr "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
6527
#: bzrlib/errors.py:1691
6528
msgid "Certificate error: %(error)s"
6529
msgstr "Certificate error: %(error)s"
6531
#: bzrlib/errors.py:1699
5698
6532
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
6533
msgstr "Invalid http range %(range)r for %(path)s: %(msg)s"
5701
#: breezy/errors.py:1705
6535
#: bzrlib/errors.py:1713
5702
6536
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
6537
msgstr "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5705
#: breezy/errors.py:1713
6539
#: bzrlib/errors.py:1721
5706
6540
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
6541
msgstr "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5709
#: breezy/errors.py:1722
6543
#: bzrlib/errors.py:1730
5710
6544
msgid "%(source)s is%(permanently)s redirected to %(target)s"
6545
msgstr "%(source)s is%(permanently)s redirected to %(target)s"
5713
#: breezy/errors.py:1736
6547
#: bzrlib/errors.py:1744
5714
6548
msgid "Too many redirections"
6549
msgstr "Too many redirections"
5717
#: breezy/errors.py:1741
6551
#: bzrlib/errors.py:1749
5718
6552
msgid "Working tree has conflicts."
6553
msgstr "Working tree has conflicts."
5721
#: breezy/errors.py:1745
6555
#: bzrlib/errors.py:1753
5722
6556
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5725
#: breezy/errors.py:1754
5727
"Error(s) parsing config file %(filename)s:\n"
5731
#: breezy/errors.py:1764
5733
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5734
"See ``bzr help %(name)s``"
5737
#: breezy/errors.py:1774
6557
msgstr "Config file %(filename)s is not UTF-8 encoded\n"
6559
#: bzrlib/errors.py:1762
6561
"Error(s) parsing config file %(filename)s:\n"
6564
"Error(s) parsing config file %(filename)s:\n"
6567
#: bzrlib/errors.py:1772
6569
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
6570
"See ``bzr help %(name)s``"
6572
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
6573
"See ``bzr help %(name)s``"
6575
#: bzrlib/errors.py:1782
5738
6576
msgid "%(username)r does not seem to contain a reasonable email address"
6577
msgstr "%(username)r does not seem to contain a reasonable email address"
5741
#: breezy/errors.py:1783
6579
#: bzrlib/errors.py:1791
5742
6580
msgid "Failed to GPG sign data with command \"%(command_line)s\""
6581
msgstr "Failed to GPG sign data with command \"%(command_line)s\""
5745
#: breezy/errors.py:1791
6583
#: bzrlib/errors.py:1799
5746
6584
msgid "Failed to verify GPG signature data with error \"%(error)s\""
6585
msgstr "Failed to verify GPG signature data with error \"%(error)s\""
5749
#: breezy/errors.py:1799
6587
#: bzrlib/errors.py:1807
5750
6588
msgid "Unable to import library \"%(library)s\": %(error)s"
6589
msgstr "Unable to import library \"%(library)s\": %(error)s"
5753
#: breezy/errors.py:1807
6591
#: bzrlib/errors.py:1815
5754
6592
msgid "python-gpgme is not installed, it is needed to verify signatures"
5757
#: breezy/errors.py:1815
5759
"The working tree for %(basedir)s has changed since the last commit, but "
5760
"weave merge requires that it be unchanged"
5763
#: breezy/errors.py:1825
5765
"Can't reprocess and show base, because reprocessing obscures the "
5766
"relationship of conflicting lines to the base"
5769
#: breezy/errors.py:1831
6593
msgstr "python-gpgme is not installed, it is needed to verify signatures"
6595
#: bzrlib/errors.py:1823
6597
"The working tree for %(basedir)s has changed since the last commit, but "
6598
"weave merge requires that it be unchanged"
6600
"The working tree for %(basedir)s has changed since the last commit, but "
6601
"weave merge requires that it be unchanged"
6603
#: bzrlib/errors.py:1833
6605
"Can't reprocess and show base, because reprocessing obscures the "
6606
"relationship of conflicting lines to the base"
6608
"Can't reprocess and show base, because reprocessing obscures the "
6609
"relationship of conflicting lines to the base"
6611
#: bzrlib/errors.py:1839
5770
6612
msgid "Cycle in graph %(graph)r"
6613
msgstr "Cycle in graph %(graph)r"
5773
#: breezy/errors.py:1859
6615
#: bzrlib/errors.py:1867
5774
6616
msgid "File %(filename)s is not conflicted."
6617
msgstr "File %(filename)s is not conflicted."
5777
#: breezy/errors.py:1881
6619
#: bzrlib/errors.py:1889
5778
6620
msgid "No bundle was found in \"%(filename)s\"."
6621
msgstr "No bundle was found in \"%(filename)s\"."
5781
#: breezy/errors.py:1890
6623
#: bzrlib/errors.py:1898
5782
6624
msgid "Unable to handle bundle version %(version)s: %(msg)s"
6625
msgstr "Unable to handle bundle version %(version)s: %(msg)s"
5785
#: breezy/errors.py:1900
6627
#: bzrlib/errors.py:1908
5786
6628
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
6629
msgstr "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5789
#: breezy/errors.py:1913
6631
#: bzrlib/errors.py:1921
5790
6632
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
6633
msgstr "File id {%(file_id)s} already exists in inventory as %(entry)s"
5793
#: breezy/errors.py:1923
6635
#: bzrlib/errors.py:1931
5794
6636
msgid "Key %(key)s is already present in map"
6637
msgstr "Key %(key)s is already present in map"
5797
#: breezy/errors.py:1928
6639
#: bzrlib/errors.py:1936
5798
6640
msgid "The prefix %(prefix)s is in the help search path twice."
6641
msgstr "The prefix %(prefix)s is in the help search path twice."
5801
#: breezy/errors.py:1938
6643
#: bzrlib/errors.py:1946
5803
6645
"No final name for trans_id %(trans_id)r\n"
5804
6646
"file-id: %(file_id)r\n"
5805
6647
"root trans-id: %(root_trans_id)r\n"
6649
"No final name for trans_id %(trans_id)r\n"
6650
"file-id: %(file_id)r\n"
6651
"root trans-id: %(root_trans_id)r\n"
5808
#: breezy/errors.py:1970
6653
#: bzrlib/errors.py:1978
5809
6654
msgid "Attempt to reuse a transform that has already been applied."
6655
msgstr "Attempt to reuse a transform that has already been applied."
5812
#: breezy/errors.py:1975
6657
#: bzrlib/errors.py:1983
5813
6658
msgid "Moving the root directory is not supported at this time"
6659
msgstr "Moving the root directory is not supported at this time"
5816
#: breezy/errors.py:1980
6661
#: bzrlib/errors.py:1988
5817
6662
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5820
#: breezy/errors.py:1991
5822
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5825
#: breezy/errors.py:2027
5827
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5830
#: breezy/errors.py:2057
6663
msgstr "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
6665
#: bzrlib/errors.py:1999
6667
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6669
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6671
#: bzrlib/errors.py:2035
6673
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6675
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
6677
#: bzrlib/errors.py:2065
5831
6678
msgid "Unable to import paramiko (required for sftp support): %(error)s"
6679
msgstr "Unable to import paramiko (required for sftp support): %(error)s"
5834
#: breezy/errors.py:2065
6681
#: bzrlib/errors.py:2073
5835
6682
msgid "Nothing to merge."
6683
msgstr "Nothing to merge."
5838
#: breezy/errors.py:2070
6685
#: bzrlib/errors.py:2078
5839
6686
msgid "Format %(format)s cannot be initialised by this version of bzr."
6687
msgstr "Format %(format)s cannot be initialised by this version of bzr."
5842
#: breezy/errors.py:2079
6689
#: bzrlib/errors.py:2087
5844
6691
"Cannot convert from format %(from_format)s to format %(format)s. "
6694
"Cannot convert from format %(from_format)s to format %(format)s. "
5848
#: breezy/errors.py:2091
6697
#: bzrlib/errors.py:2099
5849
6698
msgid "Could not find an appropriate Differ for file \"%(path)s\""
6699
msgstr "Could not find an appropriate Differ for file \"%(path)s\""
5852
#: breezy/errors.py:2099
6701
#: bzrlib/errors.py:2107
5853
6702
msgid "%(exe_name)s could not be found on this machine"
6703
msgstr "%(exe_name)s could not be found on this machine"
5856
#: breezy/errors.py:2107
6705
#: bzrlib/errors.py:2115
5857
6706
msgid "Diff is not installed on this machine: %(msg)s"
6707
msgstr "Diff is not installed on this machine: %(msg)s"
5860
#: breezy/errors.py:2115
6709
#: bzrlib/errors.py:2123
5861
6710
msgid "Diff3 is not installed on this machine."
6711
msgstr "Diff3 is not installed on this machine."
5864
#: breezy/errors.py:2121
6713
#: bzrlib/errors.py:2129
5865
6714
msgid "The content being inserted is already present."
5868
#: breezy/errors.py:2126
5870
"This tree contains left-over files from a failed operation.\n"
5871
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5873
" keep, and delete it when you are done."
5876
#: breezy/errors.py:2137
5878
"This tree contains left-over files from a failed operation.\n"
5879
" Please examine %(pending_deletion)s to see if it contains any files you\n"
5880
" wish to keep, and delete it when you are done."
5883
#: breezy/errors.py:2147
5885
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5886
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5888
" keep, and delete it when you are done."
5891
#: breezy/errors.py:2158
5893
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5894
"examine %(pending_deletion)s to see if it contains any files you wish to "
5895
"keep, and delete it when you are done."
5898
#: breezy/errors.py:2168
6715
msgstr "The content being inserted is already present."
6717
#: bzrlib/errors.py:2134
6719
"This tree contains left-over files from a failed operation.\n"
6720
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6722
" keep, and delete it when you are done."
6724
"This tree contains left-over files from a failed operation.\n"
6725
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6727
" keep, and delete it when you are done."
6729
#: bzrlib/errors.py:2145
6731
"This tree contains left-over files from a failed operation.\n"
6732
" Please examine %(pending_deletion)s to see if it contains any files you\n"
6733
" wish to keep, and delete it when you are done."
6735
"This tree contains left-over files from a failed operation.\n"
6736
" Please examine %(pending_deletion)s to see if it contains any files you\n"
6737
" wish to keep, and delete it when you are done."
6739
#: bzrlib/errors.py:2155
6741
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
6742
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6744
" keep, and delete it when you are done."
6746
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
6747
" Please examine %(limbo_dir)s to see if it contains any files you wish "
6749
" keep, and delete it when you are done."
6751
#: bzrlib/errors.py:2166
6753
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
6754
"examine %(pending_deletion)s to see if it contains any files you wish to "
6755
"keep, and delete it when you are done."
6757
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
6758
"examine %(pending_deletion)s to see if it contains any files you wish to "
6759
"keep, and delete it when you are done."
6761
#: bzrlib/errors.py:2176
5899
6762
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5902
#: breezy/errors.py:2182
5903
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5906
#: breezy/errors.py:2195
6763
msgstr "Working tree is out of date, please run 'bzr update'.%(more)s"
6765
#: bzrlib/errors.py:2190
6767
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6769
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
6771
#: bzrlib/errors.py:2203
5907
6772
msgid "Error in merge modified format"
6773
msgstr "Error in merge modified format"
5910
#: breezy/errors.py:2200
6775
#: bzrlib/errors.py:2208
5911
6776
msgid "Format error in conflict listings"
5914
#: breezy/errors.py:2204
5916
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5917
"Error: %(description)s"
5920
#: breezy/errors.py:2215
5922
"An error has been detected in the repository %(repo_path)s.\n"
5923
"Please run bzr reconcile on this repository."
5926
#: breezy/errors.py:2226
5928
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5929
"reason: %(reason)s"
5932
#: breezy/errors.py:2239
5934
"An inconsistent delta was supplied: %(delta)r\n"
5935
"reason: %(reason)s"
5938
#: breezy/errors.py:2251
6777
msgstr "Format error in conflict listings"
6779
#: bzrlib/errors.py:2212
6781
"Inconsistency in dirstate file %(dirstate_path)s.\n"
6782
"Error: %(description)s"
6784
"Inconsistency in dirstate file %(dirstate_path)s.\n"
6785
"Error: %(description)s"
6787
#: bzrlib/errors.py:2223
6789
"An error has been detected in the repository %(repo_path)s.\n"
6790
"Please run bzr reconcile on this repository."
6792
"An error has been detected in the repository %(repo_path)s.\n"
6793
"Please run bzr reconcile on this repository."
6795
#: bzrlib/errors.py:2234
6797
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6798
"reason: %(reason)s"
6800
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
6801
"reason: %(reason)s"
6803
#: bzrlib/errors.py:2247
6805
"An inconsistent delta was supplied: %(delta)r\n"
6806
"reason: %(reason)s"
6808
"An inconsistent delta was supplied: %(delta)r\n"
6809
"reason: %(reason)s"
6811
#: bzrlib/errors.py:2259
5939
6812
msgid "To use this feature you must upgrade your branch at %(path)s."
6813
msgstr "To use this feature you must upgrade your branch at %(path)s."
5942
#: breezy/errors.py:2260
6815
#: bzrlib/errors.py:2268
5943
6816
msgid "To use this feature you must upgrade your repository at %(path)s."
6817
msgstr "To use this feature you must upgrade your repository at %(path)s."
5946
#: breezy/errors.py:2265
6819
#: bzrlib/errors.py:2273
5948
6821
"To use this feature you must upgrade your branch at %(path)s to a format "
5949
6822
"which supports rich roots."
6824
"To use this feature you must upgrade your branch at %(path)s to a format "
6825
"which supports rich roots."
5952
#: breezy/errors.py:2271
6827
#: bzrlib/errors.py:2279
5953
6828
msgid "Cannot perform local-only commits on unbound branches."
6829
msgstr "Cannot perform local-only commits on unbound branches."
5956
#: breezy/errors.py:2276
6831
#: bzrlib/errors.py:2284
5957
6832
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
6833
msgstr "The method %(mname)s is not supported on objects of type %(tname)s."
5960
#: breezy/errors.py:2297
6835
#: bzrlib/errors.py:2305
5961
6836
msgid "Ghost tags not supported by format %(format)r."
6837
msgstr "Ghost tags not supported by format %(format)r."
5964
#: breezy/errors.py:2305
6839
#: bzrlib/errors.py:2313
5965
6840
msgid "File is binary but should be text."
6841
msgstr "File is binary but should be text."
5968
#: breezy/errors.py:2310
6843
#: bzrlib/errors.py:2318
5969
6844
msgid "The path %(path)s is not permitted on this platform"
6845
msgstr "The path %(path)s is not permitted on this platform"
5972
#: breezy/errors.py:2319
6847
#: bzrlib/errors.py:2327
5974
6849
"Testament did not match expected value.\n"
5975
6850
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5976
6851
" {%(measured)s}"
6853
"Testament did not match expected value.\n"
6854
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5979
#: breezy/errors.py:2331
6857
#: bzrlib/errors.py:2339
5980
6858
msgid "Not a bzr revision-bundle: %(text)r"
6859
msgstr "Not a bzr revision-bundle: %(text)r"
5983
#: breezy/errors.py:2340
6861
#: bzrlib/errors.py:2348
5984
6862
msgid "Bad bzr revision-bundle: %(text)r"
6863
msgstr "Bad bzr revision-bundle: %(text)r"
5987
#: breezy/errors.py:2349
6865
#: bzrlib/errors.py:2357
5988
6866
msgid "Malformed bzr revision-bundle header: %(text)r"
6867
msgstr "Malformed bzr revision-bundle header: %(text)r"
5991
#: breezy/errors.py:2354
6869
#: bzrlib/errors.py:2362
5992
6870
msgid "Malformed patches in bzr revision-bundle: %(text)r"
6871
msgstr "Malformed patches in bzr revision-bundle: %(text)r"
5995
#: breezy/errors.py:2359
6873
#: bzrlib/errors.py:2367
5996
6874
msgid "Malformed footer in bzr revision-bundle: %(text)r"
6875
msgstr "Malformed footer in bzr revision-bundle: %(text)r"
5999
#: breezy/errors.py:2364
6877
#: bzrlib/errors.py:2372
6000
6878
msgid "End of line marker was not \\n in bzr revision-bundle"
6879
msgstr "End of line marker was not \\n in bzr revision-bundle"
6003
#: breezy/errors.py:2374
6881
#: bzrlib/errors.py:2382
6004
6882
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6883
msgstr "Bundle format %(bundle_format)s is incompatible with %(other)s"
6007
#: breezy/errors.py:2384
6885
#: bzrlib/errors.py:2392
6008
6886
msgid "Root class for inventory serialization errors"
6887
msgstr "Root class for inventory serialisation errors"
6011
#: breezy/errors.py:2388
6889
#: bzrlib/errors.py:2396
6013
6891
"The inventory was not in the expected format:\n"
6894
"The inventory was not in the expected format:\n"
6017
#: breezy/errors.py:2397
6897
#: bzrlib/errors.py:2405
6018
6898
msgid "This operation requires rich root data storage"
6021
#: breezy/errors.py:2410
6022
msgid "Unrecognised value for BRZ_SSH environment variable: %(vendor)s"
6025
#: breezy/errors.py:2419
6027
"Don't know how to handle SSH connections. Please set BRZ_SSH environment "
6031
#: breezy/errors.py:2426
6033
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6034
"ghost at {%(ghost_revision_id)s}"
6037
#: breezy/errors.py:2436
6899
msgstr "This operation requires rich root data storage"
6901
#: bzrlib/errors.py:2418
6902
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
6903
msgstr "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
6905
#: bzrlib/errors.py:2427
6907
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6910
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6913
#: bzrlib/errors.py:2434
6915
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6916
"ghost at {%(ghost_revision_id)s}"
6918
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6919
"ghost at {%(ghost_revision_id)s}"
6921
#: bzrlib/errors.py:2444
6038
6922
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6923
msgstr "Ghost revision {%(revision_id)s} cannot be used here."
6041
#: breezy/errors.py:2487
6925
#: bzrlib/errors.py:2495
6043
6927
"A merge directive must provide either a bundle or a public branch location."
6929
"A merge directive must provide either a bundle or a public branch location."
6046
#: breezy/errors.py:2494
6931
#: bzrlib/errors.py:2502
6047
6932
msgid "Bad merge directive payload %(start)r"
6933
msgstr "Bad merge directive payload %(start)r"
6050
#: breezy/errors.py:2504
6935
#: bzrlib/errors.py:2512
6051
6936
msgid "Preview patch does not match requested changes."
6937
msgstr "Preview patch does not match requested changes."
6054
#: breezy/errors.py:2510
6939
#: bzrlib/errors.py:2518
6055
6940
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6941
msgstr "Patch_type was %(patch_type)s, but no patch was supplied."
6058
#: breezy/errors.py:2520
6943
#: bzrlib/errors.py:2528
6060
6945
"Your branch does not have all of the revisions required in order to merge "
6061
6946
"this merge directive and the target location specified in the merge "
6062
6947
"directive is not a branch: %(location)s."
6949
"Your branch does not have all of the revisions required in order to merge "
6950
"this merge directive and the target location specified in the merge "
6951
"directive is not a branch: %(location)s."
6065
#: breezy/errors.py:2532
6953
#: bzrlib/errors.py:2540
6066
6954
msgid "Unsupported entry kind %(kind)s"
6955
msgstr "Unsupported entry kind %(kind)s"
6069
#: breezy/errors.py:2540
6957
#: bzrlib/errors.py:2548
6070
6958
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6959
msgstr "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6073
#: breezy/errors.py:2550
6961
#: bzrlib/errors.py:2558
6074
6962
msgid "Subsume target %(other_tree)s needs to be upgraded."
6963
msgstr "Subsume target %(other_tree)s needs to be upgraded."
6077
#: breezy/errors.py:2569
6965
#: bzrlib/errors.py:2577
6078
6966
msgid "No such tag: %(tag_name)s"
6967
msgstr "No such tag: %(tag_name)s"
6081
#: breezy/errors.py:2577
6969
#: bzrlib/errors.py:2585
6082
6970
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6972
"Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6085
#: breezy/errors.py:2586
6974
#: bzrlib/errors.py:2594
6086
6975
msgid "Tag %(tag_name)s already exists."
6089
#: breezy/errors.py:2594
6091
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
6092
"\" for more information on this feature."
6095
#: breezy/errors.py:2604
6097
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6100
#: breezy/errors.py:2614
6102
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6105
#: breezy/errors.py:2624
6976
msgstr "Tag %(tag_name)s already exists."
6978
#: bzrlib/errors.py:2602
6980
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
6981
"bugs\" for more information on this feature."
6983
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
6984
"bugs\" for more information on this feature."
6986
#: bzrlib/errors.py:2612
6988
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6990
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6992
#: bzrlib/errors.py:2622
6994
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6996
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6998
#: bzrlib/errors.py:2632
6106
6999
msgid "Invalid line in bugs property: '%(line)s'"
7000
msgstr "Invalid line in bugs property: '%(line)s'"
6109
#: breezy/errors.py:2632
7002
#: bzrlib/errors.py:2640
6110
7003
msgid "Invalid bug status: '%(status)s'"
7004
msgstr "Invalid bug status: '%(status)s'"
6113
#: breezy/errors.py:2640
7006
#: bzrlib/errors.py:2648
6114
7007
msgid "Could not understand response from smart server: %(response_tuple)r"
7008
msgstr "Could not understand response from smart server: %(response_tuple)r"
6117
#: breezy/errors.py:2679
7010
#: bzrlib/errors.py:2687
6118
7011
msgid "Server sent an unexpected error: %(error_tuple)r"
7012
msgstr "Server sent an unexpected error: %(error_tuple)r"
6121
#: breezy/errors.py:2698
7014
#: bzrlib/errors.py:2706
6122
7015
msgid "Unrecognised container format: %(container_format)r"
7016
msgstr "Unrecognised container format: %(container_format)r"
6125
#: breezy/errors.py:2706
7018
#: bzrlib/errors.py:2714
6126
7019
msgid "Unexpected end of container stream"
7020
msgstr "Unexpected end of container stream"
6129
#: breezy/errors.py:2711
7022
#: bzrlib/errors.py:2719
6130
7023
msgid "Unknown record type: %(record_type)r"
7024
msgstr "Unknown record type: %(record_type)r"
6133
#: breezy/errors.py:2719
7026
#: bzrlib/errors.py:2727
6134
7027
msgid "Invalid record: %(reason)s"
7028
msgstr "Invalid record: %(reason)s"
6137
#: breezy/errors.py:2727
7030
#: bzrlib/errors.py:2735
6138
7031
msgid "Container has data after end marker: %(excess)r"
7032
msgstr "Container has data after end marker: %(excess)r"
6141
#: breezy/errors.py:2735
7034
#: bzrlib/errors.py:2743
6142
7035
msgid "Container has multiple records with the same name: %(name)s"
7036
msgstr "Container has multiple records with the same name: %(name)s"
6145
#: breezy/errors.py:2748
7038
#: bzrlib/errors.py:2756
6146
7039
msgid "Corrupt or incompatible data stream: %(reason)s"
7040
msgstr "Corrupt or incompatible data stream: %(reason)s"
6149
#: breezy/errors.py:2756
7042
#: bzrlib/errors.py:2764
6150
7043
msgid "SMTP error: %(error)s"
7044
msgstr "SMTP error: %(error)s"
6153
#: breezy/errors.py:2764
7046
#: bzrlib/errors.py:2772
6154
7047
msgid "No message supplied."
7048
msgstr "No message supplied."
6157
#: breezy/errors.py:2769
7050
#: bzrlib/errors.py:2777
6158
7051
msgid "No mail-to address (--mail-to) or output (-o) specified."
7052
msgstr "No mail-to address (--mail-to) or output (-o) specified."
6161
#: breezy/errors.py:2774
7054
#: bzrlib/errors.py:2782
6163
7056
"Unable to find mail client with the following names: "
6164
7057
"%(mail_command_list_string)s"
7059
"Unable to find mail client with the following names: "
7060
"%(mail_command_list_string)s"
6167
#: breezy/errors.py:2784
7062
#: bzrlib/errors.py:2792
6168
7063
msgid "SMTP connection to %(host)s refused"
7064
msgstr "SMTP connection to %(host)s refused"
6171
#: breezy/errors.py:2793
7066
#: bzrlib/errors.py:2801
6172
7067
msgid "Please specify smtp_server. No server at default %(host)s."
7068
msgstr "Please specify smtp_server. No server at default %(host)s."
6175
#: breezy/errors.py:2807
7070
#: bzrlib/errors.py:2815
6177
7072
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
7075
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6181
#: breezy/errors.py:2819
7078
#: bzrlib/errors.py:2827
6182
7079
msgid "'%(display_url)s' is already a branch."
7080
msgstr "'%(display_url)s' is already a branch."
6185
#: breezy/errors.py:2824
7082
#: bzrlib/errors.py:2832
6186
7083
msgid "'%(display_url)s' is already a tree."
7084
msgstr "'%(display_url)s' is already a tree."
6189
#: breezy/errors.py:2829
7086
#: bzrlib/errors.py:2837
6190
7087
msgid "'%(display_url)s' is already a checkout."
7088
msgstr "'%(display_url)s' is already a checkout."
6193
#: breezy/errors.py:2834
7090
#: bzrlib/errors.py:2842
6194
7091
msgid "'%(display_url)s' is already a lightweight checkout."
7092
msgstr "'%(display_url)s' is already a lightweight checkout."
6197
#: breezy/errors.py:2839
7094
#: bzrlib/errors.py:2847
6198
7095
msgid "'%(display_url)s' is already using a shared repository."
7096
msgstr "'%(display_url)s' is already using a shared repository."
6201
#: breezy/errors.py:2844
7098
#: bzrlib/errors.py:2852
6202
7099
msgid "'%(display_url)s' is already standalone."
7100
msgstr "'%(display_url)s' is already standalone."
6205
#: breezy/errors.py:2849
7102
#: bzrlib/errors.py:2857
6206
7103
msgid "Shared repository '%(display_url)s' already creates working trees."
7104
msgstr "Shared repository '%(display_url)s' already creates working trees."
6209
#: breezy/errors.py:2855
7106
#: bzrlib/errors.py:2863
6211
7108
"Shared repository '%(display_url)s' already doesn't create working trees."
7110
"Shared repository '%(display_url)s' already doesn't create working trees."
6214
#: breezy/errors.py:2861
7112
#: bzrlib/errors.py:2869
6215
7113
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
7114
msgstr "Requested reconfiguration of '%(display_url)s' is not supported."
6218
#: breezy/errors.py:2866
7116
#: bzrlib/errors.py:2874
6219
7117
msgid "No location could be found to bind to at %(display_url)s."
6222
#: breezy/errors.py:2871
6224
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr status)."
6228
#: breezy/errors.py:2890
6230
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6233
#: breezy/errors.py:2905
6235
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
6239
#: breezy/errors.py:2911
7118
msgstr "No location could be found to bind to at %(display_url)s."
7120
#: bzrlib/errors.py:2879
7122
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
7125
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
7128
#: bzrlib/errors.py:2898
7130
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
7133
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
7136
#: bzrlib/errors.py:2904
6240
7137
msgid "Variable {%(name)s} is not available."
7138
msgstr "Variable {%(name)s} is not available."
6243
#: breezy/errors.py:2919
7140
#: bzrlib/errors.py:2912
6244
7141
msgid "No template specified."
7142
msgstr "No template specified."
6247
#: breezy/errors.py:2924
7144
#: bzrlib/errors.py:2917
6248
7145
msgid "Unable to create symlink %(path_str)son this platform"
6251
#: breezy/errors.py:2939
6253
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
6257
#: breezy/errors.py:2973
6259
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6262
#: breezy/errors.py:2985
7146
msgstr "Unable to create symlink %(path_str)son this platform"
7148
#: bzrlib/errors.py:2932
7150
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
7151
"\"original\", \"local\"."
7153
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
7154
"\"original\", \"local\"."
7156
#: bzrlib/errors.py:2966
7158
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
7160
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
7162
#: bzrlib/errors.py:2978
6263
7163
msgid "The \"%(config_id)s\" configuration does not exist."
7164
msgstr "The \"%(config_id)s\" configuration does not exist."
6266
#: breezy/errors.py:2993
7166
#: bzrlib/errors.py:2986
6267
7167
msgid "The \"%(option_name)s\" configuration option does not exist."
7168
msgstr "The \"%(option_name)s\" configuration option does not exist."
6270
#: breezy/errors.py:3001
7170
#: bzrlib/errors.py:2994
6271
7171
msgid "The alias \"%(alias_name)s\" does not exist."
7172
msgstr "The alias \"%(alias_name)s\" does not exist."
6274
#: breezy/errors.py:3015
7174
#: bzrlib/errors.py:3008
6275
7175
msgid "\"%(alias_name)s\" is not a valid location alias."
7176
msgstr "\"%(alias_name)s\" is not a valid location alias."
6278
#: breezy/errors.py:3023
7178
#: bzrlib/errors.py:3016
6279
7179
msgid "No %(alias_name)s location assigned."
7180
msgstr "No %(alias_name)s location assigned."
6282
#: breezy/errors.py:3031
7182
#: bzrlib/errors.py:3024
6283
7183
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
7184
msgstr "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6286
#: breezy/errors.py:3041
7186
#: bzrlib/errors.py:3034
6287
7187
msgid "Unknown rules detected: %(unknowns_str)s."
7188
msgstr "Unknown rules detected: %(unknowns_str)s."
6290
#: breezy/errors.py:3052
7190
#: bzrlib/errors.py:3045
6291
7191
msgid "Tip change rejected: %(msg)s"
7192
msgstr "Tip change rejected: %(msg)s"
6294
#: breezy/errors.py:3060
7194
#: bzrlib/errors.py:3053
6295
7195
msgid "Shelf corrupt."
7196
msgstr "Shelf corrupt."
6298
#: breezy/errors.py:3065
7198
#: bzrlib/errors.py:3058
6299
7199
msgid "Corruption while decompressing repository file%(orig_error)s"
7200
msgstr "Corruption while decompressing repository file%(orig_error)s"
6302
#: breezy/errors.py:3077
7202
#: bzrlib/errors.py:3070
6303
7203
msgid "No changes are shelved with id \"%(shelf_id)d\"."
7204
msgstr "No changes are shelved with id \"%(shelf_id)d\"."
6306
#: breezy/errors.py:3085
7206
#: bzrlib/errors.py:3078
6307
7207
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6310
#: breezy/errors.py:3093
6311
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6314
#: breezy/errors.py:3101
7208
msgstr "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
7210
#: bzrlib/errors.py:3086
7212
"An attempt to access a url outside the server jail was made: '%(url)s'."
7214
"An attempt to access a url outside the server jail was made: '%(url)s'."
7216
#: bzrlib/errors.py:3094
6315
7217
msgid "The user aborted the operation."
7218
msgstr "The user aborted the operation."
6318
#: breezy/errors.py:3106
7220
#: bzrlib/errors.py:3099
6319
7221
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
7222
msgstr "Branching '%(url)s'(%(format)s) must create a working tree."
6322
#: breezy/errors.py:3116
7224
#: bzrlib/errors.py:3109
6323
7225
msgid "No such view: %(view_name)s."
6326
#: breezy/errors.py:3126
6328
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6329
"to a later format."
6332
#: breezy/errors.py:3135
6334
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6337
#: breezy/errors.py:3202
7226
msgstr "No such view: %(view_name)s."
7228
#: bzrlib/errors.py:3119
7230
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
7231
"to a later format."
7233
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
7234
"to a later format."
7236
#: bzrlib/errors.py:3128
7238
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
7240
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
7242
#: bzrlib/errors.py:3195
6338
7243
msgid "%(bzrdir)r does not support co-located branches."
7244
msgstr "%(bzrdir)r does not support co-located branches."
6341
#: breezy/errors.py:3208
7246
#: bzrlib/errors.py:3201
6343
7248
"Unable to determine your name.\n"
6344
7249
"Please, set your name with the 'whoami' command.\n"
6345
7250
"E.g. bzr whoami \"Your Name <name@example.com>\""
7252
"Unable to determine your name.\n"
7253
"Please, set your name with the 'whoami' command.\n"
7254
"E.g. bzr whoami \"Your Name <name@example.com>\""
6348
#: breezy/errors.py:3217
7256
#: bzrlib/errors.py:3210
6349
7257
msgid "Invalid pattern(s) found. %(msg)s"
7258
msgstr "Invalid pattern(s) found. %(msg)s"
6352
#: breezy/errors.py:3225
7260
#: bzrlib/errors.py:3218
6354
7262
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6355
7263
"unbind` to fix."
7265
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6358
#: breezy/errors.py:3236
7268
#: bzrlib/errors.py:3229
6359
7269
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6362
#: breezy/errors.py:3245
6363
msgid "Option \"%(name)s\" is not defined while expanding \"%(string)s\"."
6366
#: breezy/errors.py:3254
6367
msgid "Option \"%(name)s\" is not allowed."
6370
#: breezy/errors.py:3262
6372
"No compatible object available for operations from %(source)r to %(target)r."
6375
#: breezy/errors.py:3272
6377
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6381
#: breezy/errors.py:3282
6383
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6387
#: breezy/errors.py:3294
6389
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6393
#: breezy/errors.py:3307
7270
msgstr "Loop involving %(refs)r while expanding \"%(string)s\"."
7272
#: bzrlib/errors.py:3238
7273
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
7274
msgstr "Option %(name)s is not defined while expanding \"%(string)s\"."
7276
#: bzrlib/errors.py:3247
7278
"No compatible object available for operations from %(source)r to %(target)r."
7280
"No compatible object available for operations from %(source)r to %(target)r."
7282
#: bzrlib/errors.py:3257
7284
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
7287
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
7290
#: bzrlib/errors.py:3267
7292
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
7295
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
7298
#: bzrlib/errors.py:3279
7300
"Missing feature %(feature)s not provided by this version of Bazaar or any "
7303
"Missing feature %(feature)s not provided by this version of Bazaar or any "
7306
#: bzrlib/errors.py:3292
6394
7307
msgid "Binary files section encountered."
6397
#: breezy/errors.py:3315
6399
"Malformed patch header. %(desc)s\n"
6403
#: breezy/errors.py:3324
6405
"Malformed hunk header. %(desc)s\n"
6409
#: breezy/errors.py:3333
6411
"Malformed line. %(desc)s\n"
6415
#: breezy/errors.py:3343
6417
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
6418
"but patch says it should be \"%(patch_line)s\""
6421
#: breezy/errors.py:3354
7308
msgstr "Binary files section encountered."
7310
#: bzrlib/errors.py:3300
7312
"Malformed patch header. %(desc)s\n"
7315
"Malformed patch header. %(desc)s\n"
7318
#: bzrlib/errors.py:3309
7320
"Malformed hunk header. %(desc)s\n"
7323
"Malformed hunk header. %(desc)s\n"
7326
#: bzrlib/errors.py:3318
7328
"Malformed line. %(desc)s\n"
7331
"Malformed line. %(desc)s\n"
7334
#: bzrlib/errors.py:3328
7336
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
7337
"but patch says it should be \"%(patch_line)s\""
7339
"Text contents mismatch at line %(line_no)d. Original has \"%(orig_line)s\", "
7340
"but patch says it should be \"%(patch_line)s\""
7342
#: bzrlib/errors.py:3339
6422
7343
msgid "The feature %(feature)s has already been registered."
6425
#: breezy/errors.py:3362
6427
"Cannot store uncommitted changes because this branch already stores "
6428
"uncommitted changes."
6431
#: breezy/export_pot.py:252
7344
msgstr "The feature %(feature)s has already been registered."
7346
#: bzrlib/export_pot.py:252
6432
7347
#, python-format
6433
7348
msgid "Exporting messages from builtin command: %s"
7349
msgstr "Exporting messages from builtin command: %s"
6436
#: breezy/export_pot.py:271
6437
#, python-brace-format
7351
#: bzrlib/export_pot.py:271
6438
7352
msgid "Exporting messages from plugin command: {0} in {1}"
7353
msgstr "Exporting messages from plugin command: {0} in {1}"
6441
#: breezy/export_pot.py:292
7355
#: bzrlib/export_pot.py:292
6442
7356
#, python-format
6443
7357
msgid "Exporting message from error: %s"
7358
msgstr "Exporting message from error: %s"
6446
#: breezy/fetch.py:98
7360
#: bzrlib/fetch.py:98
6447
7361
msgid "Finding revisions"
7362
msgstr "Finding revisions"
6450
#: breezy/fetch.py:103
7364
#: bzrlib/fetch.py:103
6451
7365
msgid "Fetching revisions"
7366
msgstr "Fetching revisions"
6454
#: breezy/foreign.py:262
7368
#: bzrlib/foreign.py:262
6455
7369
msgid "Push into a different VCS without any custom bzr metadata."
7370
msgstr "Push into a different VCS without any custom bzr metadata."
6458
#: breezy/foreign.py:264
7372
#: bzrlib/foreign.py:264
6460
7374
"This will afterwards rebase the local branch on the remote\n"
6461
7375
"branch unless the --no-rebase option is used, in which case \n"
6462
7376
"the two branches will be out of sync after the push. "
7378
"This will afterwards rebase the local branch on the remote\n"
7379
"branch unless the --no-rebase option is used, in which case \n"
7380
"the two branches will be out of sync after the push. "
6465
# help of 'no-rebase' option of 'dpush' command
6466
#: breezy/foreign.py:277
7382
#: bzrlib/foreign.py:277
6467
7383
msgid "Do not rebase after push."
7384
msgstr "Do not rebase after push."
6470
#: breezy/foreign.py:311
7386
#: bzrlib/foreign.py:311
6471
7387
#, python-format
6472
7388
msgid "Using saved location: %s\n"
7389
msgstr "Using saved location: %s\n"
6475
#: breezy/foreign.py:321
7391
#: bzrlib/foreign.py:321
6477
7393
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6478
7394
"regular push."
7396
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6481
#: breezy/gpg.py:358
6482
#, python-brace-format
7399
#: bzrlib/gpg.py:366
6483
7400
msgid "No GnuPG key results for pattern: {0}"
7401
msgstr "No GnuPG key results for pattern: {0}"
6486
#: breezy/gpg.py:431
6487
#, python-brace-format
7403
#: bzrlib/gpg.py:439
6488
7404
msgid "{0} commits with valid signatures"
7405
msgstr "{0} commits with valid signatures"
6491
#: breezy/gpg.py:437
6492
#, python-brace-format
7407
#: bzrlib/gpg.py:445
6493
7408
msgid "{0} commit with unknown key"
6494
7409
msgid_plural "{0} commits with unknown keys"
7410
msgstr[0] "{0} commit with unknown key"
7411
msgstr[1] "{0} commits with unknown keys"
6498
#: breezy/gpg.py:445
6499
#, python-brace-format
7413
#: bzrlib/gpg.py:453
6500
7414
msgid "{0} commit not valid"
6501
7415
msgid_plural "{0} commits not valid"
7416
msgstr[0] "{0} commit not valid"
7417
msgstr[1] "{0} commits not valid"
6505
#: breezy/gpg.py:453
6506
#, python-brace-format
7419
#: bzrlib/gpg.py:461
6507
7420
msgid "{0} commit not signed"
6508
7421
msgid_plural "{0} commits not signed"
7422
msgstr[0] "{0} commit not signed"
7423
msgstr[1] "{0} commits not signed"
6512
#: breezy/gpg.py:461
6513
#, python-brace-format
7425
#: bzrlib/gpg.py:469
6514
7426
msgid "{0} commit with key now expired"
6515
7427
msgid_plural "{0} commits with key now expired"
7428
msgstr[0] "{0} commit with key now expired"
7429
msgstr[1] "{0} commits with key now expired"
6519
#: breezy/gpg.py:481
6520
#, python-brace-format
7431
#: bzrlib/gpg.py:489
6521
7432
msgid "{0} commit by author {1} with key {2} now expired"
6522
7433
msgid_plural "{0} commits by author {1} with key {2} now expired"
7434
msgstr[0] "{0} commit by author {1} with key {2} now expired"
7435
msgstr[1] "{0} commits by author {1} with key {2} now expired"
6526
#: breezy/gpg.py:497
6527
#, python-brace-format
7437
#: bzrlib/gpg.py:505
6528
7438
msgid "{0} signed {1} commit"
6529
7439
msgid_plural "{0} signed {1} commits"
7440
msgstr[0] "{0} signed {1} commit"
7441
msgstr[1] "{0} signed {1} commits"
6533
#: breezy/gpg.py:514 breezy/gpg.py:531
6534
#, python-brace-format
7443
#: bzrlib/gpg.py:522 bzrlib/gpg.py:539
6535
7444
msgid "{0} commit by author {1}"
6536
7445
msgid_plural "{0} commits by author {1}"
7446
msgstr[0] "{0} commit by author {1}"
7447
msgstr[1] "{0} commits by author {1}"
6540
#: breezy/gpg.py:546
6541
#, python-brace-format
7449
#: bzrlib/gpg.py:554
6542
7450
msgid "Unknown key {0} signed {1} commit"
6543
7451
msgid_plural "Unknown key {0} signed {1} commits"
7452
msgstr[0] "Unknown key {0} signed {1} commit"
7453
msgstr[1] "Unknown key {0} signed {1} commits"
6547
#: breezy/groupcompress.py:1739
7455
#: bzrlib/groupcompress.py:1739
6548
7456
#, python-format
6549
7457
msgid "Insert claimed random_id=True, but then inserted %r two times"
7458
msgstr "Insert claimed random_id=True, but then inserted %r two times"
6552
#: breezy/hooks.py:313
7460
#: bzrlib/hooks.py:313
6553
7461
#, python-format
6554
7462
msgid "Introduced in: %s"
7463
msgstr "Introduced in: %s"
6557
#: breezy/hooks.py:316
7465
#: bzrlib/hooks.py:316
6558
7466
#, python-format
6559
7467
msgid "Deprecated in: %s"
7468
msgstr "Deprecated in: %s"
6562
#: breezy/knit.py:1766 breezy/knit.py:1802
7470
#: bzrlib/knit.py:1766 bzrlib/knit.py:1802
6563
7471
msgid "Walking content"
7472
msgstr "Walking content"
6566
#: breezy/knit.py:3330
7474
#: bzrlib/knit.py:3330
6567
7475
msgid "annotating"
6570
#: breezy/lock.py:549
7478
#: bzrlib/lock.py:548
6571
7479
msgid "{0!r} was {1} locked again"
7480
msgstr "{0!r} was {1} locked again"
6574
#: breezy/lockdir.py:321
7482
#: bzrlib/lockdir.py:321
6575
7483
#, python-format
6576
7484
msgid "error removing pending lock: %s"
7485
msgstr "error removing pending lock: %s"
6579
#: breezy/lockdir.py:616
7487
#: bzrlib/lockdir.py:616
6580
7488
msgid "Unable to obtain"
7489
msgstr "Unable to obtain"
6583
#: breezy/lockdir.py:618
7491
#: bzrlib/lockdir.py:618
6584
7492
msgid "Lock owner changed for"
7493
msgstr "Lock owner changed for"
6587
#: breezy/lockdir.py:620
6588
#, python-brace-format
7495
#: bzrlib/lockdir.py:620
6589
7496
msgid "{0} lock {1} {2}."
7497
msgstr "{0} lock {1} {2}."
6592
#: breezy/lockdir.py:627
7499
#: bzrlib/lockdir.py:627
6593
7500
#, python-format
6594
7501
msgid "Will continue to try until %s, unless you press Ctrl-C."
7502
msgstr "Will continue to try until %s, unless you press Ctrl-C."
6597
#: breezy/lockdir.py:629
7504
#: bzrlib/lockdir.py:629
6598
7505
msgid "See \"bzr help break-lock\" for more."
7506
msgstr "See \"bzr help break-lock\" for more."
6601
#: breezy/lockdir.py:739
7508
#: bzrlib/lockdir.py:739
6602
7509
#, python-format
6604
7511
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
7513
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6607
#: breezy/log.py:563
7515
#: bzrlib/log.py:563
6608
7516
msgid "--exclude-common-ancestry requires two different revisions"
7517
msgstr "--exclude-common-ancestry requires two different revisions"
6611
#: breezy/log.py:565
7519
#: bzrlib/log.py:565
6612
7520
#, python-format
6613
7521
msgid "invalid direction %r"
7522
msgstr "invalid direction %r"
6616
#: breezy/log.py:653
7524
#: bzrlib/log.py:653
6617
7525
msgid "Start revision not found in history of end revision."
7526
msgstr "Start revision not found in history of end revision."
6620
#: breezy/log.py:1071 breezy/log.py:1129
7528
#: bzrlib/log.py:1071 bzrlib/log.py:1129
6621
7529
msgid "Logging revision 0 is invalid."
7530
msgstr "Logging revision 0 is invalid."
6624
#: breezy/log.py:1073 breezy/log.py:1131
7532
#: bzrlib/log.py:1073 bzrlib/log.py:1131
6625
7533
msgid "Start revision must be older than the end revision."
7534
msgstr "Start revision must be older than the end revision."
6628
#: breezy/log.py:1818
7536
#: bzrlib/log.py:1818
6629
7537
#, python-format
6630
7538
msgid "unknown log formatter: %r"
7539
msgstr "unknown log formatter: %r"
6633
#: breezy/log.py:2114
7541
#: bzrlib/log.py:2114
6634
7542
msgid "fixes bug"
6635
7543
msgid_plural "fixes bugs"
7544
msgstr[0] "fixes bug"
7545
msgstr[1] "fixes bugs"
6639
#: breezy/merge.py:689
7547
#: bzrlib/merge.py:689
6640
7548
msgid "All changes applied successfully."
7549
msgstr "All changes applied successfully."
6643
#: breezy/merge.py:691
7551
#: bzrlib/merge.py:691
6644
7552
#, python-format
6645
7553
msgid "%d conflicts encountered."
7554
msgstr "%d conflicts encountered."
6648
#: breezy/merge.py:845 breezy/merge.py:1868
7556
#: bzrlib/merge.py:845 bzrlib/merge.py:1868
6649
7557
msgid "Preparing file merge"
7558
msgstr "Preparing file merge"
6652
#: breezy/multiparent.py:426
7560
#: bzrlib/multiparent.py:426
6653
7561
msgid "Importing revisions"
7562
msgstr "Importing revisions"
6656
# help of 'help' option
6657
#: breezy/option.py:526
7564
#: bzrlib/option.py:526
6658
7565
msgid "Show help message."
7566
msgstr "Show help message."
6661
# help of 'quiet' option
6662
#: breezy/option.py:528
7568
#: bzrlib/option.py:528
6663
7569
msgid "Only display errors and warnings."
7570
msgstr "Only display errors and warnings."
6666
# help of 'usage' option
6667
#: breezy/option.py:531
7572
#: bzrlib/option.py:531
6668
7573
msgid "Show usage message and options."
7574
msgstr "Show usage message and options."
6671
# help of 'verbose' option
6672
#: breezy/option.py:533
7576
#: bzrlib/option.py:533
6673
7577
msgid "Display more information."
7578
msgstr "Display more information."
6676
# help of 'change' option
6677
#: breezy/option.py:541
7580
#: bzrlib/option.py:541
6679
7582
"Select changes introduced by the specified revision. See also \"help "
6680
7583
"revisionspec\"."
7585
"Select changes introduced by the specified revision. See also \"help "
6683
# help of 'directory' option
6684
#: breezy/option.py:543
7588
#: bzrlib/option.py:543
6685
7589
msgid "Branch to operate on, instead of working directory."
7590
msgstr "Branch to operate on, instead of working directory."
6688
# help of 'log-format=long' option
6689
#: breezy/option.py:545
7592
#: bzrlib/option.py:545
6690
7593
msgid "Detailed log format."
7594
msgstr "Detailed log format."
6693
# help of 'log-format=gnu-changelog' option
6694
#: breezy/option.py:545
7596
#: bzrlib/option.py:545
6695
7597
msgid "Format used by GNU ChangeLog files."
7598
msgstr "Format used by GNU ChangeLog files."
6698
# help of 'log-format=line' option
6699
#: breezy/option.py:545
7600
#: bzrlib/option.py:545
6700
7601
msgid "Log format with one line per revision."
7602
msgstr "Log format with one line per revision."
6703
# help of 'log-format=short' option
6704
#: breezy/option.py:545
7604
#: bzrlib/option.py:545
6705
7605
msgid "Moderately short log format."
7606
msgstr "Moderately short log format."
6708
# help of 'log-format' option
6709
#: breezy/option.py:545
7608
#: bzrlib/option.py:545
6710
7609
msgid "Use specified log format."
7610
msgstr "Use specified log format."
6713
# title of 'log-format' option
6714
#: breezy/option.py:547
7612
#: bzrlib/option.py:547
6715
7613
msgid "Log format"
6718
# help of 'merge-type=lca' option
6719
#: breezy/option.py:549
7616
#: bzrlib/option.py:549
6720
7617
msgid "LCA-newness merge."
7618
msgstr "LCA-newness merge."
6723
# help of 'merge-type=diff3' option
6724
#: breezy/option.py:549
7620
#: bzrlib/option.py:549
6725
7621
msgid "Merge using external diff3."
7622
msgstr "Merge using external diff3."
6728
# help of 'merge-type=merge3' option
6729
#: breezy/option.py:549
7624
#: bzrlib/option.py:549
6730
7625
msgid "Native diff3-style merge."
7626
msgstr "Native diff3-style merge."
6733
# help of 'merge-type' option
6734
#: breezy/option.py:549
7628
#: bzrlib/option.py:549
6735
7629
msgid "Select a particular merge algorithm."
7630
msgstr "Select a particular merge algorithm."
6738
# help of 'merge-type=weave' option
6739
#: breezy/option.py:549
7632
#: bzrlib/option.py:549
6740
7633
msgid "Weave-based merge."
7634
msgstr "Weave-based merge."
6743
# title of 'merge-type' option
6744
#: breezy/option.py:551
7636
#: bzrlib/option.py:551
6745
7637
msgid "Merge algorithm"
7638
msgstr "Merge algorithm"
6748
# help of 'message' option
6749
#: breezy/option.py:554
7640
#: bzrlib/option.py:554
6750
7641
msgid "Message string."
7642
msgstr "Message string."
6753
# help of 'null' option
6754
#: breezy/option.py:556
7644
#: bzrlib/option.py:556
6755
7645
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
7646
msgstr "Use an ASCII NUL (\\0) separator rather than a newline."
6758
# help of 'overwrite' option
6759
#: breezy/option.py:558
7648
#: bzrlib/option.py:558
6760
7649
msgid "Ignore differences between branches and overwrite unconditionally."
7650
msgstr "Ignore differences between branches and overwrite unconditionally."
6763
# help of 'remember' option
6764
#: breezy/option.py:560
7652
#: bzrlib/option.py:560
6765
7653
msgid "Remember the specified location as a default."
7654
msgstr "Remember the specified location as a default."
6768
# help of 'reprocess' option
6769
#: breezy/option.py:562
7656
#: bzrlib/option.py:562
6770
7657
msgid "Reprocess to reduce spurious conflicts."
7658
msgstr "Reprocess to reduce spurious conflicts."
6773
# help of 'revision' option
6774
#: breezy/option.py:566
7660
#: bzrlib/option.py:566
6775
7661
msgid "See \"help revisionspec\" for details."
7662
msgstr "See \"help revisionspec\" for details."
6778
# help of 'show-ids' option
6779
#: breezy/option.py:568
7664
#: bzrlib/option.py:568
6780
7665
msgid "Show internal object ids."
7666
msgstr "Show internal object ids."
6783
# help of 'timezone' option
6784
#: breezy/option.py:571
7668
#: bzrlib/option.py:571
6785
7669
msgid "Display timezone as local, original, or utc."
7670
msgstr "Display timezone as local, original, or utc."
6788
#: breezy/osutils.py:101
7672
#: bzrlib/osutils.py:100
6789
7673
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
7674
msgstr "Parameter {0!r} encoding is unsupported by {1} application locale."
6792
#: breezy/osutils.py:221
7676
#: bzrlib/osutils.py:220
6793
7677
msgid "lstat/stat of ({0!r}): {1!r}"
7678
msgstr "lstat/stat of ({0!r}): {1!r}"
6796
#: breezy/osutils.py:1041 breezy/osutils.py:1052
7680
#: bzrlib/osutils.py:1030 bzrlib/osutils.py:1041
6797
7681
#, python-format
6798
7682
msgid "sorry, %r not allowed in path"
7683
msgstr "sorry, %r not allowed in path"
6801
#: breezy/osutils.py:1270
7685
#: bzrlib/osutils.py:1259
6802
7686
#, python-format
6803
7687
msgid "%r is too short to calculate a relative path"
7688
msgstr "%r is too short to calculate a relative path"
6806
#: breezy/plugin.py:143
7690
#: bzrlib/plugin.py:143
6807
7691
#, python-format
6808
7692
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
7693
msgstr "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6811
# help of 'plugin' option of 'bash-completion' command
6812
#: breezy/plugins/bash_completion/bashcomp.py:411
7695
#: bzrlib/plugins/bash_completion/bashcomp.py:411
6813
7696
msgid "Enable completions for the selected plugin (default: all plugins)"
7697
msgstr "Enable completions for the selected plugin (default: all plugins)"
6816
#: breezy/plugins/bash_completion/bashcomp.py:412
7699
#: bzrlib/plugins/bash_completion/bashcomp.py:412
6817
7700
msgid "Generate a shell function for bash command line completion."
6820
#: breezy/plugins/bash_completion/bashcomp.py:414
6822
"This command generates a shell function which can be used by bash to\n"
6823
"automatically complete the currently typed command when the user presses\n"
6824
"the completion key (usually tab)."
6827
#: breezy/plugins/bash_completion/bashcomp.py:418
6829
"Commonly used like this:\n"
6830
" eval \"`bzr bash-completion`\""
6833
# help of 'function-name' option of 'bash-completion' command
6834
#: breezy/plugins/bash_completion/bashcomp.py:424
7701
msgstr "Generate a shell function for bash command line completion."
7703
#: bzrlib/plugins/bash_completion/bashcomp.py:414
7705
"This command generates a shell function which can be used by bash to\n"
7706
"automatically complete the currently typed command when the user presses\n"
7707
"the completion key (usually tab)."
7709
"This command generates a shell function which can be used by bash to\n"
7710
"automatically complete the currently typed command when the user presses\n"
7711
"the completion key (usually tab)."
7713
#: bzrlib/plugins/bash_completion/bashcomp.py:418
7715
"Commonly used like this:\n"
7716
" eval \"`bzr bash-completion`\""
7718
"Commonly used like this:\n"
7719
" eval \"`bzr bash-completion`\""
7721
#: bzrlib/plugins/bash_completion/bashcomp.py:424
6835
7722
msgid "Name of the generated function (default: _bzr)"
7723
msgstr "Name of the generated function (default: _bzr)"
6838
# help of 'function-only' option of 'bash-completion' command
6839
#: breezy/plugins/bash_completion/bashcomp.py:426
7725
#: bzrlib/plugins/bash_completion/bashcomp.py:426
6840
7726
msgid "Generate only the shell function, don't enable it"
6843
#: breezy/plugins/grep/cmds.py:77
6844
msgid "Print lines matching PATTERN for specified files and revisions."
6847
#: breezy/plugins/grep/cmds.py:79
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]."
6853
#: breezy/plugins/grep/cmds.py:82
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."
6861
#: breezy/plugins/grep/cmds.py:87
6863
"Unversioned files are not searched unless explicitly specified on the\n"
6864
"command line. Unversioned directores are not searched."
6867
#: breezy/plugins/grep/cmds.py:90
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."
6874
#: breezy/plugins/grep/cmds.py:94
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."
6883
#: breezy/plugins/grep/cmds.py:100
6884
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
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."
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."
6897
# help of 'exclude' option of 'grep' command
6898
#: breezy/plugins/grep/cmds.py:113
6899
msgid "Skip files whose base name matches GLOB."
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."
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."
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."
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)."
6922
# help of 'from-root' option of 'grep' command
6923
#: breezy/plugins/grep/cmds.py:125
6925
"Search for pattern starting from the root of the branch. (implies --"
6929
# help of 'ignore-case' option of 'grep' command
6930
#: breezy/plugins/grep/cmds.py:128
6931
msgid "ignore case distinctions while matching."
6934
# help of 'levels' option of 'grep' command
6935
#: breezy/plugins/grep/cmds.py:130
6937
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
6940
# help of 'line-number' option of 'grep' command
6941
#: breezy/plugins/grep/cmds.py:135
6942
msgid "show 1-based line number."
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)"
6950
# help of 'null' option of 'grep' command
6951
#: breezy/plugins/grep/cmds.py:139
6953
"Write an ASCII NUL (\\0) separator between output lines rather than a "
6957
#: breezy/plugins/launchpad/account.py:66
7727
msgstr "Generate only the shell function, don't enable it"
7729
#: bzrlib/plugins/launchpad/account.py:66
6958
7730
msgid "Setting ssh/sftp usernames for launchpad.net."
7731
msgstr "Setting ssh/sftp usernames for launchpad.net."
6961
#: breezy/plugins/launchpad/cmds.py:43
7733
#: bzrlib/plugins/launchpad/cmds.py:44
6962
7734
msgid "Register a branch with launchpad.net."
6965
#: breezy/plugins/launchpad/cmds.py:45
6967
"This command lists a bzr branch in the directory of branches on\n"
6968
"launchpad.net. Registration allows the branch to be associated with\n"
6969
"bugs or specifications."
6972
#: breezy/plugins/launchpad/cmds.py:49
6974
"Before using this command you must register the project to which the\n"
6975
"branch belongs, and create an account for yourself on launchpad.net."
6978
#: breezy/plugins/launchpad/cmds.py:52
6981
" public_url: The publicly visible url for the branch to register.\n"
6982
" This must be an http or https url (which Launchpad can read\n"
6983
" from to access the branch). Local file urls, SFTP urls, and\n"
6984
" bzr+ssh urls will not work.\n"
6985
" If no public_url is provided, bzr will use the configured\n"
6986
" public_url if there is one for the current branch, and\n"
6990
#: breezy/plugins/launchpad/cmds.py:61
6993
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
6994
" --project fooproject"
6997
# help of 'project' option of 'register-branch' command
6998
#: breezy/plugins/launchpad/cmds.py:68
7735
msgstr "Register a branch with launchpad.net."
7737
#: bzrlib/plugins/launchpad/cmds.py:46
7739
"This command lists a bzr branch in the directory of branches on\n"
7740
"launchpad.net. Registration allows the branch to be associated with\n"
7741
"bugs or specifications."
7743
"This command lists a bzr branch in the directory of branches on\n"
7744
"launchpad.net. Registration allows the branch to be associated with\n"
7745
"bugs or specifications."
7747
#: bzrlib/plugins/launchpad/cmds.py:50
7749
"Before using this command you must register the project to which the\n"
7750
"branch belongs, and create an account for yourself on launchpad.net."
7752
"Before using this command you must register the project to which the\n"
7753
"branch belongs, and create an account for yourself on launchpad.net."
7755
#: bzrlib/plugins/launchpad/cmds.py:53
7758
" public_url: The publicly visible url for the branch to register.\n"
7759
" This must be an http or https url (which Launchpad can read\n"
7760
" from to access the branch). Local file urls, SFTP urls, and\n"
7761
" bzr+ssh urls will not work.\n"
7762
" If no public_url is provided, bzr will use the configured\n"
7763
" public_url if there is one for the current branch, and\n"
7767
" public_url: The publicly visible url for the branch to register.\n"
7768
" This must be an http or https url (which Launchpad can read\n"
7769
" from to access the branch). Local file urls, SFTP urls, and\n"
7770
" bzr+ssh urls will not work.\n"
7771
" If no public_url is provided, bzr will use the configured\n"
7772
" public_url if there is one for the current branch, and\n"
7775
#: bzrlib/plugins/launchpad/cmds.py:62
7778
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
7779
" --project fooproject"
7782
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
7783
" --project fooproject"
7785
#: bzrlib/plugins/launchpad/cmds.py:69
6999
7786
msgid "Launchpad project short name to associate with the branch."
7787
msgstr "Launchpad project short name to associate with the branch."
7002
# help of 'branch-name' option of 'register-branch' command
7003
#: breezy/plugins/launchpad/cmds.py:75
7789
#: bzrlib/plugins/launchpad/cmds.py:76
7005
7791
"Short name for the branch; by default taken from the last component of the "
7794
"Short name for the branch; by default taken from the last component of the "
7009
# help of 'branch-title' option of 'register-branch' command
7010
#: breezy/plugins/launchpad/cmds.py:79
7797
#: bzrlib/plugins/launchpad/cmds.py:80
7011
7798
msgid "One-sentence description of the branch."
7799
msgstr "One-sentence description of the branch."
7014
# help of 'branch-description' option of 'register-branch' command
7015
#: breezy/plugins/launchpad/cmds.py:82
7801
#: bzrlib/plugins/launchpad/cmds.py:83
7016
7802
msgid "Longer description of the purpose or contents of the branch."
7803
msgstr "Longer description of the purpose or contents of the branch."
7019
# help of 'author' option of 'register-branch' command
7020
#: breezy/plugins/launchpad/cmds.py:85
7805
#: bzrlib/plugins/launchpad/cmds.py:86
7021
7806
msgid "Branch author's email address, if not yourself."
7807
msgstr "Branch author's email address, if not yourself."
7024
# help of 'link-bug' option of 'register-branch' command
7025
#: breezy/plugins/launchpad/cmds.py:88
7809
#: bzrlib/plugins/launchpad/cmds.py:89
7026
7810
msgid "The bug this branch fixes."
7811
msgstr "The bug this branch fixes."
7029
# help of 'dry-run' option of 'register-branch' command
7030
#: breezy/plugins/launchpad/cmds.py:91
7813
#: bzrlib/plugins/launchpad/cmds.py:92
7031
7814
msgid "Prepare the request but don't actually send it."
7815
msgstr "Prepare the request but don't actually send it."
7034
#: breezy/plugins/launchpad/cmds.py:113
7817
#: bzrlib/plugins/launchpad/cmds.py:114
7036
7819
"register-branch requires a public branch url - see bzr help register-branch."
7821
"register-branch requires a public branch url - see bzr help register-branch."
7039
#: breezy/plugins/launchpad/cmds.py:121
7823
#: bzrlib/plugins/launchpad/cmds.py:122
7040
7824
msgid "--product is deprecated; please use --project."
7825
msgstr "--product is deprecated; please use --project."
7043
#: breezy/plugins/launchpad/cmds.py:151
7827
#: bzrlib/plugins/launchpad/cmds.py:152
7044
7828
msgid "Open a Launchpad branch page in your web browser."
7829
msgstr "Open a Launchpad branch page in your web browser."
7047
# help of 'dry-run' option of 'launchpad-open' command
7048
#: breezy/plugins/launchpad/cmds.py:156
7831
#: bzrlib/plugins/launchpad/cmds.py:157
7049
7832
msgid "Do not actually open the browser. Just say the URL we would use."
7833
msgstr "Do not actually open the browser. Just say the URL we would use."
7052
#: breezy/plugins/launchpad/cmds.py:191
7835
#: bzrlib/plugins/launchpad/cmds.py:192
7053
7836
#, python-format
7054
7837
msgid "Opening %s in web browser"
7838
msgstr "Opening %s in web browser"
7057
#: breezy/plugins/launchpad/cmds.py:199
7840
#: bzrlib/plugins/launchpad/cmds.py:200
7058
7841
msgid "Show or set the Launchpad user ID."
7061
#: breezy/plugins/launchpad/cmds.py:201
7063
"When communicating with Launchpad, some commands need to know your\n"
7064
"Launchpad user ID. This command can be used to set or show the\n"
7065
"user ID that Bazaar will use for such communication."
7068
#: breezy/plugins/launchpad/cmds.py:205
7071
" Show the Launchpad ID of the current user::"
7074
#: breezy/plugins/launchpad/cmds.py:208
7842
msgstr "Show or set the Launchpad user ID."
7844
#: bzrlib/plugins/launchpad/cmds.py:202
7846
"When communicating with Launchpad, some commands need to know your\n"
7847
"Launchpad user ID. This command can be used to set or show the\n"
7848
"user ID that Bazaar will use for such communication."
7850
"When communicating with Launchpad, some commands need to know your\n"
7851
"Launchpad user ID. This command can be used to set or show the\n"
7852
"user ID that Bazaar will use for such communication."
7854
#: bzrlib/plugins/launchpad/cmds.py:206
7857
" Show the Launchpad ID of the current user::"
7860
" Show the Launchpad ID of the current user::"
7862
#: bzrlib/plugins/launchpad/cmds.py:209
7075
7863
msgid " bzr launchpad-login"
7864
msgstr " bzr launchpad-login"
7078
#: breezy/plugins/launchpad/cmds.py:210
7866
#: bzrlib/plugins/launchpad/cmds.py:211
7079
7867
msgid " Set the Launchpad ID of the current user to 'bob'::"
7868
msgstr " Set the Launchpad ID of the current user to 'bob'::"
7082
#: breezy/plugins/launchpad/cmds.py:212
7870
#: bzrlib/plugins/launchpad/cmds.py:213
7083
7871
msgid " bzr launchpad-login bob"
7872
msgstr " bzr launchpad-login bob"
7086
# help of 'no-check' option of 'launchpad-login' command
7087
#: breezy/plugins/launchpad/cmds.py:219
7874
#: bzrlib/plugins/launchpad/cmds.py:220
7088
7875
msgid "Don't check that the user name is valid."
7876
msgstr "Don't check that the user name is valid."
7091
#: breezy/plugins/launchpad/cmds.py:234 breezy/plugins/launchpad/cmds.py:245
7878
#: bzrlib/plugins/launchpad/cmds.py:235 bzrlib/plugins/launchpad/cmds.py:246
7092
7879
msgid "Launchpad user ID exists and has SSH keys.\n"
7880
msgstr "Launchpad user ID exists and has SSH keys.\n"
7095
#: breezy/plugins/launchpad/cmds.py:237
7882
#: bzrlib/plugins/launchpad/cmds.py:238
7096
7883
msgid "No Launchpad user ID configured.\n"
7884
msgstr "No Launchpad user ID configured.\n"
7099
#: breezy/plugins/launchpad/cmds.py:248
7886
#: bzrlib/plugins/launchpad/cmds.py:249
7100
7887
#, python-format
7101
7888
msgid "Launchpad user ID set to '%s'.\n"
7889
msgstr "Launchpad user ID set to '%s'.\n"
7104
#: breezy/plugins/launchpad/cmds.py:254
7891
#: bzrlib/plugins/launchpad/cmds.py:255
7105
7892
msgid "Ask Launchpad to mirror a branch now."
7893
msgstr "Ask Launchpad to mirror a branch now."
7108
#: breezy/plugins/launchpad/cmds.py:271
7895
#: bzrlib/plugins/launchpad/cmds.py:272
7109
7896
msgid "Propose merging a branch on Launchpad."
7112
#: breezy/plugins/launchpad/cmds.py:273
7114
"This will open your usual editor to provide the initial comment. When it\n"
7115
"has created the proposal, it will open it in your default web browser."
7118
#: breezy/plugins/launchpad/cmds.py:276
7120
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
7121
"is not supplied, the remembered submit branch will be used. If no submit\n"
7122
"branch is remembered, the development focus will be used."
7125
#: breezy/plugins/launchpad/cmds.py:280
7897
msgstr "Propose merging a branch on Launchpad."
7899
#: bzrlib/plugins/launchpad/cmds.py:274
7901
"This will open your usual editor to provide the initial comment. When it\n"
7902
"has created the proposal, it will open it in your default web browser."
7904
"This will open your usual editor to provide the initial comment. When it\n"
7905
"has created the proposal, it will open it in your default web browser."
7907
#: bzrlib/plugins/launchpad/cmds.py:277
7909
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
7910
"is not supplied, the remembered submit branch will be used. If no submit\n"
7911
"branch is remembered, the development focus will be used."
7913
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
7914
"is not supplied, the remembered submit branch will be used. If no submit\n"
7915
"branch is remembered, the development focus will be used."
7917
#: bzrlib/plugins/launchpad/cmds.py:281
7127
7919
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7128
7920
"the merge proposal. This can be overriden by specifying --review (-R).\n"
7129
7921
"The parameter the launchpad account name of the desired reviewer. This\n"
7130
7922
"may optionally be followed by '=' and the review type. For example:"
7924
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7925
"the merge proposal. This can be overridden by specifying --review (-R).\n"
7926
"The parameter the launchpad account name of the desired reviewer. This\n"
7927
"may optionally be followed by '=' and the review type. For example:"
7133
#: breezy/plugins/launchpad/cmds.py:285
7929
#: bzrlib/plugins/launchpad/cmds.py:286
7134
7930
msgid " bzr lp-propose-merge --review jrandom --review review-team=qa"
7931
msgstr " bzr lp-propose-merge --review jrandom --review review-team=qa"
7137
#: breezy/plugins/launchpad/cmds.py:287
7933
#: bzrlib/plugins/launchpad/cmds.py:288
7139
7935
"This will propose a merge, request \"jrandom\" to perform a review of\n"
7140
7936
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7938
"This will propose a merge, request \"jrandom\" to perform a review of\n"
7939
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7143
# help of 'staging' option of 'lp-propose-merge' command
7144
#: breezy/plugins/launchpad/cmds.py:292
7941
#: bzrlib/plugins/launchpad/cmds.py:293
7145
7942
msgid "Propose the merge on staging."
7943
msgstr "Propose the merge on staging."
7148
# help of 'message' option of 'lp-propose-merge' command
7149
#: breezy/plugins/launchpad/cmds.py:294
7945
#: bzrlib/plugins/launchpad/cmds.py:295
7150
7946
msgid "Commit message."
7153
# help of 'approve' option of 'lp-propose-merge' command
7154
#: breezy/plugins/launchpad/cmds.py:296
7156
"Mark the proposal as approved immediately, setting the approved revision to "
7160
# help of 'fixes' option of 'lp-propose-merge' command
7161
#: breezy/plugins/launchpad/cmds.py:298
7947
msgstr "Commit message."
7949
#: bzrlib/plugins/launchpad/cmds.py:297
7950
msgid "Mark the proposal as approved immediately."
7951
msgstr "Mark the proposal as approved immediately."
7953
#: bzrlib/plugins/launchpad/cmds.py:298
7162
7954
msgid "The bug this proposal fixes."
7955
msgstr "The bug this proposal fixes."
7165
# help of 'review' option of 'lp-propose-merge' command
7166
#: breezy/plugins/launchpad/cmds.py:300
7957
#: bzrlib/plugins/launchpad/cmds.py:300
7167
7958
msgid "Requested reviewer and optional type."
7959
msgstr "Requested reviewer and optional type."
7170
#: breezy/plugins/launchpad/cmds.py:335
7961
#: bzrlib/plugins/launchpad/cmds.py:335
7171
7962
msgid "Find the proposal to merge this revision."
7174
#: breezy/plugins/launchpad/cmds.py:337
7176
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
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."
7181
#: breezy/plugins/launchpad/cmds.py:341
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."
7187
#: breezy/plugins/launchpad/cmds.py:344
7963
msgstr "Find the proposal to merge this revision."
7965
#: bzrlib/plugins/launchpad/cmds.py:337
7967
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7968
"This works only if the selected branch was the merge proposal target, and\n"
7969
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
7970
"are opened in a web browser."
7972
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7973
"This works only if the selected branch was the merge proposal target, and\n"
7974
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
7975
"are opened in a web browser."
7977
#: bzrlib/plugins/launchpad/cmds.py:342
7979
"Any revision involved in the merge may be specified-- the revision in\n"
7980
"which the merge was performed, or one of the revisions that was merged."
7982
"Any revision involved in the merge may be specified-- the revision in\n"
7983
"which the merge was performed, or one of the revisions that was merged."
7985
#: bzrlib/plugins/launchpad/cmds.py:345
7188
7986
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7191
#: breezy/plugins/launchpad/cmds.py:346
7192
msgid " bzr lp-find-proposal -r mainline:annotate:README:1"
7195
#: breezy/plugins/launchpad/cmds.py:365
7987
msgstr "So, to find the merge proposal that reviewed line 1 of README::"
7989
#: bzrlib/plugins/launchpad/cmds.py:347
7990
msgid " bzr lp-find-proposal -r annotate:README:1"
7991
msgstr " bzr lp-find-proposal -r annotate:README:1"
7993
#: bzrlib/plugins/launchpad/cmds.py:363
7196
7994
msgid "No review found."
7995
msgstr "No review found."
7199
#: breezy/plugins/launchpad/cmds.py:366
7997
#: bzrlib/plugins/launchpad/cmds.py:364
7200
7998
#, python-format
7201
7999
msgid "%d proposals(s) found."
7204
#: breezy/plugins/launchpad/cmds.py:378
8000
msgstr "%d proposals(s) found."
8002
#: bzrlib/plugins/launchpad/cmds.py:374
8003
msgid "Finding revision-id"
8004
msgstr "Finding revision-id"
8006
#: bzrlib/plugins/launchpad/cmds.py:381
8007
msgid "Finding merge"
8008
msgstr "Finding merge"
8010
#: bzrlib/plugins/launchpad/cmds.py:386
8011
msgid "Finding revno"
8012
msgstr "Finding revno"
8014
#: bzrlib/plugins/launchpad/cmds.py:392
8015
msgid "Finding Launchpad branch"
8016
msgstr "Finding Launchpad branch"
8018
#: bzrlib/plugins/launchpad/cmds.py:395
7205
8019
msgid "Finding proposals"
8020
msgstr "Finding proposals"
7208
#: breezy/plugins/launchpad/lp_api.py:231
7209
#: breezy/plugins/launchpad/lp_api.py:236
8022
#: bzrlib/plugins/launchpad/lp_api.py:241
8023
#: bzrlib/plugins/launchpad/lp_api.py:246
7210
8024
#, python-format
7211
8025
msgid "%s is not registered on Launchpad"
8026
msgstr "%s is not registered on Launchpad"
7214
#: breezy/plugins/launchpad/lp_api.py:246
8028
#: bzrlib/plugins/launchpad/lp_api.py:256
7215
8029
#, python-format
7216
8030
msgid "%s has no development focus."
8031
msgstr "%s has no development focus."
7219
#: breezy/plugins/launchpad/lp_api.py:251
8033
#: bzrlib/plugins/launchpad/lp_api.py:261
7220
8034
#, python-format
7221
8035
msgid "development focus %s has no branch."
8036
msgstr "development focus %s has no branch."
7224
#: breezy/plugins/launchpad/lp_api.py:256
8038
#: bzrlib/plugins/launchpad/lp_api.py:266
7225
8039
#, python-format
7226
8040
msgid "source package %s has no branch."
8041
msgstr "source package %s has no branch."
7229
#: breezy/plugins/launchpad/lp_api.py:260
8043
#: bzrlib/plugins/launchpad/lp_api.py:270
7230
8044
#, python-format
7231
8045
msgid "%s has no associated product or source package."
8046
msgstr "%s has no associated product or source package."
7234
#: breezy/plugins/launchpad/lp_api.py:272
8048
#: bzrlib/plugins/launchpad/lp_api.py:282
7235
8049
#, python-format
7236
8050
msgid "%s is already up-to-date."
8051
msgstr "%s is already up-to-date."
7239
#: breezy/plugins/launchpad/lp_api.py:279
8053
#: bzrlib/plugins/launchpad/lp_api.py:289
7240
8054
#, python-format
7241
8055
msgid "Pushing to %s"
8056
msgstr "Pushing to %s"
7244
#: breezy/plugins/launchpad/lp_directory.py:170
7245
#, python-brace-format
8058
#: bzrlib/plugins/launchpad/lp_directory.py:170
7247
8060
"resolution for {0}\n"
7248
8061
" local: {1}\n"
8064
"resolution for {0}\n"
7252
#: breezy/plugins/launchpad/lp_propose.py:161
8068
#: bzrlib/plugins/launchpad/lp_propose.py:150
7253
8069
#, python-format
7254
8070
msgid "There is already a branch merge proposal: %s"
8071
msgstr "There is already a branch merge proposal: %s"
7257
#: breezy/plugins/weave_fmt/bzrdir.py:237
8073
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
7258
8074
msgid "pb parameter to convert() is deprecated"
8075
msgstr "pb parameter to convert() is deprecated"
7261
#: breezy/plugins/weave_fmt/bzrdir.py:240
8077
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
7262
8078
msgid "starting upgrade from format 4 to 5"
8079
msgstr "starting upgrade from format 4 to 5"
7265
#: breezy/plugins/weave_fmt/bzrdir.py:250
8081
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
7266
8082
msgid "note: upgrade may be faster if all store files are ungzipped first"
8083
msgstr "note: upgrade may be faster if all store files are ungzipped first"
7269
#: breezy/plugins/weave_fmt/bzrdir.py:279
8085
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
7270
8086
msgid "converting revision"
8087
msgstr "converting revision"
7273
#: breezy/plugins/weave_fmt/bzrdir.py:284
8089
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7274
8090
msgid "upgraded to weaves:"
8091
msgstr "upgraded to weaves:"
7277
#: breezy/plugins/weave_fmt/bzrdir.py:285
8093
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
7278
8094
#, python-format
7279
8095
msgid "%6d revisions and inventories"
8096
msgstr "%6d revisions and inventories"
7282
#: breezy/plugins/weave_fmt/bzrdir.py:287
8098
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
7283
8099
#, python-format
7284
8100
msgid "%6d revisions not present"
8101
msgstr "%6d revisions not present"
7287
#: breezy/plugins/weave_fmt/bzrdir.py:289
8103
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
7288
8104
#, python-format
7289
8105
msgid "%6d texts"
7292
#: breezy/plugins/weave_fmt/bzrdir.py:325
8108
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
7293
8109
msgid "writing weave"
8110
msgstr "writing weave"
7296
#: breezy/plugins/weave_fmt/bzrdir.py:329
7297
#: breezy/plugins/weave_fmt/bzrdir.py:331
8112
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
8113
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
7298
8114
msgid "inventory"
7301
#: breezy/plugins/weave_fmt/bzrdir.py:348
8117
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
7302
8118
msgid "write revision"
8119
msgstr "write revision"
7305
#: breezy/plugins/weave_fmt/bzrdir.py:362
8121
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
7306
8122
msgid "loading revision"
8123
msgstr "loading revision"
7309
#: breezy/plugins/weave_fmt/bzrdir.py:367
8125
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
7310
8126
#, python-format
7311
8127
msgid "revision {%s} not present in branch; will be converted as a ghost"
8128
msgstr "revision {%s} not present in branch; will be converted as a ghost"
7314
#: breezy/plugins/weave_fmt/bzrdir.py:507
8130
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
7315
8131
msgid "starting upgrade from format 5 to 6"
8132
msgstr "starting upgrade from format 5 to 6"
7318
#: breezy/plugins/weave_fmt/bzrdir.py:517
8134
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
7319
8135
#, python-format
7320
8136
msgid "adding prefixes to %s"
8137
msgstr "adding prefixes to %s"
7323
#: breezy/plugins/weave_fmt/bzrdir.py:557
8139
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
7324
8140
msgid "starting upgrade from format 6 to metadir"
8141
msgstr "starting upgrade from format 6 to metadir"
7327
#: breezy/plugins/weave_fmt/bzrdir.py:565
8143
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
7328
8144
msgid "Removing ancestry.weave"
8145
msgstr "Removing ancestry.weave"
7331
#: breezy/plugins/weave_fmt/bzrdir.py:570
8147
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
7332
8148
msgid "Finding branch files"
8149
msgstr "Finding branch files"
7335
#: breezy/plugins/weave_fmt/bzrdir.py:580
8151
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
7336
8152
msgid "Upgrading repository"
8153
msgstr "Upgrading repository"
7339
#: breezy/plugins/weave_fmt/bzrdir.py:590
8155
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
7340
8156
msgid "Upgrading branch"
8157
msgstr "Upgrading branch"
7343
#: breezy/plugins/weave_fmt/bzrdir.py:613
8159
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
7344
8160
msgid "No working tree."
8161
msgstr "No working tree."
7347
#: breezy/plugins/weave_fmt/bzrdir.py:620
8163
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
7348
8164
msgid "Upgrading working tree"
8165
msgstr "Upgrading working tree"
7351
#: breezy/plugins/weave_fmt/bzrdir.py:641
8167
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7352
8168
#, python-format
7353
8169
msgid "Make %s lock"
8170
msgstr "Make %s lock"
7356
#: breezy/plugins/weave_fmt/bzrdir.py:652
8172
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
7357
8173
#, python-format
7358
8174
msgid "Moving %s"
7361
#: breezy/push.py:56
8177
#: bzrlib/push.py:56
7362
8178
msgid "Created new branch."
7365
#: breezy/push.py:97
7368
"Target directory %s already contains a .bzr directory, but it is not valid."
7371
#: breezy/push.py:101
7374
"Target directory %s already exists, but does not have a .bzr directory. "
7375
"Supply --use-existing-dir to push there anyway."
7378
#: breezy/push.py:122
8179
msgstr "Created new branch."
8181
#: bzrlib/push.py:97
8184
"Target directory %s already contains a .bzr directory, but it is not valid."
8186
"Target directory %s already contains a .bzr directory, but it is not valid."
8188
#: bzrlib/push.py:101
8191
"Target directory %s already exists, but does not have a .bzr directory. "
8192
"Supply --use-existing-dir to push there anyway."
8194
"Target directory %s already exists, but does not have a .bzr directory. "
8195
"Supply --use-existing-dir to push there anyway."
8197
#: bzrlib/push.py:122
7379
8198
#, python-format
7380
8199
msgid "Too many redirections trying to make %s."
7383
#: breezy/push.py:148
7385
"These branches have diverged. See \"bzr help diverged-branches\" for more "
7389
#: breezy/push.py:152
7392
"It is not possible to losslessly push to %s. You may want to use dpush "
7396
#: breezy/push.py:158
7399
"At %s you have a valid .bzr control directory, but not a branch or "
7400
"repository. This is an unsupported configuration. Please move the target "
7401
"directory out of the way and try again."
7404
#: breezy/reconcile.py:97
8200
msgstr "Too many redirections trying to make %s."
8202
#: bzrlib/push.py:148
8204
"These branches have diverged. See \"bzr help diverged-branches\" for more "
8207
"These branches have diverged. See \"bzr help diverged-branches\" for more "
8210
#: bzrlib/push.py:152
8213
"It is not possible to losslessly push to %s. You may want to use dpush "
8216
"It is not possible to losslessly push to %s. You may want to use dpush "
8219
#: bzrlib/push.py:158
8222
"At %s you have a valid .bzr control directory, but not a branch or "
8223
"repository. This is an unsupported configuration. Please move the target "
8224
"directory out of the way and try again."
8226
"At %s you have a valid .bzr control directory, but not a branch or "
8227
"repository. This is an unsupported configuration. Please move the target "
8228
"directory out of the way and try again."
8230
#: bzrlib/reconcile.py:97
7405
8231
#, python-format
7406
8232
msgid "Reconciling branch %s"
8233
msgstr "Reconciling branch %s"
7409
#: breezy/reconcile.py:103
8235
#: bzrlib/reconcile.py:103
7410
8236
#, python-format
7411
8237
msgid "Reconciling repository %s"
8238
msgstr "Reconciling repository %s"
7414
#: breezy/reconcile.py:105
8240
#: bzrlib/reconcile.py:105
7415
8241
msgid "Reconciling repository"
8242
msgstr "Reconciling repository"
7418
#: breezy/reconcile.py:111
8244
#: bzrlib/reconcile.py:111
7419
8245
#, python-format
7420
8246
msgid "%s cannot canonicalize CHKs."
8247
msgstr "%s cannot canonicalise CHKs."
7423
#: breezy/reconcile.py:119
8249
#: bzrlib/reconcile.py:119
7424
8250
msgid "Reconcile aborted: revision index has inconsistent parents."
8251
msgstr "Reconcile aborted: revision index has inconsistent parents."
7427
#: breezy/reconcile.py:121
8253
#: bzrlib/reconcile.py:121
7428
8254
msgid "Run \"bzr check\" for more details."
8255
msgstr "Run \"bzr check\" for more details."
7431
#: breezy/reconcile.py:123
8257
#: bzrlib/reconcile.py:123
7432
8258
msgid "Reconciliation complete."
8259
msgstr "Reconciliation complete."
7435
#: breezy/reconcile.py:166
7436
#, python-brace-format
8261
#: bzrlib/reconcile.py:166
7437
8262
msgid "Fixing last revision info {0} => {1}"
8263
msgstr "Fixing last revision info {0} => {1}"
7440
#: breezy/reconcile.py:173
8265
#: bzrlib/reconcile.py:173
7441
8266
msgid "revision_history ok."
8267
msgstr "revision_history ok."
7444
#: breezy/reconcile.py:234
8269
#: bzrlib/reconcile.py:234
7445
8270
msgid "Reading inventory data"
8271
msgstr "Reading inventory data"
7448
#: breezy/reconcile.py:254 breezy/reconcile.py:384
8273
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
7449
8274
msgid "Inventory ok."
8275
msgstr "Inventory ok."
7452
#: breezy/reconcile.py:256 breezy/reconcile.py:386
8277
#: bzrlib/reconcile.py:256 bzrlib/reconcile.py:386
7453
8278
msgid "Backing up inventory"
8279
msgstr "Backing up inventory"
7456
#: breezy/reconcile.py:258
8281
#: bzrlib/reconcile.py:258
7457
8282
msgid "Backup inventory created."
8283
msgstr "Backup inventory created."
7460
#: breezy/reconcile.py:274 breezy/reconcile.py:405
8285
#: bzrlib/reconcile.py:274 bzrlib/reconcile.py:405
7461
8286
msgid "Writing weave"
8287
msgstr "Writing weave"
7464
#: breezy/reconcile.py:277 breezy/reconcile.py:408
8289
#: bzrlib/reconcile.py:277 bzrlib/reconcile.py:408
7465
8290
msgid "Inventory regenerated."
8291
msgstr "Inventory regenerated."
7468
#: breezy/reconcile.py:371 breezy/reconcile.py:373 breezy/reconcile.py:376
8293
#: bzrlib/reconcile.py:371 bzrlib/reconcile.py:373 bzrlib/reconcile.py:376
7469
8294
msgid "Reading indexes"
8295
msgstr "Reading indexes"
7472
#: breezy/reconcile.py:380 breezy/reconcile.py:382
8297
#: bzrlib/reconcile.py:380 bzrlib/reconcile.py:382
7473
8298
msgid "Checking unused inventories"
8299
msgstr "Checking unused inventories"
7476
#: breezy/reconcile.py:388
8301
#: bzrlib/reconcile.py:388
7477
8302
msgid "Backup Inventory created"
8303
msgstr "Backup Inventory created"
7480
#: breezy/reconcile.py:446
8305
#: bzrlib/reconcile.py:446
7481
8306
msgid "Fixing text parents"
8307
msgstr "Fixing text parents"
7484
#: breezy/reconfigure.py:54
7485
#, python-brace-format
8309
#: bzrlib/reconfigure.py:54
7486
8310
msgid "{0} is now stacked on {1}\n"
8311
msgstr "{0} is now stacked on {1}\n"
7489
#: breezy/reconfigure.py:69
8313
#: bzrlib/reconfigure.py:69
7490
8314
#, python-format
7491
8315
msgid "%s is now not stacked\n"
8316
msgstr "%s is now not stacked\n"
7494
#: breezy/remote.py:1228 breezy/repository.py:289
8318
#: bzrlib/remote.py:1228 bzrlib/repository.py:289
7495
8319
#, python-format
7496
8320
msgid "bzr: ERROR (ignored): %s"
8321
msgstr "bzr: ERROR (ignored): %s"
7499
#: breezy/remote.py:2534
8323
#: bzrlib/remote.py:2534
7500
8324
msgid "Copying repository content as tarball..."
8325
msgstr "Copying repository content as tarball..."
7503
#: breezy/rename_map.py:69
8327
#: bzrlib/rename_map.py:69
7504
8328
msgid "Calculating hashes"
8329
msgstr "Calculating hashes"
7507
#: breezy/rename_map.py:107
8331
#: bzrlib/rename_map.py:107
7508
8332
msgid "Determining hash hits"
8333
msgstr "Determining hash hits"
7511
#: breezy/rename_map.py:242
7512
#, python-brace-format
8335
#: bzrlib/rename_map.py:242
7513
8336
msgid "{0} => {1}"
7516
#: breezy/repository.py:1738
8339
#: bzrlib/repository.py:1738
7517
8340
msgid "Moving repository to repository.backup"
8341
msgstr "Moving repository to repository.backup"
7520
#: breezy/repository.py:1745
8343
#: bzrlib/repository.py:1745
7521
8344
msgid "Creating new repository"
8345
msgstr "Creating new repository"
7524
#: breezy/repository.py:1750
8347
#: bzrlib/repository.py:1750
7525
8348
msgid "Copying content"
8349
msgstr "Copying content"
7528
#: breezy/repository.py:1754
8351
#: bzrlib/repository.py:1754
7529
8352
msgid "Deleting old repository content"
8353
msgstr "Deleting old repository content"
7532
#: breezy/repository.py:1756
8355
#: bzrlib/repository.py:1756
7533
8356
msgid "repository converted"
8357
msgstr "repository converted"
7536
#: breezy/revisionspec.py:903
7537
#, python-brace-format
8359
#: bzrlib/revisionspec.py:903
7538
8360
msgid "Using {0} {1}"
8361
msgstr "Using {0} {1}"
7541
#: breezy/send.py:59
8363
#: bzrlib/send.py:59
7542
8364
#, python-format
7543
8365
msgid "Mail client \"%s\" does not support specifying body"
8366
msgstr "Mail client \"%s\" does not support specifying body"
7546
#: breezy/send.py:63
8368
#: bzrlib/send.py:63
7547
8369
msgid "--remember requires a branch to be specified."
8370
msgstr "--remember requires a branch to be specified."
7550
#: breezy/send.py:78
8372
#: bzrlib/send.py:78
7551
8373
msgid "No submit branch known or specified"
8374
msgstr "No submit branch known or specified"
7554
#: breezy/send.py:81
7555
#, python-brace-format
8376
#: bzrlib/send.py:81
7556
8377
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
8379
"Using saved {0} location \"{1}\" to determine what changes to submit."
7559
#: breezy/send.py:99
8381
#: bzrlib/send.py:99
7560
8382
#, python-format
7561
8383
msgid "No such send format '%s'."
8384
msgstr "No such send format '%s'."
7564
#: breezy/send.py:115
8386
#: bzrlib/send.py:115
7565
8387
msgid "bzr send takes at most two one revision identifiers"
8388
msgstr "bzr send takes at most two one revision identifiers"
7568
#: breezy/send.py:128
8390
#: bzrlib/send.py:128
7569
8391
msgid "No revisions to submit."
8392
msgstr "No revisions to submit."
7572
#: breezy/send.py:140
8394
#: bzrlib/send.py:140
7574
8396
"- not supported for merge directives that use more than one output file."
8398
"- not supported for merge directives that use more than one output file."
7577
#: breezy/send.py:186
8400
#: bzrlib/send.py:186
7578
8401
msgid "Format 0.9 does not permit bundle with no patch"
8402
msgstr "Format 0.9 does not permit bundle with no patch"
7581
#: breezy/shelf_ui.py:46
8404
#: bzrlib/shelf_ui.py:46
7582
8405
#, python-format
7583
8406
msgid "Shelve adding file \"%(path)s\"?"
8407
msgstr "Shelve adding file \"%(path)s\"?"
7586
#: breezy/shelf_ui.py:47
8409
#: bzrlib/shelf_ui.py:47
7587
8410
msgid "Shelve binary changes?"
8411
msgstr "Shelve binary changes?"
7590
#: breezy/shelf_ui.py:48
8413
#: bzrlib/shelf_ui.py:48
7591
8414
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
8415
msgstr "Shelve changing \"%s\" from %(other)s to %(this)s?"
7594
#: breezy/shelf_ui.py:50
8417
#: bzrlib/shelf_ui.py:50
7595
8418
#, python-format
7596
8419
msgid "Shelve removing file \"%(path)s\"?"
8420
msgstr "Shelve removing file \"%(path)s\"?"
7599
#: breezy/shelf_ui.py:51
8422
#: bzrlib/shelf_ui.py:51
7600
8423
#, python-format
7601
8424
msgid "Shelve %d change(s)?"
8425
msgstr "Shelve %d change(s)?"
7604
#: breezy/shelf_ui.py:52
8427
#: bzrlib/shelf_ui.py:52
7605
8428
msgid "Shelve?"
7608
#: breezy/shelf_ui.py:53
8431
#: bzrlib/shelf_ui.py:53
7609
8432
#, python-format
7611
8434
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
8436
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7614
#: breezy/shelf_ui.py:55
8438
#: bzrlib/shelf_ui.py:55
7615
8439
#, python-format
7616
8440
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
8441
msgstr "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7619
#: breezy/shelf_ui.py:70
8443
#: bzrlib/shelf_ui.py:70
7620
8444
#, python-format
7621
8445
msgid "Changes shelved with id \"%d\"."
8446
msgstr "Changes shelved with id \"%d\"."
7624
#: breezy/shelf_ui.py:74
8448
#: bzrlib/shelf_ui.py:74
7625
8449
msgid "Selected changes destroyed."
8450
msgstr "Selected changes destroyed."
7628
#: breezy/shelf_ui.py:78
8452
#: bzrlib/shelf_ui.py:78
7629
8453
msgid "Selected changes:"
8454
msgstr "Selected changes:"
7632
#: breezy/shelf_ui.py:98
8456
#: bzrlib/shelf_ui.py:98
7633
8457
#, python-format
7634
8458
msgid "Delete file \"%(path)s\"?"
8459
msgstr "Delete file \"%(path)s\"?"
7637
#: breezy/shelf_ui.py:99
8461
#: bzrlib/shelf_ui.py:99
7638
8462
msgid "Apply binary changes?"
8463
msgstr "Apply binary changes?"
7641
#: breezy/shelf_ui.py:100
8465
#: bzrlib/shelf_ui.py:100
7642
8466
#, python-format
7643
8467
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
8468
msgstr "Change \"%(path)s\" from %(this)s to %(other)s?"
7646
#: breezy/shelf_ui.py:102
8470
#: bzrlib/shelf_ui.py:102
7647
8471
#, python-format
7648
8472
msgid "Add file \"%(path)s\"?"
8473
msgstr "Add file \"%(path)s\"?"
7651
#: breezy/shelf_ui.py:103
8475
#: bzrlib/shelf_ui.py:103
7652
8476
#, python-format
7653
8477
msgid "Apply %d change(s)?"
8478
msgstr "Apply %d change(s)?"
7656
#: breezy/shelf_ui.py:104
8480
#: bzrlib/shelf_ui.py:104
7657
8481
msgid "Apply change?"
8482
msgstr "Apply change?"
7660
#: breezy/shelf_ui.py:105
8484
#: bzrlib/shelf_ui.py:105
7661
8485
#, python-format
7662
8486
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
8487
msgstr "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7665
#: breezy/shelf_ui.py:107
8489
#: bzrlib/shelf_ui.py:107
7666
8490
#, python-format
7667
8491
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
8492
msgstr "Rename \"%(this)s\" => \"%(other)s\"?"
7670
#: breezy/shelf_ui.py:402
8494
#: bzrlib/shelf_ui.py:402
7671
8495
msgid "No changes are shelved."
8496
msgstr "No changes are shelved."
7674
#: breezy/shelf_ui.py:460
8498
#: bzrlib/shelf_ui.py:460
7675
8499
#, python-format
7676
8500
msgid "Using changes with id \"%d\"."
8501
msgstr "Using changes with id \"%d\"."
7679
#: breezy/shelf_ui.py:464
8503
#: bzrlib/shelf_ui.py:464
7680
8504
#, python-format
7681
8505
msgid "Message: %s"
8506
msgstr "Message: %s"
7684
#: breezy/shelf_ui.py:476
8508
#: bzrlib/shelf_ui.py:476
7685
8509
#, python-format
7686
8510
msgid "Deleted changes with id \"%d\"."
8511
msgstr "Deleted changes with id \"%d\"."
7689
#: breezy/smart/medium.py:714
7690
#, python-brace-format
8513
#: bzrlib/smart/medium.py:714
7691
8514
msgid "HPSS calls: {0} ({1} vfs) {2}"
7694
#: breezy/smart/ping.py:32
7695
msgid "Pings a Bazaar smart server."
7698
#: breezy/smart/ping.py:34
7700
"This command sends a 'hello' request to the given location using the bzr\n"
7701
"smart protocol, and reports the response."
7704
#: breezy/smart/server.py:169
8515
msgstr "HPSS calls: {0} ({1} vfs) {2}"
8517
#: bzrlib/smart/server.py:169
7705
8518
msgid "Requested to stop gracefully"
8519
msgstr "Requested to stop gracefully"
7708
#: breezy/smart/server.py:179
8521
#: bzrlib/smart/server.py:179
7709
8522
#, python-format
7710
8523
msgid "Waiting for %d client(s) to finish"
8524
msgstr "Waiting for %d client(s) to finish"
7713
#: breezy/smart/server.py:185
8526
#: bzrlib/smart/server.py:185
7714
8527
#, python-format
7715
8528
msgid "Still waiting for %d client(s) to finish"
8529
msgstr "Still waiting for %d client(s) to finish"
7718
#: breezy/smart/server.py:219
8531
#: bzrlib/smart/server.py:219
7719
8532
#, python-format
7720
8533
msgid "listening socket error: %s"
8534
msgstr "listening socket error: %s"
7723
#: breezy/smart/server.py:452
8536
#: bzrlib/smart/server.py:452
7724
8537
#, python-format
7725
8538
msgid "listening on port: %s"
8539
msgstr "listening on port: %s"
7728
#: breezy/switch.py:84
8541
#: bzrlib/switch.py:73
7729
8542
msgid "Pending merges must be committed or reverted before using switch."
8543
msgstr "Pending merges must be committed or reverted before using switch."
7732
#: breezy/switch.py:111
8545
#: bzrlib/switch.py:100
7734
8547
"Cannot switch as local commits found in the checkout. Commit these to the "
7735
8548
"bound branch or use --force to throw them away."
8550
"Cannot switch as local commits found in the checkout. Commit these to the "
8551
"bound branch or use --force to throw them away."
7738
#: breezy/switch.py:116
8553
#: bzrlib/switch.py:105
7739
8554
#, python-format
7741
8556
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7742
8557
"anyway, use --force."
8559
"Unable to connect to current master branch %(target)s: %(error)s To switch "
8560
"anyway, use --force."
7745
#: breezy/switch.py:140
8562
#: bzrlib/switch.py:129
7746
8563
msgid "Cannot switch a branch, only a checkout."
8564
msgstr "Cannot switch a branch, only a checkout."
7749
#: breezy/switch.py:183
8566
#: bzrlib/switch.py:167
7750
8567
#, python-format
7751
8568
msgid "Tree is up to date at revision %d."
8569
msgstr "Tree is up to date at revision %d."
7754
#: breezy/switch.py:190
8571
#: bzrlib/switch.py:173
7755
8572
#, python-format
7756
8573
msgid "Updated to revision %d."
8574
msgstr "Updated to revision %d."
7759
#: breezy/transform.py:1723 breezy/transform.py:1734 breezy/transform.py:1736
8576
#: bzrlib/transform.py:1723 bzrlib/transform.py:1734 bzrlib/transform.py:1736
7760
8577
msgid "Apply phase"
8578
msgstr "Apply phase"
7763
#: breezy/transform.py:1762 breezy/transform.py:1830
8580
#: bzrlib/transform.py:1762 bzrlib/transform.py:1830
7764
8581
msgid "removing file"
8582
msgstr "removing file"
7767
#: breezy/transform.py:1780 breezy/transform.py:1865
8584
#: bzrlib/transform.py:1780 bzrlib/transform.py:1865
7768
8585
msgid "adding file"
8586
msgstr "adding file"
7771
#: breezy/transform.py:2598
8588
#: bzrlib/transform.py:2598
7772
8589
msgid "Building tree"
8590
msgstr "Building tree"
7775
#: breezy/transform.py:2688 breezy/transform.py:2715
8592
#: bzrlib/transform.py:2688 bzrlib/transform.py:2715
7776
8593
msgid "Adding file contents"
8594
msgstr "Adding file contents"
7779
#: breezy/transform.py:3017
8596
#: bzrlib/transform.py:3017
7780
8597
msgid "Resolution pass"
8598
msgstr "Resolution pass"
7783
#: breezy/transport/ftp/_gssapi.py:88
8600
#: bzrlib/transport/ftp/_gssapi.py:88
7784
8601
#, python-format
7785
8602
msgid "Authenticated as %s"
8603
msgstr "Authenticated as %s"
7788
#: breezy/tree.py:647
8605
#: bzrlib/tree.py:647
7789
8606
msgid "*** {0} content-filter: {1} => {2!r}"
8607
msgstr "*** {0} content-filter: {1} => {2!r}"
7792
#: breezy/upgrade.py:77
8609
#: bzrlib/upgrade.py:77
7793
8610
#, python-format
7794
8611
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
8612
msgstr "This is a checkout. The branch (%s) needs to be upgraded separately."
7797
#: breezy/upgrade.py:100
8614
#: bzrlib/upgrade.py:100
7798
8615
#, python-format
7799
8616
msgid "cannot upgrade from bzrdir format %s"
8617
msgstr "cannot upgrade from bzrdir format %s"
7802
#: breezy/upgrade.py:103
8619
#: bzrlib/upgrade.py:103
7803
8620
#, python-format
7804
8621
msgid "starting upgrade of %s"
8622
msgstr "starting upgrade of %s"
7807
#: breezy/upgrade.py:110
8624
#: bzrlib/upgrade.py:110
7808
8625
msgid "finished"
7811
#: breezy/upgrade.py:120
8628
#: bzrlib/upgrade.py:120
7812
8629
msgid "Deleting backup.bzr"
8630
msgstr "Deleting backup.bzr"
7815
#: breezy/upgrade.py:151
7816
#, python-brace-format
8632
#: bzrlib/upgrade.py:151
7819
8635
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
8638
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7822
#: breezy/upgrade.py:208
8640
#: bzrlib/upgrade.py:208
7823
8641
#, python-format
7824
8642
msgid "Found %d dependent branches - upgrading ..."
8643
msgstr "Found %d dependent branches - upgrading ..."
7827
#: breezy/upgrade.py:276
8645
#: bzrlib/upgrade.py:276
7828
8646
msgid "Upgrading bzrdirs"
8647
msgstr "Upgrading bzrdirs"
7831
#: breezy/upgrade.py:282
8649
#: bzrlib/upgrade.py:282
7832
8650
#, python-format
7833
8651
msgid "Upgrading %s"
8652
msgstr "Upgrading %s"
7836
#: breezy/upgrade.py:283
7837
#, python-brace-format
8654
#: bzrlib/upgrade.py:283
7838
8655
msgid "Upgrading {0} {1} ..."
8656
msgstr "Upgrading {0} {1} ..."
7841
#: breezy/upgrade.py:301
8658
#: bzrlib/upgrade.py:301
7842
8659
msgid "Removing backup ..."
8660
msgstr "Removing backup ..."
7845
#: breezy/upgrade.py:305
7846
#, python-brace-format
8662
#: bzrlib/upgrade.py:305
7847
8663
msgid "failed to clean-up {0}: {1}"
8664
msgstr "failed to clean-up {0}: {1}"
7850
#: breezy/vf_repository.py:1091
8666
#: bzrlib/vf_repository.py:1091
7851
8667
msgid "inventories"
8668
msgstr "inventories"
7854
#: breezy/vf_repository.py:1117
8670
#: bzrlib/vf_repository.py:1117
7858
#: breezy/vf_repository.py:1622 breezy/vf_repository.py:1631
8674
#: bzrlib/vf_repository.py:1622 bzrlib/vf_repository.py:1631
7859
8675
msgid "Calculating text parents"
8676
msgstr "Calculating text parents"
7862
#: breezy/vf_repository.py:1707
8678
#: bzrlib/vf_repository.py:1707
7863
8679
msgid "Fetch texts"
8680
msgstr "Fetch texts"
7866
#: breezy/vf_repository.py:2536
8682
#: bzrlib/vf_repository.py:2536
7867
8683
msgid "loading text store"
8684
msgstr "loading text store"
7870
#: breezy/vf_repository.py:2542
8686
#: bzrlib/vf_repository.py:2542
7871
8687
msgid "checking text graph"
8688
msgstr "checking text graph"
7874
#: breezy/vf_repository.py:2998 breezy/vf_repository.py:3012
7875
#: breezy/vf_repository.py:3127
8690
#: bzrlib/vf_repository.py:2998 bzrlib/vf_repository.py:3012
8691
#: bzrlib/vf_repository.py:3127
7876
8692
msgid "Transferring revisions"
8693
msgstr "Transferring revisions"
7879
#: breezy/win32utils.py:146
8695
#: bzrlib/win32utils.py:146
7880
8696
msgid "Failed to GetProcessMemoryInfo()"
8697
msgstr "Failed to GetProcessMemoryInfo()"
7883
#: breezy/win32utils.py:167
8699
#: bzrlib/win32utils.py:167
7884
8700
msgid "Cannot debug memory on win32 without ctypes or win32process"
8701
msgstr "Cannot debug memory on win32 without ctypes or win32process"
7887
#: breezy/win32utils.py:172
7888
#, python-brace-format
8703
#: bzrlib/win32utils.py:172
7889
8704
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
8705
msgstr "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7892
#: breezy/win32utils.py:180
8707
#: bzrlib/win32utils.py:180
7893
8708
#, python-format
7894
8709
msgid "WorkingSize %8d KiB"
8710
msgstr "WorkingSize %8d KiB"
7897
#: breezy/win32utils.py:181
8712
#: bzrlib/win32utils.py:181
7898
8713
#, python-format
7899
8714
msgid "PeakWorking %8d KiB"
8715
msgstr "PeakWorking %8d KiB"
7902
#: breezy/win32utils.py:182
8717
#: bzrlib/win32utils.py:182
7903
8718
#, python-format
7904
8719
msgid "PagefileUsage %8d KiB"
8720
msgstr "PagefileUsage %8d KiB"
7907
#: breezy/win32utils.py:183
8722
#: bzrlib/win32utils.py:183
7908
8723
#, python-format
7909
8724
msgid "PeakPagefileUsage %8d KiB"
8725
msgstr "PeakPagefileUsage %8d KiB"
7912
#: breezy/win32utils.py:185
8727
#: bzrlib/win32utils.py:185
7913
8728
#, python-format
7914
8729
msgid "PrivateUsage %8d KiB"
8730
msgstr "PrivateUsage %8d KiB"
7917
#: breezy/win32utils.py:186
8732
#: bzrlib/win32utils.py:186
7918
8733
#, python-format
7919
8734
msgid "PageFaultCount %8d"
8735
msgstr "PageFaultCount %8d"
7922
#: breezy/workingtree.py:1516
8737
#: bzrlib/workingtree.py:1482
7923
8738
msgid "Rerun update after fixing the conflicts."
8739
msgstr "Rerun update after fixing the conflicts."
7926
8741
#: dummy/help_topics/authentication/summary.txt:1
7927
8742
msgid "Information on configuring authentication"
8743
msgstr "Information on configuring authentication"
7930
8745
#: dummy/help_topics/basic/detail.txt:1
7932
"Bazaar 2.8.0dev1 -- a free distributed version-control tool\n"
8747
"Bazaar 2.6b2 -- a free distributed version-control tool\n"
7933
8748
"http://bazaar.canonical.com/"
8750
"Bazaar 2.6b2 -- a free distributed version-control tool\n"
8751
"http://bazaar.canonical.com/"
7936
8753
#: dummy/help_topics/basic/detail.txt:4