/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to po/en_GB.po

  • Committer: Richard Wilbur
  • Date: 2016-02-04 19:07:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6618.
  • Revision ID: richard.wilbur@gmail.com-20160204190728-p0zvfii6zase0fw7
Update COPYING.txt from the original http://www.gnu.org/licenses/gpl-2.0.txt  (Only differences were in whitespace.)  Thanks to Petr Stodulka for pointing out the discrepancy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#: breezy/add.py:93
2
 
#, python-brace-format
 
1
# English (United Kingdom) translation for bzr
 
2
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
 
3
# This file is distributed under the same license as the bzr package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: bzr\n"
 
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 
10
"POT-Creation-Date: 2012-07-10 11:35+0200\n"
 
11
"PO-Revision-Date: 2012-01-17 10:28+0000\n"
 
12
"Last-Translator: Anthony Harrington <untaintableangel@hotmail.co.uk>\n"
 
13
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
 
18
"X-Launchpad-Export-Date: 2012-07-11 04:34+0000\n"
 
19
"X-Generator: Launchpad (build 15593)\n"
 
20
 
 
21
#: bzrlib/add.py:93
3
22
msgid "skipping {0} (larger than {1} of {2} bytes)"
4
 
msgstr ""
 
23
msgstr "skipping {0} (larger than {1} of {2} bytes)"
5
24
 
6
 
#: breezy/branch.py:872
 
25
#: bzrlib/branch.py:854
7
26
msgid "Unstacking"
8
 
msgstr ""
 
27
msgstr "Unstacking"
9
28
 
10
 
#: breezy/branch.py:3012
 
29
#: bzrlib/branch.py:2955
11
30
#, python-format
12
31
msgid "Pushed up to revision %d."
13
 
msgstr ""
 
32
msgstr "Pushed up to revision %d."
14
33
 
15
 
#: breezy/branch.py:3014
 
34
#: bzrlib/branch.py:2957
16
35
#, python-format
17
36
msgid "%d tag updated."
18
37
msgid_plural "%d tags updated."
19
 
msgstr[0] ""
20
 
msgstr[1] ""
 
38
msgstr[0] "%d tag updated."
 
39
msgstr[1] "%d tags updated."
21
40
 
22
 
#: breezy/branch.py:3017
 
41
#: bzrlib/branch.py:2960
23
42
msgid "No new revisions or tags to push."
24
 
msgstr ""
 
43
msgstr "No new revisions or tags to push."
25
44
 
26
 
#: breezy/branch.py:3019
 
45
#: bzrlib/branch.py:2962
27
46
msgid "No new revisions to push."
28
 
msgstr ""
 
47
msgstr "No new revisions to push."
29
48
 
30
 
#: breezy/branch.py:3039
31
 
#, python-brace-format
 
49
#: bzrlib/branch.py:2982
32
50
msgid "checked branch {0} format {1}"
33
 
msgstr ""
 
51
msgstr "checked branch {0} format {1}"
34
52
 
35
 
#: breezy/branch.py:3042
 
53
#: bzrlib/branch.py:2985
36
54
#, python-format
37
55
msgid "found error:%s"
38
 
msgstr ""
 
56
msgstr "found error:%s"
39
57
 
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
41
59
#, python-format
42
60
msgid "Ignoring files outside view. View is %s"
43
 
msgstr ""
 
61
msgstr "Ignoring files outside view. View is %s"
44
62
 
45
 
#: breezy/builtins.py:260
 
63
#: bzrlib/builtins.py:260
46
64
#, python-format
47
 
msgid "brz %s --revision takes exactly one revision identifier"
48
 
msgstr ""
 
65
msgid "bzr %s --revision takes exactly one revision identifier"
 
66
msgstr "bzr %s --revision takes exactly one revision identifier"
49
67
 
50
 
#: breezy/builtins.py:315
 
68
#: bzrlib/builtins.py:315
51
69
msgid "Display status summary."
52
 
msgstr ""
53
 
 
54
 
#: breezy/builtins.py:317
55
 
msgid ""
56
 
"This reports on versioned and unknown files, reporting them\n"
57
 
"grouped by state.  Possible states are:"
58
 
msgstr ""
59
 
 
60
 
#: breezy/builtins.py:320
61
 
msgid ""
62
 
"added\n"
63
 
"    Versioned in the working copy but not in the previous revision."
64
 
msgstr ""
65
 
 
66
 
#: breezy/builtins.py:323
67
 
msgid ""
68
 
"removed\n"
69
 
"    Versioned in the previous revision but removed or deleted\n"
70
 
"    in the working copy."
71
 
msgstr ""
72
 
 
73
 
#: breezy/builtins.py:327
74
 
msgid ""
75
 
"renamed\n"
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."
79
 
msgstr ""
80
 
 
81
 
#: breezy/builtins.py:332
82
 
msgid ""
83
 
"modified\n"
84
 
"    Text has changed since the previous revision."
85
 
msgstr ""
86
 
 
87
 
#: breezy/builtins.py:335
 
70
msgstr "Display status summary."
 
71
 
 
72
#: bzrlib/builtins.py:317
 
73
msgid ""
 
74
"This reports on versioned and unknown files, reporting them\n"
 
75
"grouped by state.  Possible states are:"
 
76
msgstr ""
 
77
"This reports on versioned and unknown files, reporting them\n"
 
78
"grouped by state.  Possible states are:"
 
79
 
 
80
#: bzrlib/builtins.py:320
 
81
msgid ""
 
82
"added\n"
 
83
"    Versioned in the working copy but not in the previous revision."
 
84
msgstr ""
 
85
"added\n"
 
86
"    Versioned in the working copy but not in the previous revision."
 
87
 
 
88
#: bzrlib/builtins.py:323
 
89
msgid ""
 
90
"removed\n"
 
91
"    Versioned in the previous revision but removed or deleted\n"
 
92
"    in the working copy."
 
93
msgstr ""
 
94
"removed\n"
 
95
"    Versioned in the previous revision but removed or deleted\n"
 
96
"    in the working copy."
 
97
 
 
98
#: bzrlib/builtins.py:327
 
99
msgid ""
 
100
"renamed\n"
 
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."
 
104
msgstr ""
 
105
"renamed\n"
 
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."
 
109
 
 
110
#: bzrlib/builtins.py:332
 
111
msgid ""
 
112
"modified\n"
 
113
"    Text has changed since the previous revision."
 
114
msgstr ""
 
115
"modified\n"
 
116
"    Text has changed since the previous revision."
 
117
 
 
118
#: bzrlib/builtins.py:335
88
119
msgid ""
89
120
"kind changed\n"
90
121
"    File kind has been changed (e.g. from file to directory)."
91
122
msgstr ""
92
 
 
93
 
#: breezy/builtins.py:338
94
 
msgid ""
95
 
"unknown\n"
96
 
"    Not versioned and not matching an ignore pattern."
97
 
msgstr ""
98
 
 
99
 
#: breezy/builtins.py:341
100
 
msgid ""
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."
105
 
msgstr ""
106
 
 
107
 
#: breezy/builtins.py:346
108
 
msgid ""
109
 
"To see ignored files use 'brz ignored'.  For details on the\n"
110
 
"changes to file texts, use 'brz diff'."
111
 
msgstr ""
112
 
 
113
 
#: breezy/builtins.py:349
114
 
msgid ""
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."
118
 
msgstr ""
119
 
 
120
 
#: breezy/builtins.py:353
121
 
msgid ""
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."
126
 
msgstr ""
127
 
 
128
 
#: breezy/builtins.py:358
129
 
msgid ""
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."
134
 
msgstr ""
135
 
 
136
 
#: breezy/builtins.py:363
137
 
msgid ""
138
 
"To compare the working directory to a specific revision, pass a\n"
139
 
"single revision to the revision argument."
140
 
msgstr ""
141
 
 
142
 
#: breezy/builtins.py:366
143
 
msgid ""
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'."
147
 
msgstr ""
148
 
 
149
 
# help of 'short' option of 'status' command
150
 
#: breezy/builtins.py:375
 
123
"type changed\n"
 
124
"    File type has been changed (e.g. from file to directory)."
 
125
 
 
126
#: bzrlib/builtins.py:338
 
127
msgid ""
 
128
"unknown\n"
 
129
"    Not versioned and not matching an ignore pattern."
 
130
msgstr ""
 
131
"unknown\n"
 
132
"    Not versioned and not matching an ignore pattern."
 
133
 
 
134
#: bzrlib/builtins.py:341
 
135
msgid ""
 
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."
 
140
msgstr ""
 
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."
 
145
 
 
146
#: bzrlib/builtins.py:346
 
147
msgid ""
 
148
"To see ignored files use 'bzr ignored'.  For details on the\n"
 
149
"changes to file texts, use 'bzr diff'."
 
150
msgstr ""
 
151
"To see ignored files, use 'bzr ignored'.  For details on the\n"
 
152
"changes to file texts, use 'bzr diff'."
 
153
 
 
154
#: bzrlib/builtins.py:349
 
155
msgid ""
 
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."
 
159
msgstr ""
 
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."
 
163
 
 
164
#: bzrlib/builtins.py:353
 
165
msgid ""
 
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."
 
170
msgstr ""
 
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."
 
175
 
 
176
#: bzrlib/builtins.py:358
 
177
msgid ""
 
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."
 
182
msgstr ""
 
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."
 
187
 
 
188
#: bzrlib/builtins.py:363
 
189
msgid ""
 
190
"To compare the working directory to a specific revision, pass a\n"
 
191
"single revision to the revision argument."
 
192
msgstr ""
 
193
"To compare the working directory to a specific revision, pass a\n"
 
194
"single revision to the revision argument."
 
195
 
 
196
#: bzrlib/builtins.py:366
 
197
msgid ""
 
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'."
 
201
msgstr ""
 
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'."
 
205
 
 
206
#: bzrlib/builtins.py:375
151
207
msgid "Use short status indicators."
152
 
msgstr ""
 
208
msgstr "Use short status indicators."
153
209
 
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."
157
 
msgstr ""
 
212
msgstr "Only show versioned files."
158
213
 
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."
162
 
msgstr ""
 
216
msgstr "Don't show pending merges."
163
217
 
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."
167
 
msgstr ""
168
 
 
169
 
#: breezy/builtins.py:397
170
 
msgid "brz status --revision takes exactly one or two revision specifiers"
171
 
msgstr ""
172
 
 
173
 
#: breezy/builtins.py:441 breezy/builtins.py:5229
 
220
msgstr "Do not mark object type using indicator."
 
221
 
 
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"
 
225
 
 
226
#: bzrlib/builtins.py:441 bzrlib/builtins.py:5230
174
227
msgid "You can only supply one of revision_id or --revision"
175
 
msgstr ""
 
228
msgstr "You can only supply one of revision_id or --revision"
176
229
 
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"
179
 
msgstr ""
 
232
msgstr "You must supply either --revision or a revision_id"
180
233
 
181
 
#: breezy/builtins.py:451
 
234
#: bzrlib/builtins.py:451
182
235
#, python-format
183
236
msgid "Repository %r does not support access to raw revision texts"
184
 
msgstr ""
 
237
msgstr "Repository %r does not support access to raw revision texts"
185
238
 
186
 
#: breezy/builtins.py:462
187
 
#, python-brace-format
 
239
#: bzrlib/builtins.py:462
188
240
msgid "The repository {0} contains no revision {1}."
189
 
msgstr ""
 
241
msgstr "The repository {0} contains no revision {1}."
190
242
 
191
 
#: breezy/builtins.py:469
 
243
#: bzrlib/builtins.py:469
192
244
msgid "You cannot specify a NULL revision."
193
 
msgstr ""
 
245
msgstr "You cannot specify a NULL revision."
194
246
 
195
 
#: breezy/builtins.py:561
 
247
#: bzrlib/builtins.py:561
196
248
msgid "Remove the working tree from a given branch/checkout."
197
 
msgstr ""
 
249
msgstr "Remove the working tree from a given branch/checkout."
198
250
 
199
 
#: breezy/builtins.py:563
 
251
#: bzrlib/builtins.py:563
200
252
msgid ""
201
253
"Since a lightweight checkout is little more than a working tree\n"
202
254
"this will refuse to run against one."
203
255
msgstr ""
204
 
 
205
 
#: breezy/builtins.py:566
206
 
msgid "To re-create the working tree, use \"brz checkout\"."
207
 
msgstr ""
208
 
 
209
 
# help of 'force' option of 'remove-tree' command
210
 
#: breezy/builtins.py:572
211
 
msgid "Remove the working tree even if it has uncommitted or shelved changes."
212
 
msgstr ""
213
 
 
214
 
#: breezy/builtins.py:586
 
256
"Since a lightweight checkout is little more than a working tree,\n"
 
257
"this will refuse to run against one."
 
258
 
 
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\"."
 
262
 
 
263
#: bzrlib/builtins.py:572
 
264
msgid ""
 
265
"Remove the working tree even if it has uncommitted or shelved changes."
 
266
msgstr ""
 
267
"Remove the working tree even if it has uncommitted or shelved changes."
 
268
 
 
269
#: bzrlib/builtins.py:586
215
270
msgid "No working tree to remove"
216
 
msgstr ""
 
271
msgstr "No working tree to remove"
217
272
 
218
 
#: breezy/builtins.py:588
 
273
#: bzrlib/builtins.py:588
219
274
msgid "You cannot remove the working tree of a remote path"
220
 
msgstr ""
 
275
msgstr "You cannot remove the working tree of a remote path"
221
276
 
222
 
#: breezy/builtins.py:597
 
277
#: bzrlib/builtins.py:597
223
278
msgid "You cannot remove the working tree from a lightweight checkout"
224
 
msgstr ""
225
 
 
226
 
#: breezy/builtins.py:637
227
 
msgid ""
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."
230
 
msgstr ""
231
 
 
232
 
#: breezy/builtins.py:648
233
 
msgid ""
234
 
", the header appears corrupt, try passing -r -1 to set the state to the last "
235
 
"commit"
236
 
msgstr ""
237
 
 
238
 
#: breezy/builtins.py:652
239
 
#, python-brace-format
 
279
msgstr "You cannot remove the working tree from a lightweight checkout"
 
280
 
 
281
#: bzrlib/builtins.py:637
 
282
msgid ""
 
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."
 
285
msgstr ""
 
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."
 
288
 
 
289
#: bzrlib/builtins.py:648
 
290
msgid ""
 
291
", the header appears corrupt, try passing -r -1 to set the state to the last "
 
292
"commit"
 
293
msgstr ""
 
294
", the header appears corrupt, try passing -r -1 to set the state to the last "
 
295
"commit"
 
296
 
 
297
#: bzrlib/builtins.py:652
240
298
msgid "failed to reset the tree state{0}"
241
 
msgstr ""
 
299
msgstr "failed to reset the tree state{0}"
242
300
 
243
 
#: breezy/builtins.py:656
 
301
#: bzrlib/builtins.py:656
244
302
msgid "Show current revision number."
245
 
msgstr ""
 
303
msgstr "Show current revision number."
246
304
 
247
 
#: breezy/builtins.py:658
 
305
#: bzrlib/builtins.py:658
248
306
msgid "This is equal to the number of revisions on this branch."
249
 
msgstr ""
 
307
msgstr "This is equal to the number of revisions on this branch."
250
308
 
251
 
#: breezy/builtins.py:671
 
309
#: bzrlib/builtins.py:671
252
310
msgid "--tree and --revision can not be used together"
253
 
msgstr ""
254
 
 
255
 
#: breezy/builtins.py:688
256
 
msgid "Revision numbers only make sense for single revisions, not ranges"
257
 
msgstr ""
258
 
 
259
 
# help of 'tree' option of 'revno' command
260
 
#: breezy/builtins.py:712
 
311
msgstr "--tree and --revision can not be used together"
 
312
 
 
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"
 
316
 
 
317
#: bzrlib/builtins.py:712
261
318
msgid "Show revno of working tree."
262
 
msgstr ""
 
319
msgstr "Show revno of working tree."
263
320
 
264
 
#: breezy/builtins.py:760
 
321
#: bzrlib/builtins.py:760
265
322
msgid "Add specified files or directories."
266
 
msgstr ""
 
323
msgstr "Add specified files or directories."
267
324
 
268
 
#: breezy/builtins.py:762
 
325
#: bzrlib/builtins.py:762
269
326
msgid ""
270
327
"In non-recursive mode, all the named items are added, regardless\n"
271
328
"of whether they were previously ignored.  A warning is given if\n"
272
329
"any of the named files are already versioned."
273
330
msgstr ""
 
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."
274
334
 
275
 
#: breezy/builtins.py:766
 
335
#: bzrlib/builtins.py:766
276
336
msgid ""
277
337
"In recursive mode (the default), files are treated the same way\n"
278
338
"but the behaviour for directories is different.  Directories that\n"
283
343
"directories.  If no names are given '.' is assumed."
284
344
msgstr ""
285
345
 
286
 
#: breezy/builtins.py:774
287
 
msgid ""
288
 
"A warning will be printed when nested trees are encountered,\n"
289
 
"unless they are explicitly ignored."
290
 
msgstr ""
291
 
 
292
 
#: breezy/builtins.py:777
293
 
msgid ""
294
 
"Therefore simply saying 'brz add' will version all files that\n"
295
 
"are currently unknown."
296
 
msgstr ""
297
 
 
298
 
#: breezy/builtins.py:780
 
346
#: bzrlib/builtins.py:774
 
347
msgid ""
 
348
"A warning will be printed when nested trees are encountered,\n"
 
349
"unless they are explicitly ignored."
 
350
msgstr ""
 
351
"A warning will be printed when nested trees are encountered,\n"
 
352
"unless they are explicitly ignored."
 
353
 
 
354
#: bzrlib/builtins.py:777
 
355
msgid ""
 
356
"Therefore simply saying 'bzr add' will version all files that\n"
 
357
"are currently unknown."
 
358
msgstr ""
 
359
"Therefore simply saying 'bzr add' will version all files that\n"
 
360
"are currently unknown."
 
361
 
 
362
#: bzrlib/builtins.py:780
299
363
msgid ""
300
364
"Adding a file whose parent directory is not versioned will\n"
301
365
"implicitly add the parent, and so on up to the root. This means\n"
303
367
"get added when you add a file in the directory."
304
368
msgstr ""
305
369
 
306
 
#: breezy/builtins.py:785
 
370
#: bzrlib/builtins.py:785
307
371
msgid ""
308
372
"--dry-run will show which files would be added, but not actually\n"
309
373
"add them."
310
374
msgstr ""
 
375
"--dry-run will show which files would be added, but not actually\n"
 
376
"add them."
311
377
 
312
 
#: breezy/builtins.py:788
 
378
#: bzrlib/builtins.py:788
313
379
msgid ""
314
380
"--file-ids-from will try to use the file ids from the supplied path.\n"
315
381
"It looks up ids trying to find a matching parent directory with the\n"
320
386
"into a subdirectory of this one."
321
387
msgstr ""
322
388
 
323
 
#: breezy/builtins.py:796
324
 
msgid ""
325
 
"Any files matching patterns in the ignore list will not be added\n"
326
 
"unless they are explicitly mentioned."
327
 
msgstr ""
328
 
 
329
 
#: breezy/builtins.py:799
330
 
msgid ""
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"
333
 
"to file size."
334
 
msgstr ""
335
 
 
336
 
# help of 'no-recurse' option of 'add' command
337
 
#: breezy/builtins.py:806
 
389
#: bzrlib/builtins.py:796
 
390
msgid ""
 
391
"Any files matching patterns in the ignore list will not be added\n"
 
392
"unless they are explicitly mentioned."
 
393
msgstr ""
 
394
"Any files matching patterns in the ignore list will not be added\n"
 
395
"unless they are explicitly mentioned."
 
396
 
 
397
#: bzrlib/builtins.py:799
 
398
msgid ""
 
399
"In recursive mode, files larger than the configuration option \n"
 
400
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
 
401
"to file size."
 
402
msgstr ""
 
403
"In recursive mode, files larger than the configuration option \n"
 
404
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
 
405
"to file size."
 
406
 
 
407
#: bzrlib/builtins.py:806
338
408
msgid "Don't recursively add the contents of directories."
339
 
msgstr ""
 
409
msgstr "Do not recursively add the contents of directories."
340
410
 
341
 
# help of 'file-ids-from' option of 'add' command
342
 
#: breezy/builtins.py:813
 
411
#: bzrlib/builtins.py:813
343
412
msgid "Lookup file ids from this tree."
344
 
msgstr ""
 
413
msgstr "Lookup file ids from this tree."
345
414
 
346
 
#: breezy/builtins.py:849
347
 
#, python-brace-format
 
415
#: bzrlib/builtins.py:849
348
416
msgid "ignored {0} matching \"{1}\"\n"
349
 
msgstr ""
 
417
msgstr "ignored {0} matching \"{1}\"\n"
350
418
 
351
 
#: breezy/builtins.py:854
 
419
#: bzrlib/builtins.py:854
352
420
msgid "Create a new versioned directory."
353
 
msgstr ""
 
421
msgstr "Create a new versioned directory."
354
422
 
355
 
#: breezy/builtins.py:856
 
423
#: bzrlib/builtins.py:856
356
424
msgid "This is equivalent to creating the directory and then adding it."
357
 
msgstr ""
 
425
msgstr "This is equivalent to creating the directory and then adding it."
358
426
 
359
 
# help of 'parents' option of 'mkdir' command
360
 
#: breezy/builtins.py:863
 
427
#: bzrlib/builtins.py:863
361
428
msgid "No error if existing, make parent directories as needed."
362
 
msgstr ""
 
429
msgstr "No error if existing, make parent directories as needed."
363
430
 
364
 
#: breezy/builtins.py:897
 
431
#: bzrlib/builtins.py:897
365
432
#, python-format
366
433
msgid "added %s\n"
367
 
msgstr ""
 
434
msgstr "added %s\n"
368
435
 
369
 
#: breezy/builtins.py:939
 
436
#: bzrlib/builtins.py:939
370
437
#, python-format
371
438
msgid "invalid kind %r specified"
372
 
msgstr ""
 
439
msgstr "invalid type %r specified"
373
440
 
374
 
#: breezy/builtins.py:976
 
441
#: bzrlib/builtins.py:976
375
442
msgid "Move or rename a file."
376
 
msgstr ""
377
 
 
378
 
#: breezy/builtins.py:978
379
 
msgid "    brz mv SOURCE... DESTINATION"
380
 
msgstr ""
381
 
 
382
 
#: breezy/builtins.py:980
383
 
msgid ""
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."
387
 
msgstr ""
388
 
 
389
 
#: breezy/builtins.py:984
390
 
msgid ""
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."
396
 
msgstr ""
397
 
 
398
 
#: breezy/builtins.py:990
 
443
msgstr "Move or rename a file."
 
444
 
 
445
#: bzrlib/builtins.py:978
 
446
msgid "    bzr mv SOURCE... DESTINATION"
 
447
msgstr "    bzr mv SOURCE... DESTINATION"
 
448
 
 
449
#: bzrlib/builtins.py:980
 
450
msgid ""
 
451
"If the last argument is a versioned directory, all the other names\n"
 
452
"are moved into it.  Otherwise, there must be exactly two arguments\n"
 
453
"and the file is changed to a new name."
 
454
msgstr ""
 
455
"If the last argument is a versioned directory, all the other names\n"
 
456
"are moved into it.  Otherwise, there must be exactly two arguments\n"
 
457
"and the file is changed to a new name."
 
458
 
 
459
#: bzrlib/builtins.py:984
 
460
msgid ""
 
461
"If OLDNAME does not exist on the filesystem but is versioned and\n"
 
462
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
 
463
"assumes that the file has been manually moved and only updates\n"
 
464
"its internal inventory to reflect that change.\n"
 
465
"The same is valid when moving many SOURCE files to a DESTINATION."
 
466
msgstr ""
 
467
"If OLDNAME does not exist on the filesystem but is versioned and\n"
 
468
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
 
469
"assumes that the file has been manually moved and only updates\n"
 
470
"its internal inventory to reflect that change.\n"
 
471
"The same is valid when moving many SOURCE files to a DESTINATION."
 
472
 
 
473
#: bzrlib/builtins.py:990
399
474
msgid "Files cannot be moved between branches."
400
 
msgstr ""
 
475
msgstr "Files cannot be moved between branches."
401
476
 
402
 
# help of 'after' option of 'mv' command
403
 
#: breezy/builtins.py:997
 
477
#: bzrlib/builtins.py:997
404
478
msgid ""
405
 
"Move only the brz identifier of the file, because the file has already been "
 
479
"Move only the bzr identifier of the file, because the file has already been "
406
480
"moved."
407
481
msgstr ""
 
482
"Move only the bzr identifier of the file, because the file has already been "
 
483
"moved."
408
484
 
409
 
# help of 'auto' option of 'mv' command
410
 
#: breezy/builtins.py:999
 
485
#: bzrlib/builtins.py:999
411
486
msgid "Automatically guess renames."
412
 
msgstr ""
 
487
msgstr "Automatically guess renames."
413
488
 
414
 
# help of 'dry-run' option of 'mv' command
415
 
#: breezy/builtins.py:1000
 
489
#: bzrlib/builtins.py:1000
416
490
msgid "Avoid making changes when guessing renames."
417
 
msgstr ""
 
491
msgstr "Avoid making changes when guessing renames."
418
492
 
419
 
#: breezy/builtins.py:1009
 
493
#: bzrlib/builtins.py:1009
420
494
msgid "--dry-run requires --auto."
421
 
msgstr ""
 
495
msgstr "--dry-run requires --auto."
422
496
 
423
 
#: breezy/builtins.py:1013
 
497
#: bzrlib/builtins.py:1013
424
498
msgid "missing file argument"
425
 
msgstr ""
 
499
msgstr "missing file argument"
426
500
 
427
 
#: breezy/builtins.py:1017
 
501
#: bzrlib/builtins.py:1017
428
502
msgid "can not move root of branch"
429
 
msgstr ""
 
503
msgstr "cannot move root of branch"
430
504
 
431
 
#: breezy/builtins.py:1023
 
505
#: bzrlib/builtins.py:1023
432
506
msgid "Only one path may be specified to --auto."
433
 
msgstr ""
 
507
msgstr "Only one path may be specified to --auto."
434
508
 
435
 
#: breezy/builtins.py:1026
 
509
#: bzrlib/builtins.py:1026
436
510
msgid "--after cannot be specified with --auto."
437
 
msgstr ""
 
511
msgstr "--after cannot be specified with --auto."
438
512
 
439
 
#: breezy/builtins.py:1062
 
513
#: bzrlib/builtins.py:1062
440
514
msgid "to mv multiple files the destination must be a versioned directory"
441
 
msgstr ""
 
515
msgstr "to mv multiple files the destination must be a versioned directory"
442
516
 
443
 
#: breezy/builtins.py:1114
 
517
#: bzrlib/builtins.py:1114
444
518
msgid "Turn this branch into a mirror of another branch."
445
 
msgstr ""
446
 
 
447
 
#: breezy/builtins.py:1116
448
 
msgid ""
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"
452
 
"parent."
453
 
msgstr ""
454
 
 
455
 
#: breezy/builtins.py:1121
456
 
msgid ""
457
 
"If branches have diverged, you can use 'brz merge' to integrate the changes\n"
 
519
msgstr "Turn this branch into a mirror of another branch."
 
520
 
 
521
#: bzrlib/builtins.py:1116
 
522
msgid ""
 
523
"By default, this command only works on branches that have not diverged.\n"
 
524
"Branches are considered diverged if the destination branch's most recent \n"
 
525
"commit is one that has not been merged (directly or indirectly) into the \n"
 
526
"parent."
 
527
msgstr ""
 
528
"By default, this command only works on branches that have not diverged.\n"
 
529
"Branches are considered diverged if the destination branch's most recent \n"
 
530
"commit is one that has not been merged (directly or indirectly) into the \n"
 
531
"parent."
 
532
 
 
533
#: bzrlib/builtins.py:1121
 
534
msgid ""
 
535
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
458
536
"from one into the other.  Once one branch has merged, the other should\n"
459
537
"be able to pull it again."
460
538
msgstr ""
461
539
 
462
 
#: breezy/builtins.py:1125
 
540
#: bzrlib/builtins.py:1125
463
541
msgid ""
464
542
"If you want to replace your local changes and just want your branch to\n"
465
543
"match the remote one, use pull --overwrite. This will work even if the two\n"
466
544
"branches have diverged."
467
545
msgstr ""
468
546
 
469
 
#: breezy/builtins.py:1129
 
547
#: bzrlib/builtins.py:1129
470
548
msgid ""
471
549
"If there is no default location set, the first pull will set it (use\n"
472
550
"--no-remember to avoid setting it). After that, you can omit the\n"
474
552
"value will only be saved if the remote location can be accessed."
475
553
msgstr ""
476
554
 
477
 
#: breezy/builtins.py:1134
 
555
#: bzrlib/builtins.py:1134
478
556
msgid ""
479
557
"The --verbose option will display the revisions pulled using the log_format\n"
480
558
"configuration option. You can use a different format by overriding it with\n"
481
559
"-Olog_format=<other_format>."
482
560
msgstr ""
483
561
 
484
 
#: breezy/builtins.py:1138
 
562
#: bzrlib/builtins.py:1138
485
563
msgid ""
486
564
"Note: The location can be specified either in the form of a branch,\n"
487
565
"or in the form of a path to a file containing a merge directive generated\n"
488
 
"with brz send."
 
566
"with bzr send."
489
567
msgstr ""
490
568
 
491
 
# help of 'verbose' option of 'pull' command
492
 
#: breezy/builtins.py:1146
 
569
#: bzrlib/builtins.py:1146
493
570
msgid "Show logs of pulled revisions."
494
571
msgstr ""
495
572
 
496
 
# help of 'directory' option of 'pull' command
497
 
#: breezy/builtins.py:1148
 
573
#: bzrlib/builtins.py:1148
498
574
msgid ""
499
575
"Branch to pull into, rather than the one containing the working directory."
500
576
msgstr ""
501
577
 
502
 
# help of 'local' option of 'pull' command
503
 
#: breezy/builtins.py:1151
 
578
#: bzrlib/builtins.py:1151
504
579
msgid ""
505
580
"Perform a local pull in a bound branch.  Local pulls are not applied to the "
506
581
"master branch."
507
582
msgstr ""
508
583
 
509
 
#: breezy/builtins.py:1188
510
 
msgid "No working tree, ignoring --show-base"
 
584
#: bzrlib/builtins.py:1189
 
585
msgid "Need working tree for --show-base."
511
586
msgstr ""
512
587
 
513
 
#: breezy/builtins.py:1204
 
588
#: bzrlib/builtins.py:1205
514
589
msgid "No pull location known or specified."
515
590
msgstr ""
516
591
 
517
 
#: breezy/builtins.py:1210
 
592
#: bzrlib/builtins.py:1211
518
593
#, python-format
519
594
msgid "Using saved parent location: %s\n"
520
595
msgstr ""
521
596
 
522
 
#: breezy/builtins.py:1217 breezy/builtins.py:4423
 
597
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
523
598
msgid "Cannot use -r with merge directives or bundles"
524
599
msgstr ""
525
600
 
526
 
#: breezy/builtins.py:1260
 
601
#: bzrlib/builtins.py:1261
527
602
msgid "Update a mirror of this branch."
528
603
msgstr ""
529
604
 
530
 
#: breezy/builtins.py:1262
 
605
#: bzrlib/builtins.py:1263
531
606
msgid ""
532
607
"The target branch will not have its working tree populated because this\n"
533
608
"is both expensive, and is not supported on remote file systems."
534
609
msgstr ""
535
610
 
536
 
#: breezy/builtins.py:1265
 
611
#: bzrlib/builtins.py:1266
537
612
msgid ""
538
613
"Some smart servers or protocols *may* put the working tree in place in\n"
539
614
"the future."
540
615
msgstr ""
541
616
 
542
 
#: breezy/builtins.py:1268
 
617
#: bzrlib/builtins.py:1269
543
618
msgid ""
544
619
"This command only works on branches that have not diverged.  Branches are\n"
545
620
"considered diverged if the destination branch's most recent commit is one\n"
546
621
"that has not been merged (directly or indirectly) by the source branch."
547
622
msgstr ""
548
623
 
549
 
#: breezy/builtins.py:1272
 
624
#: bzrlib/builtins.py:1273
550
625
msgid ""
551
 
"If branches have diverged, you can use 'brz push --overwrite' to replace\n"
 
626
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
552
627
"the other branch completely, discarding its unmerged changes."
553
628
msgstr ""
554
629
 
555
 
#: breezy/builtins.py:1275
 
630
#: bzrlib/builtins.py:1276
556
631
msgid ""
557
632
"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"
 
633
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
559
634
"After that you will be able to do a push without '--overwrite'."
560
635
msgstr ""
561
636
 
562
 
#: breezy/builtins.py:1279
 
637
#: bzrlib/builtins.py:1280
563
638
msgid ""
564
639
"If there is no default push location set, the first push will set it (use\n"
565
640
"--no-remember to avoid setting it).  After that, you can omit the\n"
567
642
"value will only be saved if the remote location can be accessed."
568
643
msgstr ""
569
644
 
570
 
#: breezy/builtins.py:1284
 
645
#: bzrlib/builtins.py:1285
571
646
msgid ""
572
647
"The --verbose option will display the revisions pushed using the log_format\n"
573
648
"configuration option. You can use a different format by overriding it with\n"
574
649
"-Olog_format=<other_format>."
575
650
msgstr ""
576
651
 
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
 
652
#: bzrlib/builtins.py:1296 bzrlib/foreign.py:272
580
653
msgid ""
581
654
"Branch to push from, rather than the one containing the working directory."
582
655
msgstr ""
583
656
 
584
 
# help of 'use-existing-dir' option of 'push' command
585
 
#: breezy/builtins.py:1298
 
657
#: bzrlib/builtins.py:1299
586
658
msgid ""
587
659
"By default push will fail if the target directory exists, but does not "
588
660
"already have a control directory.  This flag will allow push to proceed."
589
661
msgstr ""
590
662
 
591
 
# help of 'stacked' option of 'push' command
592
 
#: breezy/builtins.py:1303
 
663
#: bzrlib/builtins.py:1304
593
664
msgid ""
594
665
"Create a stacked branch that references the public location of the parent "
595
666
"branch."
596
667
msgstr ""
597
668
 
598
 
# help of 'stacked-on' option of 'push' command
599
 
#: breezy/builtins.py:1306
 
669
#: bzrlib/builtins.py:1307
600
670
msgid ""
601
671
"Create a stacked branch that refers to another branch for the commit "
602
672
"history. Only the work not present in the referenced branch is included in "
603
673
"the branch created."
604
674
msgstr ""
605
675
 
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
 
676
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
609
677
msgid ""
610
678
"Refuse to push if there are uncommitted changes in the working tree, --no-"
611
679
"strict disables the check."
612
680
msgstr ""
613
681
 
614
 
# help of 'no-tree' option of 'push' command
615
 
#: breezy/builtins.py:1314
 
682
#: bzrlib/builtins.py:1315
616
683
msgid "Don't populate the working tree, even for protocols that support it."
617
684
msgstr ""
618
685
 
619
 
# help of 'overwrite-tags' option of 'pull' command
620
 
# help of 'overwrite-tags' option of 'push' command
621
 
#: breezy/builtins.py:1317
 
686
#: bzrlib/builtins.py:1318
622
687
msgid "Overwrite tags only."
623
688
msgstr ""
624
689
 
625
 
#: breezy/builtins.py:1368
 
690
#: bzrlib/builtins.py:1369
626
691
msgid "Could not determine branch to refer to."
627
692
msgstr ""
628
693
 
629
 
#: breezy/builtins.py:1377
 
694
#: bzrlib/builtins.py:1378
630
695
#, python-format
631
696
msgid ""
632
697
"No push location known or specified. To push to the parent branch (at %s), "
633
 
"use 'brz push :parent'."
 
698
"use 'bzr push :parent'."
634
699
msgstr ""
635
700
 
636
 
#: breezy/builtins.py:1383 breezy/foreign.py:306
 
701
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
637
702
msgid "No push location known or specified."
638
703
msgstr ""
639
704
 
640
 
#: breezy/builtins.py:1387
 
705
#: bzrlib/builtins.py:1388
641
706
#, python-format
642
707
msgid "Using saved push location: %s"
643
708
msgstr ""
644
709
 
645
 
#: breezy/builtins.py:1397
 
710
#: bzrlib/builtins.py:1398
646
711
msgid "Create a new branch that is a copy of an existing branch."
647
712
msgstr ""
648
713
 
649
 
#: breezy/builtins.py:1399
 
714
#: bzrlib/builtins.py:1400
650
715
msgid ""
651
716
"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 ./"
653
 
"bar.\n"
 
717
"be used.  In other words, \"branch ../foo/bar\" will attempt to create "
 
718
"./bar.\n"
654
719
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
655
720
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
656
721
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
657
722
"create ./foo-bar."
658
723
msgstr ""
659
724
 
660
 
#: breezy/builtins.py:1406
 
725
#: bzrlib/builtins.py:1407
661
726
msgid ""
662
727
"To retrieve the branch as of a particular revision, supply the --revision\n"
663
728
"parameter, as in \"branch foo/bar -r 5\"."
664
729
msgstr ""
665
730
 
666
 
#: breezy/builtins.py:1409
 
731
#: bzrlib/builtins.py:1410
667
732
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
668
733
msgstr ""
669
734
 
670
 
# help of 'no-tree' option of 'branch' command
671
 
#: breezy/builtins.py:1419
 
735
#: bzrlib/builtins.py:1420
672
736
msgid "Create a branch without a working-tree."
673
737
msgstr ""
674
738
 
675
 
# help of 'switch' option of 'branch' command
676
 
#: breezy/builtins.py:1421
 
739
#: bzrlib/builtins.py:1422
677
740
msgid "Switch the checkout in the current directory to the new branch."
678
741
msgstr ""
679
742
 
680
 
# help of 'stacked' option of 'branch' command
681
 
#: breezy/builtins.py:1424
 
743
#: bzrlib/builtins.py:1425
682
744
msgid ""
683
745
"Create a stacked branch referring to the source branch. The new branch will "
684
746
"depend on the availability of the source branch for all operations."
685
747
msgstr ""
686
748
 
687
 
# help of 'standalone' option of 'branch' command
688
 
#: breezy/builtins.py:1428
 
749
#: bzrlib/builtins.py:1429
689
750
msgid "Do not use a shared repository, even if available."
690
751
msgstr ""
691
752
 
692
 
# help of 'use-existing-dir' option of 'branch' command
693
 
#: breezy/builtins.py:1430
 
753
#: bzrlib/builtins.py:1431
694
754
msgid ""
695
755
"By default branch will fail if the target directory exists, but does not "
696
756
"already have a control directory.  This flag will allow branch to proceed."
697
757
msgstr ""
698
758
 
699
 
# help of 'bind' option of 'branch' command
700
 
#: breezy/builtins.py:1435
 
759
#: bzrlib/builtins.py:1436
701
760
msgid "Bind new branch to from location."
702
761
msgstr ""
703
762
 
704
 
#: breezy/builtins.py:1482
 
763
#: bzrlib/builtins.py:1483
705
764
#, python-format
706
765
msgid "Target directory \"%s\" already exists."
707
766
msgstr ""
708
767
 
709
 
#: breezy/builtins.py:1494
 
768
#: bzrlib/builtins.py:1495
710
769
#, python-format
711
770
msgid "Parent of \"%s\" does not exist."
712
771
msgstr ""
713
772
 
714
 
#: breezy/builtins.py:1513
715
 
#, python-brace-format
 
773
#: bzrlib/builtins.py:1514
716
774
msgid "The branch {0} has no revision {1}."
717
775
msgstr ""
718
776
 
719
 
#: breezy/builtins.py:1528 breezy/push.py:53
 
777
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
720
778
#, python-format
721
779
msgid "Created new stacked branch referring to %s."
722
780
msgstr ""
723
781
 
724
 
#: breezy/builtins.py:1532
 
782
#: bzrlib/builtins.py:1533
725
783
#, python-format
726
784
msgid "Branched %d revision."
727
785
msgid_plural "Branched %d revisions."
728
786
msgstr[0] ""
729
787
msgstr[1] ""
730
788
 
731
 
#: breezy/builtins.py:1537
 
789
#: bzrlib/builtins.py:1538
732
790
#, python-format
733
791
msgid "New branch bound to %s"
734
792
msgstr ""
735
793
 
736
 
#: breezy/builtins.py:1542 breezy/builtins.py:6283
 
794
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
737
795
#, python-format
738
796
msgid "Switched to branch: %s"
739
797
msgstr ""
740
798
 
741
 
#: breezy/builtins.py:1547
 
799
#: bzrlib/builtins.py:1548
742
800
msgid "List the branches available at the current location."
743
801
msgstr ""
744
802
 
745
 
#: breezy/builtins.py:1549
 
803
#: bzrlib/builtins.py:1550
746
804
msgid ""
747
805
"This command will print the names of all the branches at the current\n"
748
806
"location."
749
807
msgstr ""
750
808
 
751
 
# help of 'recursive' option of 'branches' command
752
 
#: breezy/builtins.py:1556
 
809
#: bzrlib/builtins.py:1557
753
810
msgid ""
754
811
"Recursively scan for branches rather than just looking in the specified "
755
812
"location."
756
813
msgstr ""
757
814
 
758
 
#: breezy/builtins.py:1585
 
815
#: bzrlib/builtins.py:1586
759
816
msgid "(default)"
760
817
msgstr ""
761
818
 
762
 
#: breezy/builtins.py:1597
 
819
#: bzrlib/builtins.py:1598
763
820
msgid "Create a new checkout of an existing branch."
764
821
msgstr ""
765
822
 
766
 
#: breezy/builtins.py:1599
 
823
#: bzrlib/builtins.py:1600
767
824
msgid ""
768
825
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
769
826
"for\n"
773
830
"location using SFTP."
774
831
msgstr ""
775
832
 
776
 
#: breezy/builtins.py:1604
 
833
#: bzrlib/builtins.py:1605
777
834
msgid ""
778
835
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
779
836
"will\n"
780
 
"be used.  In other words, \"checkout ../foo/bar\" will attempt to create ./"
781
 
"bar.\n"
 
837
"be used.  In other words, \"checkout ../foo/bar\" will attempt to create "
 
838
"./bar.\n"
782
839
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
783
840
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
784
841
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
785
842
"create ./foo-bar."
786
843
msgstr ""
787
844
 
788
 
#: breezy/builtins.py:1611
 
845
#: bzrlib/builtins.py:1612
789
846
msgid ""
790
847
"To retrieve the branch as of a particular revision, supply the --revision\n"
791
848
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
795
852
"code.)"
796
853
msgstr ""
797
854
 
798
 
# help of 'lightweight' option of 'checkout' command
799
 
#: breezy/builtins.py:1621
 
855
#: bzrlib/builtins.py:1622
800
856
msgid ""
801
857
"Perform a lightweight checkout.  Lightweight checkouts depend on access to "
802
858
"the branch for every operation.  Normal checkouts can perform common "
804
860
"commits."
805
861
msgstr ""
806
862
 
807
 
# help of 'files-from' option of 'branch' command
808
 
# help of 'files-from' option of 'checkout' command
809
 
#: breezy/builtins.py:1628
 
863
#: bzrlib/builtins.py:1629
810
864
msgid "Get file contents from this tree."
811
865
msgstr ""
812
866
 
813
 
# help of 'hardlink' option of 'branch' command
814
 
# help of 'hardlink' option of 'checkout' command
815
 
#: breezy/builtins.py:1630
 
867
#: bzrlib/builtins.py:1631
816
868
msgid "Hard-link working tree files where possible."
817
869
msgstr ""
818
870
 
819
 
#: breezy/builtins.py:1671
 
871
#: bzrlib/builtins.py:1672
820
872
msgid ""
821
873
"Show list of renamed files.\n"
822
874
"    "
823
875
msgstr ""
824
876
 
825
 
#: breezy/builtins.py:1699
 
877
#: bzrlib/builtins.py:1700
826
878
msgid "Update a working tree to a new revision."
827
879
msgstr ""
828
880
 
829
 
#: breezy/builtins.py:1701
 
881
#: bzrlib/builtins.py:1702
830
882
msgid ""
831
883
"This will perform a merge of the destination revision (the tip of the\n"
832
884
"branch, or the specified revision) into the working tree, and then make\n"
833
885
"that revision the basis revision for the working tree.  "
834
886
msgstr ""
835
887
 
836
 
#: breezy/builtins.py:1705
 
888
#: bzrlib/builtins.py:1706
837
889
msgid ""
838
890
"You can use this to visit an older revision, or to update a working tree\n"
839
891
"that is out of date from its branch."
840
892
msgstr ""
841
893
 
842
 
#: breezy/builtins.py:1708
 
894
#: bzrlib/builtins.py:1709
843
895
msgid ""
844
896
"If there are any uncommitted changes in the tree, they will be carried\n"
845
897
"across and remain as uncommitted changes after the update.  To discard\n"
846
 
"these changes, use 'brz revert'.  The uncommitted changes may conflict\n"
 
898
"these changes, use 'bzr revert'.  The uncommitted changes may conflict\n"
847
899
"with the changes brought in by the change in basis revision."
848
900
msgstr ""
849
901
 
850
 
#: breezy/builtins.py:1713
 
902
#: bzrlib/builtins.py:1714
851
903
msgid ""
852
 
"If the tree's branch is bound to a master branch, brz will also update\n"
 
904
"If the tree's branch is bound to a master branch, bzr will also update\n"
853
905
"the branch from the master."
854
906
msgstr ""
855
907
 
856
 
#: breezy/builtins.py:1716
 
908
#: bzrlib/builtins.py:1717
857
909
msgid ""
858
910
"You cannot update just a single file or directory, because each Bazaar\n"
859
911
"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"
 
912
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
861
913
"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"
 
914
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
863
915
"out the old content of that file to a new location."
864
916
msgstr ""
865
917
 
866
 
#: breezy/builtins.py:1723
 
918
#: bzrlib/builtins.py:1724
867
919
msgid ""
868
920
"The 'dir' argument, if given, must be the location of the root of a\n"
869
921
"working tree to update.  By default, the working tree that contains the \n"
870
922
"current working directory is used."
871
923
msgstr ""
872
924
 
873
 
#: breezy/builtins.py:1739
874
 
msgid "brz update --revision takes exactly one revision"
875
 
msgstr ""
876
 
 
877
 
#: breezy/builtins.py:1747
878
 
msgid "brz update can only update a whole tree, not a file or subdirectory"
879
 
msgstr ""
880
 
 
881
 
#: breezy/builtins.py:1778
882
 
#, python-brace-format
 
925
#: bzrlib/builtins.py:1740
 
926
msgid "bzr update --revision takes exactly one revision"
 
927
msgstr ""
 
928
 
 
929
#: bzrlib/builtins.py:1748
 
930
msgid "bzr update can only update a whole tree, not a file or subdirectory"
 
931
msgstr ""
 
932
 
 
933
#: bzrlib/builtins.py:1779
883
934
msgid "Tree is up to date at revision {0} of branch {1}"
884
935
msgstr ""
885
936
 
886
 
#: breezy/builtins.py:1794
 
937
#: bzrlib/builtins.py:1795
887
938
#, python-format
888
939
msgid ""
889
940
"branch has no revision %s\n"
890
 
"brz update --revision only works for a revision in the branch history"
 
941
"bzr update --revision only works for a revision in the branch history"
891
942
msgstr ""
892
943
 
893
 
#: breezy/builtins.py:1800
894
 
#, python-brace-format
 
944
#: bzrlib/builtins.py:1801
895
945
msgid "Updated to revision {0} of branch {1}"
896
946
msgstr ""
897
947
 
898
 
#: breezy/builtins.py:1804
 
948
#: bzrlib/builtins.py:1805
899
949
msgid ""
900
 
"Your local commits will now show as pending merges with 'brz status', and "
901
 
"can be committed with 'brz commit'."
 
950
"Your local commits will now show as pending merges with 'bzr status', and "
 
951
"can be committed with 'bzr commit'."
902
952
msgstr ""
903
953
 
904
 
#: breezy/builtins.py:1813
 
954
#: bzrlib/builtins.py:1814
905
955
msgid "Show information about a working tree, branch or repository."
906
956
msgstr ""
907
957
 
908
 
#: breezy/builtins.py:1815
 
958
#: bzrlib/builtins.py:1816
909
959
msgid ""
910
960
"This command will show all known locations and formats associated to the\n"
911
961
"tree, branch or repository."
912
962
msgstr ""
913
963
 
914
 
#: breezy/builtins.py:1818
 
964
#: bzrlib/builtins.py:1819
915
965
msgid ""
916
966
"In verbose mode, statistical information is included with each report.\n"
917
967
"To see extended statistic information, use a verbosity level of 2 or\n"
918
968
"higher by specifying the verbose option multiple times, e.g. -vv."
919
969
msgstr ""
920
970
 
921
 
#: breezy/builtins.py:1822
 
971
#: bzrlib/builtins.py:1823
922
972
msgid "Branches and working trees will also report any missing revisions."
923
973
msgstr ""
924
974
 
925
 
#: breezy/builtins.py:1824 breezy/builtins.py:3742 breezy/builtins.py:4883
926
 
#: breezy/builtins.py:6469
 
975
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
 
976
#: bzrlib/builtins.py:6466
927
977
msgid ":Examples:"
928
978
msgstr ""
929
979
 
930
 
#: breezy/builtins.py:1826
 
980
#: bzrlib/builtins.py:1827
931
981
msgid "  Display information on the format and related locations:"
932
982
msgstr ""
933
983
 
934
 
#: breezy/builtins.py:1828
935
 
msgid "    brz info"
 
984
#: bzrlib/builtins.py:1829
 
985
msgid "    bzr info"
936
986
msgstr ""
937
987
 
938
 
#: breezy/builtins.py:1830
 
988
#: bzrlib/builtins.py:1831
939
989
msgid ""
940
990
"  Display the above together with extended format information and\n"
941
991
"  basic statistics (like the number of files in the working tree and\n"
942
992
"  number of revisions in the branch and repository):"
943
993
msgstr ""
944
994
 
945
 
#: breezy/builtins.py:1834
946
 
msgid "    brz info -v"
 
995
#: bzrlib/builtins.py:1835
 
996
msgid "    bzr info -v"
947
997
msgstr ""
948
998
 
949
 
#: breezy/builtins.py:1836
 
999
#: bzrlib/builtins.py:1837
950
1000
msgid "  Display the above together with number of committers to the branch:"
951
1001
msgstr ""
952
1002
 
953
 
#: breezy/builtins.py:1838
954
 
msgid "    brz info -vv"
 
1003
#: bzrlib/builtins.py:1839
 
1004
msgid "    bzr info -vv"
955
1005
msgstr ""
956
1006
 
957
 
#: breezy/builtins.py:1857
 
1007
#: bzrlib/builtins.py:1858
958
1008
msgid "Remove files or directories."
959
1009
msgstr ""
960
1010
 
961
 
#: breezy/builtins.py:1859
 
1011
#: bzrlib/builtins.py:1860
962
1012
msgid ""
963
1013
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
964
1014
"delete them if they can easily be recovered using revert otherwise they\n"
967
1017
"Bazaar but missing in your tree and stop tracking them for you."
968
1018
msgstr ""
969
1019
 
970
 
# help of 'new' option of 'remove' command
971
 
#: breezy/builtins.py:1867
 
1020
#: bzrlib/builtins.py:1868
972
1021
msgid "Only remove files that have never been committed."
973
1022
msgstr ""
974
1023
 
975
 
# help of 'file-deletion-strategy' option of 'remove' command
976
 
#: breezy/builtins.py:1869
 
1024
#: bzrlib/builtins.py:1870
977
1025
msgid "The file deletion mode to be used."
978
1026
msgstr ""
979
1027
 
980
 
# title of 'file-deletion-strategy' option of 'remove' command
981
 
#: breezy/builtins.py:1870
 
1028
#: bzrlib/builtins.py:1871
982
1029
msgid "Deletion Strategy"
983
1030
msgstr ""
984
1031
 
985
 
# help of 'file-deletion-strategy=safe' option of 'remove' command
986
 
#: breezy/builtins.py:1871
 
1032
#: bzrlib/builtins.py:1872
987
1033
msgid "Backup changed files (default)."
988
1034
msgstr ""
989
1035
 
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."
 
1036
#: bzrlib/builtins.py:1873
 
1037
msgid "Delete from bzr but leave the working copy."
993
1038
msgstr ""
994
1039
 
995
 
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
996
 
#: breezy/builtins.py:1873
 
1040
#: bzrlib/builtins.py:1874
997
1041
msgid "Don't backup changed files."
998
1042
msgstr ""
999
1043
 
1000
 
#: breezy/builtins.py:1894
 
1044
#: bzrlib/builtins.py:1875
 
1045
msgid ""
 
1046
"Delete all the specified files, even if they can not be recovered and even "
 
1047
"if they are non-empty directories. (deprecated, use no-backup)"
 
1048
msgstr ""
 
1049
 
 
1050
#: bzrlib/builtins.py:1884
 
1051
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
 
1052
msgstr ""
 
1053
 
 
1054
#: bzrlib/builtins.py:1901
1001
1055
msgid "No matching files."
1002
1056
msgstr ""
1003
1057
 
1004
 
#: breezy/builtins.py:1955
1005
 
msgid "Reconcile brz metadata in a branch."
 
1058
#: bzrlib/builtins.py:1962
 
1059
msgid "Reconcile bzr metadata in a branch."
1006
1060
msgstr ""
1007
1061
 
1008
 
#: breezy/builtins.py:1957
 
1062
#: bzrlib/builtins.py:1964
1009
1063
msgid ""
1010
1064
"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"
 
1065
"previous ghost operations or bzr upgrades. You should only\n"
 
1066
"need to run this command if 'bzr check' or a bzr developer\n"
1013
1067
"advises you to run it."
1014
1068
msgstr ""
1015
1069
 
1016
 
#: breezy/builtins.py:1962
 
1070
#: bzrlib/builtins.py:1969
1017
1071
msgid ""
1018
1072
"If a second branch is provided, cross-branch reconciliation is\n"
1019
1073
"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"
 
1074
"id which was not present in very early bzr versions is represented\n"
1021
1075
"correctly in both branches."
1022
1076
msgstr ""
1023
1077
 
1024
 
#: breezy/builtins.py:1967
 
1078
#: bzrlib/builtins.py:1974
1025
1079
msgid ""
1026
1080
"At the same time it is run it may recompress data resulting in\n"
1027
1081
"a potential saving in disk space or performance gain."
1028
1082
msgstr ""
1029
1083
 
1030
 
#: breezy/builtins.py:1970
 
1084
#: bzrlib/builtins.py:1977
1031
1085
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1032
1086
msgstr ""
1033
1087
 
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
 
1088
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1041
1089
msgid ""
1042
1090
"Format for the bzr 2.0 series.\n"
1043
1091
"Uses group-compress storage.\n"
1044
1092
"Provides rich roots which are a one-way transition.\n"
1045
1093
msgstr ""
1046
1094
 
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
 
1095
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1051
1096
msgid ""
1052
1097
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1053
1098
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1054
1099
msgstr ""
1055
1100
 
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
 
1101
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1060
1102
msgid "The 2a format with experimental support for colocated branches.\n"
1061
1103
msgstr ""
1062
1104
 
1063
 
#: breezy/builtins.py:2038
 
1105
#: bzrlib/builtins.py:2045
1064
1106
msgid "Make a directory into a versioned branch."
1065
1107
msgstr ""
1066
1108
 
1067
 
#: breezy/builtins.py:2040
 
1109
#: bzrlib/builtins.py:2047
1068
1110
msgid ""
1069
1111
"Use this to create an empty branch, or before importing an\n"
1070
1112
"existing project."
1071
1113
msgstr ""
1072
1114
 
1073
 
#: breezy/builtins.py:2043
 
1115
#: bzrlib/builtins.py:2050
1074
1116
msgid ""
1075
1117
"If there is a repository in a parent directory of the location, then\n"
1076
1118
"the history of the branch will be stored in the repository.  Otherwise\n"
1078
1120
"in the .bzr directory."
1079
1121
msgstr ""
1080
1122
 
1081
 
#: breezy/builtins.py:2048
 
1123
#: bzrlib/builtins.py:2055
1082
1124
msgid ""
1083
1125
"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'."
 
1126
"the tree can be populated with 'bzr checkout'."
1085
1127
msgstr ""
1086
1128
 
1087
 
#: breezy/builtins.py:2051
 
1129
#: bzrlib/builtins.py:2058
1088
1130
msgid "Recipe for importing a tree of files::"
1089
1131
msgstr ""
1090
1132
 
1091
 
#: breezy/builtins.py:2053
 
1133
#: bzrlib/builtins.py:2060
1092
1134
msgid ""
1093
1135
"    cd ~/project\n"
1094
 
"    brz init\n"
1095
 
"    brz add .\n"
1096
 
"    brz status\n"
1097
 
"    brz commit -m \"imported project\""
1098
 
msgstr ""
1099
 
 
1100
 
# help of 'create-prefix' option of 'init' command
1101
 
# help of 'create-prefix' option of 'push' command
1102
 
#: breezy/builtins.py:2064
1103
 
msgid "Create the path leading up to the branch if it does not already exist."
1104
 
msgstr ""
1105
 
 
1106
 
# help of 'format' option of 'init' command
1107
 
#: breezy/builtins.py:2067
 
1136
"    bzr init\n"
 
1137
"    bzr add .\n"
 
1138
"    bzr status\n"
 
1139
"    bzr commit -m \"imported project\""
 
1140
msgstr ""
 
1141
 
 
1142
#: bzrlib/builtins.py:2071
 
1143
msgid ""
 
1144
"Create the path leading up to the branch if it does not already exist."
 
1145
msgstr ""
 
1146
 
 
1147
#: bzrlib/builtins.py:2074
1108
1148
msgid "Specify a format for this branch. See \"help formats\"."
1109
1149
msgstr ""
1110
1150
 
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."
 
1151
#: bzrlib/builtins.py:2082
 
1152
msgid ""
 
1153
"Never change revnos or the existing log.  Append revisions to it only."
1114
1154
msgstr ""
1115
1155
 
1116
 
# help of 'no-tree' option of 'init' command
1117
 
#: breezy/builtins.py:2078
 
1156
#: bzrlib/builtins.py:2085
1118
1157
msgid "Create a branch without a working tree."
1119
1158
msgstr ""
1120
1159
 
1121
 
#: breezy/builtins.py:2098 breezy/push.py:110
 
1160
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1122
1161
#, python-format
1123
1162
msgid ""
1124
1163
"Parent directory of %s does not exist.\n"
1125
1164
"You may supply --create-prefix to create all leading parent directories."
1126
1165
msgstr ""
1127
1166
 
1128
 
#: breezy/builtins.py:2132
 
1167
#: bzrlib/builtins.py:2139
1129
1168
msgid ""
1130
1169
"This branch format cannot be set to append-revisions-only.  Try --default."
1131
1170
msgstr ""
1132
1171
 
1133
 
#: breezy/builtins.py:2143
1134
 
#, python-brace-format
 
1172
#: bzrlib/builtins.py:2150
1135
1173
msgid "Created a {0} (format: {1})\n"
1136
1174
msgstr ""
1137
1175
 
1138
 
#: breezy/builtins.py:2152
 
1176
#: bzrlib/builtins.py:2159
1139
1177
#, python-format
1140
1178
msgid "Using shared repository: %s\n"
1141
1179
msgstr ""
1142
1180
 
1143
 
#: breezy/builtins.py:2156
 
1181
#: bzrlib/builtins.py:2163
1144
1182
msgid "Create a shared repository for branches to share storage space."
1145
1183
msgstr ""
1146
1184
 
1147
 
#: breezy/builtins.py:2158
 
1185
#: bzrlib/builtins.py:2165
1148
1186
msgid ""
1149
1187
"New branches created under the repository directory will store their\n"
1150
1188
"revisions in the repository, not in the branch directory.  For branches\n"
1152
1190
"speeds up the creation of new branches."
1153
1191
msgstr ""
1154
1192
 
1155
 
#: breezy/builtins.py:2163
 
1193
#: bzrlib/builtins.py:2170
1156
1194
msgid ""
1157
1195
"If the --no-trees option is given then the branches in the repository\n"
1158
1196
"will not have working trees by default.  They will still exist as \n"
1162
1200
"branches, such as on a server."
1163
1201
msgstr ""
1164
1202
 
1165
 
#: breezy/builtins.py:2170
 
1203
#: bzrlib/builtins.py:2177
1166
1204
msgid ""
1167
1205
":Examples:\n"
1168
1206
"    Create a shared repository holding just branches::"
1169
1207
msgstr ""
1170
1208
 
1171
 
#: breezy/builtins.py:2173
 
1209
#: bzrlib/builtins.py:2180
1172
1210
msgid ""
1173
 
"        brz init-repo --no-trees repo\n"
1174
 
"        brz init repo/trunk"
 
1211
"        bzr init-repo --no-trees repo\n"
 
1212
"        bzr init repo/trunk"
1175
1213
msgstr ""
1176
1214
 
1177
 
#: breezy/builtins.py:2176
 
1215
#: bzrlib/builtins.py:2183
1178
1216
msgid "    Make a lightweight checkout elsewhere::"
1179
1217
msgstr ""
1180
1218
 
1181
 
#: breezy/builtins.py:2178
 
1219
#: bzrlib/builtins.py:2185
1182
1220
msgid ""
1183
 
"        brz checkout --lightweight repo/trunk trunk-checkout\n"
 
1221
"        bzr checkout --lightweight repo/trunk trunk-checkout\n"
1184
1222
"        cd trunk-checkout\n"
1185
1223
"        (add files here)"
1186
1224
msgstr ""
1187
1225
 
1188
 
# help of 'format' option of 'init-repository' command
1189
 
#: breezy/builtins.py:2186
 
1226
#: bzrlib/builtins.py:2193
1190
1227
msgid ""
1191
 
"Specify a format for this repository. See \"brz help formats\" for details."
 
1228
"Specify a format for this repository. See \"bzr help formats\" for details."
1192
1229
msgstr ""
1193
1230
 
1194
 
# title of 'format' option of 'init-repository' command
1195
 
#: breezy/builtins.py:2190
 
1231
#: bzrlib/builtins.py:2197
1196
1232
msgid "Repository format"
1197
1233
msgstr ""
1198
1234
 
1199
 
# help of 'no-trees' option of 'init-repository' command
1200
 
#: breezy/builtins.py:2192
 
1235
#: bzrlib/builtins.py:2199
1201
1236
msgid "Branches in the repository will default to not having a working tree."
1202
1237
msgstr ""
1203
1238
 
1204
 
#: breezy/builtins.py:2218
 
1239
#: bzrlib/builtins.py:2225
1205
1240
msgid "Show differences in the working tree, between revisions or branches."
1206
1241
msgstr ""
1207
1242
 
1208
 
#: breezy/builtins.py:2220
 
1243
#: bzrlib/builtins.py:2227
1209
1244
msgid ""
1210
1245
"If no arguments are given, all changes for the current tree are listed.\n"
1211
1246
"If files are given, only the changes in those files are listed.\n"
1215
1250
"given."
1216
1251
msgstr ""
1217
1252
 
1218
 
#: breezy/builtins.py:2227
 
1253
#: bzrlib/builtins.py:2234
1219
1254
msgid ""
1220
 
"\"brz diff -p1\" is equivalent to \"brz diff --prefix old/:new/\", and\n"
 
1255
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
1221
1256
"produces patches suitable for \"patch -p1\"."
1222
1257
msgstr ""
1223
1258
 
1224
 
#: breezy/builtins.py:2230
 
1259
#: bzrlib/builtins.py:2237
1225
1260
msgid ""
1226
1261
"Note that when using the -r argument with a range of revisions, the\n"
1227
1262
"differences are computed between the two specified revisions.  That\n"
1228
1263
"is, the command does not show the changes introduced by the first \n"
1229
1264
"revision in the range.  This differs from the interpretation of \n"
1230
 
"revision ranges used by \"brz log\" which includes the first revision\n"
 
1265
"revision ranges used by \"bzr log\" which includes the first revision\n"
1231
1266
"in the range."
1232
1267
msgstr ""
1233
1268
 
1234
 
#: breezy/builtins.py:2237
 
1269
#: bzrlib/builtins.py:2244
1235
1270
msgid ""
1236
1271
":Exit values:\n"
1237
1272
"    1 - changed\n"
1240
1275
"    0 - no change"
1241
1276
msgstr ""
1242
1277
 
1243
 
#: breezy/builtins.py:2243
 
1278
#: bzrlib/builtins.py:2250
1244
1279
msgid ""
1245
1280
":Examples:\n"
1246
1281
"    Shows the difference in the working tree versus the last commit::"
1247
1282
msgstr ""
1248
1283
 
1249
 
#: breezy/builtins.py:2246
1250
 
msgid "        brz diff"
 
1284
#: bzrlib/builtins.py:2253
 
1285
msgid "        bzr diff"
1251
1286
msgstr ""
1252
1287
 
1253
 
#: breezy/builtins.py:2248
 
1288
#: bzrlib/builtins.py:2255
1254
1289
msgid "    Difference between the working tree and revision 1::"
1255
1290
msgstr ""
1256
1291
 
1257
 
#: breezy/builtins.py:2250
1258
 
msgid "        brz diff -r1"
 
1292
#: bzrlib/builtins.py:2257
 
1293
msgid "        bzr diff -r1"
1259
1294
msgstr ""
1260
1295
 
1261
 
#: breezy/builtins.py:2252
 
1296
#: bzrlib/builtins.py:2259
1262
1297
msgid "    Difference between revision 3 and revision 1::"
1263
1298
msgstr ""
1264
1299
 
1265
 
#: breezy/builtins.py:2254
1266
 
msgid "        brz diff -r1..3"
 
1300
#: bzrlib/builtins.py:2261
 
1301
msgid "        bzr diff -r1..3"
1267
1302
msgstr ""
1268
1303
 
1269
 
#: breezy/builtins.py:2256
 
1304
#: bzrlib/builtins.py:2263
1270
1305
msgid "    Difference between revision 3 and revision 1 for branch xxx::"
1271
1306
msgstr ""
1272
1307
 
1273
 
#: breezy/builtins.py:2258
1274
 
msgid "        brz diff -r1..3 xxx"
 
1308
#: bzrlib/builtins.py:2265
 
1309
msgid "        bzr diff -r1..3 xxx"
1275
1310
msgstr ""
1276
1311
 
1277
 
#: breezy/builtins.py:2260
 
1312
#: bzrlib/builtins.py:2267
1278
1313
msgid "    The changes introduced by revision 2 (equivalent to -r1..2)::"
1279
1314
msgstr ""
1280
1315
 
1281
 
#: breezy/builtins.py:2262
1282
 
msgid "        brz diff -c2"
 
1316
#: bzrlib/builtins.py:2269
 
1317
msgid "        bzr diff -c2"
1283
1318
msgstr ""
1284
1319
 
1285
 
#: breezy/builtins.py:2264
 
1320
#: bzrlib/builtins.py:2271
1286
1321
msgid ""
1287
1322
"    To see the changes introduced by revision X::\n"
1288
1323
"    \n"
1289
 
"        brz diff -cX"
 
1324
"        bzr diff -cX"
1290
1325
msgstr ""
1291
1326
 
1292
 
#: breezy/builtins.py:2268
 
1327
#: bzrlib/builtins.py:2275
1293
1328
msgid ""
1294
1329
"    Note that in the case of a merge, the -c option shows the changes\n"
1295
1330
"    compared to the left hand parent. To see the changes against\n"
1296
1331
"    another parent, use::"
1297
1332
msgstr ""
1298
1333
 
1299
 
#: breezy/builtins.py:2272
1300
 
msgid "        brz diff -r<chosen_parent>..X"
 
1334
#: bzrlib/builtins.py:2279
 
1335
msgid "        bzr diff -r<chosen_parent>..X"
1301
1336
msgstr ""
1302
1337
 
1303
 
#: breezy/builtins.py:2274
 
1338
#: bzrlib/builtins.py:2281
1304
1339
msgid ""
1305
1340
"    The changes between the current revision and the previous revision\n"
1306
1341
"    (equivalent to -c-1 and -r-2..-1)"
1307
1342
msgstr ""
1308
1343
 
1309
 
#: breezy/builtins.py:2277
1310
 
msgid "        brz diff -r-2.."
 
1344
#: bzrlib/builtins.py:2284
 
1345
msgid "        bzr diff -r-2.."
1311
1346
msgstr ""
1312
1347
 
1313
 
#: breezy/builtins.py:2279
 
1348
#: bzrlib/builtins.py:2286
1314
1349
msgid "    Show just the differences for file NEWS::"
1315
1350
msgstr ""
1316
1351
 
1317
 
#: breezy/builtins.py:2281
1318
 
msgid "        brz diff NEWS"
 
1352
#: bzrlib/builtins.py:2288
 
1353
msgid "        bzr diff NEWS"
1319
1354
msgstr ""
1320
1355
 
1321
 
#: breezy/builtins.py:2283
 
1356
#: bzrlib/builtins.py:2290
1322
1357
msgid "    Show the differences in working tree xxx for file NEWS::"
1323
1358
msgstr ""
1324
1359
 
1325
 
#: breezy/builtins.py:2285
1326
 
msgid "        brz diff xxx/NEWS"
 
1360
#: bzrlib/builtins.py:2292
 
1361
msgid "        bzr diff xxx/NEWS"
1327
1362
msgstr ""
1328
1363
 
1329
 
#: breezy/builtins.py:2287
 
1364
#: bzrlib/builtins.py:2294
1330
1365
msgid "    Show the differences from branch xxx to this working tree:"
1331
1366
msgstr ""
1332
1367
 
1333
 
#: breezy/builtins.py:2289
1334
 
msgid "        brz diff --old xxx"
 
1368
#: bzrlib/builtins.py:2296
 
1369
msgid "        bzr diff --old xxx"
1335
1370
msgstr ""
1336
1371
 
1337
 
#: breezy/builtins.py:2291
 
1372
#: bzrlib/builtins.py:2298
1338
1373
msgid "    Show the differences between two branches for file NEWS::"
1339
1374
msgstr ""
1340
1375
 
1341
 
#: breezy/builtins.py:2293
1342
 
msgid "        brz diff --old xxx --new yyy NEWS"
1343
 
msgstr ""
1344
 
 
1345
 
#: breezy/builtins.py:2295
1346
 
msgid "    Same as 'brz diff' but prefix paths with old/ and new/::"
1347
 
msgstr ""
1348
 
 
1349
 
#: breezy/builtins.py:2297
 
1376
#: bzrlib/builtins.py:2300
 
1377
msgid "        bzr diff --old xxx --new yyy NEWS"
 
1378
msgstr ""
 
1379
 
 
1380
#: bzrlib/builtins.py:2302
 
1381
msgid "    Same as 'bzr diff' but prefix paths with old/ and new/::"
 
1382
msgstr ""
 
1383
 
 
1384
#: bzrlib/builtins.py:2304
1350
1385
msgid ""
1351
 
"        brz diff --prefix old/:new/\n"
 
1386
"        bzr diff --prefix old/:new/\n"
1352
1387
"        \n"
1353
1388
"    Show the differences using a custom diff program with options::\n"
1354
1389
"    \n"
1355
 
"        brz diff --using /usr/bin/diff --diff-options -wu"
 
1390
"        bzr diff --using /usr/bin/diff --diff-options -wu"
1356
1391
msgstr ""
1357
1392
 
1358
 
# help of 'diff-options' option of 'diff' command
1359
 
#: breezy/builtins.py:2307
 
1393
#: bzrlib/builtins.py:2314
1360
1394
msgid "Pass these options to the external diff program."
1361
1395
msgstr ""
1362
1396
 
1363
 
# help of 'prefix' option of 'diff' command
1364
 
#: breezy/builtins.py:2310
 
1397
#: bzrlib/builtins.py:2317
1365
1398
msgid ""
1366
1399
"Set prefixes added to old and new filenames, as two values separated by a "
1367
1400
"colon. (eg \"old/:new/\")."
1368
1401
msgstr ""
1369
1402
 
1370
 
# help of 'old' option of 'diff' command
1371
 
#: breezy/builtins.py:2313
 
1403
#: bzrlib/builtins.py:2320
1372
1404
msgid "Branch/tree to compare from."
1373
1405
msgstr ""
1374
1406
 
1375
 
# help of 'new' option of 'diff' command
1376
 
#: breezy/builtins.py:2317
 
1407
#: bzrlib/builtins.py:2324
1377
1408
msgid "Branch/tree to compare to."
1378
1409
msgstr ""
1379
1410
 
1380
 
# help of 'using' option of 'diff' command
1381
 
#: breezy/builtins.py:2323
 
1411
#: bzrlib/builtins.py:2330
1382
1412
msgid "Use this command to compare files."
1383
1413
msgstr ""
1384
1414
 
1385
 
# help of 'format' option of 'diff' command
1386
 
#: breezy/builtins.py:2328
 
1415
#: bzrlib/builtins.py:2335
1387
1416
msgid "Diff format to use."
1388
1417
msgstr ""
1389
1418
 
1390
 
# title of 'format' option of 'diff' command
1391
 
#: breezy/builtins.py:2330
 
1419
#: bzrlib/builtins.py:2337
1392
1420
msgid "Diff format"
1393
1421
msgstr ""
1394
1422
 
1395
 
# help of 'context' option of 'diff' command
1396
 
#: breezy/builtins.py:2332
1397
 
msgid "How many lines of context to show."
1398
 
msgstr ""
1399
 
 
1400
 
#: breezy/builtins.py:2357
 
1423
#: bzrlib/builtins.py:2359
1401
1424
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1402
1425
msgstr ""
1403
1426
 
1404
 
#: breezy/builtins.py:2361
1405
 
msgid "brz diff --revision takes exactly one or two revision specifiers"
 
1427
#: bzrlib/builtins.py:2363
 
1428
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1406
1429
msgstr ""
1407
1430
 
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
 
1431
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
 
1432
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1411
1433
msgid "{0} and {1} are mutually exclusive"
1412
1434
msgstr ""
1413
1435
 
1414
 
#: breezy/builtins.py:2386
 
1436
#: bzrlib/builtins.py:2388
1415
1437
msgid ""
1416
1438
"List files deleted in the working tree.\n"
1417
1439
"    "
1418
1440
msgstr ""
1419
1441
 
1420
 
#: breezy/builtins.py:2463
 
1442
#: bzrlib/builtins.py:2465
1421
1443
msgid "Show the tree root directory."
1422
1444
msgstr ""
1423
1445
 
1424
 
#: breezy/builtins.py:2465
 
1446
#: bzrlib/builtins.py:2467
1425
1447
msgid ""
1426
1448
"The root is the nearest enclosing directory with a .bzr control\n"
1427
1449
"directory."
1428
1450
msgstr ""
1429
1451
 
1430
 
#: breezy/builtins.py:2480
 
1452
#: bzrlib/builtins.py:2482
1431
1453
msgid "The limit argument must be an integer."
1432
1454
msgstr ""
1433
1455
 
1434
 
#: breezy/builtins.py:2488
 
1456
#: bzrlib/builtins.py:2490
1435
1457
msgid "The levels argument must be an integer."
1436
1458
msgstr ""
1437
1459
 
1438
 
#: breezy/builtins.py:2493
 
1460
#: bzrlib/builtins.py:2495
1439
1461
msgid "Show historical log for a branch or subset of a branch."
1440
1462
msgstr ""
1441
1463
 
1442
 
#: breezy/builtins.py:2495
 
1464
#: bzrlib/builtins.py:2497
1443
1465
msgid ""
1444
 
"log is brz's default tool for exploring the history of a branch.\n"
 
1466
"log is bzr's default tool for exploring the history of a branch.\n"
1445
1467
"The branch to use is taken from the first parameter. If no parameters\n"
1446
1468
"are given, the branch containing the working directory is logged.\n"
1447
1469
"Here are some simple examples::"
1448
1470
msgstr ""
1449
1471
 
1450
 
#: breezy/builtins.py:2500
 
1472
#: bzrlib/builtins.py:2502
1451
1473
msgid ""
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"
 
1474
"  bzr log                       log the current branch\n"
 
1475
"  bzr log foo.py                log a file in its branch\n"
 
1476
"  bzr log http://server/branch  log a branch on a server"
1455
1477
msgstr ""
1456
1478
 
1457
 
#: breezy/builtins.py:2504
 
1479
#: bzrlib/builtins.py:2506
1458
1480
msgid ""
1459
1481
"The filtering, ordering and information shown for each revision can\n"
1460
1482
"be controlled as explained below. By default, all revisions are\n"
1464
1486
"were merged."
1465
1487
msgstr ""
1466
1488
 
1467
 
#: breezy/builtins.py:2511
 
1489
#: bzrlib/builtins.py:2513
1468
1490
msgid ":Output control:"
1469
1491
msgstr ""
1470
1492
 
1471
 
#: breezy/builtins.py:2513
 
1493
#: bzrlib/builtins.py:2515
1472
1494
msgid ""
1473
1495
"  The log format controls how information about each revision is\n"
1474
1496
"  displayed. The standard log formats are called ``long``, ``short``\n"
1475
 
"  and ``line``. The default is long. See ``brz help log-formats``\n"
 
1497
"  and ``line``. The default is long. See ``bzr help log-formats``\n"
1476
1498
"  for more details on log formats."
1477
1499
msgstr ""
1478
1500
 
1479
 
#: breezy/builtins.py:2518
 
1501
#: bzrlib/builtins.py:2520
1480
1502
msgid ""
1481
1503
"  The following options can be used to control what information is\n"
1482
1504
"  displayed::"
1483
1505
msgstr ""
1484
1506
 
1485
 
#: breezy/builtins.py:2521
 
1507
#: bzrlib/builtins.py:2523
1486
1508
msgid ""
1487
1509
"    -l N        display a maximum of N revisions\n"
1488
1510
"    -n N        display N levels of revisions (0 for all, 1 for collapsed)\n"
1491
1513
"    --show-ids  display revision-ids (and file-ids), not just revnos"
1492
1514
msgstr ""
1493
1515
 
1494
 
#: breezy/builtins.py:2527
 
1516
#: bzrlib/builtins.py:2529
1495
1517
msgid ""
1496
1518
"  Note that the default number of levels to display is a function of the\n"
1497
1519
"  log format. If the -n option is not used, the standard log formats show\n"
1498
1520
"  just the top level (mainline)."
1499
1521
msgstr ""
1500
1522
 
1501
 
#: breezy/builtins.py:2531
 
1523
#: bzrlib/builtins.py:2533
1502
1524
msgid ""
1503
1525
"  Status summaries are shown using status flags like A, M, etc. To see\n"
1504
1526
"  the changes explained using words like ``added`` and ``modified``\n"
1505
1527
"  instead, use the -vv option."
1506
1528
msgstr ""
1507
1529
 
1508
 
#: breezy/builtins.py:2535
 
1530
#: bzrlib/builtins.py:2537
1509
1531
msgid ":Ordering control:"
1510
1532
msgstr ""
1511
1533
 
1512
 
#: breezy/builtins.py:2537
 
1534
#: bzrlib/builtins.py:2539
1513
1535
msgid ""
1514
1536
"  To display revisions from oldest to newest, use the --forward option.\n"
1515
1537
"  In most cases, using this option will have little impact on the total\n"
1517
1539
"  display revisions like --reverse does when it can."
1518
1540
msgstr ""
1519
1541
 
1520
 
#: breezy/builtins.py:2542
 
1542
#: bzrlib/builtins.py:2544
1521
1543
msgid ":Revision filtering:"
1522
1544
msgstr ""
1523
1545
 
1524
 
#: breezy/builtins.py:2544
 
1546
#: bzrlib/builtins.py:2546
1525
1547
msgid ""
1526
1548
"  The -r option can be used to specify what revision or range of revisions\n"
1527
1549
"  to filter against. The various forms are shown below::"
1528
1550
msgstr ""
1529
1551
 
1530
 
#: breezy/builtins.py:2547
 
1552
#: bzrlib/builtins.py:2549
1531
1553
msgid ""
1532
1554
"    -rX      display revision X\n"
1533
1555
"    -rX..    display revision X and later\n"
1535
1557
"    -rX..Y   display from X to Y inclusive"
1536
1558
msgstr ""
1537
1559
 
1538
 
#: breezy/builtins.py:2552
 
1560
#: bzrlib/builtins.py:2554
1539
1561
msgid ""
1540
 
"  See ``brz help revisionspec`` for details on how to specify X and Y.\n"
 
1562
"  See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1541
1563
"  Some common examples are given below::"
1542
1564
msgstr ""
1543
1565
 
1544
 
#: breezy/builtins.py:2555
 
1566
#: bzrlib/builtins.py:2557
1545
1567
msgid ""
1546
1568
"    -r-1                show just the tip\n"
1547
1569
"    -r-10..             show the last 10 mainline revisions\n"
1551
1573
"    -rdate:yesterday..  show changes since yesterday"
1552
1574
msgstr ""
1553
1575
 
1554
 
#: breezy/builtins.py:2562
 
1576
#: bzrlib/builtins.py:2564
1555
1577
msgid ""
1556
1578
"  When logging a range of revisions using -rX..Y, log starts at\n"
1557
1579
"  revision Y and searches back in history through the primary\n"
1561
1583
"  a nested merge revision and the log will be truncated accordingly."
1562
1584
msgstr ""
1563
1585
 
1564
 
#: breezy/builtins.py:2569
 
1586
#: bzrlib/builtins.py:2571
1565
1587
msgid ":Path filtering:"
1566
1588
msgstr ""
1567
1589
 
1568
 
#: breezy/builtins.py:2571
 
1590
#: bzrlib/builtins.py:2573
1569
1591
msgid ""
1570
1592
"  If parameters are given and the first one is not a branch, the log\n"
1571
1593
"  will be filtered to show only those revisions that changed the\n"
1572
1594
"  nominated files or directories."
1573
1595
msgstr ""
1574
1596
 
1575
 
#: breezy/builtins.py:2575
 
1597
#: bzrlib/builtins.py:2577
1576
1598
msgid ""
1577
1599
"  Filenames are interpreted within their historical context. To log a\n"
1578
1600
"  deleted file, specify a revision range so that the file existed at\n"
1579
1601
"  the end or start of the range."
1580
1602
msgstr ""
1581
1603
 
1582
 
#: breezy/builtins.py:2579
 
1604
#: bzrlib/builtins.py:2581
1583
1605
msgid ""
1584
1606
"  Historical context is also important when interpreting pathnames of\n"
1585
1607
"  renamed files/directories. Consider the following example:"
1586
1608
msgstr ""
1587
1609
 
1588
 
#: breezy/builtins.py:2582
 
1610
#: bzrlib/builtins.py:2584
1589
1611
msgid ""
1590
1612
"  * revision 1: add tutorial.txt\n"
1591
1613
"  * revision 2: modify tutorial.txt\n"
1592
1614
"  * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1593
1615
msgstr ""
1594
1616
 
1595
 
#: breezy/builtins.py:2586
 
1617
#: bzrlib/builtins.py:2588
1596
1618
msgid "  In this case:"
1597
1619
msgstr ""
1598
1620
 
1599
 
#: breezy/builtins.py:2588
1600
 
msgid "  * ``brz log guide.txt`` will log the file added in revision 1"
1601
 
msgstr ""
1602
 
 
1603
 
#: breezy/builtins.py:2590
1604
 
msgid "  * ``brz log tutorial.txt`` will log the new file added in revision 3"
1605
 
msgstr ""
1606
 
 
1607
 
#: breezy/builtins.py:2592
1608
 
msgid ""
1609
 
"  * ``brz log -r2 -p tutorial.txt`` will show the changes made to\n"
 
1621
#: bzrlib/builtins.py:2590
 
1622
msgid "  * ``bzr log guide.txt`` will log the file added in revision 1"
 
1623
msgstr ""
 
1624
 
 
1625
#: bzrlib/builtins.py:2592
 
1626
msgid ""
 
1627
"  * ``bzr log tutorial.txt`` will log the new file added in revision 3"
 
1628
msgstr ""
 
1629
 
 
1630
#: bzrlib/builtins.py:2594
 
1631
msgid ""
 
1632
"  * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1610
1633
"    the original file in revision 2."
1611
1634
msgstr ""
1612
1635
 
1613
 
#: breezy/builtins.py:2595
 
1636
#: bzrlib/builtins.py:2597
1614
1637
msgid ""
1615
 
"  * ``brz log -r2 -p guide.txt`` will display an error message as there\n"
 
1638
"  * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1616
1639
"    was no file called guide.txt in revision 2."
1617
1640
msgstr ""
1618
1641
 
1619
 
#: breezy/builtins.py:2598
 
1642
#: bzrlib/builtins.py:2600
1620
1643
msgid ""
1621
1644
"  Renames are always followed by log. By design, there is no need to\n"
1622
1645
"  explicitly ask for this (and no way to stop logging a file back\n"
1623
1646
"  until it was last renamed)."
1624
1647
msgstr ""
1625
1648
 
1626
 
#: breezy/builtins.py:2602
 
1649
#: bzrlib/builtins.py:2604
1627
1650
msgid ":Other filtering:"
1628
1651
msgstr ""
1629
1652
 
1630
 
#: breezy/builtins.py:2604
 
1653
#: bzrlib/builtins.py:2606
1631
1654
msgid ""
1632
1655
"  The --match option can be used for finding revisions that match a\n"
1633
1656
"  regular expression in a commit message, committer, author or bug.\n"
1636
1659
"  --match-message can be used to only match a specific field."
1637
1660
msgstr ""
1638
1661
 
1639
 
#: breezy/builtins.py:2610
 
1662
#: bzrlib/builtins.py:2612
1640
1663
msgid ":Tips & tricks:"
1641
1664
msgstr ""
1642
1665
 
1643
 
#: breezy/builtins.py:2612
 
1666
#: bzrlib/builtins.py:2614
1644
1667
msgid ""
1645
1668
"  GUI tools and IDEs are often better at exploring history than command\n"
1646
1669
"  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"
 
1670
"  bzr-explorer shell, or the Loggerhead web interface.  See the Plugin\n"
 
1671
"  Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1649
1672
"  <http://wiki.bazaar.canonical.com/IDEIntegration>.  "
1650
1673
msgstr ""
1651
1674
 
1652
 
#: breezy/builtins.py:2618
1653
 
msgid "  You may find it useful to add the aliases below to ``bazaar.conf``::"
 
1675
#: bzrlib/builtins.py:2620
 
1676
msgid ""
 
1677
"  You may find it useful to add the aliases below to ``bazaar.conf``::"
1654
1678
msgstr ""
1655
1679
 
1656
 
#: breezy/builtins.py:2620
 
1680
#: bzrlib/builtins.py:2622
1657
1681
msgid ""
1658
1682
"    [ALIASES]\n"
1659
1683
"    tip = log -r-1\n"
1661
1685
"    show = log -v -p"
1662
1686
msgstr ""
1663
1687
 
1664
 
#: breezy/builtins.py:2625
 
1688
#: bzrlib/builtins.py:2627
1665
1689
msgid ""
1666
 
"  ``brz tip`` will then show the latest revision while ``brz top``\n"
 
1690
"  ``bzr tip`` will then show the latest revision while ``bzr top``\n"
1667
1691
"  will show the last 10 mainline revisions. To see the details of a\n"
1668
 
"  particular revision X,  ``brz show -rX``."
 
1692
"  particular revision X,  ``bzr show -rX``."
1669
1693
msgstr ""
1670
1694
 
1671
 
#: breezy/builtins.py:2629
 
1695
#: bzrlib/builtins.py:2631
1672
1696
msgid ""
1673
1697
"  If you are interested in looking deeper into a particular merge X,\n"
1674
 
"  use ``brz log -n0 -rX``."
 
1698
"  use ``bzr log -n0 -rX``."
1675
1699
msgstr ""
1676
1700
 
1677
 
#: breezy/builtins.py:2632
 
1701
#: bzrlib/builtins.py:2634
1678
1702
msgid ""
1679
 
"  ``brz log -v`` on a branch with lots of history is currently\n"
 
1703
"  ``bzr log -v`` on a branch with lots of history is currently\n"
1680
1704
"  very slow. A fix for this issue is currently under development.\n"
1681
1705
"  With or without that fix, it is recommended that a revision range\n"
1682
1706
"  be given when using the -v option."
1683
1707
msgstr ""
1684
1708
 
1685
 
#: breezy/builtins.py:2637
 
1709
#: bzrlib/builtins.py:2639
1686
1710
msgid ""
1687
 
"  brz has a generic full-text matching plugin, brz-search, that can be\n"
 
1711
"  bzr has a generic full-text matching plugin, bzr-search, that can be\n"
1688
1712
"  used to find revisions matching user names, commit messages, etc.\n"
1689
1713
"  Among other features, this plugin can find all revisions containing\n"
1690
1714
"  a list of words but not others."
1691
1715
msgstr ""
1692
1716
 
1693
 
#: breezy/builtins.py:2642
 
1717
#: bzrlib/builtins.py:2644
1694
1718
msgid ""
1695
1719
"  When exploring non-mainline history on large projects with deep\n"
1696
1720
"  history, the performance of log can be greatly improved by installing\n"
1698
1722
"  trading disk space for faster speed."
1699
1723
msgstr ""
1700
1724
 
1701
 
# help of 'forward' option of 'log' command
1702
 
#: breezy/builtins.py:2651
 
1725
#: bzrlib/builtins.py:2653
1703
1726
msgid "Show from oldest to newest."
1704
1727
msgstr ""
1705
1728
 
1706
 
# help of 'verbose' option of 'log' command
1707
 
#: breezy/builtins.py:2654
 
1729
#: bzrlib/builtins.py:2656
1708
1730
msgid "Show files changed in each revision."
1709
1731
msgstr ""
1710
1732
 
1711
 
# help of 'change' option of 'log' command
1712
 
#: breezy/builtins.py:2660
 
1733
#: bzrlib/builtins.py:2662
1713
1734
msgid "Show just the specified revision. See also \"help revisionspec\"."
1714
1735
msgstr ""
1715
1736
 
1716
 
# help of 'authors' option of 'log' command
1717
 
#: breezy/builtins.py:2664
 
1737
#: bzrlib/builtins.py:2666
1718
1738
msgid "What names to list as authors - first, all or committer."
1719
1739
msgstr ""
1720
1740
 
1721
 
# title of 'authors' option of 'log' command
1722
 
#: breezy/builtins.py:2665
 
1741
#: bzrlib/builtins.py:2667
1723
1742
msgid "Authors"
1724
1743
msgstr ""
1725
1744
 
1726
 
# help of 'levels' option of 'log' command
1727
 
#: breezy/builtins.py:2670
 
1745
#: bzrlib/builtins.py:2672
1728
1746
msgid "Number of levels to display - 0 for all, 1 for flat."
1729
1747
msgstr ""
1730
1748
 
1731
 
# help of 'limit' option of 'log' command
1732
 
#: breezy/builtins.py:2680
 
1749
#: bzrlib/builtins.py:2682
1733
1750
msgid "Limit the output to the first N revisions."
1734
1751
msgstr ""
1735
1752
 
1736
 
# help of 'show-diff' option of 'log' command
1737
 
#: breezy/builtins.py:2685
 
1753
#: bzrlib/builtins.py:2687
1738
1754
msgid "Show changes made in each revision as a patch."
1739
1755
msgstr ""
1740
1756
 
1741
 
# help of 'include-merged' option of 'log' command
1742
 
#: breezy/builtins.py:2687
 
1757
#: bzrlib/builtins.py:2689
1743
1758
msgid "Show merged revisions like --levels 0 does."
1744
1759
msgstr ""
1745
1760
 
1746
 
# help of 'omit-merges' option of 'log' command
1747
 
#: breezy/builtins.py:2691
 
1761
#: bzrlib/builtins.py:2693
1748
1762
msgid "Do not report commits with more than one parent."
1749
1763
msgstr ""
1750
1764
 
1751
 
# help of 'exclude-common-ancestry' option of 'log' command
1752
 
#: breezy/builtins.py:2693
 
1765
#: bzrlib/builtins.py:2695
1753
1766
msgid ""
1754
1767
"Display only the revisions that are not part of both ancestries (require -"
1755
1768
"rX..Y)."
1756
1769
msgstr ""
1757
1770
 
1758
 
# help of 'signatures' option of 'log' command
1759
 
#: breezy/builtins.py:2697
 
1771
#: bzrlib/builtins.py:2699
1760
1772
msgid "Show digital signature validity."
1761
1773
msgstr ""
1762
1774
 
1763
 
# help of 'match' option of 'log' command
1764
 
#: breezy/builtins.py:2700
 
1775
#: bzrlib/builtins.py:2702
1765
1776
msgid "Show revisions whose properties match this expression."
1766
1777
msgstr ""
1767
1778
 
1768
 
# help of 'match-message' option of 'log' command
1769
 
#: breezy/builtins.py:2704
 
1779
#: bzrlib/builtins.py:2706
1770
1780
msgid "Show revisions whose message matches this expression."
1771
1781
msgstr ""
1772
1782
 
1773
 
# help of 'match-committer' option of 'log' command
1774
 
#: breezy/builtins.py:2708
 
1783
#: bzrlib/builtins.py:2710
1775
1784
msgid "Show revisions whose committer matches this expression."
1776
1785
msgstr ""
1777
1786
 
1778
 
# help of 'match-author' option of 'log' command
1779
 
#: breezy/builtins.py:2712
 
1787
#: bzrlib/builtins.py:2714
1780
1788
msgid "Show revisions whose authors match this expression."
1781
1789
msgstr ""
1782
1790
 
1783
 
# help of 'match-bugs' option of 'log' command
1784
 
#: breezy/builtins.py:2716
 
1791
#: bzrlib/builtins.py:2718
1785
1792
msgid "Show revisions whose bugs match this expression."
1786
1793
msgstr ""
1787
1794
 
1788
 
#: breezy/builtins.py:2770
 
1795
#: bzrlib/builtins.py:2772
1789
1796
msgid "--exclude-common-ancestry requires -r with two revisions"
1790
1797
msgstr ""
1791
1798
 
1792
 
#: breezy/builtins.py:2798
 
1799
#: bzrlib/builtins.py:2800
1793
1800
#, python-format
1794
1801
msgid "Path unknown at end or start of revision range: %s"
1795
1802
msgstr ""
1796
1803
 
1797
 
#: breezy/builtins.py:2915
1798
 
#, python-format
1799
 
msgid "brz %s doesn't accept two revisions in different branches."
1800
 
msgstr ""
1801
 
 
1802
 
#: breezy/builtins.py:2931
1803
 
#, python-format
1804
 
msgid "brz %s --revision takes one or two values."
1805
 
msgstr ""
1806
 
 
1807
 
#: breezy/builtins.py:2976
 
1804
#: bzrlib/builtins.py:2917
 
1805
#, python-format
 
1806
msgid "bzr %s doesn't accept two revisions in different branches."
 
1807
msgstr ""
 
1808
 
 
1809
#: bzrlib/builtins.py:2933
 
1810
#, python-format
 
1811
msgid "bzr %s --revision takes one or two values."
 
1812
msgstr ""
 
1813
 
 
1814
#: bzrlib/builtins.py:2978
1808
1815
msgid ""
1809
1816
"List files in a tree.\n"
1810
1817
"    "
1811
1818
msgstr ""
1812
1819
 
1813
 
# help of 'recursive' option of 'ls' command
1814
 
#: breezy/builtins.py:2985
 
1820
#: bzrlib/builtins.py:2987
1815
1821
msgid "Recurse into subdirectories."
1816
1822
msgstr ""
1817
1823
 
1818
 
# help of 'from-root' option of 'ls' command
1819
 
#: breezy/builtins.py:2987
 
1824
#: bzrlib/builtins.py:2989
1820
1825
msgid "Print paths relative to the root of the branch."
1821
1826
msgstr ""
1822
1827
 
1823
 
# help of 'unknown' option of 'ls' command
1824
 
#: breezy/builtins.py:2989
 
1828
#: bzrlib/builtins.py:2991
1825
1829
msgid "Print unknown files."
1826
1830
msgstr ""
1827
1831
 
1828
 
# help of 'versioned' option of 'ls' command
1829
 
#: breezy/builtins.py:2990
 
1832
#: bzrlib/builtins.py:2992
1830
1833
msgid "Print versioned files."
1831
1834
msgstr ""
1832
1835
 
1833
 
# help of 'ignored' option of 'ls' command
1834
 
#: breezy/builtins.py:2993
 
1836
#: bzrlib/builtins.py:2995
1835
1837
msgid "Print ignored files."
1836
1838
msgstr ""
1837
1839
 
1838
 
# help of 'kind' option of 'ls' command
1839
 
#: breezy/builtins.py:2995
 
1840
#: bzrlib/builtins.py:2997
1840
1841
msgid "List entries of a particular kind: file, directory, symlink."
1841
 
msgstr ""
 
1842
msgstr "List entries of a particular type: file, directory, symlink."
1842
1843
 
1843
 
#: breezy/builtins.py:3008
 
1844
#: bzrlib/builtins.py:3010
1844
1845
msgid "invalid kind specified"
1845
 
msgstr ""
 
1846
msgstr "invalid type specified"
1846
1847
 
1847
 
#: breezy/builtins.py:3011
 
1848
#: bzrlib/builtins.py:3013
1848
1849
msgid "Cannot set both --verbose and --null"
1849
1850
msgstr ""
1850
1851
 
1851
 
#: breezy/builtins.py:3020
 
1852
#: bzrlib/builtins.py:3022
1852
1853
msgid "cannot specify both --from-root and PATH"
1853
1854
msgstr ""
1854
1855
 
1855
 
#: breezy/builtins.py:3107
 
1856
#: bzrlib/builtins.py:3109
1856
1857
msgid "Ignore specified files or patterns."
1857
1858
msgstr ""
1858
1859
 
1859
 
#: breezy/builtins.py:3109
1860
 
msgid "See ``brz help patterns`` for details on the syntax of patterns."
 
1860
#: bzrlib/builtins.py:3111
 
1861
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1861
1862
msgstr ""
1862
1863
 
1863
 
#: breezy/builtins.py:3111
 
1864
#: bzrlib/builtins.py:3113
1864
1865
msgid ""
1865
1866
"If a .bzrignore file does not exist, the ignore command\n"
1866
1867
"will create one and add the specified files or patterns to the newly\n"
1869
1870
"the use of the ignore command will require an explicit add command."
1870
1871
msgstr ""
1871
1872
 
1872
 
#: breezy/builtins.py:3117
 
1873
#: bzrlib/builtins.py:3119
1873
1874
msgid ""
1874
1875
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
1875
1876
"After adding, editing or deleting that file either indirectly by\n"
1877
1878
"it."
1878
1879
msgstr ""
1879
1880
 
1880
 
#: breezy/builtins.py:3122
 
1881
#: bzrlib/builtins.py:3124
1881
1882
msgid ""
1882
1883
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
1883
1884
"the global ignore file can be found in the application data directory as\n"
1886
1887
"can be edited directly using an editor."
1887
1888
msgstr ""
1888
1889
 
1889
 
#: breezy/builtins.py:3128
 
1890
#: bzrlib/builtins.py:3130
1890
1891
msgid ""
1891
1892
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
1892
1893
"precedence over regular ignores.  Such exceptions are used to specify\n"
1893
1894
"files that should be versioned which would otherwise be ignored."
1894
1895
msgstr ""
1895
1896
 
1896
 
#: breezy/builtins.py:3132
 
1897
#: bzrlib/builtins.py:3134
1897
1898
msgid ""
1898
1899
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
1899
1900
"precedence over the '!' exception patterns."
1900
1901
msgstr ""
1901
1902
 
1902
 
#: breezy/builtins.py:3135
 
1903
#: bzrlib/builtins.py:3137
1903
1904
msgid ""
1904
1905
":Notes: \n"
1905
1906
"    \n"
1907
1908
"  the shell on Unix."
1908
1909
msgstr ""
1909
1910
 
1910
 
#: breezy/builtins.py:3140
 
1911
#: bzrlib/builtins.py:3142
1911
1912
msgid ""
1912
1913
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1913
1914
"  To ignore patterns that begin with that character, use the \"RE:\" prefix."
1914
1915
msgstr ""
1915
1916
 
1916
 
#: breezy/builtins.py:3143
 
1917
#: bzrlib/builtins.py:3145
1917
1918
msgid ""
1918
1919
":Examples:\n"
1919
1920
"    Ignore the top level Makefile::"
1920
1921
msgstr ""
1921
1922
 
1922
 
#: breezy/builtins.py:3146
1923
 
msgid "        brz ignore ./Makefile"
 
1923
#: bzrlib/builtins.py:3148
 
1924
msgid "        bzr ignore ./Makefile"
1924
1925
msgstr ""
1925
1926
 
1926
 
#: breezy/builtins.py:3148
 
1927
#: bzrlib/builtins.py:3150
1927
1928
msgid "    Ignore .class files in all directories...::"
1928
1929
msgstr ""
1929
1930
 
1930
 
#: breezy/builtins.py:3150
1931
 
msgid "        brz ignore \"*.class\""
 
1931
#: bzrlib/builtins.py:3152
 
1932
msgid "        bzr ignore \"*.class\""
1932
1933
msgstr ""
1933
1934
 
1934
 
#: breezy/builtins.py:3152
 
1935
#: bzrlib/builtins.py:3154
1935
1936
msgid "    ...but do not ignore \"special.class\"::"
1936
1937
msgstr ""
1937
1938
 
1938
 
#: breezy/builtins.py:3154
1939
 
msgid "        brz ignore \"!special.class\""
 
1939
#: bzrlib/builtins.py:3156
 
1940
msgid "        bzr ignore \"!special.class\""
1940
1941
msgstr ""
1941
1942
 
1942
 
#: breezy/builtins.py:3156
 
1943
#: bzrlib/builtins.py:3158
1943
1944
msgid "    Ignore files whose name begins with the \"#\" character::"
1944
1945
msgstr ""
1945
1946
 
1946
 
#: breezy/builtins.py:3158
1947
 
msgid "        brz ignore \"RE:^#\""
 
1947
#: bzrlib/builtins.py:3160
 
1948
msgid "        bzr ignore \"RE:^#\""
1948
1949
msgstr ""
1949
1950
 
1950
 
#: breezy/builtins.py:3160 breezy/builtins.py:3164
 
1951
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1951
1952
msgid "    Ignore .o files under the lib directory::"
1952
1953
msgstr ""
1953
1954
 
1954
 
#: breezy/builtins.py:3162
1955
 
msgid "        brz ignore \"lib/**/*.o\""
1956
 
msgstr ""
1957
 
 
1958
 
#: breezy/builtins.py:3166
1959
 
msgid "        brz ignore \"RE:lib/.*\\.o\""
1960
 
msgstr ""
1961
 
 
1962
 
#: breezy/builtins.py:3168
 
1955
#: bzrlib/builtins.py:3164
 
1956
msgid "        bzr ignore \"lib/**/*.o\""
 
1957
msgstr ""
 
1958
 
 
1959
#: bzrlib/builtins.py:3168
 
1960
msgid "        bzr ignore \"RE:lib/.*\\.o\""
 
1961
msgstr ""
 
1962
 
 
1963
#: bzrlib/builtins.py:3170
1963
1964
msgid "    Ignore everything but the \"debian\" toplevel directory::"
1964
1965
msgstr ""
1965
1966
 
1966
 
#: breezy/builtins.py:3170
 
1967
#: bzrlib/builtins.py:3172
1967
1968
msgid ""
1968
 
"        brz ignore \"RE:(?!debian/).*\"\n"
 
1969
"        bzr ignore \"RE:(?!debian/).*\"\n"
1969
1970
"    \n"
1970
1971
"    Ignore everything except the \"local\" toplevel directory,\n"
1971
1972
"    but always ignore autosave files ending in ~, even under local/::\n"
1972
1973
"    \n"
1973
 
"        brz ignore \"*\"\n"
1974
 
"        brz ignore \"!./local\"\n"
1975
 
"        brz ignore \"!!*~\""
1976
 
msgstr ""
1977
 
 
1978
 
# help of 'default-rules' option of 'ignore' command
1979
 
#: breezy/builtins.py:3184
1980
 
msgid "Display the default ignore rules that brz uses."
1981
 
msgstr ""
1982
 
 
1983
 
#: breezy/builtins.py:3196
 
1974
"        bzr ignore \"*\"\n"
 
1975
"        bzr ignore \"!./local\"\n"
 
1976
"        bzr ignore \"!!*~\""
 
1977
msgstr ""
 
1978
 
 
1979
#: bzrlib/builtins.py:3186
 
1980
msgid "Display the default ignore rules that bzr uses."
 
1981
msgstr ""
 
1982
 
 
1983
#: bzrlib/builtins.py:3198
1984
1984
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
1985
1985
msgstr ""
1986
1986
 
1987
 
#: breezy/builtins.py:3207
 
1987
#: bzrlib/builtins.py:3209
1988
1988
#, python-format
1989
1989
msgid "Invalid ignore pattern found. %s"
1990
1990
msgid_plural "Invalid ignore patterns found. %s"
1991
1991
msgstr[0] ""
1992
1992
msgstr[1] ""
1993
1993
 
1994
 
#: breezy/builtins.py:3216
 
1994
#: bzrlib/builtins.py:3218
1995
1995
msgid "NAME_PATTERN should not be an absolute path"
1996
1996
msgstr ""
1997
1997
 
1998
 
#: breezy/builtins.py:3229
 
1998
#: bzrlib/builtins.py:3231
1999
1999
#, python-format
2000
2000
msgid ""
2001
2001
"Warning: the following files are version controlled and match your ignore "
2002
2002
"pattern:\n"
2003
2003
"%s\n"
2004
 
"These files will continue to be version controlled unless you 'brz remove' "
 
2004
"These files will continue to be version controlled unless you 'bzr remove' "
2005
2005
"them.\n"
2006
2006
msgstr ""
2007
2007
 
2008
 
#: breezy/builtins.py:3236
 
2008
#: bzrlib/builtins.py:3238
2009
2009
msgid "List ignored files and the patterns that matched them."
2010
2010
msgstr ""
2011
2011
 
2012
 
#: breezy/builtins.py:3238
 
2012
#: bzrlib/builtins.py:3240
2013
2013
msgid ""
2014
2014
"List all the ignored files and the ignore pattern that caused the file to\n"
2015
2015
"be ignored."
2016
2016
msgstr ""
2017
2017
 
2018
 
#: breezy/builtins.py:3241
 
2018
#: bzrlib/builtins.py:3243
2019
2019
msgid "Alternatively, to list just the files::"
2020
2020
msgstr ""
2021
2021
 
2022
 
#: breezy/builtins.py:3243
2023
 
msgid "    brz ls --ignored"
 
2022
#: bzrlib/builtins.py:3245
 
2023
msgid "    bzr ls --ignored"
2024
2024
msgstr ""
2025
2025
 
2026
 
#: breezy/builtins.py:3277
 
2026
#: bzrlib/builtins.py:3279
2027
2027
#, python-format
2028
2028
msgid "not a valid revision-number: %r"
2029
2029
msgstr ""
2030
2030
 
2031
 
#: breezy/builtins.py:3284
2032
 
msgid "Export current or past revision to a destination directory or archive."
 
2031
#: bzrlib/builtins.py:3286
 
2032
msgid ""
 
2033
"Export current or past revision to a destination directory or archive."
2033
2034
msgstr ""
2034
2035
 
2035
 
#: breezy/builtins.py:3286
 
2036
#: bzrlib/builtins.py:3288
2036
2037
msgid "If no revision is specified this exports the last committed revision."
2037
2038
msgstr ""
2038
2039
 
2039
 
#: breezy/builtins.py:3288
 
2040
#: bzrlib/builtins.py:3290
2040
2041
msgid ""
2041
2042
"Format may be an \"exporter\" name, such as tar, tgz, tbz2.  If none is\n"
2042
2043
"given, try to find the format with the extension. If no extension\n"
2043
2044
"is found exports to a directory (equivalent to --format=dir)."
2044
2045
msgstr ""
2045
2046
 
2046
 
#: breezy/builtins.py:3292
 
2047
#: bzrlib/builtins.py:3294
2047
2048
msgid ""
2048
2049
"If root is supplied, it will be used as the root directory inside\n"
2049
2050
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2050
2051
"to the exported filename. The root option has no effect for 'dir' format."
2051
2052
msgstr ""
2052
2053
 
2053
 
#: breezy/builtins.py:3296
 
2054
#: bzrlib/builtins.py:3298
2054
2055
msgid ""
2055
2056
"If branch is omitted then the branch containing the current working\n"
2056
2057
"directory will be used."
2057
2058
msgstr ""
2058
2059
 
2059
 
#: breezy/builtins.py:3299
2060
 
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
 
2060
#: bzrlib/builtins.py:3301
 
2061
msgid ""
 
2062
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2061
2063
msgstr ""
2062
2064
 
2063
 
#: breezy/builtins.py:3301
 
2065
#: bzrlib/builtins.py:3303
2064
2066
msgid ""
2065
2067
"  =================       =========================\n"
2066
2068
"  Supported formats       Autodetected by extension\n"
2073
2075
"  =================       ========================="
2074
2076
msgstr ""
2075
2077
 
2076
 
# help of 'format' option of 'export' command
2077
 
#: breezy/builtins.py:3315
 
2078
#: bzrlib/builtins.py:3317
2078
2079
msgid "Type of file to export to."
2079
2080
msgstr ""
2080
2081
 
2081
 
# help of 'filters' option of 'export' command
2082
 
#: breezy/builtins.py:3318
 
2082
#: bzrlib/builtins.py:3320
2083
2083
msgid "Apply content filters to export the convenient form."
2084
2084
msgstr ""
2085
2085
 
2086
 
# help of 'root' option of 'export' command
2087
 
#: breezy/builtins.py:3322
 
2086
#: bzrlib/builtins.py:3324
2088
2087
msgid "Name of the root directory inside the exported file."
2089
2088
msgstr ""
2090
2089
 
2091
 
# help of 'per-file-timestamps' option of 'export' command
2092
 
#: breezy/builtins.py:3324
 
2090
#: bzrlib/builtins.py:3326
2093
2091
msgid ""
2094
2092
"Set modification time of files to that of the last revision in which it was "
2095
2093
"changed."
2096
2094
msgstr ""
2097
2095
 
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."
 
2096
#: bzrlib/builtins.py:3329
 
2097
msgid ""
 
2098
"Export the working tree contents rather than that of the last revision."
2101
2099
msgstr ""
2102
2100
 
2103
 
#: breezy/builtins.py:3346
 
2101
#: bzrlib/builtins.py:3348
2104
2102
msgid "--uncommitted requires a working tree"
2105
2103
msgstr ""
2106
2104
 
2107
 
#: breezy/builtins.py:3355
 
2105
#: bzrlib/builtins.py:3357
2108
2106
#, python-format
2109
2107
msgid "Unsupported export format: %s"
2110
2108
msgstr ""
2111
2109
 
2112
 
#: breezy/builtins.py:3359
2113
 
msgid "Write the contents of a file as of a given revision to standard output."
 
2110
#: bzrlib/builtins.py:3361
 
2111
msgid ""
 
2112
"Write the contents of a file as of a given revision to standard output."
2114
2113
msgstr ""
2115
2114
 
2116
 
#: breezy/builtins.py:3361
 
2115
#: bzrlib/builtins.py:3363
2117
2116
msgid "If no revision is nominated, the last revision is used."
2118
2117
msgstr ""
2119
2118
 
2120
 
#: breezy/builtins.py:3363
 
2119
#: bzrlib/builtins.py:3365
2121
2120
msgid ""
2122
2121
"Note: Take care to redirect standard output when using this command on a\n"
2123
2122
"binary file."
2124
2123
msgstr ""
2125
2124
 
2126
 
# help of 'name-from-revision' option of 'cat' command
2127
 
#: breezy/builtins.py:3369
 
2125
#: bzrlib/builtins.py:3371
2128
2126
msgid "The path name in the old tree."
2129
2127
msgstr ""
2130
2128
 
2131
 
# help of 'filters' option of 'cat' command
2132
 
#: breezy/builtins.py:3370
 
2129
#: bzrlib/builtins.py:3372
2133
2130
msgid "Apply content filters to display the convenience form."
2134
2131
msgstr ""
2135
2132
 
2136
 
#: breezy/builtins.py:3381
2137
 
msgid "brz cat --revision takes exactly one revision specifier"
 
2133
#: bzrlib/builtins.py:3383
 
2134
msgid "bzr cat --revision takes exactly one revision specifier"
2138
2135
msgstr ""
2139
2136
 
2140
 
#: breezy/builtins.py:3406 breezy/builtins.py:3418
 
2137
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2141
2138
msgid "{0!r} is not present in revision {1}"
2142
2139
msgstr ""
2143
2140
 
2144
 
#: breezy/builtins.py:3441
 
2141
#: bzrlib/builtins.py:3443
2145
2142
msgid "Commit changes into a new revision."
2146
2143
msgstr ""
2147
2144
 
2148
 
#: breezy/builtins.py:3443
 
2145
#: bzrlib/builtins.py:3445
2149
2146
msgid ""
2150
2147
"An explanatory message needs to be given for each commit. This is\n"
2151
2148
"often done by using the --message option (getting the message from the\n"
2155
2152
"boilerplate text loaded into the editor, use the --show-diff option."
2156
2153
msgstr ""
2157
2154
 
2158
 
#: breezy/builtins.py:3450
 
2155
#: bzrlib/builtins.py:3452
2159
2156
msgid ""
2160
2157
"By default, the entire tree is committed and the person doing the\n"
2161
2158
"commit is assumed to be the author. These defaults can be overridden\n"
2162
2159
"as explained below."
2163
2160
msgstr ""
2164
2161
 
2165
 
#: breezy/builtins.py:3454
 
2162
#: bzrlib/builtins.py:3456
2166
2163
msgid ":Selective commits:"
2167
2164
msgstr ""
2168
2165
 
2169
 
#: breezy/builtins.py:3456
 
2166
#: bzrlib/builtins.py:3458
2170
2167
msgid ""
2171
2168
"  If selected files are specified, only changes to those files are\n"
2172
2169
"  committed.  If a directory is specified then the directory and\n"
2173
2170
"  everything within it is committed."
2174
2171
msgstr ""
2175
2172
 
2176
 
#: breezy/builtins.py:3460
 
2173
#: bzrlib/builtins.py:3462
2177
2174
msgid ""
2178
2175
"  When excludes are given, they take precedence over selected files.\n"
2179
2176
"  For example, to commit only changes within foo, but not changes\n"
2180
2177
"  within foo/bar::"
2181
2178
msgstr ""
2182
2179
 
2183
 
#: breezy/builtins.py:3464
2184
 
msgid "    brz commit foo -x foo/bar"
 
2180
#: bzrlib/builtins.py:3466
 
2181
msgid "    bzr commit foo -x foo/bar"
2185
2182
msgstr ""
2186
2183
 
2187
 
#: breezy/builtins.py:3466
 
2184
#: bzrlib/builtins.py:3468
2188
2185
msgid "  A selective commit after a merge is not yet supported."
2189
2186
msgstr ""
2190
2187
 
2191
 
#: breezy/builtins.py:3468
 
2188
#: bzrlib/builtins.py:3470
2192
2189
msgid ":Custom authors:"
2193
2190
msgstr ""
2194
2191
 
2195
 
#: breezy/builtins.py:3470
 
2192
#: bzrlib/builtins.py:3472
2196
2193
msgid ""
2197
2194
"  If the author of the change is not the same person as the committer,\n"
2198
2195
"  you can specify the author's name using the --author option. The\n"
2202
2199
"  author."
2203
2200
msgstr ""
2204
2201
 
2205
 
#: breezy/builtins.py:3477
 
2202
#: bzrlib/builtins.py:3479
2206
2203
msgid ":Checks:"
2207
2204
msgstr ""
2208
2205
 
2209
 
#: breezy/builtins.py:3479
 
2206
#: bzrlib/builtins.py:3481
2210
2207
msgid ""
2211
2208
"  A common mistake is to forget to add a new file or directory before\n"
2212
2209
"  running the commit command. The --strict option checks for unknown\n"
2213
2210
"  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"
 
2211
"  checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2215
2212
"  for details."
2216
2213
msgstr ""
2217
2214
 
2218
 
#: breezy/builtins.py:3485
 
2215
#: bzrlib/builtins.py:3487
2219
2216
msgid ":Things to note:"
2220
2217
msgstr ""
2221
2218
 
2222
 
#: breezy/builtins.py:3487
 
2219
#: bzrlib/builtins.py:3489
2223
2220
msgid ""
2224
2221
"  If you accidentially commit the wrong changes or make a spelling\n"
2225
2222
"  mistake in the commit message say, you can use the uncommit command\n"
2226
 
"  to undo it. See ``brz help uncommit`` for details."
 
2223
"  to undo it. See ``bzr help uncommit`` for details."
2227
2224
msgstr ""
2228
2225
 
2229
 
#: breezy/builtins.py:3491
 
2226
#: bzrlib/builtins.py:3493
2230
2227
msgid ""
2231
2228
"  Hooks can also be configured to run after a commit. This allows you\n"
2232
2229
"  to trigger updates to external systems like bug trackers. The --fixes\n"
2233
2230
"  option can be used to record the association between a revision and\n"
2234
 
"  one or more bugs. See ``brz help bugs`` for details."
 
2231
"  one or more bugs. See ``bzr help bugs`` for details."
2235
2232
msgstr ""
2236
2233
 
2237
 
# help of 'exclude' option of 'commit' command
2238
 
#: breezy/builtins.py:3501
 
2234
#: bzrlib/builtins.py:3503
2239
2235
msgid "Do not consider changes made to a given path."
2240
2236
msgstr ""
2241
2237
 
2242
 
# help of 'message' option of 'commit' command
2243
 
#: breezy/builtins.py:3504
 
2238
#: bzrlib/builtins.py:3506
2244
2239
msgid "Description of the new revision."
2245
2240
msgstr ""
2246
2241
 
2247
 
# help of 'unchanged' option of 'commit' command
2248
 
#: breezy/builtins.py:3507
 
2242
#: bzrlib/builtins.py:3509
2249
2243
msgid "Commit even if nothing has changed."
2250
2244
msgstr ""
2251
2245
 
2252
 
# help of 'file' option of 'commit' command
2253
 
#: breezy/builtins.py:3511
 
2246
#: bzrlib/builtins.py:3513
2254
2247
msgid "Take commit message from this file."
2255
2248
msgstr ""
2256
2249
 
2257
 
# help of 'strict' option of 'commit' command
2258
 
#: breezy/builtins.py:3513
 
2250
#: bzrlib/builtins.py:3515
2259
2251
msgid "Refuse to commit if there are unknown files in the working tree."
2260
2252
msgstr ""
2261
2253
 
2262
 
# help of 'commit-time' option of 'commit' command
2263
 
#: breezy/builtins.py:3516
 
2254
#: bzrlib/builtins.py:3518
2264
2255
msgid ""
2265
2256
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2266
2257
"08:00:00 +0100'."
2267
2258
msgstr ""
2268
2259
 
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\")."
 
2260
#: bzrlib/builtins.py:3521
 
2261
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2272
2262
msgstr ""
2273
2263
 
2274
 
# help of 'author' option of 'commit' command
2275
 
#: breezy/builtins.py:3522
 
2264
#: bzrlib/builtins.py:3524
2276
2265
msgid "Set the author's name, if it's different from the committer."
2277
2266
msgstr ""
2278
2267
 
2279
 
# help of 'local' option of 'commit' command
2280
 
#: breezy/builtins.py:3525
 
2268
#: bzrlib/builtins.py:3527
2281
2269
msgid ""
2282
2270
"Perform a local commit in a bound branch.  Local commits are not pushed to "
2283
2271
"the master branch until a normal commit is performed."
2284
2272
msgstr ""
2285
2273
 
2286
 
# help of 'show-diff' option of 'commit' command
2287
 
#: breezy/builtins.py:3531
 
2274
#: bzrlib/builtins.py:3533
2288
2275
msgid ""
2289
2276
"When no message is supplied, show the diff along with the status summary in "
2290
2277
"the message editor."
2291
2278
msgstr ""
2292
2279
 
2293
 
# help of 'lossy' option of 'commit' command
2294
 
#: breezy/builtins.py:3534
 
2280
#: bzrlib/builtins.py:3536
2295
2281
msgid ""
2296
2282
"When committing to a foreign version control system do not push data that "
2297
2283
"can not be natively represented."
2298
2284
msgstr ""
2299
2285
 
2300
 
#: breezy/builtins.py:3552
 
2286
#: bzrlib/builtins.py:3554
2301
2287
#, python-format
2302
2288
msgid ""
2303
2289
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2304
2290
"default bug tracker using the `bugtracker` option.\n"
2305
 
"See \"brz help bugs\" for more information on this feature. Commit refused."
 
2291
"See \"bzr help bugs\" for more information on this feature. Commit refused."
2306
2292
msgstr ""
2307
2293
 
2308
 
#: breezy/builtins.py:3561
 
2294
#: bzrlib/builtins.py:3563
2309
2295
#, python-format
2310
2296
msgid ""
2311
 
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"brz help bugs\" "
 
2297
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
2312
2298
"for more information on this feature.\n"
2313
2299
"Commit refused."
2314
2300
msgstr ""
2315
2301
 
2316
 
#: breezy/builtins.py:3570
 
2302
#: bzrlib/builtins.py:3572
2317
2303
#, python-format
2318
2304
msgid "Unrecognized bug %s. Commit refused."
2319
 
msgstr ""
 
2305
msgstr "Unrecognised bug %s. Commit refused."
2320
2306
 
2321
 
#: breezy/builtins.py:3573
 
2307
#: bzrlib/builtins.py:3575
2322
2308
#, python-format
2323
2309
msgid ""
2324
2310
"%s\n"
2325
2311
"Commit refused."
2326
2312
msgstr ""
2327
2313
 
2328
 
#: breezy/builtins.py:3597
 
2314
#: bzrlib/builtins.py:3599
2329
2315
msgid "Could not parse --commit-time: "
2330
2316
msgstr ""
2331
2317
 
2332
 
#: breezy/builtins.py:3637
 
2318
#: bzrlib/builtins.py:3639
2333
2319
msgid "please specify either --message or --file"
2334
2320
msgstr ""
2335
2321
 
2336
 
#: breezy/builtins.py:3666
 
2322
#: bzrlib/builtins.py:3668
2337
2323
msgid "please specify a commit message with either --message or --file"
2338
2324
msgstr ""
2339
2325
 
2340
 
#: breezy/builtins.py:3669
2341
 
msgid ""
2342
 
"Empty commit message specified. Please specify a commit message with either "
2343
 
"--message or --file or leave a blank message with --message \"\"."
2344
 
msgstr ""
2345
 
 
2346
 
#: breezy/builtins.py:3689
2347
 
msgid ""
2348
 
"No changes to commit. Please 'brz add' the files you want to commit, or use "
2349
 
"--unchanged to force an empty commit."
2350
 
msgstr ""
2351
 
 
2352
 
#: breezy/builtins.py:3693
2353
 
msgid ""
2354
 
"Conflicts detected in working tree.  Use \"brz conflicts\" to list, \"brz "
 
2326
#: bzrlib/builtins.py:3671
 
2327
msgid ""
 
2328
"Empty commit message specified. Please specify a commit message with either -"
 
2329
"-message or --file or leave a blank message with --message \"\"."
 
2330
msgstr ""
 
2331
 
 
2332
#: bzrlib/builtins.py:3691
 
2333
msgid ""
 
2334
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
 
2335
"-unchanged to force an empty commit."
 
2336
msgstr ""
 
2337
 
 
2338
#: bzrlib/builtins.py:3695
 
2339
msgid ""
 
2340
"Conflicts detected in working tree.  Use \"bzr conflicts\" to list, \"bzr "
2355
2341
"resolve FILE\" to resolve."
2356
2342
msgstr ""
2357
2343
 
2358
 
#: breezy/builtins.py:3697
 
2344
#: bzrlib/builtins.py:3699
2359
2345
msgid "Commit refused because there are unknown files in the working tree."
2360
2346
msgstr ""
2361
2347
 
2362
 
#: breezy/builtins.py:3700
 
2348
#: bzrlib/builtins.py:3702
2363
2349
msgid ""
2364
2350
"\n"
2365
2351
"To commit to master branch, run update and then commit.\n"
2366
2352
"You can also pass --local to commit to continue working disconnected."
2367
2353
msgstr ""
2368
2354
 
2369
 
#: breezy/builtins.py:3708
 
2355
#: bzrlib/builtins.py:3710
2370
2356
msgid ""
2371
2357
"Validate working tree structure, branch consistency and repository history."
2372
2358
msgstr ""
2373
2359
 
2374
 
#: breezy/builtins.py:3710
 
2360
#: bzrlib/builtins.py:3712
2375
2361
msgid ""
2376
2362
"This command checks various invariants about branch and repository storage\n"
2377
 
"to detect data corruption or brz bugs."
 
2363
"to detect data corruption or bzr bugs."
2378
2364
msgstr ""
2379
2365
 
2380
 
#: breezy/builtins.py:3713
 
2366
#: bzrlib/builtins.py:3715
2381
2367
msgid ""
2382
2368
"The working tree and branch checks will only give output if a problem is\n"
2383
2369
"detected. The output fields of the repository check are:"
2384
2370
msgstr ""
2385
2371
 
2386
 
#: breezy/builtins.py:3716
 
2372
#: bzrlib/builtins.py:3718
2387
2373
msgid ""
2388
2374
"revisions\n"
2389
2375
"    This is just the number of revisions checked.  It doesn't\n"
2390
2376
"    indicate a problem."
2391
2377
msgstr ""
2392
2378
 
2393
 
#: breezy/builtins.py:3720
 
2379
#: bzrlib/builtins.py:3722
2394
2380
msgid ""
2395
2381
"versionedfiles\n"
2396
2382
"    This is just the number of versionedfiles checked.  It\n"
2397
2383
"    doesn't indicate a problem."
2398
2384
msgstr ""
2399
2385
 
2400
 
#: breezy/builtins.py:3724
 
2386
#: bzrlib/builtins.py:3726
2401
2387
msgid ""
2402
2388
"unreferenced ancestors\n"
2403
2389
"    Texts that are ancestors of other texts, but\n"
2405
2391
"    subtle problem that Bazaar can work around."
2406
2392
msgstr ""
2407
2393
 
2408
 
#: breezy/builtins.py:3729
 
2394
#: bzrlib/builtins.py:3731
2409
2395
msgid ""
2410
2396
"unique file texts\n"
2411
2397
"    This is the total number of unique file contents\n"
2412
2398
"    seen in the checked revisions.  It does not indicate a problem."
2413
2399
msgstr ""
2414
2400
 
2415
 
#: breezy/builtins.py:3733
 
2401
#: bzrlib/builtins.py:3735
2416
2402
msgid ""
2417
2403
"repeated file texts\n"
2418
2404
"    This is the total number of repeated texts seen\n"
2421
2407
"    indicate a problem."
2422
2408
msgstr ""
2423
2409
 
2424
 
#: breezy/builtins.py:3739
 
2410
#: bzrlib/builtins.py:3741
2425
2411
msgid ""
2426
2412
"If no restrictions are specified, all Bazaar data that is found at the "
2427
2413
"given\n"
2428
2414
"location will be checked."
2429
2415
msgstr ""
2430
2416
 
2431
 
#: breezy/builtins.py:3744
 
2417
#: bzrlib/builtins.py:3746
2432
2418
msgid "    Check the tree and branch at 'foo'::"
2433
2419
msgstr ""
2434
2420
 
2435
 
#: breezy/builtins.py:3746
2436
 
msgid "        brz check --tree --branch foo"
 
2421
#: bzrlib/builtins.py:3748
 
2422
msgid "        bzr check --tree --branch foo"
2437
2423
msgstr ""
2438
2424
 
2439
 
#: breezy/builtins.py:3748
 
2425
#: bzrlib/builtins.py:3750
2440
2426
msgid "    Check only the repository at 'bar'::"
2441
2427
msgstr ""
2442
2428
 
2443
 
#: breezy/builtins.py:3750
2444
 
msgid "        brz check --repo bar"
 
2429
#: bzrlib/builtins.py:3752
 
2430
msgid "        bzr check --repo bar"
2445
2431
msgstr ""
2446
2432
 
2447
 
#: breezy/builtins.py:3752
 
2433
#: bzrlib/builtins.py:3754
2448
2434
msgid "    Check everything at 'baz'::"
2449
2435
msgstr ""
2450
2436
 
2451
 
#: breezy/builtins.py:3754
2452
 
msgid "        brz check baz"
 
2437
#: bzrlib/builtins.py:3756
 
2438
msgid "        bzr check baz"
2453
2439
msgstr ""
2454
2440
 
2455
 
# help of 'branch' option of 'check' command
2456
 
#: breezy/builtins.py:3760
 
2441
#: bzrlib/builtins.py:3762
2457
2442
msgid "Check the branch related to the current directory."
2458
2443
msgstr ""
2459
2444
 
2460
 
# help of 'repo' option of 'check' command
2461
 
#: breezy/builtins.py:3762
 
2445
#: bzrlib/builtins.py:3764
2462
2446
msgid "Check the repository related to the current directory."
2463
2447
msgstr ""
2464
2448
 
2465
 
# help of 'tree' option of 'check' command
2466
 
#: breezy/builtins.py:3764
 
2449
#: bzrlib/builtins.py:3766
2467
2450
msgid "Check the working tree related to the current directory."
2468
2451
msgstr ""
2469
2452
 
2470
 
#: breezy/builtins.py:3778
 
2453
#: bzrlib/builtins.py:3780
2471
2454
msgid "Upgrade a repository, branch or working tree to a newer format."
2472
2455
msgstr ""
2473
2456
 
2474
 
#: breezy/builtins.py:3780
 
2457
#: bzrlib/builtins.py:3782
2475
2458
msgid ""
2476
2459
"When the default format has changed after a major new release of\n"
2477
2460
"Bazaar, you may be informed during certain operations that you\n"
2480
2463
"with older repositories or with older versions of Bazaar."
2481
2464
msgstr ""
2482
2465
 
2483
 
#: breezy/builtins.py:3786
 
2466
#: bzrlib/builtins.py:3788
2484
2467
msgid ""
2485
2468
"If you wish to upgrade to a particular format rather than the\n"
2486
2469
"current default, that can be specified using the --format option.\n"
2490
2473
"2.x default) so downgrading is not always possible."
2491
2474
msgstr ""
2492
2475
 
2493
 
#: breezy/builtins.py:3793
 
2476
#: bzrlib/builtins.py:3795
2494
2477
msgid ""
2495
2478
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2496
2479
"process (where # is a number). By default, this is left there on\n"
2501
2484
"afterwards."
2502
2485
msgstr ""
2503
2486
 
2504
 
#: breezy/builtins.py:3801
 
2487
#: bzrlib/builtins.py:3803
2505
2488
msgid ""
2506
2489
"If the location given is a shared repository, dependent branches\n"
2507
2490
"are also converted provided the repository converts successfully.\n"
2509
2492
"tried."
2510
2493
msgstr ""
2511
2494
 
2512
 
#: breezy/builtins.py:3806
 
2495
#: bzrlib/builtins.py:3808
2513
2496
msgid ""
2514
2497
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2515
2498
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2516
2499
msgstr ""
2517
2500
 
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."
 
2501
#: bzrlib/builtins.py:3816
 
2502
msgid "Upgrade to a specific format.  See \"bzr help formats\" for details."
2521
2503
msgstr ""
2522
2504
 
2523
 
# title of 'format' option of 'init' command
2524
 
# title of 'format' option of 'upgrade' command
2525
 
#: breezy/builtins.py:3818
 
2505
#: bzrlib/builtins.py:3820
2526
2506
msgid "Branch format"
2527
2507
msgstr ""
2528
2508
 
2529
 
# help of 'clean' option of 'upgrade' command
2530
 
#: breezy/builtins.py:3820
 
2509
#: bzrlib/builtins.py:3822
2531
2510
msgid "Remove the backup.bzr directory if successful."
2532
2511
msgstr ""
2533
2512
 
2534
 
# help of 'dry-run' option of 'add' command
2535
 
# help of 'dry-run' option of 'upgrade' command
2536
 
#: breezy/builtins.py:3822
 
2513
#: bzrlib/builtins.py:3824
2537
2514
msgid "Show what would be done, but don't actually do anything."
2538
2515
msgstr ""
2539
2516
 
2540
 
#: breezy/builtins.py:3837
2541
 
msgid "Show or set brz user id."
 
2517
#: bzrlib/builtins.py:3839
 
2518
msgid "Show or set bzr user id."
2542
2519
msgstr ""
2543
2520
 
2544
 
#: breezy/builtins.py:3839
 
2521
#: bzrlib/builtins.py:3841
2545
2522
msgid ""
2546
2523
":Examples:\n"
2547
2524
"    Show the email of the current user::"
2548
2525
msgstr ""
2549
2526
 
2550
 
#: breezy/builtins.py:3842
2551
 
msgid "        brz whoami --email"
 
2527
#: bzrlib/builtins.py:3844
 
2528
msgid "        bzr whoami --email"
2552
2529
msgstr ""
2553
2530
 
2554
 
#: breezy/builtins.py:3844
 
2531
#: bzrlib/builtins.py:3846
2555
2532
msgid "    Set the current user::"
2556
2533
msgstr ""
2557
2534
 
2558
 
#: breezy/builtins.py:3846
2559
 
msgid "        brz whoami \"Frank Chu <fchu@example.com>\""
 
2535
#: bzrlib/builtins.py:3848
 
2536
msgid "        bzr whoami \"Frank Chu <fchu@example.com>\""
2560
2537
msgstr ""
2561
2538
 
2562
 
# help of 'email' option of 'whoami' command
2563
 
#: breezy/builtins.py:3850
 
2539
#: bzrlib/builtins.py:3852
2564
2540
msgid "Display email address only."
2565
2541
msgstr ""
2566
2542
 
2567
 
# help of 'branch' option of 'whoami' command
2568
 
#: breezy/builtins.py:3852
 
2543
#: bzrlib/builtins.py:3854
2569
2544
msgid "Set identity for the current branch instead of globally."
2570
2545
msgstr ""
2571
2546
 
2572
 
#: breezy/builtins.py:3878
 
2547
#: bzrlib/builtins.py:3880
2573
2548
msgid "--email can only be used to display existing identity"
2574
2549
msgstr ""
2575
2550
 
2576
 
#: breezy/builtins.py:3902
 
2551
#: bzrlib/builtins.py:3904
2577
2552
msgid "Print or set the branch nickname."
2578
2553
msgstr ""
2579
2554
 
2580
 
#: breezy/builtins.py:3904
 
2555
#: bzrlib/builtins.py:3906
2581
2556
msgid ""
2582
2557
"If unset, the colocated branch name is used for colocated branches, and\n"
2583
2558
"the branch directory name is used for other branches.  To print the\n"
2584
2559
"current nickname, execute with no argument."
2585
2560
msgstr ""
2586
2561
 
2587
 
#: breezy/builtins.py:3908
 
2562
#: bzrlib/builtins.py:3910
2588
2563
msgid ""
2589
2564
"Bound branches use the nickname of its master branch unless it is set\n"
2590
2565
"locally."
2591
2566
msgstr ""
2592
2567
 
2593
 
#: breezy/builtins.py:3928
 
2568
#: bzrlib/builtins.py:3930
2594
2569
msgid "Set/unset and display aliases."
2595
2570
msgstr ""
2596
2571
 
2597
 
#: breezy/builtins.py:3930
 
2572
#: bzrlib/builtins.py:3932
2598
2573
msgid ""
2599
2574
":Examples:\n"
2600
2575
"    Show the current aliases::"
2601
2576
msgstr ""
2602
2577
 
2603
 
#: breezy/builtins.py:3933
2604
 
msgid "        brz alias"
 
2578
#: bzrlib/builtins.py:3935
 
2579
msgid "        bzr alias"
2605
2580
msgstr ""
2606
2581
 
2607
 
#: breezy/builtins.py:3935
 
2582
#: bzrlib/builtins.py:3937
2608
2583
msgid "    Show the alias specified for 'll'::"
2609
2584
msgstr ""
2610
2585
 
2611
 
#: breezy/builtins.py:3937
2612
 
msgid "        brz alias ll"
 
2586
#: bzrlib/builtins.py:3939
 
2587
msgid "        bzr alias ll"
2613
2588
msgstr ""
2614
2589
 
2615
 
#: breezy/builtins.py:3939
 
2590
#: bzrlib/builtins.py:3941
2616
2591
msgid "    Set an alias for 'll'::"
2617
2592
msgstr ""
2618
2593
 
2619
 
#: breezy/builtins.py:3941
2620
 
msgid "        brz alias ll=\"log --line -r-10..-1\""
 
2594
#: bzrlib/builtins.py:3943
 
2595
msgid "        bzr alias ll=\"log --line -r-10..-1\""
2621
2596
msgstr ""
2622
2597
 
2623
 
#: breezy/builtins.py:3943
 
2598
#: bzrlib/builtins.py:3945
2624
2599
msgid "    To remove an alias for 'll'::"
2625
2600
msgstr ""
2626
2601
 
2627
 
#: breezy/builtins.py:3945
2628
 
msgid "        brz alias --remove ll"
 
2602
#: bzrlib/builtins.py:3947
 
2603
msgid "        bzr alias --remove ll"
2629
2604
msgstr ""
2630
2605
 
2631
 
# help of 'remove' option of 'alias' command
2632
 
#: breezy/builtins.py:3950
 
2606
#: bzrlib/builtins.py:3952
2633
2607
msgid "Remove the alias."
2634
2608
msgstr ""
2635
2609
 
2636
 
#: breezy/builtins.py:3968
2637
 
msgid "brz alias --remove expects an alias to remove."
2638
 
msgstr ""
2639
 
 
2640
 
#: breezy/builtins.py:4149
2641
 
msgid "subunit not available. subunit needs to be installed to use --subunit."
2642
 
msgstr ""
2643
 
 
2644
 
#: breezy/builtins.py:4166
2645
 
msgid ""
2646
 
"--benchmark is no longer supported from brz 2.2; use bzr-usertest instead"
2647
 
msgstr ""
2648
 
 
2649
 
#: breezy/builtins.py:4213
2650
 
msgid "Show version of brz."
2651
 
msgstr ""
2652
 
 
2653
 
# help of 'short' option of 'version' command
2654
 
#: breezy/builtins.py:4217
 
2610
#: bzrlib/builtins.py:3970
 
2611
msgid "bzr alias --remove expects an alias to remove."
 
2612
msgstr ""
 
2613
 
 
2614
#: bzrlib/builtins.py:4151
 
2615
msgid ""
 
2616
"subunit not available. subunit needs to be installed to use --subunit."
 
2617
msgstr ""
 
2618
 
 
2619
#: bzrlib/builtins.py:4168
 
2620
msgid ""
 
2621
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
 
2622
msgstr ""
 
2623
 
 
2624
#: bzrlib/builtins.py:4215
 
2625
msgid "Show version of bzr."
 
2626
msgstr ""
 
2627
 
 
2628
#: bzrlib/builtins.py:4219
2655
2629
msgid "Print just the version number."
2656
2630
msgstr ""
2657
2631
 
2658
 
#: breezy/builtins.py:4236
 
2632
#: bzrlib/builtins.py:4238
2659
2633
msgid "It sure does!\n"
2660
2634
msgstr ""
2661
2635
 
2662
 
#: breezy/builtins.py:4260
 
2636
#: bzrlib/builtins.py:4262
2663
2637
#, python-format
2664
2638
msgid "merge base is revision %s\n"
2665
2639
msgstr ""
2666
2640
 
2667
 
#: breezy/builtins.py:4264
 
2641
#: bzrlib/builtins.py:4266
2668
2642
msgid "Perform a three-way merge."
2669
2643
msgstr ""
2670
2644
 
2671
 
#: breezy/builtins.py:4266
 
2645
#: bzrlib/builtins.py:4268
2672
2646
msgid ""
2673
2647
"The source of the merge can be specified either in the form of a branch,\n"
2674
2648
"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"
 
2649
"with bzr send. If neither is specified, the default is the upstream branch\n"
2676
2650
"or the branch most recently merged using --remember.  The source of the\n"
2677
2651
"merge may also be specified in the form of a path to a file in another\n"
2678
2652
"branch:  in this case, only the modifications to that file are merged into\n"
2679
2653
"the current working tree."
2680
2654
msgstr ""
2681
2655
 
2682
 
#: breezy/builtins.py:4274
 
2656
#: bzrlib/builtins.py:4276
2683
2657
msgid ""
2684
 
"When merging from a branch, by default brz will try to merge in all new\n"
 
2658
"When merging from a branch, by default bzr will try to merge in all new\n"
2685
2659
"work from the other branch, automatically determining an appropriate base\n"
2686
2660
"revision.  If this fails, you may need to give an explicit base."
2687
2661
msgstr ""
2688
2662
 
2689
 
#: breezy/builtins.py:4278
 
2663
#: bzrlib/builtins.py:4280
2690
2664
msgid ""
2691
 
"To pick a different ending revision, pass \"--revision OTHER\".  brz will\n"
 
2665
"To pick a different ending revision, pass \"--revision OTHER\".  bzr will\n"
2692
2666
"try to merge in all new work up to and including revision OTHER."
2693
2667
msgstr ""
2694
2668
 
2695
 
#: breezy/builtins.py:4281
 
2669
#: bzrlib/builtins.py:4283
2696
2670
msgid ""
2697
2671
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2698
2672
"through OTHER, excluding BASE but including OTHER, will be merged.  If this\n"
2703
2677
"changes from the other branch is not stored in the commit."
2704
2678
msgstr ""
2705
2679
 
2706
 
#: breezy/builtins.py:4289
 
2680
#: bzrlib/builtins.py:4291
2707
2681
msgid "Revision numbers are always relative to the source branch."
2708
2682
msgstr ""
2709
2683
 
2710
 
#: breezy/builtins.py:4291 breezy/conflicts.py:52 breezy/conflicts.py:106
 
2684
#: bzrlib/builtins.py:4293 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
2711
2685
msgid ""
2712
2686
"Merge will do its best to combine the changes in two branches, but there\n"
2713
2687
"are some kinds of problems only a human can fix.  When it encounters those,\n"
2715
2689
"before you can commit."
2716
2690
msgstr ""
2717
2691
 
2718
 
#: breezy/builtins.py:4296
2719
 
msgid "Use brz resolve when you have fixed a problem.  See also brz conflicts."
 
2692
#: bzrlib/builtins.py:4298
 
2693
msgid ""
 
2694
"Use bzr resolve when you have fixed a problem.  See also bzr conflicts."
2720
2695
msgstr ""
2721
2696
 
2722
 
#: breezy/builtins.py:4298
 
2697
#: bzrlib/builtins.py:4300
2723
2698
msgid ""
2724
2699
"If there is no default branch set, the first merge will set it (use\n"
2725
2700
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2727
2702
"only be saved if the remote location can be accessed."
2728
2703
msgstr ""
2729
2704
 
2730
 
#: breezy/builtins.py:4303
 
2705
#: bzrlib/builtins.py:4305
2731
2706
msgid ""
2732
2707
"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"
 
2708
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
2734
2709
"committed to record the result of the merge."
2735
2710
msgstr ""
2736
2711
 
2737
 
#: breezy/builtins.py:4307
 
2712
#: bzrlib/builtins.py:4309
2738
2713
msgid ""
2739
2714
"merge refuses to run if there are any uncommitted changes, unless\n"
2740
2715
"--force is given.  If --force is given, then the changes from the source \n"
2743
2718
"merge revision which has more than two parents."
2744
2719
msgstr ""
2745
2720
 
2746
 
#: breezy/builtins.py:4313
 
2721
#: bzrlib/builtins.py:4315
2747
2722
msgid ""
2748
2723
"If one would like to merge changes from the working tree of the other\n"
2749
2724
"branch without merging any committed revisions, the --uncommitted option\n"
2750
2725
"can be given."
2751
2726
msgstr ""
2752
2727
 
2753
 
#: breezy/builtins.py:4317
 
2728
#: bzrlib/builtins.py:4319
2754
2729
msgid ""
2755
2730
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2756
2731
"you to apply each diff hunk and file change, similar to \"shelve\"."
2757
2732
msgstr ""
2758
2733
 
2759
 
#: breezy/builtins.py:4320
 
2734
#: bzrlib/builtins.py:4322
2760
2735
msgid ""
2761
2736
":Examples:\n"
2762
 
"    To merge all new revisions from brz.dev::"
2763
 
msgstr ""
2764
 
 
2765
 
#: breezy/builtins.py:4323
2766
 
msgid "        brz merge ../brz.dev"
2767
 
msgstr ""
2768
 
 
2769
 
#: breezy/builtins.py:4325
2770
 
msgid "    To merge changes up to and including revision 82 from brz.dev::"
2771
 
msgstr ""
2772
 
 
2773
 
#: breezy/builtins.py:4327
2774
 
msgid "        brz merge -r 82 ../brz.dev"
2775
 
msgstr ""
2776
 
 
2777
 
#: breezy/builtins.py:4329
 
2737
"    To merge all new revisions from bzr.dev::"
 
2738
msgstr ""
 
2739
 
 
2740
#: bzrlib/builtins.py:4325
 
2741
msgid "        bzr merge ../bzr.dev"
 
2742
msgstr ""
 
2743
 
 
2744
#: bzrlib/builtins.py:4327
 
2745
msgid "    To merge changes up to and including revision 82 from bzr.dev::"
 
2746
msgstr ""
 
2747
 
 
2748
#: bzrlib/builtins.py:4329
 
2749
msgid "        bzr merge -r 82 ../bzr.dev"
 
2750
msgstr ""
 
2751
 
 
2752
#: bzrlib/builtins.py:4331
2778
2753
msgid "    To merge the changes introduced by 82, without previous changes::"
2779
2754
msgstr ""
2780
2755
 
2781
 
#: breezy/builtins.py:4331
2782
 
msgid "        brz merge -r 81..82 ../brz.dev"
 
2756
#: bzrlib/builtins.py:4333
 
2757
msgid "        bzr merge -r 81..82 ../bzr.dev"
2783
2758
msgstr ""
2784
2759
 
2785
 
#: breezy/builtins.py:4333
 
2760
#: bzrlib/builtins.py:4335
2786
2761
msgid "    To apply a merge directive contained in /tmp/merge::"
2787
2762
msgstr ""
2788
2763
 
2789
 
#: breezy/builtins.py:4335
2790
 
msgid "        brz merge /tmp/merge"
 
2764
#: bzrlib/builtins.py:4337
 
2765
msgid "        bzr merge /tmp/merge"
2791
2766
msgstr ""
2792
2767
 
2793
 
#: breezy/builtins.py:4337
 
2768
#: bzrlib/builtins.py:4339
2794
2769
msgid ""
2795
2770
"    To create a merge revision with three parents from two branches\n"
2796
2771
"    feature1a and feature1b:"
2797
2772
msgstr ""
2798
2773
 
2799
 
#: breezy/builtins.py:4340
 
2774
#: bzrlib/builtins.py:4342
2800
2775
msgid ""
2801
 
"        brz merge ../feature1a\n"
2802
 
"        brz merge ../feature1b --force\n"
2803
 
"        brz commit -m 'revision with three parents'"
 
2776
"        bzr merge ../feature1a\n"
 
2777
"        bzr merge ../feature1b --force\n"
 
2778
"        bzr commit -m 'revision with three parents'"
2804
2779
msgstr ""
2805
2780
 
2806
 
# help of 'force' option of 'merge' command
2807
 
#: breezy/builtins.py:4352
 
2781
#: bzrlib/builtins.py:4354
2808
2782
msgid "Merge even if the destination tree has uncommitted changes."
2809
2783
msgstr ""
2810
2784
 
2811
 
# help of 'uncommitted' option of 'merge' command
2812
 
#: breezy/builtins.py:4358
 
2785
#: bzrlib/builtins.py:4360
2813
2786
msgid ""
2814
2787
"Apply uncommitted changes from a working copy, instead of branch changes."
2815
2788
msgstr ""
2816
2789
 
2817
 
# help of 'pull' option of 'merge' command
2818
 
#: breezy/builtins.py:4360
 
2790
#: bzrlib/builtins.py:4362
2819
2791
msgid ""
2820
2792
"If the destination is already completely merged into the source, pull from "
2821
2793
"the source rather than merging.  When this happens, you do not need to "
2822
2794
"commit the result."
2823
2795
msgstr ""
2824
2796
 
2825
 
# help of 'directory' option of 'merge' command
2826
 
#: breezy/builtins.py:4365
 
2797
#: bzrlib/builtins.py:4367
2827
2798
msgid ""
2828
2799
"Branch to merge into, rather than the one containing the working directory."
2829
2800
msgstr ""
2830
2801
 
2831
 
# help of 'preview' option of 'merge' command
2832
 
#: breezy/builtins.py:4367
 
2802
#: bzrlib/builtins.py:4369
2833
2803
msgid "Instead of merging, show a diff of the merge."
2834
2804
msgstr ""
2835
2805
 
2836
 
# help of 'interactive' option of 'merge' command
2837
 
#: breezy/builtins.py:4369
 
2806
#: bzrlib/builtins.py:4371
2838
2807
msgid "Select changes interactively."
2839
2808
msgstr ""
2840
2809
 
2841
 
#: breezy/builtins.py:4391
 
2810
#: bzrlib/builtins.py:4393
2842
2811
msgid ""
2843
 
"Merging into empty branches not currently supported, https://bugs.launchpad."
2844
 
"net/brz/+bug/308562"
 
2812
"Merging into empty branches not currently supported, "
 
2813
"https://bugs.launchpad.net/bzr/+bug/308562"
2845
2814
msgstr ""
2846
2815
 
2847
 
#: breezy/builtins.py:4418
 
2816
#: bzrlib/builtins.py:4420
2848
2817
msgid "Cannot use --uncommitted with bundles or merge directives."
2849
2818
msgstr ""
2850
2819
 
2851
 
#: breezy/builtins.py:4429
 
2820
#: bzrlib/builtins.py:4431
2852
2821
msgid "Cannot use --uncommitted and --revision at the same time."
2853
2822
msgstr ""
2854
2823
 
2855
 
#: breezy/builtins.py:4449
 
2824
#: bzrlib/builtins.py:4451
2856
2825
msgid "merger: "
2857
2826
msgstr ""
2858
2827
 
2859
 
#: breezy/builtins.py:4451 breezy/bundle/apply_bundle.py:71
 
2828
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2860
2829
msgid "Nothing to do."
2861
2830
msgstr ""
2862
2831
 
2863
 
#: breezy/builtins.py:4455
 
2832
#: bzrlib/builtins.py:4457
2864
2833
msgid "Cannot pull individual files"
2865
2834
msgstr ""
2866
2835
 
2867
 
#: breezy/builtins.py:4463
2868
 
msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
 
2836
#: bzrlib/builtins.py:4465
 
2837
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2869
2838
msgstr ""
2870
2839
 
2871
 
#: breezy/builtins.py:4521
 
2840
#: bzrlib/builtins.py:4523
2872
2841
#, python-format
2873
2842
msgid "Show-base is not supported for this merge type. %s"
2874
2843
msgstr ""
2875
2844
 
2876
 
#: breezy/builtins.py:4530
 
2845
#: bzrlib/builtins.py:4532
2877
2846
#, python-format
2878
2847
msgid "Conflict reduction is not supported for merge type %s."
2879
2848
msgstr ""
2880
2849
 
2881
 
#: breezy/builtins.py:4534
 
2850
#: bzrlib/builtins.py:4536
2882
2851
msgid "Cannot do conflict reduction and show base."
2883
2852
msgstr ""
2884
2853
 
2885
 
#: breezy/builtins.py:4645
 
2854
#: bzrlib/builtins.py:4647
2886
2855
msgid "No location specified or remembered"
2887
2856
msgstr ""
2888
2857
 
2889
 
#: breezy/builtins.py:4647
2890
 
#, python-brace-format
 
2858
#: bzrlib/builtins.py:4649
2891
2859
msgid "{0} remembered {1} location {2}"
2892
2860
msgstr ""
2893
2861
 
2894
 
#: breezy/builtins.py:4653
 
2862
#: bzrlib/builtins.py:4655
2895
2863
msgid "Redo a merge."
2896
2864
msgstr ""
2897
2865
 
2898
 
#: breezy/builtins.py:4655
 
2866
#: bzrlib/builtins.py:4657
2899
2867
msgid ""
2900
2868
"Use this if you want to try a different merge technique while resolving\n"
2901
2869
"conflicts.  Some merge techniques are better than others, and remerge\n"
2902
2870
"lets you try different ones on different files."
2903
2871
msgstr ""
2904
2872
 
2905
 
#: breezy/builtins.py:4659
 
2873
#: bzrlib/builtins.py:4661
2906
2874
msgid ""
2907
2875
"The options for remerge have the same meaning and defaults as the ones for\n"
2908
2876
"merge.  The difference is that remerge can (only) be run when there is a\n"
2909
2877
"pending merge, and it lets you specify particular files."
2910
2878
msgstr ""
2911
2879
 
2912
 
#: breezy/builtins.py:4663
 
2880
#: bzrlib/builtins.py:4665
2913
2881
msgid ""
2914
2882
":Examples:\n"
2915
2883
"    Re-do the merge of all conflicted files, and show the base text in\n"
2916
2884
"    conflict regions, in addition to the usual THIS and OTHER texts::"
2917
2885
msgstr ""
2918
2886
 
2919
 
#: breezy/builtins.py:4667
2920
 
msgid "        brz remerge --show-base"
 
2887
#: bzrlib/builtins.py:4669
 
2888
msgid "        bzr remerge --show-base"
2921
2889
msgstr ""
2922
2890
 
2923
 
#: breezy/builtins.py:4669
 
2891
#: bzrlib/builtins.py:4671
2924
2892
msgid ""
2925
2893
"    Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2926
2894
"    additional processing to reduce the size of conflict regions::"
2927
2895
msgstr ""
 
2896
"    Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
 
2897
"    additional processing to reduce the size of conflict regions::"
2928
2898
 
2929
 
#: breezy/builtins.py:4672
2930
 
msgid "        brz remerge --merge-type weave --reprocess foobar"
 
2899
#: bzrlib/builtins.py:4674
 
2900
msgid "        bzr remerge --merge-type weave --reprocess foobar"
2931
2901
msgstr ""
2932
2902
 
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
 
2903
#: bzrlib/builtins.py:4681
2938
2904
msgid "Show base revision text in conflicts."
2939
2905
msgstr ""
2940
2906
 
2941
 
#: breezy/builtins.py:4691
 
2907
#: bzrlib/builtins.py:4693
2942
2908
msgid ""
2943
2909
"Sorry, remerge only works after normal merges.  Not cherrypicking or multi-"
2944
2910
"merges."
2945
2911
msgstr ""
2946
2912
 
2947
 
#: breezy/builtins.py:4749
 
2913
#: bzrlib/builtins.py:4751
2948
2914
msgid ""
2949
2915
"Set files in the working tree back to the contents of a previous revision."
2950
2916
msgstr ""
2951
2917
 
2952
 
#: breezy/builtins.py:4751
 
2918
#: bzrlib/builtins.py:4753
2953
2919
msgid ""
2954
2920
"Giving a list of files will revert only those files.  Otherwise, all files\n"
2955
2921
"will be reverted.  If the revision is not specified with '--revision', the\n"
2958
2924
"the working tree basis revision."
2959
2925
msgstr ""
2960
2926
 
2961
 
#: breezy/builtins.py:4757
 
2927
#: bzrlib/builtins.py:4759
2962
2928
msgid ""
2963
2929
"To remove only some changes, without reverting to a prior version, use\n"
2964
2930
"merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2970
2936
"update command."
2971
2937
msgstr ""
2972
2938
 
2973
 
#: breezy/builtins.py:4766
 
2939
#: bzrlib/builtins.py:4768
2974
2940
msgid ""
2975
2941
"Uncommitted changes to files that are reverted will be discarded.\n"
2976
2942
"Howver, by default, any files that have been manually changed will be\n"
2978
2944
"files have '.~#~' appended to their name, where # is a number."
2979
2945
msgstr ""
2980
2946
 
2981
 
#: breezy/builtins.py:4771
 
2947
#: bzrlib/builtins.py:4773
2982
2948
msgid ""
2983
2949
"When you provide files, you can use their current pathname or the pathname\n"
2984
2950
"from the target revision.  So you can use revert to \"undelete\" a file by\n"
2986
2952
"reverted."
2987
2953
msgstr ""
2988
2954
 
2989
 
#: breezy/builtins.py:4776
 
2955
#: bzrlib/builtins.py:4778
2990
2956
msgid ""
2991
2957
"If you have newly added files since the target revision, they will be\n"
2992
2958
"removed.  If the files to be removed have been changed, backups will be\n"
2994
2960
"deleted."
2995
2961
msgstr ""
2996
2962
 
2997
 
#: breezy/builtins.py:4781
 
2963
#: bzrlib/builtins.py:4783
2998
2964
msgid ""
2999
2965
"The working tree contains a list of revisions that have been merged but\n"
3000
2966
"not yet committed. These revisions will be included as additional parents\n"
3001
2967
"of the next commit.  Normally, using revert clears that list as well as\n"
3002
2968
"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"
 
2969
"of uncommitted merges alone and reverts only the files.  Use ``bzr revert\n"
3004
2970
".`` 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"
 
2971
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
3006
2972
"reverting any files."
3007
2973
msgstr ""
3008
2974
 
3009
 
#: breezy/builtins.py:4790
 
2975
#: bzrlib/builtins.py:4792
3010
2976
msgid ""
3011
 
"Using \"brz revert --forget-merges\", it is possible to apply all of the\n"
 
2977
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
3012
2978
"changes from a branch in a single revision.  To do this, perform the merge\n"
3013
2979
"as desired.  Then doing revert with the \"--forget-merges\" option will "
3014
2980
"keep\n"
3020
2986
"target branches."
3021
2987
msgstr ""
3022
2988
 
3023
 
# help of 'no-backup' option of 'revert' command
3024
 
#: breezy/builtins.py:4804
 
2989
#: bzrlib/builtins.py:4806
3025
2990
msgid "Do not save backups of reverted files."
3026
2991
msgstr ""
3027
2992
 
3028
 
# help of 'forget-merges' option of 'revert' command
3029
 
#: breezy/builtins.py:4806
 
2993
#: bzrlib/builtins.py:4808
3030
2994
msgid "Remove pending merge marker, without changing any files."
3031
2995
msgstr ""
3032
2996
 
3033
 
#: breezy/builtins.py:4837
 
2997
#: bzrlib/builtins.py:4839
3034
2998
msgid ""
3035
2999
"Show help on a command or other topic.\n"
3036
3000
"    "
3037
3001
msgstr ""
3038
3002
 
3039
 
# help of 'long' option of 'help' command
3040
 
#: breezy/builtins.py:4842
 
3003
#: bzrlib/builtins.py:4844
3041
3004
msgid "Show help on all commands."
3042
3005
msgstr ""
3043
3006
 
3044
 
#: breezy/builtins.py:4871
 
3007
#: bzrlib/builtins.py:4873
3045
3008
msgid "Show unmerged/unpulled revisions between two branches."
3046
3009
msgstr ""
3047
3010
 
3048
 
#: breezy/builtins.py:4873
 
3011
#: bzrlib/builtins.py:4875
3049
3012
msgid "OTHER_BRANCH may be local or remote."
3050
3013
msgstr ""
3051
3014
 
3052
 
#: breezy/builtins.py:4875
 
3015
#: bzrlib/builtins.py:4877
3053
3016
msgid ""
3054
3017
"To filter on a range of revisions, you can use the command -r begin..end\n"
3055
3018
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3060
3023
"    0 - no missing revisions"
3061
3024
msgstr ""
3062
3025
 
3063
 
#: breezy/builtins.py:4885
 
3026
#: bzrlib/builtins.py:4887
3064
3027
msgid ""
3065
3028
"    Determine the missing revisions between this and the branch at the\n"
3066
3029
"    remembered pull location::"
3067
3030
msgstr ""
3068
3031
 
3069
 
#: breezy/builtins.py:4888
3070
 
msgid "        brz missing"
 
3032
#: bzrlib/builtins.py:4890
 
3033
msgid "        bzr missing"
3071
3034
msgstr ""
3072
3035
 
3073
 
#: breezy/builtins.py:4890
 
3036
#: bzrlib/builtins.py:4892
3074
3037
msgid "    Determine the missing revisions between this and another branch::"
3075
3038
msgstr ""
3076
3039
 
3077
 
#: breezy/builtins.py:4892
3078
 
msgid "        brz missing http://server/branch"
 
3040
#: bzrlib/builtins.py:4894
 
3041
msgid "        bzr missing http://server/branch"
3079
3042
msgstr ""
3080
3043
 
3081
 
#: breezy/builtins.py:4894
 
3044
#: bzrlib/builtins.py:4896
3082
3045
msgid ""
3083
3046
"    Determine the missing revisions up to a specific revision on the other\n"
3084
3047
"    branch::"
3085
3048
msgstr ""
3086
3049
 
3087
 
#: breezy/builtins.py:4897
3088
 
msgid "        brz missing -r ..-10"
 
3050
#: bzrlib/builtins.py:4899
 
3051
msgid "        bzr missing -r ..-10"
3089
3052
msgstr ""
3090
3053
 
3091
 
#: breezy/builtins.py:4899
 
3054
#: bzrlib/builtins.py:4901
3092
3055
msgid ""
3093
3056
"    Determine the missing revisions up to a specific revision on this\n"
3094
3057
"    branch::"
3095
3058
msgstr ""
3096
3059
 
3097
 
#: breezy/builtins.py:4902
3098
 
msgid "        brz missing --my-revision ..-10"
 
3060
#: bzrlib/builtins.py:4904
 
3061
msgid "        bzr missing --my-revision ..-10"
3099
3062
msgstr ""
3100
3063
 
3101
 
# help of 'reverse' option of 'missing' command
3102
 
#: breezy/builtins.py:4909
 
3064
#: bzrlib/builtins.py:4911
3103
3065
msgid "Reverse the order of revisions."
3104
3066
msgstr ""
3105
3067
 
3106
 
# help of 'mine-only' option of 'missing' command
3107
 
#: breezy/builtins.py:4911
 
3068
#: bzrlib/builtins.py:4913
3108
3069
msgid "Display changes in the local branch only."
3109
3070
msgstr ""
3110
3071
 
3111
 
# help of 'this' option of 'missing' command
3112
 
#: breezy/builtins.py:4912
 
3072
#: bzrlib/builtins.py:4914
3113
3073
msgid "Same as --mine-only."
3114
3074
msgstr ""
3115
3075
 
3116
 
# help of 'theirs-only' option of 'missing' command
3117
 
#: breezy/builtins.py:4914
 
3076
#: bzrlib/builtins.py:4916
3118
3077
msgid "Display changes in the remote branch only."
3119
3078
msgstr ""
3120
3079
 
3121
 
# help of 'other' option of 'missing' command
3122
 
#: breezy/builtins.py:4915
 
3080
#: bzrlib/builtins.py:4917
3123
3081
msgid "Same as --theirs-only."
3124
3082
msgstr ""
3125
3083
 
3126
 
# help of 'revision' option of 'missing' command
3127
 
#: breezy/builtins.py:4920
 
3084
#: bzrlib/builtins.py:4922
3128
3085
msgid ""
3129
3086
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3130
3087
"details."
3131
3088
msgstr ""
3132
3089
 
3133
 
# help of 'my-revision' option of 'missing' command
3134
 
#: breezy/builtins.py:4924
 
3090
#: bzrlib/builtins.py:4926
3135
3091
msgid ""
3136
3092
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3137
3093
"details."
3138
3094
msgstr ""
3139
3095
 
3140
 
# help of 'include-merged' option of 'missing' command
3141
 
#: breezy/builtins.py:4927
 
3096
#: bzrlib/builtins.py:4929
3142
3097
msgid "Show all revisions in addition to the mainline ones."
3143
3098
msgstr ""
3144
3099
 
3145
 
#: breezy/builtins.py:4981
 
3100
#: bzrlib/builtins.py:4983
3146
3101
msgid "No peer location known or specified."
3147
3102
msgstr ""
3148
3103
 
3149
 
#: breezy/builtins.py:4985
3150
 
#, python-brace-format
 
3104
#: bzrlib/builtins.py:4987
3151
3105
msgid "Using saved parent location: {0}\n"
3152
3106
msgstr ""
3153
3107
 
3154
 
#: breezy/builtins.py:5018
 
3108
#: bzrlib/builtins.py:5020
3155
3109
#, python-format
3156
3110
msgid "You have %d extra revision:\n"
3157
3111
msgid_plural "You have %d extra revisions:\n"
3158
3112
msgstr[0] ""
3159
3113
msgstr[1] ""
3160
3114
 
3161
 
#: breezy/builtins.py:5038
 
3115
#: bzrlib/builtins.py:5040
3162
3116
#, python-format
3163
3117
msgid "You are missing %d revision:\n"
3164
3118
msgid_plural "You are missing %d revisions:\n"
3165
3119
msgstr[0] ""
3166
3120
msgstr[1] ""
3167
3121
 
3168
 
#: breezy/builtins.py:5053
 
3122
#: bzrlib/builtins.py:5055
3169
3123
msgid "This branch has no new revisions.\n"
3170
3124
msgstr ""
3171
3125
 
3172
 
#: breezy/builtins.py:5056
 
3126
#: bzrlib/builtins.py:5058
3173
3127
msgid "Other branch has no new revisions.\n"
3174
3128
msgstr ""
3175
3129
 
3176
 
#: breezy/builtins.py:5061
 
3130
#: bzrlib/builtins.py:5063
3177
3131
msgid "Branches are up to date.\n"
3178
3132
msgstr ""
3179
3133
 
3180
 
#: breezy/builtins.py:5072
 
3134
#: bzrlib/builtins.py:5074
3181
3135
msgid "Compress the data within a repository."
3182
3136
msgstr ""
3183
3137
 
3184
 
#: breezy/builtins.py:5074
 
3138
#: bzrlib/builtins.py:5076
3185
3139
msgid ""
3186
3140
"This operation compresses the data within a bazaar repository. As\n"
3187
3141
"bazaar supports automatic packing of repository, this operation is\n"
3188
3142
"normally not required to be done manually."
3189
3143
msgstr ""
3190
3144
 
3191
 
#: breezy/builtins.py:5078
 
3145
#: bzrlib/builtins.py:5080
3192
3146
msgid ""
3193
3147
"During the pack operation, bazaar takes a backup of existing repository\n"
3194
3148
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3197
3151
"used."
3198
3152
msgstr ""
3199
3153
 
3200
 
#: breezy/builtins.py:5084
 
3154
#: bzrlib/builtins.py:5086
3201
3155
msgid ""
3202
3156
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3203
3157
"during or immediately after repacking, you may be left with a state\n"
3205
3159
"been. In this case the repository may be unusable."
3206
3160
msgstr ""
3207
3161
 
3208
 
# help of 'clean-obsolete-packs' option of 'pack' command
3209
 
#: breezy/builtins.py:5093
 
3162
#: bzrlib/builtins.py:5095
3210
3163
msgid "Delete obsolete packs to save disk space."
3211
3164
msgstr ""
3212
3165
 
3213
 
#: breezy/builtins.py:5107
 
3166
#: bzrlib/builtins.py:5109
3214
3167
msgid "List the installed plugins."
3215
3168
msgstr ""
3216
3169
 
3217
 
#: breezy/builtins.py:5109
 
3170
#: bzrlib/builtins.py:5111
3218
3171
msgid ""
3219
3172
"This command displays the list of installed plugins including\n"
3220
3173
"version of plugin and a short description of each."
3221
3174
msgstr ""
3222
3175
 
3223
 
#: breezy/builtins.py:5112
 
3176
#: bzrlib/builtins.py:5114
3224
3177
msgid "--verbose shows the path where each plugin is located."
3225
3178
msgstr ""
3226
3179
 
3227
 
#: breezy/builtins.py:5114
 
3180
#: bzrlib/builtins.py:5116
3228
3181
msgid ""
3229
3182
"A plugin is an external component for Bazaar that extends the\n"
3230
3183
"revision control system, by adding or replacing code in Bazaar.\n"
3233
3186
"customizing log output."
3234
3187
msgstr ""
3235
3188
 
3236
 
#: breezy/builtins.py:5120
 
3189
#: bzrlib/builtins.py:5122
3237
3190
msgid ""
3238
3191
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3239
3192
"for further information on plugins including where to find them and how to\n"
3241
3194
"plugins using the Python programming language."
3242
3195
msgstr ""
3243
3196
 
3244
 
#: breezy/builtins.py:5136
 
3197
#: bzrlib/builtins.py:5138
3245
3198
msgid "Show testament (signing-form) of a revision."
3246
3199
msgstr ""
3247
3200
 
3248
 
# help of 'long' option of 'testament' command
3249
 
#: breezy/builtins.py:5139
 
3201
#: bzrlib/builtins.py:5141
3250
3202
msgid "Produce long-format testament."
3251
3203
msgstr ""
3252
3204
 
3253
 
# help of 'strict' option of 'testament' command
3254
 
#: breezy/builtins.py:5141
 
3205
#: bzrlib/builtins.py:5143
3255
3206
msgid "Produce a strict-format testament."
3256
3207
msgstr ""
3257
3208
 
3258
 
#: breezy/builtins.py:5168
 
3209
#: bzrlib/builtins.py:5169
3259
3210
msgid "Show the origin of each line in a file."
3260
3211
msgstr ""
3261
3212
 
3262
 
#: breezy/builtins.py:5170
 
3213
#: bzrlib/builtins.py:5171
3263
3214
msgid ""
3264
3215
"This prints out the given file with an annotation on the left side\n"
3265
3216
"indicating which revision, author and date introduced the change."
3266
3217
msgstr ""
3267
3218
 
3268
 
#: breezy/builtins.py:5173
 
3219
#: bzrlib/builtins.py:5174
3269
3220
msgid ""
3270
3221
"If the origin is the same for a run of consecutive lines, it is\n"
3271
3222
"shown only at the top, unless the --all option is given."
3272
3223
msgstr ""
3273
3224
 
3274
 
# help of 'all' option of 'annotate' command
3275
 
#: breezy/builtins.py:5181
 
3225
#: bzrlib/builtins.py:5182
3276
3226
msgid "Show annotations on all lines."
3277
3227
msgstr ""
3278
3228
 
3279
 
# help of 'long' option of 'annotate' command
3280
 
#: breezy/builtins.py:5182
 
3229
#: bzrlib/builtins.py:5183
3281
3230
msgid "Show commit date in annotations."
3282
3231
msgstr ""
3283
3232
 
3284
 
#: breezy/builtins.py:5269
 
3233
#: bzrlib/builtins.py:5270
3285
3234
msgid "Cannot sign a range of non-revision-history revisions"
3286
3235
msgstr ""
3287
3236
 
3288
 
#: breezy/builtins.py:5281
 
3237
#: bzrlib/builtins.py:5282
3289
3238
msgid "Please supply either one revision, or a range."
3290
3239
msgstr ""
3291
3240
 
3292
 
#: breezy/builtins.py:5285
 
3241
#: bzrlib/builtins.py:5286
3293
3242
msgid ""
3294
3243
"Convert the current branch into a checkout of the supplied branch.\n"
3295
3244
"If no branch is supplied, rebind to the last bound location."
3296
3245
msgstr ""
3297
3246
 
3298
 
#: breezy/builtins.py:5288
 
3247
#: bzrlib/builtins.py:5289
3299
3248
msgid ""
3300
3249
"Once converted into a checkout, commits must succeed on the master branch\n"
3301
3250
"before they will be applied to the local branch."
3302
3251
msgstr ""
3303
3252
 
3304
 
#: breezy/builtins.py:5291
 
3253
#: bzrlib/builtins.py:5292
3305
3254
msgid ""
3306
3255
"Bound branches use the nickname of its master branch unless it is set\n"
3307
3256
"locally, in which case binding will update the local nickname to be\n"
3308
3257
"that of the master."
3309
3258
msgstr ""
3310
3259
 
3311
 
#: breezy/builtins.py:5306
 
3260
#: bzrlib/builtins.py:5307
3312
3261
msgid "No location supplied.  This format does not remember old locations."
3313
3262
msgstr ""
3314
3263
 
3315
 
#: breezy/builtins.py:5312
 
3264
#: bzrlib/builtins.py:5313
3316
3265
msgid "Branch is already bound"
3317
3266
msgstr ""
3318
3267
 
3319
 
#: breezy/builtins.py:5315
 
3268
#: bzrlib/builtins.py:5316
3320
3269
msgid "No location supplied and no previous location known"
3321
3270
msgstr ""
3322
3271
 
3323
 
#: breezy/builtins.py:5321
 
3272
#: bzrlib/builtins.py:5322
3324
3273
msgid "These branches have diverged. Try merging, and then bind again."
3325
3274
msgstr ""
3326
3275
 
3327
 
#: breezy/builtins.py:5328
 
3276
#: bzrlib/builtins.py:5329
3328
3277
msgid "Convert the current checkout into a regular branch."
3329
3278
msgstr ""
3330
3279
 
3331
 
#: breezy/builtins.py:5330
 
3280
#: bzrlib/builtins.py:5331
3332
3281
msgid ""
3333
3282
"After unbinding, the local branch is considered independent and subsequent\n"
3334
3283
"commits will be local only."
3335
3284
msgstr ""
3336
3285
 
3337
 
#: breezy/builtins.py:5341
 
3286
#: bzrlib/builtins.py:5342
3338
3287
msgid "Local branch is not bound"
3339
3288
msgstr ""
3340
3289
 
3341
 
#: breezy/builtins.py:5345
 
3290
#: bzrlib/builtins.py:5346
3342
3291
msgid "Remove the last committed revision."
3343
3292
msgstr ""
3344
3293
 
3345
 
#: breezy/builtins.py:5347
 
3294
#: bzrlib/builtins.py:5348
3346
3295
msgid ""
3347
3296
"--verbose will print out what is being removed.\n"
3348
3297
"--dry-run will go through all the motions, but not actually\n"
3349
3298
"remove anything."
3350
3299
msgstr ""
3351
3300
 
3352
 
#: breezy/builtins.py:5351
 
3301
#: bzrlib/builtins.py:5352
3353
3302
msgid ""
3354
3303
"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"
 
3304
"specified revision.  For example, \"bzr uncommit -r 15\" will leave the\n"
3356
3305
"branch at revision 15."
3357
3306
msgstr ""
3358
3307
 
3359
 
#: breezy/builtins.py:5355
 
3308
#: bzrlib/builtins.py:5356
3360
3309
msgid ""
3361
3310
"Uncommit leaves the working tree ready for a new commit.  The only change\n"
3362
3311
"it may make is to restore any pending merges that were present before\n"
3363
3312
"the commit."
3364
3313
msgstr ""
3365
3314
 
3366
 
# help of 'dry-run' option of 'uncommit' command
3367
 
#: breezy/builtins.py:5366
 
3315
#: bzrlib/builtins.py:5367
3368
3316
msgid "Don't actually make changes."
3369
3317
msgstr ""
3370
3318
 
3371
 
# help of 'force' option of 'uncommit' command
3372
 
#: breezy/builtins.py:5367
 
3319
#: bzrlib/builtins.py:5368
3373
3320
msgid "Say yes to all questions."
3374
3321
msgstr ""
3375
3322
 
3376
 
# help of 'keep-tags' option of 'uncommit' command
3377
 
#: breezy/builtins.py:5369
 
3323
#: bzrlib/builtins.py:5370
3378
3324
msgid "Keep tags that point to removed revisions."
3379
3325
msgstr ""
3380
3326
 
3381
 
# help of 'local' option of 'uncommit' command
3382
 
#: breezy/builtins.py:5371
 
3327
#: bzrlib/builtins.py:5372
3383
3328
msgid "Only remove the commits from the local branch when in a checkout."
3384
3329
msgstr ""
3385
3330
 
3386
 
#: breezy/builtins.py:5420
 
3331
#: bzrlib/builtins.py:5421
3387
3332
msgid "No revisions to uncommit.\n"
3388
3333
msgstr ""
3389
3334
 
3390
 
#: breezy/builtins.py:5435
 
3335
#: bzrlib/builtins.py:5436
3391
3336
msgid "Dry-run, pretending to remove the above revisions.\n"
3392
3337
msgstr ""
3393
3338
 
3394
 
#: breezy/builtins.py:5438
 
3339
#: bzrlib/builtins.py:5439
3395
3340
msgid "The above revision(s) will be removed.\n"
3396
3341
msgstr ""
3397
3342
 
3398
 
#: breezy/builtins.py:5442
 
3343
#: bzrlib/builtins.py:5443
3399
3344
msgid "Uncommit these revisions"
3400
3345
msgstr ""
3401
3346
 
3402
 
#: breezy/builtins.py:5445
 
3347
#: bzrlib/builtins.py:5446
3403
3348
msgid "Canceled\n"
3404
3349
msgstr ""
3405
3350
 
3406
 
#: breezy/builtins.py:5452
 
3351
#: bzrlib/builtins.py:5453
3407
3352
#, python-format
3408
3353
msgid ""
3409
3354
"You can restore the old tip by running:\n"
3410
 
"  brz pull . -r revid:%s\n"
 
3355
"  bzr pull . -r revid:%s\n"
3411
3356
msgstr ""
3412
3357
 
3413
 
#: breezy/builtins.py:5457
 
3358
#: bzrlib/builtins.py:5458
3414
3359
msgid "Break a dead lock."
3415
3360
msgstr ""
3416
3361
 
3417
 
#: breezy/builtins.py:5459
 
3362
#: bzrlib/builtins.py:5460
3418
3363
msgid ""
3419
3364
"This command breaks a lock on a repository, branch, working directory or\n"
3420
3365
"config file."
3421
3366
msgstr ""
3422
3367
 
3423
 
#: breezy/builtins.py:5462
 
3368
#: bzrlib/builtins.py:5463
3424
3369
msgid ""
3425
3370
"CAUTION: Locks should only be broken when you are sure that the process\n"
3426
3371
"holding the lock has been stopped."
3427
3372
msgstr ""
3428
3373
 
3429
 
#: breezy/builtins.py:5465
 
3374
#: bzrlib/builtins.py:5466
3430
3375
msgid ""
3431
 
"You can get information on what locks are open via the 'brz info\n"
 
3376
"You can get information on what locks are open via the 'bzr info\n"
3432
3377
"[location]' command."
3433
3378
msgstr ""
3434
3379
 
3435
 
#: breezy/builtins.py:5468
 
3380
#: bzrlib/builtins.py:5469
3436
3381
msgid ""
3437
3382
":Examples:\n"
3438
 
"    brz break-lock\n"
3439
 
"    brz break-lock brz+ssh://example.com/brz/foo\n"
3440
 
"    brz break-lock --conf ~/.bazaar"
 
3383
"    bzr break-lock\n"
 
3384
"    bzr break-lock bzr+ssh://example.com/bzr/foo\n"
 
3385
"    bzr break-lock --conf ~/.bazaar"
3441
3386
msgstr ""
3442
3387
 
3443
 
# help of 'config' option of 'break-lock' command
3444
 
#: breezy/builtins.py:5477
 
3388
#: bzrlib/builtins.py:5478
3445
3389
msgid "LOCATION is the directory where the config lock is."
3446
3390
msgstr ""
3447
3391
 
3448
 
# help of 'force' option of 'break-lock' command
3449
 
#: breezy/builtins.py:5479
 
3392
#: bzrlib/builtins.py:5480
3450
3393
msgid "Do not ask for confirmation before breaking the lock."
3451
3394
msgstr ""
3452
3395
 
3453
 
# help of 'protocol=bzr' option of 'serve' command
3454
 
#: breezy/builtins.py:5514
 
3396
#: bzrlib/builtins.py:5515
3455
3397
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3456
3398
msgstr ""
3457
3399
 
3458
 
#: breezy/builtins.py:5515
3459
 
msgid "Run the brz server."
 
3400
#: bzrlib/builtins.py:5516
 
3401
msgid "Run the bzr server."
3460
3402
msgstr ""
3461
3403
 
3462
 
# help of 'inet' option of 'serve' command
3463
 
#: breezy/builtins.py:5521
 
3404
#: bzrlib/builtins.py:5522
3464
3405
msgid "Serve on stdin/out for use from inetd or sshd."
3465
3406
msgstr ""
3466
3407
 
3467
 
# title of 'protocol' option of 'serve' command
3468
 
#: breezy/builtins.py:5522
 
3408
#: bzrlib/builtins.py:5523
3469
3409
msgid "protocol"
3470
3410
msgstr ""
3471
3411
 
3472
 
# help of 'protocol' option of 'serve' command
3473
 
#: breezy/builtins.py:5523
 
3412
#: bzrlib/builtins.py:5524
3474
3413
msgid "Protocol to serve."
3475
3414
msgstr ""
3476
3415
 
3477
 
# help of 'listen' option of 'serve' command
3478
 
#: breezy/builtins.py:5527
 
3416
#: bzrlib/builtins.py:5528
3479
3417
msgid "Listen for connections on nominated address."
3480
3418
msgstr ""
3481
3419
 
3482
 
# help of 'port' option of 'serve' command
3483
 
#: breezy/builtins.py:5529
 
3420
#: bzrlib/builtins.py:5530
3484
3421
msgid ""
3485
3422
"Listen for connections on nominated port.  Passing 0 as the port number will "
3486
3423
"result in a dynamically allocated port.  The default port depends on the "
3487
3424
"protocol."
3488
3425
msgstr ""
3489
3426
 
3490
 
# help of 'directory' option of 'serve' command
3491
 
#: breezy/builtins.py:5534
 
3427
#: bzrlib/builtins.py:5535
3492
3428
msgid "Serve contents of this directory."
3493
3429
msgstr ""
3494
3430
 
3495
 
# help of 'allow-writes' option of 'serve' command
3496
 
#: breezy/builtins.py:5536
 
3431
#: bzrlib/builtins.py:5537
3497
3432
msgid ""
3498
3433
"By default the server is a readonly server.  Supplying --allow-writes "
3499
3434
"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 "
 
3435
"Note that ``bzr serve`` does not perform authentication, so unless some form "
3501
3436
"of external authentication is arranged supplying this option leads to global "
3502
3437
"uncontrolled write access to your file system."
3503
3438
msgstr ""
3504
3439
 
3505
 
# help of 'client-timeout' option of 'serve' command
3506
 
#: breezy/builtins.py:5545
 
3440
#: bzrlib/builtins.py:5546
3507
3441
msgid "Override the default idle client timeout (5min)."
3508
3442
msgstr ""
3509
3443
 
3510
 
#: breezy/builtins.py:5563
 
3444
#: bzrlib/builtins.py:5564
3511
3445
msgid "Combine a tree into its containing tree."
3512
3446
msgstr ""
3513
3447
 
3514
 
#: breezy/builtins.py:5565
 
3448
#: bzrlib/builtins.py:5566
3515
3449
msgid "This command requires the target tree to be in a rich-root format."
3516
3450
msgstr ""
3517
3451
 
3518
 
#: breezy/builtins.py:5567
 
3452
#: bzrlib/builtins.py:5568
3519
3453
msgid ""
3520
3454
"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.)"
 
3455
"not part of it.  (Such trees can be produced by \"bzr split\", but also by\n"
 
3456
"running \"bzr branch\" with the target inside a tree.)"
3523
3457
msgstr ""
3524
3458
 
3525
 
#: breezy/builtins.py:5571
 
3459
#: bzrlib/builtins.py:5572
3526
3460
msgid ""
3527
3461
"The result is a combined tree, with the subtree no longer an independent\n"
3528
3462
"part.  This is marked as a merge of the subtree into the containing tree,\n"
3529
3463
"and all history is preserved."
3530
3464
msgstr ""
3531
3465
 
3532
 
#: breezy/builtins.py:5589
 
3466
#: bzrlib/builtins.py:5590
3533
3467
#, python-format
3534
3468
msgid ""
3535
3469
"Can't join trees because %s doesn't support rich root data.\n"
3536
 
"You can use brz upgrade on the repository."
 
3470
"You can use bzr upgrade on the repository."
3537
3471
msgstr ""
3538
3472
 
3539
 
#: breezy/builtins.py:5599 breezy/builtins.py:5605
3540
 
#, python-brace-format
 
3473
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3541
3474
msgid "Cannot join {0}.  {1}"
3542
3475
msgstr ""
3543
3476
 
3544
 
#: breezy/builtins.py:5609
 
3477
#: bzrlib/builtins.py:5610
3545
3478
msgid "Split a subdirectory of a tree into a separate tree."
3546
3479
msgstr ""
3547
3480
 
3548
 
#: breezy/builtins.py:5611
 
3481
#: bzrlib/builtins.py:5612
3549
3482
msgid ""
3550
3483
"This command will produce a target tree in a format that supports\n"
3551
3484
"rich roots, like 'rich-root' or 'rich-root-pack'.  These formats cannot be\n"
3552
3485
"converted into earlier formats like 'dirstate-tags'."
3553
3486
msgstr ""
3554
3487
 
3555
 
#: breezy/builtins.py:5615
 
3488
#: bzrlib/builtins.py:5616
3556
3489
msgid ""
3557
3490
"The TREE argument should be a subdirectory of a working tree.  That\n"
3558
3491
"subdirectory will be converted into an independent tree, with its own\n"
3559
3492
"branch.  Commits in the top-level tree will not apply to the new subtree."
3560
3493
msgstr ""
3561
3494
 
3562
 
#: breezy/builtins.py:5695
 
3495
#: bzrlib/builtins.py:5696
3563
3496
msgid "No submit branch specified or known"
3564
3497
msgstr ""
3565
3498
 
3566
 
#: breezy/builtins.py:5704 breezy/send.py:109
 
3499
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3567
3500
msgid "No public branch specified or known"
3568
3501
msgstr ""
3569
3502
 
3570
 
#: breezy/builtins.py:5709
3571
 
msgid "brz merge-directive takes at most two one revision identifiers"
 
3503
#: bzrlib/builtins.py:5710
 
3504
msgid "bzr merge-directive takes at most two one revision identifiers"
3572
3505
msgstr ""
3573
3506
 
3574
 
#: breezy/builtins.py:5718
 
3507
#: bzrlib/builtins.py:5719
3575
3508
msgid "No revisions to bundle."
3576
3509
msgstr ""
3577
3510
 
3578
 
#: breezy/builtins.py:5737
 
3511
#: bzrlib/builtins.py:5738
3579
3512
msgid "Mail or create a merge-directive for submitting changes."
3580
3513
msgstr ""
3581
3514
 
3582
 
#: breezy/builtins.py:5739
 
3515
#: bzrlib/builtins.py:5740
3583
3516
msgid "A merge directive provides many things needed for requesting merges:"
3584
3517
msgstr ""
3585
3518
 
3586
 
#: breezy/builtins.py:5741
 
3519
#: bzrlib/builtins.py:5742
3587
3520
msgid "* A machine-readable description of the merge to perform"
3588
3521
msgstr ""
3589
3522
 
3590
 
#: breezy/builtins.py:5743
 
3523
#: bzrlib/builtins.py:5744
3591
3524
msgid "* An optional patch that is a preview of the changes requested"
3592
3525
msgstr ""
3593
3526
 
3594
 
#: breezy/builtins.py:5745
 
3527
#: bzrlib/builtins.py:5746
3595
3528
msgid ""
3596
3529
"* An optional bundle of revision data, so that the changes can be applied\n"
3597
3530
"  directly from the merge directive, without retrieving data from a\n"
3598
3531
"  branch."
3599
3532
msgstr ""
3600
3533
 
3601
 
#: breezy/builtins.py:5749
 
3534
#: bzrlib/builtins.py:5750
3602
3535
msgid ""
3603
 
"`brz send` creates a compact data set that, when applied using brz\n"
 
3536
"`bzr send` creates a compact data set that, when applied using bzr\n"
3604
3537
"merge, has the same effect as merging from the source branch.  "
3605
3538
msgstr ""
3606
3539
 
3607
 
#: breezy/builtins.py:5752
 
3540
#: bzrlib/builtins.py:5753
3608
3541
msgid ""
3609
3542
"By default the merge directive is self-contained and can be applied to any\n"
3610
3543
"branch containing submit_branch in its ancestory without needing access to\n"
3611
3544
"the source branch."
3612
3545
msgstr ""
3613
3546
 
3614
 
#: breezy/builtins.py:5756
 
3547
#: bzrlib/builtins.py:5757
3615
3548
msgid ""
3616
3549
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3617
3550
"revisions, but only a structured request to merge from the\n"
3620
3553
"included if known, so that people can check it later."
3621
3554
msgstr ""
3622
3555
 
3623
 
#: breezy/builtins.py:5762
 
3556
#: bzrlib/builtins.py:5763
3624
3557
msgid ""
3625
3558
"The submit branch defaults to the parent of the source branch, but can be\n"
3626
3559
"overridden.  Both submit branch and public branch will be remembered in\n"
3629
3562
"be changed using --from."
3630
3563
msgstr ""
3631
3564
 
3632
 
#: breezy/builtins.py:5768
 
3565
#: bzrlib/builtins.py:5769
3633
3566
msgid ""
3634
3567
"Both the submit branch and the public branch follow the usual behavior with\n"
3635
3568
"respect to --remember: If there is no default location set, the first send\n"
3638
3571
"--remember. The value will only be saved if the location can be accessed."
3639
3572
msgstr ""
3640
3573
 
3641
 
#: breezy/builtins.py:5774
 
3574
#: bzrlib/builtins.py:5775
3642
3575
msgid ""
3643
 
"In order to calculate those changes, brz must analyse the submit branch.\n"
 
3576
"In order to calculate those changes, bzr must analyse the submit branch.\n"
3644
3577
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3645
3578
"If a public location is known for the submit_branch, that location is used\n"
3646
3579
"in the merge directive."
3647
3580
msgstr ""
3648
3581
 
3649
 
#: breezy/builtins.py:5779
 
3582
#: bzrlib/builtins.py:5780
3650
3583
msgid ""
3651
3584
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3652
3585
"given, in which case it is sent to a file."
3653
3586
msgstr ""
3654
3587
 
3655
 
#: breezy/builtins.py:5782
 
3588
#: bzrlib/builtins.py:5783
3656
3589
msgid ""
3657
3590
"Mail is sent using your preferred mail program.  This should be transparent\n"
3658
3591
"on Windows (it uses MAPI).  On Unix, it requires the xdg-email utility.\n"
3659
3592
"If the preferred client can't be found (or used), your editor will be used."
3660
3593
msgstr ""
3661
3594
 
3662
 
#: breezy/builtins.py:5786
 
3595
#: bzrlib/builtins.py:5787
3663
3596
msgid ""
3664
3597
"To use a specific mail program, set the mail_client configuration option.\n"
3665
3598
"(For Thunderbird 1.5, this works around some bugs.)  Supported values for\n"
3666
 
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app"
3667
 
"\" (MacOS X's\n"
 
3599
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app\" "
 
3600
"(MacOS X's\n"
3668
3601
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
3669
3602
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\".  Plugins may also "
3670
3603
"add\n"
3671
3604
"supported clients."
3672
3605
msgstr ""
3673
3606
 
3674
 
#: breezy/builtins.py:5793
 
3607
#: bzrlib/builtins.py:5794
3675
3608
msgid ""
3676
3609
"If mail is being sent, a to address is required.  This can be supplied\n"
3677
3610
"either on the commandline, by setting the submit_to configuration\n"
3679
3612
"in the submit branch."
3680
3613
msgstr ""
3681
3614
 
3682
 
#: breezy/builtins.py:5798
 
3615
#: bzrlib/builtins.py:5799
3683
3616
msgid ""
3684
3617
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
3685
3618
"and\n"
3689
3622
"format 1.  It is compatible with Bazaar 0.12 - 0.18."
3690
3623
msgstr ""
3691
3624
 
3692
 
#: breezy/builtins.py:5804
 
3625
#: bzrlib/builtins.py:5805
3693
3626
msgid ""
3694
 
"The merge directives created by brz send may be applied using brz merge or\n"
3695
 
"brz pull by specifying a file containing a merge directive as the location."
 
3627
"The merge directives created by bzr send may be applied using bzr merge or\n"
 
3628
"bzr pull by specifying a file containing a merge directive as the location."
3696
3629
msgstr ""
3697
3630
 
3698
 
#: breezy/builtins.py:5807
 
3631
#: bzrlib/builtins.py:5808
3699
3632
msgid ""
3700
 
"brz send makes extensive use of public locations to map local locations "
 
3633
"bzr send makes extensive use of public locations to map local locations "
3701
3634
"into\n"
3702
 
"URLs that can be used by other people.  See `brz help configuration` to\n"
3703
 
"set them, and use `brz info` to display them."
 
3635
"URLs that can be used by other people.  See `bzr help configuration` to\n"
 
3636
"set them, and use `bzr info` to display them."
3704
3637
msgstr ""
3705
3638
 
3706
 
# help of 'output' option of 'send' command
3707
 
#: breezy/builtins.py:5831
 
3639
#: bzrlib/builtins.py:5832
3708
3640
msgid "Write merge directive to this file or directory; use - for stdout."
3709
3641
msgstr ""
3710
3642
 
3711
 
# help of 'strict' option of 'send' command
3712
 
#: breezy/builtins.py:5835
 
3643
#: bzrlib/builtins.py:5836
3713
3644
msgid ""
3714
3645
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3715
3646
"strict disables the check."
3716
3647
msgstr ""
3717
3648
 
3718
 
# help of 'mail-to' option of 'send' command
3719
 
#: breezy/builtins.py:5837
 
3649
#: bzrlib/builtins.py:5838
3720
3650
msgid "Mail the request to this address."
3721
3651
msgstr ""
3722
3652
 
3723
 
# help of 'body' option of 'send' command
3724
 
#: breezy/builtins.py:5841
 
3653
#: bzrlib/builtins.py:5842
3725
3654
msgid "Body for the email."
3726
3655
msgstr ""
3727
3656
 
3728
 
# help of 'no-bundle' option of 'send' command
3729
 
#: breezy/builtins.py:5894
 
3657
#: bzrlib/builtins.py:5895
3730
3658
msgid "Do not include a bundle in the merge directive."
3731
3659
msgstr ""
3732
3660
 
3733
 
# help of 'no-patch' option of 'send' command
3734
 
#: breezy/builtins.py:5895
 
3661
#: bzrlib/builtins.py:5896
3735
3662
msgid "Do not include a preview patch in the merge directive."
3736
3663
msgstr ""
3737
3664
 
3738
 
# help of 'remember' option of 'send' command
3739
 
#: breezy/builtins.py:5898
 
3665
#: bzrlib/builtins.py:5899
3740
3666
msgid "Remember submit and public branch."
3741
3667
msgstr ""
3742
3668
 
3743
 
# help of 'from' option of 'send' command
3744
 
#: breezy/builtins.py:5900
 
3669
#: bzrlib/builtins.py:5901
3745
3670
msgid ""
3746
3671
"Branch to generate the submission from, rather than the one containing the "
3747
3672
"working directory."
3748
3673
msgstr ""
3749
3674
 
3750
 
# title of 'format' option of 'send' command
3751
 
# title of 'format' option of 'version-info' command
3752
 
#: breezy/builtins.py:5910 breezy/cmd_version_info.py:76
 
3675
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3753
3676
msgid "format"
3754
3677
msgstr ""
3755
3678
 
3756
 
# help of 'format' option of 'send' command
3757
 
#: breezy/builtins.py:5911
 
3679
#: bzrlib/builtins.py:5912
3758
3680
msgid "Use the specified output format."
3759
3681
msgstr ""
3760
3682
 
3761
 
#: breezy/builtins.py:5933
 
3683
#: bzrlib/builtins.py:5934
3762
3684
msgid "Create, remove or modify a tag naming a revision."
3763
3685
msgstr ""
3764
3686
 
3765
 
#: breezy/builtins.py:5935
 
3687
#: bzrlib/builtins.py:5936
3766
3688
msgid ""
3767
3689
"Tags give human-meaningful names to revisions.  Commands that take a -r\n"
3768
3690
"(--revision) option can be given -rtag:X, where X is any previously\n"
3769
3691
"created tag."
3770
3692
msgstr ""
3771
3693
 
3772
 
#: breezy/builtins.py:5939
 
3694
#: bzrlib/builtins.py:5940
3773
3695
msgid ""
3774
3696
"Tags are stored in the branch.  Tags are copied from one branch to another\n"
3775
3697
"along when you branch, push, pull or merge."
3776
3698
msgstr ""
3777
3699
 
3778
 
#: breezy/builtins.py:5942
 
3700
#: bzrlib/builtins.py:5943
3779
3701
msgid ""
3780
3702
"It is an error to give a tag name that already exists unless you pass\n"
3781
3703
"--force, in which case the tag is moved to point to the new revision."
3782
3704
msgstr ""
3783
3705
 
3784
 
#: breezy/builtins.py:5945
 
3706
#: bzrlib/builtins.py:5946
3785
3707
msgid ""
3786
3708
"To rename a tag (change the name but keep it on the same revsion), run "
3787
3709
"``bzr\n"
3788
 
"tag new-name -r tag:old-name`` and then ``brz tag --delete oldname``."
 
3710
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3789
3711
msgstr ""
3790
3712
 
3791
 
#: breezy/builtins.py:5948
 
3713
#: bzrlib/builtins.py:5949
3792
3714
msgid ""
3793
3715
"If no tag name is specified it will be determined through the \n"
3794
3716
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3795
 
"upstream releases by reading configure.ac. See ``brz help hooks`` for\n"
 
3717
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
3796
3718
"details."
3797
3719
msgstr ""
3798
3720
 
3799
 
# help of 'delete' option of 'tag' command
3800
 
#: breezy/builtins.py:5958
 
3721
#: bzrlib/builtins.py:5959
3801
3722
msgid "Delete this tag rather than placing it."
3802
3723
msgstr ""
3803
3724
 
3804
 
# help of 'directory' option of 'tag' command
3805
 
#: breezy/builtins.py:5961
 
3725
#: bzrlib/builtins.py:5962
3806
3726
msgid "Branch in which to place the tag."
3807
3727
msgstr ""
3808
3728
 
3809
 
# help of 'force' option of 'tag' command
3810
 
#: breezy/builtins.py:5963
 
3729
#: bzrlib/builtins.py:5964
3811
3730
msgid "Replace existing tags."
3812
3731
msgstr ""
3813
3732
 
3814
 
#: breezy/builtins.py:5978
 
3733
#: bzrlib/builtins.py:5979
3815
3734
msgid "No tag specified to delete."
3816
3735
msgstr ""
3817
3736
 
3818
 
#: breezy/builtins.py:5980
 
3737
#: bzrlib/builtins.py:5981
3819
3738
#, python-format
3820
3739
msgid "Deleted tag %s."
3821
3740
msgstr ""
3822
3741
 
3823
 
#: breezy/builtins.py:5985
3824
 
msgid "Tags can only be placed on a single revision, not on a range"
3825
 
msgstr ""
3826
 
 
3827
 
#: breezy/builtins.py:5994
 
3742
#: bzrlib/builtins.py:5995
3828
3743
msgid "Please specify a tag name."
3829
3744
msgstr ""
3830
3745
 
3831
 
#: breezy/builtins.py:6002
 
3746
#: bzrlib/builtins.py:6003
3832
3747
#, python-format
3833
3748
msgid "Tag %s already exists for that revision."
3834
3749
msgstr ""
3835
3750
 
3836
 
#: breezy/builtins.py:6006
 
3751
#: bzrlib/builtins.py:6007
3837
3752
#, python-format
3838
3753
msgid "Created tag %s."
3839
3754
msgstr ""
3840
3755
 
3841
 
#: breezy/builtins.py:6008
 
3756
#: bzrlib/builtins.py:6009
3842
3757
#, python-format
3843
3758
msgid "Updated tag %s."
3844
3759
msgstr ""
3845
3760
 
3846
 
#: breezy/builtins.py:6012
 
3761
#: bzrlib/builtins.py:6013
3847
3762
msgid "List tags."
3848
3763
msgstr ""
3849
3764
 
3850
 
#: breezy/builtins.py:6014
 
3765
#: bzrlib/builtins.py:6015
3851
3766
msgid ""
3852
3767
"This command shows a table of tag names and the revisions they reference."
3853
3768
msgstr ""
3854
3769
 
3855
 
# help of 'directory' option of 'tags' command
3856
 
#: breezy/builtins.py:6020
 
3770
#: bzrlib/builtins.py:6021
3857
3771
msgid "Branch whose tags should be displayed."
3858
3772
msgstr ""
3859
3773
 
3860
 
# help of 'sort' option of 'tags' command
3861
 
#: breezy/builtins.py:6022
 
3774
#: bzrlib/builtins.py:6023
3862
3775
msgid "Sort tags by different criteria."
3863
3776
msgstr ""
3864
3777
 
3865
 
# title of 'sort' option of 'tags' command
3866
 
#: breezy/builtins.py:6022
 
3778
#: bzrlib/builtins.py:6023
3867
3779
msgid "Sorting"
3868
3780
msgstr ""
3869
3781
 
3870
 
#: breezy/builtins.py:6091
3871
 
msgid "Reconfigure the type of a brz directory."
 
3782
#: bzrlib/builtins.py:6092
 
3783
msgid "Reconfigure the type of a bzr directory."
3872
3784
msgstr ""
3873
3785
 
3874
 
#: breezy/builtins.py:6093
 
3786
#: bzrlib/builtins.py:6094
3875
3787
msgid "A target configuration must be specified."
3876
3788
msgstr ""
3877
3789
 
3878
 
#: breezy/builtins.py:6095
 
3790
#: bzrlib/builtins.py:6096
3879
3791
msgid ""
3880
3792
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3881
3793
"The order of preference is\n"
3886
3798
"If none of these is available, --bind-to must be specified."
3887
3799
msgstr ""
3888
3800
 
3889
 
# title of 'tree_type' option of 'reconfigure' command
3890
 
#: breezy/builtins.py:6109
 
3801
#: bzrlib/builtins.py:6110
3891
3802
msgid "Tree type"
3892
3803
msgstr ""
3893
3804
 
3894
 
# help of 'tree_type' option of 'reconfigure' command
3895
 
#: breezy/builtins.py:6110
 
3805
#: bzrlib/builtins.py:6111
3896
3806
msgid "The relation between branch and tree."
3897
3807
msgstr ""
3898
3808
 
3899
 
# help of 'tree_type=branch' option of 'reconfigure' command
3900
 
#: breezy/builtins.py:6112
 
3809
#: bzrlib/builtins.py:6113
3901
3810
msgid "Reconfigure to be an unbound branch with no working tree."
3902
3811
msgstr ""
3903
3812
 
3904
 
# help of 'tree_type=tree' option of 'reconfigure' command
3905
 
#: breezy/builtins.py:6113
 
3813
#: bzrlib/builtins.py:6114
3906
3814
msgid "Reconfigure to be an unbound branch with a working tree."
3907
3815
msgstr ""
3908
3816
 
3909
 
# help of 'tree_type=checkout' option of 'reconfigure' command
3910
 
#: breezy/builtins.py:6114
 
3817
#: bzrlib/builtins.py:6115
3911
3818
msgid "Reconfigure to be a bound branch with a working tree."
3912
3819
msgstr ""
3913
3820
 
3914
 
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3915
 
#: breezy/builtins.py:6115
 
3821
#: bzrlib/builtins.py:6116
3916
3822
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3917
3823
msgstr ""
3918
3824
 
3919
 
# title of 'repository_type' option of 'reconfigure' command
3920
 
#: breezy/builtins.py:6120
 
3825
#: bzrlib/builtins.py:6121
3921
3826
msgid "Repository type"
3922
3827
msgstr ""
3923
3828
 
3924
 
# help of 'repository_type' option of 'reconfigure' command
3925
 
#: breezy/builtins.py:6121
 
3829
#: bzrlib/builtins.py:6122
3926
3830
msgid "Location fo the repository."
3927
3831
msgstr ""
3928
3832
 
3929
 
# help of 'repository_type=standalone' option of 'reconfigure' command
3930
 
#: breezy/builtins.py:6123
 
3833
#: bzrlib/builtins.py:6124
3931
3834
msgid ""
3932
3835
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3933
3836
msgstr ""
3934
3837
 
3935
 
# help of 'repository_type=use-shared' option of 'reconfigure' command
3936
 
#: breezy/builtins.py:6125
 
3838
#: bzrlib/builtins.py:6126
3937
3839
msgid "Reconfigure to use a shared repository."
3938
3840
msgstr ""
3939
3841
 
3940
 
# title of 'repository_trees' option of 'reconfigure' command
3941
 
#: breezy/builtins.py:6129
 
3842
#: bzrlib/builtins.py:6130
3942
3843
msgid "Trees in Repository"
3943
3844
msgstr ""
3944
3845
 
3945
 
# help of 'repository_trees' option of 'reconfigure' command
3946
 
#: breezy/builtins.py:6130
 
3846
#: bzrlib/builtins.py:6131
3947
3847
msgid "Whether new branches in the repository have trees."
3948
3848
msgstr ""
3949
3849
 
3950
 
# help of 'repository_trees=with-trees' option of 'reconfigure' command
3951
 
#: breezy/builtins.py:6132
3952
 
msgid "Reconfigure repository to create working trees on branches by default."
 
3850
#: bzrlib/builtins.py:6133
 
3851
msgid ""
 
3852
"Reconfigure repository to create working trees on branches by default."
3953
3853
msgstr ""
3954
3854
 
3955
 
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3956
 
#: breezy/builtins.py:6134
 
3855
#: bzrlib/builtins.py:6135
3957
3856
msgid ""
3958
3857
"Reconfigure repository to not create working trees on branches by default."
3959
3858
msgstr ""
3960
3859
 
3961
 
# help of 'bind-to' option of 'reconfigure' command
3962
 
#: breezy/builtins.py:6137
 
3860
#: bzrlib/builtins.py:6138
3963
3861
msgid "Branch to bind checkout to."
3964
3862
msgstr ""
3965
3863
 
3966
 
# help of 'force' option of 'reconfigure' command
3967
 
#: breezy/builtins.py:6139
 
3864
#: bzrlib/builtins.py:6140
3968
3865
msgid "Perform reconfiguration even if local changes will be lost."
3969
3866
msgstr ""
3970
3867
 
3971
 
# help of 'stacked-on' option of 'reconfigure' command
3972
 
#: breezy/builtins.py:6142
 
3868
#: bzrlib/builtins.py:6143
3973
3869
msgid "Reconfigure a branch to be stacked on another branch."
3974
3870
msgstr ""
3975
3871
 
3976
 
# help of 'unstacked' option of 'reconfigure' command
3977
 
#: breezy/builtins.py:6146
 
3872
#: bzrlib/builtins.py:6147
3978
3873
msgid ""
3979
3874
"Reconfigure a branch to be unstacked.  This may require copying substantial "
3980
3875
"data into it."
3981
3876
msgstr ""
3982
3877
 
3983
 
#: breezy/builtins.py:6156
 
3878
#: bzrlib/builtins.py:6157
3984
3879
msgid "Can't use both --stacked-on and --unstacked"
3985
3880
msgstr ""
3986
3881
 
3987
 
#: breezy/builtins.py:6170
 
3882
#: bzrlib/builtins.py:6171
3988
3883
msgid "No target configuration specified"
3989
3884
msgstr ""
3990
3885
 
3991
 
#: breezy/builtins.py:6205
 
3886
#: bzrlib/builtins.py:6206
3992
3887
msgid "Set the branch of a checkout and update."
3993
3888
msgstr ""
3994
3889
 
3995
 
#: breezy/builtins.py:6207
 
3890
#: bzrlib/builtins.py:6208
3996
3891
msgid ""
3997
3892
"For lightweight checkouts, this changes the branch being referenced.\n"
3998
3893
"For heavyweight checkouts, this checks that there are no local commits\n"
4000
3895
"of the new location and binds to it."
4001
3896
msgstr ""
4002
3897
 
4003
 
#: breezy/builtins.py:6212
 
3898
#: bzrlib/builtins.py:6213
4004
3899
msgid ""
4005
3900
"In both cases, the working tree is updated and uncommitted changes\n"
4006
3901
"are merged. The user can commit or revert these as they desire."
4007
3902
msgstr ""
4008
3903
 
4009
 
#: breezy/builtins.py:6215
 
3904
#: bzrlib/builtins.py:6216
4010
3905
msgid "Pending merges need to be committed or reverted before using switch."
4011
3906
msgstr ""
4012
3907
 
4013
 
#: breezy/builtins.py:6217
 
3908
#: bzrlib/builtins.py:6218
4014
3909
msgid ""
4015
3910
"The path to the branch to switch to can be specified relative to the parent\n"
4016
3911
"directory of the current branch. For example, if you are currently in a\n"
4018
3913
"/path/to/newbranch."
4019
3914
msgstr ""
4020
3915
 
4021
 
#: breezy/builtins.py:6222
 
3916
#: bzrlib/builtins.py:6223
4022
3917
msgid ""
4023
3918
"Bound branches use the nickname of its master branch unless it is set\n"
4024
3919
"locally, in which case switching will update the local nickname to be\n"
4025
3920
"that of the master."
4026
3921
msgstr ""
4027
3922
 
4028
 
# help of 'force' option of 'switch' command
4029
 
#: breezy/builtins.py:6230
 
3923
#: bzrlib/builtins.py:6231
4030
3924
msgid "Switch even if local commits will be lost."
4031
3925
msgstr ""
4032
3926
 
4033
 
# help of 'create-branch' option of 'switch' command
4034
 
#: breezy/builtins.py:6233
 
3927
#: bzrlib/builtins.py:6234
4035
3928
msgid "Create the target branch from this one before switching to it."
4036
3929
msgstr ""
4037
3930
 
4038
 
# help of 'store' option of 'switch' command
4039
 
#: breezy/builtins.py:6236
4040
 
msgid "Store and restore uncommitted changes in the branch."
4041
 
msgstr ""
4042
 
 
4043
 
#: breezy/builtins.py:6250
 
3931
#: bzrlib/builtins.py:6248
4044
3932
msgid "You must supply either a revision or a location"
4045
3933
msgstr ""
4046
3934
 
4047
 
#: breezy/builtins.py:6263
 
3935
#: bzrlib/builtins.py:6261
4048
3936
msgid "cannot create branch without source branch"
4049
3937
msgstr ""
4050
3938
 
4051
 
#: breezy/builtins.py:6289
 
3939
#: bzrlib/builtins.py:6286
4052
3940
msgid "Manage filtered views."
4053
3941
msgstr ""
4054
3942
 
4055
 
#: breezy/builtins.py:6291
 
3943
#: bzrlib/builtins.py:6288
4056
3944
msgid ""
4057
3945
"Views provide a mask over the tree so that users can focus on\n"
4058
3946
"a subset of a tree when doing their work. After creating a view,\n"
4062
3950
"must be within the current view."
4063
3951
msgstr ""
4064
3952
 
4065
 
#: breezy/builtins.py:6298
 
3953
#: bzrlib/builtins.py:6295
4066
3954
msgid ""
4067
3955
"In most cases, a view has a short life-span: it is created to make\n"
4068
3956
"a selected change and is deleted once that change is committed.\n"
4070
3958
"and switch between them."
4071
3959
msgstr ""
4072
3960
 
4073
 
#: breezy/builtins.py:6303
 
3961
#: bzrlib/builtins.py:6300
4074
3962
msgid ""
4075
3963
"To disable the current view without deleting it, you can switch to\n"
4076
3964
"the pseudo view called ``off``. This can be useful when you need\n"
4078
3966
"want to switch back to your view after that."
4079
3967
msgstr ""
4080
3968
 
4081
 
#: breezy/builtins.py:6308
 
3969
#: bzrlib/builtins.py:6305
4082
3970
msgid ""
4083
3971
":Examples:\n"
4084
3972
"  To define the current view::"
4085
3973
msgstr ""
4086
3974
 
4087
 
#: breezy/builtins.py:6311
4088
 
msgid "    brz view file1 dir1 ..."
 
3975
#: bzrlib/builtins.py:6308
 
3976
msgid "    bzr view file1 dir1 ..."
4089
3977
msgstr ""
4090
3978
 
4091
 
#: breezy/builtins.py:6313
 
3979
#: bzrlib/builtins.py:6310
4092
3980
msgid "  To list the current view::"
4093
3981
msgstr ""
4094
3982
 
4095
 
#: breezy/builtins.py:6315
4096
 
msgid "    brz view"
 
3983
#: bzrlib/builtins.py:6312
 
3984
msgid "    bzr view"
4097
3985
msgstr ""
4098
3986
 
4099
 
#: breezy/builtins.py:6317
 
3987
#: bzrlib/builtins.py:6314
4100
3988
msgid "  To delete the current view::"
4101
3989
msgstr ""
4102
3990
 
4103
 
#: breezy/builtins.py:6319
4104
 
msgid "    brz view --delete"
 
3991
#: bzrlib/builtins.py:6316
 
3992
msgid "    bzr view --delete"
4105
3993
msgstr ""
4106
3994
 
4107
 
#: breezy/builtins.py:6321
 
3995
#: bzrlib/builtins.py:6318
4108
3996
msgid "  To disable the current view without deleting it::"
4109
3997
msgstr ""
4110
3998
 
4111
 
#: breezy/builtins.py:6323
4112
 
msgid "    brz view --switch off"
 
3999
#: bzrlib/builtins.py:6320
 
4000
msgid "    bzr view --switch off"
4113
4001
msgstr ""
4114
4002
 
4115
 
#: breezy/builtins.py:6325
 
4003
#: bzrlib/builtins.py:6322
4116
4004
msgid "  To define a named view and switch to it::"
4117
4005
msgstr ""
4118
4006
 
4119
 
#: breezy/builtins.py:6327
4120
 
msgid "    brz view --name view-name file1 dir1 ..."
 
4007
#: bzrlib/builtins.py:6324
 
4008
msgid "    bzr view --name view-name file1 dir1 ..."
4121
4009
msgstr ""
4122
4010
 
4123
 
#: breezy/builtins.py:6329
 
4011
#: bzrlib/builtins.py:6326
4124
4012
msgid "  To list a named view::"
4125
4013
msgstr ""
4126
4014
 
4127
 
#: breezy/builtins.py:6331
4128
 
msgid "    brz view --name view-name"
 
4015
#: bzrlib/builtins.py:6328
 
4016
msgid "    bzr view --name view-name"
4129
4017
msgstr ""
4130
4018
 
4131
 
#: breezy/builtins.py:6333
 
4019
#: bzrlib/builtins.py:6330
4132
4020
msgid "  To delete a named view::"
4133
4021
msgstr ""
4134
4022
 
4135
 
#: breezy/builtins.py:6335
4136
 
msgid "    brz view --name view-name --delete"
 
4023
#: bzrlib/builtins.py:6332
 
4024
msgid "    bzr view --name view-name --delete"
4137
4025
msgstr ""
4138
4026
 
4139
 
#: breezy/builtins.py:6337
 
4027
#: bzrlib/builtins.py:6334
4140
4028
msgid "  To switch to a named view::"
4141
4029
msgstr ""
4142
4030
 
4143
 
#: breezy/builtins.py:6339
4144
 
msgid "    brz view --switch view-name"
 
4031
#: bzrlib/builtins.py:6336
 
4032
msgid "    bzr view --switch view-name"
4145
4033
msgstr ""
4146
4034
 
4147
 
#: breezy/builtins.py:6341
 
4035
#: bzrlib/builtins.py:6338
4148
4036
msgid "  To list all views defined::"
4149
4037
msgstr ""
4150
4038
 
4151
 
#: breezy/builtins.py:6343
4152
 
msgid "    brz view --all"
 
4039
#: bzrlib/builtins.py:6340
 
4040
msgid "    bzr view --all"
4153
4041
msgstr ""
4154
4042
 
4155
 
#: breezy/builtins.py:6345
 
4043
#: bzrlib/builtins.py:6342
4156
4044
msgid "  To delete all views::"
4157
4045
msgstr ""
4158
4046
 
4159
 
#: breezy/builtins.py:6347
4160
 
msgid "    brz view --delete --all"
 
4047
#: bzrlib/builtins.py:6344
 
4048
msgid "    bzr view --delete --all"
4161
4049
msgstr ""
4162
4050
 
4163
 
# help of 'all' option of 'view' command
4164
 
#: breezy/builtins.py:6354
 
4051
#: bzrlib/builtins.py:6351
4165
4052
msgid "Apply list or delete action to all views."
4166
4053
msgstr ""
4167
4054
 
4168
 
# help of 'delete' option of 'view' command
4169
 
#: breezy/builtins.py:6357
 
4055
#: bzrlib/builtins.py:6354
4170
4056
msgid "Delete the view."
4171
4057
msgstr ""
4172
4058
 
4173
 
# help of 'name' option of 'view' command
4174
 
#: breezy/builtins.py:6360
 
4059
#: bzrlib/builtins.py:6357
4175
4060
msgid "Name of the view to define, list or delete."
4176
4061
msgstr ""
4177
4062
 
4178
 
# help of 'switch' option of 'view' command
4179
 
#: breezy/builtins.py:6364
 
4063
#: bzrlib/builtins.py:6361
4180
4064
msgid "Name of the view to switch to."
4181
4065
msgstr ""
4182
4066
 
4183
 
#: breezy/builtins.py:6383
 
4067
#: bzrlib/builtins.py:6380
4184
4068
msgid "Both --delete and a file list specified"
4185
4069
msgstr ""
4186
4070
 
4187
 
#: breezy/builtins.py:6386
 
4071
#: bzrlib/builtins.py:6383
4188
4072
msgid "Both --delete and --switch specified"
4189
4073
msgstr ""
4190
4074
 
4191
 
#: breezy/builtins.py:6389
 
4075
#: bzrlib/builtins.py:6386
4192
4076
msgid "Deleted all views.\n"
4193
4077
msgstr ""
4194
4078
 
4195
 
#: breezy/builtins.py:6391
 
4079
#: bzrlib/builtins.py:6388
4196
4080
msgid "No current view to delete"
4197
4081
msgstr ""
4198
4082
 
4199
 
#: breezy/builtins.py:6394
 
4083
#: bzrlib/builtins.py:6391
4200
4084
#, python-format
4201
4085
msgid "Deleted '%s' view.\n"
4202
4086
msgstr ""
4203
4087
 
4204
 
#: breezy/builtins.py:6398
 
4088
#: bzrlib/builtins.py:6395
4205
4089
msgid "Both --switch and a file list specified"
4206
4090
msgstr ""
4207
4091
 
4208
 
#: breezy/builtins.py:6401
 
4092
#: bzrlib/builtins.py:6398
4209
4093
msgid "Both --switch and --all specified"
4210
4094
msgstr ""
4211
4095
 
4212
 
#: breezy/builtins.py:6404
 
4096
#: bzrlib/builtins.py:6401
4213
4097
msgid "No current view to disable"
4214
4098
msgstr ""
4215
4099
 
4216
 
#: breezy/builtins.py:6406
 
4100
#: bzrlib/builtins.py:6403
4217
4101
#, python-format
4218
4102
msgid "Disabled '%s' view.\n"
4219
4103
msgstr ""
4220
4104
 
4221
 
#: breezy/builtins.py:6410 breezy/builtins.py:6432
4222
 
#, python-brace-format
 
4105
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4223
4106
msgid "Using '{0}' view: {1}\n"
4224
4107
msgstr ""
4225
4108
 
4226
 
#: breezy/builtins.py:6413
 
4109
#: bzrlib/builtins.py:6410
4227
4110
msgid "Views defined:\n"
4228
4111
msgstr ""
4229
4112
 
4230
 
#: breezy/builtins.py:6422
 
4113
#: bzrlib/builtins.py:6419
4231
4114
msgid "No views defined.\n"
4232
4115
msgstr ""
4233
4116
 
4234
 
#: breezy/builtins.py:6429
 
4117
#: bzrlib/builtins.py:6426
4235
4118
msgid "Cannot change the 'off' pseudo view"
4236
4119
msgstr ""
4237
4120
 
4238
 
#: breezy/builtins.py:6437
 
4121
#: bzrlib/builtins.py:6434
4239
4122
msgid "No current view.\n"
4240
4123
msgstr ""
4241
4124
 
4242
 
#: breezy/builtins.py:6440
4243
 
#, python-brace-format
 
4125
#: bzrlib/builtins.py:6437
4244
4126
msgid "'{0}' view is: {1}\n"
4245
4127
msgstr ""
4246
4128
 
4247
 
#: breezy/builtins.py:6460
 
4129
#: bzrlib/builtins.py:6457
4248
4130
msgid "    <no hooks installed>\n"
4249
4131
msgstr ""
4250
4132
 
4251
 
#: breezy/builtins.py:6464
 
4133
#: bzrlib/builtins.py:6461
4252
4134
msgid "Remove a branch."
4253
4135
msgstr ""
4254
4136
 
4255
 
#: breezy/builtins.py:6466
 
4137
#: bzrlib/builtins.py:6463
4256
4138
msgid ""
4257
4139
"This will remove the branch from the specified location but \n"
4258
4140
"will keep any working tree or repository in place."
4259
4141
msgstr ""
4260
4142
 
4261
 
#: breezy/builtins.py:6471
 
4143
#: bzrlib/builtins.py:6468
4262
4144
msgid "  Remove the branch at repo/trunk::"
4263
4145
msgstr ""
4264
4146
 
4265
 
#: breezy/builtins.py:6473
 
4147
#: bzrlib/builtins.py:6470
4266
4148
msgid "    bzr remove-branch repo/trunk"
4267
4149
msgstr ""
4268
4150
 
4269
 
# help of 'force' option of 'remove-branch' command
4270
 
#: breezy/builtins.py:6480
 
4151
#: bzrlib/builtins.py:6477
4271
4152
msgid "Remove branch even if it is the active branch."
4272
4153
msgstr ""
4273
4154
 
4274
 
#: breezy/builtins.py:6494
 
4155
#: bzrlib/builtins.py:6491
4275
4156
msgid "Branch is active. Use --force to remove it."
4276
4157
msgstr ""
4277
4158
 
4278
 
# help of 'writer=plain' option of 'shelve' command
4279
 
#: breezy/builtins.py:6498
 
4159
#: bzrlib/builtins.py:6495
4280
4160
msgid "Plaintext diff output."
4281
4161
msgstr ""
4282
4162
 
4283
 
#: breezy/builtins.py:6499
 
4163
#: bzrlib/builtins.py:6496
4284
4164
msgid "Temporarily set aside some changes from the current tree."
4285
4165
msgstr ""
4286
4166
 
4287
 
#: breezy/builtins.py:6501
 
4167
#: bzrlib/builtins.py:6498
4288
4168
msgid ""
4289
4169
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4290
4170
"ie. out of the way, until a later time when you can bring them back from\n"
4293
4173
"will they survive its deletion."
4294
4174
msgstr ""
4295
4175
 
4296
 
#: breezy/builtins.py:6507
 
4176
#: bzrlib/builtins.py:6504
4297
4177
msgid "If shelve --list is specified, previously-shelved changes are listed."
4298
4178
msgstr ""
4299
4179
 
4300
 
#: breezy/builtins.py:6509
 
4180
#: bzrlib/builtins.py:6506
4301
4181
msgid ""
4302
4182
"Shelve is intended to help separate several sets of changes that have\n"
4303
4183
"been inappropriately mingled.  If you just want to get rid of all changes\n"
4305
4185
"shelve all text changes at once, use shelve --all."
4306
4186
msgstr ""
4307
4187
 
4308
 
#: breezy/builtins.py:6514
 
4188
#: bzrlib/builtins.py:6511
4309
4189
msgid ""
4310
4190
"If filenames are specified, only the changes to those files will be\n"
4311
4191
"shelved. Other files will be left untouched."
4312
4192
msgstr ""
4313
4193
 
4314
 
#: breezy/builtins.py:6517
 
4194
#: bzrlib/builtins.py:6514
4315
4195
msgid ""
4316
4196
"If a revision is specified, changes since that revision will be shelved."
4317
4197
msgstr ""
4318
4198
 
4319
 
#: breezy/builtins.py:6519
 
4199
#: bzrlib/builtins.py:6516
4320
4200
msgid ""
4321
4201
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4322
4202
"restore the most recently shelved changes."
4323
4203
msgstr ""
4324
4204
 
4325
 
#: breezy/builtins.py:6522
 
4205
#: bzrlib/builtins.py:6519
4326
4206
msgid ""
4327
4207
"For complicated changes, it is possible to edit the changes in a separate\n"
4328
4208
"editor program to decide what the file remaining in the working copy\n"
4329
4209
"should look like.  To do this, add the configuration option"
4330
4210
msgstr ""
4331
4211
 
4332
 
#: breezy/builtins.py:6526
 
4212
#: bzrlib/builtins.py:6523
4333
4213
msgid "    change_editor = PROGRAM @new_path @old_path"
4334
4214
msgstr ""
4335
4215
 
4336
 
#: breezy/builtins.py:6528
 
4216
#: bzrlib/builtins.py:6525
4337
4217
msgid ""
4338
4218
"where @new_path is replaced with the path of the new version of the \n"
4339
4219
"file and @old_path is replaced with the path of the old version of \n"
4342
4222
"    "
4343
4223
msgstr ""
4344
4224
 
4345
 
# help of 'all' option of 'shelve' command
4346
 
#: breezy/builtins.py:6540
 
4225
#: bzrlib/builtins.py:6537
4347
4226
msgid "Shelve all changes."
4348
4227
msgstr ""
4349
4228
 
4350
 
# help of 'writer' option of 'shelve' command
4351
 
#: breezy/builtins.py:6542
 
4229
#: bzrlib/builtins.py:6539
4352
4230
msgid "Method to use for writing diffs."
4353
4231
msgstr ""
4354
4232
 
4355
 
# title of 'writer' option of 'shelve' command
4356
 
#: breezy/builtins.py:6542
 
4233
#: bzrlib/builtins.py:6539
4357
4234
msgid "writer"
4358
4235
msgstr ""
4359
4236
 
4360
 
# help of 'list' option of 'shelve' command
4361
 
#: breezy/builtins.py:6546
 
4237
#: bzrlib/builtins.py:6543
4362
4238
msgid "List shelved changes."
4363
4239
msgstr ""
4364
4240
 
4365
 
# help of 'destroy' option of 'shelve' command
4366
 
#: breezy/builtins.py:6548
 
4241
#: bzrlib/builtins.py:6545
4367
4242
msgid "Destroy removed changes instead of shelving them."
4368
4243
msgstr ""
4369
4244
 
4370
 
#: breezy/builtins.py:6577
 
4245
#: bzrlib/builtins.py:6574
4371
4246
msgid "No shelved changes."
4372
4247
msgstr ""
4373
4248
 
4374
 
#: breezy/builtins.py:6588
 
4249
#: bzrlib/builtins.py:6585
4375
4250
msgid "Restore shelved changes."
4376
4251
msgstr ""
4377
4252
 
4378
 
#: breezy/builtins.py:6590
 
4253
#: bzrlib/builtins.py:6587
4379
4254
msgid ""
4380
4255
"By default, the most recently shelved changes are restored. However if you\n"
4381
4256
"specify a shelf by id those changes will be restored instead.  This works\n"
4382
4257
"best when the changes don't depend on each other."
4383
4258
msgstr ""
4384
4259
 
4385
 
# help of 'action' option of 'unshelve' command
4386
 
#: breezy/builtins.py:6599
 
4260
#: bzrlib/builtins.py:6596
4387
4261
msgid "The action to perform."
4388
4262
msgstr ""
4389
4263
 
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
 
4264
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4393
4265
msgid "action"
4394
4266
msgstr ""
4395
4267
 
4396
 
# help of 'action=apply' option of 'unshelve' command
4397
 
#: breezy/builtins.py:6601
 
4268
#: bzrlib/builtins.py:6598
4398
4269
msgid "Apply changes and remove from the shelf."
4399
4270
msgstr ""
4400
4271
 
4401
 
# help of 'action=dry-run' option of 'unshelve' command
4402
 
#: breezy/builtins.py:6602
 
4272
#: bzrlib/builtins.py:6599
4403
4273
msgid "Show changes, but do not apply or remove them."
4404
4274
msgstr ""
4405
4275
 
4406
 
# help of 'action=preview' option of 'unshelve' command
4407
 
#: breezy/builtins.py:6603
 
4276
#: bzrlib/builtins.py:6600
4408
4277
msgid ""
4409
4278
"Instead of unshelving the changes, show the diff that would result from "
4410
4279
"unshelving."
4411
4280
msgstr ""
4412
4281
 
4413
 
# help of 'action=delete-only' option of 'unshelve' command
4414
 
#: breezy/builtins.py:6605
 
4282
#: bzrlib/builtins.py:6602
4415
4283
msgid "Delete changes without applying them."
4416
4284
msgstr ""
4417
4285
 
4418
 
# help of 'action=keep' option of 'unshelve' command
4419
 
#: breezy/builtins.py:6606
 
4286
#: bzrlib/builtins.py:6603
4420
4287
msgid "Apply changes but don't delete them."
4421
4288
msgstr ""
4422
4289
 
4423
 
#: breezy/builtins.py:6621
 
4290
#: bzrlib/builtins.py:6618
4424
4291
msgid "Remove unwanted files from working tree."
4425
4292
msgstr ""
4426
4293
 
4427
 
#: breezy/builtins.py:6623
 
4294
#: bzrlib/builtins.py:6620
4428
4295
msgid ""
4429
4296
"By default, only unknown files, not ignored files, are deleted.  Versioned\n"
4430
4297
"files are never deleted."
4431
4298
msgstr ""
4432
4299
 
4433
 
#: breezy/builtins.py:6626
 
4300
#: bzrlib/builtins.py:6623
4434
4301
msgid ""
4435
 
"Another class is 'detritus', which includes files emitted by brz during\n"
 
4302
"Another class is 'detritus', which includes files emitted by bzr during\n"
4436
4303
"normal operations and selftests.  (The value of these files decreases with\n"
4437
4304
"time.)"
4438
4305
msgstr ""
4439
4306
 
4440
 
#: breezy/builtins.py:6630
 
4307
#: bzrlib/builtins.py:6627
4441
4308
msgid ""
4442
4309
"If no options are specified, unknown files are deleted.  Otherwise, option\n"
4443
4310
"flags are respected, and may be combined."
4444
4311
msgstr ""
4445
4312
 
4446
 
#: breezy/builtins.py:6633
 
4313
#: bzrlib/builtins.py:6630
4447
4314
msgid "To check what clean-tree will do, use --dry-run."
4448
4315
msgstr ""
4449
4316
 
4450
 
# help of 'ignored' option of 'clean-tree' command
4451
 
#: breezy/builtins.py:6636
 
4317
#: bzrlib/builtins.py:6633
4452
4318
msgid "Delete all ignored files."
4453
4319
msgstr ""
4454
4320
 
4455
 
# help of 'detritus' option of 'clean-tree' command
4456
 
#: breezy/builtins.py:6637
 
4321
#: bzrlib/builtins.py:6634
4457
4322
msgid ""
4458
4323
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4459
4324
msgstr ""
4460
4325
 
4461
 
# help of 'unknown' option of 'clean-tree' command
4462
 
#: breezy/builtins.py:6640
4463
 
msgid "Delete files unknown to brz (default)."
 
4326
#: bzrlib/builtins.py:6637
 
4327
msgid "Delete files unknown to bzr (default)."
4464
4328
msgstr ""
4465
4329
 
4466
 
# help of 'dry-run' option of 'clean-tree' command
4467
 
#: breezy/builtins.py:6641
 
4330
#: bzrlib/builtins.py:6638
4468
4331
msgid "Show files to delete instead of deleting them."
4469
4332
msgstr ""
4470
4333
 
4471
 
# help of 'force' option of 'clean-tree' command
4472
 
#: breezy/builtins.py:6643
 
4334
#: bzrlib/builtins.py:6640
4473
4335
msgid "Do not prompt before deleting."
4474
4336
msgstr ""
4475
4337
 
4476
 
#: breezy/bundle/__init__.py:59
 
4338
#: bzrlib/bundle/__init__.py:59
4477
4339
msgid "A directory cannot be a bundle"
4478
4340
msgstr ""
4479
4341
 
4480
 
#: breezy/bundle/apply_bundle.py:40
 
4342
#: bzrlib/bundle/apply_bundle.py:40
4481
4343
msgid "Install revisions"
4482
4344
msgstr ""
4483
4345
 
4484
 
#: breezy/bundle/commands.py:64
 
4346
#: bzrlib/bundle/commands.py:64
4485
4347
msgid "--verbose requires a merge directive"
4486
4348
msgstr ""
4487
4349
 
4488
 
#: breezy/bundle/commands.py:67
 
4350
#: bzrlib/bundle/commands.py:67
4489
4351
msgid "Bundle format not supported"
4490
4352
msgstr ""
4491
4353
 
4492
 
#: breezy/bundle/commands.py:77
 
4354
#: bzrlib/bundle/commands.py:77
4493
4355
msgid "Records\n"
4494
4356
msgstr ""
4495
4357
 
4496
 
#: breezy/bundle/commands.py:81
4497
 
#, python-brace-format
 
4358
#: bzrlib/bundle/commands.py:81
4498
4359
msgid "{0}: {1} ({2} multiparent)\n"
4499
4360
msgstr ""
4500
4361
 
4501
 
#: breezy/bundle/commands.py:83
 
4362
#: bzrlib/bundle/commands.py:83
4502
4363
#, python-format
4503
4364
msgid "unique files: %d\n"
4504
4365
msgstr ""
4505
4366
 
4506
 
#: breezy/bundle/commands.py:92
 
4367
#: bzrlib/bundle/commands.py:92
4507
4368
msgid "Revisions\n"
4508
4369
msgstr ""
4509
4370
 
4510
 
#: breezy/bundle/commands.py:93
 
4371
#: bzrlib/bundle/commands.py:93
4511
4372
#, python-format
4512
4373
msgid "nicks: %s\n"
4513
4374
msgstr ""
4514
4375
 
4515
 
#: breezy/bundle/commands.py:95
 
4376
#: bzrlib/bundle/commands.py:95
4516
4377
#, python-format
4517
4378
msgid ""
4518
4379
"committers: \n"
4519
4380
"%s\n"
4520
4381
msgstr ""
4521
4382
 
4522
 
#: breezy/bundle/commands.py:103
 
4383
#: bzrlib/bundle/commands.py:103
4523
4384
msgid "Decoded contents\n"
4524
4385
msgstr ""
4525
4386
 
4526
 
#: breezy/bundle/serializer/v4.py:327
 
4387
#: bzrlib/bundle/serializer/v4.py:327
4527
4388
#, python-format
4528
4389
msgid "Bundling %d revision."
4529
4390
msgid_plural "Bundling %d revisions."
4530
4391
msgstr[0] ""
4531
4392
msgstr[1] ""
4532
4393
 
4533
 
#: breezy/bzrdir.py:487
4534
 
#, python-brace-format
 
4394
#: bzrlib/bzrdir.py:487
4535
4395
msgid ""
4536
4396
"making backup of {0}\n"
4537
4397
"  to {1}"
4538
4398
msgstr ""
4539
4399
 
4540
 
#: breezy/bzrdir.py:510
4541
 
#, python-brace-format
 
4400
#: bzrlib/bzrdir.py:510
4542
4401
msgid "renamed {0} to {1}"
4543
4402
msgstr ""
4544
4403
 
4545
 
#: breezy/bzrdir.py:1639
 
4404
#: bzrlib/bzrdir.py:1639
4546
4405
#, python-format
4547
4406
msgid ""
4548
4407
"Source repository format does not support stacking, using format:\n"
4549
4408
"  %s"
4550
4409
msgstr ""
4551
4410
 
4552
 
#: breezy/bzrdir.py:1659
 
4411
#: bzrlib/bzrdir.py:1659
4553
4412
#, python-format
4554
4413
msgid ""
4555
4414
"Source branch format does not support stacking, using format:\n"
4556
4415
"  %s"
4557
4416
msgstr ""
4558
4417
 
4559
 
#: breezy/bzrdir.py:1805
 
4418
#: bzrlib/bzrdir.py:1805
4560
4419
msgid "starting repository conversion"
4561
4420
msgstr ""
4562
4421
 
4563
 
#: breezy/bzrdir.py:2026
4564
 
#, python-brace-format
 
4422
#: bzrlib/bzrdir.py:2026
4565
4423
msgid "Using default stacking branch {0} at {1}"
4566
4424
msgstr ""
4567
4425
 
4568
 
#: breezy/check.py:108
 
4426
#: bzrlib/check.py:108
4569
4427
msgid "check"
4570
4428
msgstr ""
4571
4429
 
4572
 
#: breezy/check.py:110
 
4430
#: bzrlib/check.py:110
4573
4431
msgid "checking revisions"
4574
4432
msgstr ""
4575
4433
 
4576
 
#: breezy/check.py:112
 
4434
#: bzrlib/check.py:112
4577
4435
msgid "checking commit contents"
4578
4436
msgstr ""
4579
4437
 
4580
 
#: breezy/check.py:114
 
4438
#: bzrlib/check.py:114
4581
4439
msgid "checking file graphs"
4582
4440
msgstr ""
4583
4441
 
4584
 
#: breezy/check.py:118
 
4442
#: bzrlib/check.py:118
4585
4443
msgid "checking branches and trees"
4586
4444
msgstr ""
4587
4445
 
4588
 
#: breezy/check.py:205
4589
 
#, python-brace-format
 
4446
#: bzrlib/check.py:205
4590
4447
msgid "checked repository {0} format {1}"
4591
4448
msgstr ""
4592
4449
 
4593
 
#: breezy/check.py:208
 
4450
#: bzrlib/check.py:208
4594
4451
#, python-format
4595
4452
msgid "%6d revisions"
4596
4453
msgstr ""
4597
4454
 
4598
 
#: breezy/check.py:209
 
4455
#: bzrlib/check.py:209
4599
4456
#, python-format
4600
4457
msgid "%6d file-ids"
4601
4458
msgstr ""
4602
4459
 
4603
 
#: breezy/check.py:211
 
4460
#: bzrlib/check.py:211
4604
4461
#, python-format
4605
4462
msgid "%6d unreferenced text versions"
4606
4463
msgstr ""
4607
4464
 
4608
 
#: breezy/check.py:215
4609
 
#, python-brace-format
 
4465
#: bzrlib/check.py:215
4610
4466
msgid "unreferenced version: {{{0}}} in {1}"
4611
4467
msgstr ""
4612
4468
 
4613
 
#: breezy/check.py:218
 
4469
#: bzrlib/check.py:218
4614
4470
#, python-format
4615
4471
msgid "%6d revisions are missing inventory_sha1"
4616
4472
msgstr ""
4617
4473
 
4618
 
#: breezy/check.py:221
 
4474
#: bzrlib/check.py:221
4619
4475
#, python-format
4620
4476
msgid "%6d revisions are mentioned but not present"
4621
4477
msgstr ""
4622
4478
 
4623
 
#: breezy/check.py:224
 
4479
#: bzrlib/check.py:224
4624
4480
#, python-format
4625
4481
msgid "%6d ghost revisions"
4626
4482
msgstr ""
4627
4483
 
4628
 
#: breezy/check.py:229
 
4484
#: bzrlib/check.py:229
4629
4485
#, python-format
4630
4486
msgid "%6d revisions missing parents in ancestry"
4631
4487
msgstr ""
4632
4488
 
4633
 
#: breezy/check.py:233
 
4489
#: bzrlib/check.py:233
4634
4490
#, python-format
4635
4491
msgid "      %s should be in the ancestry for:"
4636
4492
msgstr ""
4637
4493
 
4638
 
#: breezy/check.py:237
 
4494
#: bzrlib/check.py:237
4639
4495
#, python-format
4640
4496
msgid "%6d inconsistent parents"
4641
4497
msgstr ""
4642
4498
 
4643
 
#: breezy/check.py:241
 
4499
#: bzrlib/check.py:241
4644
4500
msgid "      * {0} version {1} has parents {2!r} but should have {3!r}"
4645
4501
msgstr ""
4646
4502
 
4647
 
#: breezy/check.py:247
 
4503
#: bzrlib/check.py:247
4648
4504
#, python-format
4649
4505
msgid "%6d revisions have incorrect parents in the revision index"
4650
4506
msgstr ""
4651
4507
 
4652
 
#: breezy/check.py:253
 
4508
#: bzrlib/check.py:253
4653
4509
msgid "       {0} has wrong parents in index: {1!r} should be {2!r}"
4654
4510
msgstr ""
4655
4511
 
4656
 
#: breezy/check.py:267
4657
 
#, python-brace-format
 
4512
#: bzrlib/check.py:267
4658
4513
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4659
4514
msgstr ""
4660
4515
 
4661
 
#: breezy/check.py:296
4662
 
#, python-brace-format
 
4516
#: bzrlib/check.py:296
4663
4517
msgid ""
4664
4518
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4665
4519
"{{{4}}}"
4666
4520
msgstr ""
4667
4521
 
4668
 
#: breezy/check.py:354
 
4522
#: bzrlib/check.py:354
4669
4523
#, python-format
4670
4524
msgid "Checking branch at '%s'."
4671
4525
msgstr ""
4672
4526
 
4673
 
#: breezy/check.py:374
 
4527
#: bzrlib/check.py:374
4674
4528
#, python-format
4675
4529
msgid "Checking working tree at '%s'."
4676
4530
msgstr ""
4677
4531
 
4678
 
#: breezy/check.py:427 breezy/check.py:441
 
4532
#: bzrlib/check.py:427 bzrlib/check.py:441
4679
4533
msgid "No branch found at specified location."
4680
4534
msgstr ""
4681
4535
 
4682
 
#: breezy/check.py:429 breezy/check.py:439
 
4536
#: bzrlib/check.py:429 bzrlib/check.py:439
4683
4537
msgid "No working tree found at specified location."
4684
4538
msgstr ""
4685
4539
 
4686
 
#: breezy/check.py:432
 
4540
#: bzrlib/check.py:432
4687
4541
#, python-format
4688
4542
msgid "Checking repository at '%s'."
4689
4543
msgstr ""
4690
4544
 
4691
 
#: breezy/check.py:443
 
4545
#: bzrlib/check.py:443
4692
4546
msgid "No repository found at specified location."
4693
4547
msgstr ""
4694
4548
 
4695
 
#: breezy/clean_tree.py:63
 
4549
#: bzrlib/clean_tree.py:63
4696
4550
msgid "Nothing to delete."
4697
4551
msgstr ""
4698
4552
 
4699
 
#: breezy/clean_tree.py:68
 
4553
#: bzrlib/clean_tree.py:68
4700
4554
msgid "Are you sure you wish to delete these"
4701
4555
msgstr ""
4702
4556
 
4703
 
#: breezy/clean_tree.py:70
 
4557
#: bzrlib/clean_tree.py:70
4704
4558
msgid "Canceled"
4705
4559
msgstr ""
4706
4560
 
4707
 
#: breezy/clean_tree.py:107
 
4561
#: bzrlib/clean_tree.py:107
4708
4562
#, python-format
4709
4563
msgid "unable to remove %s"
4710
4564
msgstr ""
4711
4565
 
4712
 
#: breezy/clean_tree.py:111
 
4566
#: bzrlib/clean_tree.py:111
4713
4567
msgid "deleting paths:"
4714
4568
msgstr ""
4715
4569
 
4716
 
#: breezy/clean_tree.py:125
4717
 
#, python-brace-format
 
4570
#: bzrlib/clean_tree.py:125
4718
4571
msgid "unable to remove \"{0}\": {1}."
4719
4572
msgstr ""
4720
4573
 
4721
 
#: breezy/clean_tree.py:130
 
4574
#: bzrlib/clean_tree.py:130
4722
4575
msgid "No files deleted."
4723
4576
msgstr ""
4724
4577
 
4725
 
#: breezy/cmd_version_info.py:47
4726
 
#, python-brace-format
 
4578
#: bzrlib/cmd_version_info.py:47
4727
4579
msgid "No known version info format {0}. Supported types are: {1}"
4728
4580
msgstr ""
4729
4581
 
4730
 
# help of 'format=custom' option of 'version-info' command
4731
 
#: breezy/cmd_version_info.py:52
 
4582
#: bzrlib/cmd_version_info.py:52
4732
4583
msgid "Version info in Custom template-based format."
4733
4584
msgstr ""
4734
4585
 
4735
 
# help of 'format=python' option of 'version-info' command
4736
 
#: breezy/cmd_version_info.py:52
 
4586
#: bzrlib/cmd_version_info.py:52
4737
4587
msgid "Version info in Python format."
4738
4588
msgstr ""
4739
4589
 
4740
 
# help of 'format=rio' option of 'version-info' command
4741
 
#: breezy/cmd_version_info.py:52
 
4590
#: bzrlib/cmd_version_info.py:52
4742
4591
msgid "Version info in RIO (simple text) format (default)."
4743
4592
msgstr ""
4744
4593
 
4745
 
#: breezy/cmd_version_info.py:53
 
4594
#: bzrlib/cmd_version_info.py:53
4746
4595
msgid "Show version information about this tree."
4747
4596
msgstr ""
4748
4597
 
4749
 
#: breezy/cmd_version_info.py:55
 
4598
#: bzrlib/cmd_version_info.py:55
4750
4599
msgid ""
4751
4600
"You can use this command to add information about version into\n"
4752
4601
"source code of an application. The output can be in one of the\n"
4753
4602
"supported formats or in a custom format based on a template."
4754
4603
msgstr ""
4755
4604
 
4756
 
#: breezy/cmd_version_info.py:59 en/help_topics/configuration.txt:712
4757
 
#: en/help_topics/configuration.txt:738
 
4605
#: bzrlib/cmd_version_info.py:59 en/help_topics/configuration.txt:712
 
4606
#: en/help_topics/configuration.txt:722
4758
4607
msgid "For example::"
4759
4608
msgstr ""
4760
4609
 
4761
 
#: breezy/cmd_version_info.py:61
 
4610
#: bzrlib/cmd_version_info.py:61
4762
4611
msgid ""
4763
4612
"  bzr version-info --custom \\\n"
4764
4613
"    --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4765
4614
msgstr ""
4766
4615
 
4767
 
#: breezy/cmd_version_info.py:64
 
4616
#: bzrlib/cmd_version_info.py:64
4768
4617
msgid ""
4769
4618
"will produce a C header file with formatted string containing the\n"
4770
4619
"current revision number. Other supported variables in templates are:"
4771
4620
msgstr ""
4772
4621
 
4773
 
#: breezy/cmd_version_info.py:67
 
4622
#: bzrlib/cmd_version_info.py:67
4774
4623
msgid ""
4775
4624
"  * {date} - date of the last revision\n"
4776
4625
"  * {build_date} - current date\n"
4781
4630
"              otherwise 1"
4782
4631
msgstr ""
4783
4632
 
4784
 
# help of 'format' option of 'version-info' command
4785
 
#: breezy/cmd_version_info.py:77
 
4633
#: bzrlib/cmd_version_info.py:77
4786
4634
msgid "Select the output format."
4787
4635
msgstr ""
4788
4636
 
4789
 
# help of 'all' option of 'version-info' command
4790
 
#: breezy/cmd_version_info.py:81
 
4637
#: bzrlib/cmd_version_info.py:81
4791
4638
msgid "Include all possible information."
4792
4639
msgstr ""
4793
4640
 
4794
 
# help of 'check-clean' option of 'version-info' command
4795
 
#: breezy/cmd_version_info.py:82
 
4641
#: bzrlib/cmd_version_info.py:82
4796
4642
msgid "Check if tree is clean."
4797
4643
msgstr ""
4798
4644
 
4799
 
# help of 'include-history' option of 'version-info' command
4800
 
#: breezy/cmd_version_info.py:84
 
4645
#: bzrlib/cmd_version_info.py:84
4801
4646
msgid "Include the revision-history."
4802
4647
msgstr ""
4803
4648
 
4804
 
# help of 'include-file-revisions' option of 'version-info' command
4805
 
#: breezy/cmd_version_info.py:86
 
4649
#: bzrlib/cmd_version_info.py:86
4806
4650
msgid "Include the last revision for each file."
4807
4651
msgstr ""
4808
4652
 
4809
 
# help of 'template' option of 'version-info' command
4810
 
#: breezy/cmd_version_info.py:87
 
4653
#: bzrlib/cmd_version_info.py:87
4811
4654
msgid "Template for the output."
4812
4655
msgstr ""
4813
4656
 
4814
 
#: breezy/cmd_version_info.py:101
 
4657
#: bzrlib/cmd_version_info.py:101
4815
4658
msgid "bzr version-info --revision takes exactly one revision specifier"
4816
4659
msgstr ""
4817
4660
 
4818
 
#: breezy/commands.py:229
 
4661
#: bzrlib/commands.py:229
4819
4662
#, python-format
4820
4663
msgid "unknown command \"%s\""
4821
4664
msgstr ""
4822
4665
 
4823
 
#: breezy/commands.py:476
 
4666
#: bzrlib/commands.py:476
4824
4667
msgid "No help for this command."
4825
4668
msgstr ""
4826
4669
 
4827
 
#: breezy/commands.py:489
 
4670
#: bzrlib/commands.py:489
4828
4671
#, python-format
4829
4672
msgid ":Purpose: %s\n"
4830
4673
msgstr ""
4831
4674
 
4832
 
#: breezy/commands.py:491
 
4675
#: bzrlib/commands.py:491
4833
4676
#, python-format
4834
4677
msgid ""
4835
4678
":Usage:\n"
4836
4679
"%s\n"
4837
4680
msgstr ""
4838
4681
 
4839
 
#: breezy/commands.py:493
 
4682
#: bzrlib/commands.py:493
4840
4683
#, python-format
4841
4684
msgid ":Usage:   %s\n"
4842
4685
msgstr ""
4843
4686
 
4844
 
#: breezy/commands.py:512
 
4687
#: bzrlib/commands.py:512
4845
4688
#, python-format
4846
4689
msgid ":Options:%s"
4847
4690
msgstr ""
4848
4691
 
4849
 
#: breezy/commands.py:523
 
4692
#: bzrlib/commands.py:523
4850
4693
#, python-format
4851
4694
msgid ""
4852
4695
":Description:\n"
4854
4697
"\n"
4855
4698
msgstr ""
4856
4699
 
4857
 
#: breezy/commands.py:533
 
4700
#: bzrlib/commands.py:533
4858
4701
#, python-format
4859
4702
msgid ""
4860
4703
"See bzr help %s for more details and examples.\n"
4861
4704
"\n"
4862
4705
msgstr ""
4863
4706
 
4864
 
#: breezy/commands.py:538
 
4707
#: bzrlib/commands.py:538
4865
4708
msgid ":Aliases:  "
4866
4709
msgstr ""
4867
4710
 
4868
 
#: breezy/commands.py:542
 
4711
#: bzrlib/commands.py:542
4869
4712
#, python-format
4870
4713
msgid ":From:     plugin \"%s\"\n"
4871
4714
msgstr ""
4872
4715
 
4873
 
#: breezy/commands.py:554
4874
 
#, python-brace-format
 
4716
#: bzrlib/commands.py:554
4875
4717
msgid ":doc:`{0} <{1}-help>`"
4876
4718
msgstr ""
4877
4719
 
4878
 
#: breezy/commands.py:558
 
4720
#: bzrlib/commands.py:558
4879
4721
#, python-format
4880
4722
msgid ":See also: %s"
4881
4723
msgstr ""
4882
4724
 
4883
 
#: breezy/commands.py:826
 
4725
#: bzrlib/commands.py:826 bzrlib/gpg.py:347
4884
4726
msgid "Only ASCII permitted in option names"
4885
4727
msgstr ""
4886
4728
 
4887
 
#: breezy/commands.py:851 breezy/commands.py:859
 
4729
#: bzrlib/commands.py:851 bzrlib/commands.py:859
4888
4730
msgid "command {0!r} needs one or more {1}"
4889
4731
msgstr ""
4890
4732
 
4891
 
#: breezy/commands.py:868
 
4733
#: bzrlib/commands.py:868
4892
4734
msgid "command {0!r} requires argument {1}"
4893
4735
msgstr ""
4894
4736
 
4895
 
#: breezy/commands.py:875
4896
 
#, python-brace-format
 
4737
#: bzrlib/commands.py:875
4897
4738
msgid "extra argument to command {0}: {1}"
4898
4739
msgstr ""
4899
4740
 
4900
 
#: breezy/commands.py:952
 
4741
#: bzrlib/commands.py:972
4901
4742
#, python-format
4902
4743
msgid "Profile data written to \"%s\"."
4903
4744
msgstr ""
4904
4745
 
4905
 
#: breezy/commit.py:117 breezy/commit.py:740
 
4746
#: bzrlib/commit.py:117 bzrlib/commit.py:740
4906
4747
msgid "added"
4907
4748
msgstr ""
4908
4749
 
4909
 
#: breezy/commit.py:117 breezy/commit.py:748
 
4750
#: bzrlib/commit.py:117 bzrlib/commit.py:748
4910
4751
msgid "modified"
4911
4752
msgstr ""
4912
4753
 
4913
 
#: breezy/commit.py:131
 
4754
#: bzrlib/commit.py:131
4914
4755
#, python-format
4915
4756
msgid "Committing%s"
4916
4757
msgstr ""
4917
4758
 
4918
 
#: breezy/commit.py:134
 
4759
#: bzrlib/commit.py:134
4919
4760
#, python-format
4920
4761
msgid "Committed revision %d."
4921
4762
msgstr ""
4922
4763
 
4923
 
#: breezy/commit.py:143
 
4764
#: bzrlib/commit.py:143
4924
4765
#, python-format
4925
4766
msgid "deleted %s"
4926
4767
msgstr ""
4927
4768
 
4928
 
#: breezy/commit.py:146
 
4769
#: bzrlib/commit.py:146
4929
4770
#, python-format
4930
4771
msgid "missing %s"
4931
4772
msgstr ""
4932
4773
 
4933
 
#: breezy/commit.py:511
4934
 
#, python-brace-format
 
4774
#: bzrlib/commit.py:511
4935
4775
msgid ""
4936
4776
"Conflicting tags in bound branch:\n"
4937
4777
"{0}"
4938
4778
msgstr ""
4939
4779
 
4940
 
#: breezy/commit.py:742
 
4780
#: bzrlib/commit.py:742
4941
4781
msgid "renamed"
4942
4782
msgstr ""
4943
4783
 
4944
 
#: breezy/commit.py:976
 
4784
#: bzrlib/commit.py:976
4945
4785
msgid "unchanged"
4946
4786
msgstr ""
4947
4787
 
4948
 
#: breezy/commit.py:998
4949
 
#, python-brace-format
 
4788
#: bzrlib/commit.py:998
4950
4789
msgid "{0} [{1}] - Stage"
4951
4790
msgstr ""
4952
4791
 
4953
 
#: breezy/commit.py:1001
 
4792
#: bzrlib/commit.py:1001
4954
4793
#, python-format
4955
4794
msgid "%s - Stage"
4956
4795
msgstr ""
4957
4796
 
4958
 
#: breezy/commit_signature_commands.py:34
 
4797
#: bzrlib/commit_signature_commands.py:34
4959
4798
msgid "Sign all commits by a given committer."
4960
4799
msgstr ""
4961
4800
 
4962
 
#: breezy/commit_signature_commands.py:36
 
4801
#: bzrlib/commit_signature_commands.py:36
4963
4802
msgid ""
4964
4803
"If location is not specified the local tree is used.\n"
4965
4804
"If committer is not specified the default committer is used."
4966
4805
msgstr ""
4967
4806
 
4968
 
#: breezy/commit_signature_commands.py:39
 
4807
#: bzrlib/commit_signature_commands.py:39
4969
4808
msgid "This does not sign commits that already have signatures."
4970
4809
msgstr ""
4971
4810
 
4972
 
# help of 'dry-run' option of 'sign-my-commits' command
4973
 
#: breezy/commit_signature_commands.py:47
 
4811
#: bzrlib/commit_signature_commands.py:47
4974
4812
msgid ""
4975
4813
"Don't actually sign anything, just print the revisions that would be signed."
4976
4814
msgstr ""
4977
4815
 
4978
 
#: breezy/commit_signature_commands.py:98
 
4816
#: bzrlib/commit_signature_commands.py:98
4979
4817
#, python-format
4980
4818
msgid "Signed %d revision.\n"
4981
4819
msgid_plural "Signed %d revisions.\n"
4982
4820
msgstr[0] ""
4983
4821
msgstr[1] ""
4984
4822
 
4985
 
#: breezy/commit_signature_commands.py:103
 
4823
#: bzrlib/commit_signature_commands.py:103
4986
4824
msgid "Verify all commit signatures."
4987
4825
msgstr ""
4988
4826
 
4989
 
#: breezy/commit_signature_commands.py:105
4990
 
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
 
4827
#: bzrlib/commit_signature_commands.py:105
 
4828
msgid ""
 
4829
"Verifies that all commits in the branch are signed by known GnuPG keys."
4991
4830
msgstr ""
4992
4831
 
4993
 
# help of 'acceptable-keys' option of 'verify-signatures' command
4994
 
#: breezy/commit_signature_commands.py:110
 
4832
#: bzrlib/commit_signature_commands.py:110
4995
4833
msgid ""
4996
4834
"Comma separated list of GPG key patterns which are acceptable for "
4997
4835
"verification."
4998
4836
msgstr ""
4999
4837
 
5000
 
#: breezy/commit_signature_commands.py:148
 
4838
#: bzrlib/commit_signature_commands.py:148
5001
4839
msgid "Cannot verify a range of non-revision-history revisions"
5002
4840
msgstr ""
5003
4841
 
5004
 
#: breezy/commit_signature_commands.py:166
 
4842
#: bzrlib/commit_signature_commands.py:166
5005
4843
msgid "All commits signed with verifiable keys"
5006
4844
msgstr ""
5007
4845
 
5008
 
#: breezy/config.py:438
 
4846
#: bzrlib/config.py:436
5009
4847
msgid "Invalid config value for \"{0}\"  value {1!r} is not an SI unit."
5010
4848
msgstr ""
5011
4849
 
5012
 
#: breezy/config.py:2465
5013
 
#, python-brace-format
 
4850
#: bzrlib/config.py:2452
5014
4851
msgid "{0} is not an SI unit."
5015
4852
msgstr ""
5016
4853
 
5017
 
#: breezy/config.py:3013
5018
 
#, python-brace-format
 
4854
#: bzrlib/config.py:2971
5019
4855
msgid ""
5020
4856
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5021
4857
"will be saved."
5022
4858
msgstr ""
5023
4859
 
5024
 
#: breezy/config.py:3158
 
4860
#: bzrlib/config.py:3116
5025
4861
#, python-format
5026
4862
msgid "Invalid '%s', should be of the form 'name=value'"
5027
4863
msgstr ""
5028
4864
 
5029
 
#: breezy/config.py:4096
 
4865
#: bzrlib/config.py:4018
5030
4866
msgid "Display, set or remove a configuration option."
5031
4867
msgstr ""
5032
4868
 
5033
 
#: breezy/config.py:4098
5034
 
msgid "Display the active value for option NAME."
 
4869
#: bzrlib/config.py:4020
 
4870
msgid "Display the active value for a given option."
5035
4871
msgstr ""
5036
4872
 
5037
 
#: breezy/config.py:4100
 
4873
#: bzrlib/config.py:4022
5038
4874
msgid ""
5039
4875
"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."
5043
 
msgstr ""
5044
 
 
5045
 
#: breezy/config.py:4105
5046
 
msgid ""
5047
 
"If NAME is not given, --all .* is implied (all options are displayed for "
5048
 
"the\n"
5049
 
"current scope)."
5050
 
msgstr ""
5051
 
 
5052
 
#: breezy/config.py:4108
5053
 
msgid ""
5054
 
"Setting a value is achieved by using NAME=value without spaces. The value\n"
 
4876
"matching options are displayed mentioning their scope. The active value\n"
 
4877
"that bzr will take into account is the first one displayed for each option."
 
4878
msgstr ""
 
4879
 
 
4880
#: bzrlib/config.py:4026
 
4881
msgid "If no NAME is given, --all .* is implied."
 
4882
msgstr ""
 
4883
 
 
4884
#: bzrlib/config.py:4028
 
4885
msgid ""
 
4886
"Setting a value is achieved by using name=value without spaces. The value\n"
5055
4887
"is set in the most relevant scope and can be checked by displaying the\n"
5056
4888
"option again."
5057
4889
msgstr ""
5058
4890
 
5059
 
#: breezy/config.py:4112
5060
 
msgid "Removing a value is achieved by using --remove NAME."
5061
 
msgstr ""
5062
 
 
5063
 
# help of 'scope' option of 'config' command
5064
 
#: breezy/config.py:4122
 
4891
#: bzrlib/config.py:4040
5065
4892
msgid "Reduce the scope to the specified configuration file."
5066
4893
msgstr ""
5067
4894
 
5068
 
# help of 'all' option of 'config' command
5069
 
#: breezy/config.py:4126
 
4895
#: bzrlib/config.py:4044
5070
4896
msgid "Display all the defined values for the matching options."
5071
4897
msgstr ""
5072
4898
 
5073
 
# help of 'remove' option of 'config' command
5074
 
#: breezy/config.py:4128
 
4899
#: bzrlib/config.py:4046
5075
4900
msgid "Remove the option from the configuration file."
5076
4901
msgstr ""
5077
4902
 
5078
 
#: breezy/conflicts.py:50
 
4903
#: bzrlib/conflicts.py:50
5079
4904
msgid "List files with conflicts."
5080
4905
msgstr ""
5081
4906
 
5082
 
#: breezy/conflicts.py:57
 
4907
#: bzrlib/conflicts.py:57
5083
4908
msgid ""
5084
4909
"Conflicts normally are listed as short, human-readable messages.  If --text\n"
5085
4910
"is supplied, the pathnames of files with text conflicts are listed,\n"
5086
4911
"instead.  (This is useful for editing all files with text conflicts.)"
5087
4912
msgstr ""
5088
4913
 
5089
 
#: breezy/conflicts.py:61
 
4914
#: bzrlib/conflicts.py:61
5090
4915
msgid "Use bzr resolve when you have fixed a problem."
5091
4916
msgstr ""
5092
4917
 
5093
 
# help of 'text' option of 'conflicts' command
5094
 
#: breezy/conflicts.py:66
 
4918
#: bzrlib/conflicts.py:66
5095
4919
msgid "List paths of files with text conflicts."
5096
4920
msgstr ""
5097
4921
 
5098
 
# help of 'action=done' option of 'resolve' command
5099
 
#: breezy/conflicts.py:85
 
4922
#: bzrlib/conflicts.py:85
5100
4923
msgid "Marks the conflict as resolved."
5101
4924
msgstr ""
5102
4925
 
5103
 
# help of 'action=take-this' option of 'resolve' command
5104
 
#: breezy/conflicts.py:88
 
4926
#: bzrlib/conflicts.py:88
5105
4927
msgid "Resolve the conflict preserving the version in the working tree."
5106
4928
msgstr ""
5107
4929
 
5108
 
# help of 'action=take-other' option of 'resolve' command
5109
 
#: breezy/conflicts.py:91
 
4930
#: bzrlib/conflicts.py:91
5110
4931
msgid "Resolve the conflict taking the merged version into account."
5111
4932
msgstr ""
5112
4933
 
5113
 
# help of 'action' option of 'resolve' command
5114
 
#: breezy/conflicts.py:98
 
4934
#: bzrlib/conflicts.py:98
5115
4935
msgid "How to resolve the conflict."
5116
4936
msgstr ""
5117
4937
 
5118
 
#: breezy/conflicts.py:104
 
4938
#: bzrlib/conflicts.py:104
5119
4939
msgid "Mark a conflict as resolved."
5120
4940
msgstr ""
5121
4941
 
5122
 
#: breezy/conflicts.py:111
 
4942
#: bzrlib/conflicts.py:111
5123
4943
msgid ""
5124
4944
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
5125
4945
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
5127
4947
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5128
4948
msgstr ""
5129
4949
 
5130
 
# help of 'all' option of 'resolve' command
5131
 
#: breezy/conflicts.py:119
 
4950
#: bzrlib/conflicts.py:119
5132
4951
msgid "Resolve all conflicts in this tree."
5133
4952
msgstr ""
5134
4953
 
5135
 
#: breezy/conflicts.py:126
 
4954
#: bzrlib/conflicts.py:126
5136
4955
msgid "If --all is specified, no FILE may be provided"
5137
4956
msgstr ""
5138
4957
 
5139
 
#: breezy/conflicts.py:151
 
4958
#: bzrlib/conflicts.py:151
5140
4959
#, python-format
5141
4960
msgid "%d conflict auto-resolved."
5142
4961
msgid_plural "%d conflicts auto-resolved."
5143
4962
msgstr[0] ""
5144
4963
msgstr[1] ""
5145
4964
 
5146
 
#: breezy/conflicts.py:154
 
4965
#: bzrlib/conflicts.py:154
5147
4966
msgid "Remaining conflicts:"
5148
4967
msgstr ""
5149
4968
 
5150
 
#: breezy/conflicts.py:159
 
4969
#: bzrlib/conflicts.py:159
5151
4970
msgid "All conflicts resolved."
5152
4971
msgstr ""
5153
4972
 
5154
 
#: breezy/conflicts.py:168
5155
 
#, python-brace-format
 
4973
#: bzrlib/conflicts.py:168
5156
4974
msgid "{0} conflict resolved, {1} remaining"
5157
4975
msgid_plural "{0} conflicts resolved, {1} remaining"
5158
4976
msgstr[0] ""
5159
4977
msgstr[1] ""
5160
4978
 
5161
 
#: breezy/controldir.py:712
5162
 
#, python-brace-format
 
4979
#: bzrlib/controldir.py:712
5163
4980
msgid "{0} is{1} redirected to {2}"
5164
4981
msgstr ""
5165
4982
 
5166
 
#: breezy/diff.py:413
 
4983
#: bzrlib/diff.py:399
5167
4984
#, python-format
5168
4985
msgid "*** Ignoring files outside view. View is %s"
5169
4986
msgstr ""
5170
4987
 
5171
 
#: breezy/errors.py:157
 
4988
#: bzrlib/errors.py:157
5172
4989
msgid "The tree builder is already building a tree."
5173
4990
msgstr ""
5174
4991
 
5175
 
#: breezy/errors.py:178
 
4992
#: bzrlib/errors.py:178
5176
4993
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5177
4994
msgstr ""
5178
4995
 
5179
 
#: breezy/errors.py:197
 
4996
#: bzrlib/errors.py:197
5180
4997
msgid ""
5181
4998
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5182
4999
"versions \"%(minimum)s\" to \"%(current)s\"."
5183
5000
msgstr ""
5184
5001
 
5185
 
#: breezy/errors.py:209
 
5002
#: bzrlib/errors.py:209
5186
5003
msgid "The transport '%(transport)s' is only accessible within this process."
5187
5004
msgstr ""
5188
5005
 
5189
 
#: breezy/errors.py:227
 
5006
#: bzrlib/errors.py:227
5190
5007
msgid "Invalid revision number %(revno)s"
5191
5008
msgstr ""
5192
5009
 
5193
 
#: breezy/errors.py:236
 
5010
#: bzrlib/errors.py:236
5194
5011
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5195
5012
msgstr ""
5196
5013
 
5197
 
#: breezy/errors.py:247
 
5014
#: bzrlib/errors.py:247
5198
5015
msgid "Reserved revision-id {%(revision_id)s}"
5199
5016
msgstr ""
5200
5017
 
5201
 
#: breezy/errors.py:261
 
5018
#: bzrlib/errors.py:261
5202
5019
msgid "There is no public branch set for \"%(branch_url)s\"."
5203
5020
msgstr ""
5204
5021
 
5205
 
#: breezy/errors.py:271
 
5022
#: bzrlib/errors.py:271
5206
5023
msgid ""
5207
5024
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5208
5025
"obtain a list of topics."
5209
5026
msgstr ""
5210
5027
 
5211
 
#: breezy/errors.py:280
 
5028
#: bzrlib/errors.py:280
5212
5029
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5213
5030
msgstr ""
5214
5031
 
5215
 
#: breezy/errors.py:290
 
5032
#: bzrlib/errors.py:290
5216
5033
msgid ""
5217
5034
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5218
5035
msgstr ""
5219
5036
 
5220
 
#: breezy/errors.py:299
 
5037
#: bzrlib/errors.py:299
5221
5038
msgid "The branch '%(branch)s' is not stacked."
5222
5039
msgstr ""
5223
5040
 
5224
 
#: breezy/errors.py:313
 
5041
#: bzrlib/errors.py:313
5225
5042
msgid "No WorkingTree exists for \"%(base)s\"."
5226
5043
msgstr ""
5227
5044
 
5228
 
#: breezy/errors.py:322
 
5045
#: bzrlib/errors.py:322
5229
5046
msgid "Not currently building a tree."
5230
5047
msgstr ""
5231
5048
 
5232
 
#: breezy/errors.py:327
 
5049
#: bzrlib/errors.py:327
5233
5050
msgid "%(url)s is not a local path."
5234
5051
msgstr ""
5235
5052
 
5236
 
#: breezy/errors.py:355
 
5053
#: bzrlib/errors.py:355
5237
5054
msgid "%(not_locked)r is not write locked but needs to be."
5238
5055
msgstr ""
5239
5056
 
5240
 
#: breezy/errors.py:363
 
5057
#: bzrlib/errors.py:363
5241
5058
msgid "Error in command line options"
5242
5059
msgstr ""
5243
5060
 
5244
 
#: breezy/errors.py:368
 
5061
#: bzrlib/errors.py:368
5245
5062
msgid "%(value)s is not an index of type %(_type)s."
5246
5063
msgstr ""
5247
5064
 
5248
 
#: breezy/errors.py:378
 
5065
#: bzrlib/errors.py:378
5249
5066
msgid "Error in data for index %(value)s."
5250
5067
msgstr ""
5251
5068
 
5252
 
#: breezy/errors.py:387
 
5069
#: bzrlib/errors.py:387
5253
5070
msgid "The key '%(key)s' is already in index '%(index)s'."
5254
5071
msgstr ""
5255
5072
 
5256
 
#: breezy/errors.py:397
 
5073
#: bzrlib/errors.py:397
5257
5074
msgid "The key '%(key)s' is not a valid key."
5258
5075
msgstr ""
5259
5076
 
5260
 
#: breezy/errors.py:406
 
5077
#: bzrlib/errors.py:406
5261
5078
msgid "Could not parse options for index %(value)s."
5262
5079
msgstr ""
5263
5080
 
5264
 
#: breezy/errors.py:415
 
5081
#: bzrlib/errors.py:415
5265
5082
msgid "The value '%(value)s' is not a valid value."
5266
5083
msgstr ""
5267
5084
 
5268
 
#: breezy/errors.py:424
 
5085
#: bzrlib/errors.py:424
5269
5086
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5270
5087
msgstr ""
5271
5088
 
5272
 
#: breezy/errors.py:443
 
5089
#: bzrlib/errors.py:443
5273
5090
msgid "Generic path error: %(path)r%(extra)s)"
5274
5091
msgstr ""
5275
5092
 
5276
 
#: breezy/errors.py:456
 
5093
#: bzrlib/errors.py:456
5277
5094
msgid "No such file: %(path)r%(extra)s"
5278
5095
msgstr ""
5279
5096
 
5280
 
#: breezy/errors.py:461
 
5097
#: bzrlib/errors.py:461
5281
5098
msgid "File exists: %(path)r%(extra)s"
5282
5099
msgstr ""
5283
5100
 
5284
 
#: breezy/errors.py:467
 
5101
#: bzrlib/errors.py:467
5285
5102
msgid ""
5286
5103
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5287
5104
"after to tell bzr about a rename that has already happened)%(extra)s"
5288
5105
msgstr ""
5289
5106
 
5290
 
#: breezy/errors.py:483
 
5107
#: bzrlib/errors.py:483
5291
5108
msgid "\"%(path)s\" is not a directory %(extra)s"
5292
5109
msgstr ""
5293
5110
 
5294
 
#: breezy/errors.py:488
 
5111
#: bzrlib/errors.py:488
5295
5112
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5296
5113
msgstr ""
5297
5114
 
5298
 
#: breezy/errors.py:493
 
5115
#: bzrlib/errors.py:493
5299
5116
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5300
5117
msgstr ""
5301
5118
 
5302
 
#: breezy/errors.py:498
 
5119
#: bzrlib/errors.py:498
5303
5120
msgid "Hard-linking \"%(path)s\" is not supported"
5304
5121
msgstr ""
5305
5122
 
5306
 
#: breezy/errors.py:513
 
5123
#: bzrlib/errors.py:513
5307
5124
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5308
5125
msgstr ""
5309
5126
 
5310
 
#: breezy/errors.py:518
 
5127
#: bzrlib/errors.py:518
5311
5128
msgid "Permission denied: \"%(path)s\"%(extra)s"
5312
5129
msgstr ""
5313
5130
 
5314
 
#: breezy/errors.py:523
 
5131
#: bzrlib/errors.py:523
5315
5132
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5316
5133
msgstr ""
5317
5134
 
5318
 
#: breezy/errors.py:528
 
5135
#: bzrlib/errors.py:528
5319
5136
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5320
5137
msgstr ""
5321
5138
 
5322
 
#: breezy/errors.py:539
 
5139
#: bzrlib/errors.py:539
5323
5140
msgid "URLs differ by more than path: %(from_)r and %(to)r"
5324
5141
msgstr ""
5325
5142
 
5326
 
#: breezy/errors.py:561
5327
 
msgid "The %(type)s hook '%(hook)s' is unknown in this version of breezy."
 
5143
#: bzrlib/errors.py:561
 
5144
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
5328
5145
msgstr ""
5329
5146
 
5330
 
#: breezy/errors.py:571
 
5147
#: bzrlib/errors.py:571
5331
5148
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5332
5149
msgstr ""
5333
5150
 
5334
 
#: breezy/errors.py:579
 
5151
#: bzrlib/errors.py:579
5335
5152
msgid ""
5336
5153
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5337
5154
"upgrade the branch to permit branch stacking."
5338
5155
msgstr ""
5339
5156
 
5340
 
#: breezy/errors.py:590
 
5157
#: bzrlib/errors.py:590
5341
5158
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5342
5159
msgstr ""
5343
5160
 
5344
 
#: breezy/errors.py:600
 
5161
#: bzrlib/errors.py:600
5345
5162
msgid ""
5346
5163
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5347
5164
"need to upgrade the repository to permit branch stacking."
5348
5165
msgstr ""
5349
5166
 
5350
 
#: breezy/errors.py:611
 
5167
#: bzrlib/errors.py:611
5351
5168
msgid "Error reading from %(path)r."
5352
5169
msgstr ""
5353
5170
 
5354
 
#: breezy/errors.py:630
 
5171
#: bzrlib/errors.py:630
5355
5172
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5356
5173
msgstr ""
5357
5174
 
5358
 
#: breezy/errors.py:646
 
5175
#: bzrlib/errors.py:646
5359
5176
msgid "Path \"%(path)s\" is not unicode normalized"
5360
 
msgstr ""
 
5177
msgstr "Path \"%(path)s\" is not unicode normalised"
5361
5178
 
5362
 
#: breezy/errors.py:654
 
5179
#: bzrlib/errors.py:654
5363
5180
msgid "Not a branch: \"%(path)s\"%(detail)s."
5364
5181
msgstr ""
5365
5182
 
5366
 
#: breezy/errors.py:696
 
5183
#: bzrlib/errors.py:696
5367
5184
msgid "No submit branch available for branch \"%(path)s\""
5368
5185
msgstr ""
5369
5186
 
5370
 
#: breezy/errors.py:705
 
5187
#: bzrlib/errors.py:705
5371
5188
msgid "A control directory already exists: \"%(path)s\"."
5372
5189
msgstr ""
5373
5190
 
5374
 
#: breezy/errors.py:710
 
5191
#: bzrlib/errors.py:710
5375
5192
msgid "Already a branch: \"%(path)s\"."
5376
5193
msgstr ""
5377
5194
 
5378
 
#: breezy/errors.py:715
 
5195
#: bzrlib/errors.py:715
5379
5196
msgid "Invalid branch name: %(name)s"
5380
5197
msgstr ""
5381
5198
 
5382
 
#: breezy/errors.py:724
 
5199
#: bzrlib/errors.py:724
5383
5200
msgid "Parent branch already exists: \"%(path)s\"."
5384
5201
msgstr ""
5385
5202
 
5386
 
#: breezy/errors.py:730
 
5203
#: bzrlib/errors.py:730
5387
5204
msgid ""
5388
5205
"Directory contains a branch, but no working tree (use bzr checkout if you "
5389
5206
"wish to build a working tree): \"%(path)s\""
5390
5207
msgstr ""
5391
5208
 
5392
 
#: breezy/errors.py:735
 
5209
#: bzrlib/errors.py:735
5393
5210
msgid ""
5394
5211
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5395
5212
msgstr ""
5396
5213
 
5397
 
#: breezy/errors.py:745
 
5214
#: bzrlib/errors.py:745
5398
5215
msgid ""
5399
5216
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5400
5217
msgstr ""
5401
5218
 
5402
 
#: breezy/errors.py:755
 
5219
#: bzrlib/errors.py:755
5403
5220
msgid "No repository present: \"%(path)s\""
5404
5221
msgstr ""
5405
5222
 
5406
 
#: breezy/errors.py:762
 
5223
#: bzrlib/errors.py:762
5407
5224
msgid ""
5408
5225
"Unsupported branch format: %(format)s\n"
5409
5226
"Please run 'bzr upgrade'"
5410
5227
msgstr ""
5411
5228
 
5412
 
#: breezy/errors.py:768
 
5229
#: bzrlib/errors.py:768
5413
5230
msgid "Unknown %(kind)s format: %(format)r"
5414
 
msgstr ""
 
5231
msgstr "Unknown %(kind)s format: %(format)r"
5415
5232
 
5416
 
#: breezy/errors.py:777
 
5233
#: bzrlib/errors.py:777
5417
5234
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5418
5235
msgstr ""
5419
5236
 
5420
 
#: breezy/errors.py:787
 
5237
#: bzrlib/errors.py:787
5421
5238
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5422
5239
msgstr ""
5423
5240
 
5424
 
#: breezy/errors.py:802
 
5241
#: bzrlib/errors.py:802
5425
5242
msgid ""
5426
5243
"%(target)s\n"
5427
5244
"is not compatible with\n"
5429
5246
"%(details)s"
5430
5247
msgstr ""
5431
5248
 
5432
 
#: breezy/errors.py:818
 
5249
#: bzrlib/errors.py:818
5433
5250
msgid "Revision is not compatible with %(repo_format)s"
5434
5251
msgstr ""
5435
5252
 
5436
 
#: breezy/errors.py:828
 
5253
#: bzrlib/errors.py:828
5437
5254
msgid "%(context_info)s%(path)s is already versioned."
5438
5255
msgstr ""
5439
5256
 
5440
 
#: breezy/errors.py:849
 
5257
#: bzrlib/errors.py:849
5441
5258
msgid "%(context_info)s%(path)s is not versioned."
5442
5259
msgstr ""
5443
5260
 
5444
 
#: breezy/errors.py:870
 
5261
#: bzrlib/errors.py:870
5445
5262
msgid "Path(s) are not versioned: %(paths_as_string)s"
5446
5263
msgstr ""
5447
5264
 
5448
 
#: breezy/errors.py:881
 
5265
#: bzrlib/errors.py:881
5449
5266
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5450
5267
msgstr ""
5451
5268
 
5452
 
#: breezy/errors.py:900
 
5269
#: bzrlib/errors.py:900
5453
5270
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5454
 
msgstr ""
 
5271
msgstr "Cannot operate on \"%(filename)s\" of unsupported type \"%(kind)s\""
5455
5272
 
5456
 
#: breezy/errors.py:908
 
5273
#: bzrlib/errors.py:908
5457
5274
msgid ""
5458
5275
"Filename %(filename)r is not valid in your current filesystem encoding "
5459
5276
"%(fs_encoding)s"
5460
5277
msgstr ""
5461
5278
 
5462
 
#: breezy/errors.py:919
 
5279
#: bzrlib/errors.py:919
5463
5280
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5464
5281
msgstr ""
5465
5282
 
5466
 
#: breezy/errors.py:937
 
5283
#: bzrlib/errors.py:937
5467
5284
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5468
5285
msgstr ""
5469
5286
 
5470
 
#: breezy/errors.py:976
 
5287
#: bzrlib/errors.py:976
5471
5288
msgid "Cannot lock %(lock)s: %(why)s"
5472
5289
msgstr ""
5473
5290
 
5474
 
#: breezy/errors.py:986
 
5291
#: bzrlib/errors.py:986
5475
5292
msgid ""
5476
5293
"A transaction related operation was attempted after the transaction finished."
5477
5294
msgstr ""
5478
5295
 
5479
 
#: breezy/errors.py:1013
 
5296
#: bzrlib/errors.py:1013
5480
5297
msgid "Cannot lock: transport is read only: %(transport)s"
5481
5298
msgstr ""
5482
5299
 
5483
 
#: breezy/errors.py:1021
 
5300
#: bzrlib/errors.py:1021
5484
5301
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5485
5302
msgstr ""
5486
5303
 
5487
 
#: breezy/errors.py:1032
5488
 
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
 
5304
#: bzrlib/errors.py:1032
 
5305
msgid ""
 
5306
"Lock was broken while still open: %(lock)s - check storage consistency!"
5489
5307
msgstr ""
5490
5308
 
5491
 
#: breezy/errors.py:1043
 
5309
#: bzrlib/errors.py:1043
5492
5310
msgid ""
5493
5311
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5494
5312
"%(holder)r, wanted to break %(target)r"
5495
5313
msgstr ""
5496
5314
 
5497
 
#: breezy/errors.py:1055
 
5315
#: bzrlib/errors.py:1055
5498
5316
msgid ""
5499
5317
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5500
5318
"Use 'bzr break-lock' to clear it"
5501
5319
msgstr ""
5502
5320
 
5503
 
#: breezy/errors.py:1068
 
5321
#: bzrlib/errors.py:1068
5504
5322
msgid "Lock not held: %(lock)s"
5505
5323
msgstr ""
5506
5324
 
5507
 
#: breezy/errors.py:1097
 
5325
#: bzrlib/errors.py:1097
5508
5326
msgid "No changes to commit"
5509
5327
msgstr ""
5510
5328
 
5511
 
#: breezy/errors.py:1102
 
5329
#: bzrlib/errors.py:1102
5512
5330
msgid ""
5513
5331
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5514
5332
msgstr ""
5515
5333
 
5516
 
#: breezy/errors.py:1112
 
5334
#: bzrlib/errors.py:1112
5517
5335
msgid ""
5518
5336
"Excluding paths during commit is not supported by repository at "
5519
5337
"%(repository)r."
5520
5338
msgstr ""
5521
5339
 
5522
 
#: breezy/errors.py:1121
 
5340
#: bzrlib/errors.py:1121
5523
5341
msgid ""
5524
5342
"The specified commit message contains characters unsupported by the current "
5525
5343
"encoding."
5526
5344
msgstr ""
5527
5345
 
5528
 
#: breezy/errors.py:1127
 
5346
#: bzrlib/errors.py:1127
5529
5347
msgid "Upgrade URL cannot work with readonly URLs."
5530
5348
msgstr ""
5531
5349
 
5532
 
#: breezy/errors.py:1132
 
5350
#: bzrlib/errors.py:1132
5533
5351
msgid "The branch format %(format)s is already at the most recent format."
5534
5352
msgstr ""
5535
5353
 
5536
 
#: breezy/errors.py:1155
 
5354
#: bzrlib/errors.py:1155
5537
5355
msgid "Option --change does not accept revision ranges"
5538
5356
msgstr ""
5539
5357
 
5540
 
#: breezy/errors.py:1160
 
5358
#: bzrlib/errors.py:1160
5541
5359
msgid "No namespace registered for string: %(spec)r"
5542
5360
msgstr ""
5543
5361
 
5544
 
#: breezy/errors.py:1179
 
5362
#: bzrlib/errors.py:1179
5545
5363
msgid ""
5546
 
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
5547
 
"%(extra)s"
 
5364
"Requested revision: '%(spec)s' does not exist in branch: "
 
5365
"%(branch_url)s%(extra)s"
5548
5366
msgstr ""
5549
5367
 
5550
 
#: breezy/errors.py:1193
 
5368
#: bzrlib/errors.py:1193
5551
5369
msgid ""
5552
5370
"Operation denied because it would change the main history, which is not "
5553
5371
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5554
5372
msgstr ""
5555
5373
 
5556
 
#: breezy/errors.py:1204
 
5374
#: bzrlib/errors.py:1204
5557
5375
msgid ""
5558
5376
"These branches have diverged. Use the missing command to see how.\n"
5559
5377
"Use the merge command to reconcile them."
5560
5378
msgstr ""
5561
5379
 
5562
 
#: breezy/errors.py:1224
 
5380
#: bzrlib/errors.py:1224
5563
5381
msgid ""
5564
5382
"Branches have no common ancestor, and no merge base revision was specified."
5565
5383
msgstr ""
5566
5384
 
5567
 
#: breezy/errors.py:1230
 
5385
#: bzrlib/errors.py:1230
5568
5386
msgid ""
5569
5387
"Selected merge cannot perform reverse cherrypicks.  Try merge3 or diff3."
5570
5388
msgstr ""
5571
5389
 
5572
 
#: breezy/errors.py:1236
 
5390
#: bzrlib/errors.py:1236
5573
5391
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5574
5392
msgstr ""
5575
5393
 
5576
 
#: breezy/errors.py:1245
 
5394
#: bzrlib/errors.py:1245
5577
5395
msgid ""
5578
5396
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5579
5397
msgstr ""
5580
5398
 
5581
 
#: breezy/errors.py:1254
 
5399
#: bzrlib/errors.py:1254
5582
5400
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5583
5401
msgstr ""
5584
5402
 
5585
 
#: breezy/errors.py:1263
 
5403
#: bzrlib/errors.py:1263
5586
5404
msgid "Branch %(branch)s has no commits."
5587
5405
msgstr ""
5588
5406
 
5589
 
#: breezy/errors.py:1281
 
5407
#: bzrlib/errors.py:1281
5590
5408
msgid ""
5591
 
"Bound branch %(branch)s is out of date with master branch %(master)s."
5592
 
"%(extra_help)s"
 
5409
"Bound branch %(branch)s is out of date with master branch "
 
5410
"%(master)s.%(extra_help)s"
5593
5411
msgstr ""
5594
5412
 
5595
 
#: breezy/errors.py:1293
 
5413
#: bzrlib/errors.py:1293
5596
5414
msgid ""
5597
5415
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5598
5416
"bound to %(remote)s."
5599
5417
msgstr ""
5600
5418
 
5601
 
#: breezy/errors.py:1305
 
5419
#: bzrlib/errors.py:1305
5602
5420
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5603
5421
msgstr ""
5604
5422
 
5605
 
#: breezy/errors.py:1314
 
5423
#: bzrlib/errors.py:1314
5606
5424
msgid ""
5607
5425
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5608
5426
"%(error)s"
5609
5427
msgstr ""
5610
5428
 
5611
 
#: breezy/errors.py:1326
 
5429
#: bzrlib/errors.py:1326
5612
5430
msgid "Error in processing weave: %(msg)s"
5613
5431
msgstr ""
5614
5432
 
5615
 
#: breezy/errors.py:1335
 
5433
#: bzrlib/errors.py:1335
5616
5434
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5617
5435
msgstr ""
5618
5436
 
5619
 
#: breezy/errors.py:1346
 
5437
#: bzrlib/errors.py:1346
5620
5438
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5621
5439
msgstr ""
5622
5440
 
5623
 
#: breezy/errors.py:1356
 
5441
#: bzrlib/errors.py:1356
5624
5442
msgid "Weave invariant violated: %(what)s"
5625
5443
msgstr ""
5626
5444
 
5627
 
#: breezy/errors.py:1365
 
5445
#: bzrlib/errors.py:1365
5628
5446
msgid "Parents are mismatched between two revisions. %(msg)s"
5629
5447
msgstr ""
5630
5448
 
5631
 
#: breezy/errors.py:1387
 
5449
#: bzrlib/errors.py:1387
5632
5450
msgid ""
5633
5451
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5634
5452
"%(weave_b)s"
5635
5453
msgstr ""
5636
5454
 
5637
 
#: breezy/errors.py:1399
 
5455
#: bzrlib/errors.py:1399
5638
5456
msgid "Versioned file error"
5639
5457
msgstr ""
5640
5458
 
5641
 
#: breezy/errors.py:1404
 
5459
#: bzrlib/errors.py:1404
5642
5460
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5643
5461
msgstr ""
5644
5462
 
5645
 
#: breezy/errors.py:1414
 
5463
#: bzrlib/errors.py:1414
5646
5464
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5647
5465
msgstr ""
5648
5466
 
5649
 
#: breezy/errors.py:1424
 
5467
#: bzrlib/errors.py:1424
5650
5468
msgid "Text did not match its checksum: %(msg)s"
5651
5469
msgstr ""
5652
5470
 
5653
 
#: breezy/errors.py:1550
 
5471
#: bzrlib/errors.py:1550
5654
5472
msgid "Export format %(format)r not supported"
5655
5473
msgstr ""
5656
5474
 
5657
 
#: breezy/errors.py:1559
 
5475
#: bzrlib/errors.py:1559
5658
5476
msgid "Transport error: %(msg)s %(orig_error)s"
5659
5477
msgstr ""
5660
5478
 
5661
 
#: breezy/errors.py:1585
 
5479
#: bzrlib/errors.py:1585
5662
5480
msgid "Generic bzr smart protocol error: %(details)s"
5663
5481
msgstr ""
5664
5482
 
5665
 
#: breezy/errors.py:1593
 
5483
#: bzrlib/errors.py:1593
5666
5484
msgid "Received bad protocol version marker: %(marker)r"
5667
5485
msgstr ""
5668
5486
 
5669
 
#: breezy/errors.py:1625
 
5487
#: bzrlib/errors.py:1625
5670
5488
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5671
5489
msgstr ""
5672
5490
 
5673
 
#: breezy/errors.py:1630
 
5491
#: bzrlib/errors.py:1630
5674
5492
msgid "Connection error: %(msg)s %(orig_error)s"
5675
5493
msgstr ""
5676
5494
 
5677
 
#: breezy/errors.py:1635
 
5495
#: bzrlib/errors.py:1635
5678
5496
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5679
5497
msgstr ""
5680
5498
 
5681
 
#: breezy/errors.py:1656
 
5499
#: bzrlib/errors.py:1656
5682
5500
msgid "Connection closed: %(msg)s %(orig_error)s"
5683
5501
msgstr ""
5684
5502
 
5685
 
#: breezy/errors.py:1661
 
5503
#: bzrlib/errors.py:1661
5686
5504
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5687
5505
msgstr ""
5688
5506
 
5689
 
#: breezy/errors.py:1666
 
5507
#: bzrlib/errors.py:1666
5690
5508
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5691
5509
msgstr ""
5692
5510
 
5693
 
#: breezy/errors.py:1676
 
5511
#: bzrlib/errors.py:1676
5694
5512
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5695
5513
msgstr ""
5696
5514
 
5697
 
#: breezy/errors.py:1691
 
5515
#: bzrlib/errors.py:1691
 
5516
msgid "Certificate error: %(error)s"
 
5517
msgstr ""
 
5518
 
 
5519
#: bzrlib/errors.py:1699
5698
5520
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5699
5521
msgstr ""
5700
5522
 
5701
 
#: breezy/errors.py:1705
 
5523
#: bzrlib/errors.py:1713
5702
5524
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5703
5525
msgstr ""
5704
5526
 
5705
 
#: breezy/errors.py:1713
 
5527
#: bzrlib/errors.py:1721
5706
5528
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5707
5529
msgstr ""
5708
5530
 
5709
 
#: breezy/errors.py:1722
 
5531
#: bzrlib/errors.py:1730
5710
5532
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5711
5533
msgstr ""
5712
5534
 
5713
 
#: breezy/errors.py:1736
 
5535
#: bzrlib/errors.py:1744
5714
5536
msgid "Too many redirections"
5715
5537
msgstr ""
5716
5538
 
5717
 
#: breezy/errors.py:1741
 
5539
#: bzrlib/errors.py:1749
5718
5540
msgid "Working tree has conflicts."
5719
5541
msgstr ""
5720
5542
 
5721
 
#: breezy/errors.py:1745
 
5543
#: bzrlib/errors.py:1753
5722
5544
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5723
5545
msgstr ""
5724
5546
 
5725
 
#: breezy/errors.py:1754
 
5547
#: bzrlib/errors.py:1762
5726
5548
msgid ""
5727
5549
"Error(s) parsing config file %(filename)s:\n"
5728
5550
"%(errors)s"
5729
5551
msgstr ""
5730
5552
 
5731
 
#: breezy/errors.py:1764
 
5553
#: bzrlib/errors.py:1772
5732
5554
msgid ""
5733
5555
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5734
5556
"See ``bzr help %(name)s``"
5735
5557
msgstr ""
5736
5558
 
5737
 
#: breezy/errors.py:1774
 
5559
#: bzrlib/errors.py:1782
5738
5560
msgid "%(username)r does not seem to contain a reasonable email address"
5739
5561
msgstr ""
5740
5562
 
5741
 
#: breezy/errors.py:1783
 
5563
#: bzrlib/errors.py:1791
5742
5564
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5743
5565
msgstr ""
5744
5566
 
5745
 
#: breezy/errors.py:1791
 
5567
#: bzrlib/errors.py:1799
5746
5568
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5747
5569
msgstr ""
5748
5570
 
5749
 
#: breezy/errors.py:1799
 
5571
#: bzrlib/errors.py:1807
5750
5572
msgid "Unable to import library \"%(library)s\": %(error)s"
5751
5573
msgstr ""
5752
5574
 
5753
 
#: breezy/errors.py:1807
 
5575
#: bzrlib/errors.py:1815
5754
5576
msgid "python-gpgme is not installed, it is needed to verify signatures"
5755
5577
msgstr ""
5756
5578
 
5757
 
#: breezy/errors.py:1815
 
5579
#: bzrlib/errors.py:1823
5758
5580
msgid ""
5759
5581
"The working tree for %(basedir)s has changed since the last commit, but "
5760
5582
"weave merge requires that it be unchanged"
5761
5583
msgstr ""
5762
5584
 
5763
 
#: breezy/errors.py:1825
 
5585
#: bzrlib/errors.py:1833
5764
5586
msgid ""
5765
5587
"Can't reprocess and show base, because reprocessing obscures the "
5766
5588
"relationship of conflicting lines to the base"
5767
5589
msgstr ""
5768
5590
 
5769
 
#: breezy/errors.py:1831
 
5591
#: bzrlib/errors.py:1839
5770
5592
msgid "Cycle in graph %(graph)r"
5771
5593
msgstr ""
5772
5594
 
5773
 
#: breezy/errors.py:1859
 
5595
#: bzrlib/errors.py:1867
5774
5596
msgid "File %(filename)s is not conflicted."
5775
5597
msgstr ""
5776
5598
 
5777
 
#: breezy/errors.py:1881
 
5599
#: bzrlib/errors.py:1889
5778
5600
msgid "No bundle was found in \"%(filename)s\"."
5779
5601
msgstr ""
5780
5602
 
5781
 
#: breezy/errors.py:1890
 
5603
#: bzrlib/errors.py:1898
5782
5604
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5783
5605
msgstr ""
5784
5606
 
5785
 
#: breezy/errors.py:1900
 
5607
#: bzrlib/errors.py:1908
5786
5608
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5787
5609
msgstr ""
5788
5610
 
5789
 
#: breezy/errors.py:1913
 
5611
#: bzrlib/errors.py:1921
5790
5612
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5791
5613
msgstr ""
5792
5614
 
5793
 
#: breezy/errors.py:1923
 
5615
#: bzrlib/errors.py:1931
5794
5616
msgid "Key %(key)s is already present in map"
5795
5617
msgstr ""
5796
5618
 
5797
 
#: breezy/errors.py:1928
 
5619
#: bzrlib/errors.py:1936
5798
5620
msgid "The prefix %(prefix)s is in the help search path twice."
5799
5621
msgstr ""
5800
5622
 
5801
 
#: breezy/errors.py:1938
 
5623
#: bzrlib/errors.py:1946
5802
5624
msgid ""
5803
5625
"No final name for trans_id %(trans_id)r\n"
5804
5626
"file-id: %(file_id)r\n"
5805
5627
"root trans-id: %(root_trans_id)r\n"
5806
5628
msgstr ""
5807
5629
 
5808
 
#: breezy/errors.py:1970
 
5630
#: bzrlib/errors.py:1978
5809
5631
msgid "Attempt to reuse a transform that has already been applied."
5810
5632
msgstr ""
5811
5633
 
5812
 
#: breezy/errors.py:1975
 
5634
#: bzrlib/errors.py:1983
5813
5635
msgid "Moving the root directory is not supported at this time"
5814
5636
msgstr ""
5815
5637
 
5816
 
#: breezy/errors.py:1980
 
5638
#: bzrlib/errors.py:1988
5817
5639
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5818
5640
msgstr ""
5819
5641
 
5820
 
#: breezy/errors.py:1991
 
5642
#: bzrlib/errors.py:1999
5821
5643
msgid ""
5822
5644
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5823
5645
msgstr ""
5824
5646
 
5825
 
#: breezy/errors.py:2027
 
5647
#: bzrlib/errors.py:2035
5826
5648
msgid ""
5827
5649
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5828
5650
msgstr ""
5829
5651
 
5830
 
#: breezy/errors.py:2057
 
5652
#: bzrlib/errors.py:2065
5831
5653
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5832
5654
msgstr ""
5833
5655
 
5834
 
#: breezy/errors.py:2065
 
5656
#: bzrlib/errors.py:2073
5835
5657
msgid "Nothing to merge."
5836
5658
msgstr ""
5837
5659
 
5838
 
#: breezy/errors.py:2070
 
5660
#: bzrlib/errors.py:2078
5839
5661
msgid "Format %(format)s cannot be initialised by this version of bzr."
5840
5662
msgstr ""
5841
5663
 
5842
 
#: breezy/errors.py:2079
 
5664
#: bzrlib/errors.py:2087
5843
5665
msgid ""
5844
5666
"Cannot convert from format %(from_format)s to format %(format)s.    "
5845
5667
"%(problem)s"
5846
5668
msgstr ""
5847
5669
 
5848
 
#: breezy/errors.py:2091
 
5670
#: bzrlib/errors.py:2099
5849
5671
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5850
5672
msgstr ""
5851
5673
 
5852
 
#: breezy/errors.py:2099
 
5674
#: bzrlib/errors.py:2107
5853
5675
msgid "%(exe_name)s could not be found on this machine"
5854
5676
msgstr ""
5855
5677
 
5856
 
#: breezy/errors.py:2107
 
5678
#: bzrlib/errors.py:2115
5857
5679
msgid "Diff is not installed on this machine: %(msg)s"
5858
5680
msgstr ""
5859
5681
 
5860
 
#: breezy/errors.py:2115
 
5682
#: bzrlib/errors.py:2123
5861
5683
msgid "Diff3 is not installed on this machine."
5862
5684
msgstr ""
5863
5685
 
5864
 
#: breezy/errors.py:2121
 
5686
#: bzrlib/errors.py:2129
5865
5687
msgid "The content being inserted is already present."
5866
5688
msgstr ""
5867
5689
 
5868
 
#: breezy/errors.py:2126
 
5690
#: bzrlib/errors.py:2134
5869
5691
msgid ""
5870
5692
"This tree contains left-over files from a failed operation.\n"
5871
5693
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5873
5695
"    keep, and delete it when you are done."
5874
5696
msgstr ""
5875
5697
 
5876
 
#: breezy/errors.py:2137
 
5698
#: bzrlib/errors.py:2145
5877
5699
msgid ""
5878
5700
"This tree contains left-over files from a failed operation.\n"
5879
5701
"    Please examine %(pending_deletion)s to see if it contains any files you\n"
5880
5702
"    wish to keep, and delete it when you are done."
5881
5703
msgstr ""
5882
5704
 
5883
 
#: breezy/errors.py:2147
 
5705
#: bzrlib/errors.py:2155
5884
5706
msgid ""
5885
5707
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5886
5708
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5888
5710
"    keep, and delete it when you are done."
5889
5711
msgstr ""
5890
5712
 
5891
 
#: breezy/errors.py:2158
 
5713
#: bzrlib/errors.py:2166
5892
5714
msgid ""
5893
5715
"Unable to delete transform temporary directory %(pending_deletion)s.  Please "
5894
5716
"examine %(pending_deletion)s to see if it contains any files you wish to "
5895
5717
"keep, and delete it when you are done."
5896
5718
msgstr ""
5897
5719
 
5898
 
#: breezy/errors.py:2168
 
5720
#: bzrlib/errors.py:2176
5899
5721
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5900
5722
msgstr ""
5901
5723
 
5902
 
#: breezy/errors.py:2182
5903
 
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
 
5724
#: bzrlib/errors.py:2190
 
5725
msgid ""
 
5726
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5904
5727
msgstr ""
5905
5728
 
5906
 
#: breezy/errors.py:2195
 
5729
#: bzrlib/errors.py:2203
5907
5730
msgid "Error in merge modified format"
5908
5731
msgstr ""
5909
5732
 
5910
 
#: breezy/errors.py:2200
 
5733
#: bzrlib/errors.py:2208
5911
5734
msgid "Format error in conflict listings"
5912
5735
msgstr ""
5913
5736
 
5914
 
#: breezy/errors.py:2204
 
5737
#: bzrlib/errors.py:2212
5915
5738
msgid ""
5916
5739
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5917
5740
"Error: %(description)s"
5918
5741
msgstr ""
5919
5742
 
5920
 
#: breezy/errors.py:2215
 
5743
#: bzrlib/errors.py:2223
5921
5744
msgid ""
5922
5745
"An error has been detected in the repository %(repo_path)s.\n"
5923
5746
"Please run bzr reconcile on this repository."
5924
5747
msgstr ""
5925
5748
 
5926
 
#: breezy/errors.py:2226
 
5749
#: bzrlib/errors.py:2234
5927
5750
msgid ""
5928
5751
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5929
5752
"reason: %(reason)s"
5930
5753
msgstr ""
5931
5754
 
5932
 
#: breezy/errors.py:2239
 
5755
#: bzrlib/errors.py:2247
5933
5756
msgid ""
5934
5757
"An inconsistent delta was supplied: %(delta)r\n"
5935
5758
"reason: %(reason)s"
5936
5759
msgstr ""
5937
5760
 
5938
 
#: breezy/errors.py:2251
 
5761
#: bzrlib/errors.py:2259
5939
5762
msgid "To use this feature you must upgrade your branch at %(path)s."
5940
5763
msgstr ""
5941
5764
 
5942
 
#: breezy/errors.py:2260
 
5765
#: bzrlib/errors.py:2268
5943
5766
msgid "To use this feature you must upgrade your repository at %(path)s."
5944
5767
msgstr ""
5945
5768
 
5946
 
#: breezy/errors.py:2265
 
5769
#: bzrlib/errors.py:2273
5947
5770
msgid ""
5948
5771
"To use this feature you must upgrade your branch at %(path)s to a format "
5949
5772
"which supports rich roots."
5950
5773
msgstr ""
5951
5774
 
5952
 
#: breezy/errors.py:2271
 
5775
#: bzrlib/errors.py:2279
5953
5776
msgid "Cannot perform local-only commits on unbound branches."
5954
5777
msgstr ""
5955
5778
 
5956
 
#: breezy/errors.py:2276
 
5779
#: bzrlib/errors.py:2284
5957
5780
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5958
5781
msgstr ""
5959
5782
 
5960
 
#: breezy/errors.py:2297
 
5783
#: bzrlib/errors.py:2305
5961
5784
msgid "Ghost tags not supported by format %(format)r."
5962
5785
msgstr ""
5963
5786
 
5964
 
#: breezy/errors.py:2305
 
5787
#: bzrlib/errors.py:2313
5965
5788
msgid "File is binary but should be text."
5966
5789
msgstr ""
5967
5790
 
5968
 
#: breezy/errors.py:2310
 
5791
#: bzrlib/errors.py:2318
5969
5792
msgid "The path %(path)s is not permitted on this platform"
5970
5793
msgstr ""
5971
5794
 
5972
 
#: breezy/errors.py:2319
 
5795
#: bzrlib/errors.py:2327
5973
5796
msgid ""
5974
5797
"Testament did not match expected value.\n"
5975
5798
"       For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5976
5799
"       {%(measured)s}"
5977
5800
msgstr ""
5978
5801
 
5979
 
#: breezy/errors.py:2331
 
5802
#: bzrlib/errors.py:2339
5980
5803
msgid "Not a bzr revision-bundle: %(text)r"
5981
5804
msgstr ""
5982
5805
 
5983
 
#: breezy/errors.py:2340
 
5806
#: bzrlib/errors.py:2348
5984
5807
msgid "Bad bzr revision-bundle: %(text)r"
5985
5808
msgstr ""
5986
5809
 
5987
 
#: breezy/errors.py:2349
 
5810
#: bzrlib/errors.py:2357
5988
5811
msgid "Malformed bzr revision-bundle header: %(text)r"
5989
5812
msgstr ""
5990
5813
 
5991
 
#: breezy/errors.py:2354
 
5814
#: bzrlib/errors.py:2362
5992
5815
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5993
5816
msgstr ""
5994
5817
 
5995
 
#: breezy/errors.py:2359
 
5818
#: bzrlib/errors.py:2367
5996
5819
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5997
5820
msgstr ""
5998
5821
 
5999
 
#: breezy/errors.py:2364
 
5822
#: bzrlib/errors.py:2372
6000
5823
msgid "End of line marker was not \\n in bzr revision-bundle"
6001
5824
msgstr ""
6002
5825
 
6003
 
#: breezy/errors.py:2374
 
5826
#: bzrlib/errors.py:2382
6004
5827
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6005
5828
msgstr ""
6006
5829
 
6007
 
#: breezy/errors.py:2384
 
5830
#: bzrlib/errors.py:2392
6008
5831
msgid "Root class for inventory serialization errors"
6009
 
msgstr ""
 
5832
msgstr "Root class for inventory serialisation errors"
6010
5833
 
6011
 
#: breezy/errors.py:2388
 
5834
#: bzrlib/errors.py:2396
6012
5835
msgid ""
6013
5836
"The inventory was not in the expected format:\n"
6014
5837
" %(msg)s"
6015
5838
msgstr ""
6016
5839
 
6017
 
#: breezy/errors.py:2397
 
5840
#: bzrlib/errors.py:2405
6018
5841
msgid "This operation requires rich root data storage"
6019
5842
msgstr ""
6020
5843
 
6021
 
#: breezy/errors.py:2410
6022
 
msgid "Unrecognised value for BRZ_SSH environment variable: %(vendor)s"
 
5844
#: bzrlib/errors.py:2418
 
5845
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
6023
5846
msgstr ""
6024
5847
 
6025
 
#: breezy/errors.py:2419
 
5848
#: bzrlib/errors.py:2427
6026
5849
msgid ""
6027
 
"Don't know how to handle SSH connections. Please set BRZ_SSH environment "
 
5850
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
6028
5851
"variable."
6029
5852
msgstr ""
6030
5853
 
6031
 
#: breezy/errors.py:2426
 
5854
#: bzrlib/errors.py:2434
6032
5855
msgid ""
6033
5856
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6034
5857
"ghost at {%(ghost_revision_id)s}"
6035
5858
msgstr ""
6036
5859
 
6037
 
#: breezy/errors.py:2436
 
5860
#: bzrlib/errors.py:2444
6038
5861
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6039
5862
msgstr ""
6040
5863
 
6041
 
#: breezy/errors.py:2487
 
5864
#: bzrlib/errors.py:2495
6042
5865
msgid ""
6043
5866
"A merge directive must provide either a bundle or a public branch location."
6044
5867
msgstr ""
6045
5868
 
6046
 
#: breezy/errors.py:2494
 
5869
#: bzrlib/errors.py:2502
6047
5870
msgid "Bad merge directive payload %(start)r"
6048
5871
msgstr ""
6049
5872
 
6050
 
#: breezy/errors.py:2504
 
5873
#: bzrlib/errors.py:2512
6051
5874
msgid "Preview patch does not match requested changes."
6052
5875
msgstr ""
6053
5876
 
6054
 
#: breezy/errors.py:2510
 
5877
#: bzrlib/errors.py:2518
6055
5878
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6056
5879
msgstr ""
6057
5880
 
6058
 
#: breezy/errors.py:2520
 
5881
#: bzrlib/errors.py:2528
6059
5882
msgid ""
6060
5883
"Your branch does not have all of the revisions required in order to merge "
6061
5884
"this merge directive and the target location specified in the merge "
6062
5885
"directive is not a branch: %(location)s."
6063
5886
msgstr ""
6064
5887
 
6065
 
#: breezy/errors.py:2532
 
5888
#: bzrlib/errors.py:2540
6066
5889
msgid "Unsupported entry kind %(kind)s"
6067
 
msgstr ""
 
5890
msgstr "Unsupported entry type %(kind)s"
6068
5891
 
6069
 
#: breezy/errors.py:2540
 
5892
#: bzrlib/errors.py:2548
6070
5893
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6071
5894
msgstr ""
6072
5895
 
6073
 
#: breezy/errors.py:2550
 
5896
#: bzrlib/errors.py:2558
6074
5897
msgid "Subsume target %(other_tree)s needs to be upgraded."
6075
5898
msgstr ""
6076
5899
 
6077
 
#: breezy/errors.py:2569
 
5900
#: bzrlib/errors.py:2577
6078
5901
msgid "No such tag: %(tag_name)s"
6079
5902
msgstr ""
6080
5903
 
6081
 
#: breezy/errors.py:2577
 
5904
#: bzrlib/errors.py:2585
6082
5905
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6083
5906
msgstr ""
6084
5907
 
6085
 
#: breezy/errors.py:2586
 
5908
#: bzrlib/errors.py:2594
6086
5909
msgid "Tag %(tag_name)s already exists."
6087
5910
msgstr ""
6088
5911
 
6089
 
#: breezy/errors.py:2594
 
5912
#: bzrlib/errors.py:2602
6090
5913
msgid ""
6091
 
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
6092
 
"\" for more information on this feature."
 
5914
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
 
5915
"bugs\" for more information on this feature."
6093
5916
msgstr ""
6094
5917
 
6095
 
#: breezy/errors.py:2604
 
5918
#: bzrlib/errors.py:2612
6096
5919
msgid ""
6097
5920
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6098
5921
msgstr ""
6099
5922
 
6100
 
#: breezy/errors.py:2614
 
5923
#: bzrlib/errors.py:2622
6101
5924
msgid ""
6102
5925
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6103
5926
msgstr ""
6104
5927
 
6105
 
#: breezy/errors.py:2624
 
5928
#: bzrlib/errors.py:2632
6106
5929
msgid "Invalid line in bugs property: '%(line)s'"
6107
5930
msgstr ""
6108
5931
 
6109
 
#: breezy/errors.py:2632
 
5932
#: bzrlib/errors.py:2640
6110
5933
msgid "Invalid bug status: '%(status)s'"
6111
5934
msgstr ""
6112
5935
 
6113
 
#: breezy/errors.py:2640
 
5936
#: bzrlib/errors.py:2648
6114
5937
msgid "Could not understand response from smart server: %(response_tuple)r"
6115
5938
msgstr ""
6116
5939
 
6117
 
#: breezy/errors.py:2679
 
5940
#: bzrlib/errors.py:2687
6118
5941
msgid "Server sent an unexpected error: %(error_tuple)r"
6119
5942
msgstr ""
6120
5943
 
6121
 
#: breezy/errors.py:2698
 
5944
#: bzrlib/errors.py:2706
6122
5945
msgid "Unrecognised container format: %(container_format)r"
6123
5946
msgstr ""
6124
5947
 
6125
 
#: breezy/errors.py:2706
 
5948
#: bzrlib/errors.py:2714
6126
5949
msgid "Unexpected end of container stream"
6127
5950
msgstr ""
6128
5951
 
6129
 
#: breezy/errors.py:2711
 
5952
#: bzrlib/errors.py:2719
6130
5953
msgid "Unknown record type: %(record_type)r"
6131
5954
msgstr ""
6132
5955
 
6133
 
#: breezy/errors.py:2719
 
5956
#: bzrlib/errors.py:2727
6134
5957
msgid "Invalid record: %(reason)s"
6135
5958
msgstr ""
6136
5959
 
6137
 
#: breezy/errors.py:2727
 
5960
#: bzrlib/errors.py:2735
6138
5961
msgid "Container has data after end marker: %(excess)r"
6139
5962
msgstr ""
6140
5963
 
6141
 
#: breezy/errors.py:2735
 
5964
#: bzrlib/errors.py:2743
6142
5965
msgid "Container has multiple records with the same name: %(name)s"
6143
5966
msgstr ""
6144
5967
 
6145
 
#: breezy/errors.py:2748
 
5968
#: bzrlib/errors.py:2756
6146
5969
msgid "Corrupt or incompatible data stream: %(reason)s"
6147
5970
msgstr ""
6148
5971
 
6149
 
#: breezy/errors.py:2756
 
5972
#: bzrlib/errors.py:2764
6150
5973
msgid "SMTP error: %(error)s"
6151
5974
msgstr ""
6152
5975
 
6153
 
#: breezy/errors.py:2764
 
5976
#: bzrlib/errors.py:2772
6154
5977
msgid "No message supplied."
6155
5978
msgstr ""
6156
5979
 
6157
 
#: breezy/errors.py:2769
 
5980
#: bzrlib/errors.py:2777
6158
5981
msgid "No mail-to address (--mail-to) or output (-o) specified."
6159
5982
msgstr ""
6160
5983
 
6161
 
#: breezy/errors.py:2774
 
5984
#: bzrlib/errors.py:2782
6162
5985
msgid ""
6163
5986
"Unable to find mail client with the following names: "
6164
5987
"%(mail_command_list_string)s"
6165
5988
msgstr ""
6166
5989
 
6167
 
#: breezy/errors.py:2784
 
5990
#: bzrlib/errors.py:2792
6168
5991
msgid "SMTP connection to %(host)s refused"
6169
5992
msgstr ""
6170
5993
 
6171
 
#: breezy/errors.py:2793
 
5994
#: bzrlib/errors.py:2801
6172
5995
msgid "Please specify smtp_server.  No server at default %(host)s."
6173
5996
msgstr ""
6174
5997
 
6175
 
#: breezy/errors.py:2807
 
5998
#: bzrlib/errors.py:2815
6176
5999
msgid ""
6177
6000
"'%(display_url)s' is not in sync with %(target_url)s.  See bzr help sync-for-"
6178
6001
"reconfigure."
6179
6002
msgstr ""
6180
6003
 
6181
 
#: breezy/errors.py:2819
 
6004
#: bzrlib/errors.py:2827
6182
6005
msgid "'%(display_url)s' is already a branch."
6183
6006
msgstr ""
6184
6007
 
6185
 
#: breezy/errors.py:2824
 
6008
#: bzrlib/errors.py:2832
6186
6009
msgid "'%(display_url)s' is already a tree."
6187
6010
msgstr ""
6188
6011
 
6189
 
#: breezy/errors.py:2829
 
6012
#: bzrlib/errors.py:2837
6190
6013
msgid "'%(display_url)s' is already a checkout."
6191
6014
msgstr ""
6192
6015
 
6193
 
#: breezy/errors.py:2834
 
6016
#: bzrlib/errors.py:2842
6194
6017
msgid "'%(display_url)s' is already a lightweight checkout."
6195
6018
msgstr ""
6196
6019
 
6197
 
#: breezy/errors.py:2839
 
6020
#: bzrlib/errors.py:2847
6198
6021
msgid "'%(display_url)s' is already using a shared repository."
6199
6022
msgstr ""
6200
6023
 
6201
 
#: breezy/errors.py:2844
 
6024
#: bzrlib/errors.py:2852
6202
6025
msgid "'%(display_url)s' is already standalone."
6203
6026
msgstr ""
6204
6027
 
6205
 
#: breezy/errors.py:2849
 
6028
#: bzrlib/errors.py:2857
6206
6029
msgid "Shared repository '%(display_url)s' already creates working trees."
6207
6030
msgstr ""
6208
6031
 
6209
 
#: breezy/errors.py:2855
 
6032
#: bzrlib/errors.py:2863
6210
6033
msgid ""
6211
6034
"Shared repository '%(display_url)s' already doesn't create working trees."
6212
6035
msgstr ""
6213
6036
 
6214
 
#: breezy/errors.py:2861
 
6037
#: bzrlib/errors.py:2869
6215
6038
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6216
6039
msgstr ""
6217
6040
 
6218
 
#: breezy/errors.py:2866
 
6041
#: bzrlib/errors.py:2874
6219
6042
msgid "No location could be found to bind to at %(display_url)s."
6220
6043
msgstr ""
6221
6044
 
6222
 
#: breezy/errors.py:2871
6223
 
msgid ""
6224
 
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr status)."
6225
 
"%(more)s"
6226
 
msgstr ""
6227
 
 
6228
 
#: breezy/errors.py:2890
6229
 
msgid ""
6230
 
"Branch \"%(display_url)s\" does not support storing uncommitted changes."
6231
 
msgstr ""
6232
 
 
6233
 
#: breezy/errors.py:2905
6234
 
msgid ""
6235
 
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --list)."
6236
 
"%(more)s"
6237
 
msgstr ""
6238
 
 
6239
 
#: breezy/errors.py:2911
 
6045
#: bzrlib/errors.py:2879
 
6046
msgid ""
 
6047
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
 
6048
"status).%(more)s"
 
6049
msgstr ""
 
6050
 
 
6051
#: bzrlib/errors.py:2898
 
6052
msgid ""
 
6053
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
 
6054
"list).%(more)s"
 
6055
msgstr ""
 
6056
 
 
6057
#: bzrlib/errors.py:2904
6240
6058
msgid "Variable {%(name)s} is not available."
6241
6059
msgstr ""
6242
6060
 
6243
 
#: breezy/errors.py:2919
 
6061
#: bzrlib/errors.py:2912
6244
6062
msgid "No template specified."
6245
6063
msgstr ""
6246
6064
 
6247
 
#: breezy/errors.py:2924
 
6065
#: bzrlib/errors.py:2917
6248
6066
msgid "Unable to create symlink %(path_str)son this platform"
6249
6067
msgstr ""
6250
6068
 
6251
 
#: breezy/errors.py:2939
6252
 
msgid ""
6253
 
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", \"original"
6254
 
"\", \"local\"."
6255
 
msgstr ""
6256
 
 
6257
 
#: breezy/errors.py:2973
6258
 
msgid ""
6259
 
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6260
 
msgstr ""
6261
 
 
6262
 
#: breezy/errors.py:2985
 
6069
#: bzrlib/errors.py:2932
 
6070
msgid ""
 
6071
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
 
6072
"\"original\", \"local\"."
 
6073
msgstr ""
 
6074
 
 
6075
#: bzrlib/errors.py:2966
 
6076
msgid ""
 
6077
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
 
6078
msgstr ""
 
6079
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
 
6080
 
 
6081
#: bzrlib/errors.py:2978
6263
6082
msgid "The \"%(config_id)s\" configuration does not exist."
6264
6083
msgstr ""
6265
6084
 
6266
 
#: breezy/errors.py:2993
 
6085
#: bzrlib/errors.py:2986
6267
6086
msgid "The \"%(option_name)s\" configuration option does not exist."
6268
6087
msgstr ""
6269
6088
 
6270
 
#: breezy/errors.py:3001
 
6089
#: bzrlib/errors.py:2994
6271
6090
msgid "The alias \"%(alias_name)s\" does not exist."
6272
6091
msgstr ""
6273
6092
 
6274
 
#: breezy/errors.py:3015
 
6093
#: bzrlib/errors.py:3008
6275
6094
msgid "\"%(alias_name)s\" is not a valid location alias."
6276
6095
msgstr ""
6277
6096
 
6278
 
#: breezy/errors.py:3023
 
6097
#: bzrlib/errors.py:3016
6279
6098
msgid "No %(alias_name)s location assigned."
6280
6099
msgstr ""
6281
6100
 
6282
 
#: breezy/errors.py:3031
 
6101
#: bzrlib/errors.py:3024
6283
6102
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6284
6103
msgstr ""
6285
6104
 
6286
 
#: breezy/errors.py:3041
 
6105
#: bzrlib/errors.py:3034
6287
6106
msgid "Unknown rules detected: %(unknowns_str)s."
6288
6107
msgstr ""
6289
6108
 
6290
 
#: breezy/errors.py:3052
 
6109
#: bzrlib/errors.py:3045
6291
6110
msgid "Tip change rejected: %(msg)s"
6292
6111
msgstr ""
6293
6112
 
6294
 
#: breezy/errors.py:3060
 
6113
#: bzrlib/errors.py:3053
6295
6114
msgid "Shelf corrupt."
6296
6115
msgstr ""
6297
6116
 
6298
 
#: breezy/errors.py:3065
 
6117
#: bzrlib/errors.py:3058
6299
6118
msgid "Corruption while decompressing repository file%(orig_error)s"
6300
6119
msgstr ""
6301
6120
 
6302
 
#: breezy/errors.py:3077
 
6121
#: bzrlib/errors.py:3070
6303
6122
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6304
6123
msgstr ""
6305
6124
 
6306
 
#: breezy/errors.py:3085
 
6125
#: bzrlib/errors.py:3078
6307
6126
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6308
6127
msgstr ""
6309
6128
 
6310
 
#: breezy/errors.py:3093
6311
 
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
 
6129
#: bzrlib/errors.py:3086
 
6130
msgid ""
 
6131
"An attempt to access a url outside the server jail was made: '%(url)s'."
6312
6132
msgstr ""
6313
6133
 
6314
 
#: breezy/errors.py:3101
 
6134
#: bzrlib/errors.py:3094
6315
6135
msgid "The user aborted the operation."
6316
6136
msgstr ""
6317
6137
 
6318
 
#: breezy/errors.py:3106
 
6138
#: bzrlib/errors.py:3099
6319
6139
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6320
6140
msgstr ""
6321
6141
 
6322
 
#: breezy/errors.py:3116
 
6142
#: bzrlib/errors.py:3109
6323
6143
msgid "No such view: %(view_name)s."
6324
6144
msgstr ""
6325
6145
 
6326
 
#: breezy/errors.py:3126
 
6146
#: bzrlib/errors.py:3119
6327
6147
msgid ""
6328
6148
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6329
6149
"to a later format."
6330
6150
msgstr ""
6331
6151
 
6332
 
#: breezy/errors.py:3135
 
6152
#: bzrlib/errors.py:3128
6333
6153
msgid ""
6334
6154
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6335
6155
msgstr ""
6336
6156
 
6337
 
#: breezy/errors.py:3202
 
6157
#: bzrlib/errors.py:3195
6338
6158
msgid "%(bzrdir)r does not support co-located branches."
6339
6159
msgstr ""
6340
6160
 
6341
 
#: breezy/errors.py:3208
 
6161
#: bzrlib/errors.py:3201
6342
6162
msgid ""
6343
6163
"Unable to determine your name.\n"
6344
6164
"Please, set your name with the 'whoami' command.\n"
6345
6165
"E.g. bzr whoami \"Your Name <name@example.com>\""
6346
6166
msgstr ""
6347
6167
 
6348
 
#: breezy/errors.py:3217
 
6168
#: bzrlib/errors.py:3210
6349
6169
msgid "Invalid pattern(s) found. %(msg)s"
6350
6170
msgstr ""
6351
6171
 
6352
 
#: breezy/errors.py:3225
 
6172
#: bzrlib/errors.py:3218
6353
6173
msgid ""
6354
6174
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6355
6175
"unbind` to fix."
6356
6176
msgstr ""
6357
6177
 
6358
 
#: breezy/errors.py:3236
 
6178
#: bzrlib/errors.py:3229
6359
6179
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6360
6180
msgstr ""
6361
6181
 
6362
 
#: breezy/errors.py:3245
6363
 
msgid "Option \"%(name)s\" is not defined while expanding \"%(string)s\"."
6364
 
msgstr ""
6365
 
 
6366
 
#: breezy/errors.py:3254
6367
 
msgid "Option \"%(name)s\" is not allowed."
6368
 
msgstr ""
6369
 
 
6370
 
#: breezy/errors.py:3262
 
6182
#: bzrlib/errors.py:3238
 
6183
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
 
6184
msgstr ""
 
6185
 
 
6186
#: bzrlib/errors.py:3247
6371
6187
msgid ""
6372
6188
"No compatible object available for operations from %(source)r to %(target)r."
6373
6189
msgstr ""
6374
6190
 
6375
 
#: breezy/errors.py:3272
 
6191
#: bzrlib/errors.py:3257
6376
6192
msgid ""
6377
6193
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6378
6194
"%(arguments)s."
6379
6195
msgstr ""
6380
6196
 
6381
 
#: breezy/errors.py:3282
 
6197
#: bzrlib/errors.py:3267
6382
6198
msgid ""
6383
6199
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6384
6200
"format %(format)r"
6385
6201
msgstr ""
 
6202
"Type change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
 
6203
"format %(format)r"
6386
6204
 
6387
 
#: breezy/errors.py:3294
 
6205
#: bzrlib/errors.py:3279
6388
6206
msgid ""
6389
6207
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6390
6208
"plugin."
6391
6209
msgstr ""
6392
6210
 
6393
 
#: breezy/errors.py:3307
 
6211
#: bzrlib/errors.py:3292
6394
6212
msgid "Binary files section encountered."
6395
6213
msgstr ""
6396
6214
 
6397
 
#: breezy/errors.py:3315
 
6215
#: bzrlib/errors.py:3300
6398
6216
msgid ""
6399
6217
"Malformed patch header.  %(desc)s\n"
6400
6218
"%(line)r"
6401
6219
msgstr ""
6402
6220
 
6403
 
#: breezy/errors.py:3324
 
6221
#: bzrlib/errors.py:3309
6404
6222
msgid ""
6405
6223
"Malformed hunk header.  %(desc)s\n"
6406
6224
"%(line)r"
6407
6225
msgstr ""
6408
6226
 
6409
 
#: breezy/errors.py:3333
 
6227
#: bzrlib/errors.py:3318
6410
6228
msgid ""
6411
6229
"Malformed line.  %(desc)s\n"
6412
6230
"%(line)r"
6413
6231
msgstr ""
6414
6232
 
6415
 
#: breezy/errors.py:3343
 
6233
#: bzrlib/errors.py:3328
6416
6234
msgid ""
6417
6235
"Text contents mismatch at line %(line_no)d.  Original has \"%(orig_line)s\", "
6418
6236
"but patch says it should be \"%(patch_line)s\""
6419
6237
msgstr ""
6420
6238
 
6421
 
#: breezy/errors.py:3354
 
6239
#: bzrlib/errors.py:3339
6422
6240
msgid "The feature %(feature)s has already been registered."
6423
6241
msgstr ""
6424
6242
 
6425
 
#: breezy/errors.py:3362
6426
 
msgid ""
6427
 
"Cannot store uncommitted changes because this branch already stores "
6428
 
"uncommitted changes."
6429
 
msgstr ""
6430
 
 
6431
 
#: breezy/export_pot.py:252
 
6243
#: bzrlib/export_pot.py:252
6432
6244
#, python-format
6433
6245
msgid "Exporting messages from builtin command: %s"
6434
6246
msgstr ""
6435
6247
 
6436
 
#: breezy/export_pot.py:271
6437
 
#, python-brace-format
 
6248
#: bzrlib/export_pot.py:271
6438
6249
msgid "Exporting messages from plugin command: {0} in {1}"
6439
6250
msgstr ""
6440
6251
 
6441
 
#: breezy/export_pot.py:292
 
6252
#: bzrlib/export_pot.py:292
6442
6253
#, python-format
6443
6254
msgid "Exporting message from error: %s"
6444
6255
msgstr ""
6445
6256
 
6446
 
#: breezy/fetch.py:98
 
6257
#: bzrlib/fetch.py:98
6447
6258
msgid "Finding revisions"
6448
6259
msgstr ""
6449
6260
 
6450
 
#: breezy/fetch.py:103
 
6261
#: bzrlib/fetch.py:103
6451
6262
msgid "Fetching revisions"
6452
6263
msgstr ""
6453
6264
 
6454
 
#: breezy/foreign.py:262
 
6265
#: bzrlib/foreign.py:262
6455
6266
msgid "Push into a different VCS without any custom bzr metadata."
6456
6267
msgstr ""
6457
6268
 
6458
 
#: breezy/foreign.py:264
 
6269
#: bzrlib/foreign.py:264
6459
6270
msgid ""
6460
6271
"This will afterwards rebase the local branch on the remote\n"
6461
6272
"branch unless the --no-rebase option is used, in which case \n"
6462
6273
"the two branches will be out of sync after the push. "
6463
6274
msgstr ""
6464
6275
 
6465
 
# help of 'no-rebase' option of 'dpush' command
6466
 
#: breezy/foreign.py:277
 
6276
#: bzrlib/foreign.py:277
6467
6277
msgid "Do not rebase after push."
6468
6278
msgstr ""
6469
6279
 
6470
 
#: breezy/foreign.py:311
 
6280
#: bzrlib/foreign.py:311
6471
6281
#, python-format
6472
6282
msgid "Using saved location: %s\n"
6473
6283
msgstr ""
6474
6284
 
6475
 
#: breezy/foreign.py:321
 
6285
#: bzrlib/foreign.py:321
6476
6286
msgid ""
6477
6287
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6478
6288
"regular push."
6479
6289
msgstr ""
6480
6290
 
6481
 
#: breezy/gpg.py:358
6482
 
#, python-brace-format
 
6291
#: bzrlib/gpg.py:366
6483
6292
msgid "No GnuPG key results for pattern: {0}"
6484
6293
msgstr ""
6485
6294
 
6486
 
#: breezy/gpg.py:431
6487
 
#, python-brace-format
 
6295
#: bzrlib/gpg.py:439
6488
6296
msgid "{0} commits with valid signatures"
6489
6297
msgstr ""
6490
6298
 
6491
 
#: breezy/gpg.py:437
6492
 
#, python-brace-format
 
6299
#: bzrlib/gpg.py:445
6493
6300
msgid "{0} commit with unknown key"
6494
6301
msgid_plural "{0} commits with unknown keys"
6495
6302
msgstr[0] ""
6496
6303
msgstr[1] ""
6497
6304
 
6498
 
#: breezy/gpg.py:445
6499
 
#, python-brace-format
 
6305
#: bzrlib/gpg.py:453
6500
6306
msgid "{0} commit not valid"
6501
6307
msgid_plural "{0} commits not valid"
6502
6308
msgstr[0] ""
6503
6309
msgstr[1] ""
6504
6310
 
6505
 
#: breezy/gpg.py:453
6506
 
#, python-brace-format
 
6311
#: bzrlib/gpg.py:461
6507
6312
msgid "{0} commit not signed"
6508
6313
msgid_plural "{0} commits not signed"
6509
6314
msgstr[0] ""
6510
6315
msgstr[1] ""
6511
6316
 
6512
 
#: breezy/gpg.py:461
6513
 
#, python-brace-format
 
6317
#: bzrlib/gpg.py:469
6514
6318
msgid "{0} commit with key now expired"
6515
6319
msgid_plural "{0} commits with key now expired"
6516
6320
msgstr[0] ""
6517
6321
msgstr[1] ""
6518
6322
 
6519
 
#: breezy/gpg.py:481
6520
 
#, python-brace-format
 
6323
#: bzrlib/gpg.py:489
6521
6324
msgid "{0} commit by author {1} with key {2} now expired"
6522
6325
msgid_plural "{0} commits by author {1} with key {2} now expired"
6523
6326
msgstr[0] ""
6524
6327
msgstr[1] ""
6525
6328
 
6526
 
#: breezy/gpg.py:497
6527
 
#, python-brace-format
 
6329
#: bzrlib/gpg.py:505
6528
6330
msgid "{0} signed {1} commit"
6529
6331
msgid_plural "{0} signed {1} commits"
6530
6332
msgstr[0] ""
6531
6333
msgstr[1] ""
6532
6334
 
6533
 
#: breezy/gpg.py:514 breezy/gpg.py:531
6534
 
#, python-brace-format
 
6335
#: bzrlib/gpg.py:522 bzrlib/gpg.py:539
6535
6336
msgid "{0} commit by author {1}"
6536
6337
msgid_plural "{0} commits by author {1}"
6537
6338
msgstr[0] ""
6538
6339
msgstr[1] ""
6539
6340
 
6540
 
#: breezy/gpg.py:546
6541
 
#, python-brace-format
 
6341
#: bzrlib/gpg.py:554
6542
6342
msgid "Unknown key {0} signed {1} commit"
6543
6343
msgid_plural "Unknown key {0} signed {1} commits"
6544
6344
msgstr[0] ""
6545
6345
msgstr[1] ""
6546
6346
 
6547
 
#: breezy/groupcompress.py:1739
 
6347
#: bzrlib/groupcompress.py:1739
6548
6348
#, python-format
6549
6349
msgid "Insert claimed random_id=True, but then inserted %r two times"
6550
6350
msgstr ""
6551
6351
 
6552
 
#: breezy/hooks.py:313
 
6352
#: bzrlib/hooks.py:313
6553
6353
#, python-format
6554
6354
msgid "Introduced in: %s"
6555
6355
msgstr ""
6556
6356
 
6557
 
#: breezy/hooks.py:316
 
6357
#: bzrlib/hooks.py:316
6558
6358
#, python-format
6559
6359
msgid "Deprecated in: %s"
6560
6360
msgstr ""
6561
6361
 
6562
 
#: breezy/knit.py:1766 breezy/knit.py:1802
 
6362
#: bzrlib/knit.py:1766 bzrlib/knit.py:1802
6563
6363
msgid "Walking content"
6564
6364
msgstr ""
6565
6365
 
6566
 
#: breezy/knit.py:3330
 
6366
#: bzrlib/knit.py:3330
6567
6367
msgid "annotating"
6568
6368
msgstr ""
6569
6369
 
6570
 
#: breezy/lock.py:549
 
6370
#: bzrlib/lock.py:548
6571
6371
msgid "{0!r} was {1} locked again"
6572
6372
msgstr ""
6573
6373
 
6574
 
#: breezy/lockdir.py:321
 
6374
#: bzrlib/lockdir.py:321
6575
6375
#, python-format
6576
6376
msgid "error removing pending lock: %s"
6577
6377
msgstr ""
6578
6378
 
6579
 
#: breezy/lockdir.py:616
 
6379
#: bzrlib/lockdir.py:616
6580
6380
msgid "Unable to obtain"
6581
6381
msgstr ""
6582
6382
 
6583
 
#: breezy/lockdir.py:618
 
6383
#: bzrlib/lockdir.py:618
6584
6384
msgid "Lock owner changed for"
6585
6385
msgstr ""
6586
6386
 
6587
 
#: breezy/lockdir.py:620
6588
 
#, python-brace-format
 
6387
#: bzrlib/lockdir.py:620
6589
6388
msgid "{0} lock {1} {2}."
6590
6389
msgstr ""
6591
6390
 
6592
 
#: breezy/lockdir.py:627
 
6391
#: bzrlib/lockdir.py:627
6593
6392
#, python-format
6594
6393
msgid "Will continue to try until %s, unless you press Ctrl-C."
6595
6394
msgstr ""
6596
6395
 
6597
 
#: breezy/lockdir.py:629
 
6396
#: bzrlib/lockdir.py:629
6598
6397
msgid "See \"bzr help break-lock\" for more."
6599
6398
msgstr ""
6600
6399
 
6601
 
#: breezy/lockdir.py:739
 
6400
#: bzrlib/lockdir.py:739
6602
6401
#, python-format
6603
6402
msgid ""
6604
6403
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6605
6404
msgstr ""
6606
6405
 
6607
 
#: breezy/log.py:563
 
6406
#: bzrlib/log.py:563
6608
6407
msgid "--exclude-common-ancestry requires two different revisions"
6609
6408
msgstr ""
6610
6409
 
6611
 
#: breezy/log.py:565
 
6410
#: bzrlib/log.py:565
6612
6411
#, python-format
6613
6412
msgid "invalid direction %r"
6614
6413
msgstr ""
6615
6414
 
6616
 
#: breezy/log.py:653
 
6415
#: bzrlib/log.py:653
6617
6416
msgid "Start revision not found in history of end revision."
6618
6417
msgstr ""
6619
6418
 
6620
 
#: breezy/log.py:1071 breezy/log.py:1129
 
6419
#: bzrlib/log.py:1071 bzrlib/log.py:1129
6621
6420
msgid "Logging revision 0 is invalid."
6622
6421
msgstr ""
6623
6422
 
6624
 
#: breezy/log.py:1073 breezy/log.py:1131
 
6423
#: bzrlib/log.py:1073 bzrlib/log.py:1131
6625
6424
msgid "Start revision must be older than the end revision."
6626
6425
msgstr ""
6627
6426
 
6628
 
#: breezy/log.py:1818
 
6427
#: bzrlib/log.py:1818
6629
6428
#, python-format
6630
6429
msgid "unknown log formatter: %r"
6631
6430
msgstr ""
6632
6431
 
6633
 
#: breezy/log.py:2114
 
6432
#: bzrlib/log.py:2114
6634
6433
msgid "fixes bug"
6635
6434
msgid_plural "fixes bugs"
6636
6435
msgstr[0] ""
6637
6436
msgstr[1] ""
6638
6437
 
6639
 
#: breezy/merge.py:689
 
6438
#: bzrlib/merge.py:689
6640
6439
msgid "All changes applied successfully."
6641
6440
msgstr ""
6642
6441
 
6643
 
#: breezy/merge.py:691
 
6442
#: bzrlib/merge.py:691
6644
6443
#, python-format
6645
6444
msgid "%d conflicts encountered."
6646
6445
msgstr ""
6647
6446
 
6648
 
#: breezy/merge.py:845 breezy/merge.py:1868
 
6447
#: bzrlib/merge.py:845 bzrlib/merge.py:1868
6649
6448
msgid "Preparing file merge"
6650
6449
msgstr ""
6651
6450
 
6652
 
#: breezy/multiparent.py:426
 
6451
#: bzrlib/multiparent.py:426
6653
6452
msgid "Importing revisions"
6654
6453
msgstr ""
6655
6454
 
6656
 
# help of 'help' option
6657
 
#: breezy/option.py:526
 
6455
#: bzrlib/option.py:526
6658
6456
msgid "Show help message."
6659
6457
msgstr ""
6660
6458
 
6661
 
# help of 'quiet' option
6662
 
#: breezy/option.py:528
 
6459
#: bzrlib/option.py:528
6663
6460
msgid "Only display errors and warnings."
6664
6461
msgstr ""
6665
6462
 
6666
 
# help of 'usage' option
6667
 
#: breezy/option.py:531
 
6463
#: bzrlib/option.py:531
6668
6464
msgid "Show usage message and options."
6669
6465
msgstr ""
6670
6466
 
6671
 
# help of 'verbose' option
6672
 
#: breezy/option.py:533
 
6467
#: bzrlib/option.py:533
6673
6468
msgid "Display more information."
6674
6469
msgstr ""
6675
6470
 
6676
 
# help of 'change' option
6677
 
#: breezy/option.py:541
 
6471
#: bzrlib/option.py:541
6678
6472
msgid ""
6679
6473
"Select changes introduced by the specified revision. See also \"help "
6680
6474
"revisionspec\"."
6681
6475
msgstr ""
6682
6476
 
6683
 
# help of 'directory' option
6684
 
#: breezy/option.py:543
 
6477
#: bzrlib/option.py:543
6685
6478
msgid "Branch to operate on, instead of working directory."
6686
6479
msgstr ""
6687
6480
 
6688
 
# help of 'log-format=long' option
6689
 
#: breezy/option.py:545
 
6481
#: bzrlib/option.py:545
6690
6482
msgid "Detailed log format."
6691
6483
msgstr ""
6692
6484
 
6693
 
# help of 'log-format=gnu-changelog' option
6694
 
#: breezy/option.py:545
 
6485
#: bzrlib/option.py:545
6695
6486
msgid "Format used by GNU ChangeLog files."
6696
6487
msgstr ""
6697
6488
 
6698
 
# help of 'log-format=line' option
6699
 
#: breezy/option.py:545
 
6489
#: bzrlib/option.py:545
6700
6490
msgid "Log format with one line per revision."
6701
6491
msgstr ""
6702
6492
 
6703
 
# help of 'log-format=short' option
6704
 
#: breezy/option.py:545
 
6493
#: bzrlib/option.py:545
6705
6494
msgid "Moderately short log format."
6706
6495
msgstr ""
6707
6496
 
6708
 
# help of 'log-format' option
6709
 
#: breezy/option.py:545
 
6497
#: bzrlib/option.py:545
6710
6498
msgid "Use specified log format."
6711
6499
msgstr ""
6712
6500
 
6713
 
# title of 'log-format' option
6714
 
#: breezy/option.py:547
 
6501
#: bzrlib/option.py:547
6715
6502
msgid "Log format"
6716
6503
msgstr ""
6717
6504
 
6718
 
# help of 'merge-type=lca' option
6719
 
#: breezy/option.py:549
 
6505
#: bzrlib/option.py:549
6720
6506
msgid "LCA-newness merge."
6721
6507
msgstr ""
6722
6508
 
6723
 
# help of 'merge-type=diff3' option
6724
 
#: breezy/option.py:549
 
6509
#: bzrlib/option.py:549
6725
6510
msgid "Merge using external diff3."
6726
6511
msgstr ""
6727
6512
 
6728
 
# help of 'merge-type=merge3' option
6729
 
#: breezy/option.py:549
 
6513
#: bzrlib/option.py:549
6730
6514
msgid "Native diff3-style merge."
6731
6515
msgstr ""
6732
6516
 
6733
 
# help of 'merge-type' option
6734
 
#: breezy/option.py:549
 
6517
#: bzrlib/option.py:549
6735
6518
msgid "Select a particular merge algorithm."
6736
6519
msgstr ""
6737
6520
 
6738
 
# help of 'merge-type=weave' option
6739
 
#: breezy/option.py:549
 
6521
#: bzrlib/option.py:549
6740
6522
msgid "Weave-based merge."
6741
6523
msgstr ""
6742
6524
 
6743
 
# title of 'merge-type' option
6744
 
#: breezy/option.py:551
 
6525
#: bzrlib/option.py:551
6745
6526
msgid "Merge algorithm"
6746
6527
msgstr ""
6747
6528
 
6748
 
# help of 'message' option
6749
 
#: breezy/option.py:554
 
6529
#: bzrlib/option.py:554
6750
6530
msgid "Message string."
6751
6531
msgstr ""
6752
6532
 
6753
 
# help of 'null' option
6754
 
#: breezy/option.py:556
 
6533
#: bzrlib/option.py:556
6755
6534
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6756
6535
msgstr ""
6757
6536
 
6758
 
# help of 'overwrite' option
6759
 
#: breezy/option.py:558
 
6537
#: bzrlib/option.py:558
6760
6538
msgid "Ignore differences between branches and overwrite unconditionally."
6761
6539
msgstr ""
6762
6540
 
6763
 
# help of 'remember' option
6764
 
#: breezy/option.py:560
 
6541
#: bzrlib/option.py:560
6765
6542
msgid "Remember the specified location as a default."
6766
6543
msgstr ""
6767
6544
 
6768
 
# help of 'reprocess' option
6769
 
#: breezy/option.py:562
 
6545
#: bzrlib/option.py:562
6770
6546
msgid "Reprocess to reduce spurious conflicts."
6771
6547
msgstr ""
6772
6548
 
6773
 
# help of 'revision' option
6774
 
#: breezy/option.py:566
 
6549
#: bzrlib/option.py:566
6775
6550
msgid "See \"help revisionspec\" for details."
6776
6551
msgstr ""
6777
6552
 
6778
 
# help of 'show-ids' option
6779
 
#: breezy/option.py:568
 
6553
#: bzrlib/option.py:568
6780
6554
msgid "Show internal object ids."
6781
6555
msgstr ""
6782
6556
 
6783
 
# help of 'timezone' option
6784
 
#: breezy/option.py:571
 
6557
#: bzrlib/option.py:571
6785
6558
msgid "Display timezone as local, original, or utc."
6786
6559
msgstr ""
6787
6560
 
6788
 
#: breezy/osutils.py:101
 
6561
#: bzrlib/osutils.py:100
6789
6562
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6790
6563
msgstr ""
6791
6564
 
6792
 
#: breezy/osutils.py:221
 
6565
#: bzrlib/osutils.py:220
6793
6566
msgid "lstat/stat of ({0!r}): {1!r}"
6794
6567
msgstr ""
6795
6568
 
6796
 
#: breezy/osutils.py:1041 breezy/osutils.py:1052
 
6569
#: bzrlib/osutils.py:1030 bzrlib/osutils.py:1041
6797
6570
#, python-format
6798
6571
msgid "sorry, %r not allowed in path"
6799
6572
msgstr ""
6800
6573
 
6801
 
#: breezy/osutils.py:1270
 
6574
#: bzrlib/osutils.py:1259
6802
6575
#, python-format
6803
6576
msgid "%r is too short to calculate a relative path"
6804
6577
msgstr ""
6805
6578
 
6806
 
#: breezy/plugin.py:143
 
6579
#: bzrlib/plugin.py:143
6807
6580
#, python-format
6808
6581
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6809
6582
msgstr ""
6810
6583
 
6811
 
# help of 'plugin' option of 'bash-completion' command
6812
 
#: breezy/plugins/bash_completion/bashcomp.py:411
 
6584
#: bzrlib/plugins/bash_completion/bashcomp.py:411
6813
6585
msgid "Enable completions for the selected plugin (default: all plugins)"
6814
6586
msgstr ""
6815
6587
 
6816
 
#: breezy/plugins/bash_completion/bashcomp.py:412
 
6588
#: bzrlib/plugins/bash_completion/bashcomp.py:412
6817
6589
msgid "Generate a shell function for bash command line completion."
6818
6590
msgstr ""
6819
6591
 
6820
 
#: breezy/plugins/bash_completion/bashcomp.py:414
 
6592
#: bzrlib/plugins/bash_completion/bashcomp.py:414
6821
6593
msgid ""
6822
6594
"This command generates a shell function which can be used by bash to\n"
6823
6595
"automatically complete the currently typed command when the user presses\n"
6824
6596
"the completion key (usually tab)."
6825
6597
msgstr ""
6826
6598
 
6827
 
#: breezy/plugins/bash_completion/bashcomp.py:418
 
6599
#: bzrlib/plugins/bash_completion/bashcomp.py:418
6828
6600
msgid ""
6829
6601
"Commonly used like this:\n"
6830
6602
"    eval \"`bzr bash-completion`\""
6831
6603
msgstr ""
6832
6604
 
6833
 
# help of 'function-name' option of 'bash-completion' command
6834
 
#: breezy/plugins/bash_completion/bashcomp.py:424
 
6605
#: bzrlib/plugins/bash_completion/bashcomp.py:424
6835
6606
msgid "Name of the generated function (default: _bzr)"
6836
6607
msgstr ""
6837
6608
 
6838
 
# help of 'function-only' option of 'bash-completion' command
6839
 
#: breezy/plugins/bash_completion/bashcomp.py:426
 
6609
#: bzrlib/plugins/bash_completion/bashcomp.py:426
6840
6610
msgid "Generate only the shell function, don't enable it"
6841
6611
msgstr ""
6842
6612
 
6843
 
#: breezy/plugins/grep/cmds.py:77
6844
 
msgid "Print lines matching PATTERN for specified files and revisions."
6845
 
msgstr ""
6846
 
 
6847
 
#: breezy/plugins/grep/cmds.py:79
6848
 
msgid ""
6849
 
"This command searches the specified files and revisions for a given\n"
6850
 
"pattern.  The pattern is specified as a Python regular expressions[1]."
6851
 
msgstr ""
6852
 
 
6853
 
#: breezy/plugins/grep/cmds.py:82
6854
 
msgid ""
6855
 
"If the file name is not specified, the revisions starting with the\n"
6856
 
"current directory are searched recursively. If the revision number is\n"
6857
 
"not specified, the working copy is searched. To search the last committed\n"
6858
 
"revision, use the '-r -1' or '-r last:1' option."
6859
 
msgstr ""
6860
 
 
6861
 
#: breezy/plugins/grep/cmds.py:87
6862
 
msgid ""
6863
 
"Unversioned files are not searched unless explicitly specified on the\n"
6864
 
"command line. Unversioned directores are not searched."
6865
 
msgstr ""
6866
 
 
6867
 
#: breezy/plugins/grep/cmds.py:90
6868
 
msgid ""
6869
 
"When searching a pattern, the output is shown in the 'filepath:string'\n"
6870
 
"format. If a revision is explicitly searched, the output is shown as\n"
6871
 
"'filepath~N:string', where N is the revision number."
6872
 
msgstr ""
6873
 
 
6874
 
#: breezy/plugins/grep/cmds.py:94
6875
 
msgid ""
6876
 
"--include and --exclude options can be used to search only (or exclude\n"
6877
 
"from search) files with base name matches the specified Unix style GLOB\n"
6878
 
"pattern.  The GLOB pattern an use *, ?, and [...] as wildcards, and \\\n"
6879
 
"to quote wildcard or backslash character literally. Note that the glob\n"
6880
 
"pattern is not a regular expression."
6881
 
msgstr ""
6882
 
 
6883
 
#: breezy/plugins/grep/cmds.py:100
6884
 
msgid "[1] http://docs.python.org/library/re.html#regular-expression-syntax"
6885
 
msgstr ""
6886
 
 
6887
 
# help of 'color' option of 'grep' command
6888
 
#: breezy/plugins/grep/cmds.py:109
6889
 
msgid "Show match in color. WHEN is never, always or auto."
6890
 
msgstr ""
6891
 
 
6892
 
# help of 'diff' option of 'grep' command
6893
 
#: breezy/plugins/grep/cmds.py:111
6894
 
msgid "Grep for pattern in changeset for each revision."
6895
 
msgstr ""
6896
 
 
6897
 
# help of 'exclude' option of 'grep' command
6898
 
#: breezy/plugins/grep/cmds.py:113
6899
 
msgid "Skip files whose base name matches GLOB."
6900
 
msgstr ""
6901
 
 
6902
 
# help of 'include' option of 'grep' command
6903
 
#: breezy/plugins/grep/cmds.py:115
6904
 
msgid "Search only files whose base name matches GLOB."
6905
 
msgstr ""
6906
 
 
6907
 
# help of 'files-with-matches' option of 'grep' command
6908
 
#: breezy/plugins/grep/cmds.py:117
6909
 
msgid "Print only the name of each input file in which PATTERN is found."
6910
 
msgstr ""
6911
 
 
6912
 
# help of 'files-without-match' option of 'grep' command
6913
 
#: breezy/plugins/grep/cmds.py:120
6914
 
msgid "Print only the name of each input file in which PATTERN is not found."
6915
 
msgstr ""
6916
 
 
6917
 
# help of 'fixed-string' option of 'grep' command
6918
 
#: breezy/plugins/grep/cmds.py:123
6919
 
msgid "Interpret PATTERN is a single fixed string (not regex)."
6920
 
msgstr ""
6921
 
 
6922
 
# help of 'from-root' option of 'grep' command
6923
 
#: breezy/plugins/grep/cmds.py:125
6924
 
msgid ""
6925
 
"Search for pattern starting from the root of the branch. (implies --"
6926
 
"recursive)"
6927
 
msgstr ""
6928
 
 
6929
 
# help of 'ignore-case' option of 'grep' command
6930
 
#: breezy/plugins/grep/cmds.py:128
6931
 
msgid "ignore case distinctions while matching."
6932
 
msgstr ""
6933
 
 
6934
 
# help of 'levels' option of 'grep' command
6935
 
#: breezy/plugins/grep/cmds.py:130
6936
 
msgid ""
6937
 
"Number of levels to display - 0 for all, 1 for collapsed (1 is default)."
6938
 
msgstr ""
6939
 
 
6940
 
# help of 'line-number' option of 'grep' command
6941
 
#: breezy/plugins/grep/cmds.py:135
6942
 
msgid "show 1-based line number."
6943
 
msgstr ""
6944
 
 
6945
 
# help of 'no-recursive' option of 'grep' command
6946
 
#: breezy/plugins/grep/cmds.py:137
6947
 
msgid "Don't recurse into subdirectories. (default is --recursive)"
6948
 
msgstr ""
6949
 
 
6950
 
# help of 'null' option of 'grep' command
6951
 
#: breezy/plugins/grep/cmds.py:139
6952
 
msgid ""
6953
 
"Write an ASCII NUL (\\0) separator between output lines rather than a "
6954
 
"newline."
6955
 
msgstr ""
6956
 
 
6957
 
#: breezy/plugins/launchpad/account.py:66
 
6613
#: bzrlib/plugins/launchpad/account.py:66
6958
6614
msgid "Setting ssh/sftp usernames for launchpad.net."
6959
6615
msgstr ""
6960
6616
 
6961
 
#: breezy/plugins/launchpad/cmds.py:43
 
6617
#: bzrlib/plugins/launchpad/cmds.py:44
6962
6618
msgid "Register a branch with launchpad.net."
6963
6619
msgstr ""
6964
6620
 
6965
 
#: breezy/plugins/launchpad/cmds.py:45
 
6621
#: bzrlib/plugins/launchpad/cmds.py:46
6966
6622
msgid ""
6967
6623
"This command lists a bzr branch in the directory of branches on\n"
6968
6624
"launchpad.net.  Registration allows the branch to be associated with\n"
6969
6625
"bugs or specifications."
6970
6626
msgstr ""
6971
6627
 
6972
 
#: breezy/plugins/launchpad/cmds.py:49
 
6628
#: bzrlib/plugins/launchpad/cmds.py:50
6973
6629
msgid ""
6974
6630
"Before using this command you must register the project to which the\n"
6975
6631
"branch belongs, and create an account for yourself on launchpad.net."
6976
6632
msgstr ""
6977
6633
 
6978
 
#: breezy/plugins/launchpad/cmds.py:52
 
6634
#: bzrlib/plugins/launchpad/cmds.py:53
6979
6635
msgid ""
6980
6636
"arguments:\n"
6981
6637
"    public_url: The publicly visible url for the branch to register.\n"
6987
6643
"                otherwise error."
6988
6644
msgstr ""
6989
6645
 
6990
 
#: breezy/plugins/launchpad/cmds.py:61
 
6646
#: bzrlib/plugins/launchpad/cmds.py:62
6991
6647
msgid ""
6992
6648
"example:\n"
6993
6649
"    bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
6994
6650
"            --project fooproject"
6995
6651
msgstr ""
6996
6652
 
6997
 
# help of 'project' option of 'register-branch' command
6998
 
#: breezy/plugins/launchpad/cmds.py:68
 
6653
#: bzrlib/plugins/launchpad/cmds.py:69
6999
6654
msgid "Launchpad project short name to associate with the branch."
7000
6655
msgstr ""
7001
6656
 
7002
 
# help of 'branch-name' option of 'register-branch' command
7003
 
#: breezy/plugins/launchpad/cmds.py:75
 
6657
#: bzrlib/plugins/launchpad/cmds.py:76
7004
6658
msgid ""
7005
6659
"Short name for the branch; by default taken from the last component of the "
7006
6660
"url."
7007
6661
msgstr ""
7008
6662
 
7009
 
# help of 'branch-title' option of 'register-branch' command
7010
 
#: breezy/plugins/launchpad/cmds.py:79
 
6663
#: bzrlib/plugins/launchpad/cmds.py:80
7011
6664
msgid "One-sentence description of the branch."
7012
6665
msgstr ""
7013
6666
 
7014
 
# help of 'branch-description' option of 'register-branch' command
7015
 
#: breezy/plugins/launchpad/cmds.py:82
 
6667
#: bzrlib/plugins/launchpad/cmds.py:83
7016
6668
msgid "Longer description of the purpose or contents of the branch."
7017
6669
msgstr ""
7018
6670
 
7019
 
# help of 'author' option of 'register-branch' command
7020
 
#: breezy/plugins/launchpad/cmds.py:85
 
6671
#: bzrlib/plugins/launchpad/cmds.py:86
7021
6672
msgid "Branch author's email address, if not yourself."
7022
6673
msgstr ""
7023
6674
 
7024
 
# help of 'link-bug' option of 'register-branch' command
7025
 
#: breezy/plugins/launchpad/cmds.py:88
 
6675
#: bzrlib/plugins/launchpad/cmds.py:89
7026
6676
msgid "The bug this branch fixes."
7027
6677
msgstr ""
7028
6678
 
7029
 
# help of 'dry-run' option of 'register-branch' command
7030
 
#: breezy/plugins/launchpad/cmds.py:91
 
6679
#: bzrlib/plugins/launchpad/cmds.py:92
7031
6680
msgid "Prepare the request but don't actually send it."
7032
6681
msgstr ""
7033
6682
 
7034
 
#: breezy/plugins/launchpad/cmds.py:113
 
6683
#: bzrlib/plugins/launchpad/cmds.py:114
7035
6684
msgid ""
7036
6685
"register-branch requires a public branch url - see bzr help register-branch."
7037
6686
msgstr ""
7038
6687
 
7039
 
#: breezy/plugins/launchpad/cmds.py:121
 
6688
#: bzrlib/plugins/launchpad/cmds.py:122
7040
6689
msgid "--product is deprecated; please use --project."
7041
6690
msgstr ""
7042
6691
 
7043
 
#: breezy/plugins/launchpad/cmds.py:151
 
6692
#: bzrlib/plugins/launchpad/cmds.py:152
7044
6693
msgid "Open a Launchpad branch page in your web browser."
7045
6694
msgstr ""
7046
6695
 
7047
 
# help of 'dry-run' option of 'launchpad-open' command
7048
 
#: breezy/plugins/launchpad/cmds.py:156
 
6696
#: bzrlib/plugins/launchpad/cmds.py:157
7049
6697
msgid "Do not actually open the browser. Just say the URL we would use."
7050
6698
msgstr ""
7051
6699
 
7052
 
#: breezy/plugins/launchpad/cmds.py:191
 
6700
#: bzrlib/plugins/launchpad/cmds.py:192
7053
6701
#, python-format
7054
6702
msgid "Opening %s in web browser"
7055
6703
msgstr ""
7056
6704
 
7057
 
#: breezy/plugins/launchpad/cmds.py:199
 
6705
#: bzrlib/plugins/launchpad/cmds.py:200
7058
6706
msgid "Show or set the Launchpad user ID."
7059
6707
msgstr ""
7060
6708
 
7061
 
#: breezy/plugins/launchpad/cmds.py:201
 
6709
#: bzrlib/plugins/launchpad/cmds.py:202
7062
6710
msgid ""
7063
6711
"When communicating with Launchpad, some commands need to know your\n"
7064
6712
"Launchpad user ID.  This command can be used to set or show the\n"
7065
6713
"user ID that Bazaar will use for such communication."
7066
6714
msgstr ""
7067
6715
 
7068
 
#: breezy/plugins/launchpad/cmds.py:205
 
6716
#: bzrlib/plugins/launchpad/cmds.py:206
7069
6717
msgid ""
7070
6718
":Examples:\n"
7071
6719
"  Show the Launchpad ID of the current user::"
7072
6720
msgstr ""
7073
6721
 
7074
 
#: breezy/plugins/launchpad/cmds.py:208
 
6722
#: bzrlib/plugins/launchpad/cmds.py:209
7075
6723
msgid "      bzr launchpad-login"
7076
6724
msgstr ""
7077
6725
 
7078
 
#: breezy/plugins/launchpad/cmds.py:210
 
6726
#: bzrlib/plugins/launchpad/cmds.py:211
7079
6727
msgid "  Set the Launchpad ID of the current user to 'bob'::"
7080
6728
msgstr ""
7081
6729
 
7082
 
#: breezy/plugins/launchpad/cmds.py:212
 
6730
#: bzrlib/plugins/launchpad/cmds.py:213
7083
6731
msgid "      bzr launchpad-login bob"
7084
6732
msgstr ""
7085
6733
 
7086
 
# help of 'no-check' option of 'launchpad-login' command
7087
 
#: breezy/plugins/launchpad/cmds.py:219
 
6734
#: bzrlib/plugins/launchpad/cmds.py:220
7088
6735
msgid "Don't check that the user name is valid."
7089
6736
msgstr ""
7090
6737
 
7091
 
#: breezy/plugins/launchpad/cmds.py:234 breezy/plugins/launchpad/cmds.py:245
 
6738
#: bzrlib/plugins/launchpad/cmds.py:235 bzrlib/plugins/launchpad/cmds.py:246
7092
6739
msgid "Launchpad user ID exists and has SSH keys.\n"
7093
6740
msgstr ""
7094
6741
 
7095
 
#: breezy/plugins/launchpad/cmds.py:237
 
6742
#: bzrlib/plugins/launchpad/cmds.py:238
7096
6743
msgid "No Launchpad user ID configured.\n"
7097
6744
msgstr ""
7098
6745
 
7099
 
#: breezy/plugins/launchpad/cmds.py:248
 
6746
#: bzrlib/plugins/launchpad/cmds.py:249
7100
6747
#, python-format
7101
6748
msgid "Launchpad user ID set to '%s'.\n"
7102
6749
msgstr ""
7103
6750
 
7104
 
#: breezy/plugins/launchpad/cmds.py:254
 
6751
#: bzrlib/plugins/launchpad/cmds.py:255
7105
6752
msgid "Ask Launchpad to mirror a branch now."
7106
6753
msgstr ""
7107
6754
 
7108
 
#: breezy/plugins/launchpad/cmds.py:271
 
6755
#: bzrlib/plugins/launchpad/cmds.py:272
7109
6756
msgid "Propose merging a branch on Launchpad."
7110
6757
msgstr ""
7111
6758
 
7112
 
#: breezy/plugins/launchpad/cmds.py:273
 
6759
#: bzrlib/plugins/launchpad/cmds.py:274
7113
6760
msgid ""
7114
6761
"This will open your usual editor to provide the initial comment.  When it\n"
7115
6762
"has created the proposal, it will open it in your default web browser."
7116
6763
msgstr ""
7117
6764
 
7118
 
#: breezy/plugins/launchpad/cmds.py:276
 
6765
#: bzrlib/plugins/launchpad/cmds.py:277
7119
6766
msgid ""
7120
6767
"The branch will be proposed to merge into SUBMIT_BRANCH.  If SUBMIT_BRANCH\n"
7121
6768
"is not supplied, the remembered submit branch will be used.  If no submit\n"
7122
6769
"branch is remembered, the development focus will be used."
7123
6770
msgstr ""
7124
6771
 
7125
 
#: breezy/plugins/launchpad/cmds.py:280
 
6772
#: bzrlib/plugins/launchpad/cmds.py:281
7126
6773
msgid ""
7127
6774
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7128
6775
"the merge proposal.  This can be overriden by specifying --review (-R).\n"
7130
6777
"may optionally be followed by '=' and the review type.  For example:"
7131
6778
msgstr ""
7132
6779
 
7133
 
#: breezy/plugins/launchpad/cmds.py:285
 
6780
#: bzrlib/plugins/launchpad/cmds.py:286
7134
6781
msgid "  bzr lp-propose-merge --review jrandom --review review-team=qa"
7135
6782
msgstr ""
7136
6783
 
7137
 
#: breezy/plugins/launchpad/cmds.py:287
 
6784
#: bzrlib/plugins/launchpad/cmds.py:288
7138
6785
msgid ""
7139
6786
"This will propose a merge,  request \"jrandom\" to perform a review of\n"
7140
6787
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7141
6788
msgstr ""
7142
6789
 
7143
 
# help of 'staging' option of 'lp-propose-merge' command
7144
 
#: breezy/plugins/launchpad/cmds.py:292
 
6790
#: bzrlib/plugins/launchpad/cmds.py:293
7145
6791
msgid "Propose the merge on staging."
7146
6792
msgstr ""
7147
6793
 
7148
 
# help of 'message' option of 'lp-propose-merge' command
7149
 
#: breezy/plugins/launchpad/cmds.py:294
 
6794
#: bzrlib/plugins/launchpad/cmds.py:295
7150
6795
msgid "Commit message."
7151
6796
msgstr ""
7152
6797
 
7153
 
# help of 'approve' option of 'lp-propose-merge' command
7154
 
#: breezy/plugins/launchpad/cmds.py:296
7155
 
msgid ""
7156
 
"Mark the proposal as approved immediately, setting the approved revision to "
7157
 
"tip."
 
6798
#: bzrlib/plugins/launchpad/cmds.py:297
 
6799
msgid "Mark the proposal as approved immediately."
7158
6800
msgstr ""
7159
6801
 
7160
 
# help of 'fixes' option of 'lp-propose-merge' command
7161
 
#: breezy/plugins/launchpad/cmds.py:298
 
6802
#: bzrlib/plugins/launchpad/cmds.py:298
7162
6803
msgid "The bug this proposal fixes."
7163
6804
msgstr ""
7164
6805
 
7165
 
# help of 'review' option of 'lp-propose-merge' command
7166
 
#: breezy/plugins/launchpad/cmds.py:300
 
6806
#: bzrlib/plugins/launchpad/cmds.py:300
7167
6807
msgid "Requested reviewer and optional type."
7168
6808
msgstr ""
7169
6809
 
7170
 
#: breezy/plugins/launchpad/cmds.py:335
 
6810
#: bzrlib/plugins/launchpad/cmds.py:335
7171
6811
msgid "Find the proposal to merge this revision."
7172
6812
msgstr ""
7173
6813
 
7174
 
#: breezy/plugins/launchpad/cmds.py:337
 
6814
#: bzrlib/plugins/launchpad/cmds.py:337
7175
6815
msgid ""
7176
6816
"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."
 
6817
"This works only if the selected branch was the merge proposal target, and\n"
 
6818
"if the merged_revno is recorded for the merge proposal.  The proposal(s)\n"
 
6819
"are opened in a web browser."
7179
6820
msgstr ""
7180
6821
 
7181
 
#: breezy/plugins/launchpad/cmds.py:341
 
6822
#: bzrlib/plugins/launchpad/cmds.py:342
7182
6823
msgid ""
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."
 
6824
"Any revision involved in the merge may be specified-- the revision in\n"
 
6825
"which the merge was performed, or one of the revisions that was merged."
7185
6826
msgstr ""
7186
6827
 
7187
 
#: breezy/plugins/launchpad/cmds.py:344
 
6828
#: bzrlib/plugins/launchpad/cmds.py:345
7188
6829
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7189
6830
msgstr ""
7190
6831
 
7191
 
#: breezy/plugins/launchpad/cmds.py:346
7192
 
msgid "  bzr lp-find-proposal -r mainline:annotate:README:1"
 
6832
#: bzrlib/plugins/launchpad/cmds.py:347
 
6833
msgid "  bzr lp-find-proposal -r annotate:README:1"
7193
6834
msgstr ""
7194
6835
 
7195
 
#: breezy/plugins/launchpad/cmds.py:365
 
6836
#: bzrlib/plugins/launchpad/cmds.py:363
7196
6837
msgid "No review found."
7197
6838
msgstr ""
7198
6839
 
7199
 
#: breezy/plugins/launchpad/cmds.py:366
 
6840
#: bzrlib/plugins/launchpad/cmds.py:364
7200
6841
#, python-format
7201
6842
msgid "%d proposals(s) found."
7202
6843
msgstr ""
7203
6844
 
7204
 
#: breezy/plugins/launchpad/cmds.py:378
 
6845
#: bzrlib/plugins/launchpad/cmds.py:374
 
6846
msgid "Finding revision-id"
 
6847
msgstr ""
 
6848
 
 
6849
#: bzrlib/plugins/launchpad/cmds.py:381
 
6850
msgid "Finding merge"
 
6851
msgstr ""
 
6852
 
 
6853
#: bzrlib/plugins/launchpad/cmds.py:386
 
6854
msgid "Finding revno"
 
6855
msgstr ""
 
6856
 
 
6857
#: bzrlib/plugins/launchpad/cmds.py:392
 
6858
msgid "Finding Launchpad branch"
 
6859
msgstr ""
 
6860
 
 
6861
#: bzrlib/plugins/launchpad/cmds.py:395
7205
6862
msgid "Finding proposals"
7206
6863
msgstr ""
7207
6864
 
7208
 
#: breezy/plugins/launchpad/lp_api.py:231
7209
 
#: breezy/plugins/launchpad/lp_api.py:236
 
6865
#: bzrlib/plugins/launchpad/lp_api.py:241
 
6866
#: bzrlib/plugins/launchpad/lp_api.py:246
7210
6867
#, python-format
7211
6868
msgid "%s is not registered on Launchpad"
7212
6869
msgstr ""
7213
6870
 
7214
 
#: breezy/plugins/launchpad/lp_api.py:246
 
6871
#: bzrlib/plugins/launchpad/lp_api.py:256
7215
6872
#, python-format
7216
6873
msgid "%s has no development focus."
7217
6874
msgstr ""
7218
6875
 
7219
 
#: breezy/plugins/launchpad/lp_api.py:251
 
6876
#: bzrlib/plugins/launchpad/lp_api.py:261
7220
6877
#, python-format
7221
6878
msgid "development focus %s has no branch."
7222
6879
msgstr ""
7223
6880
 
7224
 
#: breezy/plugins/launchpad/lp_api.py:256
 
6881
#: bzrlib/plugins/launchpad/lp_api.py:266
7225
6882
#, python-format
7226
6883
msgid "source package %s has no branch."
7227
6884
msgstr ""
7228
6885
 
7229
 
#: breezy/plugins/launchpad/lp_api.py:260
 
6886
#: bzrlib/plugins/launchpad/lp_api.py:270
7230
6887
#, python-format
7231
6888
msgid "%s has no associated product or source package."
7232
6889
msgstr ""
7233
6890
 
7234
 
#: breezy/plugins/launchpad/lp_api.py:272
 
6891
#: bzrlib/plugins/launchpad/lp_api.py:282
7235
6892
#, python-format
7236
6893
msgid "%s is already up-to-date."
7237
6894
msgstr ""
7238
6895
 
7239
 
#: breezy/plugins/launchpad/lp_api.py:279
 
6896
#: bzrlib/plugins/launchpad/lp_api.py:289
7240
6897
#, python-format
7241
6898
msgid "Pushing to %s"
7242
6899
msgstr ""
7243
6900
 
7244
 
#: breezy/plugins/launchpad/lp_directory.py:170
7245
 
#, python-brace-format
 
6901
#: bzrlib/plugins/launchpad/lp_directory.py:170
7246
6902
msgid ""
7247
6903
"resolution for {0}\n"
7248
6904
"  local: {1}\n"
7249
6905
" remote: {2}"
7250
6906
msgstr ""
7251
6907
 
7252
 
#: breezy/plugins/launchpad/lp_propose.py:161
 
6908
#: bzrlib/plugins/launchpad/lp_propose.py:150
7253
6909
#, python-format
7254
6910
msgid "There is already a branch merge proposal: %s"
7255
6911
msgstr ""
7256
6912
 
7257
 
#: breezy/plugins/weave_fmt/bzrdir.py:237
 
6913
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
7258
6914
msgid "pb parameter to convert() is deprecated"
7259
6915
msgstr ""
7260
6916
 
7261
 
#: breezy/plugins/weave_fmt/bzrdir.py:240
 
6917
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
7262
6918
msgid "starting upgrade from format 4 to 5"
7263
6919
msgstr ""
7264
6920
 
7265
 
#: breezy/plugins/weave_fmt/bzrdir.py:250
 
6921
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
7266
6922
msgid "note: upgrade may be faster if all store files are ungzipped first"
7267
6923
msgstr ""
7268
6924
 
7269
 
#: breezy/plugins/weave_fmt/bzrdir.py:279
 
6925
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
7270
6926
msgid "converting revision"
7271
6927
msgstr ""
7272
6928
 
7273
 
#: breezy/plugins/weave_fmt/bzrdir.py:284
 
6929
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7274
6930
msgid "upgraded to weaves:"
7275
6931
msgstr ""
7276
6932
 
7277
 
#: breezy/plugins/weave_fmt/bzrdir.py:285
 
6933
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
7278
6934
#, python-format
7279
6935
msgid "%6d revisions and inventories"
7280
6936
msgstr ""
7281
6937
 
7282
 
#: breezy/plugins/weave_fmt/bzrdir.py:287
 
6938
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
7283
6939
#, python-format
7284
6940
msgid "%6d revisions not present"
7285
6941
msgstr ""
7286
6942
 
7287
 
#: breezy/plugins/weave_fmt/bzrdir.py:289
 
6943
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
7288
6944
#, python-format
7289
6945
msgid "%6d texts"
7290
6946
msgstr ""
7291
6947
 
7292
 
#: breezy/plugins/weave_fmt/bzrdir.py:325
 
6948
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
7293
6949
msgid "writing weave"
7294
6950
msgstr ""
7295
6951
 
7296
 
#: breezy/plugins/weave_fmt/bzrdir.py:329
7297
 
#: breezy/plugins/weave_fmt/bzrdir.py:331
 
6952
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
 
6953
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
7298
6954
msgid "inventory"
7299
6955
msgstr ""
7300
6956
 
7301
 
#: breezy/plugins/weave_fmt/bzrdir.py:348
 
6957
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
7302
6958
msgid "write revision"
7303
6959
msgstr ""
7304
6960
 
7305
 
#: breezy/plugins/weave_fmt/bzrdir.py:362
 
6961
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
7306
6962
msgid "loading revision"
7307
6963
msgstr ""
7308
6964
 
7309
 
#: breezy/plugins/weave_fmt/bzrdir.py:367
 
6965
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
7310
6966
#, python-format
7311
6967
msgid "revision {%s} not present in branch; will be converted as a ghost"
7312
6968
msgstr ""
7313
6969
 
7314
 
#: breezy/plugins/weave_fmt/bzrdir.py:507
 
6970
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
7315
6971
msgid "starting upgrade from format 5 to 6"
7316
6972
msgstr ""
7317
6973
 
7318
 
#: breezy/plugins/weave_fmt/bzrdir.py:517
 
6974
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
7319
6975
#, python-format
7320
6976
msgid "adding prefixes to %s"
7321
6977
msgstr ""
7322
6978
 
7323
 
#: breezy/plugins/weave_fmt/bzrdir.py:557
 
6979
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
7324
6980
msgid "starting upgrade from format 6 to metadir"
7325
6981
msgstr ""
7326
6982
 
7327
 
#: breezy/plugins/weave_fmt/bzrdir.py:565
 
6983
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
7328
6984
msgid "Removing ancestry.weave"
7329
6985
msgstr ""
7330
6986
 
7331
 
#: breezy/plugins/weave_fmt/bzrdir.py:570
 
6987
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
7332
6988
msgid "Finding branch files"
7333
6989
msgstr ""
7334
6990
 
7335
 
#: breezy/plugins/weave_fmt/bzrdir.py:580
 
6991
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
7336
6992
msgid "Upgrading repository"
7337
6993
msgstr ""
7338
6994
 
7339
 
#: breezy/plugins/weave_fmt/bzrdir.py:590
 
6995
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
7340
6996
msgid "Upgrading branch"
7341
6997
msgstr ""
7342
6998
 
7343
 
#: breezy/plugins/weave_fmt/bzrdir.py:613
 
6999
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
7344
7000
msgid "No working tree."
7345
7001
msgstr ""
7346
7002
 
7347
 
#: breezy/plugins/weave_fmt/bzrdir.py:620
 
7003
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
7348
7004
msgid "Upgrading working tree"
7349
7005
msgstr ""
7350
7006
 
7351
 
#: breezy/plugins/weave_fmt/bzrdir.py:641
 
7007
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7352
7008
#, python-format
7353
7009
msgid "Make %s lock"
7354
7010
msgstr ""
7355
7011
 
7356
 
#: breezy/plugins/weave_fmt/bzrdir.py:652
 
7012
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
7357
7013
#, python-format
7358
7014
msgid "Moving %s"
7359
7015
msgstr ""
7360
7016
 
7361
 
#: breezy/push.py:56
 
7017
#: bzrlib/push.py:56
7362
7018
msgid "Created new branch."
7363
7019
msgstr ""
7364
7020
 
7365
 
#: breezy/push.py:97
 
7021
#: bzrlib/push.py:97
7366
7022
#, python-format
7367
7023
msgid ""
7368
7024
"Target directory %s already contains a .bzr directory, but it is not valid."
7369
7025
msgstr ""
7370
7026
 
7371
 
#: breezy/push.py:101
 
7027
#: bzrlib/push.py:101
7372
7028
#, python-format
7373
7029
msgid ""
7374
7030
"Target directory %s already exists, but does not have a .bzr directory. "
7375
7031
"Supply --use-existing-dir to push there anyway."
7376
7032
msgstr ""
7377
7033
 
7378
 
#: breezy/push.py:122
 
7034
#: bzrlib/push.py:122
7379
7035
#, python-format
7380
7036
msgid "Too many redirections trying to make %s."
7381
7037
msgstr ""
7382
7038
 
7383
 
#: breezy/push.py:148
 
7039
#: bzrlib/push.py:148
7384
7040
msgid ""
7385
7041
"These branches have diverged.  See \"bzr help diverged-branches\" for more "
7386
7042
"information."
7387
7043
msgstr ""
7388
7044
 
7389
 
#: breezy/push.py:152
 
7045
#: bzrlib/push.py:152
7390
7046
#, python-format
7391
7047
msgid ""
7392
7048
"It is not possible to losslessly push to %s. You may want to use dpush "
7393
7049
"instead."
7394
7050
msgstr ""
7395
7051
 
7396
 
#: breezy/push.py:158
 
7052
#: bzrlib/push.py:158
7397
7053
#, python-format
7398
7054
msgid ""
7399
7055
"At %s you have a valid .bzr control directory, but not a branch or "
7401
7057
"directory out of the way and try again."
7402
7058
msgstr ""
7403
7059
 
7404
 
#: breezy/reconcile.py:97
 
7060
#: bzrlib/reconcile.py:97
7405
7061
#, python-format
7406
7062
msgid "Reconciling branch %s"
7407
7063
msgstr ""
7408
7064
 
7409
 
#: breezy/reconcile.py:103
 
7065
#: bzrlib/reconcile.py:103
7410
7066
#, python-format
7411
7067
msgid "Reconciling repository %s"
7412
7068
msgstr ""
7413
7069
 
7414
 
#: breezy/reconcile.py:105
 
7070
#: bzrlib/reconcile.py:105
7415
7071
msgid "Reconciling repository"
7416
7072
msgstr ""
7417
7073
 
7418
 
#: breezy/reconcile.py:111
 
7074
#: bzrlib/reconcile.py:111
7419
7075
#, python-format
7420
7076
msgid "%s cannot canonicalize CHKs."
7421
 
msgstr ""
 
7077
msgstr "%s cannot canonicalise CHKs."
7422
7078
 
7423
 
#: breezy/reconcile.py:119
 
7079
#: bzrlib/reconcile.py:119
7424
7080
msgid "Reconcile aborted: revision index has inconsistent parents."
7425
7081
msgstr ""
7426
7082
 
7427
 
#: breezy/reconcile.py:121
 
7083
#: bzrlib/reconcile.py:121
7428
7084
msgid "Run \"bzr check\" for more details."
7429
7085
msgstr ""
7430
7086
 
7431
 
#: breezy/reconcile.py:123
 
7087
#: bzrlib/reconcile.py:123
7432
7088
msgid "Reconciliation complete."
7433
7089
msgstr ""
7434
7090
 
7435
 
#: breezy/reconcile.py:166
7436
 
#, python-brace-format
 
7091
#: bzrlib/reconcile.py:166
7437
7092
msgid "Fixing last revision info {0}  => {1}"
7438
7093
msgstr ""
7439
7094
 
7440
 
#: breezy/reconcile.py:173
 
7095
#: bzrlib/reconcile.py:173
7441
7096
msgid "revision_history ok."
7442
7097
msgstr ""
7443
7098
 
7444
 
#: breezy/reconcile.py:234
 
7099
#: bzrlib/reconcile.py:234
7445
7100
msgid "Reading inventory data"
7446
7101
msgstr ""
7447
7102
 
7448
 
#: breezy/reconcile.py:254 breezy/reconcile.py:384
 
7103
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
7449
7104
msgid "Inventory ok."
7450
7105
msgstr ""
7451
7106
 
7452
 
#: breezy/reconcile.py:256 breezy/reconcile.py:386
 
7107
#: bzrlib/reconcile.py:256 bzrlib/reconcile.py:386
7453
7108
msgid "Backing up inventory"
7454
7109
msgstr ""
7455
7110
 
7456
 
#: breezy/reconcile.py:258
 
7111
#: bzrlib/reconcile.py:258
7457
7112
msgid "Backup inventory created."
7458
7113
msgstr ""
7459
7114
 
7460
 
#: breezy/reconcile.py:274 breezy/reconcile.py:405
 
7115
#: bzrlib/reconcile.py:274 bzrlib/reconcile.py:405
7461
7116
msgid "Writing weave"
7462
7117
msgstr ""
7463
7118
 
7464
 
#: breezy/reconcile.py:277 breezy/reconcile.py:408
 
7119
#: bzrlib/reconcile.py:277 bzrlib/reconcile.py:408
7465
7120
msgid "Inventory regenerated."
7466
7121
msgstr ""
7467
7122
 
7468
 
#: breezy/reconcile.py:371 breezy/reconcile.py:373 breezy/reconcile.py:376
 
7123
#: bzrlib/reconcile.py:371 bzrlib/reconcile.py:373 bzrlib/reconcile.py:376
7469
7124
msgid "Reading indexes"
7470
7125
msgstr ""
7471
7126
 
7472
 
#: breezy/reconcile.py:380 breezy/reconcile.py:382
 
7127
#: bzrlib/reconcile.py:380 bzrlib/reconcile.py:382
7473
7128
msgid "Checking unused inventories"
7474
7129
msgstr ""
7475
7130
 
7476
 
#: breezy/reconcile.py:388
 
7131
#: bzrlib/reconcile.py:388
7477
7132
msgid "Backup Inventory created"
7478
7133
msgstr ""
7479
7134
 
7480
 
#: breezy/reconcile.py:446
 
7135
#: bzrlib/reconcile.py:446
7481
7136
msgid "Fixing text parents"
7482
7137
msgstr ""
7483
7138
 
7484
 
#: breezy/reconfigure.py:54
7485
 
#, python-brace-format
 
7139
#: bzrlib/reconfigure.py:54
7486
7140
msgid "{0} is now stacked on {1}\n"
7487
7141
msgstr ""
7488
7142
 
7489
 
#: breezy/reconfigure.py:69
 
7143
#: bzrlib/reconfigure.py:69
7490
7144
#, python-format
7491
7145
msgid "%s is now not stacked\n"
7492
7146
msgstr ""
7493
7147
 
7494
 
#: breezy/remote.py:1228 breezy/repository.py:289
 
7148
#: bzrlib/remote.py:1228 bzrlib/repository.py:289
7495
7149
#, python-format
7496
7150
msgid "bzr: ERROR (ignored): %s"
7497
7151
msgstr ""
7498
7152
 
7499
 
#: breezy/remote.py:2534
 
7153
#: bzrlib/remote.py:2534
7500
7154
msgid "Copying repository content as tarball..."
7501
7155
msgstr ""
7502
7156
 
7503
 
#: breezy/rename_map.py:69
 
7157
#: bzrlib/rename_map.py:69
7504
7158
msgid "Calculating hashes"
7505
7159
msgstr ""
7506
7160
 
7507
 
#: breezy/rename_map.py:107
 
7161
#: bzrlib/rename_map.py:107
7508
7162
msgid "Determining hash hits"
7509
7163
msgstr ""
7510
7164
 
7511
 
#: breezy/rename_map.py:242
7512
 
#, python-brace-format
 
7165
#: bzrlib/rename_map.py:242
7513
7166
msgid "{0} => {1}"
7514
7167
msgstr ""
7515
7168
 
7516
 
#: breezy/repository.py:1738
 
7169
#: bzrlib/repository.py:1738
7517
7170
msgid "Moving repository to repository.backup"
7518
7171
msgstr ""
7519
7172
 
7520
 
#: breezy/repository.py:1745
 
7173
#: bzrlib/repository.py:1745
7521
7174
msgid "Creating new repository"
7522
7175
msgstr ""
7523
7176
 
7524
 
#: breezy/repository.py:1750
 
7177
#: bzrlib/repository.py:1750
7525
7178
msgid "Copying content"
7526
7179
msgstr ""
7527
7180
 
7528
 
#: breezy/repository.py:1754
 
7181
#: bzrlib/repository.py:1754
7529
7182
msgid "Deleting old repository content"
7530
7183
msgstr ""
7531
7184
 
7532
 
#: breezy/repository.py:1756
 
7185
#: bzrlib/repository.py:1756
7533
7186
msgid "repository converted"
7534
7187
msgstr ""
7535
7188
 
7536
 
#: breezy/revisionspec.py:903
7537
 
#, python-brace-format
 
7189
#: bzrlib/revisionspec.py:903
7538
7190
msgid "Using {0} {1}"
7539
7191
msgstr ""
7540
7192
 
7541
 
#: breezy/send.py:59
 
7193
#: bzrlib/send.py:59
7542
7194
#, python-format
7543
7195
msgid "Mail client \"%s\" does not support specifying body"
7544
7196
msgstr ""
7545
7197
 
7546
 
#: breezy/send.py:63
 
7198
#: bzrlib/send.py:63
7547
7199
msgid "--remember requires a branch to be specified."
7548
7200
msgstr ""
7549
7201
 
7550
 
#: breezy/send.py:78
 
7202
#: bzrlib/send.py:78
7551
7203
msgid "No submit branch known or specified"
7552
7204
msgstr ""
7553
7205
 
7554
 
#: breezy/send.py:81
7555
 
#, python-brace-format
 
7206
#: bzrlib/send.py:81
7556
7207
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
7557
7208
msgstr ""
7558
7209
 
7559
 
#: breezy/send.py:99
 
7210
#: bzrlib/send.py:99
7560
7211
#, python-format
7561
7212
msgid "No such send format '%s'."
7562
7213
msgstr ""
7563
7214
 
7564
 
#: breezy/send.py:115
 
7215
#: bzrlib/send.py:115
7565
7216
msgid "bzr send takes at most two one revision identifiers"
7566
7217
msgstr ""
7567
7218
 
7568
 
#: breezy/send.py:128
 
7219
#: bzrlib/send.py:128
7569
7220
msgid "No revisions to submit."
7570
7221
msgstr ""
7571
7222
 
7572
 
#: breezy/send.py:140
 
7223
#: bzrlib/send.py:140
7573
7224
msgid ""
7574
7225
"- not supported for merge directives that use more than one output file."
7575
7226
msgstr ""
7576
7227
 
7577
 
#: breezy/send.py:186
 
7228
#: bzrlib/send.py:186
7578
7229
msgid "Format 0.9 does not permit bundle with no patch"
7579
7230
msgstr ""
7580
7231
 
7581
 
#: breezy/shelf_ui.py:46
 
7232
#: bzrlib/shelf_ui.py:46
7582
7233
#, python-format
7583
7234
msgid "Shelve adding file \"%(path)s\"?"
7584
7235
msgstr ""
7585
7236
 
7586
 
#: breezy/shelf_ui.py:47
 
7237
#: bzrlib/shelf_ui.py:47
7587
7238
msgid "Shelve binary changes?"
7588
7239
msgstr ""
7589
7240
 
7590
 
#: breezy/shelf_ui.py:48
 
7241
#: bzrlib/shelf_ui.py:48
7591
7242
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
7592
7243
msgstr ""
7593
7244
 
7594
 
#: breezy/shelf_ui.py:50
 
7245
#: bzrlib/shelf_ui.py:50
7595
7246
#, python-format
7596
7247
msgid "Shelve removing file \"%(path)s\"?"
7597
7248
msgstr ""
7598
7249
 
7599
 
#: breezy/shelf_ui.py:51
 
7250
#: bzrlib/shelf_ui.py:51
7600
7251
#, python-format
7601
7252
msgid "Shelve %d change(s)?"
7602
7253
msgstr ""
7603
7254
 
7604
 
#: breezy/shelf_ui.py:52
 
7255
#: bzrlib/shelf_ui.py:52
7605
7256
msgid "Shelve?"
7606
7257
msgstr ""
7607
7258
 
7608
 
#: breezy/shelf_ui.py:53
 
7259
#: bzrlib/shelf_ui.py:53
7609
7260
#, python-format
7610
7261
msgid ""
7611
7262
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7612
7263
msgstr ""
7613
7264
 
7614
 
#: breezy/shelf_ui.py:55
 
7265
#: bzrlib/shelf_ui.py:55
7615
7266
#, python-format
7616
7267
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7617
7268
msgstr ""
7618
7269
 
7619
 
#: breezy/shelf_ui.py:70
 
7270
#: bzrlib/shelf_ui.py:70
7620
7271
#, python-format
7621
7272
msgid "Changes shelved with id \"%d\"."
7622
7273
msgstr ""
7623
7274
 
7624
 
#: breezy/shelf_ui.py:74
 
7275
#: bzrlib/shelf_ui.py:74
7625
7276
msgid "Selected changes destroyed."
7626
7277
msgstr ""
7627
7278
 
7628
 
#: breezy/shelf_ui.py:78
 
7279
#: bzrlib/shelf_ui.py:78
7629
7280
msgid "Selected changes:"
7630
7281
msgstr ""
7631
7282
 
7632
 
#: breezy/shelf_ui.py:98
 
7283
#: bzrlib/shelf_ui.py:98
7633
7284
#, python-format
7634
7285
msgid "Delete file \"%(path)s\"?"
7635
7286
msgstr ""
7636
7287
 
7637
 
#: breezy/shelf_ui.py:99
 
7288
#: bzrlib/shelf_ui.py:99
7638
7289
msgid "Apply binary changes?"
7639
7290
msgstr ""
7640
7291
 
7641
 
#: breezy/shelf_ui.py:100
 
7292
#: bzrlib/shelf_ui.py:100
7642
7293
#, python-format
7643
7294
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
7644
7295
msgstr ""
7645
7296
 
7646
 
#: breezy/shelf_ui.py:102
 
7297
#: bzrlib/shelf_ui.py:102
7647
7298
#, python-format
7648
7299
msgid "Add file \"%(path)s\"?"
7649
7300
msgstr ""
7650
7301
 
7651
 
#: breezy/shelf_ui.py:103
 
7302
#: bzrlib/shelf_ui.py:103
7652
7303
#, python-format
7653
7304
msgid "Apply %d change(s)?"
7654
7305
msgstr ""
7655
7306
 
7656
 
#: breezy/shelf_ui.py:104
 
7307
#: bzrlib/shelf_ui.py:104
7657
7308
msgid "Apply change?"
7658
7309
msgstr ""
7659
7310
 
7660
 
#: breezy/shelf_ui.py:105
 
7311
#: bzrlib/shelf_ui.py:105
7661
7312
#, python-format
7662
7313
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7663
7314
msgstr ""
7664
7315
 
7665
 
#: breezy/shelf_ui.py:107
 
7316
#: bzrlib/shelf_ui.py:107
7666
7317
#, python-format
7667
7318
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
7668
7319
msgstr ""
7669
7320
 
7670
 
#: breezy/shelf_ui.py:402
 
7321
#: bzrlib/shelf_ui.py:402
7671
7322
msgid "No changes are shelved."
7672
7323
msgstr ""
7673
7324
 
7674
 
#: breezy/shelf_ui.py:460
 
7325
#: bzrlib/shelf_ui.py:460
7675
7326
#, python-format
7676
7327
msgid "Using changes with id \"%d\"."
7677
7328
msgstr ""
7678
7329
 
7679
 
#: breezy/shelf_ui.py:464
 
7330
#: bzrlib/shelf_ui.py:464
7680
7331
#, python-format
7681
7332
msgid "Message: %s"
7682
7333
msgstr ""
7683
7334
 
7684
 
#: breezy/shelf_ui.py:476
 
7335
#: bzrlib/shelf_ui.py:476
7685
7336
#, python-format
7686
7337
msgid "Deleted changes with id \"%d\"."
7687
7338
msgstr ""
7688
7339
 
7689
 
#: breezy/smart/medium.py:714
7690
 
#, python-brace-format
 
7340
#: bzrlib/smart/medium.py:714
7691
7341
msgid "HPSS calls: {0} ({1} vfs) {2}"
7692
7342
msgstr ""
7693
7343
 
7694
 
#: breezy/smart/ping.py:32
7695
 
msgid "Pings a Bazaar smart server."
7696
 
msgstr ""
7697
 
 
7698
 
#: breezy/smart/ping.py:34
7699
 
msgid ""
7700
 
"This command sends a 'hello' request to the given location using the bzr\n"
7701
 
"smart protocol, and reports the response."
7702
 
msgstr ""
7703
 
 
7704
 
#: breezy/smart/server.py:169
 
7344
#: bzrlib/smart/server.py:169
7705
7345
msgid "Requested to stop gracefully"
7706
7346
msgstr ""
7707
7347
 
7708
 
#: breezy/smart/server.py:179
 
7348
#: bzrlib/smart/server.py:179
7709
7349
#, python-format
7710
7350
msgid "Waiting for %d client(s) to finish"
7711
7351
msgstr ""
7712
7352
 
7713
 
#: breezy/smart/server.py:185
 
7353
#: bzrlib/smart/server.py:185
7714
7354
#, python-format
7715
7355
msgid "Still waiting for %d client(s) to finish"
7716
7356
msgstr ""
7717
7357
 
7718
 
#: breezy/smart/server.py:219
 
7358
#: bzrlib/smart/server.py:219
7719
7359
#, python-format
7720
7360
msgid "listening socket error: %s"
7721
7361
msgstr ""
7722
7362
 
7723
 
#: breezy/smart/server.py:452
 
7363
#: bzrlib/smart/server.py:452
7724
7364
#, python-format
7725
7365
msgid "listening on port: %s"
7726
7366
msgstr ""
7727
7367
 
7728
 
#: breezy/switch.py:84
 
7368
#: bzrlib/switch.py:73
7729
7369
msgid "Pending merges must be committed or reverted before using switch."
7730
7370
msgstr ""
7731
7371
 
7732
 
#: breezy/switch.py:111
 
7372
#: bzrlib/switch.py:100
7733
7373
msgid ""
7734
7374
"Cannot switch as local commits found in the checkout. Commit these to the "
7735
7375
"bound branch or use --force to throw them away."
7736
7376
msgstr ""
7737
7377
 
7738
 
#: breezy/switch.py:116
 
7378
#: bzrlib/switch.py:105
7739
7379
#, python-format
7740
7380
msgid ""
7741
7381
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7742
7382
"anyway, use --force."
7743
7383
msgstr ""
7744
7384
 
7745
 
#: breezy/switch.py:140
 
7385
#: bzrlib/switch.py:129
7746
7386
msgid "Cannot switch a branch, only a checkout."
7747
7387
msgstr ""
7748
7388
 
7749
 
#: breezy/switch.py:183
 
7389
#: bzrlib/switch.py:167
7750
7390
#, python-format
7751
7391
msgid "Tree is up to date at revision %d."
7752
7392
msgstr ""
7753
7393
 
7754
 
#: breezy/switch.py:190
 
7394
#: bzrlib/switch.py:173
7755
7395
#, python-format
7756
7396
msgid "Updated to revision %d."
7757
7397
msgstr ""
7758
7398
 
7759
 
#: breezy/transform.py:1723 breezy/transform.py:1734 breezy/transform.py:1736
 
7399
#: bzrlib/transform.py:1723 bzrlib/transform.py:1734 bzrlib/transform.py:1736
7760
7400
msgid "Apply phase"
7761
7401
msgstr ""
7762
7402
 
7763
 
#: breezy/transform.py:1762 breezy/transform.py:1830
 
7403
#: bzrlib/transform.py:1762 bzrlib/transform.py:1830
7764
7404
msgid "removing file"
7765
7405
msgstr ""
7766
7406
 
7767
 
#: breezy/transform.py:1780 breezy/transform.py:1865
 
7407
#: bzrlib/transform.py:1780 bzrlib/transform.py:1865
7768
7408
msgid "adding file"
7769
7409
msgstr ""
7770
7410
 
7771
 
#: breezy/transform.py:2598
 
7411
#: bzrlib/transform.py:2598
7772
7412
msgid "Building tree"
7773
7413
msgstr ""
7774
7414
 
7775
 
#: breezy/transform.py:2688 breezy/transform.py:2715
 
7415
#: bzrlib/transform.py:2688 bzrlib/transform.py:2715
7776
7416
msgid "Adding file contents"
7777
7417
msgstr ""
7778
7418
 
7779
 
#: breezy/transform.py:3017
 
7419
#: bzrlib/transform.py:3017
7780
7420
msgid "Resolution pass"
7781
7421
msgstr ""
7782
7422
 
7783
 
#: breezy/transport/ftp/_gssapi.py:88
 
7423
#: bzrlib/transport/ftp/_gssapi.py:88
7784
7424
#, python-format
7785
7425
msgid "Authenticated as %s"
7786
7426
msgstr ""
7787
7427
 
7788
 
#: breezy/tree.py:647
 
7428
#: bzrlib/tree.py:647
7789
7429
msgid "*** {0} content-filter: {1} => {2!r}"
7790
7430
msgstr ""
7791
7431
 
7792
 
#: breezy/upgrade.py:77
 
7432
#: bzrlib/upgrade.py:77
7793
7433
#, python-format
7794
7434
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
7795
7435
msgstr ""
7796
7436
 
7797
 
#: breezy/upgrade.py:100
 
7437
#: bzrlib/upgrade.py:100
7798
7438
#, python-format
7799
7439
msgid "cannot upgrade from bzrdir format %s"
7800
7440
msgstr ""
7801
7441
 
7802
 
#: breezy/upgrade.py:103
 
7442
#: bzrlib/upgrade.py:103
7803
7443
#, python-format
7804
7444
msgid "starting upgrade of %s"
7805
7445
msgstr ""
7806
7446
 
7807
 
#: breezy/upgrade.py:110
 
7447
#: bzrlib/upgrade.py:110
7808
7448
msgid "finished"
7809
7449
msgstr ""
7810
7450
 
7811
 
#: breezy/upgrade.py:120
 
7451
#: bzrlib/upgrade.py:120
7812
7452
msgid "Deleting backup.bzr"
7813
7453
msgstr ""
7814
7454
 
7815
 
#: breezy/upgrade.py:151
7816
 
#, python-brace-format
 
7455
#: bzrlib/upgrade.py:151
7817
7456
msgid ""
7818
7457
"\n"
7819
7458
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7820
7459
msgstr ""
7821
7460
 
7822
 
#: breezy/upgrade.py:208
 
7461
#: bzrlib/upgrade.py:208
7823
7462
#, python-format
7824
7463
msgid "Found %d dependent branches - upgrading ..."
7825
7464
msgstr ""
7826
7465
 
7827
 
#: breezy/upgrade.py:276
 
7466
#: bzrlib/upgrade.py:276
7828
7467
msgid "Upgrading bzrdirs"
7829
7468
msgstr ""
7830
7469
 
7831
 
#: breezy/upgrade.py:282
 
7470
#: bzrlib/upgrade.py:282
7832
7471
#, python-format
7833
7472
msgid "Upgrading %s"
7834
7473
msgstr ""
7835
7474
 
7836
 
#: breezy/upgrade.py:283
7837
 
#, python-brace-format
 
7475
#: bzrlib/upgrade.py:283
7838
7476
msgid "Upgrading {0} {1} ..."
7839
7477
msgstr ""
7840
7478
 
7841
 
#: breezy/upgrade.py:301
 
7479
#: bzrlib/upgrade.py:301
7842
7480
msgid "Removing backup ..."
7843
7481
msgstr ""
7844
7482
 
7845
 
#: breezy/upgrade.py:305
7846
 
#, python-brace-format
 
7483
#: bzrlib/upgrade.py:305
7847
7484
msgid "failed to clean-up {0}: {1}"
7848
7485
msgstr ""
7849
7486
 
7850
 
#: breezy/vf_repository.py:1091
 
7487
#: bzrlib/vf_repository.py:1091
7851
7488
msgid "inventories"
7852
7489
msgstr ""
7853
7490
 
7854
 
#: breezy/vf_repository.py:1117
 
7491
#: bzrlib/vf_repository.py:1117
7855
7492
msgid "texts"
7856
7493
msgstr ""
7857
7494
 
7858
 
#: breezy/vf_repository.py:1622 breezy/vf_repository.py:1631
 
7495
#: bzrlib/vf_repository.py:1622 bzrlib/vf_repository.py:1631
7859
7496
msgid "Calculating text parents"
7860
7497
msgstr ""
7861
7498
 
7862
 
#: breezy/vf_repository.py:1707
 
7499
#: bzrlib/vf_repository.py:1707
7863
7500
msgid "Fetch texts"
7864
7501
msgstr ""
7865
7502
 
7866
 
#: breezy/vf_repository.py:2536
 
7503
#: bzrlib/vf_repository.py:2536
7867
7504
msgid "loading text store"
7868
7505
msgstr ""
7869
7506
 
7870
 
#: breezy/vf_repository.py:2542
 
7507
#: bzrlib/vf_repository.py:2542
7871
7508
msgid "checking text graph"
7872
7509
msgstr ""
7873
7510
 
7874
 
#: breezy/vf_repository.py:2998 breezy/vf_repository.py:3012
7875
 
#: breezy/vf_repository.py:3127
 
7511
#: bzrlib/vf_repository.py:2998 bzrlib/vf_repository.py:3012
 
7512
#: bzrlib/vf_repository.py:3127
7876
7513
msgid "Transferring revisions"
7877
7514
msgstr ""
7878
7515
 
7879
 
#: breezy/win32utils.py:146
 
7516
#: bzrlib/win32utils.py:146
7880
7517
msgid "Failed to GetProcessMemoryInfo()"
7881
7518
msgstr ""
7882
7519
 
7883
 
#: breezy/win32utils.py:167
 
7520
#: bzrlib/win32utils.py:167
7884
7521
msgid "Cannot debug memory on win32 without ctypes or win32process"
7885
7522
msgstr ""
7886
7523
 
7887
 
#: breezy/win32utils.py:172
7888
 
#, python-brace-format
 
7524
#: bzrlib/win32utils.py:172
7889
7525
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7890
 
msgstr ""
 
7526
msgstr "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7891
7527
 
7892
 
#: breezy/win32utils.py:180
 
7528
#: bzrlib/win32utils.py:180
7893
7529
#, python-format
7894
7530
msgid "WorkingSize       %8d KiB"
7895
 
msgstr ""
 
7531
msgstr "WorkingSize       %8d KiB"
7896
7532
 
7897
 
#: breezy/win32utils.py:181
 
7533
#: bzrlib/win32utils.py:181
7898
7534
#, python-format
7899
7535
msgid "PeakWorking       %8d KiB"
7900
7536
msgstr ""
7901
7537
 
7902
 
#: breezy/win32utils.py:182
 
7538
#: bzrlib/win32utils.py:182
7903
7539
#, python-format
7904
7540
msgid "PagefileUsage     %8d KiB"
7905
7541
msgstr ""
7906
7542
 
7907
 
#: breezy/win32utils.py:183
 
7543
#: bzrlib/win32utils.py:183
7908
7544
#, python-format
7909
7545
msgid "PeakPagefileUsage %8d KiB"
7910
7546
msgstr ""
7911
7547
 
7912
 
#: breezy/win32utils.py:185
 
7548
#: bzrlib/win32utils.py:185
7913
7549
#, python-format
7914
7550
msgid "PrivateUsage      %8d KiB"
7915
7551
msgstr ""
7916
7552
 
7917
 
#: breezy/win32utils.py:186
 
7553
#: bzrlib/win32utils.py:186
7918
7554
#, python-format
7919
7555
msgid "PageFaultCount    %8d"
7920
7556
msgstr ""
7921
7557
 
7922
 
#: breezy/workingtree.py:1516
 
7558
#: bzrlib/workingtree.py:1482
7923
7559
msgid "Rerun update after fixing the conflicts."
7924
7560
msgstr ""
7925
7561
 
7929
7565
 
7930
7566
#: dummy/help_topics/basic/detail.txt:1
7931
7567
msgid ""
7932
 
"Bazaar 2.8.0dev1 -- a free distributed version-control tool\n"
 
7568
"Bazaar 2.6b2 -- a free distributed version-control tool\n"
7933
7569
"http://bazaar.canonical.com/"
7934
7570
msgstr ""
7935
7571
 
7952
7588
"  bzr status         summarize changes in working copy\n"
7953
7589
"  bzr diff           show detailed diffs"
7954
7590
msgstr ""
 
7591
"  bzr status         summarise changes in working copy\n"
 
7592
"  bzr diff           show detailed diffs"
7955
7593
 
7956
7594
#: dummy/help_topics/basic/detail.txt:15
7957
7595
msgid ""
8035
7673
"doesn't have the same restrictions.  And using checkouts still allows\n"
8036
7674
"others working on the project to use whatever workflow they like."
8037
7675
msgstr ""
 
7676
"Checkouts are source trees that are connected to a branch, so that when\n"
 
7677
"you commit in the source tree, the commit goes into that branch.  They\n"
 
7678
"allow you to use a simpler, more centralised workflow, ignoring some of\n"
 
7679
"Bazaar's decentralised features until you want them.\n"
 
7680
"Using checkouts with shared repositories is very similar to working with \n"
 
7681
"SVN or CVS, but doesn't have the same restrictions.  \n"
 
7682
"And using checkouts still allows others working on the project to use \n"
 
7683
"whatever workflow they like."
8038
7684
 
8039
7685
#: dummy/help_topics/checkouts/detail.txt:11
8040
7686
msgid ""
8041
 
"A checkout is created with the bzr checkout command (see \"help checkout"
8042
 
"\").\n"
 
7687
"A checkout is created with the bzr checkout command (see \"help "
 
7688
"checkout\").\n"
8043
7689
"You pass it a reference to another branch, and it will create a local copy\n"
8044
7690
"for you that still contains a reference to the branch you created the\n"
8045
7691
"checkout from (the master branch). Then if you make any commits they will "
8262
7908
#: dummy/help_topics/files/detail.txt:3
8263
7909
msgid ""
8264
7910
":On Unix:   ~/.bazaar/bazaar.conf\n"
8265
 
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\"
8266
 
"\\bazaar\\\\2.0\\\\bazaar.conf"
 
7911
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\\\"
 
7912
"bazaar\\\\2.0\\\\bazaar.conf"
8267
7913
msgstr ""
8268
7914
 
8269
7915
#: dummy/help_topics/files/detail.txt:6
8373
8019
"--profile      Profile execution using the hotshot profiler.\n"
8374
8020
"--lsprof       Profile execution using the lsprof profiler.\n"
8375
8021
"--lsprof-file  Profile execution using the lsprof profiler, and write the\n"
8376
 
"               results to a specified file.  If the filename ends with \".txt"
8377
 
"\",\n"
 
8022
"               results to a specified file.  If the filename ends with "
 
8023
"\".txt\",\n"
8378
8024
"               text format will be used.  If the filename either starts "
8379
8025
"with\n"
8380
8026
"               \"callgrind.out\" or end with \".callgrind\", the output will "
8664
8310
"  K File kind changed\n"
8665
8311
"  M File modified"
8666
8312
msgstr ""
 
8313
"  N File created\n"
 
8314
"  D File deleted\n"
 
8315
"  K File type changed\n"
 
8316
"  M File modified"
8667
8317
 
8668
8318
#: dummy/help_topics/status-flags/detail.txt:27
8669
8319
msgid "Column 3 - execute::"
8843
8493
msgid ""
8844
8494
"The intent is to make this file as small as possible to minimize maintenance."
8845
8495
msgstr ""
 
8496
"The intent is to make this file as small as possible to minimise maintenance."
8846
8497
 
8847
8498
#: en/help_topics/authentication.txt:21
8848
8499
msgid ""
8858
8509
msgstr ""
8859
8510
 
8860
8511
#: en/help_topics/authentication.txt:27
8861
 
msgid "  brz branch ftp://joe:secret@host.com/path/to/my/branch"
 
8512
msgid "  bzr branch ftp://joe:secret@host.com/path/to/my/branch"
8862
8513
msgstr ""
8863
8514
 
8864
8515
#: en/help_topics/authentication.txt:29
8866
8517
msgstr ""
8867
8518
 
8868
8519
#: en/help_topics/authentication.txt:31
8869
 
msgid "  brz branch ftp://host.com/path/to/my/branch"
 
8520
msgid "  bzr branch ftp://host.com/path/to/my/branch"
8870
8521
msgstr ""
8871
8522
 
8872
8523
#: en/help_topics/authentication.txt:33
8873
 
msgid "provided you have created the following ``authentication.conf`` file::"
 
8524
msgid ""
 
8525
"provided you have created the following ``authentication.conf`` file::"
8874
8526
msgstr ""
8875
8527
 
8876
8528
#: en/help_topics/authentication.txt:35
8893
8545
msgid ""
8894
8546
"There are two kinds of authentication used by the various schemes supported "
8895
8547
"by\n"
8896
 
"brz:"
 
8548
"bzr:"
8897
8549
msgstr ""
 
8550
"There are two kinds of authentication used by the various schemes supported "
 
8551
"by\n"
 
8552
"bzr:"
8898
8553
 
8899
8554
#: en/help_topics/authentication.txt:48
8900
8555
msgid "1. user and password"
8922
8577
"is\n"
8923
8578
"really needed is (``user``, ``password``, ``host``, ``path``). The ``realm`` "
8924
8579
"is\n"
8925
 
"not taken into account in the definitions, but will displayed if brz "
 
8580
"not taken into account in the definitions, but will displayed if bzr "
8926
8581
"prompts\n"
8927
8582
"you for a password."
8928
8583
msgstr ""
8971
8626
 
8972
8627
#: en/help_topics/authentication.txt:84
8973
8628
msgid ""
8974
 
"  * ``user``: can be empty (``bzr`` will default to python's\n"
 
8629
"  * ``user``: can be empty (``bzr`` will defaults to python's\n"
8975
8630
"    ``getpass.get_user()``),"
8976
8631
msgstr ""
8977
8632
 
8983
8638
 
8984
8639
#: en/help_topics/authentication.txt:90
8985
8640
msgid ""
8986
 
"Multiple definitions can be provided and, for a given URL, brz will select "
 
8641
"Multiple definitions can be provided and, for a given URL, bzr will select "
8987
8642
"a\n"
8988
8643
"(``user`` [, ``password``]) based on the following rules :"
8989
8644
msgstr ""
9004
8659
#: en/help_topics/authentication.txt:99
9005
8660
msgid ""
9006
8661
" 4. ``host`` matches exactly or act as a domain if it starts with '.'\n"
9007
 
"    (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but ``projectbzr.sf."
9008
 
"net``\n"
 
8662
"    (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but "
 
8663
"``projectbzr.sf.net``\n"
9009
8664
"    will not match ``bzr.sf.net``)."
9010
8665
msgstr ""
9011
8666
 
9090
8745
msgid ""
9091
8746
"All connections are done with the same ``user`` (the remote one for which "
9092
8747
"the\n"
9093
 
"default brz one is not appropriate) and the password is always prompted "
 
8748
"default bzr one is not appropriate) and the password is always prompted "
9094
8749
"with\n"
9095
8750
"some exceptions::"
9096
8751
msgstr ""
9135
8790
"        # The leading '.' ensures that 'shp.net' alone doesn't match\n"
9136
8791
"        host=.shp.net\n"
9137
8792
"        user=joe\n"
9138
 
"        # brz doesn't support supplying a password for sftp,\n"
 
8793
"        # bzr don't support supplying a password for sftp,\n"
9139
8794
"        # consider using an ssh agent if you don't want to supply\n"
9140
8795
"        # a password interactively. (pageant, ssh-agent, etc)"
9141
8796
msgstr ""
9222
8877
"but\n"
9223
8878
"ignored in the actual implementation.\n"
9224
8879
msgstr ""
 
8880
"The ``password_encoding`` and ``verify_certificates`` fields are recognised "
 
8881
"but\n"
 
8882
"ignored in the actual implementation.\n"
9225
8883
 
9226
8884
#: en/help_topics/bugs.txt:1
9227
8885
msgid "Bug Tracker Settings"
9314
8972
msgstr ""
9315
8973
 
9316
8974
#: en/help_topics/bugs.txt:54
9317
 
msgid "Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
 
8975
msgid ""
 
8976
"Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
9318
8977
msgstr ""
9319
8978
 
9320
8979
#: en/help_topics/bugs.txt:56
9408
9067
 
9409
9068
#: en/help_topics/bugs.txt:103
9410
9069
msgid ""
9411
 
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug "
9412
 
"HUDSON-1234\n"
 
9070
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug HUDSON-"
 
9071
"1234\n"
9413
9072
"in Hudson's JIRA bug tracker as fixed.\n"
9414
9073
msgstr ""
9415
9074
 
9445
9104
"export            Export current or past revision to a destination directory "
9446
9105
"or\n"
9447
9106
"                  archive.\n"
9448
 
"grep              Print lines matching PATTERN for specified files and\n"
9449
 
"                  revisions. [grep]\n"
9450
9107
"help              Show help on a command or other topic.\n"
9451
9108
"ignore            Ignore specified files or patterns.\n"
9452
9109
"ignored           List ignored files and the patterns that matched them.\n"
9470
9127
"mv                Move or rename a file.\n"
9471
9128
"nick              Print or set the branch nickname.\n"
9472
9129
"pack              Compress the data within a repository.\n"
9473
 
"ping              Pings a Bazaar smart server.\n"
9474
9130
"plugins           List the installed plugins.\n"
9475
9131
"pull              Turn this branch into a mirror of another branch.\n"
9476
9132
"push              Update a mirror of this branch.\n"
9477
 
"reconcile         Reconcile brz metadata in a branch.\n"
9478
 
"reconfigure       Reconfigure the type of a brz directory.\n"
 
9133
"reconcile         Reconcile bzr metadata in a branch.\n"
 
9134
"reconfigure       Reconfigure the type of a bzr directory.\n"
9479
9135
"register-branch   Register a branch with launchpad.net. [launchpad]\n"
9480
9136
"remerge           Redo a merge.\n"
9481
9137
"remove            Remove files or directories.\n"
9488
9144
"revno             Show current revision number.\n"
9489
9145
"root              Show the tree root directory.\n"
9490
9146
"send              Mail or create a merge-directive for submitting changes.\n"
9491
 
"serve             Run the brz server.\n"
 
9147
"serve             Run the bzr server.\n"
9492
9148
"shelve            Temporarily set aside some changes from the current tree.\n"
9493
9149
"sign-my-commits   Sign all commits by a given committer.\n"
9494
9150
"split             Split a subdirectory of a tree into a separate tree.\n"
9504
9160
"upgrade           Upgrade a repository, branch or working tree to a newer\n"
9505
9161
"                  format.\n"
9506
9162
"verify-signatures Verify all commit signatures.\n"
9507
 
"version           Show version of brz.\n"
 
9163
"version           Show version of bzr.\n"
9508
9164
"version-info      Show version information about this tree.\n"
9509
9165
"view              Manage filtered views.\n"
9510
 
"whoami            Show or set brz user id.\n"
 
9166
"whoami            Show or set bzr user id.\n"
9511
9167
msgstr ""
9512
9168
 
9513
9169
#: en/help_topics/configuration.txt:1
9530
9186
 
9531
9187
#: en/help_topics/configuration.txt:10
9532
9188
msgid ""
9533
 
"BRZ_EMAIL\n"
 
9189
"BZR_EMAIL\n"
9534
9190
"~~~~~~~~~"
9535
9191
msgstr ""
9536
9192
 
9548
9204
 
9549
9205
#: en/help_topics/configuration.txt:19
9550
9206
msgid ""
9551
 
"BRZ_PROGRESS_BAR\n"
 
9207
"BZR_PROGRESS_BAR\n"
9552
9208
"~~~~~~~~~~~~~~~~"
9553
9209
msgstr ""
9554
9210
 
9563
9219
 
9564
9220
#: en/help_topics/configuration.txt:26
9565
9221
msgid ""
9566
 
"BRZ_SIGQUIT_PDB\n"
 
9222
"BZR_SIGQUIT_PDB\n"
9567
9223
"~~~~~~~~~~~~~~~"
9568
9224
msgstr ""
9569
9225
 
9570
9226
#: en/help_topics/configuration.txt:29
9571
 
msgid "Control whether SIGQUIT behaves normally or invokes a breakin debugger."
 
9227
msgid ""
 
9228
"Control whether SIGQUIT behaves normally or invokes a breakin debugger."
9572
9229
msgstr ""
9573
9230
 
9574
9231
#: en/help_topics/configuration.txt:31
9579
9236
 
9580
9237
#: en/help_topics/configuration.txt:34
9581
9238
msgid ""
9582
 
"BRZ_HOME\n"
 
9239
"BZR_HOME\n"
9583
9240
"~~~~~~~~"
9584
9241
msgstr ""
9585
9242
 
9589
9246
 
9590
9247
#: en/help_topics/configuration.txt:39
9591
9248
msgid ""
9592
 
"BRZ_SSH\n"
 
9249
"BZR_SSH\n"
9593
9250
"~~~~~~~"
9594
9251
msgstr ""
9595
9252
 
9599
9256
 
9600
9257
#: en/help_topics/configuration.txt:44
9601
9258
msgid ""
9602
 
"BRZ_PDB\n"
 
9259
"BZR_PDB\n"
9603
9260
"~~~~~~~"
9604
9261
msgstr ""
9605
9262
 
9629
9286
 
9630
9287
#: en/help_topics/configuration.txt:59
9631
9288
msgid ""
9632
 
"BRZ_EDITOR\n"
 
9289
"BZR_EDITOR\n"
9633
9290
"~~~~~~~~~~"
9634
9291
msgstr ""
9635
9292
 
9639
9296
 
9640
9297
#: en/help_topics/configuration.txt:64
9641
9298
msgid ""
9642
 
"BRZ_LOG\n"
 
9299
"BZR_LOG\n"
9643
9300
"~~~~~~~"
9644
9301
msgstr ""
9645
9302
 
9664
9321
#: en/help_topics/configuration.txt:76
9665
9322
msgid ""
9666
9323
"\n"
9667
 
"BRZ_PLUGIN_PATH\n"
 
9324
"BZR_PLUGIN_PATH\n"
9668
9325
"~~~~~~~~~~~~~~~"
9669
9326
msgstr ""
9670
9327
 
9675
9332
msgstr ""
9676
9333
 
9677
9334
#: en/help_topics/configuration.txt:83
9678
 
msgid "* the user specific plugin directory (containing the ``user`` plugins),"
 
9335
msgid ""
 
9336
"* the user specific plugin directory (containing the ``user`` plugins),"
9679
9337
msgstr ""
9680
9338
 
9681
9339
#: en/help_topics/configuration.txt:85
9775
9433
 
9776
9434
#: en/help_topics/configuration.txt:135
9777
9435
msgid ""
9778
 
"BRZ_DISABLE_PLUGINS\n"
 
9436
"BZR_DISABLE_PLUGINS\n"
9779
9437
"~~~~~~~~~~~~~~~~~~~"
9780
9438
msgstr ""
9781
9439
 
9804
9462
 
9805
9463
#: en/help_topics/configuration.txt:151
9806
9464
msgid ""
9807
 
"BRZ_PLUGINS_AT\n"
 
9465
"BZR_PLUGINS_AT\n"
9808
9466
"~~~~~~~~~~~~~~"
9809
9467
msgstr ""
9810
9468
 
9849
9507
 
9850
9508
#: en/help_topics/configuration.txt:178
9851
9509
msgid ""
9852
 
"BRZPATH\n"
 
9510
"BZRPATH\n"
9853
9511
"~~~~~~~"
9854
9512
msgstr ""
9855
9513
 
10051
9709
 
10052
9710
#: en/help_topics/configuration.txt:287
10053
9711
msgid ""
10054
 
"Policies are specified by keys with names of the form \"<option_name>:policy"
10055
 
"\".\n"
 
9712
"Policies are specified by keys with names of the form "
 
9713
"\"<option_name>:policy\".\n"
10056
9714
"For example, to define the push location for a tree of branches, the\n"
10057
9715
"following could be used::"
10058
9716
msgstr ""
10803
10461
"add.maximum_file_size\n"
10804
10462
"~~~~~~~~~~~~~~~~~~~~~"
10805
10463
msgstr ""
 
10464
"add.maximum_file_size\n"
 
10465
"~~~~~~~~~~~~~~~~~~~~~"
10806
10466
 
10807
10467
#: en/help_topics/configuration.txt:686
10808
10468
msgid ""
10809
10469
"Defines the maximum file size the command line \"add\" operation will allow\n"
10810
 
"in recursive mode, with files larger than this value being skipped. You "
10811
 
"may \n"
10812
 
"specify this value as an integer (in which case it is interpreted as "
10813
 
"bytes), \n"
 
10470
"in recursive mode, with files larger than this value being skipped. You may "
 
10471
"\n"
 
10472
"specify this value as an integer (in which case it is interpreted as bytes), "
 
10473
"\n"
10814
10474
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10815
10475
"0 \n"
10816
10476
"will disable skipping."
10817
10477
msgstr ""
 
10478
"Defines the maximum file size the command line \"add\" operation will allow\n"
 
10479
"in recursive mode, with files larger than this value being skipped. You may "
 
10480
"\n"
 
10481
"specify this value as an integer (in which case it is interpreted as bytes), "
 
10482
"\n"
 
10483
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
 
10484
"0 \n"
 
10485
"will disable skipping."
10818
10486
 
10819
10487
#: en/help_topics/configuration.txt:692
10820
10488
msgid ""
10860
10528
 
10861
10529
#: en/help_topics/configuration.txt:716
10862
10530
msgid ""
10863
 
"Because ``mergetool`` and ``config`` itself both use curly braces as\n"
10864
 
"interpolation markers, trying to display the mergetool line results in the\n"
10865
 
"following problem::"
10866
 
msgstr ""
10867
 
 
10868
 
#: en/help_topics/configuration.txt:720
10869
 
msgid ""
10870
 
"\n"
10871
 
"  $ bzr config bzr.mergetool.kdiff3='kdiff3 {base} {this} {other} -o "
10872
 
"{result}'\n"
10873
 
"  $ bzr config bzr.mergetool.kdiff3\n"
10874
 
"  bzr: ERROR: Option base is not defined while expanding \"kdiff3 {base} "
10875
 
"{this} {other} -o {result}\"."
10876
 
msgstr ""
10877
 
 
10878
 
#: en/help_topics/configuration.txt:725
10879
 
msgid ""
10880
 
"To avoid this, ``config`` can be instructed not to try expanding variables::"
10881
 
msgstr ""
10882
 
 
10883
 
#: en/help_topics/configuration.txt:727
10884
 
msgid ""
10885
 
"  $ bzr config --all bzr.mergetool.kdiff3\n"
10886
 
"  branch:\n"
10887
 
"    bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
10888
 
msgstr ""
10889
 
 
10890
 
#: en/help_topics/configuration.txt:731
10891
 
msgid ""
10892
 
"\n"
10893
10531
"bzr.default_mergetool\n"
10894
10532
"~~~~~~~~~~~~~~~~~~~~~"
10895
10533
msgstr ""
10896
10534
 
10897
 
#: en/help_topics/configuration.txt:735
 
10535
#: en/help_topics/configuration.txt:719
10898
10536
msgid ""
10899
10537
"Specifies which external merge tool (as defined above) should be selected "
10900
10538
"by\n"
10901
10539
"default in tools such as ``bzr qconflicts``."
10902
10540
msgstr ""
10903
10541
 
10904
 
#: en/help_topics/configuration.txt:740
 
10542
#: en/help_topics/configuration.txt:724
10905
10543
msgid "  bzr.default_mergetool = kdiff3\n"
10906
10544
msgstr ""
10907
10545
 
10921
10559
 
10922
10560
#: en/help_topics/conflict-types.txt:8
10923
10561
msgid ""
10924
 
"When conflicts are present in your working tree (as shown by ``brz\n"
10925
 
"conflicts``), you should resolve them and then inform brz that the "
 
10562
"When conflicts are present in your working tree (as shown by ``bzr\n"
 
10563
"conflicts``), you should resolve them and then inform bzr that the "
10926
10564
"conflicts\n"
10927
10565
"have been resolved."
10928
10566
msgstr ""
10951
10589
"to\n"
10952
10590
"do."
10953
10591
msgstr ""
 
10592
"Bazaar tries to avoid conflicts; its aim is to ask you to resolve the\n"
 
10593
"conflict if and only if there's an actual conceptual conflict in the source\n"
 
10594
"tree.  Because Bazaar doesn't understand the real meaning of the files "
 
10595
"being\n"
 
10596
"versioned, it can, when faced with ambiguities, fall short in either "
 
10597
"direction\n"
 
10598
"trying to resolve the conflict itself. Many kinds of changes can be "
 
10599
"combined\n"
 
10600
"programmatically, but sometimes only a human can determine the right thing "
 
10601
"to\n"
 
10602
"do."
10954
10603
 
10955
10604
#: en/help_topics/conflict-types.txt:25
10956
10605
msgid ""
10974
10623
#: en/help_topics/conflict-types.txt:34
10975
10624
msgid ""
10976
10625
"2. Inform Bazaar that the conflict is now solved and ask to cleanup any\n"
10977
 
"   remaining generated information (``brz resolve <item>``)."
 
10626
"   remaining generated information (``bzr resolve <item>``)."
10978
10627
msgstr ""
10979
10628
 
10980
10629
#: en/help_topics/conflict-types.txt:37
11004
10653
"these actions, Bazaar can provide some help. In the end you should at least\n"
11005
10654
"inform Bazaar that you're done with the conflict with::"
11006
10655
msgstr ""
 
10656
"Various actions are available depending on the kind of conflict; for some "
 
10657
"of\n"
 
10658
"these actions, Bazaar can provide some help. In the end you should at least\n"
 
10659
"inform Bazaar that you're done with the conflict with::"
11007
10660
 
11008
10661
#: en/help_topics/conflict-types.txt:51
11009
 
msgid "  ``brz resolve FILE --action=done'"
 
10662
msgid "  ``bzr resolve FILE --action=done'"
11010
10663
msgstr ""
11011
10664
 
11012
10665
#: en/help_topics/conflict-types.txt:53
11017
10670
msgstr ""
11018
10671
 
11019
10672
#: en/help_topics/conflict-types.txt:56
11020
 
msgid "   ``brz resolve FILE``"
 
10673
msgid "   ``bzr resolve FILE``"
11021
10674
msgstr ""
11022
10675
 
11023
10676
#: en/help_topics/conflict-types.txt:58
11024
 
msgid "See ``brz help resolve`` for more details."
 
10677
msgid "See ``bzr help resolve`` for more details."
11025
10678
msgstr ""
11026
10679
 
11027
10680
#: en/help_topics/conflict-types.txt:60
11104
10757
 
11105
10758
#: en/help_topics/conflict-types.txt:100
11106
10759
msgid ""
11107
 
"When you have resolved text conflicts, just run ``brz resolve --auto``, and\n"
 
10760
"When you have resolved text conflicts, just run ``bzr resolve --auto``, and\n"
11108
10761
"Bazaar will auto-detect which conflicts you have resolved."
11109
10762
msgstr ""
11110
10763
 
11118
10771
#: en/help_topics/conflict-types.txt:107
11119
10772
msgid ""
11120
10773
"\n"
11121
 
"When you want to pick one set of changes over the other, you can use ``brz\n"
 
10774
"When you want to pick one set of changes over the other, you can use ``bzr\n"
11122
10775
"resolve`` with one of the following actions:"
11123
10776
msgstr ""
11124
10777
 
11172
10825
"version\n"
11173
10826
"or a combination of both."
11174
10827
msgstr ""
 
10828
"To resolve that kind of conflict, you should rebuild FILE from either "
 
10829
"version\n"
 
10830
"or a combination of both."
11175
10831
 
11176
10832
#: en/help_topics/conflict-types.txt:137 en/help_topics/conflict-types.txt:185
11177
10833
#: en/help_topics/conflict-types.txt:226 en/help_topics/conflict-types.txt:252
11178
10834
#: en/help_topics/conflict-types.txt:291 en/help_topics/conflict-types.txt:326
11179
10835
#: en/help_topics/conflict-types.txt:361
11180
 
msgid "``brz resolve`` recognizes the following actions:"
11181
 
msgstr ""
 
10836
msgid "``bzr resolve`` recognizes the following actions:"
 
10837
msgstr "``bzr resolve`` recognises the following actions:"
11182
10838
 
11183
10839
#: en/help_topics/conflict-types.txt:139
11184
10840
msgid ""
11185
 
"* ``--action=take-this`` will issue ``brz mv FILE.THIS FILE``,\n"
11186
 
"* ``--action=take-other`` will issue ``brz mv FILE.OTHER FILE``,\n"
 
10841
"* ``--action=take-this`` will issue ``bzr mv FILE.THIS FILE``,\n"
 
10842
"* ``--action=take-other`` will issue ``bzr mv FILE.OTHER FILE``,\n"
11187
10843
"* ``--action=done`` will just mark the conflict as resolved."
11188
10844
msgstr ""
11189
10845
 
11201
10857
msgid ""
11202
10858
"Bazaar cannot auto-detect when conflicts of this kind have been resolved."
11203
10859
msgstr ""
 
10860
"Bazaar cannot auto-detect when conflicts of this kind have been resolved."
11204
10861
 
11205
10862
#: en/help_topics/conflict-types.txt:148
11206
10863
msgid ""
11227
10884
msgid ""
11228
10885
"To resolve the conflict, you must apply the correct tags to either the "
11229
10886
"target\n"
11230
 
"branch or the source branch as appropriate.  Use \"brz tags --show-ids -d\n"
 
10887
"branch or the source branch as appropriate.  Use \"bzr tags --show-ids -d\n"
11231
10888
"SOURCE_URL\" to see the tags in the source branch.  If you want to make the\n"
11232
10889
"target branch's tags match the source branch, then in the target branch do\n"
11233
 
"``brz tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
 
10890
"``bzr tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
11234
10891
"CONFLICTING_TAGs, where REVISION_ID comes from the list of tags in the "
11235
10892
"source\n"
11236
 
"branch.  You need not call \"brz resolve\" after doing this.  To resolve in\n"
 
10893
"branch.  You need not call \"bzr resolve\" after doing this.  To resolve in\n"
11237
10894
"favor of the target branch, you need to similarly use ``tag --force`` in "
11238
10895
"the\n"
11239
10896
"source branch.  (Note that pulling or pushing using --overwrite will "
11259
10916
 
11260
10917
#: en/help_topics/conflict-types.txt:187
11261
10918
msgid ""
11262
 
"* ``--action=take-this`` will issue ``brz rm FILE ; brz mv FILE.moved "
 
10919
"* ``--action=take-this`` will issue ``bzr rm FILE ; bzr mv FILE.moved "
11263
10920
"FILE``,\n"
11264
 
"* ``--action=take-other`` will issue ``brz rm FILE.moved``,\n"
 
10921
"* ``--action=take-other`` will issue ``bzr rm FILE.moved``,\n"
11265
10922
"* ``--action=done`` will just mark the conflict as resolved."
11266
10923
msgstr ""
11267
10924
 
11277
10934
msgstr ""
11278
10935
 
11279
10936
#: en/help_topics/conflict-types.txt:200
11280
 
msgid "    Conflict because FILE is not versioned, but has versioned children."
 
10937
msgid ""
 
10938
"    Conflict because FILE is not versioned, but has versioned children."
11281
10939
msgstr ""
11282
10940
 
11283
10941
#: en/help_topics/conflict-types.txt:202
11290
10948
"will version the parent directory as well.  Resolving this issue depends\n"
11291
10949
"very much on the particular scenario.  You may wish to rename or delete "
11292
10950
"either\n"
11293
 
"the file or the directory.  When you are satisfied, you can run \"brz "
 
10951
"the file or the directory.  When you are satisfied, you can run \"bzr "
11294
10952
"resolve\n"
11295
10953
"FILE\" to mark the conflict as resolved."
11296
10954
msgstr ""
11320
10978
"To resolve that kind of conflict, you should either remove or rename the\n"
11321
10979
"children or the directory or a combination of both."
11322
10980
msgstr ""
 
10981
"To resolve that kind of conflict, you should either remove or rename the\n"
 
10982
"children or the directory or a combination of both."
11323
10983
 
11324
10984
#: en/help_topics/conflict-types.txt:228
11325
10985
msgid ""
11326
 
"* ``--action=take-this`` will issue ``brz rm directory`` including the\n"
 
10986
"* ``--action=take-this`` will issue ``bzr rm directory`` including the\n"
11327
10987
"  children,\n"
11328
10988
"* ``--action=take-other`` will acknowledge Bazaar choice to keep the "
11329
10989
"children\n"
11358
11018
 
11359
11019
#: en/help_topics/conflict-types.txt:256
11360
11020
msgid ""
11361
 
"* ``--action=take-other`` will issue ``brz rm directory`` including the \n"
 
11021
"* ``--action=take-other`` will issue ``bzr rm directory`` including the \n"
11362
11022
"  children,"
11363
11023
msgstr ""
11364
11024
 
11376
11036
#: en/help_topics/conflict-types.txt:265
11377
11037
msgid ""
11378
11038
"Handling such orphans, *before* the conflict is created, is controlled by\n"
11379
 
"setting the ``brz.transform.orphan_policy`` configuration option."
 
11039
"setting the ``bzr.transform.orphan_policy`` configuration option."
11380
11040
msgstr ""
11381
11041
 
11382
11042
#: en/help_topics/conflict-types.txt:268
11391
11051
 
11392
11052
#: en/help_topics/conflict-types.txt:273
11393
11053
msgid ""
11394
 
"* ``move``: will move the orphans to a ``brz-orphans`` directory at the "
 
11054
"* ``move``: will move the orphans to a ``bzr-orphans`` directory at the "
11395
11055
"root\n"
11396
11056
"  of the working tree with names like ``<file>.~#~``."
11397
11057
msgstr ""
11419
11079
"be\n"
11420
11080
"retained for the file involved."
11421
11081
msgstr ""
 
11082
"To resolve that kind of conflict, you just have to decide which name should "
 
11083
"be\n"
 
11084
"retained for the file involved."
11422
11085
 
11423
11086
#: en/help_topics/conflict-types.txt:293
11424
11087
msgid ""
11425
11088
"* ``--action=take-this`` will revert Bazaar choice and keep ``PATH1`` by\n"
11426
 
"  issuing ``brz mv PATH2 PATH1``,\n"
 
11089
"  issuing ``bzr mv PATH2 PATH1``,\n"
11427
11090
"* ``--action=take-other`` will acknowledge Bazaar choice of keeping "
11428
11091
"``PATH2``,\n"
11429
11092
"* ``--action=done`` will just mark the conflict as resolved."
11449
11112
 
11450
11113
#: en/help_topics/conflict-types.txt:311
11451
11114
msgid ""
11452
 
"  $ brz init\n"
11453
 
"  $ brz mkdir white\n"
11454
 
"  $ brz mkdir black\n"
11455
 
"  $ brz commit -m \"BASE\"\n"
11456
 
"  $ brz branch . ../other\n"
11457
 
"  $ brz mv white black\n"
11458
 
"  $ brz commit -m \"THIS\"\n"
11459
 
"  $ brz mv ../other/black ../other/white\n"
11460
 
"  $ brz commit ../other -m \"OTHER\"\n"
11461
 
"  $ brz merge ../other"
 
11115
"  $ bzr init\n"
 
11116
"  $ bzr mkdir white\n"
 
11117
"  $ bzr mkdir black\n"
 
11118
"  $ bzr commit -m \"BASE\"\n"
 
11119
"  $ bzr branch . ../other\n"
 
11120
"  $ bzr mv white black\n"
 
11121
"  $ bzr commit -m \"THIS\"\n"
 
11122
"  $ bzr mv ../other/black ../other/white\n"
 
11123
"  $ bzr commit ../other -m \"OTHER\"\n"
 
11124
"  $ bzr merge ../other"
11462
11125
msgstr ""
11463
11126
 
11464
11127
#: en/help_topics/conflict-types.txt:322
11467
11130
"``black``.  To resolve that kind of conflict, you just have to decide what\n"
11468
11131
"name should be retained for the directories involved."
11469
11132
msgstr ""
 
11133
"In this situation, Bazaar will cancel the move, and leave ``white`` in\n"
 
11134
"``black``.  To resolve that kind of conflict, you just have to decide which\n"
 
11135
"name should be retained for the directories involved."
11470
11136
 
11471
11137
#: en/help_topics/conflict-types.txt:328
11472
11138
msgid ""
11473
 
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving "
11474
 
"``white`` \n"
 
11139
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving ``white`` "
 
11140
"\n"
11475
11141
"  in ``black``,\n"
11476
11142
"* ``--action=take-other`` will revert Bazaar choice and move ``black`` in\n"
11477
 
"   ``white`` by issuing ``brz mv black/white white ; brz mv black white``,\n"
 
11143
"   ``white`` by issuing ``bzr mv black/white white ; bzr mv black white``,\n"
11478
11144
"* ``--action=done`` will just mark the conflict as resolved."
11479
11145
msgstr ""
11480
11146
 
11499
11165
 
11500
11166
#: en/help_topics/conflict-types.txt:347
11501
11167
msgid ""
11502
 
"  $ brz init\n"
11503
 
"  $ brz mkdir foo\n"
11504
 
"  $ brz commit -m \"BASE\"\n"
11505
 
"  $ brz branch . ../other\n"
 
11168
"  $ bzr init\n"
 
11169
"  $ bzr mkdir foo\n"
 
11170
"  $ bzr commit -m \"BASE\"\n"
 
11171
"  $ bzr branch . ../other\n"
11506
11172
"  $ rmdir foo\n"
11507
11173
"  $ touch foo\n"
11508
 
"  $ brz commit -m \"THIS\"\n"
11509
 
"  $ brz mkdir ../other/foo/bar\n"
11510
 
"  $ brz commit ../other -m \"OTHER\"\n"
11511
 
"  $ brz merge ../other"
 
11174
"  $ bzr commit -m \"THIS\"\n"
 
11175
"  $ bzr mkdir ../other/foo/bar\n"
 
11176
"  $ bzr commit ../other -m \"OTHER\"\n"
 
11177
"  $ bzr merge ../other"
11512
11178
msgstr ""
11513
11179
 
11514
11180
#: en/help_topics/conflict-types.txt:358
11516
11182
"To resolve that kind of conflict, you have to decide what name should be\n"
11517
11183
"retained for the file, directory or symlink involved."
11518
11184
msgstr ""
 
11185
"To resolve that kind of conflict, you have to decidewhich name should be\n"
 
11186
"retained for the file, directory or symlink involved."
11519
11187
 
11520
11188
#: en/help_topics/conflict-types.txt:363
11521
11189
msgid ""
11522
 
"* ``--action=take-this`` will issue ``brz rm --force foo.new`` and \n"
11523
 
"  ``brz add foo``,\n"
11524
 
"* ``--action=take-other`` will issue ``brz rm --force foo`` and \n"
11525
 
"  ``brz mv foo.new foo``,\n"
 
11190
"* ``--action=take-this`` will issue ``bzr rm --force foo.new`` and \n"
 
11191
"  ``bzr add foo``,\n"
 
11192
"* ``--action=take-other`` will issue ``bzr rm --force foo`` and \n"
 
11193
"  ``bzr mv foo.new foo``,\n"
11526
11194
"* ``--action=done`` will just mark the conflict as resolved."
11527
11195
msgstr ""
11528
11196
 
11568
11236
 
11569
11237
#: en/help_topics/content-filters.txt:16
11570
11238
msgid "To generalize, there are two content formats supported by Bazaar:"
11571
 
msgstr ""
 
11239
msgstr "To generalise, there are two content formats supported by Bazaar:"
11572
11240
 
11573
11241
#: en/help_topics/content-filters.txt:18
11574
11242
msgid ""
11620
11288
"they filter, e.g. only files ending in ``.java`` or ``.php``.\n"
11621
11289
"In other cases, the plugin may leave it in the user's hands to\n"
11622
11290
"define which files are to be filtered. This is typically done\n"
11623
 
"using rule-based preferences. See ``brz help rules`` for general\n"
 
11291
"using rule-based preferences. See ``bzr help rules`` for general\n"
11624
11292
"information about defining these."
11625
11293
msgstr ""
11626
11294
 
11634
11302
#: en/help_topics/content-filters.txt:55
11635
11303
msgid ""
11636
11304
"Read converters are only applied to commands that read content from\n"
11637
 
"a working tree, e.g. status, diff and commit. For example, ``brz diff``\n"
 
11305
"a working tree, e.g. status, diff and commit. For example, ``bzr diff``\n"
11638
11306
"will apply read converters to files in the working tree, then compare\n"
11639
11307
"the results to the content last committed."
11640
11308
msgstr ""
11643
11311
msgid ""
11644
11312
"Write converters are only applied by commands that **create files in a\n"
11645
11313
"working tree**, e.g. branch, checkout, update. If you wish to see the\n"
11646
 
"canonical format of a file or tree, use ``brz cat`` or ``brz export``\n"
 
11314
"canonical format of a file or tree, use ``bzr cat`` or ``bzr export``\n"
11647
11315
"respectively."
11648
11316
msgstr ""
11649
11317
 
11650
11318
#: en/help_topics/content-filters.txt:65
11651
11319
msgid ""
11652
 
"Note: ``brz commit`` does not implicitly apply write converters after\n"
 
11320
"Note: ``bzr commit`` does not implicitly apply write converters after\n"
11653
11321
"comitting files. If this makes sense for a given plugin providing\n"
11654
11322
"a content filter, the plugin can usually achieve this effect by using a\n"
11655
11323
"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n"
11680
11348
#: en/help_topics/content-filters.txt:84
11681
11349
msgid ""
11682
11350
" * To reapply read converters, ``touch`` files, i.e. update their\n"
11683
 
"   timestamp. Operations like ``brz status`` should then reapply the\n"
 
11351
"   timestamp. Operations like ``bzr status`` should then reapply the\n"
11684
11352
"   relevant read converters and compare the end result with the\n"
11685
11353
"   canonical format."
11686
11354
msgstr ""
11688
11356
#: en/help_topics/content-filters.txt:89
11689
11357
msgid ""
11690
11358
" * To reapply write converters, ensure there are no local changes,\n"
11691
 
"   delete the relevant files and run ``brz revert`` on those files."
 
11359
"   delete the relevant files and run ``bzr revert`` on those files."
11692
11360
msgstr ""
11693
11361
 
11694
11362
#: en/help_topics/content-filters.txt:92
11723
11391
 
11724
11392
#: en/help_topics/debug-flags.txt:4
11725
11393
msgid ""
11726
 
"These flags can be passed on the brz command line or (without the ``-D``\n"
 
11394
"These flags can be passed on the bzr command line or (without the ``-D``\n"
11727
11395
"prefix) put in the ``debug_flags`` variable in ``bazaar.conf``."
11728
11396
msgstr ""
11729
11397
 
11776
11444
"appropriate\n"
11777
11445
"                  for the format, even for non-local fetches.\n"
11778
11446
msgstr ""
 
11447
"-Dauth            Trace authentication sections used.\n"
 
11448
"-Dbytes           Print out how many bytes were transferred\n"
 
11449
"-Ddirstate        Trace dirstate activity (verbose!)\n"
 
11450
"-Derror           Instead of normal error handling, always print a "
 
11451
"traceback\n"
 
11452
"                  on error.\n"
 
11453
"-Devil            Capture call sites that do expensive or badly-scaling\n"
 
11454
"                  operations.\n"
 
11455
"-Dfetch           Trace history copying between repositories.\n"
 
11456
"-Dfilters         Emit information for debugging content filtering.\n"
 
11457
"-Dforceinvdeltas  Force use of inventory deltas during generic streaming "
 
11458
"fetch.\n"
 
11459
"-Dgraph           Trace graph traversal.\n"
 
11460
"-Dhashcache       Log every time a working file is read to determine its "
 
11461
"hash.\n"
 
11462
"-Dhooks           Trace hook execution.\n"
 
11463
"-Dhpss            Trace smart protocol requests and responses.\n"
 
11464
"-Dhpssdetail      More hpss details.\n"
 
11465
"-Dhpssvfs         Traceback on vfs access to Remote objects.\n"
 
11466
"-Dhttp            Trace http connections, requests and responses.\n"
 
11467
"-Dindex           Trace major index operations.\n"
 
11468
"-Dknit            Trace knit operations.\n"
 
11469
"-Dlock            Trace when lockdir locks are taken or released.\n"
 
11470
"-Dnoretry         If a connection is reset, fail immediately rather than\n"
 
11471
"                  retrying the request.\n"
 
11472
"-Dprogress        Trace progress bar operations.\n"
 
11473
"-Dmem_dump        Dump memory to a file upon an out of memory error.\n"
 
11474
"-Dmerge           Emit information for debugging merges.\n"
 
11475
"-Dno_apport       Don't use apport to report crashes.\n"
 
11476
"-Dno_activity \t  Don't show transport activity indicator in progress bar.\n"
 
11477
"-Dpack            Emit information about pack operations.\n"
 
11478
"-Drelock          Emit a message every time a branch or repository object "
 
11479
"is\n"
 
11480
"                  unlocked then relocked the same way.\n"
 
11481
"-Dsftp            Trace SFTP internals.\n"
 
11482
"-Dstatic_tuple    Error when a tuple is used where a StaticTuple is "
 
11483
"expected\n"
 
11484
"-Dstream          Trace fetch streams.\n"
 
11485
"-Dstrict_locks    Trace when OS locks are potentially used in a non-"
 
11486
"portable\n"
 
11487
"                  manner.\n"
 
11488
"-Dunlock          Some errors during unlock are treated as warnings.\n"
 
11489
"-DIDS_never       Never use InterDifferingSerializer when fetching.\n"
 
11490
"-DIDS_always      Always use InterDifferingSerializer to fetch if "
 
11491
"appropriate\n"
 
11492
"                  for the format, even for non-local fetches.\n"
11779
11493
 
11780
11494
#: en/help_topics/diverged-branches.txt:1
11781
11495
msgid ""
11805
11519
"last pull and you have local commits that have not yet been pushed to the\n"
11806
11520
"mainline, then your local branch and the mainline have diverged."
11807
11521
msgstr ""
 
11522
"This situation commonly arises when using a centralised workflow with local\n"
 
11523
"commits.  If someone else has committed new work to the mainline since your\n"
 
11524
"last pull and you have local commits that have not yet been pushed to the\n"
 
11525
"mainline, then your local branch and the mainline have diverged."
11808
11526
 
11809
11527
#: en/help_topics/diverged-branches.txt:17
11810
11528
msgid ""
11814
11532
 
11815
11533
#: en/help_topics/diverged-branches.txt:20
11816
11534
msgid ""
11817
 
"The ``brz missing`` command is used to find out what revisions are in "
 
11535
"The ``bzr missing`` command is used to find out what revisions are in "
11818
11536
"another\n"
11819
11537
"branch that are not present in the current branch, and vice-versa.  It shows "
11820
11538
"a\n"
11821
11539
"summary of  which extra revisions exist in each branch.  If you want to see "
11822
11540
"the\n"
11823
 
"precise effects of those revisions, you can use ``brz diff --"
 
11541
"precise effects of those revisions, you can use ``bzr diff --"
11824
11542
"old=other_branch``\n"
11825
11543
"to show the differences between other_branch and your current branch."
11826
11544
msgstr ""
11834
11552
#: en/help_topics/diverged-branches.txt:29
11835
11553
msgid ""
11836
11554
"The solution is to merge the revisions from the mainline into your local\n"
11837
 
"branch.  To do so, use ``brz merge`` to get the new revisions from the\n"
 
11555
"branch.  To do so, use ``bzr merge`` to get the new revisions from the\n"
11838
11556
"mainline.  This merge may result in conflicts if the other developer's "
11839
11557
"changes\n"
11840
11558
"overlap with your changes.  These conflicts should be resolved before\n"
11846
11564
"resulting working tree for correctness, since the merged revisions could "
11847
11565
"have\n"
11848
11566
"made arbitrary changes.  After testing, you should commit the merge using\n"
11849
 
"``brz commit``.  This clears up the diverged branches situation.  Your "
 
11567
"``bzr commit``.  This clears up the diverged branches situation.  Your "
11850
11568
"local\n"
11851
11569
"branch can now be pushed to the mainline.\n"
11852
11570
msgstr ""
11856
11574
msgstr ""
11857
11575
 
11858
11576
#: en/help_topics/env-variables.txt:3
11859
 
msgid "See bzr help configuration for more details."
11860
 
msgstr ""
11861
 
 
11862
 
#: en/help_topics/env-variables.txt:5
11863
11577
msgid ""
11864
11578
"=================== "
11865
11579
"===========================================================\n"
11866
11580
"BZRPATH             Path where bzr is to look for shell plugin external\n"
11867
11581
"                    commands.\n"
11868
 
"BRZ_EMAIL           E-Mail address of the user. Overrides EMAIL.\n"
 
11582
"BZR_EMAIL           E-Mail address of the user. Overrides EMAIL.\n"
11869
11583
"EMAIL               E-Mail address of the user.\n"
11870
 
"BRZ_EDITOR          Editor for editing commit messages. Overrides EDITOR.\n"
 
11584
"BZR_EDITOR          Editor for editing commit messages. Overrides EDITOR.\n"
11871
11585
"EDITOR              Editor for editing commit messages.\n"
11872
 
"BRZ_PLUGIN_PATH     Paths where bzr should look for plugins.\n"
11873
 
"BRZ_DISABLE_PLUGINS Plugins that bzr should not load.\n"
11874
 
"BRZ_PLUGINS_AT      Plugins to load from a directory not in "
11875
 
"BRZ_PLUGIN_PATH.\n"
11876
 
"BRZ_HOME            Directory holding .bazaar config dir. Overrides HOME.\n"
11877
 
"BRZ_HOME (Win32)    Directory holding bazaar config dir. Overrides APPDATA "
 
11586
"BZR_PLUGIN_PATH     Paths where bzr should look for plugins.\n"
 
11587
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
 
11588
"BZR_PLUGINS_AT      Plugins to load from a directory not in "
 
11589
"BZR_PLUGIN_PATH.\n"
 
11590
"BZR_HOME            Directory holding .bazaar config dir. Overrides HOME.\n"
 
11591
"BZR_HOME (Win32)    Directory holding bazaar config dir. Overrides APPDATA "
11878
11592
"and\n"
11879
11593
"                    HOME.\n"
11880
11594
"BZR_REMOTE_PATH     Full name of remote 'bzr' command (for bzr+ssh:// "
11881
11595
"URLs).\n"
11882
 
"BRZ_SSH             Path to SSH client, or one of paramiko, openssh, "
 
11596
"BZR_SSH             Path to SSH client, or one of paramiko, openssh, "
11883
11597
"sshcorp,\n"
11884
11598
"                    plink or lsh.\n"
11885
 
"BRZ_LOG             Location of .bzr.log (use '/dev/null' to suppress log).\n"
11886
 
"BRZ_LOG (Win32)     Location of .bzr.log (use 'NUL' to suppress log).\n"
11887
 
"BRZ_COLUMNS         Override implicit terminal width.\n"
11888
 
"BRZ_CONCURRENCY     Number of processes that can be run concurrently "
 
11599
"BZR_LOG             Location of .bzr.log (use '/dev/null' to suppress log).\n"
 
11600
"BZR_LOG (Win32)     Location of .bzr.log (use 'NUL' to suppress log).\n"
 
11601
"BZR_COLUMNS         Override implicit terminal width.\n"
 
11602
"BZR_CONCURRENCY     Number of processes that can be run concurrently "
11889
11603
"(selftest)\n"
11890
 
"BRZ_PROGRESS_BAR    Override the progress display. Values are 'none' or "
 
11604
"BZR_PROGRESS_BAR    Override the progress display. Values are 'none' or "
11891
11605
"'text'.\n"
11892
 
"BRZ_PDB             Control whether to launch a debugger on error.\n"
11893
 
"BRZ_SIGQUIT_PDB     Control whether SIGQUIT behaves normally or invokes a\n"
 
11606
"BZR_PDB             Control whether to launch a debugger on error.\n"
 
11607
"BZR_SIGQUIT_PDB     Control whether SIGQUIT behaves normally or invokes a\n"
11894
11608
"                    breakin debugger.\n"
11895
 
"BRZ_TEXTUI_INPUT    Force console input mode for prompts to line-based "
 
11609
"BZR_TEXTUI_INPUT    Force console input mode for prompts to line-based "
11896
11610
"(instead\n"
11897
11611
"                    of char-based).\n"
11898
11612
"=================== "
11909
11623
msgid ""
11910
11624
"EOL conversion is provided as a content filter where Bazaar internally\n"
11911
11625
"stores a canonical format but outputs a convenience format. See\n"
11912
 
"``brz help content-filters`` for general information about using these."
 
11626
"``bzr help content-filters`` for general information about using these."
11913
11627
msgstr ""
11914
11628
 
11915
11629
#: en/help_topics/eol.txt:8
11918
11632
"e.g. 1.14. Be sure that both the repository *and* the branch are\n"
11919
11633
"in a recent format. (Just setting the format on the repository\n"
11920
11634
"is not enough.) If content filtering does not appear to be working, use\n"
11921
 
"'brz info -v' to confirm that the branch is using \"Working tree format 5\"\n"
 
11635
"'bzr info -v' to confirm that the branch is using \"Working tree format 5\"\n"
11922
11636
"or later."
11923
11637
msgstr ""
11924
11638
 
11925
11639
#: en/help_topics/eol.txt:15
11926
11640
msgid ""
11927
11641
"EOL conversion needs to be enabled for selected file patterns using\n"
11928
 
"rules. See ``brz help rules`` for general information on defining rules.\n"
11929
 
"Currently, rules are only supported in $brz_HOME/.bazaar/rules (or\n"
11930
 
"%brz_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
 
11642
"rules. See ``bzr help rules`` for general information on defining rules.\n"
 
11643
"Currently, rules are only supported in $BZR_HOME/.bazaar/rules (or\n"
 
11644
"%BZR_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
11931
11645
"supported in a future verison of Bazaar."
11932
11646
msgstr ""
11933
11647
 
12055
11769
"======================\n"
12056
11770
" ``native-with-crlf-in-repo`` ``crlf`` on Windows,     ``crlf``\n"
12057
11771
"                              ``lf`` otherwise\n"
12058
 
" ---------------------------- ------------------------ "
12059
 
"----------------------\n"
 
11772
" ---------------------------- ------------------------ ----------------------"
 
11773
"\n"
12060
11774
" ``lf-with-crlf-in-repo``     ``lf``                   ``crlf``\n"
12061
 
" ---------------------------- ------------------------ "
12062
 
"----------------------\n"
 
11775
" ---------------------------- ------------------------ ----------------------"
 
11776
"\n"
12063
11777
" ``crlf-with-crlf-in-repo``   ``crlf``                 ``crlf``\n"
12064
11778
" ============================ ======================== ======================"
12065
11779
msgstr ""
12128
11842
"touching-revisions   Return revision-ids which affected a particular file.\n"
12129
11843
"unknowns             List unknown files.\n"
12130
11844
"wait-until-signalled Test helper for\n"
12131
 
"                     test_start_and_stop_brz_subprocess_send_signal.\n"
 
11845
"                     test_start_and_stop_bzr_subprocess_send_signal.\n"
12132
11846
msgstr ""
12133
11847
 
12134
11848
#: en/help_topics/hooks.txt:1
12162
11876
"The class that contains each hook is given before the hooks it supplies. "
12163
11877
"For\n"
12164
11878
"instance, BranchHooks as the class is the hooks class for\n"
12165
 
"`breezy.branch.Branch.hooks`."
 
11879
"`bzrlib.branch.Branch.hooks`."
12166
11880
msgstr ""
12167
11881
 
12168
11882
#: en/help_topics/hooks.txt:18
12244
11958
#: en/help_topics/hooks.txt:58
12245
11959
msgid ""
12246
11960
"Called after new branch initialization completes. post_branch_init is\n"
12247
 
"called with a breezy.branch.BranchInitHookParams. Note that init,\n"
 
11961
"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n"
12248
11962
"branch and checkout (both heavyweight and lightweight) will all\n"
12249
11963
"trigger this hook."
12250
11964
msgstr ""
 
11965
"Called after new branch initialisation completes. post_branch_init is\n"
 
11966
"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n"
 
11967
"branch and checkout (both heavyweight and lightweight) will all\n"
 
11968
"trigger this hook."
12251
11969
 
12252
11970
#: en/help_topics/hooks.txt:63
12253
11971
msgid ""
12263
11981
msgid ""
12264
11982
"Called in bzr client and server after a change to the tip of a branch\n"
12265
11983
"is made. post_change_branch_tip is called with a\n"
12266
 
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
11984
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
12267
11985
"uncommit will all trigger this hook."
12268
11986
msgstr ""
12269
11987
 
12295
12013
#: en/help_topics/hooks.txt:88
12296
12014
msgid ""
12297
12015
"Called after a pull operation completes. post_pull is called with a\n"
12298
 
"breezy.branch.PullResult object and only runs in the bzr client."
 
12016
"bzrlib.branch.PullResult object and only runs in the bzr client."
12299
12017
msgstr ""
12300
12018
 
12301
12019
#: en/help_topics/hooks.txt:91
12307
12025
#: en/help_topics/hooks.txt:96
12308
12026
msgid ""
12309
12027
"Called after a push operation completes. post_push is called with a\n"
12310
 
"breezy.branch.BranchPushResult object and only runs in the bzr client."
 
12028
"bzrlib.branch.BranchPushResult object and only runs in the bzr client."
12311
12029
msgstr ""
12312
12030
 
12313
12031
#: en/help_topics/hooks.txt:99
12319
12037
#: en/help_topics/hooks.txt:104
12320
12038
msgid ""
12321
12039
"Called after a checkout switches branch. post_switch is called with a\n"
12322
 
"breezy.branch.SwitchHookParams."
 
12040
"bzrlib.branch.SwitchHookParams."
12323
12041
msgstr ""
12324
12042
 
12325
12043
#: en/help_topics/hooks.txt:107
12351
12069
msgid ""
12352
12070
"Called in bzr client and server before a change to the tip of a branch\n"
12353
12071
"is made. pre_change_branch_tip is called with a\n"
12354
 
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
12072
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
12355
12073
"uncommit will all trigger this hook."
12356
12074
msgstr ""
12357
12075
 
12421
12139
msgid ""
12422
12140
"Called after creating a command object to allow modifications such as\n"
12423
12141
"adding or removing options, docs etc. Called with the new\n"
12424
 
"breezy.commands.Command object."
 
12142
"bzrlib.commands.Command object."
12425
12143
msgstr ""
12426
12144
 
12427
12145
#: en/help_topics/hooks.txt:170
12441
12159
"command_name). get_command should either return the cmd_or_None\n"
12442
12160
"parameter, or a replacement Command object that should be used for the\n"
12443
12161
"command. Note that the Command.hooks hooks are core infrastructure.\n"
12444
 
"Many users will prefer to use breezy.commands.register_command or\n"
 
12162
"Many users will prefer to use bzrlib.commands.register_command or\n"
12445
12163
"plugin_cmds.register_lazy."
12446
12164
msgstr ""
12447
12165
 
12580
12298
#: en/help_topics/hooks.txt:264
12581
12299
msgid ""
12582
12300
"Invoked after a repository has been initialized. post_repo_init is\n"
12583
 
"called with a breezy.controldir.RepoInitHookParams."
 
12301
"called with a bzrlib.controldir.RepoInitHookParams."
12584
12302
msgstr ""
 
12303
"Invoked after a repository has been initialised. post_repo_init is\n"
 
12304
"called with a bzrlib.controldir.RepoInitHookParams."
12585
12305
 
12586
12306
#: en/help_topics/hooks.txt:267
12587
12307
msgid ""
12636
12356
msgstr ""
12637
12357
 
12638
12358
#: en/help_topics/hooks.txt:295
12639
 
msgid "Called with a breezy.lock.LockResult when a physical lock is acquired."
 
12359
msgid ""
 
12360
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12640
12361
msgstr ""
12641
12362
 
12642
12363
#: en/help_topics/hooks.txt:297
12646
12367
msgstr ""
12647
12368
 
12648
12369
#: en/help_topics/hooks.txt:302
12649
 
msgid "Called with a breezy.lock.LockResult when a physical lock is broken."
 
12370
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
12650
12371
msgstr ""
12651
12372
 
12652
12373
#: en/help_topics/hooks.txt:304
12656
12377
msgstr ""
12657
12378
 
12658
12379
#: en/help_topics/hooks.txt:309
12659
 
msgid "Called with a breezy.lock.LockResult when a physical lock is released."
 
12380
msgid ""
 
12381
"Called with a bzrlib.lock.LockResult when a physical lock is released."
12660
12382
msgstr ""
12661
12383
 
12662
12384
#: en/help_topics/hooks.txt:311
12677
12399
 
12678
12400
#: en/help_topics/hooks.txt:319
12679
12401
msgid ""
12680
 
"Called with a breezy.merge.Merger object to create a per file merge\n"
 
12402
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
12681
12403
"object when starting a merge. Should return either None or a subclass\n"
12682
 
"of ``breezy.merge.AbstractPerFileMerger``. Such objects will then be\n"
 
12404
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
12683
12405
"called per file that needs to be merged (including when one side has\n"
12684
12406
"deleted the file and the other has changed it). See the\n"
12685
12407
"AbstractPerFileMerger API docs for details on how it is used by merge."
12757
12479
#: en/help_topics/hooks.txt:362
12758
12480
msgid ""
12759
12481
"Called when a commit message is being generated.\n"
12760
 
"commit_message_template is called with the breezy.commit.Commit object\n"
 
12482
"commit_message_template is called with the bzrlib.commit.Commit object\n"
12761
12483
"and the message that is known so far. commit_message_template must\n"
12762
12484
"return a new message to use (which could be the same as it was given).\n"
12763
12485
"When there are multiple hooks registered for commit_message_template,\n"
12774
12496
#: en/help_topics/hooks.txt:375
12775
12497
msgid ""
12776
12498
"Set a fixed commit message. set_commit_message is called with the\n"
12777
 
"breezy.commit.Commit object (so you can also change e.g. revision\n"
 
12499
"bzrlib.commit.Commit object (so you can also change e.g. revision\n"
12778
12500
"properties by editing commit.builder._revprops) and the message so\n"
12779
12501
"far. set_commit_message must return the message to use or None if it\n"
12780
12502
"should use the message editor as normal."
12805
12527
#: en/help_topics/hooks.txt:397
12806
12528
msgid ""
12807
12529
"Called after a commit is performed on a tree. The hook is called with\n"
12808
 
"a breezy.mutabletree.PostCommitHookParams object. The mutable tree the\n"
 
12530
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
12809
12531
"commit was performed on is available via the mutable_tree attribute of\n"
12810
12532
"that object."
12811
12533
msgstr ""
12844
12566
msgid ""
12845
12567
"Called before a commit is performed on a tree. The start commit hook\n"
12846
12568
"is able to change the tree before the commit takes place. start_commit\n"
12847
 
"is called with the breezy.mutabletree.MutableTree that the commit is\n"
 
12569
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
12848
12570
"being performed on."
12849
12571
msgstr ""
12850
12572
 
12867
12589
#: en/help_topics/hooks.txt:436
12868
12590
msgid ""
12869
12591
"Called when the smart client is submitting a request to the smart\n"
12870
 
"server. Called with a breezy.smart.client.CallHookParams object.\n"
 
12592
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
12871
12593
"Streaming request bodies, and responses, are not accessible."
12872
12594
msgstr ""
12873
12595
 
13183
12905
msgstr ""
13184
12906
 
13185
12907
#: en/help_topics/patterns.txt:30
13186
 
msgid "For example, a case insensitive match for ``foo`` may be specified as::"
 
12908
msgid ""
 
12909
"For example, a case insensitive match for ``foo`` may be specified as::"
13187
12910
msgstr ""
13188
12911
 
13189
12912
#: en/help_topics/patterns.txt:32
13197
12920
msgstr ""
13198
12921
 
13199
12922
#: en/help_topics/patterns.txt:37
13200
 
msgid ".. _Python regular expressions: http://docs.python.org/library/re.html"
 
12923
msgid ""
 
12924
".. _Python regular expressions: http://docs.python.org/library/re.html"
13201
12925
msgstr ""
13202
12926
 
13203
12927
#: en/help_topics/revisionspec.txt:1
13542
13266
#: en/help_topics/rules.txt:26
13543
13267
msgid ""
13544
13268
"Default rules for all branches are defined in the optional file\n"
13545
 
"``BRZ_HOME/rules``. "
 
13269
"``BZR_HOME/rules``. "
13546
13270
msgstr ""
13547
13271
 
13548
13272
#: en/help_topics/rules.txt:29
13629
13353
 
13630
13354
#: en/help_topics/url-special-chars.txt:10
13631
13355
msgid ""
13632
 
"Internally brz treats all locations as URLs. For any file system paths\n"
 
13356
"Internally bzr treats all locations as URLs. For any file system paths\n"
13633
13357
"that are specified it will automatically determine the appropriate URL\n"
13634
13358
"representation, and escape special characters where necessary."
13635
13359
msgstr ""
13665
13389
#: en/help_topics/url-special-chars.txt:27
13666
13390
msgid ""
13667
13391
"  cd /tmp\n"
13668
 
"  brz log /tmp/%2False\n"
13669
 
"  brz log %2False\n"
13670
 
"  brz log file:///tmp/%252False\n"
13671
 
"  brz log file://localhost/tmp/%252False\n"
13672
 
"  brz log file:%252False"
 
13392
"  bzr log /tmp/%2False\n"
 
13393
"  bzr log %2False\n"
 
13394
"  bzr log file:///tmp/%252False\n"
 
13395
"  bzr log file://localhost/tmp/%252False\n"
 
13396
"  bzr log file:%252False"
13673
13397
msgstr ""
13674
13398
 
13675
13399
#: en/help_topics/url-special-chars.txt:34
13678
13402
 
13679
13403
#: en/help_topics/url-special-chars.txt:36
13680
13404
msgid ""
13681
 
"  brz log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
13682
 
"  brz log %252False (refers to a file called /tmp/%252False)"
 
13405
"  bzr log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
 
13406
"  bzr log %252False (refers to a file called /tmp/%252False)"
13683
13407
msgstr ""
13684
13408
 
13685
13409
#: en/help_topics/url-special-chars.txt:39
13702
13426
 
13703
13427
#: en/help_topics/url-special-chars.txt:46
13704
13428
msgid ""
13705
 
"  brz log foo,branch=bla # path \"foo\" with the segment parameter \"branch"
13706
 
"\" set to \"bla\"\n"
13707
 
"  brz log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
13708
 
"  brz log file:foo,branch=bla # path \"foo\" with segment parameter \"branch"
13709
 
"\" set to \"bla\"\n"
 
13429
"  bzr log foo,branch=bla # path \"foo\" with the segment parameter "
 
13430
"\"branch\" set to \"bla\"\n"
 
13431
"  bzr log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
 
13432
"  bzr log file:foo,branch=bla # path \"foo\" with segment parameter "
 
13433
"\"branch\" set to \"bla\"\n"
13710
13434
msgstr ""
13711
13435
 
13712
13436
#: en/help_topics/urlspec.txt:1