/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to po/en_AU.po

  • Committer: 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 (Australia) translation for bzr
 
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
 
3
# This file is distributed under the same license as the bzr package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
 
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-07-20 14:35+0000\n"
 
12
"Last-Translator: Rafael Neri <Unknown>\n"
 
13
"Language-Team: English (Australia) <en_AU@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-21 04:30+0000\n"
 
19
"X-Generator: Launchpad (build 15654)\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
88
 
msgid ""
89
 
"kind changed\n"
90
 
"    File kind has been changed (e.g. from file to directory)."
91
 
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
 
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
 
119
msgid ""
 
120
"kind changed\n"
 
121
"    File kind has been changed (e.g. from file to directory)."
 
122
msgstr ""
 
123
"kind changed\n"
 
124
"    File kind 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 ""
198
 
 
199
 
#: breezy/builtins.py:563
200
 
msgid ""
201
 
"Since a lightweight checkout is little more than a working tree\n"
202
 
"this will refuse to run against one."
203
 
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
 
249
msgstr "Remove the working tree from a given branch/checkout."
 
250
 
 
251
#: bzrlib/builtins.py:563
 
252
msgid ""
 
253
"Since a lightweight checkout is little more than a working tree\n"
 
254
"this will refuse to run against one."
 
255
msgstr ""
 
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 ""
267
 
 
268
 
#: breezy/builtins.py:762
269
 
msgid ""
270
 
"In non-recursive mode, all the named items are added, regardless\n"
271
 
"of whether they were previously ignored.  A warning is given if\n"
272
 
"any of the named files are already versioned."
273
 
msgstr ""
274
 
 
275
 
#: breezy/builtins.py:766
276
 
msgid ""
277
 
"In recursive mode (the default), files are treated the same way\n"
278
 
"but the behaviour for directories is different.  Directories that\n"
279
 
"are already versioned do not give a warning.  All directories,\n"
280
 
"whether already versioned or not, are searched for files or\n"
281
 
"subdirectories that are neither versioned or ignored, and these\n"
282
 
"are added.  This search proceeds recursively into versioned\n"
283
 
"directories.  If no names are given '.' is assumed."
284
 
msgstr ""
285
 
 
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
299
 
msgid ""
300
 
"Adding a file whose parent directory is not versioned will\n"
301
 
"implicitly add the parent, and so on up to the root. This means\n"
302
 
"you should never need to explicitly add a directory, they'll just\n"
303
 
"get added when you add a file in the directory."
304
 
msgstr ""
305
 
 
306
 
#: breezy/builtins.py:785
307
 
msgid ""
308
 
"--dry-run will show which files would be added, but not actually\n"
309
 
"add them."
310
 
msgstr ""
311
 
 
312
 
#: breezy/builtins.py:788
313
 
msgid ""
314
 
"--file-ids-from will try to use the file ids from the supplied path.\n"
315
 
"It looks up ids trying to find a matching parent directory with the\n"
316
 
"same filename, and then by pure path. This option is rarely needed\n"
317
 
"but can be useful when adding the same logical file into two\n"
318
 
"branches that will be merged later (without showing the two different\n"
319
 
"adds as a conflict). It is also useful when merging another project\n"
320
 
"into a subdirectory of this one."
321
 
msgstr ""
322
 
 
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
 
323
msgstr "Add specified files or directories."
 
324
 
 
325
#: bzrlib/builtins.py:762
 
326
msgid ""
 
327
"In non-recursive mode, all the named items are added, regardless\n"
 
328
"of whether they were previously ignored.  A warning is given if\n"
 
329
"any of the named files are already versioned."
 
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."
 
334
 
 
335
#: bzrlib/builtins.py:766
 
336
msgid ""
 
337
"In recursive mode (the default), files are treated the same way\n"
 
338
"but the behaviour for directories is different.  Directories that\n"
 
339
"are already versioned do not give a warning.  All directories,\n"
 
340
"whether already versioned or not, are searched for files or\n"
 
341
"subdirectories that are neither versioned or ignored, and these\n"
 
342
"are added.  This search proceeds recursively into versioned\n"
 
343
"directories.  If no names are given '.' is assumed."
 
344
msgstr ""
 
345
"In recursive mode (the default), files are treated the same way\n"
 
346
"but the behaviour for directories is different.  Directories that\n"
 
347
"are already versioned do not give a warning.  All directories,\n"
 
348
"whether already versioned or not, are searched for files or\n"
 
349
"subdirectories that are neither versioned or ignored, and these\n"
 
350
"are added.  This search proceeds recursively into versioned\n"
 
351
"directories.  If no names are given '.' is assumed."
 
352
 
 
353
#: bzrlib/builtins.py:774
 
354
msgid ""
 
355
"A warning will be printed when nested trees are encountered,\n"
 
356
"unless they are explicitly ignored."
 
357
msgstr ""
 
358
"A warning will be printed when nested trees are encountered,\n"
 
359
"unless they are explicitly ignored."
 
360
 
 
361
#: bzrlib/builtins.py:777
 
362
msgid ""
 
363
"Therefore simply saying 'bzr add' will version all files that\n"
 
364
"are currently unknown."
 
365
msgstr ""
 
366
"Therefore simply saying 'bzr add' will version all files that\n"
 
367
"are currently unknown."
 
368
 
 
369
#: bzrlib/builtins.py:780
 
370
msgid ""
 
371
"Adding a file whose parent directory is not versioned will\n"
 
372
"implicitly add the parent, and so on up to the root. This means\n"
 
373
"you should never need to explicitly add a directory, they'll just\n"
 
374
"get added when you add a file in the directory."
 
375
msgstr ""
 
376
"Adding a file whose parent directory is not versioned will\n"
 
377
"implicitly add the parent, and so on up to the root. This means\n"
 
378
"you should never need to explicitly add a directory, they'll just\n"
 
379
"get added when you add a file in the directory."
 
380
 
 
381
#: bzrlib/builtins.py:785
 
382
msgid ""
 
383
"--dry-run will show which files would be added, but not actually\n"
 
384
"add them."
 
385
msgstr ""
 
386
"--dry-run will show which files would be added, but not actually\n"
 
387
"add them."
 
388
 
 
389
#: bzrlib/builtins.py:788
 
390
msgid ""
 
391
"--file-ids-from will try to use the file ids from the supplied path.\n"
 
392
"It looks up ids trying to find a matching parent directory with the\n"
 
393
"same filename, and then by pure path. This option is rarely needed\n"
 
394
"but can be useful when adding the same logical file into two\n"
 
395
"branches that will be merged later (without showing the two different\n"
 
396
"adds as a conflict). It is also useful when merging another project\n"
 
397
"into a subdirectory of this one."
 
398
msgstr ""
 
399
"--file-ids-from will try to use the file ids from the supplied path.\n"
 
400
"It looks up ids trying to find a matching parent directory with the\n"
 
401
"same filename, and then by pure path. This option is rarely needed\n"
 
402
"but can be useful when adding the same logical file into two\n"
 
403
"branches that will be merged later (without showing the two different\n"
 
404
"adds as a conflict). It is also useful when merging another project\n"
 
405
"into a subdirectory of this one."
 
406
 
 
407
#: bzrlib/builtins.py:796
 
408
msgid ""
 
409
"Any files matching patterns in the ignore list will not be added\n"
 
410
"unless they are explicitly mentioned."
 
411
msgstr ""
 
412
"Any files matching patterns in the ignore list will not be added\n"
 
413
"unless they are explicitly mentioned."
 
414
 
 
415
#: bzrlib/builtins.py:799
 
416
msgid ""
 
417
"In recursive mode, files larger than the configuration option \n"
 
418
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
 
419
"to file size."
 
420
msgstr ""
 
421
"In recursive mode, files larger than the configuration option \n"
 
422
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
 
423
"to file size."
 
424
 
 
425
#: bzrlib/builtins.py:806
338
426
msgid "Don't recursively add the contents of directories."
339
 
msgstr ""
 
427
msgstr "Don't recursively add the contents of directories."
340
428
 
341
 
# help of 'file-ids-from' option of 'add' command
342
 
#: breezy/builtins.py:813
 
429
#: bzrlib/builtins.py:813
343
430
msgid "Lookup file ids from this tree."
344
 
msgstr ""
 
431
msgstr "Lookup file ids from this tree."
345
432
 
346
 
#: breezy/builtins.py:849
347
 
#, python-brace-format
 
433
#: bzrlib/builtins.py:849
348
434
msgid "ignored {0} matching \"{1}\"\n"
349
 
msgstr ""
 
435
msgstr "ignored {0} matching \"{1}\"\n"
350
436
 
351
 
#: breezy/builtins.py:854
 
437
#: bzrlib/builtins.py:854
352
438
msgid "Create a new versioned directory."
353
 
msgstr ""
 
439
msgstr "Create a new versioned directory."
354
440
 
355
 
#: breezy/builtins.py:856
 
441
#: bzrlib/builtins.py:856
356
442
msgid "This is equivalent to creating the directory and then adding it."
357
 
msgstr ""
 
443
msgstr "This is equivalent to creating the directory and then adding it."
358
444
 
359
 
# help of 'parents' option of 'mkdir' command
360
 
#: breezy/builtins.py:863
 
445
#: bzrlib/builtins.py:863
361
446
msgid "No error if existing, make parent directories as needed."
362
 
msgstr ""
 
447
msgstr "No error if existing, make parent directories as needed."
363
448
 
364
 
#: breezy/builtins.py:897
 
449
#: bzrlib/builtins.py:897
365
450
#, python-format
366
451
msgid "added %s\n"
367
 
msgstr ""
 
452
msgstr "added %s\n"
368
453
 
369
 
#: breezy/builtins.py:939
 
454
#: bzrlib/builtins.py:939
370
455
#, python-format
371
456
msgid "invalid kind %r specified"
372
 
msgstr ""
 
457
msgstr "invalid kind %r specified"
373
458
 
374
 
#: breezy/builtins.py:976
 
459
#: bzrlib/builtins.py:976
375
460
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
 
461
msgstr "Move or rename a file."
 
462
 
 
463
#: bzrlib/builtins.py:978
 
464
msgid "    bzr mv SOURCE... DESTINATION"
 
465
msgstr "    bzr mv SOURCE... DESTINATION"
 
466
 
 
467
#: bzrlib/builtins.py:980
 
468
msgid ""
 
469
"If the last argument is a versioned directory, all the other names\n"
 
470
"are moved into it.  Otherwise, there must be exactly two arguments\n"
 
471
"and the file is changed to a new name."
 
472
msgstr ""
 
473
"If the last argument is a versioned directory, all the other names\n"
 
474
"are moved into it.  Otherwise, there must be exactly two arguments\n"
 
475
"and the file is changed to a new name."
 
476
 
 
477
#: bzrlib/builtins.py:984
 
478
msgid ""
 
479
"If OLDNAME does not exist on the filesystem but is versioned and\n"
 
480
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
 
481
"assumes that the file has been manually moved and only updates\n"
 
482
"its internal inventory to reflect that change.\n"
 
483
"The same is valid when moving many SOURCE files to a DESTINATION."
 
484
msgstr ""
 
485
"If OLDNAME does not exist on the filesystem but is versioned and\n"
 
486
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
 
487
"assumes that the file has been manually moved and only updates\n"
 
488
"its internal inventory to reflect that change.\n"
 
489
"The same is valid when moving many SOURCE files to a DESTINATION."
 
490
 
 
491
#: bzrlib/builtins.py:990
399
492
msgid "Files cannot be moved between branches."
400
 
msgstr ""
 
493
msgstr "Files cannot be moved between branches."
401
494
 
402
 
# help of 'after' option of 'mv' command
403
 
#: breezy/builtins.py:997
 
495
#: bzrlib/builtins.py:997
404
496
msgid ""
405
 
"Move only the brz identifier of the file, because the file has already been "
 
497
"Move only the bzr identifier of the file, because the file has already been "
406
498
"moved."
407
499
msgstr ""
 
500
"Move only the bzr identifier of the file, because the file has already been "
 
501
"moved."
408
502
 
409
 
# help of 'auto' option of 'mv' command
410
 
#: breezy/builtins.py:999
 
503
#: bzrlib/builtins.py:999
411
504
msgid "Automatically guess renames."
412
 
msgstr ""
 
505
msgstr "Automatically guess renames."
413
506
 
414
 
# help of 'dry-run' option of 'mv' command
415
 
#: breezy/builtins.py:1000
 
507
#: bzrlib/builtins.py:1000
416
508
msgid "Avoid making changes when guessing renames."
417
 
msgstr ""
 
509
msgstr "Avoid making changes when guessing renames."
418
510
 
419
 
#: breezy/builtins.py:1009
 
511
#: bzrlib/builtins.py:1009
420
512
msgid "--dry-run requires --auto."
421
 
msgstr ""
 
513
msgstr "--dry-run requires --auto."
422
514
 
423
 
#: breezy/builtins.py:1013
 
515
#: bzrlib/builtins.py:1013
424
516
msgid "missing file argument"
425
 
msgstr ""
 
517
msgstr "missing file argument"
426
518
 
427
 
#: breezy/builtins.py:1017
 
519
#: bzrlib/builtins.py:1017
428
520
msgid "can not move root of branch"
429
 
msgstr ""
 
521
msgstr "can not move root of branch"
430
522
 
431
 
#: breezy/builtins.py:1023
 
523
#: bzrlib/builtins.py:1023
432
524
msgid "Only one path may be specified to --auto."
433
 
msgstr ""
 
525
msgstr "Only one path may be specified to --auto."
434
526
 
435
 
#: breezy/builtins.py:1026
 
527
#: bzrlib/builtins.py:1026
436
528
msgid "--after cannot be specified with --auto."
437
 
msgstr ""
 
529
msgstr "--after cannot be specified with --auto."
438
530
 
439
 
#: breezy/builtins.py:1062
 
531
#: bzrlib/builtins.py:1062
440
532
msgid "to mv multiple files the destination must be a versioned directory"
441
 
msgstr ""
 
533
msgstr "to mv multiple files the destination must be a versioned directory"
442
534
 
443
 
#: breezy/builtins.py:1114
 
535
#: bzrlib/builtins.py:1114
444
536
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"
458
 
"from one into the other.  Once one branch has merged, the other should\n"
459
 
"be able to pull it again."
460
 
msgstr ""
461
 
 
462
 
#: breezy/builtins.py:1125
463
 
msgid ""
464
 
"If you want to replace your local changes and just want your branch to\n"
465
 
"match the remote one, use pull --overwrite. This will work even if the two\n"
466
 
"branches have diverged."
467
 
msgstr ""
468
 
 
469
 
#: breezy/builtins.py:1129
470
 
msgid ""
471
 
"If there is no default location set, the first pull will set it (use\n"
472
 
"--no-remember to avoid setting it). After that, you can omit the\n"
473
 
"location to use the default.  To change the default, use --remember. The\n"
474
 
"value will only be saved if the remote location can be accessed."
475
 
msgstr ""
476
 
 
477
 
#: breezy/builtins.py:1134
478
 
msgid ""
479
 
"The --verbose option will display the revisions pulled using the log_format\n"
480
 
"configuration option. You can use a different format by overriding it with\n"
481
 
"-Olog_format=<other_format>."
482
 
msgstr ""
483
 
 
484
 
#: breezy/builtins.py:1138
485
 
msgid ""
486
 
"Note: The location can be specified either in the form of a branch,\n"
487
 
"or in the form of a path to a file containing a merge directive generated\n"
488
 
"with brz send."
489
 
msgstr ""
490
 
 
491
 
# help of 'verbose' option of 'pull' command
492
 
#: breezy/builtins.py:1146
 
537
msgstr "Turn this branch into a mirror of another branch."
 
538
 
 
539
#: bzrlib/builtins.py:1116
 
540
msgid ""
 
541
"By default, this command only works on branches that have not diverged.\n"
 
542
"Branches are considered diverged if the destination branch's most recent \n"
 
543
"commit is one that has not been merged (directly or indirectly) into the \n"
 
544
"parent."
 
545
msgstr ""
 
546
"By default, this command only works on branches that have not diverged.\n"
 
547
"Branches are considered diverged if the destination branch's most recent \n"
 
548
"commit is one that has not been merged (directly or indirectly) into the \n"
 
549
"parent."
 
550
 
 
551
#: bzrlib/builtins.py:1121
 
552
msgid ""
 
553
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
 
554
"from one into the other.  Once one branch has merged, the other should\n"
 
555
"be able to pull it again."
 
556
msgstr ""
 
557
"If branches have diverged, you can use 'bzr merge' to integrate the changes\n"
 
558
"from one into the other.  Once one branch has merged, the other should\n"
 
559
"be able to pull it again."
 
560
 
 
561
#: bzrlib/builtins.py:1125
 
562
msgid ""
 
563
"If you want to replace your local changes and just want your branch to\n"
 
564
"match the remote one, use pull --overwrite. This will work even if the two\n"
 
565
"branches have diverged."
 
566
msgstr ""
 
567
"If you want to replace your local changes and just want your branch to\n"
 
568
"match the remote one, use pull --overwrite. This will work even if the two\n"
 
569
"branches have diverged."
 
570
 
 
571
#: bzrlib/builtins.py:1129
 
572
msgid ""
 
573
"If there is no default location set, the first pull will set it (use\n"
 
574
"--no-remember to avoid setting it). After that, you can omit the\n"
 
575
"location to use the default.  To change the default, use --remember. The\n"
 
576
"value will only be saved if the remote location can be accessed."
 
577
msgstr ""
 
578
"If there is no default location set, the first pull will set it (use\n"
 
579
"--no-remember to avoid setting it). After that, you can omit the\n"
 
580
"location to use the default.  To change the default, use --remember. The\n"
 
581
"value will only be saved if the remote location can be accessed."
 
582
 
 
583
#: bzrlib/builtins.py:1134
 
584
msgid ""
 
585
"The --verbose option will display the revisions pulled using the log_format\n"
 
586
"configuration option. You can use a different format by overriding it with\n"
 
587
"-Olog_format=<other_format>."
 
588
msgstr ""
 
589
"The --verbose option will display the revisions pulled using the log_format\n"
 
590
"configuration option. You can use a different format by overriding it with\n"
 
591
"-Olog_format=<other_format>."
 
592
 
 
593
#: bzrlib/builtins.py:1138
 
594
msgid ""
 
595
"Note: The location can be specified either in the form of a branch,\n"
 
596
"or in the form of a path to a file containing a merge directive generated\n"
 
597
"with bzr send."
 
598
msgstr ""
 
599
"Note: The location can be specified either in the form of a branch,\n"
 
600
"or in the form of a path to a file containing a merge directive generated\n"
 
601
"with bzr send."
 
602
 
 
603
#: bzrlib/builtins.py:1146
493
604
msgid "Show logs of pulled revisions."
494
 
msgstr ""
495
 
 
496
 
# help of 'directory' option of 'pull' command
497
 
#: breezy/builtins.py:1148
498
 
msgid ""
499
 
"Branch to pull into, rather than the one containing the working directory."
500
 
msgstr ""
501
 
 
502
 
# help of 'local' option of 'pull' command
503
 
#: breezy/builtins.py:1151
504
 
msgid ""
505
 
"Perform a local pull in a bound branch.  Local pulls are not applied to the "
506
 
"master branch."
507
 
msgstr ""
508
 
 
509
 
#: breezy/builtins.py:1188
510
 
msgid "No working tree, ignoring --show-base"
511
 
msgstr ""
512
 
 
513
 
#: breezy/builtins.py:1204
 
605
msgstr "Show logs of pulled revisions."
 
606
 
 
607
#: bzrlib/builtins.py:1148
 
608
msgid ""
 
609
"Branch to pull into, rather than the one containing the working directory."
 
610
msgstr ""
 
611
"Branch to pull into, rather than the one containing the working directory."
 
612
 
 
613
#: bzrlib/builtins.py:1151
 
614
msgid ""
 
615
"Perform a local pull in a bound branch.  Local pulls are not applied to the "
 
616
"master branch."
 
617
msgstr ""
 
618
"Perform a local pull in a bound branch.  Local pulls are not applied to the "
 
619
"master branch."
 
620
 
 
621
#: bzrlib/builtins.py:1189
 
622
msgid "Need working tree for --show-base."
 
623
msgstr "Need working tree for --show-base."
 
624
 
 
625
#: bzrlib/builtins.py:1205
514
626
msgid "No pull location known or specified."
515
 
msgstr ""
 
627
msgstr "No pull location known or specified."
516
628
 
517
 
#: breezy/builtins.py:1210
 
629
#: bzrlib/builtins.py:1211
518
630
#, python-format
519
631
msgid "Using saved parent location: %s\n"
520
 
msgstr ""
 
632
msgstr "Using saved parent location: %s\n"
521
633
 
522
 
#: breezy/builtins.py:1217 breezy/builtins.py:4423
 
634
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
523
635
msgid "Cannot use -r with merge directives or bundles"
524
 
msgstr ""
 
636
msgstr "Cannot use -r with merge directives or bundles"
525
637
 
526
 
#: breezy/builtins.py:1260
 
638
#: bzrlib/builtins.py:1261
527
639
msgid "Update a mirror of this branch."
528
 
msgstr ""
 
640
msgstr "Update a mirror of this branch."
529
641
 
530
 
#: breezy/builtins.py:1262
 
642
#: bzrlib/builtins.py:1263
531
643
msgid ""
532
644
"The target branch will not have its working tree populated because this\n"
533
645
"is both expensive, and is not supported on remote file systems."
534
646
msgstr ""
535
 
 
536
 
#: breezy/builtins.py:1265
537
 
msgid ""
538
 
"Some smart servers or protocols *may* put the working tree in place in\n"
539
 
"the future."
540
 
msgstr ""
541
 
 
542
 
#: breezy/builtins.py:1268
543
 
msgid ""
544
 
"This command only works on branches that have not diverged.  Branches are\n"
545
 
"considered diverged if the destination branch's most recent commit is one\n"
546
 
"that has not been merged (directly or indirectly) by the source branch."
547
 
msgstr ""
548
 
 
549
 
#: breezy/builtins.py:1272
550
 
msgid ""
551
 
"If branches have diverged, you can use 'brz push --overwrite' to replace\n"
552
 
"the other branch completely, discarding its unmerged changes."
553
 
msgstr ""
554
 
 
555
 
#: breezy/builtins.py:1275
556
 
msgid ""
557
 
"If you want to ensure you have the different changes in the other branch,\n"
558
 
"do a merge (see brz help merge) from the other branch, and commit that.\n"
559
 
"After that you will be able to do a push without '--overwrite'."
560
 
msgstr ""
561
 
 
562
 
#: breezy/builtins.py:1279
563
 
msgid ""
564
 
"If there is no default push location set, the first push will set it (use\n"
565
 
"--no-remember to avoid setting it).  After that, you can omit the\n"
566
 
"location to use the default.  To change the default, use --remember. The\n"
567
 
"value will only be saved if the remote location can be accessed."
568
 
msgstr ""
569
 
 
570
 
#: breezy/builtins.py:1284
571
 
msgid ""
572
 
"The --verbose option will display the revisions pushed using the log_format\n"
573
 
"configuration option. You can use a different format by overriding it with\n"
574
 
"-Olog_format=<other_format>."
575
 
msgstr ""
576
 
 
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
580
 
msgid ""
581
 
"Branch to push from, rather than the one containing the working directory."
582
 
msgstr ""
583
 
 
584
 
# help of 'use-existing-dir' option of 'push' command
585
 
#: breezy/builtins.py:1298
586
 
msgid ""
587
 
"By default push will fail if the target directory exists, but does not "
588
 
"already have a control directory.  This flag will allow push to proceed."
589
 
msgstr ""
590
 
 
591
 
# help of 'stacked' option of 'push' command
592
 
#: breezy/builtins.py:1303
593
 
msgid ""
594
 
"Create a stacked branch that references the public location of the parent "
595
 
"branch."
596
 
msgstr ""
597
 
 
598
 
# help of 'stacked-on' option of 'push' command
599
 
#: breezy/builtins.py:1306
600
 
msgid ""
601
 
"Create a stacked branch that refers to another branch for the commit "
602
 
"history. Only the work not present in the referenced branch is included in "
603
 
"the branch created."
604
 
msgstr ""
605
 
 
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
609
 
msgid ""
610
 
"Refuse to push if there are uncommitted changes in the working tree, --no-"
611
 
"strict disables the check."
612
 
msgstr ""
613
 
 
614
 
# help of 'no-tree' option of 'push' command
615
 
#: breezy/builtins.py:1314
 
647
"The target branch will not have its working tree populated because this\n"
 
648
"is both expensive and is not supported on remote file systems."
 
649
 
 
650
#: bzrlib/builtins.py:1266
 
651
msgid ""
 
652
"Some smart servers or protocols *may* put the working tree in place in\n"
 
653
"the future."
 
654
msgstr ""
 
655
"Some smart servers or protocols *may* put the working tree in place in\n"
 
656
"the future."
 
657
 
 
658
#: bzrlib/builtins.py:1269
 
659
msgid ""
 
660
"This command only works on branches that have not diverged.  Branches are\n"
 
661
"considered diverged if the destination branch's most recent commit is one\n"
 
662
"that has not been merged (directly or indirectly) by the source branch."
 
663
msgstr ""
 
664
"This command only works on branches that have not diverged.  Branches are\n"
 
665
"considered diverged if the destination branch's most recent commit is one\n"
 
666
"that has not been merged (directly or indirectly) by the source branch."
 
667
 
 
668
#: bzrlib/builtins.py:1273
 
669
msgid ""
 
670
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
 
671
"the other branch completely, discarding its unmerged changes."
 
672
msgstr ""
 
673
"If branches have diverged, you can use 'bzr push --overwrite' to replace\n"
 
674
"the other branch completely, discarding its unmerged changes."
 
675
 
 
676
#: bzrlib/builtins.py:1276
 
677
msgid ""
 
678
"If you want to ensure you have the different changes in the other branch,\n"
 
679
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
 
680
"After that you will be able to do a push without '--overwrite'."
 
681
msgstr ""
 
682
"If you want to ensure you have the different changes in the other branch,\n"
 
683
"do a merge (see bzr help merge) from the other branch, and commit that.\n"
 
684
"After that you will be able to do a push without '--overwrite'."
 
685
 
 
686
#: bzrlib/builtins.py:1280
 
687
msgid ""
 
688
"If there is no default push location set, the first push will set it (use\n"
 
689
"--no-remember to avoid setting it).  After that, you can omit the\n"
 
690
"location to use the default.  To change the default, use --remember. The\n"
 
691
"value will only be saved if the remote location can be accessed."
 
692
msgstr ""
 
693
"If there is no default push location set, the first push will set it (use\n"
 
694
"--no-remember to avoid setting it).  After that, you can omit the\n"
 
695
"location to use the default.  To change the default, use --remember. The\n"
 
696
"value will only be saved if the remote location can be accessed."
 
697
 
 
698
#: bzrlib/builtins.py:1285
 
699
msgid ""
 
700
"The --verbose option will display the revisions pushed using the log_format\n"
 
701
"configuration option. You can use a different format by overriding it with\n"
 
702
"-Olog_format=<other_format>."
 
703
msgstr ""
 
704
"The --verbose option will display the revisions pushed using the log_format\n"
 
705
"configuration option. You can use a different format by overriding it with\n"
 
706
"-Olog_format=<other_format>."
 
707
 
 
708
#: bzrlib/builtins.py:1296 bzrlib/foreign.py:272
 
709
msgid ""
 
710
"Branch to push from, rather than the one containing the working directory."
 
711
msgstr ""
 
712
"Branch to push from, rather than the one containing the working directory."
 
713
 
 
714
#: bzrlib/builtins.py:1299
 
715
msgid ""
 
716
"By default push will fail if the target directory exists, but does not "
 
717
"already have a control directory.  This flag will allow push to proceed."
 
718
msgstr ""
 
719
"By default push will fail if the target directory exists, but does not "
 
720
"already have a control directory.  This flag will allow push to proceed."
 
721
 
 
722
#: bzrlib/builtins.py:1304
 
723
msgid ""
 
724
"Create a stacked branch that references the public location of the parent "
 
725
"branch."
 
726
msgstr ""
 
727
"Create a stacked branch that references the public location of the parent "
 
728
"branch."
 
729
 
 
730
#: bzrlib/builtins.py:1307
 
731
msgid ""
 
732
"Create a stacked branch that refers to another branch for the commit "
 
733
"history. Only the work not present in the referenced branch is included in "
 
734
"the branch created."
 
735
msgstr ""
 
736
"Create a stacked branch that refers to another branch for the commit "
 
737
"history. Only the work not present in the referenced branch is included in "
 
738
"the branch created."
 
739
 
 
740
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
 
741
msgid ""
 
742
"Refuse to push if there are uncommitted changes in the working tree, --no-"
 
743
"strict disables the check."
 
744
msgstr ""
 
745
"Refuse to push if there are uncommitted changes in the working tree, --no-"
 
746
"strict disables the check."
 
747
 
 
748
#: bzrlib/builtins.py:1315
616
749
msgid "Don't populate the working tree, even for protocols that support it."
617
 
msgstr ""
 
750
msgstr "Don't populate the working tree, even for protocols that support it."
618
751
 
619
 
# help of 'overwrite-tags' option of 'pull' command
620
 
# help of 'overwrite-tags' option of 'push' command
621
 
#: breezy/builtins.py:1317
 
752
#: bzrlib/builtins.py:1318
622
753
msgid "Overwrite tags only."
623
 
msgstr ""
 
754
msgstr "Overwrite tags only."
624
755
 
625
 
#: breezy/builtins.py:1368
 
756
#: bzrlib/builtins.py:1369
626
757
msgid "Could not determine branch to refer to."
627
 
msgstr ""
 
758
msgstr "Could not determine branch to refer to."
628
759
 
629
 
#: breezy/builtins.py:1377
 
760
#: bzrlib/builtins.py:1378
630
761
#, python-format
631
762
msgid ""
632
763
"No push location known or specified. To push to the parent branch (at %s), "
633
 
"use 'brz push :parent'."
 
764
"use 'bzr push :parent'."
634
765
msgstr ""
 
766
"No push location known or specified. To push to the parent branch (at %s), "
 
767
"use 'bzr push :parent'."
635
768
 
636
 
#: breezy/builtins.py:1383 breezy/foreign.py:306
 
769
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
637
770
msgid "No push location known or specified."
638
 
msgstr ""
 
771
msgstr "No push location known or specified."
639
772
 
640
 
#: breezy/builtins.py:1387
 
773
#: bzrlib/builtins.py:1388
641
774
#, python-format
642
775
msgid "Using saved push location: %s"
643
 
msgstr ""
 
776
msgstr "Using saved push location: %s"
644
777
 
645
 
#: breezy/builtins.py:1397
 
778
#: bzrlib/builtins.py:1398
646
779
msgid "Create a new branch that is a copy of an existing branch."
647
 
msgstr ""
648
 
 
649
 
#: breezy/builtins.py:1399
650
 
msgid ""
651
 
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
652
 
"be used.  In other words, \"branch ../foo/bar\" will attempt to create ./"
653
 
"bar.\n"
654
 
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
655
 
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
656
 
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
657
 
"create ./foo-bar."
658
 
msgstr ""
659
 
 
660
 
#: breezy/builtins.py:1406
661
 
msgid ""
662
 
"To retrieve the branch as of a particular revision, supply the --revision\n"
663
 
"parameter, as in \"branch foo/bar -r 5\"."
664
 
msgstr ""
665
 
 
666
 
#: breezy/builtins.py:1409
 
780
msgstr "Create a new branch that is a copy of an existing branch."
 
781
 
 
782
#: bzrlib/builtins.py:1400
 
783
msgid ""
 
784
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
 
785
"be used.  In other words, \"branch ../foo/bar\" will attempt to create "
 
786
"./bar.\n"
 
787
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
 
788
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
 
789
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
 
790
"create ./foo-bar."
 
791
msgstr ""
 
792
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
 
793
"be used.  In other words, \"branch ../foo/bar\" will attempt to create "
 
794
"./bar.\n"
 
795
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
 
796
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
 
797
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
 
798
"create ./foo-bar."
 
799
 
 
800
#: bzrlib/builtins.py:1407
 
801
msgid ""
 
802
"To retrieve the branch as of a particular revision, supply the --revision\n"
 
803
"parameter, as in \"branch foo/bar -r 5\"."
 
804
msgstr ""
 
805
"To retrieve the branch as of a particular revision, supply the --revision\n"
 
806
"parameter, as in \"branch foo/bar -r 5\"."
 
807
 
 
808
#: bzrlib/builtins.py:1410
667
809
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
668
 
msgstr ""
 
810
msgstr "The synonyms 'clone' and 'get' for this command are deprecated."
669
811
 
670
 
# help of 'no-tree' option of 'branch' command
671
 
#: breezy/builtins.py:1419
 
812
#: bzrlib/builtins.py:1420
672
813
msgid "Create a branch without a working-tree."
673
 
msgstr ""
 
814
msgstr "Create a branch without a working-tree."
674
815
 
675
 
# help of 'switch' option of 'branch' command
676
 
#: breezy/builtins.py:1421
 
816
#: bzrlib/builtins.py:1422
677
817
msgid "Switch the checkout in the current directory to the new branch."
678
 
msgstr ""
 
818
msgstr "Switch the checkout in the current directory to the new branch."
679
819
 
680
 
# help of 'stacked' option of 'branch' command
681
 
#: breezy/builtins.py:1424
 
820
#: bzrlib/builtins.py:1425
682
821
msgid ""
683
822
"Create a stacked branch referring to the source branch. The new branch will "
684
823
"depend on the availability of the source branch for all operations."
685
824
msgstr ""
 
825
"Create a stacked branch referring to the source branch. The new branch will "
 
826
"depend on the availability of the source branch for all operations."
686
827
 
687
 
# help of 'standalone' option of 'branch' command
688
 
#: breezy/builtins.py:1428
 
828
#: bzrlib/builtins.py:1429
689
829
msgid "Do not use a shared repository, even if available."
690
 
msgstr ""
 
830
msgstr "Do not use a shared repository, even if available."
691
831
 
692
 
# help of 'use-existing-dir' option of 'branch' command
693
 
#: breezy/builtins.py:1430
 
832
#: bzrlib/builtins.py:1431
694
833
msgid ""
695
834
"By default branch will fail if the target directory exists, but does not "
696
835
"already have a control directory.  This flag will allow branch to proceed."
697
836
msgstr ""
 
837
"By default branch will fail if the target directory exists, but does not "
 
838
"already have a control directory.  This flag will allow branch to proceed."
698
839
 
699
 
# help of 'bind' option of 'branch' command
700
 
#: breezy/builtins.py:1435
 
840
#: bzrlib/builtins.py:1436
701
841
msgid "Bind new branch to from location."
702
 
msgstr ""
 
842
msgstr "Bind new branch to from location."
703
843
 
704
 
#: breezy/builtins.py:1482
 
844
#: bzrlib/builtins.py:1483
705
845
#, python-format
706
846
msgid "Target directory \"%s\" already exists."
707
 
msgstr ""
 
847
msgstr "Target directory \"%s\" already exists."
708
848
 
709
 
#: breezy/builtins.py:1494
 
849
#: bzrlib/builtins.py:1495
710
850
#, python-format
711
851
msgid "Parent of \"%s\" does not exist."
712
 
msgstr ""
 
852
msgstr "Parent of \"%s\" does not exist."
713
853
 
714
 
#: breezy/builtins.py:1513
715
 
#, python-brace-format
 
854
#: bzrlib/builtins.py:1514
716
855
msgid "The branch {0} has no revision {1}."
717
 
msgstr ""
 
856
msgstr "The branch {0} has no revision {1}."
718
857
 
719
 
#: breezy/builtins.py:1528 breezy/push.py:53
 
858
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
720
859
#, python-format
721
860
msgid "Created new stacked branch referring to %s."
722
 
msgstr ""
 
861
msgstr "Created new stacked branch referring to %s."
723
862
 
724
 
#: breezy/builtins.py:1532
 
863
#: bzrlib/builtins.py:1533
725
864
#, python-format
726
865
msgid "Branched %d revision."
727
866
msgid_plural "Branched %d revisions."
728
 
msgstr[0] ""
729
 
msgstr[1] ""
 
867
msgstr[0] "Branched %d revision."
 
868
msgstr[1] "Branched %d revisions."
730
869
 
731
 
#: breezy/builtins.py:1537
 
870
#: bzrlib/builtins.py:1538
732
871
#, python-format
733
872
msgid "New branch bound to %s"
734
 
msgstr ""
 
873
msgstr "New branch bound to %s"
735
874
 
736
 
#: breezy/builtins.py:1542 breezy/builtins.py:6283
 
875
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
737
876
#, python-format
738
877
msgid "Switched to branch: %s"
739
 
msgstr ""
 
878
msgstr "Switched to branch: %s"
740
879
 
741
 
#: breezy/builtins.py:1547
 
880
#: bzrlib/builtins.py:1548
742
881
msgid "List the branches available at the current location."
743
 
msgstr ""
744
 
 
745
 
#: breezy/builtins.py:1549
746
 
msgid ""
747
 
"This command will print the names of all the branches at the current\n"
748
 
"location."
749
 
msgstr ""
750
 
 
751
 
# help of 'recursive' option of 'branches' command
752
 
#: breezy/builtins.py:1556
753
 
msgid ""
754
 
"Recursively scan for branches rather than just looking in the specified "
755
 
"location."
756
 
msgstr ""
757
 
 
758
 
#: breezy/builtins.py:1585
 
882
msgstr "List the branches available at the current location."
 
883
 
 
884
#: bzrlib/builtins.py:1550
 
885
msgid ""
 
886
"This command will print the names of all the branches at the current\n"
 
887
"location."
 
888
msgstr ""
 
889
"This command will print the names of all the branches at the current\n"
 
890
"location."
 
891
 
 
892
#: bzrlib/builtins.py:1557
 
893
msgid ""
 
894
"Recursively scan for branches rather than just looking in the specified "
 
895
"location."
 
896
msgstr ""
 
897
"Recursively scan for branches rather than just looking in the specified "
 
898
"location."
 
899
 
 
900
#: bzrlib/builtins.py:1586
759
901
msgid "(default)"
760
 
msgstr ""
 
902
msgstr "(default)"
761
903
 
762
 
#: breezy/builtins.py:1597
 
904
#: bzrlib/builtins.py:1598
763
905
msgid "Create a new checkout of an existing branch."
764
 
msgstr ""
765
 
 
766
 
#: breezy/builtins.py:1599
767
 
msgid ""
768
 
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
769
 
"for\n"
770
 
"the branch found in '.'. This is useful if you have removed the working "
771
 
"tree\n"
772
 
"or if it was never created - i.e. if you pushed the branch to its current\n"
773
 
"location using SFTP."
774
 
msgstr ""
775
 
 
776
 
#: breezy/builtins.py:1604
777
 
msgid ""
778
 
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
779
 
"will\n"
780
 
"be used.  In other words, \"checkout ../foo/bar\" will attempt to create ./"
781
 
"bar.\n"
782
 
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
783
 
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
784
 
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
785
 
"create ./foo-bar."
786
 
msgstr ""
787
 
 
788
 
#: breezy/builtins.py:1611
789
 
msgid ""
790
 
"To retrieve the branch as of a particular revision, supply the --revision\n"
791
 
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
792
 
"immediately\n"
793
 
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
794
 
"old\n"
795
 
"code.)"
796
 
msgstr ""
797
 
 
798
 
# help of 'lightweight' option of 'checkout' command
799
 
#: breezy/builtins.py:1621
800
 
msgid ""
801
 
"Perform a lightweight checkout.  Lightweight checkouts depend on access to "
802
 
"the branch for every operation.  Normal checkouts can perform common "
803
 
"operations like diff and status without such access, and also support local "
804
 
"commits."
805
 
msgstr ""
806
 
 
807
 
# help of 'files-from' option of 'branch' command
808
 
# help of 'files-from' option of 'checkout' command
809
 
#: breezy/builtins.py:1628
 
906
msgstr "Create a new checkout of an existing branch."
 
907
 
 
908
#: bzrlib/builtins.py:1600
 
909
msgid ""
 
910
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
 
911
"for\n"
 
912
"the branch found in '.'. This is useful if you have removed the working "
 
913
"tree\n"
 
914
"or if it was never created - i.e. if you pushed the branch to its current\n"
 
915
"location using SFTP."
 
916
msgstr ""
 
917
"If BRANCH_LOCATION is omitted, checkout will reconstitute a working tree "
 
918
"for\n"
 
919
"the branch found in '.'. This is useful if you have removed the working "
 
920
"tree\n"
 
921
"or if it was never created - i.e. if you pushed the branch to its current\n"
 
922
"location using SFTP."
 
923
 
 
924
#: bzrlib/builtins.py:1605
 
925
msgid ""
 
926
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
 
927
"will\n"
 
928
"be used.  In other words, \"checkout ../foo/bar\" will attempt to create "
 
929
"./bar.\n"
 
930
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
 
931
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
 
932
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
 
933
"create ./foo-bar."
 
934
msgstr ""
 
935
"If the TO_LOCATION is omitted, the last component of the BRANCH_LOCATION "
 
936
"will\n"
 
937
"be used.  In other words, \"checkout ../foo/bar\" will attempt to create "
 
938
"./bar.\n"
 
939
"If the BRANCH_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
 
940
"is derived from the BRANCH_LOCATION by stripping a leading scheme or drive\n"
 
941
"identifier, if any. For example, \"checkout lp:foo-bar\" will attempt to\n"
 
942
"create ./foo-bar."
 
943
 
 
944
#: bzrlib/builtins.py:1612
 
945
msgid ""
 
946
"To retrieve the branch as of a particular revision, supply the --revision\n"
 
947
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
 
948
"immediately\n"
 
949
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
 
950
"old\n"
 
951
"code.)"
 
952
msgstr ""
 
953
"To retrieve the branch as of a particular revision, supply the --revision\n"
 
954
"parameter, as in \"checkout foo/bar -r 5\". Note that this will be "
 
955
"immediately\n"
 
956
"out of date [so you cannot commit] but it may be useful (i.e. to examine "
 
957
"old\n"
 
958
"code.)"
 
959
 
 
960
#: bzrlib/builtins.py:1622
 
961
msgid ""
 
962
"Perform a lightweight checkout.  Lightweight checkouts depend on access to "
 
963
"the branch for every operation.  Normal checkouts can perform common "
 
964
"operations like diff and status without such access, and also support local "
 
965
"commits."
 
966
msgstr ""
 
967
"Perform a lightweight checkout.  Lightweight checkouts depend on access to "
 
968
"the branch for every operation.  Normal checkouts can perform common "
 
969
"operations like diff and status without such access, and also support local "
 
970
"commits."
 
971
 
 
972
#: bzrlib/builtins.py:1629
810
973
msgid "Get file contents from this tree."
811
 
msgstr ""
 
974
msgstr "Get file contents from this tree."
812
975
 
813
 
# help of 'hardlink' option of 'branch' command
814
 
# help of 'hardlink' option of 'checkout' command
815
 
#: breezy/builtins.py:1630
 
976
#: bzrlib/builtins.py:1631
816
977
msgid "Hard-link working tree files where possible."
817
 
msgstr ""
 
978
msgstr "Hard-link working tree files where possible."
818
979
 
819
 
#: breezy/builtins.py:1671
 
980
#: bzrlib/builtins.py:1672
820
981
msgid ""
821
982
"Show list of renamed files.\n"
822
983
"    "
823
984
msgstr ""
 
985
"Show list of renamed files.\n"
 
986
"    "
824
987
 
825
 
#: breezy/builtins.py:1699
 
988
#: bzrlib/builtins.py:1700
826
989
msgid "Update a working tree to a new revision."
827
 
msgstr ""
828
 
 
829
 
#: breezy/builtins.py:1701
830
 
msgid ""
831
 
"This will perform a merge of the destination revision (the tip of the\n"
832
 
"branch, or the specified revision) into the working tree, and then make\n"
833
 
"that revision the basis revision for the working tree.  "
834
 
msgstr ""
835
 
 
836
 
#: breezy/builtins.py:1705
837
 
msgid ""
838
 
"You can use this to visit an older revision, or to update a working tree\n"
839
 
"that is out of date from its branch."
840
 
msgstr ""
841
 
 
842
 
#: breezy/builtins.py:1708
843
 
msgid ""
844
 
"If there are any uncommitted changes in the tree, they will be carried\n"
845
 
"across and remain as uncommitted changes after the update.  To discard\n"
846
 
"these changes, use 'brz revert'.  The uncommitted changes may conflict\n"
847
 
"with the changes brought in by the change in basis revision."
848
 
msgstr ""
849
 
 
850
 
#: breezy/builtins.py:1713
851
 
msgid ""
852
 
"If the tree's branch is bound to a master branch, brz will also update\n"
853
 
"the branch from the master."
854
 
msgstr ""
855
 
 
856
 
#: breezy/builtins.py:1716
857
 
msgid ""
858
 
"You cannot update just a single file or directory, because each Bazaar\n"
859
 
"working tree has just a single basis revision.  If you want to restore a\n"
860
 
"file that has been removed locally, use 'brz revert' instead of 'brz\n"
861
 
"update'.  If you want to restore a file to its state in a previous\n"
862
 
"revision, use 'brz revert' with a '-r' option, or use 'brz cat' to write\n"
863
 
"out the old content of that file to a new location."
864
 
msgstr ""
865
 
 
866
 
#: breezy/builtins.py:1723
867
 
msgid ""
868
 
"The 'dir' argument, if given, must be the location of the root of a\n"
869
 
"working tree to update.  By default, the working tree that contains the \n"
870
 
"current working directory is used."
871
 
msgstr ""
872
 
 
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
 
990
msgstr "Update a working tree to a new revision."
 
991
 
 
992
#: bzrlib/builtins.py:1702
 
993
msgid ""
 
994
"This will perform a merge of the destination revision (the tip of the\n"
 
995
"branch, or the specified revision) into the working tree, and then make\n"
 
996
"that revision the basis revision for the working tree.  "
 
997
msgstr ""
 
998
"This will perform a merge of the destination revision (the tip of the\n"
 
999
"branch, or the specified revision) into the working tree, and then make\n"
 
1000
"that revision the basis revision for the working tree.  "
 
1001
 
 
1002
#: bzrlib/builtins.py:1706
 
1003
msgid ""
 
1004
"You can use this to visit an older revision, or to update a working tree\n"
 
1005
"that is out of date from its branch."
 
1006
msgstr ""
 
1007
"You can use this to visit an older revision, or to update a working tree\n"
 
1008
"that is out of date from its branch."
 
1009
 
 
1010
#: bzrlib/builtins.py:1709
 
1011
msgid ""
 
1012
"If there are any uncommitted changes in the tree, they will be carried\n"
 
1013
"across and remain as uncommitted changes after the update.  To discard\n"
 
1014
"these changes, use 'bzr revert'.  The uncommitted changes may conflict\n"
 
1015
"with the changes brought in by the change in basis revision."
 
1016
msgstr ""
 
1017
"If there are any uncommitted changes in the tree, they will be carried\n"
 
1018
"across and remain as uncommitted changes after the update.  To discard\n"
 
1019
"these changes, use 'bzr revert'.  The uncommitted changes may conflict\n"
 
1020
"with the changes brought in by the change in basis revision."
 
1021
 
 
1022
#: bzrlib/builtins.py:1714
 
1023
msgid ""
 
1024
"If the tree's branch is bound to a master branch, bzr will also update\n"
 
1025
"the branch from the master."
 
1026
msgstr ""
 
1027
"If the tree's branch is bound to a master branch, bzr will also update\n"
 
1028
"the branch from the master."
 
1029
 
 
1030
#: bzrlib/builtins.py:1717
 
1031
msgid ""
 
1032
"You cannot update just a single file or directory, because each Bazaar\n"
 
1033
"working tree has just a single basis revision.  If you want to restore a\n"
 
1034
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
 
1035
"update'.  If you want to restore a file to its state in a previous\n"
 
1036
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
 
1037
"out the old content of that file to a new location."
 
1038
msgstr ""
 
1039
"You cannot update just a single file or directory, because each Bazaar\n"
 
1040
"working tree has just a single basis revision.  If you want to restore a\n"
 
1041
"file that has been removed locally, use 'bzr revert' instead of 'bzr\n"
 
1042
"update'.  If you want to restore a file to its state in a previous\n"
 
1043
"revision, use 'bzr revert' with a '-r' option, or use 'bzr cat' to write\n"
 
1044
"out the old content of that file to a new location."
 
1045
 
 
1046
#: bzrlib/builtins.py:1724
 
1047
msgid ""
 
1048
"The 'dir' argument, if given, must be the location of the root of a\n"
 
1049
"working tree to update.  By default, the working tree that contains the \n"
 
1050
"current working directory is used."
 
1051
msgstr ""
 
1052
"The 'dir' argument, if given, must be the location of the root of a\n"
 
1053
"working tree to update.  By default, the working tree that contains the \n"
 
1054
"current working directory is used."
 
1055
 
 
1056
#: bzrlib/builtins.py:1740
 
1057
msgid "bzr update --revision takes exactly one revision"
 
1058
msgstr "bzr update --revision takes exactly one revision"
 
1059
 
 
1060
#: bzrlib/builtins.py:1748
 
1061
msgid "bzr update can only update a whole tree, not a file or subdirectory"
 
1062
msgstr "bzr update can only update a whole tree, not a file or subdirectory"
 
1063
 
 
1064
#: bzrlib/builtins.py:1779
883
1065
msgid "Tree is up to date at revision {0} of branch {1}"
884
 
msgstr ""
 
1066
msgstr "Tree is up to date at revision {0} of branch {1}"
885
1067
 
886
 
#: breezy/builtins.py:1794
 
1068
#: bzrlib/builtins.py:1795
887
1069
#, python-format
888
1070
msgid ""
889
1071
"branch has no revision %s\n"
890
 
"brz update --revision only works for a revision in the branch history"
 
1072
"bzr update --revision only works for a revision in the branch history"
891
1073
msgstr ""
 
1074
"branch has no revision %s\n"
 
1075
"bzr update --revision only works for a revision in the branch history"
892
1076
 
893
 
#: breezy/builtins.py:1800
894
 
#, python-brace-format
 
1077
#: bzrlib/builtins.py:1801
895
1078
msgid "Updated to revision {0} of branch {1}"
896
 
msgstr ""
 
1079
msgstr "Updated to revision {0} of branch {1}"
897
1080
 
898
 
#: breezy/builtins.py:1804
 
1081
#: bzrlib/builtins.py:1805
899
1082
msgid ""
900
 
"Your local commits will now show as pending merges with 'brz status', and "
901
 
"can be committed with 'brz commit'."
 
1083
"Your local commits will now show as pending merges with 'bzr status', and "
 
1084
"can be committed with 'bzr commit'."
902
1085
msgstr ""
 
1086
"Your local commits will now show as pending merges with 'bzr status', and "
 
1087
"can be committed with 'bzr commit'."
903
1088
 
904
 
#: breezy/builtins.py:1813
 
1089
#: bzrlib/builtins.py:1814
905
1090
msgid "Show information about a working tree, branch or repository."
906
 
msgstr ""
907
 
 
908
 
#: breezy/builtins.py:1815
909
 
msgid ""
910
 
"This command will show all known locations and formats associated to the\n"
911
 
"tree, branch or repository."
912
 
msgstr ""
913
 
 
914
 
#: breezy/builtins.py:1818
915
 
msgid ""
916
 
"In verbose mode, statistical information is included with each report.\n"
917
 
"To see extended statistic information, use a verbosity level of 2 or\n"
918
 
"higher by specifying the verbose option multiple times, e.g. -vv."
919
 
msgstr ""
920
 
 
921
 
#: breezy/builtins.py:1822
 
1091
msgstr "Show information about a working tree, branch or repository."
 
1092
 
 
1093
#: bzrlib/builtins.py:1816
 
1094
msgid ""
 
1095
"This command will show all known locations and formats associated to the\n"
 
1096
"tree, branch or repository."
 
1097
msgstr ""
 
1098
"This command will show all known locations and formats associated to the\n"
 
1099
"tree, branch or repository."
 
1100
 
 
1101
#: bzrlib/builtins.py:1819
 
1102
msgid ""
 
1103
"In verbose mode, statistical information is included with each report.\n"
 
1104
"To see extended statistic information, use a verbosity level of 2 or\n"
 
1105
"higher by specifying the verbose option multiple times, e.g. -vv."
 
1106
msgstr ""
 
1107
"In verbose mode, statistical information is included with each report.\n"
 
1108
"To see extended statistic information, use a verbosity level of 2 or\n"
 
1109
"higher by specifying the verbose option multiple times, e.g. -vv."
 
1110
 
 
1111
#: bzrlib/builtins.py:1823
922
1112
msgid "Branches and working trees will also report any missing revisions."
923
 
msgstr ""
 
1113
msgstr "Branches and working trees will also report any missing revisions."
924
1114
 
925
 
#: breezy/builtins.py:1824 breezy/builtins.py:3742 breezy/builtins.py:4883
926
 
#: breezy/builtins.py:6469
 
1115
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
 
1116
#: bzrlib/builtins.py:6466
927
1117
msgid ":Examples:"
928
 
msgstr ""
 
1118
msgstr ":Examples:"
929
1119
 
930
 
#: breezy/builtins.py:1826
 
1120
#: bzrlib/builtins.py:1827
931
1121
msgid "  Display information on the format and related locations:"
932
 
msgstr ""
933
 
 
934
 
#: breezy/builtins.py:1828
935
 
msgid "    brz info"
936
 
msgstr ""
937
 
 
938
 
#: breezy/builtins.py:1830
 
1122
msgstr "  Display information on the format and related locations:"
 
1123
 
 
1124
#: bzrlib/builtins.py:1829
 
1125
msgid "    bzr info"
 
1126
msgstr "    bzr info"
 
1127
 
 
1128
#: bzrlib/builtins.py:1831
939
1129
msgid ""
940
1130
"  Display the above together with extended format information and\n"
941
1131
"  basic statistics (like the number of files in the working tree and\n"
942
1132
"  number of revisions in the branch and repository):"
943
1133
msgstr ""
944
 
 
945
 
#: breezy/builtins.py:1834
946
 
msgid "    brz info -v"
947
 
msgstr ""
948
 
 
949
 
#: breezy/builtins.py:1836
 
1134
"  Display the above together with extended format information and\n"
 
1135
"  basic statistics (like the number of files in the working tree and\n"
 
1136
"  number of revisions in the branch and repository):"
 
1137
 
 
1138
#: bzrlib/builtins.py:1835
 
1139
msgid "    bzr info -v"
 
1140
msgstr "    bzr info -v"
 
1141
 
 
1142
#: bzrlib/builtins.py:1837
950
1143
msgid "  Display the above together with number of committers to the branch:"
951
1144
msgstr ""
952
 
 
953
 
#: breezy/builtins.py:1838
954
 
msgid "    brz info -vv"
955
 
msgstr ""
956
 
 
957
 
#: breezy/builtins.py:1857
 
1145
"  Display the above together with number of committers to the branch:"
 
1146
 
 
1147
#: bzrlib/builtins.py:1839
 
1148
msgid "    bzr info -vv"
 
1149
msgstr "    bzr info -vv"
 
1150
 
 
1151
#: bzrlib/builtins.py:1858
958
1152
msgid "Remove files or directories."
959
 
msgstr ""
 
1153
msgstr "Remove files or directories."
960
1154
 
961
 
#: breezy/builtins.py:1859
 
1155
#: bzrlib/builtins.py:1860
962
1156
msgid ""
963
1157
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
964
1158
"delete them if they can easily be recovered using revert otherwise they\n"
966
1160
"parameters are given Bazaar will scan for files that are being tracked by\n"
967
1161
"Bazaar but missing in your tree and stop tracking them for you."
968
1162
msgstr ""
 
1163
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
 
1164
"delete them if they can easily be recovered using revert otherwise they\n"
 
1165
"will be backed up (adding an extension of the form .~#~). If no options or\n"
 
1166
"parameters are given Bazaar will scan for files that are being tracked by\n"
 
1167
"Bazaar but missing in your tree and stop tracking them for you."
969
1168
 
970
 
# help of 'new' option of 'remove' command
971
 
#: breezy/builtins.py:1867
 
1169
#: bzrlib/builtins.py:1868
972
1170
msgid "Only remove files that have never been committed."
973
 
msgstr ""
 
1171
msgstr "Only remove files that have never been committed."
974
1172
 
975
 
# help of 'file-deletion-strategy' option of 'remove' command
976
 
#: breezy/builtins.py:1869
 
1173
#: bzrlib/builtins.py:1870
977
1174
msgid "The file deletion mode to be used."
978
 
msgstr ""
 
1175
msgstr "The file deletion mode to be used."
979
1176
 
980
 
# title of 'file-deletion-strategy' option of 'remove' command
981
 
#: breezy/builtins.py:1870
 
1177
#: bzrlib/builtins.py:1871
982
1178
msgid "Deletion Strategy"
983
 
msgstr ""
 
1179
msgstr "Deletion Strategy"
984
1180
 
985
 
# help of 'file-deletion-strategy=safe' option of 'remove' command
986
 
#: breezy/builtins.py:1871
 
1181
#: bzrlib/builtins.py:1872
987
1182
msgid "Backup changed files (default)."
988
 
msgstr ""
989
 
 
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."
993
 
msgstr ""
994
 
 
995
 
# help of 'file-deletion-strategy=no-backup' option of 'remove' command
996
 
#: breezy/builtins.py:1873
 
1183
msgstr "Backup changed files (default)."
 
1184
 
 
1185
#: bzrlib/builtins.py:1873
 
1186
msgid "Delete from bzr but leave the working copy."
 
1187
msgstr "Delete from bzr but leave the working copy."
 
1188
 
 
1189
#: bzrlib/builtins.py:1874
997
1190
msgid "Don't backup changed files."
998
 
msgstr ""
999
 
 
1000
 
#: breezy/builtins.py:1894
 
1191
msgstr "Don't backup changed files."
 
1192
 
 
1193
#: bzrlib/builtins.py:1875
 
1194
msgid ""
 
1195
"Delete all the specified files, even if they can not be recovered and even "
 
1196
"if they are non-empty directories. (deprecated, use no-backup)"
 
1197
msgstr ""
 
1198
"Delete all the specified files, even if they can not be recovered and even "
 
1199
"if they are non-empty directories. (deprecated, use no-backup)"
 
1200
 
 
1201
#: bzrlib/builtins.py:1884
 
1202
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
 
1203
msgstr ""
 
1204
"(The --force option is deprecated, rather use --no-backup in future.)"
 
1205
 
 
1206
#: bzrlib/builtins.py:1901
1001
1207
msgid "No matching files."
1002
 
msgstr ""
1003
 
 
1004
 
#: breezy/builtins.py:1955
1005
 
msgid "Reconcile brz metadata in a branch."
1006
 
msgstr ""
1007
 
 
1008
 
#: breezy/builtins.py:1957
1009
 
msgid ""
1010
 
"This can correct data mismatches that may have been caused by\n"
1011
 
"previous ghost operations or brz upgrades. You should only\n"
1012
 
"need to run this command if 'brz check' or a brz developer\n"
1013
 
"advises you to run it."
1014
 
msgstr ""
1015
 
 
1016
 
#: breezy/builtins.py:1962
1017
 
msgid ""
1018
 
"If a second branch is provided, cross-branch reconciliation is\n"
1019
 
"also attempted, which will check that data like the tree root\n"
1020
 
"id which was not present in very early brz versions is represented\n"
1021
 
"correctly in both branches."
1022
 
msgstr ""
1023
 
 
1024
 
#: breezy/builtins.py:1967
1025
 
msgid ""
1026
 
"At the same time it is run it may recompress data resulting in\n"
1027
 
"a potential saving in disk space or performance gain."
1028
 
msgstr ""
1029
 
 
1030
 
#: breezy/builtins.py:1970
 
1208
msgstr "No matching files."
 
1209
 
 
1210
#: bzrlib/builtins.py:1962
 
1211
msgid "Reconcile bzr metadata in a branch."
 
1212
msgstr "Reconcile bzr metadata in a branch."
 
1213
 
 
1214
#: bzrlib/builtins.py:1964
 
1215
msgid ""
 
1216
"This can correct data mismatches that may have been caused by\n"
 
1217
"previous ghost operations or bzr upgrades. You should only\n"
 
1218
"need to run this command if 'bzr check' or a bzr developer\n"
 
1219
"advises you to run it."
 
1220
msgstr ""
 
1221
"This can correct data mismatches that may have been caused by\n"
 
1222
"previous ghost operations or bzr upgrades. You should only\n"
 
1223
"need to run this command if 'bzr check' or a bzr developer\n"
 
1224
"advises you to run it."
 
1225
 
 
1226
#: bzrlib/builtins.py:1969
 
1227
msgid ""
 
1228
"If a second branch is provided, cross-branch reconciliation is\n"
 
1229
"also attempted, which will check that data like the tree root\n"
 
1230
"id which was not present in very early bzr versions is represented\n"
 
1231
"correctly in both branches."
 
1232
msgstr ""
 
1233
"If a second branch is provided, cross-branch reconciliation is\n"
 
1234
"also attempted, which will check that data like the tree root\n"
 
1235
"id which was not present in very early bzr versions is represented\n"
 
1236
"correctly in both branches."
 
1237
 
 
1238
#: bzrlib/builtins.py:1974
 
1239
msgid ""
 
1240
"At the same time it is run it may recompress data resulting in\n"
 
1241
"a potential saving in disk space or performance gain."
 
1242
msgstr ""
 
1243
"At the same time it is run it may recompress data resulting in\n"
 
1244
"a potential saving in disk space or performance gain."
 
1245
 
 
1246
#: bzrlib/builtins.py:1977
1031
1247
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1032
1248
msgstr ""
1033
 
 
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
1041
 
msgid ""
1042
 
"Format for the bzr 2.0 series.\n"
1043
 
"Uses group-compress storage.\n"
1044
 
"Provides rich roots which are a one-way transition.\n"
1045
 
msgstr ""
1046
 
 
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
1051
 
msgid ""
1052
 
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1053
 
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1054
 
msgstr ""
1055
 
 
1056
 
# help of 'format=development-colo' option of 'init' command
1057
 
# help of 'format=development-colo' option of 'init-repository' command
1058
 
# help of 'format=development-colo' option of 'upgrade' command
1059
 
#: breezy/builtins.py:2037 breezy/builtins.py:2155 breezy/builtins.py:3777
 
1249
"The branch *MUST* be on a listable system such as local disk or sftp."
 
1250
 
 
1251
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
 
1252
msgid ""
 
1253
"Format for the bzr 2.0 series.\n"
 
1254
"Uses group-compress storage.\n"
 
1255
"Provides rich roots which are a one-way transition.\n"
 
1256
msgstr ""
 
1257
"Format for the bzr 2.0 series.\n"
 
1258
"Uses group-compress storage.\n"
 
1259
"Provides rich roots which are a one-way transition.\n"
 
1260
 
 
1261
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
 
1262
msgid ""
 
1263
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
 
1264
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
 
1265
msgstr ""
 
1266
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
 
1267
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
 
1268
 
 
1269
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1060
1270
msgid "The 2a format with experimental support for colocated branches.\n"
1061
 
msgstr ""
 
1271
msgstr "The 2a format with experimental support for collocated branches.\n"
1062
1272
 
1063
 
#: breezy/builtins.py:2038
 
1273
#: bzrlib/builtins.py:2045
1064
1274
msgid "Make a directory into a versioned branch."
1065
 
msgstr ""
1066
 
 
1067
 
#: breezy/builtins.py:2040
1068
 
msgid ""
1069
 
"Use this to create an empty branch, or before importing an\n"
1070
 
"existing project."
1071
 
msgstr ""
1072
 
 
1073
 
#: breezy/builtins.py:2043
1074
 
msgid ""
1075
 
"If there is a repository in a parent directory of the location, then\n"
1076
 
"the history of the branch will be stored in the repository.  Otherwise\n"
1077
 
"init creates a standalone branch which carries its own history\n"
1078
 
"in the .bzr directory."
1079
 
msgstr ""
1080
 
 
1081
 
#: breezy/builtins.py:2048
1082
 
msgid ""
1083
 
"If there is already a branch at the location but it has no working tree,\n"
1084
 
"the tree can be populated with 'brz checkout'."
1085
 
msgstr ""
1086
 
 
1087
 
#: breezy/builtins.py:2051
 
1275
msgstr "Make a directory into a versioned branch."
 
1276
 
 
1277
#: bzrlib/builtins.py:2047
 
1278
msgid ""
 
1279
"Use this to create an empty branch, or before importing an\n"
 
1280
"existing project."
 
1281
msgstr ""
 
1282
"Use this to create an empty branch, or before importing an\n"
 
1283
"existing project."
 
1284
 
 
1285
#: bzrlib/builtins.py:2050
 
1286
msgid ""
 
1287
"If there is a repository in a parent directory of the location, then\n"
 
1288
"the history of the branch will be stored in the repository.  Otherwise\n"
 
1289
"init creates a standalone branch which carries its own history\n"
 
1290
"in the .bzr directory."
 
1291
msgstr ""
 
1292
"If there is a repository in a parent directory of the location, then\n"
 
1293
"the history of the branch will be stored in the repository.  Otherwise\n"
 
1294
"init creates a standalone branch which carries its own history\n"
 
1295
"in the .bzr directory."
 
1296
 
 
1297
#: bzrlib/builtins.py:2055
 
1298
msgid ""
 
1299
"If there is already a branch at the location but it has no working tree,\n"
 
1300
"the tree can be populated with 'bzr checkout'."
 
1301
msgstr ""
 
1302
"If there is already a branch at the location but it has no working tree,\n"
 
1303
"the tree can be populated with 'bzr checkout'."
 
1304
 
 
1305
#: bzrlib/builtins.py:2058
1088
1306
msgid "Recipe for importing a tree of files::"
1089
 
msgstr ""
1090
 
 
1091
 
#: breezy/builtins.py:2053
1092
 
msgid ""
1093
 
"    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
 
1307
msgstr "Recipe for importing a tree of files::"
 
1308
 
 
1309
#: bzrlib/builtins.py:2060
 
1310
msgid ""
 
1311
"    cd ~/project\n"
 
1312
"    bzr init\n"
 
1313
"    bzr add .\n"
 
1314
"    bzr status\n"
 
1315
"    bzr commit -m \"imported project\""
 
1316
msgstr ""
 
1317
"    cd ~/project\n"
 
1318
"    bzr init\n"
 
1319
"    bzr add .\n"
 
1320
"    bzr status\n"
 
1321
"    bzr commit -m \"imported project\""
 
1322
 
 
1323
#: bzrlib/builtins.py:2071
 
1324
msgid ""
 
1325
"Create the path leading up to the branch if it does not already exist."
 
1326
msgstr ""
 
1327
"Create the path leading up to the branch if it does not already exist."
 
1328
 
 
1329
#: bzrlib/builtins.py:2074
1108
1330
msgid "Specify a format for this branch. See \"help formats\"."
1109
 
msgstr ""
1110
 
 
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."
1114
 
msgstr ""
1115
 
 
1116
 
# help of 'no-tree' option of 'init' command
1117
 
#: breezy/builtins.py:2078
 
1331
msgstr "Specify a format for this branch. See \"help formats\"."
 
1332
 
 
1333
#: bzrlib/builtins.py:2082
 
1334
msgid ""
 
1335
"Never change revnos or the existing log.  Append revisions to it only."
 
1336
msgstr ""
 
1337
"Never change revnos or the existing log.  Append revisions to it only."
 
1338
 
 
1339
#: bzrlib/builtins.py:2085
1118
1340
msgid "Create a branch without a working tree."
1119
 
msgstr ""
 
1341
msgstr "Create a branch without a working tree."
1120
1342
 
1121
 
#: breezy/builtins.py:2098 breezy/push.py:110
 
1343
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1122
1344
#, python-format
1123
1345
msgid ""
1124
1346
"Parent directory of %s does not exist.\n"
1125
1347
"You may supply --create-prefix to create all leading parent directories."
1126
1348
msgstr ""
 
1349
"Parent directory of %s does not exist.\n"
 
1350
"You may supply --create-prefix to create all leading parent directories."
1127
1351
 
1128
 
#: breezy/builtins.py:2132
 
1352
#: bzrlib/builtins.py:2139
1129
1353
msgid ""
1130
1354
"This branch format cannot be set to append-revisions-only.  Try --default."
1131
1355
msgstr ""
 
1356
"This branch format cannot be set to append-revisions-only.  Try --default."
1132
1357
 
1133
 
#: breezy/builtins.py:2143
1134
 
#, python-brace-format
 
1358
#: bzrlib/builtins.py:2150
1135
1359
msgid "Created a {0} (format: {1})\n"
1136
 
msgstr ""
 
1360
msgstr "Created a {0} (format: {1})\n"
1137
1361
 
1138
 
#: breezy/builtins.py:2152
 
1362
#: bzrlib/builtins.py:2159
1139
1363
#, python-format
1140
1364
msgid "Using shared repository: %s\n"
1141
 
msgstr ""
 
1365
msgstr "Using shared repository: %s\n"
1142
1366
 
1143
 
#: breezy/builtins.py:2156
 
1367
#: bzrlib/builtins.py:2163
1144
1368
msgid "Create a shared repository for branches to share storage space."
1145
 
msgstr ""
1146
 
 
1147
 
#: breezy/builtins.py:2158
1148
 
msgid ""
1149
 
"New branches created under the repository directory will store their\n"
1150
 
"revisions in the repository, not in the branch directory.  For branches\n"
1151
 
"with shared history, this reduces the amount of storage needed and \n"
1152
 
"speeds up the creation of new branches."
1153
 
msgstr ""
1154
 
 
1155
 
#: breezy/builtins.py:2163
1156
 
msgid ""
1157
 
"If the --no-trees option is given then the branches in the repository\n"
1158
 
"will not have working trees by default.  They will still exist as \n"
1159
 
"directories on disk, but they will not have separate copies of the \n"
1160
 
"files at a certain revision.  This can be useful for repositories that\n"
1161
 
"store branches which are interacted with through checkouts or remote\n"
1162
 
"branches, such as on a server."
1163
 
msgstr ""
1164
 
 
1165
 
#: breezy/builtins.py:2170
1166
 
msgid ""
1167
 
":Examples:\n"
1168
 
"    Create a shared repository holding just branches::"
1169
 
msgstr ""
1170
 
 
1171
 
#: breezy/builtins.py:2173
1172
 
msgid ""
1173
 
"        brz init-repo --no-trees repo\n"
1174
 
"        brz init repo/trunk"
1175
 
msgstr ""
1176
 
 
1177
 
#: breezy/builtins.py:2176
 
1369
msgstr "Create a shared repository for branches to share storage space."
 
1370
 
 
1371
#: bzrlib/builtins.py:2165
 
1372
msgid ""
 
1373
"New branches created under the repository directory will store their\n"
 
1374
"revisions in the repository, not in the branch directory.  For branches\n"
 
1375
"with shared history, this reduces the amount of storage needed and \n"
 
1376
"speeds up the creation of new branches."
 
1377
msgstr ""
 
1378
"New branches created under the repository directory will store their\n"
 
1379
"revisions in the repository, not in the branch directory.  For branches\n"
 
1380
"with shared history, this reduces the amount of storage needed and \n"
 
1381
"speeds up the creation of new branches."
 
1382
 
 
1383
#: bzrlib/builtins.py:2170
 
1384
msgid ""
 
1385
"If the --no-trees option is given then the branches in the repository\n"
 
1386
"will not have working trees by default.  They will still exist as \n"
 
1387
"directories on disk, but they will not have separate copies of the \n"
 
1388
"files at a certain revision.  This can be useful for repositories that\n"
 
1389
"store branches which are interacted with through checkouts or remote\n"
 
1390
"branches, such as on a server."
 
1391
msgstr ""
 
1392
"If the --no-trees option is given then the branches in the repository\n"
 
1393
"will not have working trees by default.  They will still exist as \n"
 
1394
"directories on disk, but they will not have separate copies of the \n"
 
1395
"files at a certain revision.  This can be useful for repositories that\n"
 
1396
"store branches which are interacted with through checkouts or remote\n"
 
1397
"branches, such as on a server."
 
1398
 
 
1399
#: bzrlib/builtins.py:2177
 
1400
msgid ""
 
1401
":Examples:\n"
 
1402
"    Create a shared repository holding just branches::"
 
1403
msgstr ""
 
1404
":Examples:\n"
 
1405
"    Create a shared repository holding just branches::"
 
1406
 
 
1407
#: bzrlib/builtins.py:2180
 
1408
msgid ""
 
1409
"        bzr init-repo --no-trees repo\n"
 
1410
"        bzr init repo/trunk"
 
1411
msgstr ""
 
1412
"        bzr init-repo --no-trees repo\n"
 
1413
"        bzr init repo/trunk"
 
1414
 
 
1415
#: bzrlib/builtins.py:2183
1178
1416
msgid "    Make a lightweight checkout elsewhere::"
1179
 
msgstr ""
1180
 
 
1181
 
#: breezy/builtins.py:2178
1182
 
msgid ""
1183
 
"        brz checkout --lightweight repo/trunk trunk-checkout\n"
1184
 
"        cd trunk-checkout\n"
1185
 
"        (add files here)"
1186
 
msgstr ""
1187
 
 
1188
 
# help of 'format' option of 'init-repository' command
1189
 
#: breezy/builtins.py:2186
1190
 
msgid ""
1191
 
"Specify a format for this repository. See \"brz help formats\" for details."
1192
 
msgstr ""
1193
 
 
1194
 
# title of 'format' option of 'init-repository' command
1195
 
#: breezy/builtins.py:2190
 
1417
msgstr "    Make a lightweight checkout elsewhere::"
 
1418
 
 
1419
#: bzrlib/builtins.py:2185
 
1420
msgid ""
 
1421
"        bzr checkout --lightweight repo/trunk trunk-checkout\n"
 
1422
"        cd trunk-checkout\n"
 
1423
"        (add files here)"
 
1424
msgstr ""
 
1425
"        bzr checkout --lightweight repo/trunk trunk-checkout\n"
 
1426
"        cd trunk-checkout\n"
 
1427
"        (add files here)"
 
1428
 
 
1429
#: bzrlib/builtins.py:2193
 
1430
msgid ""
 
1431
"Specify a format for this repository. See \"bzr help formats\" for details."
 
1432
msgstr ""
 
1433
"Specify a format for this repository. See \"bzr help formats\" for details."
 
1434
 
 
1435
#: bzrlib/builtins.py:2197
1196
1436
msgid "Repository format"
1197
 
msgstr ""
 
1437
msgstr "Repository format"
1198
1438
 
1199
 
# help of 'no-trees' option of 'init-repository' command
1200
 
#: breezy/builtins.py:2192
 
1439
#: bzrlib/builtins.py:2199
1201
1440
msgid "Branches in the repository will default to not having a working tree."
1202
1441
msgstr ""
 
1442
"Branches in the repository will default to not having a working tree."
1203
1443
 
1204
 
#: breezy/builtins.py:2218
 
1444
#: bzrlib/builtins.py:2225
1205
1445
msgid "Show differences in the working tree, between revisions or branches."
1206
 
msgstr ""
1207
 
 
1208
 
#: breezy/builtins.py:2220
1209
 
msgid ""
1210
 
"If no arguments are given, all changes for the current tree are listed.\n"
1211
 
"If files are given, only the changes in those files are listed.\n"
1212
 
"Remote and multiple branches can be compared by using the --old and\n"
1213
 
"--new options. If not provided, the default for both is derived from\n"
1214
 
"the first argument, if any, or the current tree if no arguments are\n"
1215
 
"given."
1216
 
msgstr ""
1217
 
 
1218
 
#: breezy/builtins.py:2227
1219
 
msgid ""
1220
 
"\"brz diff -p1\" is equivalent to \"brz diff --prefix old/:new/\", and\n"
1221
 
"produces patches suitable for \"patch -p1\"."
1222
 
msgstr ""
1223
 
 
1224
 
#: breezy/builtins.py:2230
1225
 
msgid ""
1226
 
"Note that when using the -r argument with a range of revisions, the\n"
1227
 
"differences are computed between the two specified revisions.  That\n"
1228
 
"is, the command does not show the changes introduced by the first \n"
1229
 
"revision in the range.  This differs from the interpretation of \n"
1230
 
"revision ranges used by \"brz log\" which includes the first revision\n"
1231
 
"in the range."
1232
 
msgstr ""
1233
 
 
1234
 
#: breezy/builtins.py:2237
1235
 
msgid ""
1236
 
":Exit values:\n"
1237
 
"    1 - changed\n"
1238
 
"    2 - unrepresentable changes\n"
1239
 
"    3 - error\n"
1240
 
"    0 - no change"
1241
 
msgstr ""
1242
 
 
1243
 
#: breezy/builtins.py:2243
1244
 
msgid ""
1245
 
":Examples:\n"
1246
 
"    Shows the difference in the working tree versus the last commit::"
1247
 
msgstr ""
1248
 
 
1249
 
#: breezy/builtins.py:2246
1250
 
msgid "        brz diff"
1251
 
msgstr ""
1252
 
 
1253
 
#: breezy/builtins.py:2248
 
1446
msgstr "Show differences in the working tree, between revisions or branches."
 
1447
 
 
1448
#: bzrlib/builtins.py:2227
 
1449
msgid ""
 
1450
"If no arguments are given, all changes for the current tree are listed.\n"
 
1451
"If files are given, only the changes in those files are listed.\n"
 
1452
"Remote and multiple branches can be compared by using the --old and\n"
 
1453
"--new options. If not provided, the default for both is derived from\n"
 
1454
"the first argument, if any, or the current tree if no arguments are\n"
 
1455
"given."
 
1456
msgstr ""
 
1457
"If no arguments are given, all changes for the current tree are listed.\n"
 
1458
"If files are given, only the changes in those files are listed.\n"
 
1459
"Remote and multiple branches can be compared by using the --old and\n"
 
1460
"--new options. If not provided, the default for both is derived from\n"
 
1461
"the first argument, if any, or the current tree if no arguments are\n"
 
1462
"given."
 
1463
 
 
1464
#: bzrlib/builtins.py:2234
 
1465
msgid ""
 
1466
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
 
1467
"produces patches suitable for \"patch -p1\"."
 
1468
msgstr ""
 
1469
"\"bzr diff -p1\" is equivalent to \"bzr diff --prefix old/:new/\", and\n"
 
1470
"produces patches suitable for \"patch -p1\"."
 
1471
 
 
1472
#: bzrlib/builtins.py:2237
 
1473
msgid ""
 
1474
"Note that when using the -r argument with a range of revisions, the\n"
 
1475
"differences are computed between the two specified revisions.  That\n"
 
1476
"is, the command does not show the changes introduced by the first \n"
 
1477
"revision in the range.  This differs from the interpretation of \n"
 
1478
"revision ranges used by \"bzr log\" which includes the first revision\n"
 
1479
"in the range."
 
1480
msgstr ""
 
1481
"Note that when using the -r argument with a range of revisions, the\n"
 
1482
"differences are computed between the two specified revisions.  That\n"
 
1483
"is, the command does not show the changes introduced by the first \n"
 
1484
"revision in the range.  This differs from the interpretation of \n"
 
1485
"revision ranges used by \"bzr log\" which includes the first revision\n"
 
1486
"in the range."
 
1487
 
 
1488
#: bzrlib/builtins.py:2244
 
1489
msgid ""
 
1490
":Exit values:\n"
 
1491
"    1 - changed\n"
 
1492
"    2 - unrepresentable changes\n"
 
1493
"    3 - error\n"
 
1494
"    0 - no change"
 
1495
msgstr ""
 
1496
":Exit values:\n"
 
1497
"    1 - changed\n"
 
1498
"    2 - unrepresentable changes\n"
 
1499
"    3 - error\n"
 
1500
"    0 - no change"
 
1501
 
 
1502
#: bzrlib/builtins.py:2250
 
1503
msgid ""
 
1504
":Examples:\n"
 
1505
"    Shows the difference in the working tree versus the last commit::"
 
1506
msgstr ""
 
1507
":Examples:\n"
 
1508
"    Shows the difference in the working tree versus the last commit::"
 
1509
 
 
1510
#: bzrlib/builtins.py:2253
 
1511
msgid "        bzr diff"
 
1512
msgstr "        bzr diff"
 
1513
 
 
1514
#: bzrlib/builtins.py:2255
1254
1515
msgid "    Difference between the working tree and revision 1::"
1255
 
msgstr ""
1256
 
 
1257
 
#: breezy/builtins.py:2250
1258
 
msgid "        brz diff -r1"
1259
 
msgstr ""
1260
 
 
1261
 
#: breezy/builtins.py:2252
 
1516
msgstr "    Difference between the working tree and revision 1::"
 
1517
 
 
1518
#: bzrlib/builtins.py:2257
 
1519
msgid "        bzr diff -r1"
 
1520
msgstr "        bzr diff -r1"
 
1521
 
 
1522
#: bzrlib/builtins.py:2259
1262
1523
msgid "    Difference between revision 3 and revision 1::"
1263
 
msgstr ""
1264
 
 
1265
 
#: breezy/builtins.py:2254
1266
 
msgid "        brz diff -r1..3"
1267
 
msgstr ""
1268
 
 
1269
 
#: breezy/builtins.py:2256
 
1524
msgstr "    Difference between revision 3 and revision 1::"
 
1525
 
 
1526
#: bzrlib/builtins.py:2261
 
1527
msgid "        bzr diff -r1..3"
 
1528
msgstr "        bzr diff -r1..3"
 
1529
 
 
1530
#: bzrlib/builtins.py:2263
1270
1531
msgid "    Difference between revision 3 and revision 1 for branch xxx::"
1271
 
msgstr ""
1272
 
 
1273
 
#: breezy/builtins.py:2258
1274
 
msgid "        brz diff -r1..3 xxx"
1275
 
msgstr ""
1276
 
 
1277
 
#: breezy/builtins.py:2260
 
1532
msgstr "    Difference between revision 3 and revision 1 for branch xxx::"
 
1533
 
 
1534
#: bzrlib/builtins.py:2265
 
1535
msgid "        bzr diff -r1..3 xxx"
 
1536
msgstr "        bzr diff -r1..3 xxx"
 
1537
 
 
1538
#: bzrlib/builtins.py:2267
1278
1539
msgid "    The changes introduced by revision 2 (equivalent to -r1..2)::"
1279
 
msgstr ""
1280
 
 
1281
 
#: breezy/builtins.py:2262
1282
 
msgid "        brz diff -c2"
1283
 
msgstr ""
1284
 
 
1285
 
#: breezy/builtins.py:2264
1286
 
msgid ""
1287
 
"    To see the changes introduced by revision X::\n"
1288
 
"    \n"
1289
 
"        brz diff -cX"
1290
 
msgstr ""
1291
 
 
1292
 
#: breezy/builtins.py:2268
1293
 
msgid ""
1294
 
"    Note that in the case of a merge, the -c option shows the changes\n"
1295
 
"    compared to the left hand parent. To see the changes against\n"
1296
 
"    another parent, use::"
1297
 
msgstr ""
1298
 
 
1299
 
#: breezy/builtins.py:2272
1300
 
msgid "        brz diff -r<chosen_parent>..X"
1301
 
msgstr ""
1302
 
 
1303
 
#: breezy/builtins.py:2274
1304
 
msgid ""
1305
 
"    The changes between the current revision and the previous revision\n"
1306
 
"    (equivalent to -c-1 and -r-2..-1)"
1307
 
msgstr ""
1308
 
 
1309
 
#: breezy/builtins.py:2277
1310
 
msgid "        brz diff -r-2.."
1311
 
msgstr ""
1312
 
 
1313
 
#: breezy/builtins.py:2279
 
1540
msgstr "    The changes introduced by revision 2 (equivalent to -r1..2)::"
 
1541
 
 
1542
#: bzrlib/builtins.py:2269
 
1543
msgid "        bzr diff -c2"
 
1544
msgstr "        bzr diff -c2"
 
1545
 
 
1546
#: bzrlib/builtins.py:2271
 
1547
msgid ""
 
1548
"    To see the changes introduced by revision X::\n"
 
1549
"    \n"
 
1550
"        bzr diff -cX"
 
1551
msgstr ""
 
1552
"    To see the changes introduced by revision X::\n"
 
1553
"    \n"
 
1554
"        bzr diff -cX"
 
1555
 
 
1556
#: bzrlib/builtins.py:2275
 
1557
msgid ""
 
1558
"    Note that in the case of a merge, the -c option shows the changes\n"
 
1559
"    compared to the left hand parent. To see the changes against\n"
 
1560
"    another parent, use::"
 
1561
msgstr ""
 
1562
"    Note that in the case of a merge, the -c option shows the changes\n"
 
1563
"    compared to the left hand parent. To see the changes against\n"
 
1564
"    another parent, use::"
 
1565
 
 
1566
#: bzrlib/builtins.py:2279
 
1567
msgid "        bzr diff -r<chosen_parent>..X"
 
1568
msgstr "        bzr diff -r<chosen_parent>..X"
 
1569
 
 
1570
#: bzrlib/builtins.py:2281
 
1571
msgid ""
 
1572
"    The changes between the current revision and the previous revision\n"
 
1573
"    (equivalent to -c-1 and -r-2..-1)"
 
1574
msgstr ""
 
1575
"    The changes between the current revision and the previous revision\n"
 
1576
"    (equivalent to -c-1 and -r-2..-1)"
 
1577
 
 
1578
#: bzrlib/builtins.py:2284
 
1579
msgid "        bzr diff -r-2.."
 
1580
msgstr "        bzr diff -r-2.."
 
1581
 
 
1582
#: bzrlib/builtins.py:2286
1314
1583
msgid "    Show just the differences for file NEWS::"
1315
 
msgstr ""
1316
 
 
1317
 
#: breezy/builtins.py:2281
1318
 
msgid "        brz diff NEWS"
1319
 
msgstr ""
1320
 
 
1321
 
#: breezy/builtins.py:2283
 
1584
msgstr "    Show just the differences for file NEWS::"
 
1585
 
 
1586
#: bzrlib/builtins.py:2288
 
1587
msgid "        bzr diff NEWS"
 
1588
msgstr "        bzr diff NEWS"
 
1589
 
 
1590
#: bzrlib/builtins.py:2290
1322
1591
msgid "    Show the differences in working tree xxx for file NEWS::"
1323
 
msgstr ""
1324
 
 
1325
 
#: breezy/builtins.py:2285
1326
 
msgid "        brz diff xxx/NEWS"
1327
 
msgstr ""
1328
 
 
1329
 
#: breezy/builtins.py:2287
 
1592
msgstr "    Show the differences in working tree xxx for file NEWS::"
 
1593
 
 
1594
#: bzrlib/builtins.py:2292
 
1595
msgid "        bzr diff xxx/NEWS"
 
1596
msgstr "        bzr diff xxx/NEWS"
 
1597
 
 
1598
#: bzrlib/builtins.py:2294
1330
1599
msgid "    Show the differences from branch xxx to this working tree:"
1331
 
msgstr ""
1332
 
 
1333
 
#: breezy/builtins.py:2289
1334
 
msgid "        brz diff --old xxx"
1335
 
msgstr ""
1336
 
 
1337
 
#: breezy/builtins.py:2291
 
1600
msgstr "    Show the differences from branch xxx to this working tree:"
 
1601
 
 
1602
#: bzrlib/builtins.py:2296
 
1603
msgid "        bzr diff --old xxx"
 
1604
msgstr "        bzr diff --old xxx"
 
1605
 
 
1606
#: bzrlib/builtins.py:2298
1338
1607
msgid "    Show the differences between two branches for file NEWS::"
1339
 
msgstr ""
1340
 
 
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
 
1608
msgstr "    Show the differences between two branches for file NEWS::"
 
1609
 
 
1610
#: bzrlib/builtins.py:2300
 
1611
msgid "        bzr diff --old xxx --new yyy NEWS"
 
1612
msgstr "        bzr diff --old xxx --new yyy NEWS"
 
1613
 
 
1614
#: bzrlib/builtins.py:2302
 
1615
msgid "    Same as 'bzr diff' but prefix paths with old/ and new/::"
 
1616
msgstr "    Same as 'bzr diff' but prefix paths with old/ and new/::"
 
1617
 
 
1618
#: bzrlib/builtins.py:2304
1350
1619
msgid ""
1351
 
"        brz diff --prefix old/:new/\n"
 
1620
"        bzr diff --prefix old/:new/\n"
1352
1621
"        \n"
1353
1622
"    Show the differences using a custom diff program with options::\n"
1354
1623
"    \n"
1355
 
"        brz diff --using /usr/bin/diff --diff-options -wu"
 
1624
"        bzr diff --using /usr/bin/diff --diff-options -wu"
1356
1625
msgstr ""
 
1626
"        bzr diff --prefix old/:new/\n"
 
1627
"        \n"
 
1628
"    Show the differences using a custom diff program with options::\n"
 
1629
"    \n"
 
1630
"        bzr diff --using /usr/bin/diff --diff-options -wu"
1357
1631
 
1358
 
# help of 'diff-options' option of 'diff' command
1359
 
#: breezy/builtins.py:2307
 
1632
#: bzrlib/builtins.py:2314
1360
1633
msgid "Pass these options to the external diff program."
1361
 
msgstr ""
 
1634
msgstr "Pass these options to the external diff program."
1362
1635
 
1363
 
# help of 'prefix' option of 'diff' command
1364
 
#: breezy/builtins.py:2310
 
1636
#: bzrlib/builtins.py:2317
1365
1637
msgid ""
1366
1638
"Set prefixes added to old and new filenames, as two values separated by a "
1367
1639
"colon. (eg \"old/:new/\")."
1368
1640
msgstr ""
 
1641
"Set prefixes added to old and new filenames, as two values separated by a "
 
1642
"colon. (eg \"old/:new/\")."
1369
1643
 
1370
 
# help of 'old' option of 'diff' command
1371
 
#: breezy/builtins.py:2313
 
1644
#: bzrlib/builtins.py:2320
1372
1645
msgid "Branch/tree to compare from."
1373
 
msgstr ""
 
1646
msgstr "Branch/tree to compare from."
1374
1647
 
1375
 
# help of 'new' option of 'diff' command
1376
 
#: breezy/builtins.py:2317
 
1648
#: bzrlib/builtins.py:2324
1377
1649
msgid "Branch/tree to compare to."
1378
 
msgstr ""
 
1650
msgstr "Branch/tree to compare to."
1379
1651
 
1380
 
# help of 'using' option of 'diff' command
1381
 
#: breezy/builtins.py:2323
 
1652
#: bzrlib/builtins.py:2330
1382
1653
msgid "Use this command to compare files."
1383
 
msgstr ""
 
1654
msgstr "Use this command to compare files."
1384
1655
 
1385
 
# help of 'format' option of 'diff' command
1386
 
#: breezy/builtins.py:2328
 
1656
#: bzrlib/builtins.py:2335
1387
1657
msgid "Diff format to use."
1388
 
msgstr ""
 
1658
msgstr "Diff format to use."
1389
1659
 
1390
 
# title of 'format' option of 'diff' command
1391
 
#: breezy/builtins.py:2330
 
1660
#: bzrlib/builtins.py:2337
1392
1661
msgid "Diff format"
1393
 
msgstr ""
1394
 
 
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
 
1662
msgstr "Diff format"
 
1663
 
 
1664
#: bzrlib/builtins.py:2359
1401
1665
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1402
 
msgstr ""
1403
 
 
1404
 
#: breezy/builtins.py:2361
1405
 
msgid "brz diff --revision takes exactly one or two revision specifiers"
1406
 
msgstr ""
1407
 
 
1408
 
#: breezy/builtins.py:2366 breezy/builtins.py:2763 breezy/builtins.py:2776
1409
 
#: breezy/builtins.py:2784 breezy/builtins.py:4957
1410
 
#, python-brace-format
 
1666
msgstr "--prefix expects two values separated by a colon (eg \"old/:new/\")"
 
1667
 
 
1668
#: bzrlib/builtins.py:2363
 
1669
msgid "bzr diff --revision takes exactly one or two revision specifiers"
 
1670
msgstr "bzr diff --revision takes exactly one or two revision specifiers"
 
1671
 
 
1672
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
 
1673
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1411
1674
msgid "{0} and {1} are mutually exclusive"
1412
 
msgstr ""
 
1675
msgstr "{0} and {1} are mutually exclusive"
1413
1676
 
1414
 
#: breezy/builtins.py:2386
 
1677
#: bzrlib/builtins.py:2388
1415
1678
msgid ""
1416
1679
"List files deleted in the working tree.\n"
1417
1680
"    "
1418
1681
msgstr ""
 
1682
"List files deleted in the working tree.\n"
 
1683
"    "
1419
1684
 
1420
 
#: breezy/builtins.py:2463
 
1685
#: bzrlib/builtins.py:2465
1421
1686
msgid "Show the tree root directory."
1422
 
msgstr ""
 
1687
msgstr "Show the tree root directory."
1423
1688
 
1424
 
#: breezy/builtins.py:2465
 
1689
#: bzrlib/builtins.py:2467
1425
1690
msgid ""
1426
1691
"The root is the nearest enclosing directory with a .bzr control\n"
1427
1692
"directory."
1428
1693
msgstr ""
 
1694
"The root is the nearest enclosing directory with a .bzr control\n"
 
1695
"directory."
1429
1696
 
1430
 
#: breezy/builtins.py:2480
 
1697
#: bzrlib/builtins.py:2482
1431
1698
msgid "The limit argument must be an integer."
1432
 
msgstr ""
 
1699
msgstr "The limit argument must be an integer."
1433
1700
 
1434
 
#: breezy/builtins.py:2488
 
1701
#: bzrlib/builtins.py:2490
1435
1702
msgid "The levels argument must be an integer."
1436
 
msgstr ""
 
1703
msgstr "The levels argument must be an integer."
1437
1704
 
1438
 
#: breezy/builtins.py:2493
 
1705
#: bzrlib/builtins.py:2495
1439
1706
msgid "Show historical log for a branch or subset of a branch."
1440
 
msgstr ""
1441
 
 
1442
 
#: breezy/builtins.py:2495
1443
 
msgid ""
1444
 
"log is brz's default tool for exploring the history of a branch.\n"
1445
 
"The branch to use is taken from the first parameter. If no parameters\n"
1446
 
"are given, the branch containing the working directory is logged.\n"
1447
 
"Here are some simple examples::"
1448
 
msgstr ""
1449
 
 
1450
 
#: breezy/builtins.py:2500
1451
 
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"
1455
 
msgstr ""
1456
 
 
1457
 
#: breezy/builtins.py:2504
1458
 
msgid ""
1459
 
"The filtering, ordering and information shown for each revision can\n"
1460
 
"be controlled as explained below. By default, all revisions are\n"
1461
 
"shown sorted (topologically) so that newer revisions appear before\n"
1462
 
"older ones and descendants always appear before ancestors. If displayed,\n"
1463
 
"merged revisions are shown indented under the revision in which they\n"
1464
 
"were merged."
1465
 
msgstr ""
1466
 
 
1467
 
#: breezy/builtins.py:2511
 
1707
msgstr "Show historical log for a branch or subset of a branch."
 
1708
 
 
1709
#: bzrlib/builtins.py:2497
 
1710
msgid ""
 
1711
"log is bzr's default tool for exploring the history of a branch.\n"
 
1712
"The branch to use is taken from the first parameter. If no parameters\n"
 
1713
"are given, the branch containing the working directory is logged.\n"
 
1714
"Here are some simple examples::"
 
1715
msgstr ""
 
1716
"log is bzr's default tool for exploring the history of a branch.\n"
 
1717
"The branch to use is taken from the first parameter. If no parameters\n"
 
1718
"are given, the branch containing the working directory is logged.\n"
 
1719
"Here are some simple examples::"
 
1720
 
 
1721
#: bzrlib/builtins.py:2502
 
1722
msgid ""
 
1723
"  bzr log                       log the current branch\n"
 
1724
"  bzr log foo.py                log a file in its branch\n"
 
1725
"  bzr log http://server/branch  log a branch on a server"
 
1726
msgstr ""
 
1727
"  bzr log                       log the current branch\n"
 
1728
"  bzr log foo.py                log a file in its branch\n"
 
1729
"  bzr log http://server/branch  log a branch on a server"
 
1730
 
 
1731
#: bzrlib/builtins.py:2506
 
1732
msgid ""
 
1733
"The filtering, ordering and information shown for each revision can\n"
 
1734
"be controlled as explained below. By default, all revisions are\n"
 
1735
"shown sorted (topologically) so that newer revisions appear before\n"
 
1736
"older ones and descendants always appear before ancestors. If displayed,\n"
 
1737
"merged revisions are shown indented under the revision in which they\n"
 
1738
"were merged."
 
1739
msgstr ""
 
1740
"The filtering, ordering and information shown for each revision can\n"
 
1741
"be controlled as explained below. By default, all revisions are\n"
 
1742
"shown sorted (topologically) so that newer revisions appear before\n"
 
1743
"older ones and descendants always appear before ancestors. If displayed,\n"
 
1744
"merged revisions are shown indented under the revision in which they\n"
 
1745
"were merged."
 
1746
 
 
1747
#: bzrlib/builtins.py:2513
1468
1748
msgid ":Output control:"
1469
 
msgstr ""
1470
 
 
1471
 
#: breezy/builtins.py:2513
1472
 
msgid ""
1473
 
"  The log format controls how information about each revision is\n"
1474
 
"  displayed. The standard log formats are called ``long``, ``short``\n"
1475
 
"  and ``line``. The default is long. See ``brz help log-formats``\n"
1476
 
"  for more details on log formats."
1477
 
msgstr ""
1478
 
 
1479
 
#: breezy/builtins.py:2518
1480
 
msgid ""
1481
 
"  The following options can be used to control what information is\n"
1482
 
"  displayed::"
1483
 
msgstr ""
1484
 
 
1485
 
#: breezy/builtins.py:2521
1486
 
msgid ""
1487
 
"    -l N        display a maximum of N revisions\n"
1488
 
"    -n N        display N levels of revisions (0 for all, 1 for collapsed)\n"
1489
 
"    -v          display a status summary (delta) for each revision\n"
1490
 
"    -p          display a diff (patch) for each revision\n"
1491
 
"    --show-ids  display revision-ids (and file-ids), not just revnos"
1492
 
msgstr ""
1493
 
 
1494
 
#: breezy/builtins.py:2527
1495
 
msgid ""
1496
 
"  Note that the default number of levels to display is a function of the\n"
1497
 
"  log format. If the -n option is not used, the standard log formats show\n"
1498
 
"  just the top level (mainline)."
1499
 
msgstr ""
1500
 
 
1501
 
#: breezy/builtins.py:2531
1502
 
msgid ""
1503
 
"  Status summaries are shown using status flags like A, M, etc. To see\n"
1504
 
"  the changes explained using words like ``added`` and ``modified``\n"
1505
 
"  instead, use the -vv option."
1506
 
msgstr ""
1507
 
 
1508
 
#: breezy/builtins.py:2535
 
1749
msgstr ":Output control:"
 
1750
 
 
1751
#: bzrlib/builtins.py:2515
 
1752
msgid ""
 
1753
"  The log format controls how information about each revision is\n"
 
1754
"  displayed. The standard log formats are called ``long``, ``short``\n"
 
1755
"  and ``line``. The default is long. See ``bzr help log-formats``\n"
 
1756
"  for more details on log formats."
 
1757
msgstr ""
 
1758
"  The log format controls how information about each revision is\n"
 
1759
"  displayed. The standard log formats are called ``long``, ``short``\n"
 
1760
"  and ``line``. The default is long. See ``bzr help log-formats``\n"
 
1761
"  for more details on log formats."
 
1762
 
 
1763
#: bzrlib/builtins.py:2520
 
1764
msgid ""
 
1765
"  The following options can be used to control what information is\n"
 
1766
"  displayed::"
 
1767
msgstr ""
 
1768
"  The following options can be used to control what information is\n"
 
1769
"  displayed::"
 
1770
 
 
1771
#: bzrlib/builtins.py:2523
 
1772
msgid ""
 
1773
"    -l N        display a maximum of N revisions\n"
 
1774
"    -n N        display N levels of revisions (0 for all, 1 for collapsed)\n"
 
1775
"    -v          display a status summary (delta) for each revision\n"
 
1776
"    -p          display a diff (patch) for each revision\n"
 
1777
"    --show-ids  display revision-ids (and file-ids), not just revnos"
 
1778
msgstr ""
 
1779
"    -l N        display a maximum of N revisions\n"
 
1780
"    -n N        display N levels of revisions (0 for all, 1 for collapsed)\n"
 
1781
"    -v          display a status summary (delta) for each revision\n"
 
1782
"    -p          display a diff (patch) for each revision\n"
 
1783
"    --show-ids  display revision-ids (and file-ids), not just revnos"
 
1784
 
 
1785
#: bzrlib/builtins.py:2529
 
1786
msgid ""
 
1787
"  Note that the default number of levels to display is a function of the\n"
 
1788
"  log format. If the -n option is not used, the standard log formats show\n"
 
1789
"  just the top level (mainline)."
 
1790
msgstr ""
 
1791
"  Note that the default number of levels to display is a function of the\n"
 
1792
"  log format. If the -n option is not used, the standard log formats show\n"
 
1793
"  just the top level (mainline)."
 
1794
 
 
1795
#: bzrlib/builtins.py:2533
 
1796
msgid ""
 
1797
"  Status summaries are shown using status flags like A, M, etc. To see\n"
 
1798
"  the changes explained using words like ``added`` and ``modified``\n"
 
1799
"  instead, use the -vv option."
 
1800
msgstr ""
 
1801
"  Status summaries are shown using status flags like A, M, etc. To see\n"
 
1802
"  the changes explained using words like ``added`` and ``modified``\n"
 
1803
"  instead, use the -vv option."
 
1804
 
 
1805
#: bzrlib/builtins.py:2537
1509
1806
msgid ":Ordering control:"
1510
 
msgstr ""
 
1807
msgstr ":Ordering control:"
1511
1808
 
1512
 
#: breezy/builtins.py:2537
 
1809
#: bzrlib/builtins.py:2539
1513
1810
msgid ""
1514
1811
"  To display revisions from oldest to newest, use the --forward option.\n"
1515
1812
"  In most cases, using this option will have little impact on the total\n"
1516
1813
"  time taken to produce a log, though --forward does not incrementally\n"
1517
1814
"  display revisions like --reverse does when it can."
1518
1815
msgstr ""
 
1816
"  To display revisions from oldest to newest, use the --forward option.\n"
 
1817
"  In most cases, using this option will have little impact on the total\n"
 
1818
"  time taken to produce a log, though --forward does not incrementally\n"
 
1819
"  display revisions like --reverse does when it can."
1519
1820
 
1520
 
#: breezy/builtins.py:2542
 
1821
#: bzrlib/builtins.py:2544
1521
1822
msgid ":Revision filtering:"
1522
 
msgstr ""
1523
 
 
1524
 
#: breezy/builtins.py:2544
1525
 
msgid ""
1526
 
"  The -r option can be used to specify what revision or range of revisions\n"
1527
 
"  to filter against. The various forms are shown below::"
1528
 
msgstr ""
1529
 
 
1530
 
#: breezy/builtins.py:2547
1531
 
msgid ""
1532
 
"    -rX      display revision X\n"
1533
 
"    -rX..    display revision X and later\n"
1534
 
"    -r..Y    display up to and including revision Y\n"
1535
 
"    -rX..Y   display from X to Y inclusive"
1536
 
msgstr ""
1537
 
 
1538
 
#: breezy/builtins.py:2552
1539
 
msgid ""
1540
 
"  See ``brz help revisionspec`` for details on how to specify X and Y.\n"
1541
 
"  Some common examples are given below::"
1542
 
msgstr ""
1543
 
 
1544
 
#: breezy/builtins.py:2555
1545
 
msgid ""
1546
 
"    -r-1                show just the tip\n"
1547
 
"    -r-10..             show the last 10 mainline revisions\n"
1548
 
"    -rsubmit:..         show what's new on this branch\n"
1549
 
"    -rancestor:path..   show changes since the common ancestor of this\n"
1550
 
"                        branch and the one at location path\n"
1551
 
"    -rdate:yesterday..  show changes since yesterday"
1552
 
msgstr ""
1553
 
 
1554
 
#: breezy/builtins.py:2562
1555
 
msgid ""
1556
 
"  When logging a range of revisions using -rX..Y, log starts at\n"
1557
 
"  revision Y and searches back in history through the primary\n"
1558
 
"  (\"left-hand\") parents until it finds X. When logging just the\n"
1559
 
"  top level (using -n1), an error is reported if X is not found\n"
1560
 
"  along the way. If multi-level logging is used (-n0), X may be\n"
1561
 
"  a nested merge revision and the log will be truncated accordingly."
1562
 
msgstr ""
1563
 
 
1564
 
#: breezy/builtins.py:2569
 
1823
msgstr ":Revision filtering:"
 
1824
 
 
1825
#: bzrlib/builtins.py:2546
 
1826
msgid ""
 
1827
"  The -r option can be used to specify what revision or range of revisions\n"
 
1828
"  to filter against. The various forms are shown below::"
 
1829
msgstr ""
 
1830
"  The -r option can be used to specify what revision or range of revisions\n"
 
1831
"  to filter against. The various forms are shown below::"
 
1832
 
 
1833
#: bzrlib/builtins.py:2549
 
1834
msgid ""
 
1835
"    -rX      display revision X\n"
 
1836
"    -rX..    display revision X and later\n"
 
1837
"    -r..Y    display up to and including revision Y\n"
 
1838
"    -rX..Y   display from X to Y inclusive"
 
1839
msgstr ""
 
1840
"    -rX      display revision X\n"
 
1841
"    -rX..    display revision X and later\n"
 
1842
"    -r..Y    display up to and including revision Y\n"
 
1843
"    -rX..Y   display from X to Y inclusive"
 
1844
 
 
1845
#: bzrlib/builtins.py:2554
 
1846
msgid ""
 
1847
"  See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
 
1848
"  Some common examples are given below::"
 
1849
msgstr ""
 
1850
"  See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
 
1851
"  Some common examples are given below::"
 
1852
 
 
1853
#: bzrlib/builtins.py:2557
 
1854
msgid ""
 
1855
"    -r-1                show just the tip\n"
 
1856
"    -r-10..             show the last 10 mainline revisions\n"
 
1857
"    -rsubmit:..         show what's new on this branch\n"
 
1858
"    -rancestor:path..   show changes since the common ancestor of this\n"
 
1859
"                        branch and the one at location path\n"
 
1860
"    -rdate:yesterday..  show changes since yesterday"
 
1861
msgstr ""
 
1862
"    -r-1                show just the tip\n"
 
1863
"    -r-10..             show the last 10 mainline revisions\n"
 
1864
"    -rsubmit:..         show what's new on this branch\n"
 
1865
"    -rancestor:path..   show changes since the common ancestor of this\n"
 
1866
"                        branch and the one at location path\n"
 
1867
"    -rdate:yesterday..  show changes since yesterday"
 
1868
 
 
1869
#: bzrlib/builtins.py:2564
 
1870
msgid ""
 
1871
"  When logging a range of revisions using -rX..Y, log starts at\n"
 
1872
"  revision Y and searches back in history through the primary\n"
 
1873
"  (\"left-hand\") parents until it finds X. When logging just the\n"
 
1874
"  top level (using -n1), an error is reported if X is not found\n"
 
1875
"  along the way. If multi-level logging is used (-n0), X may be\n"
 
1876
"  a nested merge revision and the log will be truncated accordingly."
 
1877
msgstr ""
 
1878
"  When logging a range of revisions using -rX..Y, log starts at\n"
 
1879
"  revision Y and searches back in history through the primary\n"
 
1880
"  (\"left-hand\") parents until it finds X. When logging just the\n"
 
1881
"  top level (using -n1), an error is reported if X is not found\n"
 
1882
"  along the way. If multi-level logging is used (-n0), X may be\n"
 
1883
"  a nested merge revision and the log will be truncated accordingly."
 
1884
 
 
1885
#: bzrlib/builtins.py:2571
1565
1886
msgid ":Path filtering:"
1566
 
msgstr ""
1567
 
 
1568
 
#: breezy/builtins.py:2571
1569
 
msgid ""
1570
 
"  If parameters are given and the first one is not a branch, the log\n"
1571
 
"  will be filtered to show only those revisions that changed the\n"
1572
 
"  nominated files or directories."
1573
 
msgstr ""
1574
 
 
1575
 
#: breezy/builtins.py:2575
1576
 
msgid ""
1577
 
"  Filenames are interpreted within their historical context. To log a\n"
1578
 
"  deleted file, specify a revision range so that the file existed at\n"
1579
 
"  the end or start of the range."
1580
 
msgstr ""
1581
 
 
1582
 
#: breezy/builtins.py:2579
1583
 
msgid ""
1584
 
"  Historical context is also important when interpreting pathnames of\n"
1585
 
"  renamed files/directories. Consider the following example:"
1586
 
msgstr ""
1587
 
 
1588
 
#: breezy/builtins.py:2582
1589
 
msgid ""
1590
 
"  * revision 1: add tutorial.txt\n"
1591
 
"  * revision 2: modify tutorial.txt\n"
1592
 
"  * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1593
 
msgstr ""
1594
 
 
1595
 
#: breezy/builtins.py:2586
 
1887
msgstr ":Path filtering:"
 
1888
 
 
1889
#: bzrlib/builtins.py:2573
 
1890
msgid ""
 
1891
"  If parameters are given and the first one is not a branch, the log\n"
 
1892
"  will be filtered to show only those revisions that changed the\n"
 
1893
"  nominated files or directories."
 
1894
msgstr ""
 
1895
"  If parameters are given and the first one is not a branch, the log\n"
 
1896
"  will be filtered to show only those revisions that changed the\n"
 
1897
"  nominated files or directories."
 
1898
 
 
1899
#: bzrlib/builtins.py:2577
 
1900
msgid ""
 
1901
"  Filenames are interpreted within their historical context. To log a\n"
 
1902
"  deleted file, specify a revision range so that the file existed at\n"
 
1903
"  the end or start of the range."
 
1904
msgstr ""
 
1905
"  Filenames are interpreted within their historical context. To log a\n"
 
1906
"  deleted file, specify a revision range so that the file existed at\n"
 
1907
"  the end or start of the range."
 
1908
 
 
1909
#: bzrlib/builtins.py:2581
 
1910
msgid ""
 
1911
"  Historical context is also important when interpreting pathnames of\n"
 
1912
"  renamed files/directories. Consider the following example:"
 
1913
msgstr ""
 
1914
"  Historical context is also important when interpreting pathnames of\n"
 
1915
"  renamed files/directories. Consider the following example:"
 
1916
 
 
1917
#: bzrlib/builtins.py:2584
 
1918
msgid ""
 
1919
"  * revision 1: add tutorial.txt\n"
 
1920
"  * revision 2: modify tutorial.txt\n"
 
1921
"  * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
 
1922
msgstr ""
 
1923
"  * revision 1: add tutorial.txt\n"
 
1924
"  * revision 2: modify tutorial.txt\n"
 
1925
"  * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
 
1926
 
 
1927
#: bzrlib/builtins.py:2588
1596
1928
msgid "  In this case:"
1597
 
msgstr ""
1598
 
 
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"
1610
 
"    the original file in revision 2."
1611
 
msgstr ""
1612
 
 
1613
 
#: breezy/builtins.py:2595
1614
 
msgid ""
1615
 
"  * ``brz log -r2 -p guide.txt`` will display an error message as there\n"
1616
 
"    was no file called guide.txt in revision 2."
1617
 
msgstr ""
1618
 
 
1619
 
#: breezy/builtins.py:2598
1620
 
msgid ""
1621
 
"  Renames are always followed by log. By design, there is no need to\n"
1622
 
"  explicitly ask for this (and no way to stop logging a file back\n"
1623
 
"  until it was last renamed)."
1624
 
msgstr ""
1625
 
 
1626
 
#: breezy/builtins.py:2602
 
1929
msgstr "  In this case:"
 
1930
 
 
1931
#: bzrlib/builtins.py:2590
 
1932
msgid "  * ``bzr log guide.txt`` will log the file added in revision 1"
 
1933
msgstr "  * ``bzr log guide.txt`` will log the file added in revision 1"
 
1934
 
 
1935
#: bzrlib/builtins.py:2592
 
1936
msgid ""
 
1937
"  * ``bzr log tutorial.txt`` will log the new file added in revision 3"
 
1938
msgstr ""
 
1939
"  * ``bzr log tutorial.txt`` will log the new file added in revision 3"
 
1940
 
 
1941
#: bzrlib/builtins.py:2594
 
1942
msgid ""
 
1943
"  * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
 
1944
"    the original file in revision 2."
 
1945
msgstr ""
 
1946
"  * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
 
1947
"    the original file in revision 2."
 
1948
 
 
1949
#: bzrlib/builtins.py:2597
 
1950
msgid ""
 
1951
"  * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
 
1952
"    was no file called guide.txt in revision 2."
 
1953
msgstr ""
 
1954
"  * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
 
1955
"    was no file called guide.txt in revision 2."
 
1956
 
 
1957
#: bzrlib/builtins.py:2600
 
1958
msgid ""
 
1959
"  Renames are always followed by log. By design, there is no need to\n"
 
1960
"  explicitly ask for this (and no way to stop logging a file back\n"
 
1961
"  until it was last renamed)."
 
1962
msgstr ""
 
1963
"  Renames are always followed by log. By design, there is no need to\n"
 
1964
"  explicitly ask for this (and no way to stop logging a file back\n"
 
1965
"  until it was last renamed)."
 
1966
 
 
1967
#: bzrlib/builtins.py:2604
1627
1968
msgid ":Other filtering:"
1628
 
msgstr ""
 
1969
msgstr ":Other filtering:"
1629
1970
 
1630
 
#: breezy/builtins.py:2604
 
1971
#: bzrlib/builtins.py:2606
1631
1972
msgid ""
1632
1973
"  The --match option can be used for finding revisions that match a\n"
1633
1974
"  regular expression in a commit message, committer, author or bug.\n"
1635
1976
"  expressions. --match-author, --match-bugs, --match-committer and\n"
1636
1977
"  --match-message can be used to only match a specific field."
1637
1978
msgstr ""
 
1979
"  The --match option can be used for finding revisions that match a\n"
 
1980
"  regular expression in a commit message, committer, author or bug.\n"
 
1981
"  Specifying the option several times will match any of the supplied\n"
 
1982
"  expressions. --match-author, --match-bugs, --match-committer and\n"
 
1983
"  --match-message can be used to only match a specific field."
1638
1984
 
1639
 
#: breezy/builtins.py:2610
 
1985
#: bzrlib/builtins.py:2612
1640
1986
msgid ":Tips & tricks:"
1641
 
msgstr ""
1642
 
 
1643
 
#: breezy/builtins.py:2612
1644
 
msgid ""
1645
 
"  GUI tools and IDEs are often better at exploring history than command\n"
1646
 
"  line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
1647
 
"  bzr-explorer shell, or the Loggerhead web interface.  See the Bazaar\n"
1648
 
"  Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
1649
 
"  <http://wiki.bazaar.canonical.com/IDEIntegration>.  "
1650
 
msgstr ""
1651
 
 
1652
 
#: breezy/builtins.py:2618
1653
 
msgid "  You may find it useful to add the aliases below to ``bazaar.conf``::"
1654
 
msgstr ""
1655
 
 
1656
 
#: breezy/builtins.py:2620
1657
 
msgid ""
1658
 
"    [ALIASES]\n"
1659
 
"    tip = log -r-1\n"
1660
 
"    top = log -l10 --line\n"
1661
 
"    show = log -v -p"
1662
 
msgstr ""
1663
 
 
1664
 
#: breezy/builtins.py:2625
1665
 
msgid ""
1666
 
"  ``brz tip`` will then show the latest revision while ``brz top``\n"
1667
 
"  will show the last 10 mainline revisions. To see the details of a\n"
1668
 
"  particular revision X,  ``brz show -rX``."
1669
 
msgstr ""
1670
 
 
1671
 
#: breezy/builtins.py:2629
1672
 
msgid ""
1673
 
"  If you are interested in looking deeper into a particular merge X,\n"
1674
 
"  use ``brz log -n0 -rX``."
1675
 
msgstr ""
1676
 
 
1677
 
#: breezy/builtins.py:2632
1678
 
msgid ""
1679
 
"  ``brz log -v`` on a branch with lots of history is currently\n"
1680
 
"  very slow. A fix for this issue is currently under development.\n"
1681
 
"  With or without that fix, it is recommended that a revision range\n"
1682
 
"  be given when using the -v option."
1683
 
msgstr ""
1684
 
 
1685
 
#: breezy/builtins.py:2637
1686
 
msgid ""
1687
 
"  brz has a generic full-text matching plugin, brz-search, that can be\n"
1688
 
"  used to find revisions matching user names, commit messages, etc.\n"
1689
 
"  Among other features, this plugin can find all revisions containing\n"
1690
 
"  a list of words but not others."
1691
 
msgstr ""
1692
 
 
1693
 
#: breezy/builtins.py:2642
1694
 
msgid ""
1695
 
"  When exploring non-mainline history on large projects with deep\n"
1696
 
"  history, the performance of log can be greatly improved by installing\n"
1697
 
"  the historycache plugin. This plugin buffers historical information\n"
1698
 
"  trading disk space for faster speed."
1699
 
msgstr ""
1700
 
 
1701
 
# help of 'forward' option of 'log' command
1702
 
#: breezy/builtins.py:2651
 
1987
msgstr ":Tips & tricks:"
 
1988
 
 
1989
#: bzrlib/builtins.py:2614
 
1990
msgid ""
 
1991
"  GUI tools and IDEs are often better at exploring history than command\n"
 
1992
"  line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
 
1993
"  bzr-explorer shell, or the Loggerhead web interface.  See the Plugin\n"
 
1994
"  Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
 
1995
"  <http://wiki.bazaar.canonical.com/IDEIntegration>.  "
 
1996
msgstr ""
 
1997
"  GUI tools and IDEs are often better at exploring history than command\n"
 
1998
"  line tools: you may prefer qlog or viz from qbzr or bzr-gtk, the\n"
 
1999
"  bzr-explorer shell, or the Loggerhead web interface.  See the Plugin\n"
 
2000
"  Guide <http://doc.bazaar.canonical.com/plugins/en/> and\n"
 
2001
"  <http://wiki.bazaar.canonical.com/IDEIntegration>.  "
 
2002
 
 
2003
#: bzrlib/builtins.py:2620
 
2004
msgid ""
 
2005
"  You may find it useful to add the aliases below to ``bazaar.conf``::"
 
2006
msgstr ""
 
2007
"  You may find it useful to add the aliases below to ``bazaar.conf``::"
 
2008
 
 
2009
#: bzrlib/builtins.py:2622
 
2010
msgid ""
 
2011
"    [ALIASES]\n"
 
2012
"    tip = log -r-1\n"
 
2013
"    top = log -l10 --line\n"
 
2014
"    show = log -v -p"
 
2015
msgstr ""
 
2016
"    [ALIASES]\n"
 
2017
"    tip = log -r-1\n"
 
2018
"    top = log -l10 --line\n"
 
2019
"    show = log -v -p"
 
2020
 
 
2021
#: bzrlib/builtins.py:2627
 
2022
msgid ""
 
2023
"  ``bzr tip`` will then show the latest revision while ``bzr top``\n"
 
2024
"  will show the last 10 mainline revisions. To see the details of a\n"
 
2025
"  particular revision X,  ``bzr show -rX``."
 
2026
msgstr ""
 
2027
"  ``bzr tip`` will then show the latest revision while ``bzr top``\n"
 
2028
"  will show the last 10 mainline revisions. To see the details of a\n"
 
2029
"  particular revision X,  ``bzr show -rX``."
 
2030
 
 
2031
#: bzrlib/builtins.py:2631
 
2032
msgid ""
 
2033
"  If you are interested in looking deeper into a particular merge X,\n"
 
2034
"  use ``bzr log -n0 -rX``."
 
2035
msgstr ""
 
2036
"  If you are interested in looking deeper into a particular merge X,\n"
 
2037
"  use ``bzr log -n0 -rX``."
 
2038
 
 
2039
#: bzrlib/builtins.py:2634
 
2040
msgid ""
 
2041
"  ``bzr log -v`` on a branch with lots of history is currently\n"
 
2042
"  very slow. A fix for this issue is currently under development.\n"
 
2043
"  With or without that fix, it is recommended that a revision range\n"
 
2044
"  be given when using the -v option."
 
2045
msgstr ""
 
2046
"  ``bzr log -v`` on a branch with lots of history is currently\n"
 
2047
"  very slow. A fix for this issue is currently under development.\n"
 
2048
"  With or without that fix, it is recommended that a revision range\n"
 
2049
"  be given when using the -v option."
 
2050
 
 
2051
#: bzrlib/builtins.py:2639
 
2052
msgid ""
 
2053
"  bzr has a generic full-text matching plugin, bzr-search, that can be\n"
 
2054
"  used to find revisions matching user names, commit messages, etc.\n"
 
2055
"  Among other features, this plugin can find all revisions containing\n"
 
2056
"  a list of words but not others."
 
2057
msgstr ""
 
2058
"  bzr has a generic full-text matching plugin, bzr-search, that can be\n"
 
2059
"  used to find revisions matching user names, commit messages, etc.\n"
 
2060
"  Among other features, this plugin can find all revisions containing\n"
 
2061
"  a list of words but not others."
 
2062
 
 
2063
#: bzrlib/builtins.py:2644
 
2064
msgid ""
 
2065
"  When exploring non-mainline history on large projects with deep\n"
 
2066
"  history, the performance of log can be greatly improved by installing\n"
 
2067
"  the historycache plugin. This plugin buffers historical information\n"
 
2068
"  trading disk space for faster speed."
 
2069
msgstr ""
 
2070
"  When exploring non-mainline history on large projects with deep\n"
 
2071
"  history, the performance of log can be greatly improved by installing\n"
 
2072
"  the historycache plugin. This plugin buffers historical information\n"
 
2073
"  trading disk space for faster speed."
 
2074
 
 
2075
#: bzrlib/builtins.py:2653
1703
2076
msgid "Show from oldest to newest."
1704
 
msgstr ""
 
2077
msgstr "Show from oldest to newest."
1705
2078
 
1706
 
# help of 'verbose' option of 'log' command
1707
 
#: breezy/builtins.py:2654
 
2079
#: bzrlib/builtins.py:2656
1708
2080
msgid "Show files changed in each revision."
1709
 
msgstr ""
 
2081
msgstr "Show files changed in each revision."
1710
2082
 
1711
 
# help of 'change' option of 'log' command
1712
 
#: breezy/builtins.py:2660
 
2083
#: bzrlib/builtins.py:2662
1713
2084
msgid "Show just the specified revision. See also \"help revisionspec\"."
1714
 
msgstr ""
 
2085
msgstr "Show just the specified revision. See also \"help revisionspec\"."
1715
2086
 
1716
 
# help of 'authors' option of 'log' command
1717
 
#: breezy/builtins.py:2664
 
2087
#: bzrlib/builtins.py:2666
1718
2088
msgid "What names to list as authors - first, all or committer."
1719
 
msgstr ""
 
2089
msgstr "What names to list as authors - first, all or committer."
1720
2090
 
1721
 
# title of 'authors' option of 'log' command
1722
 
#: breezy/builtins.py:2665
 
2091
#: bzrlib/builtins.py:2667
1723
2092
msgid "Authors"
1724
 
msgstr ""
 
2093
msgstr "Authors"
1725
2094
 
1726
 
# help of 'levels' option of 'log' command
1727
 
#: breezy/builtins.py:2670
 
2095
#: bzrlib/builtins.py:2672
1728
2096
msgid "Number of levels to display - 0 for all, 1 for flat."
1729
 
msgstr ""
 
2097
msgstr "Number of levels to display - 0 for all, 1 for flat."
1730
2098
 
1731
 
# help of 'limit' option of 'log' command
1732
 
#: breezy/builtins.py:2680
 
2099
#: bzrlib/builtins.py:2682
1733
2100
msgid "Limit the output to the first N revisions."
1734
 
msgstr ""
 
2101
msgstr "Limit the output to the first N revisions."
1735
2102
 
1736
 
# help of 'show-diff' option of 'log' command
1737
 
#: breezy/builtins.py:2685
 
2103
#: bzrlib/builtins.py:2687
1738
2104
msgid "Show changes made in each revision as a patch."
1739
 
msgstr ""
 
2105
msgstr "Show changes made in each revision as a patch."
1740
2106
 
1741
 
# help of 'include-merged' option of 'log' command
1742
 
#: breezy/builtins.py:2687
 
2107
#: bzrlib/builtins.py:2689
1743
2108
msgid "Show merged revisions like --levels 0 does."
1744
 
msgstr ""
 
2109
msgstr "Show merged revisions like --levels 0 does."
1745
2110
 
1746
 
# help of 'omit-merges' option of 'log' command
1747
 
#: breezy/builtins.py:2691
 
2111
#: bzrlib/builtins.py:2693
1748
2112
msgid "Do not report commits with more than one parent."
1749
 
msgstr ""
 
2113
msgstr "Do not report commits with more than one parent."
1750
2114
 
1751
 
# help of 'exclude-common-ancestry' option of 'log' command
1752
 
#: breezy/builtins.py:2693
 
2115
#: bzrlib/builtins.py:2695
1753
2116
msgid ""
1754
2117
"Display only the revisions that are not part of both ancestries (require -"
1755
2118
"rX..Y)."
1756
2119
msgstr ""
 
2120
"Display only the revisions that are not part of both ancestries (require -"
 
2121
"rX..Y)."
1757
2122
 
1758
 
# help of 'signatures' option of 'log' command
1759
 
#: breezy/builtins.py:2697
 
2123
#: bzrlib/builtins.py:2699
1760
2124
msgid "Show digital signature validity."
1761
 
msgstr ""
 
2125
msgstr "Show digital signature validity."
1762
2126
 
1763
 
# help of 'match' option of 'log' command
1764
 
#: breezy/builtins.py:2700
 
2127
#: bzrlib/builtins.py:2702
1765
2128
msgid "Show revisions whose properties match this expression."
1766
 
msgstr ""
 
2129
msgstr "Show revisions whose properties match this expression."
1767
2130
 
1768
 
# help of 'match-message' option of 'log' command
1769
 
#: breezy/builtins.py:2704
 
2131
#: bzrlib/builtins.py:2706
1770
2132
msgid "Show revisions whose message matches this expression."
1771
 
msgstr ""
 
2133
msgstr "Show revisions whose message matches this expression."
1772
2134
 
1773
 
# help of 'match-committer' option of 'log' command
1774
 
#: breezy/builtins.py:2708
 
2135
#: bzrlib/builtins.py:2710
1775
2136
msgid "Show revisions whose committer matches this expression."
1776
 
msgstr ""
 
2137
msgstr "Show revisions whose committer matches this expression."
1777
2138
 
1778
 
# help of 'match-author' option of 'log' command
1779
 
#: breezy/builtins.py:2712
 
2139
#: bzrlib/builtins.py:2714
1780
2140
msgid "Show revisions whose authors match this expression."
1781
 
msgstr ""
 
2141
msgstr "Show revisions whose authors match this expression."
1782
2142
 
1783
 
# help of 'match-bugs' option of 'log' command
1784
 
#: breezy/builtins.py:2716
 
2143
#: bzrlib/builtins.py:2718
1785
2144
msgid "Show revisions whose bugs match this expression."
1786
 
msgstr ""
 
2145
msgstr "Show revisions whose bugs match this expression."
1787
2146
 
1788
 
#: breezy/builtins.py:2770
 
2147
#: bzrlib/builtins.py:2772
1789
2148
msgid "--exclude-common-ancestry requires -r with two revisions"
1790
 
msgstr ""
 
2149
msgstr "--exclude-common-ancestry requires -r with two revisions"
1791
2150
 
1792
 
#: breezy/builtins.py:2798
 
2151
#: bzrlib/builtins.py:2800
1793
2152
#, python-format
1794
2153
msgid "Path unknown at end or start of revision range: %s"
1795
 
msgstr ""
1796
 
 
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
 
2154
msgstr "Path unknown at end or start of revision range: %s"
 
2155
 
 
2156
#: bzrlib/builtins.py:2917
 
2157
#, python-format
 
2158
msgid "bzr %s doesn't accept two revisions in different branches."
 
2159
msgstr "bzr %s doesn't accept two revisions in different branches."
 
2160
 
 
2161
#: bzrlib/builtins.py:2933
 
2162
#, python-format
 
2163
msgid "bzr %s --revision takes one or two values."
 
2164
msgstr "bzr %s --revision takes one or two values."
 
2165
 
 
2166
#: bzrlib/builtins.py:2978
1808
2167
msgid ""
1809
2168
"List files in a tree.\n"
1810
2169
"    "
1811
2170
msgstr ""
 
2171
"List files in a tree.\n"
 
2172
"    "
1812
2173
 
1813
 
# help of 'recursive' option of 'ls' command
1814
 
#: breezy/builtins.py:2985
 
2174
#: bzrlib/builtins.py:2987
1815
2175
msgid "Recurse into subdirectories."
1816
 
msgstr ""
 
2176
msgstr "Recurse into subdirectories."
1817
2177
 
1818
 
# help of 'from-root' option of 'ls' command
1819
 
#: breezy/builtins.py:2987
 
2178
#: bzrlib/builtins.py:2989
1820
2179
msgid "Print paths relative to the root of the branch."
1821
 
msgstr ""
 
2180
msgstr "Print paths relative to the root of the branch."
1822
2181
 
1823
 
# help of 'unknown' option of 'ls' command
1824
 
#: breezy/builtins.py:2989
 
2182
#: bzrlib/builtins.py:2991
1825
2183
msgid "Print unknown files."
1826
 
msgstr ""
 
2184
msgstr "Print unknown files."
1827
2185
 
1828
 
# help of 'versioned' option of 'ls' command
1829
 
#: breezy/builtins.py:2990
 
2186
#: bzrlib/builtins.py:2992
1830
2187
msgid "Print versioned files."
1831
 
msgstr ""
 
2188
msgstr "Print versioned files."
1832
2189
 
1833
 
# help of 'ignored' option of 'ls' command
1834
 
#: breezy/builtins.py:2993
 
2190
#: bzrlib/builtins.py:2995
1835
2191
msgid "Print ignored files."
1836
 
msgstr ""
 
2192
msgstr "Print ignored files."
1837
2193
 
1838
 
# help of 'kind' option of 'ls' command
1839
 
#: breezy/builtins.py:2995
 
2194
#: bzrlib/builtins.py:2997
1840
2195
msgid "List entries of a particular kind: file, directory, symlink."
1841
 
msgstr ""
 
2196
msgstr "List entries of a particular kind: file, directory, symlink."
1842
2197
 
1843
 
#: breezy/builtins.py:3008
 
2198
#: bzrlib/builtins.py:3010
1844
2199
msgid "invalid kind specified"
1845
 
msgstr ""
 
2200
msgstr "invalid kind specified"
1846
2201
 
1847
 
#: breezy/builtins.py:3011
 
2202
#: bzrlib/builtins.py:3013
1848
2203
msgid "Cannot set both --verbose and --null"
1849
 
msgstr ""
 
2204
msgstr "Cannot set both --verbose and --null"
1850
2205
 
1851
 
#: breezy/builtins.py:3020
 
2206
#: bzrlib/builtins.py:3022
1852
2207
msgid "cannot specify both --from-root and PATH"
1853
 
msgstr ""
 
2208
msgstr "cannot specify both --from-root and PATH"
1854
2209
 
1855
 
#: breezy/builtins.py:3107
 
2210
#: bzrlib/builtins.py:3109
1856
2211
msgid "Ignore specified files or patterns."
1857
 
msgstr ""
1858
 
 
1859
 
#: breezy/builtins.py:3109
1860
 
msgid "See ``brz help patterns`` for details on the syntax of patterns."
1861
 
msgstr ""
1862
 
 
1863
 
#: breezy/builtins.py:3111
1864
 
msgid ""
1865
 
"If a .bzrignore file does not exist, the ignore command\n"
1866
 
"will create one and add the specified files or patterns to the newly\n"
1867
 
"created file. The ignore command will also automatically add the \n"
1868
 
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
1869
 
"the use of the ignore command will require an explicit add command."
1870
 
msgstr ""
1871
 
 
1872
 
#: breezy/builtins.py:3117
1873
 
msgid ""
1874
 
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
1875
 
"After adding, editing or deleting that file either indirectly by\n"
1876
 
"using this command or directly by using an editor, be sure to commit\n"
1877
 
"it."
1878
 
msgstr ""
1879
 
 
1880
 
#: breezy/builtins.py:3122
1881
 
msgid ""
1882
 
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
1883
 
"the global ignore file can be found in the application data directory as\n"
1884
 
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
1885
 
"Global ignores are not touched by this command. The global ignore file\n"
1886
 
"can be edited directly using an editor."
1887
 
msgstr ""
1888
 
 
1889
 
#: breezy/builtins.py:3128
1890
 
msgid ""
1891
 
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
1892
 
"precedence over regular ignores.  Such exceptions are used to specify\n"
1893
 
"files that should be versioned which would otherwise be ignored."
1894
 
msgstr ""
1895
 
 
1896
 
#: breezy/builtins.py:3132
1897
 
msgid ""
1898
 
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
1899
 
"precedence over the '!' exception patterns."
1900
 
msgstr ""
1901
 
 
1902
 
#: breezy/builtins.py:3135
1903
 
msgid ""
1904
 
":Notes: \n"
1905
 
"    \n"
1906
 
"* Ignore patterns containing shell wildcards must be quoted from\n"
1907
 
"  the shell on Unix."
1908
 
msgstr ""
1909
 
 
1910
 
#: breezy/builtins.py:3140
1911
 
msgid ""
1912
 
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1913
 
"  To ignore patterns that begin with that character, use the \"RE:\" prefix."
1914
 
msgstr ""
1915
 
 
1916
 
#: breezy/builtins.py:3143
1917
 
msgid ""
1918
 
":Examples:\n"
1919
 
"    Ignore the top level Makefile::"
1920
 
msgstr ""
1921
 
 
1922
 
#: breezy/builtins.py:3146
1923
 
msgid "        brz ignore ./Makefile"
1924
 
msgstr ""
1925
 
 
1926
 
#: breezy/builtins.py:3148
 
2212
msgstr "Ignore specified files or patterns."
 
2213
 
 
2214
#: bzrlib/builtins.py:3111
 
2215
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
 
2216
msgstr "See ``bzr help patterns`` for details on the syntax of patterns."
 
2217
 
 
2218
#: bzrlib/builtins.py:3113
 
2219
msgid ""
 
2220
"If a .bzrignore file does not exist, the ignore command\n"
 
2221
"will create one and add the specified files or patterns to the newly\n"
 
2222
"created file. The ignore command will also automatically add the \n"
 
2223
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
 
2224
"the use of the ignore command will require an explicit add command."
 
2225
msgstr ""
 
2226
"If a .bzrignore file does not exist, the ignore command\n"
 
2227
"will create one and add the specified files or patterns to the newly\n"
 
2228
"created file. The ignore command will also automatically add the \n"
 
2229
".bzrignore file to be versioned. Creating a .bzrignore file without\n"
 
2230
"the use of the ignore command will require an explicit add command."
 
2231
 
 
2232
#: bzrlib/builtins.py:3119
 
2233
msgid ""
 
2234
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
 
2235
"After adding, editing or deleting that file either indirectly by\n"
 
2236
"using this command or directly by using an editor, be sure to commit\n"
 
2237
"it."
 
2238
msgstr ""
 
2239
"To remove patterns from the ignore list, edit the .bzrignore file.\n"
 
2240
"After adding, editing or deleting that file either indirectly by\n"
 
2241
"using this command or directly by using an editor, be sure to commit\n"
 
2242
"it."
 
2243
 
 
2244
#: bzrlib/builtins.py:3124
 
2245
msgid ""
 
2246
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
 
2247
"the global ignore file can be found in the application data directory as\n"
 
2248
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
 
2249
"Global ignores are not touched by this command. The global ignore file\n"
 
2250
"can be edited directly using an editor."
 
2251
msgstr ""
 
2252
"Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows\n"
 
2253
"the global ignore file can be found in the application data directory as\n"
 
2254
"C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.\n"
 
2255
"Global ignores are not touched by this command. The global ignore file\n"
 
2256
"can be edited directly using an editor."
 
2257
 
 
2258
#: bzrlib/builtins.py:3130
 
2259
msgid ""
 
2260
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
 
2261
"precedence over regular ignores.  Such exceptions are used to specify\n"
 
2262
"files that should be versioned which would otherwise be ignored."
 
2263
msgstr ""
 
2264
"Patterns prefixed with '!' are exceptions to ignore patterns and take\n"
 
2265
"precedence over regular ignores.  Such exceptions are used to specify\n"
 
2266
"files that should be versioned which would otherwise be ignored."
 
2267
 
 
2268
#: bzrlib/builtins.py:3134
 
2269
msgid ""
 
2270
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
 
2271
"precedence over the '!' exception patterns."
 
2272
msgstr ""
 
2273
"Patterns prefixed with '!!' act as regular ignore patterns, but have\n"
 
2274
"precedence over the '!' exception patterns."
 
2275
 
 
2276
#: bzrlib/builtins.py:3137
 
2277
msgid ""
 
2278
":Notes: \n"
 
2279
"    \n"
 
2280
"* Ignore patterns containing shell wildcards must be quoted from\n"
 
2281
"  the shell on Unix."
 
2282
msgstr ""
 
2283
":Notes: \n"
 
2284
"    \n"
 
2285
"* Ignore patterns containing shell wildcards must be quoted from\n"
 
2286
"  the shell on Unix."
 
2287
 
 
2288
#: bzrlib/builtins.py:3142
 
2289
msgid ""
 
2290
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
 
2291
"  To ignore patterns that begin with that character, use the \"RE:\" prefix."
 
2292
msgstr ""
 
2293
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
 
2294
"  To ignore patterns that begin with that character, use the \"RE:\" prefix."
 
2295
 
 
2296
#: bzrlib/builtins.py:3145
 
2297
msgid ""
 
2298
":Examples:\n"
 
2299
"    Ignore the top level Makefile::"
 
2300
msgstr ""
 
2301
":Examples:\n"
 
2302
"    Ignore the top level Makefile::"
 
2303
 
 
2304
#: bzrlib/builtins.py:3148
 
2305
msgid "        bzr ignore ./Makefile"
 
2306
msgstr "        bzr ignore ./Makefile"
 
2307
 
 
2308
#: bzrlib/builtins.py:3150
1927
2309
msgid "    Ignore .class files in all directories...::"
1928
 
msgstr ""
1929
 
 
1930
 
#: breezy/builtins.py:3150
1931
 
msgid "        brz ignore \"*.class\""
1932
 
msgstr ""
1933
 
 
1934
 
#: breezy/builtins.py:3152
 
2310
msgstr "    Ignore .class files in all directories...::"
 
2311
 
 
2312
#: bzrlib/builtins.py:3152
 
2313
msgid "        bzr ignore \"*.class\""
 
2314
msgstr "        bzr ignore \"*.class\""
 
2315
 
 
2316
#: bzrlib/builtins.py:3154
1935
2317
msgid "    ...but do not ignore \"special.class\"::"
1936
 
msgstr ""
1937
 
 
1938
 
#: breezy/builtins.py:3154
1939
 
msgid "        brz ignore \"!special.class\""
1940
 
msgstr ""
1941
 
 
1942
 
#: breezy/builtins.py:3156
 
2318
msgstr "    ...but do not ignore \"special.class\"::"
 
2319
 
 
2320
#: bzrlib/builtins.py:3156
 
2321
msgid "        bzr ignore \"!special.class\""
 
2322
msgstr "        bzr ignore \"!special.class\""
 
2323
 
 
2324
#: bzrlib/builtins.py:3158
1943
2325
msgid "    Ignore files whose name begins with the \"#\" character::"
1944
 
msgstr ""
1945
 
 
1946
 
#: breezy/builtins.py:3158
1947
 
msgid "        brz ignore \"RE:^#\""
1948
 
msgstr ""
1949
 
 
1950
 
#: breezy/builtins.py:3160 breezy/builtins.py:3164
 
2326
msgstr "    Ignore files whose name begins with the \"#\" character::"
 
2327
 
 
2328
#: bzrlib/builtins.py:3160
 
2329
msgid "        bzr ignore \"RE:^#\""
 
2330
msgstr "        bzr ignore \"RE:^#\""
 
2331
 
 
2332
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1951
2333
msgid "    Ignore .o files under the lib directory::"
1952
 
msgstr ""
1953
 
 
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
 
2334
msgstr "    Ignore .o files under the lib directory::"
 
2335
 
 
2336
#: bzrlib/builtins.py:3164
 
2337
msgid "        bzr ignore \"lib/**/*.o\""
 
2338
msgstr "        bzr ignore \"lib/**/*.o\""
 
2339
 
 
2340
#: bzrlib/builtins.py:3168
 
2341
msgid "        bzr ignore \"RE:lib/.*\\.o\""
 
2342
msgstr "        bzr ignore \"RE:lib/.*\\.o\""
 
2343
 
 
2344
#: bzrlib/builtins.py:3170
1963
2345
msgid "    Ignore everything but the \"debian\" toplevel directory::"
1964
 
msgstr ""
 
2346
msgstr "    Ignore everything but the \"debian\" top-level directory::"
1965
2347
 
1966
 
#: breezy/builtins.py:3170
 
2348
#: bzrlib/builtins.py:3172
1967
2349
msgid ""
1968
 
"        brz ignore \"RE:(?!debian/).*\"\n"
 
2350
"        bzr ignore \"RE:(?!debian/).*\"\n"
1969
2351
"    \n"
1970
2352
"    Ignore everything except the \"local\" toplevel directory,\n"
1971
2353
"    but always ignore autosave files ending in ~, even under local/::\n"
1972
2354
"    \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
 
2355
"        bzr ignore \"*\"\n"
 
2356
"        bzr ignore \"!./local\"\n"
 
2357
"        bzr ignore \"!!*~\""
 
2358
msgstr ""
 
2359
"        bzr ignore \"RE:(?!debian/).*\"\n"
 
2360
"    \n"
 
2361
"    Ignore everything except the \"local\" top-level directory,\n"
 
2362
"    but always ignore autosave files ending in ~, even under local/::\n"
 
2363
"    \n"
 
2364
"        bzr ignore \"*\"\n"
 
2365
"        bzr ignore \"!./local\"\n"
 
2366
"        bzr ignore \"!!*~\""
 
2367
 
 
2368
#: bzrlib/builtins.py:3186
 
2369
msgid "Display the default ignore rules that bzr uses."
 
2370
msgstr "Display the default ignore rules that bzr uses."
 
2371
 
 
2372
#: bzrlib/builtins.py:3198
1984
2373
msgid "ignore requires at least one NAME_PATTERN or --default-rules."
1985
 
msgstr ""
 
2374
msgstr "ignore requires at least one NAME_PATTERN or --default-rules."
1986
2375
 
1987
 
#: breezy/builtins.py:3207
 
2376
#: bzrlib/builtins.py:3209
1988
2377
#, python-format
1989
2378
msgid "Invalid ignore pattern found. %s"
1990
2379
msgid_plural "Invalid ignore patterns found. %s"
1991
 
msgstr[0] ""
1992
 
msgstr[1] ""
 
2380
msgstr[0] "Invalid ignore pattern found. %s"
 
2381
msgstr[1] "Invalid ignore patterns found. %s"
1993
2382
 
1994
 
#: breezy/builtins.py:3216
 
2383
#: bzrlib/builtins.py:3218
1995
2384
msgid "NAME_PATTERN should not be an absolute path"
1996
 
msgstr ""
 
2385
msgstr "NAME_PATTERN should not be an absolute path"
1997
2386
 
1998
 
#: breezy/builtins.py:3229
 
2387
#: bzrlib/builtins.py:3231
1999
2388
#, python-format
2000
2389
msgid ""
2001
2390
"Warning: the following files are version controlled and match your ignore "
2002
2391
"pattern:\n"
2003
2392
"%s\n"
2004
 
"These files will continue to be version controlled unless you 'brz remove' "
 
2393
"These files will continue to be version controlled unless you 'bzr remove' "
2005
2394
"them.\n"
2006
2395
msgstr ""
 
2396
"Warning: the following files are version controlled and match your ignore "
 
2397
"pattern:\n"
 
2398
"%s\n"
 
2399
"These files will continue to be version controlled unless you 'bzr remove' "
 
2400
"them.\n"
2007
2401
 
2008
 
#: breezy/builtins.py:3236
 
2402
#: bzrlib/builtins.py:3238
2009
2403
msgid "List ignored files and the patterns that matched them."
2010
 
msgstr ""
 
2404
msgstr "List ignored files and the patterns that matched them."
2011
2405
 
2012
 
#: breezy/builtins.py:3238
 
2406
#: bzrlib/builtins.py:3240
2013
2407
msgid ""
2014
2408
"List all the ignored files and the ignore pattern that caused the file to\n"
2015
2409
"be ignored."
2016
2410
msgstr ""
 
2411
"List all the ignored files and the ignore pattern that caused the file to\n"
 
2412
"be ignored."
2017
2413
 
2018
 
#: breezy/builtins.py:3241
 
2414
#: bzrlib/builtins.py:3243
2019
2415
msgid "Alternatively, to list just the files::"
2020
 
msgstr ""
2021
 
 
2022
 
#: breezy/builtins.py:3243
2023
 
msgid "    brz ls --ignored"
2024
 
msgstr ""
2025
 
 
2026
 
#: breezy/builtins.py:3277
 
2416
msgstr "Alternatively, to list just the files::"
 
2417
 
 
2418
#: bzrlib/builtins.py:3245
 
2419
msgid "    bzr ls --ignored"
 
2420
msgstr "    bzr ls --ignored"
 
2421
 
 
2422
#: bzrlib/builtins.py:3279
2027
2423
#, python-format
2028
2424
msgid "not a valid revision-number: %r"
2029
 
msgstr ""
2030
 
 
2031
 
#: breezy/builtins.py:3284
2032
 
msgid "Export current or past revision to a destination directory or archive."
2033
 
msgstr ""
2034
 
 
2035
 
#: breezy/builtins.py:3286
 
2425
msgstr "not a valid revision-number: %r"
 
2426
 
 
2427
#: bzrlib/builtins.py:3286
 
2428
msgid ""
 
2429
"Export current or past revision to a destination directory or archive."
 
2430
msgstr ""
 
2431
"Export current or past revision to a destination directory or archive."
 
2432
 
 
2433
#: bzrlib/builtins.py:3288
2036
2434
msgid "If no revision is specified this exports the last committed revision."
2037
2435
msgstr ""
2038
 
 
2039
 
#: breezy/builtins.py:3288
2040
 
msgid ""
2041
 
"Format may be an \"exporter\" name, such as tar, tgz, tbz2.  If none is\n"
2042
 
"given, try to find the format with the extension. If no extension\n"
2043
 
"is found exports to a directory (equivalent to --format=dir)."
2044
 
msgstr ""
2045
 
 
2046
 
#: breezy/builtins.py:3292
2047
 
msgid ""
2048
 
"If root is supplied, it will be used as the root directory inside\n"
2049
 
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2050
 
"to the exported filename. The root option has no effect for 'dir' format."
2051
 
msgstr ""
2052
 
 
2053
 
#: breezy/builtins.py:3296
2054
 
msgid ""
2055
 
"If branch is omitted then the branch containing the current working\n"
2056
 
"directory will be used."
2057
 
msgstr ""
2058
 
 
2059
 
#: breezy/builtins.py:3299
2060
 
msgid "Note: Export of tree with non-ASCII filenames to zip is not supported."
2061
 
msgstr ""
2062
 
 
2063
 
#: breezy/builtins.py:3301
2064
 
msgid ""
2065
 
"  =================       =========================\n"
2066
 
"  Supported formats       Autodetected by extension\n"
2067
 
"  =================       =========================\n"
2068
 
"     dir                         (none)\n"
2069
 
"     tar                          .tar\n"
2070
 
"     tbz2                    .tar.bz2, .tbz2\n"
2071
 
"     tgz                      .tar.gz, .tgz\n"
2072
 
"     zip                          .zip\n"
2073
 
"  =================       ========================="
2074
 
msgstr ""
2075
 
 
2076
 
# help of 'format' option of 'export' command
2077
 
#: breezy/builtins.py:3315
 
2436
"If no revision is specified this exports the last committed revision."
 
2437
 
 
2438
#: bzrlib/builtins.py:3290
 
2439
msgid ""
 
2440
"Format may be an \"exporter\" name, such as tar, tgz, tbz2.  If none is\n"
 
2441
"given, try to find the format with the extension. If no extension\n"
 
2442
"is found exports to a directory (equivalent to --format=dir)."
 
2443
msgstr ""
 
2444
"Format may be an \"exporter\" name, such as tar, tgz, tbz2.  If none is\n"
 
2445
"given, try to find the format with the extension. If no extension\n"
 
2446
"is found exports to a directory (equivalent to --format=dir)."
 
2447
 
 
2448
#: bzrlib/builtins.py:3294
 
2449
msgid ""
 
2450
"If root is supplied, it will be used as the root directory inside\n"
 
2451
"container formats (tar, zip, etc). If it is not supplied it will default\n"
 
2452
"to the exported filename. The root option has no effect for 'dir' format."
 
2453
msgstr ""
 
2454
"If root is supplied, it will be used as the root directory inside\n"
 
2455
"container formats (tar, zip, etc). If it is not supplied it will default\n"
 
2456
"to the exported filename. The root option has no effect for 'dir' format."
 
2457
 
 
2458
#: bzrlib/builtins.py:3298
 
2459
msgid ""
 
2460
"If branch is omitted then the branch containing the current working\n"
 
2461
"directory will be used."
 
2462
msgstr ""
 
2463
"If branch is omitted then the branch containing the current working\n"
 
2464
"directory will be used."
 
2465
 
 
2466
#: bzrlib/builtins.py:3301
 
2467
msgid ""
 
2468
"Note: Export of tree with non-ASCII filenames to zip is not supported."
 
2469
msgstr ""
 
2470
"Note: Export of tree with non-ASCII filenames to zip is not supported."
 
2471
 
 
2472
#: bzrlib/builtins.py:3303
 
2473
msgid ""
 
2474
"  =================       =========================\n"
 
2475
"  Supported formats       Autodetected by extension\n"
 
2476
"  =================       =========================\n"
 
2477
"     dir                         (none)\n"
 
2478
"     tar                          .tar\n"
 
2479
"     tbz2                    .tar.bz2, .tbz2\n"
 
2480
"     tgz                      .tar.gz, .tgz\n"
 
2481
"     zip                          .zip\n"
 
2482
"  =================       ========================="
 
2483
msgstr ""
 
2484
"  =================       =========================\n"
 
2485
"  Supported formats       Autodetected by extension\n"
 
2486
"  =================       =========================\n"
 
2487
"     dir                         (none)\n"
 
2488
"     tar                          .tar\n"
 
2489
"     tbz2                    .tar.bz2, .tbz2\n"
 
2490
"     tgz                      .tar.gz, .tgz\n"
 
2491
"     zip                          .zip\n"
 
2492
"  =================       ========================="
 
2493
 
 
2494
#: bzrlib/builtins.py:3317
2078
2495
msgid "Type of file to export to."
2079
 
msgstr ""
 
2496
msgstr "Type of file to export to."
2080
2497
 
2081
 
# help of 'filters' option of 'export' command
2082
 
#: breezy/builtins.py:3318
 
2498
#: bzrlib/builtins.py:3320
2083
2499
msgid "Apply content filters to export the convenient form."
2084
 
msgstr ""
 
2500
msgstr "Apply content filters to export the convenient form."
2085
2501
 
2086
 
# help of 'root' option of 'export' command
2087
 
#: breezy/builtins.py:3322
 
2502
#: bzrlib/builtins.py:3324
2088
2503
msgid "Name of the root directory inside the exported file."
2089
 
msgstr ""
2090
 
 
2091
 
# help of 'per-file-timestamps' option of 'export' command
2092
 
#: breezy/builtins.py:3324
2093
 
msgid ""
2094
 
"Set modification time of files to that of the last revision in which it was "
2095
 
"changed."
2096
 
msgstr ""
2097
 
 
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."
2101
 
msgstr ""
2102
 
 
2103
 
#: breezy/builtins.py:3346
 
2504
msgstr "Name of the root directory inside the exported file."
 
2505
 
 
2506
#: bzrlib/builtins.py:3326
 
2507
msgid ""
 
2508
"Set modification time of files to that of the last revision in which it was "
 
2509
"changed."
 
2510
msgstr ""
 
2511
"Set modification time of files to that of the last revision in which it was "
 
2512
"changed."
 
2513
 
 
2514
#: bzrlib/builtins.py:3329
 
2515
msgid ""
 
2516
"Export the working tree contents rather than that of the last revision."
 
2517
msgstr ""
 
2518
"Export the working tree contents rather than that of the last revision."
 
2519
 
 
2520
#: bzrlib/builtins.py:3348
2104
2521
msgid "--uncommitted requires a working tree"
2105
 
msgstr ""
 
2522
msgstr "--uncommitted requires a working tree"
2106
2523
 
2107
 
#: breezy/builtins.py:3355
 
2524
#: bzrlib/builtins.py:3357
2108
2525
#, python-format
2109
2526
msgid "Unsupported export format: %s"
2110
 
msgstr ""
2111
 
 
2112
 
#: breezy/builtins.py:3359
2113
 
msgid "Write the contents of a file as of a given revision to standard output."
2114
 
msgstr ""
2115
 
 
2116
 
#: breezy/builtins.py:3361
 
2527
msgstr "Unsupported export format: %s"
 
2528
 
 
2529
#: bzrlib/builtins.py:3361
 
2530
msgid ""
 
2531
"Write the contents of a file as of a given revision to standard output."
 
2532
msgstr ""
 
2533
"Write the contents of a file as of a given revision to standard output."
 
2534
 
 
2535
#: bzrlib/builtins.py:3363
2117
2536
msgid "If no revision is nominated, the last revision is used."
2118
 
msgstr ""
 
2537
msgstr "If no revision is nominated, the last revision is used."
2119
2538
 
2120
 
#: breezy/builtins.py:3363
 
2539
#: bzrlib/builtins.py:3365
2121
2540
msgid ""
2122
2541
"Note: Take care to redirect standard output when using this command on a\n"
2123
2542
"binary file."
2124
2543
msgstr ""
 
2544
"Note: Take care to redirect standard output when using this command on a\n"
 
2545
"binary file."
2125
2546
 
2126
 
# help of 'name-from-revision' option of 'cat' command
2127
 
#: breezy/builtins.py:3369
 
2547
#: bzrlib/builtins.py:3371
2128
2548
msgid "The path name in the old tree."
2129
 
msgstr ""
 
2549
msgstr "The path name in the old tree."
2130
2550
 
2131
 
# help of 'filters' option of 'cat' command
2132
 
#: breezy/builtins.py:3370
 
2551
#: bzrlib/builtins.py:3372
2133
2552
msgid "Apply content filters to display the convenience form."
2134
 
msgstr ""
2135
 
 
2136
 
#: breezy/builtins.py:3381
2137
 
msgid "brz cat --revision takes exactly one revision specifier"
2138
 
msgstr ""
2139
 
 
2140
 
#: breezy/builtins.py:3406 breezy/builtins.py:3418
 
2553
msgstr "Apply content filters to display the convenience form."
 
2554
 
 
2555
#: bzrlib/builtins.py:3383
 
2556
msgid "bzr cat --revision takes exactly one revision specifier"
 
2557
msgstr "bzr cat --revision takes exactly one revision specifier"
 
2558
 
 
2559
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2141
2560
msgid "{0!r} is not present in revision {1}"
2142
 
msgstr ""
 
2561
msgstr "{0!r} is not present in revision {1}"
2143
2562
 
2144
 
#: breezy/builtins.py:3441
 
2563
#: bzrlib/builtins.py:3443
2145
2564
msgid "Commit changes into a new revision."
2146
 
msgstr ""
2147
 
 
2148
 
#: breezy/builtins.py:3443
2149
 
msgid ""
2150
 
"An explanatory message needs to be given for each commit. This is\n"
2151
 
"often done by using the --message option (getting the message from the\n"
2152
 
"command line) or by using the --file option (getting the message from\n"
2153
 
"a file). If neither of these options is given, an editor is opened for\n"
2154
 
"the user to enter the message. To see the changed files in the\n"
2155
 
"boilerplate text loaded into the editor, use the --show-diff option."
2156
 
msgstr ""
2157
 
 
2158
 
#: breezy/builtins.py:3450
2159
 
msgid ""
2160
 
"By default, the entire tree is committed and the person doing the\n"
2161
 
"commit is assumed to be the author. These defaults can be overridden\n"
2162
 
"as explained below."
2163
 
msgstr ""
2164
 
 
2165
 
#: breezy/builtins.py:3454
 
2565
msgstr "Commit changes into a new revision."
 
2566
 
 
2567
#: bzrlib/builtins.py:3445
 
2568
msgid ""
 
2569
"An explanatory message needs to be given for each commit. This is\n"
 
2570
"often done by using the --message option (getting the message from the\n"
 
2571
"command line) or by using the --file option (getting the message from\n"
 
2572
"a file). If neither of these options is given, an editor is opened for\n"
 
2573
"the user to enter the message. To see the changed files in the\n"
 
2574
"boilerplate text loaded into the editor, use the --show-diff option."
 
2575
msgstr ""
 
2576
"An explanatory message needs to be given for each commit. This is\n"
 
2577
"often done by using the --message option (getting the message from the\n"
 
2578
"command line) or by using the --file option (getting the message from\n"
 
2579
"a file). If neither of these options is given, an editor is opened for\n"
 
2580
"the user to enter the message. To see the changed files in the\n"
 
2581
"boilerplate text loaded into the editor, use the --show-diff option."
 
2582
 
 
2583
#: bzrlib/builtins.py:3452
 
2584
msgid ""
 
2585
"By default, the entire tree is committed and the person doing the\n"
 
2586
"commit is assumed to be the author. These defaults can be overridden\n"
 
2587
"as explained below."
 
2588
msgstr ""
 
2589
"By default, the entire tree is committed and the person doing the\n"
 
2590
"commit is assumed to be the author. These defaults can be overridden\n"
 
2591
"as explained below."
 
2592
 
 
2593
#: bzrlib/builtins.py:3456
2166
2594
msgid ":Selective commits:"
2167
 
msgstr ""
2168
 
 
2169
 
#: breezy/builtins.py:3456
2170
 
msgid ""
2171
 
"  If selected files are specified, only changes to those files are\n"
2172
 
"  committed.  If a directory is specified then the directory and\n"
2173
 
"  everything within it is committed."
2174
 
msgstr ""
2175
 
 
2176
 
#: breezy/builtins.py:3460
2177
 
msgid ""
2178
 
"  When excludes are given, they take precedence over selected files.\n"
2179
 
"  For example, to commit only changes within foo, but not changes\n"
2180
 
"  within foo/bar::"
2181
 
msgstr ""
2182
 
 
2183
 
#: breezy/builtins.py:3464
2184
 
msgid "    brz commit foo -x foo/bar"
2185
 
msgstr ""
2186
 
 
2187
 
#: breezy/builtins.py:3466
 
2595
msgstr ":Selective commits:"
 
2596
 
 
2597
#: bzrlib/builtins.py:3458
 
2598
msgid ""
 
2599
"  If selected files are specified, only changes to those files are\n"
 
2600
"  committed.  If a directory is specified then the directory and\n"
 
2601
"  everything within it is committed."
 
2602
msgstr ""
 
2603
"  If selected files are specified, only changes to those files are\n"
 
2604
"  committed.  If a directory is specified then the directory and\n"
 
2605
"  everything within it is committed."
 
2606
 
 
2607
#: bzrlib/builtins.py:3462
 
2608
msgid ""
 
2609
"  When excludes are given, they take precedence over selected files.\n"
 
2610
"  For example, to commit only changes within foo, but not changes\n"
 
2611
"  within foo/bar::"
 
2612
msgstr ""
 
2613
"  When excludes are given, they take precedence over selected files.\n"
 
2614
"  For example, to commit only changes within foo, but not changes\n"
 
2615
"  within foo/bar::"
 
2616
 
 
2617
#: bzrlib/builtins.py:3466
 
2618
msgid "    bzr commit foo -x foo/bar"
 
2619
msgstr "    bzr commit foo -x foo/bar"
 
2620
 
 
2621
#: bzrlib/builtins.py:3468
2188
2622
msgid "  A selective commit after a merge is not yet supported."
2189
 
msgstr ""
 
2623
msgstr "  A selective commit after a merge is not yet supported."
2190
2624
 
2191
 
#: breezy/builtins.py:3468
 
2625
#: bzrlib/builtins.py:3470
2192
2626
msgid ":Custom authors:"
2193
 
msgstr ""
 
2627
msgstr ":Custom authors:"
2194
2628
 
2195
 
#: breezy/builtins.py:3470
 
2629
#: bzrlib/builtins.py:3472
2196
2630
msgid ""
2197
2631
"  If the author of the change is not the same person as the committer,\n"
2198
2632
"  you can specify the author's name using the --author option. The\n"
2201
2635
"  the change you can specify the option multiple times, once for each\n"
2202
2636
"  author."
2203
2637
msgstr ""
 
2638
"  If the author of the change is not the same person as the committer,\n"
 
2639
"  you can specify the author's name using the --author option. The\n"
 
2640
"  name should be in the same format as a committer-id, e.g.\n"
 
2641
"  \"John Doe <jdoe@example.com>\". If there is more than one author of\n"
 
2642
"  the change you can specify the option multiple times, once for each\n"
 
2643
"  author."
2204
2644
 
2205
 
#: breezy/builtins.py:3477
 
2645
#: bzrlib/builtins.py:3479
2206
2646
msgid ":Checks:"
2207
 
msgstr ""
 
2647
msgstr ":Checks:"
2208
2648
 
2209
 
#: breezy/builtins.py:3479
 
2649
#: bzrlib/builtins.py:3481
2210
2650
msgid ""
2211
2651
"  A common mistake is to forget to add a new file or directory before\n"
2212
2652
"  running the commit command. The --strict option checks for unknown\n"
2213
2653
"  files and aborts the commit if any are found. More advanced pre-commit\n"
2214
 
"  checks can be implemented by defining hooks. See ``brz help hooks``\n"
 
2654
"  checks can be implemented by defining hooks. See ``bzr help hooks``\n"
2215
2655
"  for details."
2216
2656
msgstr ""
 
2657
"  A common mistake is to forget to add a new file or directory before\n"
 
2658
"  running the commit command. The --strict option checks for unknown\n"
 
2659
"  files and aborts the commit if any are found. More advanced pre-commit\n"
 
2660
"  checks can be implemented by defining hooks. See ``bzr help hooks``\n"
 
2661
"  for details."
2217
2662
 
2218
 
#: breezy/builtins.py:3485
 
2663
#: bzrlib/builtins.py:3487
2219
2664
msgid ":Things to note:"
2220
 
msgstr ""
 
2665
msgstr ":Things to note:"
2221
2666
 
2222
 
#: breezy/builtins.py:3487
 
2667
#: bzrlib/builtins.py:3489
2223
2668
msgid ""
2224
2669
"  If you accidentially commit the wrong changes or make a spelling\n"
2225
2670
"  mistake in the commit message say, you can use the uncommit command\n"
2226
 
"  to undo it. See ``brz help uncommit`` for details."
 
2671
"  to undo it. See ``bzr help uncommit`` for details."
2227
2672
msgstr ""
 
2673
"  If you accidentally commit the wrong changes or make a spelling\n"
 
2674
"  mistake in the commit message say, you can use the uncommit command\n"
 
2675
"  to undo it. See ``bzr help uncommit`` for details."
2228
2676
 
2229
 
#: breezy/builtins.py:3491
 
2677
#: bzrlib/builtins.py:3493
2230
2678
msgid ""
2231
2679
"  Hooks can also be configured to run after a commit. This allows you\n"
2232
2680
"  to trigger updates to external systems like bug trackers. The --fixes\n"
2233
2681
"  option can be used to record the association between a revision and\n"
2234
 
"  one or more bugs. See ``brz help bugs`` for details."
 
2682
"  one or more bugs. See ``bzr help bugs`` for details."
2235
2683
msgstr ""
 
2684
"  Hooks can also be configured to run after a commit. This allows you\n"
 
2685
"  to trigger updates to external systems like bug trackers. The --fixes\n"
 
2686
"  option can be used to record the association between a revision and\n"
 
2687
"  one or more bugs. See ``bzr help bugs`` for details."
2236
2688
 
2237
 
# help of 'exclude' option of 'commit' command
2238
 
#: breezy/builtins.py:3501
 
2689
#: bzrlib/builtins.py:3503
2239
2690
msgid "Do not consider changes made to a given path."
2240
 
msgstr ""
 
2691
msgstr "Do not consider changes made to a given path."
2241
2692
 
2242
 
# help of 'message' option of 'commit' command
2243
 
#: breezy/builtins.py:3504
 
2693
#: bzrlib/builtins.py:3506
2244
2694
msgid "Description of the new revision."
2245
 
msgstr ""
 
2695
msgstr "Description of the new revision."
2246
2696
 
2247
 
# help of 'unchanged' option of 'commit' command
2248
 
#: breezy/builtins.py:3507
 
2697
#: bzrlib/builtins.py:3509
2249
2698
msgid "Commit even if nothing has changed."
2250
 
msgstr ""
 
2699
msgstr "Commit even if nothing has changed."
2251
2700
 
2252
 
# help of 'file' option of 'commit' command
2253
 
#: breezy/builtins.py:3511
 
2701
#: bzrlib/builtins.py:3513
2254
2702
msgid "Take commit message from this file."
2255
 
msgstr ""
 
2703
msgstr "Take commit message from this file."
2256
2704
 
2257
 
# help of 'strict' option of 'commit' command
2258
 
#: breezy/builtins.py:3513
 
2705
#: bzrlib/builtins.py:3515
2259
2706
msgid "Refuse to commit if there are unknown files in the working tree."
2260
 
msgstr ""
 
2707
msgstr "Refuse to commit if there are unknown files in the working tree."
2261
2708
 
2262
 
# help of 'commit-time' option of 'commit' command
2263
 
#: breezy/builtins.py:3516
 
2709
#: bzrlib/builtins.py:3518
2264
2710
msgid ""
2265
2711
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2266
2712
"08:00:00 +0100'."
2267
2713
msgstr ""
2268
 
 
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\")."
2272
 
msgstr ""
2273
 
 
2274
 
# help of 'author' option of 'commit' command
2275
 
#: breezy/builtins.py:3522
 
2714
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
 
2715
"08:00:00 +0100'."
 
2716
 
 
2717
#: bzrlib/builtins.py:3521
 
2718
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
 
2719
msgstr "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
 
2720
 
 
2721
#: bzrlib/builtins.py:3524
2276
2722
msgid "Set the author's name, if it's different from the committer."
2277
 
msgstr ""
2278
 
 
2279
 
# help of 'local' option of 'commit' command
2280
 
#: breezy/builtins.py:3525
2281
 
msgid ""
2282
 
"Perform a local commit in a bound branch.  Local commits are not pushed to "
2283
 
"the master branch until a normal commit is performed."
2284
 
msgstr ""
2285
 
 
2286
 
# help of 'show-diff' option of 'commit' command
2287
 
#: breezy/builtins.py:3531
2288
 
msgid ""
2289
 
"When no message is supplied, show the diff along with the status summary in "
2290
 
"the message editor."
2291
 
msgstr ""
2292
 
 
2293
 
# help of 'lossy' option of 'commit' command
2294
 
#: breezy/builtins.py:3534
2295
 
msgid ""
2296
 
"When committing to a foreign version control system do not push data that "
2297
 
"can not be natively represented."
2298
 
msgstr ""
2299
 
 
2300
 
#: breezy/builtins.py:3552
2301
 
#, python-format
2302
 
msgid ""
2303
 
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2304
 
"default bug tracker using the `bugtracker` option.\n"
2305
 
"See \"brz help bugs\" for more information on this feature. Commit refused."
2306
 
msgstr ""
2307
 
 
2308
 
#: breezy/builtins.py:3561
2309
 
#, python-format
2310
 
msgid ""
2311
 
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"brz help bugs\" "
2312
 
"for more information on this feature.\n"
2313
 
"Commit refused."
2314
 
msgstr ""
2315
 
 
2316
 
#: breezy/builtins.py:3570
 
2723
msgstr "Set the author's name, if it's different from the committer."
 
2724
 
 
2725
#: bzrlib/builtins.py:3527
 
2726
msgid ""
 
2727
"Perform a local commit in a bound branch.  Local commits are not pushed to "
 
2728
"the master branch until a normal commit is performed."
 
2729
msgstr ""
 
2730
"Perform a local commit in a bound branch.  Local commits are not pushed to "
 
2731
"the master branch until a normal commit is performed."
 
2732
 
 
2733
#: bzrlib/builtins.py:3533
 
2734
msgid ""
 
2735
"When no message is supplied, show the diff along with the status summary in "
 
2736
"the message editor."
 
2737
msgstr ""
 
2738
"When no message is supplied, show the diff along with the status summary in "
 
2739
"the message editor."
 
2740
 
 
2741
#: bzrlib/builtins.py:3536
 
2742
msgid ""
 
2743
"When committing to a foreign version control system do not push data that "
 
2744
"can not be natively represented."
 
2745
msgstr ""
 
2746
"When committing to a foreign version control system do not push data that "
 
2747
"can not be natively represented."
 
2748
 
 
2749
#: bzrlib/builtins.py:3554
 
2750
#, python-format
 
2751
msgid ""
 
2752
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
 
2753
"default bug tracker using the `bugtracker` option.\n"
 
2754
"See \"bzr help bugs\" for more information on this feature. Commit refused."
 
2755
msgstr ""
 
2756
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
 
2757
"default bug tracker using the `bugtracker` option.\n"
 
2758
"See \"bzr help bugs\" for more information on this feature. Commit refused."
 
2759
 
 
2760
#: bzrlib/builtins.py:3563
 
2761
#, python-format
 
2762
msgid ""
 
2763
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
 
2764
"for more information on this feature.\n"
 
2765
"Commit refused."
 
2766
msgstr ""
 
2767
"Invalid bug %s. Must be in the form of 'tracker:id'. See \"bzr help bugs\" "
 
2768
"for more information on this feature.\n"
 
2769
"Commit refused."
 
2770
 
 
2771
#: bzrlib/builtins.py:3572
2317
2772
#, python-format
2318
2773
msgid "Unrecognized bug %s. Commit refused."
2319
 
msgstr ""
 
2774
msgstr "Unrecognised bug %s. Commit refused."
2320
2775
 
2321
 
#: breezy/builtins.py:3573
 
2776
#: bzrlib/builtins.py:3575
2322
2777
#, python-format
2323
2778
msgid ""
2324
2779
"%s\n"
2325
2780
"Commit refused."
2326
2781
msgstr ""
 
2782
"%s\n"
 
2783
"Commit refused."
2327
2784
 
2328
 
#: breezy/builtins.py:3597
 
2785
#: bzrlib/builtins.py:3599
2329
2786
msgid "Could not parse --commit-time: "
2330
 
msgstr ""
 
2787
msgstr "Could not parse --commit-time: "
2331
2788
 
2332
 
#: breezy/builtins.py:3637
 
2789
#: bzrlib/builtins.py:3639
2333
2790
msgid "please specify either --message or --file"
2334
 
msgstr ""
 
2791
msgstr "please specify either --message or --file"
2335
2792
 
2336
 
#: breezy/builtins.py:3666
 
2793
#: bzrlib/builtins.py:3668
2337
2794
msgid "please specify a commit message with either --message or --file"
2338
 
msgstr ""
2339
 
 
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 "
2355
 
"resolve FILE\" to resolve."
2356
 
msgstr ""
2357
 
 
2358
 
#: breezy/builtins.py:3697
 
2795
msgstr "please specify a commit message with either --message or --file"
 
2796
 
 
2797
#: bzrlib/builtins.py:3671
 
2798
msgid ""
 
2799
"Empty commit message specified. Please specify a commit message with either -"
 
2800
"-message or --file or leave a blank message with --message \"\"."
 
2801
msgstr ""
 
2802
"Empty commit message specified. Please specify a commit message with either -"
 
2803
"-message or --file or leave a blank message with --message \"\"."
 
2804
 
 
2805
#: bzrlib/builtins.py:3691
 
2806
msgid ""
 
2807
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
 
2808
"-unchanged to force an empty commit."
 
2809
msgstr ""
 
2810
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
 
2811
"-unchanged to force an empty commit."
 
2812
 
 
2813
#: bzrlib/builtins.py:3695
 
2814
msgid ""
 
2815
"Conflicts detected in working tree.  Use \"bzr conflicts\" to list, \"bzr "
 
2816
"resolve FILE\" to resolve."
 
2817
msgstr ""
 
2818
"Conflicts detected in working tree.  Use \"bzr conflicts\" to list, \"bzr "
 
2819
"resolve FILE\" to resolve."
 
2820
 
 
2821
#: bzrlib/builtins.py:3699
2359
2822
msgid "Commit refused because there are unknown files in the working tree."
2360
 
msgstr ""
2361
 
 
2362
 
#: breezy/builtins.py:3700
2363
 
msgid ""
2364
 
"\n"
2365
 
"To commit to master branch, run update and then commit.\n"
2366
 
"You can also pass --local to commit to continue working disconnected."
2367
 
msgstr ""
2368
 
 
2369
 
#: breezy/builtins.py:3708
2370
 
msgid ""
2371
 
"Validate working tree structure, branch consistency and repository history."
2372
 
msgstr ""
2373
 
 
2374
 
#: breezy/builtins.py:3710
2375
 
msgid ""
2376
 
"This command checks various invariants about branch and repository storage\n"
2377
 
"to detect data corruption or brz bugs."
2378
 
msgstr ""
2379
 
 
2380
 
#: breezy/builtins.py:3713
2381
 
msgid ""
2382
 
"The working tree and branch checks will only give output if a problem is\n"
2383
 
"detected. The output fields of the repository check are:"
2384
 
msgstr ""
2385
 
 
2386
 
#: breezy/builtins.py:3716
2387
 
msgid ""
2388
 
"revisions\n"
2389
 
"    This is just the number of revisions checked.  It doesn't\n"
2390
 
"    indicate a problem."
2391
 
msgstr ""
2392
 
 
2393
 
#: breezy/builtins.py:3720
2394
 
msgid ""
2395
 
"versionedfiles\n"
2396
 
"    This is just the number of versionedfiles checked.  It\n"
2397
 
"    doesn't indicate a problem."
2398
 
msgstr ""
2399
 
 
2400
 
#: breezy/builtins.py:3724
2401
 
msgid ""
2402
 
"unreferenced ancestors\n"
2403
 
"    Texts that are ancestors of other texts, but\n"
2404
 
"    are not properly referenced by the revision ancestry.  This is a\n"
2405
 
"    subtle problem that Bazaar can work around."
2406
 
msgstr ""
2407
 
 
2408
 
#: breezy/builtins.py:3729
2409
 
msgid ""
2410
 
"unique file texts\n"
2411
 
"    This is the total number of unique file contents\n"
2412
 
"    seen in the checked revisions.  It does not indicate a problem."
2413
 
msgstr ""
2414
 
 
2415
 
#: breezy/builtins.py:3733
2416
 
msgid ""
2417
 
"repeated file texts\n"
2418
 
"    This is the total number of repeated texts seen\n"
2419
 
"    in the checked revisions.  Texts can be repeated when their file\n"
2420
 
"    entries are modified, but the file contents are not.  It does not\n"
2421
 
"    indicate a problem."
2422
 
msgstr ""
2423
 
 
2424
 
#: breezy/builtins.py:3739
2425
 
msgid ""
2426
 
"If no restrictions are specified, all Bazaar data that is found at the "
2427
 
"given\n"
2428
 
"location will be checked."
2429
 
msgstr ""
2430
 
 
2431
 
#: breezy/builtins.py:3744
 
2823
msgstr "Commit refused because there are unknown files in the working tree."
 
2824
 
 
2825
#: bzrlib/builtins.py:3702
 
2826
msgid ""
 
2827
"\n"
 
2828
"To commit to master branch, run update and then commit.\n"
 
2829
"You can also pass --local to commit to continue working disconnected."
 
2830
msgstr ""
 
2831
"\n"
 
2832
"To commit to master branch, run update and then commit.\n"
 
2833
"You can also pass --local to commit to continue working disconnected."
 
2834
 
 
2835
#: bzrlib/builtins.py:3710
 
2836
msgid ""
 
2837
"Validate working tree structure, branch consistency and repository history."
 
2838
msgstr ""
 
2839
"Validate working tree structure, branch consistency and repository history."
 
2840
 
 
2841
#: bzrlib/builtins.py:3712
 
2842
msgid ""
 
2843
"This command checks various invariants about branch and repository storage\n"
 
2844
"to detect data corruption or bzr bugs."
 
2845
msgstr ""
 
2846
"This command checks various invariants about branch and repository storage\n"
 
2847
"to detect data corruption or bzr bugs."
 
2848
 
 
2849
#: bzrlib/builtins.py:3715
 
2850
msgid ""
 
2851
"The working tree and branch checks will only give output if a problem is\n"
 
2852
"detected. The output fields of the repository check are:"
 
2853
msgstr ""
 
2854
"The working tree and branch checks will only give output if a problem is\n"
 
2855
"detected. The output fields of the repository check are:"
 
2856
 
 
2857
#: bzrlib/builtins.py:3718
 
2858
msgid ""
 
2859
"revisions\n"
 
2860
"    This is just the number of revisions checked.  It doesn't\n"
 
2861
"    indicate a problem."
 
2862
msgstr ""
 
2863
"revisions\n"
 
2864
"    This is just the number of revisions checked.  It doesn't\n"
 
2865
"    indicate a problem."
 
2866
 
 
2867
#: bzrlib/builtins.py:3722
 
2868
msgid ""
 
2869
"versionedfiles\n"
 
2870
"    This is just the number of versionedfiles checked.  It\n"
 
2871
"    doesn't indicate a problem."
 
2872
msgstr ""
 
2873
"versionedfiles\n"
 
2874
"    This is just the number of versionedfiles checked.  It\n"
 
2875
"    doesn't indicate a problem."
 
2876
 
 
2877
#: bzrlib/builtins.py:3726
 
2878
msgid ""
 
2879
"unreferenced ancestors\n"
 
2880
"    Texts that are ancestors of other texts, but\n"
 
2881
"    are not properly referenced by the revision ancestry.  This is a\n"
 
2882
"    subtle problem that Bazaar can work around."
 
2883
msgstr ""
 
2884
"unreferenced ancestors\n"
 
2885
"    Texts that are ancestors of other texts, but\n"
 
2886
"    are not properly referenced by the revision ancestry.  This is a\n"
 
2887
"    subtle problem that Bazaar can work around."
 
2888
 
 
2889
#: bzrlib/builtins.py:3731
 
2890
msgid ""
 
2891
"unique file texts\n"
 
2892
"    This is the total number of unique file contents\n"
 
2893
"    seen in the checked revisions.  It does not indicate a problem."
 
2894
msgstr ""
 
2895
"unique file texts\n"
 
2896
"    This is the total number of unique file contents\n"
 
2897
"    seen in the checked revisions.  It does not indicate a problem."
 
2898
 
 
2899
#: bzrlib/builtins.py:3735
 
2900
msgid ""
 
2901
"repeated file texts\n"
 
2902
"    This is the total number of repeated texts seen\n"
 
2903
"    in the checked revisions.  Texts can be repeated when their file\n"
 
2904
"    entries are modified, but the file contents are not.  It does not\n"
 
2905
"    indicate a problem."
 
2906
msgstr ""
 
2907
"repeated file texts\n"
 
2908
"    This is the total number of repeated texts seen\n"
 
2909
"    in the checked revisions.  Texts can be repeated when their file\n"
 
2910
"    entries are modified, but the file contents are not.  It does not\n"
 
2911
"    indicate a problem."
 
2912
 
 
2913
#: bzrlib/builtins.py:3741
 
2914
msgid ""
 
2915
"If no restrictions are specified, all Bazaar data that is found at the "
 
2916
"given\n"
 
2917
"location will be checked."
 
2918
msgstr ""
 
2919
"If no restrictions are specified, all Bazaar data that is found at the "
 
2920
"given\n"
 
2921
"location will be checked."
 
2922
 
 
2923
#: bzrlib/builtins.py:3746
2432
2924
msgid "    Check the tree and branch at 'foo'::"
2433
 
msgstr ""
2434
 
 
2435
 
#: breezy/builtins.py:3746
2436
 
msgid "        brz check --tree --branch foo"
2437
 
msgstr ""
2438
 
 
2439
 
#: breezy/builtins.py:3748
 
2925
msgstr "    Check the tree and branch at 'foo'::"
 
2926
 
 
2927
#: bzrlib/builtins.py:3748
 
2928
msgid "        bzr check --tree --branch foo"
 
2929
msgstr "        bzr check --tree --branch foo"
 
2930
 
 
2931
#: bzrlib/builtins.py:3750
2440
2932
msgid "    Check only the repository at 'bar'::"
2441
 
msgstr ""
2442
 
 
2443
 
#: breezy/builtins.py:3750
2444
 
msgid "        brz check --repo bar"
2445
 
msgstr ""
2446
 
 
2447
 
#: breezy/builtins.py:3752
 
2933
msgstr "    Check only the repository at 'bar'::"
 
2934
 
 
2935
#: bzrlib/builtins.py:3752
 
2936
msgid "        bzr check --repo bar"
 
2937
msgstr "        bzr check --repo bar"
 
2938
 
 
2939
#: bzrlib/builtins.py:3754
2448
2940
msgid "    Check everything at 'baz'::"
2449
 
msgstr ""
2450
 
 
2451
 
#: breezy/builtins.py:3754
2452
 
msgid "        brz check baz"
2453
 
msgstr ""
2454
 
 
2455
 
# help of 'branch' option of 'check' command
2456
 
#: breezy/builtins.py:3760
 
2941
msgstr "    Check everything at 'baz'::"
 
2942
 
 
2943
#: bzrlib/builtins.py:3756
 
2944
msgid "        bzr check baz"
 
2945
msgstr "        bzr check baz"
 
2946
 
 
2947
#: bzrlib/builtins.py:3762
2457
2948
msgid "Check the branch related to the current directory."
2458
 
msgstr ""
 
2949
msgstr "Check the branch related to the current directory."
2459
2950
 
2460
 
# help of 'repo' option of 'check' command
2461
 
#: breezy/builtins.py:3762
 
2951
#: bzrlib/builtins.py:3764
2462
2952
msgid "Check the repository related to the current directory."
2463
 
msgstr ""
 
2953
msgstr "Check the repository related to the current directory."
2464
2954
 
2465
 
# help of 'tree' option of 'check' command
2466
 
#: breezy/builtins.py:3764
 
2955
#: bzrlib/builtins.py:3766
2467
2956
msgid "Check the working tree related to the current directory."
2468
 
msgstr ""
 
2957
msgstr "Check the working tree related to the current directory."
2469
2958
 
2470
 
#: breezy/builtins.py:3778
 
2959
#: bzrlib/builtins.py:3780
2471
2960
msgid "Upgrade a repository, branch or working tree to a newer format."
2472
 
msgstr ""
2473
 
 
2474
 
#: breezy/builtins.py:3780
2475
 
msgid ""
2476
 
"When the default format has changed after a major new release of\n"
2477
 
"Bazaar, you may be informed during certain operations that you\n"
2478
 
"should upgrade. Upgrading to a newer format may improve performance\n"
2479
 
"or make new features available. It may however limit interoperability\n"
2480
 
"with older repositories or with older versions of Bazaar."
2481
 
msgstr ""
2482
 
 
2483
 
#: breezy/builtins.py:3786
2484
 
msgid ""
2485
 
"If you wish to upgrade to a particular format rather than the\n"
2486
 
"current default, that can be specified using the --format option.\n"
2487
 
"As a consequence, you can use the upgrade command this way to\n"
2488
 
"\"downgrade\" to an earlier format, though some conversions are\n"
2489
 
"a one way process (e.g. changing from the 1.x default to the\n"
2490
 
"2.x default) so downgrading is not always possible."
2491
 
msgstr ""
2492
 
 
2493
 
#: breezy/builtins.py:3793
2494
 
msgid ""
2495
 
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
2496
 
"process (where # is a number). By default, this is left there on\n"
2497
 
"completion. If the conversion fails, delete the new .bzr directory\n"
2498
 
"and rename this one back in its place. Use the --clean option to ask\n"
2499
 
"for the backup.bzr directory to be removed on successful conversion.\n"
2500
 
"Alternatively, you can delete it by hand if everything looks good\n"
2501
 
"afterwards."
2502
 
msgstr ""
2503
 
 
2504
 
#: breezy/builtins.py:3801
2505
 
msgid ""
2506
 
"If the location given is a shared repository, dependent branches\n"
2507
 
"are also converted provided the repository converts successfully.\n"
2508
 
"If the conversion of a branch fails, remaining branches are still\n"
2509
 
"tried."
2510
 
msgstr ""
2511
 
 
2512
 
#: breezy/builtins.py:3806
2513
 
msgid ""
2514
 
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2515
 
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2516
 
msgstr ""
2517
 
 
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."
2521
 
msgstr ""
2522
 
 
2523
 
# title of 'format' option of 'init' command
2524
 
# title of 'format' option of 'upgrade' command
2525
 
#: breezy/builtins.py:3818
 
2961
msgstr "Upgrade a repository, branch or working tree to a newer format."
 
2962
 
 
2963
#: bzrlib/builtins.py:3782
 
2964
msgid ""
 
2965
"When the default format has changed after a major new release of\n"
 
2966
"Bazaar, you may be informed during certain operations that you\n"
 
2967
"should upgrade. Upgrading to a newer format may improve performance\n"
 
2968
"or make new features available. It may however limit interoperability\n"
 
2969
"with older repositories or with older versions of Bazaar."
 
2970
msgstr ""
 
2971
"When the default format has changed after a major new release of\n"
 
2972
"Bazaar, you may be informed during certain operations that you\n"
 
2973
"should upgrade. Upgrading to a newer format may improve performance\n"
 
2974
"or make new features available. It may however limit interoperability\n"
 
2975
"with older repositories or with older versions of Bazaar."
 
2976
 
 
2977
#: bzrlib/builtins.py:3788
 
2978
msgid ""
 
2979
"If you wish to upgrade to a particular format rather than the\n"
 
2980
"current default, that can be specified using the --format option.\n"
 
2981
"As a consequence, you can use the upgrade command this way to\n"
 
2982
"\"downgrade\" to an earlier format, though some conversions are\n"
 
2983
"a one way process (e.g. changing from the 1.x default to the\n"
 
2984
"2.x default) so downgrading is not always possible."
 
2985
msgstr ""
 
2986
"If you wish to upgrade to a particular format rather than the\n"
 
2987
"current default, that can be specified using the --format option.\n"
 
2988
"As a consequence, you can use the upgrade command this way to\n"
 
2989
"\"downgrade\" to an earlier format, though some conversions are\n"
 
2990
"a one way process (e.g. changing from the 1.x default to the\n"
 
2991
"2.x default) so downgrading is not always possible."
 
2992
 
 
2993
#: bzrlib/builtins.py:3795
 
2994
msgid ""
 
2995
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
 
2996
"process (where # is a number). By default, this is left there on\n"
 
2997
"completion. If the conversion fails, delete the new .bzr directory\n"
 
2998
"and rename this one back in its place. Use the --clean option to ask\n"
 
2999
"for the backup.bzr directory to be removed on successful conversion.\n"
 
3000
"Alternatively, you can delete it by hand if everything looks good\n"
 
3001
"afterwards."
 
3002
msgstr ""
 
3003
"A backup.bzr.~#~ directory is created at the start of the conversion\n"
 
3004
"process (where # is a number). By default, this is left there on\n"
 
3005
"completion. If the conversion fails, delete the new .bzr directory\n"
 
3006
"and rename this one back in its place. Use the --clean option to ask\n"
 
3007
"for the backup.bzr directory to be removed on successful conversion.\n"
 
3008
"Alternatively, you can delete it by hand if everything looks good\n"
 
3009
"afterwards."
 
3010
 
 
3011
#: bzrlib/builtins.py:3803
 
3012
msgid ""
 
3013
"If the location given is a shared repository, dependent branches\n"
 
3014
"are also converted provided the repository converts successfully.\n"
 
3015
"If the conversion of a branch fails, remaining branches are still\n"
 
3016
"tried."
 
3017
msgstr ""
 
3018
"If the location given is a shared repository, dependent branches\n"
 
3019
"are also converted provided the repository converts successfully.\n"
 
3020
"If the conversion of a branch fails, remaining branches are still\n"
 
3021
"tried."
 
3022
 
 
3023
#: bzrlib/builtins.py:3808
 
3024
msgid ""
 
3025
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
 
3026
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
 
3027
msgstr ""
 
3028
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
 
3029
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
 
3030
 
 
3031
#: bzrlib/builtins.py:3816
 
3032
msgid "Upgrade to a specific format.  See \"bzr help formats\" for details."
 
3033
msgstr "Upgrade to a specific format.  See \"bzr help formats\" for details."
 
3034
 
 
3035
#: bzrlib/builtins.py:3820
2526
3036
msgid "Branch format"
2527
 
msgstr ""
 
3037
msgstr "Branch format"
2528
3038
 
2529
 
# help of 'clean' option of 'upgrade' command
2530
 
#: breezy/builtins.py:3820
 
3039
#: bzrlib/builtins.py:3822
2531
3040
msgid "Remove the backup.bzr directory if successful."
2532
 
msgstr ""
 
3041
msgstr "Remove the backup.bzr directory if successful."
2533
3042
 
2534
 
# help of 'dry-run' option of 'add' command
2535
 
# help of 'dry-run' option of 'upgrade' command
2536
 
#: breezy/builtins.py:3822
 
3043
#: bzrlib/builtins.py:3824
2537
3044
msgid "Show what would be done, but don't actually do anything."
2538
 
msgstr ""
2539
 
 
2540
 
#: breezy/builtins.py:3837
2541
 
msgid "Show or set brz user id."
2542
 
msgstr ""
2543
 
 
2544
 
#: breezy/builtins.py:3839
 
3045
msgstr "Show what would be done, but don't actually do anything."
 
3046
 
 
3047
#: bzrlib/builtins.py:3839
 
3048
msgid "Show or set bzr user id."
 
3049
msgstr "Show or set bzr user id."
 
3050
 
 
3051
#: bzrlib/builtins.py:3841
2545
3052
msgid ""
2546
3053
":Examples:\n"
2547
3054
"    Show the email of the current user::"
2548
3055
msgstr ""
2549
 
 
2550
 
#: breezy/builtins.py:3842
2551
 
msgid "        brz whoami --email"
2552
 
msgstr ""
2553
 
 
2554
 
#: breezy/builtins.py:3844
 
3056
":Examples:\n"
 
3057
"    Show the email of the current user::"
 
3058
 
 
3059
#: bzrlib/builtins.py:3844
 
3060
msgid "        bzr whoami --email"
 
3061
msgstr "        bzr whoami --email"
 
3062
 
 
3063
#: bzrlib/builtins.py:3846
2555
3064
msgid "    Set the current user::"
2556
 
msgstr ""
2557
 
 
2558
 
#: breezy/builtins.py:3846
2559
 
msgid "        brz whoami \"Frank Chu <fchu@example.com>\""
2560
 
msgstr ""
2561
 
 
2562
 
# help of 'email' option of 'whoami' command
2563
 
#: breezy/builtins.py:3850
 
3065
msgstr "    Set the current user::"
 
3066
 
 
3067
#: bzrlib/builtins.py:3848
 
3068
msgid "        bzr whoami \"Frank Chu <fchu@example.com>\""
 
3069
msgstr "        bzr whoami \"Frank Chu <fchu@example.com>\""
 
3070
 
 
3071
#: bzrlib/builtins.py:3852
2564
3072
msgid "Display email address only."
2565
 
msgstr ""
 
3073
msgstr "Display email address only."
2566
3074
 
2567
 
# help of 'branch' option of 'whoami' command
2568
 
#: breezy/builtins.py:3852
 
3075
#: bzrlib/builtins.py:3854
2569
3076
msgid "Set identity for the current branch instead of globally."
2570
 
msgstr ""
 
3077
msgstr "Set identity for the current branch instead of globally."
2571
3078
 
2572
 
#: breezy/builtins.py:3878
 
3079
#: bzrlib/builtins.py:3880
2573
3080
msgid "--email can only be used to display existing identity"
2574
 
msgstr ""
 
3081
msgstr "--email can only be used to display existing identity"
2575
3082
 
2576
 
#: breezy/builtins.py:3902
 
3083
#: bzrlib/builtins.py:3904
2577
3084
msgid "Print or set the branch nickname."
2578
 
msgstr ""
2579
 
 
2580
 
#: breezy/builtins.py:3904
2581
 
msgid ""
2582
 
"If unset, the colocated branch name is used for colocated branches, and\n"
2583
 
"the branch directory name is used for other branches.  To print the\n"
2584
 
"current nickname, execute with no argument."
2585
 
msgstr ""
2586
 
 
2587
 
#: breezy/builtins.py:3908
2588
 
msgid ""
2589
 
"Bound branches use the nickname of its master branch unless it is set\n"
2590
 
"locally."
2591
 
msgstr ""
2592
 
 
2593
 
#: breezy/builtins.py:3928
 
3085
msgstr "Print or set the branch nickname."
 
3086
 
 
3087
#: bzrlib/builtins.py:3906
 
3088
msgid ""
 
3089
"If unset, the colocated branch name is used for colocated branches, and\n"
 
3090
"the branch directory name is used for other branches.  To print the\n"
 
3091
"current nickname, execute with no argument."
 
3092
msgstr ""
 
3093
"If unset, the colocated branch name is used for colocated branches, and\n"
 
3094
"the branch directory name is used for other branches.  To print the\n"
 
3095
"current nickname, execute with no argument."
 
3096
 
 
3097
#: bzrlib/builtins.py:3910
 
3098
msgid ""
 
3099
"Bound branches use the nickname of its master branch unless it is set\n"
 
3100
"locally."
 
3101
msgstr ""
 
3102
"Bound branches use the nickname of its master branch unless it is set\n"
 
3103
"locally."
 
3104
 
 
3105
#: bzrlib/builtins.py:3930
2594
3106
msgid "Set/unset and display aliases."
2595
 
msgstr ""
 
3107
msgstr "Set/unset and display aliases."
2596
3108
 
2597
 
#: breezy/builtins.py:3930
 
3109
#: bzrlib/builtins.py:3932
2598
3110
msgid ""
2599
3111
":Examples:\n"
2600
3112
"    Show the current aliases::"
2601
3113
msgstr ""
2602
 
 
2603
 
#: breezy/builtins.py:3933
2604
 
msgid "        brz alias"
2605
 
msgstr ""
2606
 
 
2607
 
#: breezy/builtins.py:3935
 
3114
":Examples:\n"
 
3115
"    Show the current aliases::"
 
3116
 
 
3117
#: bzrlib/builtins.py:3935
 
3118
msgid "        bzr alias"
 
3119
msgstr "        bzr alias"
 
3120
 
 
3121
#: bzrlib/builtins.py:3937
2608
3122
msgid "    Show the alias specified for 'll'::"
2609
 
msgstr ""
2610
 
 
2611
 
#: breezy/builtins.py:3937
2612
 
msgid "        brz alias ll"
2613
 
msgstr ""
2614
 
 
2615
 
#: breezy/builtins.py:3939
 
3123
msgstr "    Show the alias specified for 'll'::"
 
3124
 
 
3125
#: bzrlib/builtins.py:3939
 
3126
msgid "        bzr alias ll"
 
3127
msgstr "        bzr alias ll"
 
3128
 
 
3129
#: bzrlib/builtins.py:3941
2616
3130
msgid "    Set an alias for 'll'::"
2617
 
msgstr ""
2618
 
 
2619
 
#: breezy/builtins.py:3941
2620
 
msgid "        brz alias ll=\"log --line -r-10..-1\""
2621
 
msgstr ""
2622
 
 
2623
 
#: breezy/builtins.py:3943
 
3131
msgstr "    Set an alias for 'll'::"
 
3132
 
 
3133
#: bzrlib/builtins.py:3943
 
3134
msgid "        bzr alias ll=\"log --line -r-10..-1\""
 
3135
msgstr "        bzr alias ll=\"log --line -r-10..-1\""
 
3136
 
 
3137
#: bzrlib/builtins.py:3945
2624
3138
msgid "    To remove an alias for 'll'::"
2625
 
msgstr ""
2626
 
 
2627
 
#: breezy/builtins.py:3945
2628
 
msgid "        brz alias --remove ll"
2629
 
msgstr ""
2630
 
 
2631
 
# help of 'remove' option of 'alias' command
2632
 
#: breezy/builtins.py:3950
 
3139
msgstr "    To remove an alias for 'll'::"
 
3140
 
 
3141
#: bzrlib/builtins.py:3947
 
3142
msgid "        bzr alias --remove ll"
 
3143
msgstr "        bzr alias --remove ll"
 
3144
 
 
3145
#: bzrlib/builtins.py:3952
2633
3146
msgid "Remove the alias."
2634
 
msgstr ""
2635
 
 
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
 
3147
msgstr "Remove the alias."
 
3148
 
 
3149
#: bzrlib/builtins.py:3970
 
3150
msgid "bzr alias --remove expects an alias to remove."
 
3151
msgstr "bzr alias --remove expects an alias to remove."
 
3152
 
 
3153
#: bzrlib/builtins.py:4151
 
3154
msgid ""
 
3155
"subunit not available. subunit needs to be installed to use --subunit."
 
3156
msgstr ""
 
3157
"subunit not available. subunit needs to be installed to use --subunit."
 
3158
 
 
3159
#: bzrlib/builtins.py:4168
 
3160
msgid ""
 
3161
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
 
3162
msgstr ""
 
3163
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
 
3164
 
 
3165
#: bzrlib/builtins.py:4215
 
3166
msgid "Show version of bzr."
 
3167
msgstr "Show version of bzr."
 
3168
 
 
3169
#: bzrlib/builtins.py:4219
2655
3170
msgid "Print just the version number."
2656
 
msgstr ""
 
3171
msgstr "Print just the version number."
2657
3172
 
2658
 
#: breezy/builtins.py:4236
 
3173
#: bzrlib/builtins.py:4238
2659
3174
msgid "It sure does!\n"
2660
 
msgstr ""
 
3175
msgstr "It sure does!\n"
2661
3176
 
2662
 
#: breezy/builtins.py:4260
 
3177
#: bzrlib/builtins.py:4262
2663
3178
#, python-format
2664
3179
msgid "merge base is revision %s\n"
2665
 
msgstr ""
 
3180
msgstr "merge base is revision %s\n"
2666
3181
 
2667
 
#: breezy/builtins.py:4264
 
3182
#: bzrlib/builtins.py:4266
2668
3183
msgid "Perform a three-way merge."
2669
 
msgstr ""
2670
 
 
2671
 
#: breezy/builtins.py:4266
2672
 
msgid ""
2673
 
"The source of the merge can be specified either in the form of a branch,\n"
2674
 
"or in the form of a path to a file containing a merge directive generated\n"
2675
 
"with brz send. If neither is specified, the default is the upstream branch\n"
2676
 
"or the branch most recently merged using --remember.  The source of the\n"
2677
 
"merge may also be specified in the form of a path to a file in another\n"
2678
 
"branch:  in this case, only the modifications to that file are merged into\n"
2679
 
"the current working tree."
2680
 
msgstr ""
2681
 
 
2682
 
#: breezy/builtins.py:4274
2683
 
msgid ""
2684
 
"When merging from a branch, by default brz will try to merge in all new\n"
2685
 
"work from the other branch, automatically determining an appropriate base\n"
2686
 
"revision.  If this fails, you may need to give an explicit base."
2687
 
msgstr ""
2688
 
 
2689
 
#: breezy/builtins.py:4278
2690
 
msgid ""
2691
 
"To pick a different ending revision, pass \"--revision OTHER\".  brz will\n"
2692
 
"try to merge in all new work up to and including revision OTHER."
2693
 
msgstr ""
2694
 
 
2695
 
#: breezy/builtins.py:4281
2696
 
msgid ""
2697
 
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
2698
 
"through OTHER, excluding BASE but including OTHER, will be merged.  If this\n"
2699
 
"causes some revisions to be skipped, i.e. if the destination branch does\n"
2700
 
"not already contain revision BASE, such a merge is commonly referred to as\n"
2701
 
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
2702
 
"cherrypicks. The changes look like a normal commit, and the history of the\n"
2703
 
"changes from the other branch is not stored in the commit."
2704
 
msgstr ""
2705
 
 
2706
 
#: breezy/builtins.py:4289
 
3184
msgstr "Perform a three-way merge."
 
3185
 
 
3186
#: bzrlib/builtins.py:4268
 
3187
msgid ""
 
3188
"The source of the merge can be specified either in the form of a branch,\n"
 
3189
"or in the form of a path to a file containing a merge directive generated\n"
 
3190
"with bzr send. If neither is specified, the default is the upstream branch\n"
 
3191
"or the branch most recently merged using --remember.  The source of the\n"
 
3192
"merge may also be specified in the form of a path to a file in another\n"
 
3193
"branch:  in this case, only the modifications to that file are merged into\n"
 
3194
"the current working tree."
 
3195
msgstr ""
 
3196
"The source of the merge can be specified either in the form of a branch,\n"
 
3197
"or in the form of a path to a file containing a merge directive generated\n"
 
3198
"with bzr send. If neither is specified, the default is the upstream branch\n"
 
3199
"or the branch most recently merged using --remember.  The source of the\n"
 
3200
"merge may also be specified in the form of a path to a file in another\n"
 
3201
"branch:  in this case, only the modifications to that file are merged into\n"
 
3202
"the current working tree."
 
3203
 
 
3204
#: bzrlib/builtins.py:4276
 
3205
msgid ""
 
3206
"When merging from a branch, by default bzr will try to merge in all new\n"
 
3207
"work from the other branch, automatically determining an appropriate base\n"
 
3208
"revision.  If this fails, you may need to give an explicit base."
 
3209
msgstr ""
 
3210
"When merging from a branch, by default bzr will try to merge in all new\n"
 
3211
"work from the other branch, automatically determining an appropriate base\n"
 
3212
"revision.  If this fails, you may need to give an explicit base."
 
3213
 
 
3214
#: bzrlib/builtins.py:4280
 
3215
msgid ""
 
3216
"To pick a different ending revision, pass \"--revision OTHER\".  bzr will\n"
 
3217
"try to merge in all new work up to and including revision OTHER."
 
3218
msgstr ""
 
3219
"To pick a different ending revision, pass \"--revision OTHER\".  bzr will\n"
 
3220
"try to merge in all new work up to and including revision OTHER."
 
3221
 
 
3222
#: bzrlib/builtins.py:4283
 
3223
msgid ""
 
3224
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
 
3225
"through OTHER, excluding BASE but including OTHER, will be merged.  If this\n"
 
3226
"causes some revisions to be skipped, i.e. if the destination branch does\n"
 
3227
"not already contain revision BASE, such a merge is commonly referred to as\n"
 
3228
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
 
3229
"cherrypicks. The changes look like a normal commit, and the history of the\n"
 
3230
"changes from the other branch is not stored in the commit."
 
3231
msgstr ""
 
3232
"If you specify two values, \"--revision BASE..OTHER\", only revisions BASE\n"
 
3233
"through OTHER, excluding BASE but including OTHER, will be merged.  If this\n"
 
3234
"causes some revisions to be skipped, i.e. if the destination branch does\n"
 
3235
"not already contain revision BASE, such a merge is commonly referred to as\n"
 
3236
"a \"cherrypick\". Unlike a normal merge, Bazaar does not currently track\n"
 
3237
"cherrypicks. The changes look like a normal commit, and the history of the\n"
 
3238
"changes from the other branch is not stored in the commit."
 
3239
 
 
3240
#: bzrlib/builtins.py:4291
2707
3241
msgid "Revision numbers are always relative to the source branch."
2708
 
msgstr ""
2709
 
 
2710
 
#: breezy/builtins.py:4291 breezy/conflicts.py:52 breezy/conflicts.py:106
2711
 
msgid ""
2712
 
"Merge will do its best to combine the changes in two branches, but there\n"
2713
 
"are some kinds of problems only a human can fix.  When it encounters those,\n"
2714
 
"it will mark a conflict.  A conflict means that you need to fix something,\n"
2715
 
"before you can commit."
2716
 
msgstr ""
2717
 
 
2718
 
#: breezy/builtins.py:4296
2719
 
msgid "Use brz resolve when you have fixed a problem.  See also brz conflicts."
2720
 
msgstr ""
2721
 
 
2722
 
#: breezy/builtins.py:4298
2723
 
msgid ""
2724
 
"If there is no default branch set, the first merge will set it (use\n"
2725
 
"--no-remember to avoid setting it). After that, you can omit the branch\n"
2726
 
"to use the default.  To change the default, use --remember. The value will\n"
2727
 
"only be saved if the remote location can be accessed."
2728
 
msgstr ""
2729
 
 
2730
 
#: breezy/builtins.py:4303
2731
 
msgid ""
2732
 
"The results of the merge are placed into the destination working\n"
2733
 
"directory, where they can be reviewed (with brz diff), tested, and then\n"
2734
 
"committed to record the result of the merge."
2735
 
msgstr ""
2736
 
 
2737
 
#: breezy/builtins.py:4307
2738
 
msgid ""
2739
 
"merge refuses to run if there are any uncommitted changes, unless\n"
2740
 
"--force is given.  If --force is given, then the changes from the source \n"
2741
 
"will be merged with the current working tree, including any uncommitted\n"
2742
 
"changes in the tree.  The --force option can also be used to create a\n"
2743
 
"merge revision which has more than two parents."
2744
 
msgstr ""
2745
 
 
2746
 
#: breezy/builtins.py:4313
2747
 
msgid ""
2748
 
"If one would like to merge changes from the working tree of the other\n"
2749
 
"branch without merging any committed revisions, the --uncommitted option\n"
2750
 
"can be given."
2751
 
msgstr ""
2752
 
 
2753
 
#: breezy/builtins.py:4317
2754
 
msgid ""
2755
 
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2756
 
"you to apply each diff hunk and file change, similar to \"shelve\"."
2757
 
msgstr ""
2758
 
 
2759
 
#: breezy/builtins.py:4320
2760
 
msgid ""
2761
 
":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
 
3242
msgstr "Revision numbers are always relative to the source branch."
 
3243
 
 
3244
#: bzrlib/builtins.py:4293 bzrlib/conflicts.py:52 bzrlib/conflicts.py:106
 
3245
msgid ""
 
3246
"Merge will do its best to combine the changes in two branches, but there\n"
 
3247
"are some kinds of problems only a human can fix.  When it encounters those,\n"
 
3248
"it will mark a conflict.  A conflict means that you need to fix something,\n"
 
3249
"before you can commit."
 
3250
msgstr ""
 
3251
"Merge will do its best to combine the changes in two branches, but there\n"
 
3252
"are some kinds of problems only a human can fix.  When it encounters those,\n"
 
3253
"it will mark a conflict.  A conflict means that you need to fix something,\n"
 
3254
"before you can commit."
 
3255
 
 
3256
#: bzrlib/builtins.py:4298
 
3257
msgid ""
 
3258
"Use bzr resolve when you have fixed a problem.  See also bzr conflicts."
 
3259
msgstr ""
 
3260
"Use bzr resolve when you have fixed a problem.  See also bzr conflicts."
 
3261
 
 
3262
#: bzrlib/builtins.py:4300
 
3263
msgid ""
 
3264
"If there is no default branch set, the first merge will set it (use\n"
 
3265
"--no-remember to avoid setting it). After that, you can omit the branch\n"
 
3266
"to use the default.  To change the default, use --remember. The value will\n"
 
3267
"only be saved if the remote location can be accessed."
 
3268
msgstr ""
 
3269
"If there is no default branch set, the first merge will set it (use\n"
 
3270
"--no-remember to avoid setting it). After that, you can omit the branch\n"
 
3271
"to use the default.  To change the default, use --remember. The value will\n"
 
3272
"only be saved if the remote location can be accessed."
 
3273
 
 
3274
#: bzrlib/builtins.py:4305
 
3275
msgid ""
 
3276
"The results of the merge are placed into the destination working\n"
 
3277
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
 
3278
"committed to record the result of the merge."
 
3279
msgstr ""
 
3280
"The results of the merge are placed into the destination working\n"
 
3281
"directory, where they can be reviewed (with bzr diff), tested, and then\n"
 
3282
"committed to record the result of the merge."
 
3283
 
 
3284
#: bzrlib/builtins.py:4309
 
3285
msgid ""
 
3286
"merge refuses to run if there are any uncommitted changes, unless\n"
 
3287
"--force is given.  If --force is given, then the changes from the source \n"
 
3288
"will be merged with the current working tree, including any uncommitted\n"
 
3289
"changes in the tree.  The --force option can also be used to create a\n"
 
3290
"merge revision which has more than two parents."
 
3291
msgstr ""
 
3292
"merge refuses to run if there are any uncommitted changes, unless\n"
 
3293
"--force is given.  If --force is given, then the changes from the source \n"
 
3294
"will be merged with the current working tree, including any uncommitted\n"
 
3295
"changes in the tree.  The --force option can also be used to create a\n"
 
3296
"merge revision which has more than two parents."
 
3297
 
 
3298
#: bzrlib/builtins.py:4315
 
3299
msgid ""
 
3300
"If one would like to merge changes from the working tree of the other\n"
 
3301
"branch without merging any committed revisions, the --uncommitted option\n"
 
3302
"can be given."
 
3303
msgstr ""
 
3304
"If one would like to merge changes from the working tree of the other\n"
 
3305
"branch without merging any committed revisions, the --uncommitted option\n"
 
3306
"can be given."
 
3307
 
 
3308
#: bzrlib/builtins.py:4319
 
3309
msgid ""
 
3310
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
 
3311
"you to apply each diff hunk and file change, similar to \"shelve\"."
 
3312
msgstr ""
 
3313
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
 
3314
"you to apply each diff hunk and file change, similar to \"shelve\"."
 
3315
 
 
3316
#: bzrlib/builtins.py:4322
 
3317
msgid ""
 
3318
":Examples:\n"
 
3319
"    To merge all new revisions from bzr.dev::"
 
3320
msgstr ""
 
3321
":Examples:\n"
 
3322
"    To merge all new revisions from bzr.dev::"
 
3323
 
 
3324
#: bzrlib/builtins.py:4325
 
3325
msgid "        bzr merge ../bzr.dev"
 
3326
msgstr "        bzr merge ../bzr.dev"
 
3327
 
 
3328
#: bzrlib/builtins.py:4327
 
3329
msgid "    To merge changes up to and including revision 82 from bzr.dev::"
 
3330
msgstr "    To merge changes up to and including revision 82 from bzr.dev::"
 
3331
 
 
3332
#: bzrlib/builtins.py:4329
 
3333
msgid "        bzr merge -r 82 ../bzr.dev"
 
3334
msgstr "        bzr merge -r 82 ../bzr.dev"
 
3335
 
 
3336
#: bzrlib/builtins.py:4331
2778
3337
msgid "    To merge the changes introduced by 82, without previous changes::"
2779
3338
msgstr ""
2780
 
 
2781
 
#: breezy/builtins.py:4331
2782
 
msgid "        brz merge -r 81..82 ../brz.dev"
2783
 
msgstr ""
2784
 
 
2785
 
#: breezy/builtins.py:4333
 
3339
"    To merge the changes introduced by 82, without previous changes::"
 
3340
 
 
3341
#: bzrlib/builtins.py:4333
 
3342
msgid "        bzr merge -r 81..82 ../bzr.dev"
 
3343
msgstr "        bzr merge -r 81..82 ../bzr.dev"
 
3344
 
 
3345
#: bzrlib/builtins.py:4335
2786
3346
msgid "    To apply a merge directive contained in /tmp/merge::"
2787
 
msgstr ""
2788
 
 
2789
 
#: breezy/builtins.py:4335
2790
 
msgid "        brz merge /tmp/merge"
2791
 
msgstr ""
2792
 
 
2793
 
#: breezy/builtins.py:4337
2794
 
msgid ""
2795
 
"    To create a merge revision with three parents from two branches\n"
2796
 
"    feature1a and feature1b:"
2797
 
msgstr ""
2798
 
 
2799
 
#: breezy/builtins.py:4340
2800
 
msgid ""
2801
 
"        brz merge ../feature1a\n"
2802
 
"        brz merge ../feature1b --force\n"
2803
 
"        brz commit -m 'revision with three parents'"
2804
 
msgstr ""
2805
 
 
2806
 
# help of 'force' option of 'merge' command
2807
 
#: breezy/builtins.py:4352
 
3347
msgstr "    To apply a merge directive contained in /tmp/merge::"
 
3348
 
 
3349
#: bzrlib/builtins.py:4337
 
3350
msgid "        bzr merge /tmp/merge"
 
3351
msgstr "        bzr merge /tmp/merge"
 
3352
 
 
3353
#: bzrlib/builtins.py:4339
 
3354
msgid ""
 
3355
"    To create a merge revision with three parents from two branches\n"
 
3356
"    feature1a and feature1b:"
 
3357
msgstr ""
 
3358
"    To create a merge revision with three parents from two branches\n"
 
3359
"    feature1a and feature1b:"
 
3360
 
 
3361
#: bzrlib/builtins.py:4342
 
3362
msgid ""
 
3363
"        bzr merge ../feature1a\n"
 
3364
"        bzr merge ../feature1b --force\n"
 
3365
"        bzr commit -m 'revision with three parents'"
 
3366
msgstr ""
 
3367
"        bzr merge ../feature1a\n"
 
3368
"        bzr merge ../feature1b --force\n"
 
3369
"        bzr commit -m 'revision with three parents'"
 
3370
 
 
3371
#: bzrlib/builtins.py:4354
2808
3372
msgid "Merge even if the destination tree has uncommitted changes."
2809
 
msgstr ""
2810
 
 
2811
 
# help of 'uncommitted' option of 'merge' command
2812
 
#: breezy/builtins.py:4358
2813
 
msgid ""
2814
 
"Apply uncommitted changes from a working copy, instead of branch changes."
2815
 
msgstr ""
2816
 
 
2817
 
# help of 'pull' option of 'merge' command
2818
 
#: breezy/builtins.py:4360
2819
 
msgid ""
2820
 
"If the destination is already completely merged into the source, pull from "
2821
 
"the source rather than merging.  When this happens, you do not need to "
2822
 
"commit the result."
2823
 
msgstr ""
2824
 
 
2825
 
# help of 'directory' option of 'merge' command
2826
 
#: breezy/builtins.py:4365
2827
 
msgid ""
2828
 
"Branch to merge into, rather than the one containing the working directory."
2829
 
msgstr ""
2830
 
 
2831
 
# help of 'preview' option of 'merge' command
2832
 
#: breezy/builtins.py:4367
 
3373
msgstr "Merge even if the destination tree has uncommitted changes."
 
3374
 
 
3375
#: bzrlib/builtins.py:4360
 
3376
msgid ""
 
3377
"Apply uncommitted changes from a working copy, instead of branch changes."
 
3378
msgstr ""
 
3379
"Apply uncommitted changes from a working copy, instead of branch changes."
 
3380
 
 
3381
#: bzrlib/builtins.py:4362
 
3382
msgid ""
 
3383
"If the destination is already completely merged into the source, pull from "
 
3384
"the source rather than merging.  When this happens, you do not need to "
 
3385
"commit the result."
 
3386
msgstr ""
 
3387
"If the destination is already completely merged into the source, pull from "
 
3388
"the source rather than merging.  When this happens, you do not need to "
 
3389
"commit the result."
 
3390
 
 
3391
#: bzrlib/builtins.py:4367
 
3392
msgid ""
 
3393
"Branch to merge into, rather than the one containing the working directory."
 
3394
msgstr ""
 
3395
"Branch to merge into, rather than the one containing the working directory."
 
3396
 
 
3397
#: bzrlib/builtins.py:4369
2833
3398
msgid "Instead of merging, show a diff of the merge."
2834
 
msgstr ""
 
3399
msgstr "Instead of merging, show a diff of the merge."
2835
3400
 
2836
 
# help of 'interactive' option of 'merge' command
2837
 
#: breezy/builtins.py:4369
 
3401
#: bzrlib/builtins.py:4371
2838
3402
msgid "Select changes interactively."
2839
 
msgstr ""
 
3403
msgstr "Select changes interactively."
2840
3404
 
2841
 
#: breezy/builtins.py:4391
 
3405
#: bzrlib/builtins.py:4393
2842
3406
msgid ""
2843
 
"Merging into empty branches not currently supported, https://bugs.launchpad."
2844
 
"net/brz/+bug/308562"
 
3407
"Merging into empty branches not currently supported, "
 
3408
"https://bugs.launchpad.net/bzr/+bug/308562"
2845
3409
msgstr ""
 
3410
"Merging into empty branches not currently supported, "
 
3411
"https://bugs.launchpad.net/bzr/+bug/308562"
2846
3412
 
2847
 
#: breezy/builtins.py:4418
 
3413
#: bzrlib/builtins.py:4420
2848
3414
msgid "Cannot use --uncommitted with bundles or merge directives."
2849
 
msgstr ""
 
3415
msgstr "Cannot use --uncommitted with bundles or merge directives."
2850
3416
 
2851
 
#: breezy/builtins.py:4429
 
3417
#: bzrlib/builtins.py:4431
2852
3418
msgid "Cannot use --uncommitted and --revision at the same time."
2853
 
msgstr ""
 
3419
msgstr "Cannot use --uncommitted and --revision at the same time."
2854
3420
 
2855
 
#: breezy/builtins.py:4449
 
3421
#: bzrlib/builtins.py:4451
2856
3422
msgid "merger: "
2857
 
msgstr ""
 
3423
msgstr "merger: "
2858
3424
 
2859
 
#: breezy/builtins.py:4451 breezy/bundle/apply_bundle.py:71
 
3425
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2860
3426
msgid "Nothing to do."
2861
 
msgstr ""
 
3427
msgstr "Nothing to do."
2862
3428
 
2863
 
#: breezy/builtins.py:4455
 
3429
#: bzrlib/builtins.py:4457
2864
3430
msgid "Cannot pull individual files"
2865
 
msgstr ""
2866
 
 
2867
 
#: breezy/builtins.py:4463
2868
 
msgid "This branch has no commits. (perhaps you would prefer 'brz pull')"
2869
 
msgstr ""
2870
 
 
2871
 
#: breezy/builtins.py:4521
 
3431
msgstr "Cannot pull individual files"
 
3432
 
 
3433
#: bzrlib/builtins.py:4465
 
3434
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
 
3435
msgstr "This branch has no commits. (perhaps you would prefer 'bzr pull')"
 
3436
 
 
3437
#: bzrlib/builtins.py:4523
2872
3438
#, python-format
2873
3439
msgid "Show-base is not supported for this merge type. %s"
2874
 
msgstr ""
 
3440
msgstr "Show-base is not supported for this merge type. %s"
2875
3441
 
2876
 
#: breezy/builtins.py:4530
 
3442
#: bzrlib/builtins.py:4532
2877
3443
#, python-format
2878
3444
msgid "Conflict reduction is not supported for merge type %s."
2879
 
msgstr ""
 
3445
msgstr "Conflict reduction is not supported for merge type %s."
2880
3446
 
2881
 
#: breezy/builtins.py:4534
 
3447
#: bzrlib/builtins.py:4536
2882
3448
msgid "Cannot do conflict reduction and show base."
2883
 
msgstr ""
 
3449
msgstr "Cannot do conflict reduction and show base."
2884
3450
 
2885
 
#: breezy/builtins.py:4645
 
3451
#: bzrlib/builtins.py:4647
2886
3452
msgid "No location specified or remembered"
2887
 
msgstr ""
 
3453
msgstr "No location specified or remembered"
2888
3454
 
2889
 
#: breezy/builtins.py:4647
2890
 
#, python-brace-format
 
3455
#: bzrlib/builtins.py:4649
2891
3456
msgid "{0} remembered {1} location {2}"
2892
 
msgstr ""
 
3457
msgstr "{0} remembered {1} location {2}"
2893
3458
 
2894
 
#: breezy/builtins.py:4653
 
3459
#: bzrlib/builtins.py:4655
2895
3460
msgid "Redo a merge."
2896
 
msgstr ""
 
3461
msgstr "Redo a merge."
2897
3462
 
2898
 
#: breezy/builtins.py:4655
 
3463
#: bzrlib/builtins.py:4657
2899
3464
msgid ""
2900
3465
"Use this if you want to try a different merge technique while resolving\n"
2901
3466
"conflicts.  Some merge techniques are better than others, and remerge\n"
2902
3467
"lets you try different ones on different files."
2903
3468
msgstr ""
 
3469
"Use this if you want to try a different merge technique while resolving\n"
 
3470
"conflicts.  Some merge techniques are better than others, and re-merge\n"
 
3471
"lets you try different ones on different files."
2904
3472
 
2905
 
#: breezy/builtins.py:4659
 
3473
#: bzrlib/builtins.py:4661
2906
3474
msgid ""
2907
3475
"The options for remerge have the same meaning and defaults as the ones for\n"
2908
3476
"merge.  The difference is that remerge can (only) be run when there is a\n"
2909
3477
"pending merge, and it lets you specify particular files."
2910
3478
msgstr ""
2911
 
 
2912
 
#: breezy/builtins.py:4663
2913
 
msgid ""
2914
 
":Examples:\n"
2915
 
"    Re-do the merge of all conflicted files, and show the base text in\n"
2916
 
"    conflict regions, in addition to the usual THIS and OTHER texts::"
2917
 
msgstr ""
2918
 
 
2919
 
#: breezy/builtins.py:4667
2920
 
msgid "        brz remerge --show-base"
2921
 
msgstr ""
2922
 
 
2923
 
#: breezy/builtins.py:4669
2924
 
msgid ""
2925
 
"    Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2926
 
"    additional processing to reduce the size of conflict regions::"
2927
 
msgstr ""
2928
 
 
2929
 
#: breezy/builtins.py:4672
2930
 
msgid "        brz remerge --merge-type weave --reprocess foobar"
2931
 
msgstr ""
2932
 
 
2933
 
# help of 'show-base' option of 'merge' command
2934
 
# help of 'show-base' option of 'pull' command
2935
 
# help of 'show-base' option of 'remerge' command
2936
 
# help of 'show-base' option of 'update' command
2937
 
#: breezy/builtins.py:4679
 
3479
"The options for re-merge have the same meaning and defaults as the ones for\n"
 
3480
"merge.  The difference is that re-merge can (only) be run when there is a\n"
 
3481
"pending merge, and it lets you specify particular files."
 
3482
 
 
3483
#: bzrlib/builtins.py:4665
 
3484
msgid ""
 
3485
":Examples:\n"
 
3486
"    Re-do the merge of all conflicted files, and show the base text in\n"
 
3487
"    conflict regions, in addition to the usual THIS and OTHER texts::"
 
3488
msgstr ""
 
3489
":Examples:\n"
 
3490
"    Re-do the merge of all conflicted files, and show the base text in\n"
 
3491
"    conflict regions, in addition to the usual THIS and OTHER texts::"
 
3492
 
 
3493
#: bzrlib/builtins.py:4669
 
3494
msgid "        bzr remerge --show-base"
 
3495
msgstr "        bzr remerge --show-base"
 
3496
 
 
3497
#: bzrlib/builtins.py:4671
 
3498
msgid ""
 
3499
"    Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
 
3500
"    additional processing to reduce the size of conflict regions::"
 
3501
msgstr ""
 
3502
"    Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
 
3503
"    additional processing to reduce the size of conflict regions::"
 
3504
 
 
3505
#: bzrlib/builtins.py:4674
 
3506
msgid "        bzr remerge --merge-type weave --reprocess foobar"
 
3507
msgstr "        bzr remerge --merge-type weave --reprocess foobar"
 
3508
 
 
3509
#: bzrlib/builtins.py:4681
2938
3510
msgid "Show base revision text in conflicts."
2939
 
msgstr ""
 
3511
msgstr "Show base revision text in conflicts."
2940
3512
 
2941
 
#: breezy/builtins.py:4691
 
3513
#: bzrlib/builtins.py:4693
2942
3514
msgid ""
2943
3515
"Sorry, remerge only works after normal merges.  Not cherrypicking or multi-"
2944
3516
"merges."
2945
3517
msgstr ""
2946
 
 
2947
 
#: breezy/builtins.py:4749
2948
 
msgid ""
2949
 
"Set files in the working tree back to the contents of a previous revision."
2950
 
msgstr ""
2951
 
 
2952
 
#: breezy/builtins.py:4751
2953
 
msgid ""
2954
 
"Giving a list of files will revert only those files.  Otherwise, all files\n"
2955
 
"will be reverted.  If the revision is not specified with '--revision', the\n"
2956
 
"working tree basis revision is used. A revert operation affects only the\n"
2957
 
"working tree, not any revision history like the branch and repository or\n"
2958
 
"the working tree basis revision."
2959
 
msgstr ""
2960
 
 
2961
 
#: breezy/builtins.py:4757
2962
 
msgid ""
2963
 
"To remove only some changes, without reverting to a prior version, use\n"
2964
 
"merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2965
 
"will remove the changes introduced by the second last commit (-2), without\n"
2966
 
"affecting the changes introduced by the last commit (-1).  To remove\n"
2967
 
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
2968
 
"To update the branch to a specific revision or the latest revision and\n"
2969
 
"update the working tree accordingly while preserving local changes, see the\n"
2970
 
"update command."
2971
 
msgstr ""
2972
 
 
2973
 
#: breezy/builtins.py:4766
2974
 
msgid ""
2975
 
"Uncommitted changes to files that are reverted will be discarded.\n"
2976
 
"Howver, by default, any files that have been manually changed will be\n"
2977
 
"backed up first.  (Files changed only by merge are not backed up.)  Backup\n"
2978
 
"files have '.~#~' appended to their name, where # is a number."
2979
 
msgstr ""
2980
 
 
2981
 
#: breezy/builtins.py:4771
2982
 
msgid ""
2983
 
"When you provide files, you can use their current pathname or the pathname\n"
2984
 
"from the target revision.  So you can use revert to \"undelete\" a file by\n"
2985
 
"name.  If you name a directory, all the contents of that directory will be\n"
2986
 
"reverted."
2987
 
msgstr ""
2988
 
 
2989
 
#: breezy/builtins.py:4776
2990
 
msgid ""
2991
 
"If you have newly added files since the target revision, they will be\n"
2992
 
"removed.  If the files to be removed have been changed, backups will be\n"
2993
 
"created as above.  Directories containing unknown files will not be\n"
2994
 
"deleted."
2995
 
msgstr ""
2996
 
 
2997
 
#: breezy/builtins.py:4781
2998
 
msgid ""
2999
 
"The working tree contains a list of revisions that have been merged but\n"
3000
 
"not yet committed. These revisions will be included as additional parents\n"
3001
 
"of the next commit.  Normally, using revert clears that list as well as\n"
3002
 
"reverting the files.  If any files are specified, revert leaves the list\n"
3003
 
"of uncommitted merges alone and reverts only the files.  Use ``brz revert\n"
3004
 
".`` in the tree root to revert all files but keep the recorded merges,\n"
3005
 
"and ``brz revert --forget-merges`` to clear the pending merge list without\n"
3006
 
"reverting any files."
3007
 
msgstr ""
3008
 
 
3009
 
#: breezy/builtins.py:4790
3010
 
msgid ""
3011
 
"Using \"brz revert --forget-merges\", it is possible to apply all of the\n"
3012
 
"changes from a branch in a single revision.  To do this, perform the merge\n"
3013
 
"as desired.  Then doing revert with the \"--forget-merges\" option will "
3014
 
"keep\n"
3015
 
"the content of the tree as it was, but it will clear the list of pending\n"
3016
 
"merges.  The next commit will then contain all of the changes that are\n"
3017
 
"present in the other branch, but without any other parent revisions.\n"
3018
 
"Because this technique forgets where these changes originated, it may\n"
3019
 
"cause additional conflicts on later merges involving the same source and\n"
3020
 
"target branches."
3021
 
msgstr ""
3022
 
 
3023
 
# help of 'no-backup' option of 'revert' command
3024
 
#: breezy/builtins.py:4804
 
3518
"Sorry, re-merge only works after normal merges.  Not cherrypicking or multi-"
 
3519
"merges."
 
3520
 
 
3521
#: bzrlib/builtins.py:4751
 
3522
msgid ""
 
3523
"Set files in the working tree back to the contents of a previous revision."
 
3524
msgstr ""
 
3525
"Set files in the working tree back to the contents of a previous revision."
 
3526
 
 
3527
#: bzrlib/builtins.py:4753
 
3528
msgid ""
 
3529
"Giving a list of files will revert only those files.  Otherwise, all files\n"
 
3530
"will be reverted.  If the revision is not specified with '--revision', the\n"
 
3531
"working tree basis revision is used. A revert operation affects only the\n"
 
3532
"working tree, not any revision history like the branch and repository or\n"
 
3533
"the working tree basis revision."
 
3534
msgstr ""
 
3535
"Giving a list of files will revert only those files.  Otherwise, all files\n"
 
3536
"will be reverted.  If the revision is not specified with '--revision', the\n"
 
3537
"working tree basis revision is used. A revert operation affects only the\n"
 
3538
"working tree, not any revision history like the branch and repository or\n"
 
3539
"the working tree basis revision."
 
3540
 
 
3541
#: bzrlib/builtins.py:4759
 
3542
msgid ""
 
3543
"To remove only some changes, without reverting to a prior version, use\n"
 
3544
"merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
 
3545
"will remove the changes introduced by the second last commit (-2), without\n"
 
3546
"affecting the changes introduced by the last commit (-1).  To remove\n"
 
3547
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
 
3548
"To update the branch to a specific revision or the latest revision and\n"
 
3549
"update the working tree accordingly while preserving local changes, see the\n"
 
3550
"update command."
 
3551
msgstr ""
 
3552
"To remove only some changes, without reverting to a prior version, use\n"
 
3553
"merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
 
3554
"will remove the changes introduced by the second last commit (-2), without\n"
 
3555
"affecting the changes introduced by the last commit (-1).  To remove\n"
 
3556
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
 
3557
"To update the branch to a specific revision or the latest revision and\n"
 
3558
"update the working tree accordingly while preserving local changes, see the\n"
 
3559
"update command."
 
3560
 
 
3561
#: bzrlib/builtins.py:4768
 
3562
msgid ""
 
3563
"Uncommitted changes to files that are reverted will be discarded.\n"
 
3564
"Howver, by default, any files that have been manually changed will be\n"
 
3565
"backed up first.  (Files changed only by merge are not backed up.)  Backup\n"
 
3566
"files have '.~#~' appended to their name, where # is a number."
 
3567
msgstr ""
 
3568
"Uncommitted changes to files that are reverted will be discarded.\n"
 
3569
"Howver, by default, any files that have been manually changed will be\n"
 
3570
"backed up first.  (Files changed only by merge are not backed up.)  Backup\n"
 
3571
"files have '.~#~' appended to their name, where # is a number."
 
3572
 
 
3573
#: bzrlib/builtins.py:4773
 
3574
msgid ""
 
3575
"When you provide files, you can use their current pathname or the pathname\n"
 
3576
"from the target revision.  So you can use revert to \"undelete\" a file by\n"
 
3577
"name.  If you name a directory, all the contents of that directory will be\n"
 
3578
"reverted."
 
3579
msgstr ""
 
3580
"When you provide files, you can use their current pathname or the pathname\n"
 
3581
"from the target revision.  So you can use revert to \"undelete\" a file by\n"
 
3582
"name.  If you name a directory, all the contents of that directory will be\n"
 
3583
"reverted."
 
3584
 
 
3585
#: bzrlib/builtins.py:4778
 
3586
msgid ""
 
3587
"If you have newly added files since the target revision, they will be\n"
 
3588
"removed.  If the files to be removed have been changed, backups will be\n"
 
3589
"created as above.  Directories containing unknown files will not be\n"
 
3590
"deleted."
 
3591
msgstr ""
 
3592
"If you have newly added files since the target revision, they will be\n"
 
3593
"removed.  If the files to be removed have been changed, backups will be\n"
 
3594
"created as above.  Directories containing unknown files will not be\n"
 
3595
"deleted."
 
3596
 
 
3597
#: bzrlib/builtins.py:4783
 
3598
msgid ""
 
3599
"The working tree contains a list of revisions that have been merged but\n"
 
3600
"not yet committed. These revisions will be included as additional parents\n"
 
3601
"of the next commit.  Normally, using revert clears that list as well as\n"
 
3602
"reverting the files.  If any files are specified, revert leaves the list\n"
 
3603
"of uncommitted merges alone and reverts only the files.  Use ``bzr revert\n"
 
3604
".`` in the tree root to revert all files but keep the recorded merges,\n"
 
3605
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
 
3606
"reverting any files."
 
3607
msgstr ""
 
3608
"The working tree contains a list of revisions that have been merged but\n"
 
3609
"not yet committed. These revisions will be included as additional parents\n"
 
3610
"of the next commit.  Normally, using revert clears that list as well as\n"
 
3611
"reverting the files.  If any files are specified, revert leaves the list\n"
 
3612
"of uncommitted merges alone and reverts only the files.  Use ``bzr revert\n"
 
3613
".`` in the tree root to revert all files but keep the recorded merges,\n"
 
3614
"and ``bzr revert --forget-merges`` to clear the pending merge list without\n"
 
3615
"reverting any files."
 
3616
 
 
3617
#: bzrlib/builtins.py:4792
 
3618
msgid ""
 
3619
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
 
3620
"changes from a branch in a single revision.  To do this, perform the merge\n"
 
3621
"as desired.  Then doing revert with the \"--forget-merges\" option will "
 
3622
"keep\n"
 
3623
"the content of the tree as it was, but it will clear the list of pending\n"
 
3624
"merges.  The next commit will then contain all of the changes that are\n"
 
3625
"present in the other branch, but without any other parent revisions.\n"
 
3626
"Because this technique forgets where these changes originated, it may\n"
 
3627
"cause additional conflicts on later merges involving the same source and\n"
 
3628
"target branches."
 
3629
msgstr ""
 
3630
"Using \"bzr revert --forget-merges\", it is possible to apply all of the\n"
 
3631
"changes from a branch in a single revision.  To do this, perform the merge\n"
 
3632
"as desired.  Then doing revert with the \"--forget-merges\" option will "
 
3633
"keep\n"
 
3634
"the content of the tree as it was, but it will clear the list of pending\n"
 
3635
"merges.  The next commit will then contain all of the changes that are\n"
 
3636
"present in the other branch, but without any other parent revisions.\n"
 
3637
"Because this technique forgets where these changes originated, it may\n"
 
3638
"cause additional conflicts on later merges involving the same source and\n"
 
3639
"target branches."
 
3640
 
 
3641
#: bzrlib/builtins.py:4806
3025
3642
msgid "Do not save backups of reverted files."
3026
 
msgstr ""
 
3643
msgstr "Do not save backups of reverted files."
3027
3644
 
3028
 
# help of 'forget-merges' option of 'revert' command
3029
 
#: breezy/builtins.py:4806
 
3645
#: bzrlib/builtins.py:4808
3030
3646
msgid "Remove pending merge marker, without changing any files."
3031
 
msgstr ""
 
3647
msgstr "Remove pending merge marker, without changing any files."
3032
3648
 
3033
 
#: breezy/builtins.py:4837
 
3649
#: bzrlib/builtins.py:4839
3034
3650
msgid ""
3035
3651
"Show help on a command or other topic.\n"
3036
3652
"    "
3037
3653
msgstr ""
 
3654
"Show help on a command or other topic.\n"
 
3655
"    "
3038
3656
 
3039
 
# help of 'long' option of 'help' command
3040
 
#: breezy/builtins.py:4842
 
3657
#: bzrlib/builtins.py:4844
3041
3658
msgid "Show help on all commands."
3042
 
msgstr ""
 
3659
msgstr "Show help on all commands."
3043
3660
 
3044
 
#: breezy/builtins.py:4871
 
3661
#: bzrlib/builtins.py:4873
3045
3662
msgid "Show unmerged/unpulled revisions between two branches."
3046
 
msgstr ""
 
3663
msgstr "Show unmerged/unpulled revisions between two branches."
3047
3664
 
3048
 
#: breezy/builtins.py:4873
 
3665
#: bzrlib/builtins.py:4875
3049
3666
msgid "OTHER_BRANCH may be local or remote."
3050
 
msgstr ""
3051
 
 
3052
 
#: breezy/builtins.py:4875
3053
 
msgid ""
3054
 
"To filter on a range of revisions, you can use the command -r begin..end\n"
3055
 
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3056
 
"also valid.\n"
3057
 
"        \n"
3058
 
":Exit values:\n"
3059
 
"    1 - some missing revisions\n"
3060
 
"    0 - no missing revisions"
3061
 
msgstr ""
3062
 
 
3063
 
#: breezy/builtins.py:4885
3064
 
msgid ""
3065
 
"    Determine the missing revisions between this and the branch at the\n"
3066
 
"    remembered pull location::"
3067
 
msgstr ""
3068
 
 
3069
 
#: breezy/builtins.py:4888
3070
 
msgid "        brz missing"
3071
 
msgstr ""
3072
 
 
3073
 
#: breezy/builtins.py:4890
 
3667
msgstr "OTHER_BRANCH may be local or remote."
 
3668
 
 
3669
#: bzrlib/builtins.py:4877
 
3670
msgid ""
 
3671
"To filter on a range of revisions, you can use the command -r begin..end\n"
 
3672
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
 
3673
"also valid.\n"
 
3674
"        \n"
 
3675
":Exit values:\n"
 
3676
"    1 - some missing revisions\n"
 
3677
"    0 - no missing revisions"
 
3678
msgstr ""
 
3679
"To filter on a range of revisions, you can use the command -r begin..end\n"
 
3680
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
 
3681
"also valid.\n"
 
3682
"        \n"
 
3683
":Exit values:\n"
 
3684
"    1 - some missing revisions\n"
 
3685
"    0 - no missing revisions"
 
3686
 
 
3687
#: bzrlib/builtins.py:4887
 
3688
msgid ""
 
3689
"    Determine the missing revisions between this and the branch at the\n"
 
3690
"    remembered pull location::"
 
3691
msgstr ""
 
3692
"    Determine the missing revisions between this and the branch at the\n"
 
3693
"    remembered pull location::"
 
3694
 
 
3695
#: bzrlib/builtins.py:4890
 
3696
msgid "        bzr missing"
 
3697
msgstr "        bzr missing"
 
3698
 
 
3699
#: bzrlib/builtins.py:4892
3074
3700
msgid "    Determine the missing revisions between this and another branch::"
3075
3701
msgstr ""
3076
 
 
3077
 
#: breezy/builtins.py:4892
3078
 
msgid "        brz missing http://server/branch"
3079
 
msgstr ""
3080
 
 
3081
 
#: breezy/builtins.py:4894
3082
 
msgid ""
3083
 
"    Determine the missing revisions up to a specific revision on the other\n"
3084
 
"    branch::"
3085
 
msgstr ""
3086
 
 
3087
 
#: breezy/builtins.py:4897
3088
 
msgid "        brz missing -r ..-10"
3089
 
msgstr ""
3090
 
 
3091
 
#: breezy/builtins.py:4899
3092
 
msgid ""
3093
 
"    Determine the missing revisions up to a specific revision on this\n"
3094
 
"    branch::"
3095
 
msgstr ""
3096
 
 
3097
 
#: breezy/builtins.py:4902
3098
 
msgid "        brz missing --my-revision ..-10"
3099
 
msgstr ""
3100
 
 
3101
 
# help of 'reverse' option of 'missing' command
3102
 
#: breezy/builtins.py:4909
 
3702
"    Determine the missing revisions between this and another branch::"
 
3703
 
 
3704
#: bzrlib/builtins.py:4894
 
3705
msgid "        bzr missing http://server/branch"
 
3706
msgstr "        bzr missing http://server/branch"
 
3707
 
 
3708
#: bzrlib/builtins.py:4896
 
3709
msgid ""
 
3710
"    Determine the missing revisions up to a specific revision on the other\n"
 
3711
"    branch::"
 
3712
msgstr ""
 
3713
"    Determine the missing revisions up to a specific revision on the other\n"
 
3714
"    branch::"
 
3715
 
 
3716
#: bzrlib/builtins.py:4899
 
3717
msgid "        bzr missing -r ..-10"
 
3718
msgstr "        bzr missing -r ..-10"
 
3719
 
 
3720
#: bzrlib/builtins.py:4901
 
3721
msgid ""
 
3722
"    Determine the missing revisions up to a specific revision on this\n"
 
3723
"    branch::"
 
3724
msgstr ""
 
3725
"    Determine the missing revisions up to a specific revision on this\n"
 
3726
"    branch::"
 
3727
 
 
3728
#: bzrlib/builtins.py:4904
 
3729
msgid "        bzr missing --my-revision ..-10"
 
3730
msgstr "        bzr missing --my-revision ..-10"
 
3731
 
 
3732
#: bzrlib/builtins.py:4911
3103
3733
msgid "Reverse the order of revisions."
3104
 
msgstr ""
 
3734
msgstr "Reverse the order of revisions."
3105
3735
 
3106
 
# help of 'mine-only' option of 'missing' command
3107
 
#: breezy/builtins.py:4911
 
3736
#: bzrlib/builtins.py:4913
3108
3737
msgid "Display changes in the local branch only."
3109
 
msgstr ""
 
3738
msgstr "Display changes in the local branch only."
3110
3739
 
3111
 
# help of 'this' option of 'missing' command
3112
 
#: breezy/builtins.py:4912
 
3740
#: bzrlib/builtins.py:4914
3113
3741
msgid "Same as --mine-only."
3114
 
msgstr ""
 
3742
msgstr "Same as --mine-only."
3115
3743
 
3116
 
# help of 'theirs-only' option of 'missing' command
3117
 
#: breezy/builtins.py:4914
 
3744
#: bzrlib/builtins.py:4916
3118
3745
msgid "Display changes in the remote branch only."
3119
 
msgstr ""
 
3746
msgstr "Display changes in the remote branch only."
3120
3747
 
3121
 
# help of 'other' option of 'missing' command
3122
 
#: breezy/builtins.py:4915
 
3748
#: bzrlib/builtins.py:4917
3123
3749
msgid "Same as --theirs-only."
3124
 
msgstr ""
3125
 
 
3126
 
# help of 'revision' option of 'missing' command
3127
 
#: breezy/builtins.py:4920
3128
 
msgid ""
3129
 
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3130
 
"details."
3131
 
msgstr ""
3132
 
 
3133
 
# help of 'my-revision' option of 'missing' command
3134
 
#: breezy/builtins.py:4924
3135
 
msgid ""
3136
 
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3137
 
"details."
3138
 
msgstr ""
3139
 
 
3140
 
# help of 'include-merged' option of 'missing' command
3141
 
#: breezy/builtins.py:4927
 
3750
msgstr "Same as --theirs-only."
 
3751
 
 
3752
#: bzrlib/builtins.py:4922
 
3753
msgid ""
 
3754
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
 
3755
"details."
 
3756
msgstr ""
 
3757
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
 
3758
"details."
 
3759
 
 
3760
#: bzrlib/builtins.py:4926
 
3761
msgid ""
 
3762
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
 
3763
"details."
 
3764
msgstr ""
 
3765
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
 
3766
"details."
 
3767
 
 
3768
#: bzrlib/builtins.py:4929
3142
3769
msgid "Show all revisions in addition to the mainline ones."
3143
 
msgstr ""
 
3770
msgstr "Show all revisions in addition to the mainline ones."
3144
3771
 
3145
 
#: breezy/builtins.py:4981
 
3772
#: bzrlib/builtins.py:4983
3146
3773
msgid "No peer location known or specified."
3147
 
msgstr ""
 
3774
msgstr "No peer location known or specified."
3148
3775
 
3149
 
#: breezy/builtins.py:4985
3150
 
#, python-brace-format
 
3776
#: bzrlib/builtins.py:4987
3151
3777
msgid "Using saved parent location: {0}\n"
3152
 
msgstr ""
 
3778
msgstr "Using saved parent location: {0}\n"
3153
3779
 
3154
 
#: breezy/builtins.py:5018
 
3780
#: bzrlib/builtins.py:5020
3155
3781
#, python-format
3156
3782
msgid "You have %d extra revision:\n"
3157
3783
msgid_plural "You have %d extra revisions:\n"
3158
 
msgstr[0] ""
3159
 
msgstr[1] ""
 
3784
msgstr[0] "You have %d extra revision:\n"
 
3785
msgstr[1] "You have %d extra revisions:\n"
3160
3786
 
3161
 
#: breezy/builtins.py:5038
 
3787
#: bzrlib/builtins.py:5040
3162
3788
#, python-format
3163
3789
msgid "You are missing %d revision:\n"
3164
3790
msgid_plural "You are missing %d revisions:\n"
3165
 
msgstr[0] ""
3166
 
msgstr[1] ""
 
3791
msgstr[0] "You are missing %d revision:\n"
 
3792
msgstr[1] "You are missing %d revisions:\n"
3167
3793
 
3168
 
#: breezy/builtins.py:5053
 
3794
#: bzrlib/builtins.py:5055
3169
3795
msgid "This branch has no new revisions.\n"
3170
 
msgstr ""
 
3796
msgstr "This branch has no new revisions.\n"
3171
3797
 
3172
 
#: breezy/builtins.py:5056
 
3798
#: bzrlib/builtins.py:5058
3173
3799
msgid "Other branch has no new revisions.\n"
3174
 
msgstr ""
 
3800
msgstr "Other branch has no new revisions.\n"
3175
3801
 
3176
 
#: breezy/builtins.py:5061
 
3802
#: bzrlib/builtins.py:5063
3177
3803
msgid "Branches are up to date.\n"
3178
 
msgstr ""
 
3804
msgstr "Branches are up to date.\n"
3179
3805
 
3180
 
#: breezy/builtins.py:5072
 
3806
#: bzrlib/builtins.py:5074
3181
3807
msgid "Compress the data within a repository."
3182
 
msgstr ""
3183
 
 
3184
 
#: breezy/builtins.py:5074
3185
 
msgid ""
3186
 
"This operation compresses the data within a bazaar repository. As\n"
3187
 
"bazaar supports automatic packing of repository, this operation is\n"
3188
 
"normally not required to be done manually."
3189
 
msgstr ""
3190
 
 
3191
 
#: breezy/builtins.py:5078
3192
 
msgid ""
3193
 
"During the pack operation, bazaar takes a backup of existing repository\n"
3194
 
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3195
 
"automatically when it is safe to do so. To save disk space by removing\n"
3196
 
"the backed up pack files, the --clean-obsolete-packs option may be\n"
3197
 
"used."
3198
 
msgstr ""
3199
 
 
3200
 
#: breezy/builtins.py:5084
3201
 
msgid ""
3202
 
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
3203
 
"during or immediately after repacking, you may be left with a state\n"
3204
 
"where the deletion has been written to disk but the new packs have not\n"
3205
 
"been. In this case the repository may be unusable."
3206
 
msgstr ""
3207
 
 
3208
 
# help of 'clean-obsolete-packs' option of 'pack' command
3209
 
#: breezy/builtins.py:5093
 
3808
msgstr "Compress the data within a repository."
 
3809
 
 
3810
#: bzrlib/builtins.py:5076
 
3811
msgid ""
 
3812
"This operation compresses the data within a bazaar repository. As\n"
 
3813
"bazaar supports automatic packing of repository, this operation is\n"
 
3814
"normally not required to be done manually."
 
3815
msgstr ""
 
3816
"This operation compresses the data within a bazaar repository. As\n"
 
3817
"bazaar supports automatic packing of repository, this operation is\n"
 
3818
"normally not required to be done manually."
 
3819
 
 
3820
#: bzrlib/builtins.py:5080
 
3821
msgid ""
 
3822
"During the pack operation, bazaar takes a backup of existing repository\n"
 
3823
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
 
3824
"automatically when it is safe to do so. To save disk space by removing\n"
 
3825
"the backed up pack files, the --clean-obsolete-packs option may be\n"
 
3826
"used."
 
3827
msgstr ""
 
3828
"During the pack operation, bazaar takes a backup of existing repository\n"
 
3829
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
 
3830
"automatically when it is safe to do so. To save disk space by removing\n"
 
3831
"the backed up pack files, the --clean-obsolete-packs option may be\n"
 
3832
"used."
 
3833
 
 
3834
#: bzrlib/builtins.py:5086
 
3835
msgid ""
 
3836
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
 
3837
"during or immediately after repacking, you may be left with a state\n"
 
3838
"where the deletion has been written to disk but the new packs have not\n"
 
3839
"been. In this case the repository may be unusable."
 
3840
msgstr ""
 
3841
"Warning: If you use --clean-obsolete-packs and your machine crashes\n"
 
3842
"during or immediately after repacking, you may be left with a state\n"
 
3843
"where the deletion has been written to disk but the new packs have not\n"
 
3844
"been. In this case the repository may be unusable."
 
3845
 
 
3846
#: bzrlib/builtins.py:5095
3210
3847
msgid "Delete obsolete packs to save disk space."
3211
 
msgstr ""
 
3848
msgstr "Delete obsolete packs to save disk space."
3212
3849
 
3213
 
#: breezy/builtins.py:5107
 
3850
#: bzrlib/builtins.py:5109
3214
3851
msgid "List the installed plugins."
3215
 
msgstr ""
 
3852
msgstr "List the installed plugins."
3216
3853
 
3217
 
#: breezy/builtins.py:5109
 
3854
#: bzrlib/builtins.py:5111
3218
3855
msgid ""
3219
3856
"This command displays the list of installed plugins including\n"
3220
3857
"version of plugin and a short description of each."
3221
3858
msgstr ""
 
3859
"This command displays the list of installed plugins including\n"
 
3860
"version of plugin and a short description of each."
3222
3861
 
3223
 
#: breezy/builtins.py:5112
 
3862
#: bzrlib/builtins.py:5114
3224
3863
msgid "--verbose shows the path where each plugin is located."
3225
 
msgstr ""
 
3864
msgstr "--verbose shows the path where each plugin is located."
3226
3865
 
3227
 
#: breezy/builtins.py:5114
 
3866
#: bzrlib/builtins.py:5116
3228
3867
msgid ""
3229
3868
"A plugin is an external component for Bazaar that extends the\n"
3230
3869
"revision control system, by adding or replacing code in Bazaar.\n"
3232
3871
"adding new commands, providing additional network transports and\n"
3233
3872
"customizing log output."
3234
3873
msgstr ""
 
3874
"A plugin is an external component for Bazaar that extends the\n"
 
3875
"revision control system, by adding or replacing code in Bazaar.\n"
 
3876
"Plugins can do a variety of things, including overriding commands,\n"
 
3877
"adding new commands, providing additional network transports and\n"
 
3878
"customising log output."
3235
3879
 
3236
 
#: breezy/builtins.py:5120
 
3880
#: bzrlib/builtins.py:5122
3237
3881
msgid ""
3238
3882
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3239
3883
"for further information on plugins including where to find them and how to\n"
3240
3884
"install them. Instructions are also provided there on how to write new\n"
3241
3885
"plugins using the Python programming language."
3242
3886
msgstr ""
 
3887
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
 
3888
"for further information on plugins including where to find them and how to\n"
 
3889
"install them. Instructions are also provided there on how to write new\n"
 
3890
"plugins using the Python programming language."
3243
3891
 
3244
 
#: breezy/builtins.py:5136
 
3892
#: bzrlib/builtins.py:5138
3245
3893
msgid "Show testament (signing-form) of a revision."
3246
 
msgstr ""
 
3894
msgstr "Show testament (signing-form) of a revision."
3247
3895
 
3248
 
# help of 'long' option of 'testament' command
3249
 
#: breezy/builtins.py:5139
 
3896
#: bzrlib/builtins.py:5141
3250
3897
msgid "Produce long-format testament."
3251
 
msgstr ""
 
3898
msgstr "Produce long-format testament."
3252
3899
 
3253
 
# help of 'strict' option of 'testament' command
3254
 
#: breezy/builtins.py:5141
 
3900
#: bzrlib/builtins.py:5143
3255
3901
msgid "Produce a strict-format testament."
3256
 
msgstr ""
 
3902
msgstr "Produce a strict-format testament."
3257
3903
 
3258
 
#: breezy/builtins.py:5168
 
3904
#: bzrlib/builtins.py:5169
3259
3905
msgid "Show the origin of each line in a file."
3260
 
msgstr ""
3261
 
 
3262
 
#: breezy/builtins.py:5170
3263
 
msgid ""
3264
 
"This prints out the given file with an annotation on the left side\n"
3265
 
"indicating which revision, author and date introduced the change."
3266
 
msgstr ""
3267
 
 
3268
 
#: breezy/builtins.py:5173
3269
 
msgid ""
3270
 
"If the origin is the same for a run of consecutive lines, it is\n"
3271
 
"shown only at the top, unless the --all option is given."
3272
 
msgstr ""
3273
 
 
3274
 
# help of 'all' option of 'annotate' command
3275
 
#: breezy/builtins.py:5181
 
3906
msgstr "Show the origin of each line in a file."
 
3907
 
 
3908
#: bzrlib/builtins.py:5171
 
3909
msgid ""
 
3910
"This prints out the given file with an annotation on the left side\n"
 
3911
"indicating which revision, author and date introduced the change."
 
3912
msgstr ""
 
3913
"This prints out the given file with an annotation on the left side\n"
 
3914
"indicating which revision, author and date introduced the change."
 
3915
 
 
3916
#: bzrlib/builtins.py:5174
 
3917
msgid ""
 
3918
"If the origin is the same for a run of consecutive lines, it is\n"
 
3919
"shown only at the top, unless the --all option is given."
 
3920
msgstr ""
 
3921
"If the origin is the same for a run of consecutive lines, it is\n"
 
3922
"shown only at the top, unless the --all option is given."
 
3923
 
 
3924
#: bzrlib/builtins.py:5182
3276
3925
msgid "Show annotations on all lines."
3277
 
msgstr ""
 
3926
msgstr "Show annotations on all lines."
3278
3927
 
3279
 
# help of 'long' option of 'annotate' command
3280
 
#: breezy/builtins.py:5182
 
3928
#: bzrlib/builtins.py:5183
3281
3929
msgid "Show commit date in annotations."
3282
 
msgstr ""
 
3930
msgstr "Show commit date in annotations."
3283
3931
 
3284
 
#: breezy/builtins.py:5269
 
3932
#: bzrlib/builtins.py:5270
3285
3933
msgid "Cannot sign a range of non-revision-history revisions"
3286
 
msgstr ""
 
3934
msgstr "Cannot sign a range of non-revision-history revisions"
3287
3935
 
3288
 
#: breezy/builtins.py:5281
 
3936
#: bzrlib/builtins.py:5282
3289
3937
msgid "Please supply either one revision, or a range."
3290
 
msgstr ""
3291
 
 
3292
 
#: breezy/builtins.py:5285
3293
 
msgid ""
3294
 
"Convert the current branch into a checkout of the supplied branch.\n"
3295
 
"If no branch is supplied, rebind to the last bound location."
3296
 
msgstr ""
3297
 
 
3298
 
#: breezy/builtins.py:5288
3299
 
msgid ""
3300
 
"Once converted into a checkout, commits must succeed on the master branch\n"
3301
 
"before they will be applied to the local branch."
3302
 
msgstr ""
3303
 
 
3304
 
#: breezy/builtins.py:5291
3305
 
msgid ""
3306
 
"Bound branches use the nickname of its master branch unless it is set\n"
3307
 
"locally, in which case binding will update the local nickname to be\n"
3308
 
"that of the master."
3309
 
msgstr ""
3310
 
 
3311
 
#: breezy/builtins.py:5306
 
3938
msgstr "Please supply either one revision, or a range."
 
3939
 
 
3940
#: bzrlib/builtins.py:5286
 
3941
msgid ""
 
3942
"Convert the current branch into a checkout of the supplied branch.\n"
 
3943
"If no branch is supplied, rebind to the last bound location."
 
3944
msgstr ""
 
3945
"Convert the current branch into a checkout of the supplied branch.\n"
 
3946
"If no branch is supplied, rebind to the last bound location."
 
3947
 
 
3948
#: bzrlib/builtins.py:5289
 
3949
msgid ""
 
3950
"Once converted into a checkout, commits must succeed on the master branch\n"
 
3951
"before they will be applied to the local branch."
 
3952
msgstr ""
 
3953
"Once converted into a checkout, commits must succeed on the master branch\n"
 
3954
"before they will be applied to the local branch."
 
3955
 
 
3956
#: bzrlib/builtins.py:5292
 
3957
msgid ""
 
3958
"Bound branches use the nickname of its master branch unless it is set\n"
 
3959
"locally, in which case binding will update the local nickname to be\n"
 
3960
"that of the master."
 
3961
msgstr ""
 
3962
"Bound branches use the nickname of its master branch unless it is set\n"
 
3963
"locally, in which case binding will update the local nickname to be\n"
 
3964
"that of the master."
 
3965
 
 
3966
#: bzrlib/builtins.py:5307
3312
3967
msgid "No location supplied.  This format does not remember old locations."
3313
 
msgstr ""
 
3968
msgstr "No location supplied.  This format does not remember old locations."
3314
3969
 
3315
 
#: breezy/builtins.py:5312
 
3970
#: bzrlib/builtins.py:5313
3316
3971
msgid "Branch is already bound"
3317
 
msgstr ""
 
3972
msgstr "Branch is already bound"
3318
3973
 
3319
 
#: breezy/builtins.py:5315
 
3974
#: bzrlib/builtins.py:5316
3320
3975
msgid "No location supplied and no previous location known"
3321
 
msgstr ""
 
3976
msgstr "No location supplied and no previous location known"
3322
3977
 
3323
 
#: breezy/builtins.py:5321
 
3978
#: bzrlib/builtins.py:5322
3324
3979
msgid "These branches have diverged. Try merging, and then bind again."
3325
 
msgstr ""
 
3980
msgstr "These branches have diverged. Try merging, and then bind again."
3326
3981
 
3327
 
#: breezy/builtins.py:5328
 
3982
#: bzrlib/builtins.py:5329
3328
3983
msgid "Convert the current checkout into a regular branch."
3329
 
msgstr ""
 
3984
msgstr "Convert the current checkout into a regular branch."
3330
3985
 
3331
 
#: breezy/builtins.py:5330
 
3986
#: bzrlib/builtins.py:5331
3332
3987
msgid ""
3333
3988
"After unbinding, the local branch is considered independent and subsequent\n"
3334
3989
"commits will be local only."
3335
3990
msgstr ""
 
3991
"After unbinding, the local branch is considered independent and subsequent\n"
 
3992
"commits will be local only."
3336
3993
 
3337
 
#: breezy/builtins.py:5341
 
3994
#: bzrlib/builtins.py:5342
3338
3995
msgid "Local branch is not bound"
3339
 
msgstr ""
 
3996
msgstr "Local branch is not bound"
3340
3997
 
3341
 
#: breezy/builtins.py:5345
 
3998
#: bzrlib/builtins.py:5346
3342
3999
msgid "Remove the last committed revision."
3343
 
msgstr ""
3344
 
 
3345
 
#: breezy/builtins.py:5347
3346
 
msgid ""
3347
 
"--verbose will print out what is being removed.\n"
3348
 
"--dry-run will go through all the motions, but not actually\n"
3349
 
"remove anything."
3350
 
msgstr ""
3351
 
 
3352
 
#: breezy/builtins.py:5351
3353
 
msgid ""
3354
 
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3355
 
"specified revision.  For example, \"brz uncommit -r 15\" will leave the\n"
3356
 
"branch at revision 15."
3357
 
msgstr ""
3358
 
 
3359
 
#: breezy/builtins.py:5355
3360
 
msgid ""
3361
 
"Uncommit leaves the working tree ready for a new commit.  The only change\n"
3362
 
"it may make is to restore any pending merges that were present before\n"
3363
 
"the commit."
3364
 
msgstr ""
3365
 
 
3366
 
# help of 'dry-run' option of 'uncommit' command
3367
 
#: breezy/builtins.py:5366
 
4000
msgstr "Remove the last committed revision."
 
4001
 
 
4002
#: bzrlib/builtins.py:5348
 
4003
msgid ""
 
4004
"--verbose will print out what is being removed.\n"
 
4005
"--dry-run will go through all the motions, but not actually\n"
 
4006
"remove anything."
 
4007
msgstr ""
 
4008
"--verbose will print out what is being removed.\n"
 
4009
"--dry-run will go through all the motions, but not actually\n"
 
4010
"remove anything."
 
4011
 
 
4012
#: bzrlib/builtins.py:5352
 
4013
msgid ""
 
4014
"If --revision is specified, uncommit revisions to leave the branch at the\n"
 
4015
"specified revision.  For example, \"bzr uncommit -r 15\" will leave the\n"
 
4016
"branch at revision 15."
 
4017
msgstr ""
 
4018
"If --revision is specified, uncommit revisions to leave the branch at the\n"
 
4019
"specified revision.  For example, \"bzr uncommit -r 15\" will leave the\n"
 
4020
"branch at revision 15."
 
4021
 
 
4022
#: bzrlib/builtins.py:5356
 
4023
msgid ""
 
4024
"Uncommit leaves the working tree ready for a new commit.  The only change\n"
 
4025
"it may make is to restore any pending merges that were present before\n"
 
4026
"the commit."
 
4027
msgstr ""
 
4028
"Uncommit leaves the working tree ready for a new commit.  The only change\n"
 
4029
"it may make is to restore any pending merges that were present before\n"
 
4030
"the commit."
 
4031
 
 
4032
#: bzrlib/builtins.py:5367
3368
4033
msgid "Don't actually make changes."
3369
 
msgstr ""
 
4034
msgstr "Don't actually make changes."
3370
4035
 
3371
 
# help of 'force' option of 'uncommit' command
3372
 
#: breezy/builtins.py:5367
 
4036
#: bzrlib/builtins.py:5368
3373
4037
msgid "Say yes to all questions."
3374
 
msgstr ""
 
4038
msgstr "Say yes to all questions."
3375
4039
 
3376
 
# help of 'keep-tags' option of 'uncommit' command
3377
 
#: breezy/builtins.py:5369
 
4040
#: bzrlib/builtins.py:5370
3378
4041
msgid "Keep tags that point to removed revisions."
3379
 
msgstr ""
 
4042
msgstr "Keep tags that point to removed revisions."
3380
4043
 
3381
 
# help of 'local' option of 'uncommit' command
3382
 
#: breezy/builtins.py:5371
 
4044
#: bzrlib/builtins.py:5372
3383
4045
msgid "Only remove the commits from the local branch when in a checkout."
3384
 
msgstr ""
 
4046
msgstr "Only remove the commits from the local branch when in a checkout."
3385
4047
 
3386
 
#: breezy/builtins.py:5420
 
4048
#: bzrlib/builtins.py:5421
3387
4049
msgid "No revisions to uncommit.\n"
3388
 
msgstr ""
 
4050
msgstr "No revisions to uncommit.\n"
3389
4051
 
3390
 
#: breezy/builtins.py:5435
 
4052
#: bzrlib/builtins.py:5436
3391
4053
msgid "Dry-run, pretending to remove the above revisions.\n"
3392
 
msgstr ""
 
4054
msgstr "Dry-run, pretending to remove the above revisions.\n"
3393
4055
 
3394
 
#: breezy/builtins.py:5438
 
4056
#: bzrlib/builtins.py:5439
3395
4057
msgid "The above revision(s) will be removed.\n"
3396
 
msgstr ""
 
4058
msgstr "The above revision(s) will be removed.\n"
3397
4059
 
3398
 
#: breezy/builtins.py:5442
 
4060
#: bzrlib/builtins.py:5443
3399
4061
msgid "Uncommit these revisions"
3400
 
msgstr ""
 
4062
msgstr "Uncommit these revisions"
3401
4063
 
3402
 
#: breezy/builtins.py:5445
 
4064
#: bzrlib/builtins.py:5446
3403
4065
msgid "Canceled\n"
3404
 
msgstr ""
 
4066
msgstr "Cancelled\n"
3405
4067
 
3406
 
#: breezy/builtins.py:5452
 
4068
#: bzrlib/builtins.py:5453
3407
4069
#, python-format
3408
4070
msgid ""
3409
4071
"You can restore the old tip by running:\n"
3410
 
"  brz pull . -r revid:%s\n"
 
4072
"  bzr pull . -r revid:%s\n"
3411
4073
msgstr ""
 
4074
"You can restore the old tip by running:\n"
 
4075
"  bzr pull . -r revid:%s\n"
3412
4076
 
3413
 
#: breezy/builtins.py:5457
 
4077
#: bzrlib/builtins.py:5458
3414
4078
msgid "Break a dead lock."
3415
 
msgstr ""
3416
 
 
3417
 
#: breezy/builtins.py:5459
3418
 
msgid ""
3419
 
"This command breaks a lock on a repository, branch, working directory or\n"
3420
 
"config file."
3421
 
msgstr ""
3422
 
 
3423
 
#: breezy/builtins.py:5462
3424
 
msgid ""
3425
 
"CAUTION: Locks should only be broken when you are sure that the process\n"
3426
 
"holding the lock has been stopped."
3427
 
msgstr ""
3428
 
 
3429
 
#: breezy/builtins.py:5465
3430
 
msgid ""
3431
 
"You can get information on what locks are open via the 'brz info\n"
3432
 
"[location]' command."
3433
 
msgstr ""
3434
 
 
3435
 
#: breezy/builtins.py:5468
3436
 
msgid ""
3437
 
":Examples:\n"
3438
 
"    brz break-lock\n"
3439
 
"    brz break-lock brz+ssh://example.com/brz/foo\n"
3440
 
"    brz break-lock --conf ~/.bazaar"
3441
 
msgstr ""
3442
 
 
3443
 
# help of 'config' option of 'break-lock' command
3444
 
#: breezy/builtins.py:5477
 
4079
msgstr "Break a dead lock."
 
4080
 
 
4081
#: bzrlib/builtins.py:5460
 
4082
msgid ""
 
4083
"This command breaks a lock on a repository, branch, working directory or\n"
 
4084
"config file."
 
4085
msgstr ""
 
4086
"This command breaks a lock on a repository, branch, working directory or\n"
 
4087
"config file."
 
4088
 
 
4089
#: bzrlib/builtins.py:5463
 
4090
msgid ""
 
4091
"CAUTION: Locks should only be broken when you are sure that the process\n"
 
4092
"holding the lock has been stopped."
 
4093
msgstr ""
 
4094
"CAUTION: Locks should only be broken when you are sure that the process\n"
 
4095
"holding the lock has been stopped."
 
4096
 
 
4097
#: bzrlib/builtins.py:5466
 
4098
msgid ""
 
4099
"You can get information on what locks are open via the 'bzr info\n"
 
4100
"[location]' command."
 
4101
msgstr ""
 
4102
"You can get information on what locks are open via the 'bzr info\n"
 
4103
"[location]' command."
 
4104
 
 
4105
#: bzrlib/builtins.py:5469
 
4106
msgid ""
 
4107
":Examples:\n"
 
4108
"    bzr break-lock\n"
 
4109
"    bzr break-lock bzr+ssh://example.com/bzr/foo\n"
 
4110
"    bzr break-lock --conf ~/.bazaar"
 
4111
msgstr ""
 
4112
":Examples:\n"
 
4113
"    bzr break-lock\n"
 
4114
"    bzr break-lock bzr+ssh://example.com/bzr/foo\n"
 
4115
"    bzr break-lock --conf ~/.bazaar"
 
4116
 
 
4117
#: bzrlib/builtins.py:5478
3445
4118
msgid "LOCATION is the directory where the config lock is."
3446
 
msgstr ""
 
4119
msgstr "LOCATION is the directory where the config lock is."
3447
4120
 
3448
 
# help of 'force' option of 'break-lock' command
3449
 
#: breezy/builtins.py:5479
 
4121
#: bzrlib/builtins.py:5480
3450
4122
msgid "Do not ask for confirmation before breaking the lock."
3451
 
msgstr ""
 
4123
msgstr "Do not ask for confirmation before breaking the lock."
3452
4124
 
3453
 
# help of 'protocol=bzr' option of 'serve' command
3454
 
#: breezy/builtins.py:5514
 
4125
#: bzrlib/builtins.py:5515
3455
4126
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3456
 
msgstr ""
3457
 
 
3458
 
#: breezy/builtins.py:5515
3459
 
msgid "Run the brz server."
3460
 
msgstr ""
3461
 
 
3462
 
# help of 'inet' option of 'serve' command
3463
 
#: breezy/builtins.py:5521
 
4127
msgstr "The Bazaar smart server protocol over TCP. (default port: 4155)"
 
4128
 
 
4129
#: bzrlib/builtins.py:5516
 
4130
msgid "Run the bzr server."
 
4131
msgstr "Run the bzr server."
 
4132
 
 
4133
#: bzrlib/builtins.py:5522
3464
4134
msgid "Serve on stdin/out for use from inetd or sshd."
3465
 
msgstr ""
 
4135
msgstr "Serve on stdin/out for use from inetd or sshd."
3466
4136
 
3467
 
# title of 'protocol' option of 'serve' command
3468
 
#: breezy/builtins.py:5522
 
4137
#: bzrlib/builtins.py:5523
3469
4138
msgid "protocol"
3470
 
msgstr ""
 
4139
msgstr "protocol"
3471
4140
 
3472
 
# help of 'protocol' option of 'serve' command
3473
 
#: breezy/builtins.py:5523
 
4141
#: bzrlib/builtins.py:5524
3474
4142
msgid "Protocol to serve."
3475
 
msgstr ""
 
4143
msgstr "Protocol to serve."
3476
4144
 
3477
 
# help of 'listen' option of 'serve' command
3478
 
#: breezy/builtins.py:5527
 
4145
#: bzrlib/builtins.py:5528
3479
4146
msgid "Listen for connections on nominated address."
3480
 
msgstr ""
 
4147
msgstr "Listen for connections on nominated address."
3481
4148
 
3482
 
# help of 'port' option of 'serve' command
3483
 
#: breezy/builtins.py:5529
 
4149
#: bzrlib/builtins.py:5530
3484
4150
msgid ""
3485
4151
"Listen for connections on nominated port.  Passing 0 as the port number will "
3486
4152
"result in a dynamically allocated port.  The default port depends on the "
3487
4153
"protocol."
3488
4154
msgstr ""
 
4155
"Listen for connections on nominated port.  Passing 0 as the port number will "
 
4156
"result in a dynamically allocated port.  The default port depends on the "
 
4157
"protocol."
3489
4158
 
3490
 
# help of 'directory' option of 'serve' command
3491
 
#: breezy/builtins.py:5534
 
4159
#: bzrlib/builtins.py:5535
3492
4160
msgid "Serve contents of this directory."
3493
 
msgstr ""
 
4161
msgstr "Serve contents of this directory."
3494
4162
 
3495
 
# help of 'allow-writes' option of 'serve' command
3496
 
#: breezy/builtins.py:5536
 
4163
#: bzrlib/builtins.py:5537
3497
4164
msgid ""
3498
4165
"By default the server is a readonly server.  Supplying --allow-writes "
3499
4166
"enables write access to the contents of the served directory and below.  "
3500
 
"Note that ``brz serve`` does not perform authentication, so unless some form "
 
4167
"Note that ``bzr serve`` does not perform authentication, so unless some form "
3501
4168
"of external authentication is arranged supplying this option leads to global "
3502
4169
"uncontrolled write access to your file system."
3503
4170
msgstr ""
 
4171
"By default the server is a read-only server.  Supplying --allow-writes "
 
4172
"enables write access to the contents of the served directory and below.  "
 
4173
"Note that ``bzr serve`` does not perform authentication, so unless some form "
 
4174
"of external authentication is arranged supplying this option leads to global "
 
4175
"uncontrolled write access to your file system."
3504
4176
 
3505
 
# help of 'client-timeout' option of 'serve' command
3506
 
#: breezy/builtins.py:5545
 
4177
#: bzrlib/builtins.py:5546
3507
4178
msgid "Override the default idle client timeout (5min)."
3508
 
msgstr ""
 
4179
msgstr "Override the default idle client timeout (5min)."
3509
4180
 
3510
 
#: breezy/builtins.py:5563
 
4181
#: bzrlib/builtins.py:5564
3511
4182
msgid "Combine a tree into its containing tree."
3512
 
msgstr ""
 
4183
msgstr "Combine a tree into its containing tree."
3513
4184
 
3514
 
#: breezy/builtins.py:5565
 
4185
#: bzrlib/builtins.py:5566
3515
4186
msgid "This command requires the target tree to be in a rich-root format."
3516
 
msgstr ""
3517
 
 
3518
 
#: breezy/builtins.py:5567
3519
 
msgid ""
3520
 
"The TREE argument should be an independent tree, inside another tree, but\n"
3521
 
"not part of it.  (Such trees can be produced by \"brz split\", but also by\n"
3522
 
"running \"brz branch\" with the target inside a tree.)"
3523
 
msgstr ""
3524
 
 
3525
 
#: breezy/builtins.py:5571
3526
 
msgid ""
3527
 
"The result is a combined tree, with the subtree no longer an independent\n"
3528
 
"part.  This is marked as a merge of the subtree into the containing tree,\n"
3529
 
"and all history is preserved."
3530
 
msgstr ""
3531
 
 
3532
 
#: breezy/builtins.py:5589
 
4187
msgstr "This command requires the target tree to be in a rich-root format."
 
4188
 
 
4189
#: bzrlib/builtins.py:5568
 
4190
msgid ""
 
4191
"The TREE argument should be an independent tree, inside another tree, but\n"
 
4192
"not part of it.  (Such trees can be produced by \"bzr split\", but also by\n"
 
4193
"running \"bzr branch\" with the target inside a tree.)"
 
4194
msgstr ""
 
4195
"The TREE argument should be an independent tree, inside another tree, but\n"
 
4196
"not part of it.  (Such trees can be produced by \"bzr split\", but also by\n"
 
4197
"running \"bzr branch\" with the target inside a tree.)"
 
4198
 
 
4199
#: bzrlib/builtins.py:5572
 
4200
msgid ""
 
4201
"The result is a combined tree, with the subtree no longer an independent\n"
 
4202
"part.  This is marked as a merge of the subtree into the containing tree,\n"
 
4203
"and all history is preserved."
 
4204
msgstr ""
 
4205
"The result is a combined tree, with the subtree no longer an independent\n"
 
4206
"part.  This is marked as a merge of the subtree into the containing tree,\n"
 
4207
"and all history is preserved."
 
4208
 
 
4209
#: bzrlib/builtins.py:5590
3533
4210
#, python-format
3534
4211
msgid ""
3535
4212
"Can't join trees because %s doesn't support rich root data.\n"
3536
 
"You can use brz upgrade on the repository."
 
4213
"You can use bzr upgrade on the repository."
3537
4214
msgstr ""
 
4215
"Can't join trees because %s doesn't support rich root data.\n"
 
4216
"You can use bzr upgrade on the repository."
3538
4217
 
3539
 
#: breezy/builtins.py:5599 breezy/builtins.py:5605
3540
 
#, python-brace-format
 
4218
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3541
4219
msgid "Cannot join {0}.  {1}"
3542
 
msgstr ""
 
4220
msgstr "Cannot join {0}.  {1}"
3543
4221
 
3544
 
#: breezy/builtins.py:5609
 
4222
#: bzrlib/builtins.py:5610
3545
4223
msgid "Split a subdirectory of a tree into a separate tree."
3546
 
msgstr ""
3547
 
 
3548
 
#: breezy/builtins.py:5611
3549
 
msgid ""
3550
 
"This command will produce a target tree in a format that supports\n"
3551
 
"rich roots, like 'rich-root' or 'rich-root-pack'.  These formats cannot be\n"
3552
 
"converted into earlier formats like 'dirstate-tags'."
3553
 
msgstr ""
3554
 
 
3555
 
#: breezy/builtins.py:5615
3556
 
msgid ""
3557
 
"The TREE argument should be a subdirectory of a working tree.  That\n"
3558
 
"subdirectory will be converted into an independent tree, with its own\n"
3559
 
"branch.  Commits in the top-level tree will not apply to the new subtree."
3560
 
msgstr ""
3561
 
 
3562
 
#: breezy/builtins.py:5695
 
4224
msgstr "Split a subdirectory of a tree into a separate tree."
 
4225
 
 
4226
#: bzrlib/builtins.py:5612
 
4227
msgid ""
 
4228
"This command will produce a target tree in a format that supports\n"
 
4229
"rich roots, like 'rich-root' or 'rich-root-pack'.  These formats cannot be\n"
 
4230
"converted into earlier formats like 'dirstate-tags'."
 
4231
msgstr ""
 
4232
"This command will produce a target tree in a format that supports\n"
 
4233
"rich roots, like 'rich-root' or 'rich-root-pack'.  These formats cannot be\n"
 
4234
"converted into earlier formats like 'dirstate-tags'."
 
4235
 
 
4236
#: bzrlib/builtins.py:5616
 
4237
msgid ""
 
4238
"The TREE argument should be a subdirectory of a working tree.  That\n"
 
4239
"subdirectory will be converted into an independent tree, with its own\n"
 
4240
"branch.  Commits in the top-level tree will not apply to the new subtree."
 
4241
msgstr ""
 
4242
"The TREE argument should be a subdirectory of a working tree.  That\n"
 
4243
"subdirectory will be converted into an independent tree, with its own\n"
 
4244
"branch.  Commits in the top-level tree will not apply to the new subtree."
 
4245
 
 
4246
#: bzrlib/builtins.py:5696
3563
4247
msgid "No submit branch specified or known"
3564
 
msgstr ""
 
4248
msgstr "No submit branch specified or known"
3565
4249
 
3566
 
#: breezy/builtins.py:5704 breezy/send.py:109
 
4250
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3567
4251
msgid "No public branch specified or known"
3568
 
msgstr ""
3569
 
 
3570
 
#: breezy/builtins.py:5709
3571
 
msgid "brz merge-directive takes at most two one revision identifiers"
3572
 
msgstr ""
3573
 
 
3574
 
#: breezy/builtins.py:5718
 
4252
msgstr "No public branch specified or known"
 
4253
 
 
4254
#: bzrlib/builtins.py:5710
 
4255
msgid "bzr merge-directive takes at most two one revision identifiers"
 
4256
msgstr "bzr merge-directive takes at most two one revision identifiers"
 
4257
 
 
4258
#: bzrlib/builtins.py:5719
3575
4259
msgid "No revisions to bundle."
3576
 
msgstr ""
 
4260
msgstr "No revisions to bundle."
3577
4261
 
3578
 
#: breezy/builtins.py:5737
 
4262
#: bzrlib/builtins.py:5738
3579
4263
msgid "Mail or create a merge-directive for submitting changes."
3580
 
msgstr ""
 
4264
msgstr "Mail or create a merge-directive for submitting changes."
3581
4265
 
3582
 
#: breezy/builtins.py:5739
 
4266
#: bzrlib/builtins.py:5740
3583
4267
msgid "A merge directive provides many things needed for requesting merges:"
3584
 
msgstr ""
 
4268
msgstr "A merge directive provides many things needed for requesting merges:"
3585
4269
 
3586
 
#: breezy/builtins.py:5741
 
4270
#: bzrlib/builtins.py:5742
3587
4271
msgid "* A machine-readable description of the merge to perform"
3588
 
msgstr ""
 
4272
msgstr "* A machine-readable description of the merge to perform"
3589
4273
 
3590
 
#: breezy/builtins.py:5743
 
4274
#: bzrlib/builtins.py:5744
3591
4275
msgid "* An optional patch that is a preview of the changes requested"
3592
 
msgstr ""
3593
 
 
3594
 
#: breezy/builtins.py:5745
3595
 
msgid ""
3596
 
"* An optional bundle of revision data, so that the changes can be applied\n"
3597
 
"  directly from the merge directive, without retrieving data from a\n"
3598
 
"  branch."
3599
 
msgstr ""
3600
 
 
3601
 
#: breezy/builtins.py:5749
3602
 
msgid ""
3603
 
"`brz send` creates a compact data set that, when applied using brz\n"
3604
 
"merge, has the same effect as merging from the source branch.  "
3605
 
msgstr ""
3606
 
 
3607
 
#: breezy/builtins.py:5752
3608
 
msgid ""
3609
 
"By default the merge directive is self-contained and can be applied to any\n"
3610
 
"branch containing submit_branch in its ancestory without needing access to\n"
3611
 
"the source branch."
3612
 
msgstr ""
3613
 
 
3614
 
#: breezy/builtins.py:5756
3615
 
msgid ""
3616
 
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3617
 
"revisions, but only a structured request to merge from the\n"
3618
 
"public_location.  In that case the public_branch is needed and it must be\n"
3619
 
"up-to-date and accessible to the recipient.  The public_branch is always\n"
3620
 
"included if known, so that people can check it later."
3621
 
msgstr ""
3622
 
 
3623
 
#: breezy/builtins.py:5762
3624
 
msgid ""
3625
 
"The submit branch defaults to the parent of the source branch, but can be\n"
3626
 
"overridden.  Both submit branch and public branch will be remembered in\n"
3627
 
"branch.conf the first time they are used for a particular branch.  The\n"
3628
 
"source branch defaults to that containing the working directory, but can\n"
3629
 
"be changed using --from."
3630
 
msgstr ""
3631
 
 
3632
 
#: breezy/builtins.py:5768
 
4276
msgstr "* An optional patch that is a preview of the changes requested"
 
4277
 
 
4278
#: bzrlib/builtins.py:5746
 
4279
msgid ""
 
4280
"* An optional bundle of revision data, so that the changes can be applied\n"
 
4281
"  directly from the merge directive, without retrieving data from a\n"
 
4282
"  branch."
 
4283
msgstr ""
 
4284
"* An optional bundle of revision data, so that the changes can be applied\n"
 
4285
"  directly from the merge directive, without retrieving data from a\n"
 
4286
"  branch."
 
4287
 
 
4288
#: bzrlib/builtins.py:5750
 
4289
msgid ""
 
4290
"`bzr send` creates a compact data set that, when applied using bzr\n"
 
4291
"merge, has the same effect as merging from the source branch.  "
 
4292
msgstr ""
 
4293
"`bzr send` creates a compact data set that, when applied using bzr\n"
 
4294
"merge, has the same effect as merging from the source branch.  "
 
4295
 
 
4296
#: bzrlib/builtins.py:5753
 
4297
msgid ""
 
4298
"By default the merge directive is self-contained and can be applied to any\n"
 
4299
"branch containing submit_branch in its ancestory without needing access to\n"
 
4300
"the source branch."
 
4301
msgstr ""
 
4302
"By default the merge directive is self-contained and can be applied to any\n"
 
4303
"branch containing submit_branch in its ancestory without needing access to\n"
 
4304
"the source branch."
 
4305
 
 
4306
#: bzrlib/builtins.py:5757
 
4307
msgid ""
 
4308
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
 
4309
"revisions, but only a structured request to merge from the\n"
 
4310
"public_location.  In that case the public_branch is needed and it must be\n"
 
4311
"up-to-date and accessible to the recipient.  The public_branch is always\n"
 
4312
"included if known, so that people can check it later."
 
4313
msgstr ""
 
4314
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
 
4315
"revisions, but only a structured request to merge from the\n"
 
4316
"public_location.  In that case the public_branch is needed and it must be\n"
 
4317
"up-to-date and accessible to the recipient.  The public_branch is always\n"
 
4318
"included if known, so that people can check it later."
 
4319
 
 
4320
#: bzrlib/builtins.py:5763
 
4321
msgid ""
 
4322
"The submit branch defaults to the parent of the source branch, but can be\n"
 
4323
"overridden.  Both submit branch and public branch will be remembered in\n"
 
4324
"branch.conf the first time they are used for a particular branch.  The\n"
 
4325
"source branch defaults to that containing the working directory, but can\n"
 
4326
"be changed using --from."
 
4327
msgstr ""
 
4328
"The submit branch defaults to the parent of the source branch, but can be\n"
 
4329
"overridden.  Both submit branch and public branch will be remembered in\n"
 
4330
"branch.conf the first time they are used for a particular branch.  The\n"
 
4331
"source branch defaults to that containing the working directory, but can\n"
 
4332
"be changed using --from."
 
4333
 
 
4334
#: bzrlib/builtins.py:5769
3633
4335
msgid ""
3634
4336
"Both the submit branch and the public branch follow the usual behavior with\n"
3635
4337
"respect to --remember: If there is no default location set, the first send\n"
3637
4339
"omit the location to use the default.  To change the default, use\n"
3638
4340
"--remember. The value will only be saved if the location can be accessed."
3639
4341
msgstr ""
3640
 
 
3641
 
#: breezy/builtins.py:5774
3642
 
msgid ""
3643
 
"In order to calculate those changes, brz must analyse the submit branch.\n"
3644
 
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
3645
 
"If a public location is known for the submit_branch, that location is used\n"
3646
 
"in the merge directive."
3647
 
msgstr ""
3648
 
 
3649
 
#: breezy/builtins.py:5779
3650
 
msgid ""
3651
 
"The default behaviour is to send the merge directive by mail, unless -o is\n"
3652
 
"given, in which case it is sent to a file."
3653
 
msgstr ""
3654
 
 
3655
 
#: breezy/builtins.py:5782
3656
 
msgid ""
3657
 
"Mail is sent using your preferred mail program.  This should be transparent\n"
3658
 
"on Windows (it uses MAPI).  On Unix, it requires the xdg-email utility.\n"
3659
 
"If the preferred client can't be found (or used), your editor will be used."
3660
 
msgstr ""
3661
 
 
3662
 
#: breezy/builtins.py:5786
3663
 
msgid ""
3664
 
"To use a specific mail program, set the mail_client configuration option.\n"
3665
 
"(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"
3668
 
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
3669
 
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\".  Plugins may also "
3670
 
"add\n"
3671
 
"supported clients."
3672
 
msgstr ""
3673
 
 
3674
 
#: breezy/builtins.py:5793
3675
 
msgid ""
3676
 
"If mail is being sent, a to address is required.  This can be supplied\n"
3677
 
"either on the commandline, by setting the submit_to configuration\n"
3678
 
"option in the branch itself or the child_submit_to configuration option\n"
3679
 
"in the submit branch."
3680
 
msgstr ""
3681
 
 
3682
 
#: breezy/builtins.py:5798
3683
 
msgid ""
3684
 
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
3685
 
"and\n"
3686
 
"merge directive format 2.  It is significantly faster and smaller than\n"
3687
 
"older formats.  It is compatible with Bazaar 0.19 and later.  It is the\n"
3688
 
"default.  \"0.9\" uses revision bundle format 0.9 and merge directive\n"
3689
 
"format 1.  It is compatible with Bazaar 0.12 - 0.18."
3690
 
msgstr ""
3691
 
 
3692
 
#: breezy/builtins.py:5804
3693
 
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."
3696
 
msgstr ""
3697
 
 
3698
 
#: breezy/builtins.py:5807
3699
 
msgid ""
3700
 
"brz send makes extensive use of public locations to map local locations "
3701
 
"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."
3704
 
msgstr ""
3705
 
 
3706
 
# help of 'output' option of 'send' command
3707
 
#: breezy/builtins.py:5831
 
4342
"Both the submit branch and the public branch follow the usual behaviour "
 
4343
"with\n"
 
4344
"respect to --remember: If there is no default location set, the first send\n"
 
4345
"will set it (use --no-remember to avoid setting it). After that, you can\n"
 
4346
"omit the location to use the default.  To change the default, use\n"
 
4347
"--remember. The value will only be saved if the location can be accessed."
 
4348
 
 
4349
#: bzrlib/builtins.py:5775
 
4350
msgid ""
 
4351
"In order to calculate those changes, bzr must analyse the submit branch.\n"
 
4352
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
 
4353
"If a public location is known for the submit_branch, that location is used\n"
 
4354
"in the merge directive."
 
4355
msgstr ""
 
4356
"In order to calculate those changes, bzr must analyse the submit branch.\n"
 
4357
"Therefore it is most efficient for the submit branch to be a local mirror.\n"
 
4358
"If a public location is known for the submit_branch, that location is used\n"
 
4359
"in the merge directive."
 
4360
 
 
4361
#: bzrlib/builtins.py:5780
 
4362
msgid ""
 
4363
"The default behaviour is to send the merge directive by mail, unless -o is\n"
 
4364
"given, in which case it is sent to a file."
 
4365
msgstr ""
 
4366
"The default behaviour is to send the merge directive by mail, unless -o is\n"
 
4367
"given, in which case it is sent to a file."
 
4368
 
 
4369
#: bzrlib/builtins.py:5783
 
4370
msgid ""
 
4371
"Mail is sent using your preferred mail program.  This should be transparent\n"
 
4372
"on Windows (it uses MAPI).  On Unix, it requires the xdg-email utility.\n"
 
4373
"If the preferred client can't be found (or used), your editor will be used."
 
4374
msgstr ""
 
4375
"Mail is sent using your preferred mail program.  This should be transparent\n"
 
4376
"on Windows (it uses MAPI).  On Unix, it requires the xdg-email utility.\n"
 
4377
"If the preferred client can't be found (or used), your editor will be used."
 
4378
 
 
4379
#: bzrlib/builtins.py:5787
 
4380
msgid ""
 
4381
"To use a specific mail program, set the mail_client configuration option.\n"
 
4382
"(For Thunderbird 1.5, this works around some bugs.)  Supported values for\n"
 
4383
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app\" "
 
4384
"(MacOS X's\n"
 
4385
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
 
4386
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\".  Plugins may also "
 
4387
"add\n"
 
4388
"supported clients."
 
4389
msgstr ""
 
4390
"To use a specific mail program, set the mail_client configuration option.\n"
 
4391
"(For Thunderbird 1.5, this works around some bugs.)  Supported values for\n"
 
4392
"specific clients are \"claws\", \"evolution\", \"kmail\", \"mail.app\" "
 
4393
"(MacOS X's\n"
 
4394
"Mail.app), \"mutt\", and \"thunderbird\"; generic options are \"default\",\n"
 
4395
"\"editor\", \"emacsclient\", \"mapi\", and \"xdg-email\".  Plugins may also "
 
4396
"add\n"
 
4397
"supported clients."
 
4398
 
 
4399
#: bzrlib/builtins.py:5794
 
4400
msgid ""
 
4401
"If mail is being sent, a to address is required.  This can be supplied\n"
 
4402
"either on the commandline, by setting the submit_to configuration\n"
 
4403
"option in the branch itself or the child_submit_to configuration option\n"
 
4404
"in the submit branch."
 
4405
msgstr ""
 
4406
"If mail is being sent, a to address is required.  This can be supplied\n"
 
4407
"either on the commandline, by setting the submit_to configuration\n"
 
4408
"option in the branch itself or the child_submit_to configuration option\n"
 
4409
"in the submit branch."
 
4410
 
 
4411
#: bzrlib/builtins.py:5799
 
4412
msgid ""
 
4413
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
 
4414
"and\n"
 
4415
"merge directive format 2.  It is significantly faster and smaller than\n"
 
4416
"older formats.  It is compatible with Bazaar 0.19 and later.  It is the\n"
 
4417
"default.  \"0.9\" uses revision bundle format 0.9 and merge directive\n"
 
4418
"format 1.  It is compatible with Bazaar 0.12 - 0.18."
 
4419
msgstr ""
 
4420
"Two formats are currently supported: \"4\" uses revision bundle format 4 "
 
4421
"and\n"
 
4422
"merge directive format 2.  It is significantly faster and smaller than\n"
 
4423
"older formats.  It is compatible with Bazaar 0.19 and later.  It is the\n"
 
4424
"default.  \"0.9\" uses revision bundle format 0.9 and merge directive\n"
 
4425
"format 1.  It is compatible with Bazaar 0.12 - 0.18."
 
4426
 
 
4427
#: bzrlib/builtins.py:5805
 
4428
msgid ""
 
4429
"The merge directives created by bzr send may be applied using bzr merge or\n"
 
4430
"bzr pull by specifying a file containing a merge directive as the location."
 
4431
msgstr ""
 
4432
"The merge directives created by bzr send may be applied using bzr merge or\n"
 
4433
"bzr pull by specifying a file containing a merge directive as the location."
 
4434
 
 
4435
#: bzrlib/builtins.py:5808
 
4436
msgid ""
 
4437
"bzr send makes extensive use of public locations to map local locations "
 
4438
"into\n"
 
4439
"URLs that can be used by other people.  See `bzr help configuration` to\n"
 
4440
"set them, and use `bzr info` to display them."
 
4441
msgstr ""
 
4442
"bzr send makes extensive use of public locations to map local locations "
 
4443
"into\n"
 
4444
"URLs that can be used by other people.  See `bzr help configuration` to\n"
 
4445
"set them, and use `bzr info` to display them."
 
4446
 
 
4447
#: bzrlib/builtins.py:5832
3708
4448
msgid "Write merge directive to this file or directory; use - for stdout."
3709
 
msgstr ""
 
4449
msgstr "Write merge directive to this file or directory; use - for stdout."
3710
4450
 
3711
 
# help of 'strict' option of 'send' command
3712
 
#: breezy/builtins.py:5835
 
4451
#: bzrlib/builtins.py:5836
3713
4452
msgid ""
3714
4453
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3715
4454
"strict disables the check."
3716
4455
msgstr ""
 
4456
"Refuse to send if there are uncommitted changes in the working tree, --no-"
 
4457
"strict disables the check."
3717
4458
 
3718
 
# help of 'mail-to' option of 'send' command
3719
 
#: breezy/builtins.py:5837
 
4459
#: bzrlib/builtins.py:5838
3720
4460
msgid "Mail the request to this address."
3721
 
msgstr ""
 
4461
msgstr "Mail the request to this address."
3722
4462
 
3723
 
# help of 'body' option of 'send' command
3724
 
#: breezy/builtins.py:5841
 
4463
#: bzrlib/builtins.py:5842
3725
4464
msgid "Body for the email."
3726
 
msgstr ""
 
4465
msgstr "Body for the email."
3727
4466
 
3728
 
# help of 'no-bundle' option of 'send' command
3729
 
#: breezy/builtins.py:5894
 
4467
#: bzrlib/builtins.py:5895
3730
4468
msgid "Do not include a bundle in the merge directive."
3731
 
msgstr ""
 
4469
msgstr "Do not include a bundle in the merge directive."
3732
4470
 
3733
 
# help of 'no-patch' option of 'send' command
3734
 
#: breezy/builtins.py:5895
 
4471
#: bzrlib/builtins.py:5896
3735
4472
msgid "Do not include a preview patch in the merge directive."
3736
 
msgstr ""
 
4473
msgstr "Do not include a preview patch in the merge directive."
3737
4474
 
3738
 
# help of 'remember' option of 'send' command
3739
 
#: breezy/builtins.py:5898
 
4475
#: bzrlib/builtins.py:5899
3740
4476
msgid "Remember submit and public branch."
3741
 
msgstr ""
 
4477
msgstr "Remember submit and public branch."
3742
4478
 
3743
 
# help of 'from' option of 'send' command
3744
 
#: breezy/builtins.py:5900
 
4479
#: bzrlib/builtins.py:5901
3745
4480
msgid ""
3746
4481
"Branch to generate the submission from, rather than the one containing the "
3747
4482
"working directory."
3748
4483
msgstr ""
 
4484
"Branch to generate the submission from, rather than the one containing the "
 
4485
"working directory."
3749
4486
 
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
 
4487
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3753
4488
msgid "format"
3754
 
msgstr ""
 
4489
msgstr "format"
3755
4490
 
3756
 
# help of 'format' option of 'send' command
3757
 
#: breezy/builtins.py:5911
 
4491
#: bzrlib/builtins.py:5912
3758
4492
msgid "Use the specified output format."
3759
 
msgstr ""
 
4493
msgstr "Use the specified output format."
3760
4494
 
3761
 
#: breezy/builtins.py:5933
 
4495
#: bzrlib/builtins.py:5934
3762
4496
msgid "Create, remove or modify a tag naming a revision."
3763
 
msgstr ""
3764
 
 
3765
 
#: breezy/builtins.py:5935
3766
 
msgid ""
3767
 
"Tags give human-meaningful names to revisions.  Commands that take a -r\n"
3768
 
"(--revision) option can be given -rtag:X, where X is any previously\n"
3769
 
"created tag."
3770
 
msgstr ""
3771
 
 
3772
 
#: breezy/builtins.py:5939
3773
 
msgid ""
3774
 
"Tags are stored in the branch.  Tags are copied from one branch to another\n"
3775
 
"along when you branch, push, pull or merge."
3776
 
msgstr ""
3777
 
 
3778
 
#: breezy/builtins.py:5942
3779
 
msgid ""
3780
 
"It is an error to give a tag name that already exists unless you pass\n"
3781
 
"--force, in which case the tag is moved to point to the new revision."
3782
 
msgstr ""
3783
 
 
3784
 
#: breezy/builtins.py:5945
3785
 
msgid ""
3786
 
"To rename a tag (change the name but keep it on the same revsion), run "
3787
 
"``bzr\n"
3788
 
"tag new-name -r tag:old-name`` and then ``brz tag --delete oldname``."
3789
 
msgstr ""
3790
 
 
3791
 
#: breezy/builtins.py:5948
3792
 
msgid ""
3793
 
"If no tag name is specified it will be determined through the \n"
3794
 
"'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"
3796
 
"details."
3797
 
msgstr ""
3798
 
 
3799
 
# help of 'delete' option of 'tag' command
3800
 
#: breezy/builtins.py:5958
 
4497
msgstr "Create, remove or modify a tag naming a revision."
 
4498
 
 
4499
#: bzrlib/builtins.py:5936
 
4500
msgid ""
 
4501
"Tags give human-meaningful names to revisions.  Commands that take a -r\n"
 
4502
"(--revision) option can be given -rtag:X, where X is any previously\n"
 
4503
"created tag."
 
4504
msgstr ""
 
4505
"Tags give human-meaningful names to revisions.  Commands that take a -r\n"
 
4506
"(--revision) option can be given -rtag:X, where X is any previously\n"
 
4507
"created tag."
 
4508
 
 
4509
#: bzrlib/builtins.py:5940
 
4510
msgid ""
 
4511
"Tags are stored in the branch.  Tags are copied from one branch to another\n"
 
4512
"along when you branch, push, pull or merge."
 
4513
msgstr ""
 
4514
"Tags are stored in the branch.  Tags are copied from one branch to another\n"
 
4515
"along when you branch, push, pull or merge."
 
4516
 
 
4517
#: bzrlib/builtins.py:5943
 
4518
msgid ""
 
4519
"It is an error to give a tag name that already exists unless you pass\n"
 
4520
"--force, in which case the tag is moved to point to the new revision."
 
4521
msgstr ""
 
4522
"It is an error to give a tag name that already exists unless you pass\n"
 
4523
"--force, in which case the tag is moved to point to the new revision."
 
4524
 
 
4525
#: bzrlib/builtins.py:5946
 
4526
msgid ""
 
4527
"To rename a tag (change the name but keep it on the same revsion), run "
 
4528
"``bzr\n"
 
4529
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
 
4530
msgstr ""
 
4531
"To rename a tag (change the name but keep it on the same revsion), run "
 
4532
"``bzr\n"
 
4533
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
 
4534
 
 
4535
#: bzrlib/builtins.py:5949
 
4536
msgid ""
 
4537
"If no tag name is specified it will be determined through the \n"
 
4538
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
 
4539
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
 
4540
"details."
 
4541
msgstr ""
 
4542
"If no tag name is specified it will be determined through the \n"
 
4543
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
 
4544
"upstream releases by reading configure.ac. See ``bzr help hooks`` for\n"
 
4545
"details."
 
4546
 
 
4547
#: bzrlib/builtins.py:5959
3801
4548
msgid "Delete this tag rather than placing it."
3802
 
msgstr ""
 
4549
msgstr "Delete this tag rather than placing it."
3803
4550
 
3804
 
# help of 'directory' option of 'tag' command
3805
 
#: breezy/builtins.py:5961
 
4551
#: bzrlib/builtins.py:5962
3806
4552
msgid "Branch in which to place the tag."
3807
 
msgstr ""
 
4553
msgstr "Branch in which to place the tag."
3808
4554
 
3809
 
# help of 'force' option of 'tag' command
3810
 
#: breezy/builtins.py:5963
 
4555
#: bzrlib/builtins.py:5964
3811
4556
msgid "Replace existing tags."
3812
 
msgstr ""
 
4557
msgstr "Replace existing tags."
3813
4558
 
3814
 
#: breezy/builtins.py:5978
 
4559
#: bzrlib/builtins.py:5979
3815
4560
msgid "No tag specified to delete."
3816
 
msgstr ""
 
4561
msgstr "No tag specified to delete."
3817
4562
 
3818
 
#: breezy/builtins.py:5980
 
4563
#: bzrlib/builtins.py:5981
3819
4564
#, python-format
3820
4565
msgid "Deleted tag %s."
3821
 
msgstr ""
3822
 
 
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
 
4566
msgstr "Deleted tag %s."
 
4567
 
 
4568
#: bzrlib/builtins.py:5995
3828
4569
msgid "Please specify a tag name."
3829
 
msgstr ""
 
4570
msgstr "Please specify a tag name."
3830
4571
 
3831
 
#: breezy/builtins.py:6002
 
4572
#: bzrlib/builtins.py:6003
3832
4573
#, python-format
3833
4574
msgid "Tag %s already exists for that revision."
3834
 
msgstr ""
 
4575
msgstr "Tag %s already exists for that revision."
3835
4576
 
3836
 
#: breezy/builtins.py:6006
 
4577
#: bzrlib/builtins.py:6007
3837
4578
#, python-format
3838
4579
msgid "Created tag %s."
3839
 
msgstr ""
 
4580
msgstr "Created tag %s."
3840
4581
 
3841
 
#: breezy/builtins.py:6008
 
4582
#: bzrlib/builtins.py:6009
3842
4583
#, python-format
3843
4584
msgid "Updated tag %s."
3844
 
msgstr ""
 
4585
msgstr "Updated tag %s."
3845
4586
 
3846
 
#: breezy/builtins.py:6012
 
4587
#: bzrlib/builtins.py:6013
3847
4588
msgid "List tags."
3848
 
msgstr ""
 
4589
msgstr "List tags."
3849
4590
 
3850
 
#: breezy/builtins.py:6014
 
4591
#: bzrlib/builtins.py:6015
3851
4592
msgid ""
3852
4593
"This command shows a table of tag names and the revisions they reference."
3853
4594
msgstr ""
 
4595
"This command shows a table of tag names and the revisions they reference."
3854
4596
 
3855
 
# help of 'directory' option of 'tags' command
3856
 
#: breezy/builtins.py:6020
 
4597
#: bzrlib/builtins.py:6021
3857
4598
msgid "Branch whose tags should be displayed."
3858
 
msgstr ""
 
4599
msgstr "Branch whose tags should be displayed."
3859
4600
 
3860
 
# help of 'sort' option of 'tags' command
3861
 
#: breezy/builtins.py:6022
 
4601
#: bzrlib/builtins.py:6023
3862
4602
msgid "Sort tags by different criteria."
3863
 
msgstr ""
 
4603
msgstr "Sort tags by different criteria."
3864
4604
 
3865
 
# title of 'sort' option of 'tags' command
3866
 
#: breezy/builtins.py:6022
 
4605
#: bzrlib/builtins.py:6023
3867
4606
msgid "Sorting"
3868
 
msgstr ""
3869
 
 
3870
 
#: breezy/builtins.py:6091
3871
 
msgid "Reconfigure the type of a brz directory."
3872
 
msgstr ""
3873
 
 
3874
 
#: breezy/builtins.py:6093
 
4607
msgstr "Sorting"
 
4608
 
 
4609
#: bzrlib/builtins.py:6092
 
4610
msgid "Reconfigure the type of a bzr directory."
 
4611
msgstr "Reconfigure the type of a bzr directory."
 
4612
 
 
4613
#: bzrlib/builtins.py:6094
3875
4614
msgid "A target configuration must be specified."
3876
 
msgstr ""
 
4615
msgstr "A target configuration must be specified."
3877
4616
 
3878
 
#: breezy/builtins.py:6095
 
4617
#: bzrlib/builtins.py:6096
3879
4618
msgid ""
3880
4619
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3881
4620
"The order of preference is\n"
3885
4624
"4. The parent location.\n"
3886
4625
"If none of these is available, --bind-to must be specified."
3887
4626
msgstr ""
 
4627
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
 
4628
"The order of preference is\n"
 
4629
"1. For a lightweight checkout, the current bound location.\n"
 
4630
"2. For branches that used to be checkouts, the previously-bound location.\n"
 
4631
"3. The push location.\n"
 
4632
"4. The parent location.\n"
 
4633
"If none of these is available, --bind-to must be specified."
3888
4634
 
3889
 
# title of 'tree_type' option of 'reconfigure' command
3890
 
#: breezy/builtins.py:6109
 
4635
#: bzrlib/builtins.py:6110
3891
4636
msgid "Tree type"
3892
 
msgstr ""
 
4637
msgstr "Tree type"
3893
4638
 
3894
 
# help of 'tree_type' option of 'reconfigure' command
3895
 
#: breezy/builtins.py:6110
 
4639
#: bzrlib/builtins.py:6111
3896
4640
msgid "The relation between branch and tree."
3897
 
msgstr ""
 
4641
msgstr "The relation between branch and tree."
3898
4642
 
3899
 
# help of 'tree_type=branch' option of 'reconfigure' command
3900
 
#: breezy/builtins.py:6112
 
4643
#: bzrlib/builtins.py:6113
3901
4644
msgid "Reconfigure to be an unbound branch with no working tree."
3902
 
msgstr ""
 
4645
msgstr "Reconfigure to be an unbound branch with no working tree."
3903
4646
 
3904
 
# help of 'tree_type=tree' option of 'reconfigure' command
3905
 
#: breezy/builtins.py:6113
 
4647
#: bzrlib/builtins.py:6114
3906
4648
msgid "Reconfigure to be an unbound branch with a working tree."
3907
 
msgstr ""
 
4649
msgstr "Reconfigure to be an unbound branch with a working tree."
3908
4650
 
3909
 
# help of 'tree_type=checkout' option of 'reconfigure' command
3910
 
#: breezy/builtins.py:6114
 
4651
#: bzrlib/builtins.py:6115
3911
4652
msgid "Reconfigure to be a bound branch with a working tree."
3912
 
msgstr ""
 
4653
msgstr "Reconfigure to be a bound branch with a working tree."
3913
4654
 
3914
 
# help of 'tree_type=lightweight-checkout' option of 'reconfigure' command
3915
 
#: breezy/builtins.py:6115
 
4655
#: bzrlib/builtins.py:6116
3916
4656
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3917
 
msgstr ""
 
4657
msgstr "Reconfigure to be a lightweight checkout (with no local history)."
3918
4658
 
3919
 
# title of 'repository_type' option of 'reconfigure' command
3920
 
#: breezy/builtins.py:6120
 
4659
#: bzrlib/builtins.py:6121
3921
4660
msgid "Repository type"
3922
 
msgstr ""
 
4661
msgstr "Repository type"
3923
4662
 
3924
 
# help of 'repository_type' option of 'reconfigure' command
3925
 
#: breezy/builtins.py:6121
 
4663
#: bzrlib/builtins.py:6122
3926
4664
msgid "Location fo the repository."
3927
 
msgstr ""
 
4665
msgstr "Location fo the repository."
3928
4666
 
3929
 
# help of 'repository_type=standalone' option of 'reconfigure' command
3930
 
#: breezy/builtins.py:6123
 
4667
#: bzrlib/builtins.py:6124
3931
4668
msgid ""
3932
4669
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3933
4670
msgstr ""
 
4671
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3934
4672
 
3935
 
# help of 'repository_type=use-shared' option of 'reconfigure' command
3936
 
#: breezy/builtins.py:6125
 
4673
#: bzrlib/builtins.py:6126
3937
4674
msgid "Reconfigure to use a shared repository."
3938
 
msgstr ""
 
4675
msgstr "Reconfigure to use a shared repository."
3939
4676
 
3940
 
# title of 'repository_trees' option of 'reconfigure' command
3941
 
#: breezy/builtins.py:6129
 
4677
#: bzrlib/builtins.py:6130
3942
4678
msgid "Trees in Repository"
3943
 
msgstr ""
 
4679
msgstr "Trees in Repository"
3944
4680
 
3945
 
# help of 'repository_trees' option of 'reconfigure' command
3946
 
#: breezy/builtins.py:6130
 
4681
#: bzrlib/builtins.py:6131
3947
4682
msgid "Whether new branches in the repository have trees."
3948
 
msgstr ""
3949
 
 
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."
3953
 
msgstr ""
3954
 
 
3955
 
# help of 'repository_trees=with-no-trees' option of 'reconfigure' command
3956
 
#: breezy/builtins.py:6134
3957
 
msgid ""
3958
 
"Reconfigure repository to not create working trees on branches by default."
3959
 
msgstr ""
3960
 
 
3961
 
# help of 'bind-to' option of 'reconfigure' command
3962
 
#: breezy/builtins.py:6137
 
4683
msgstr "Whether new branches in the repository have trees."
 
4684
 
 
4685
#: bzrlib/builtins.py:6133
 
4686
msgid ""
 
4687
"Reconfigure repository to create working trees on branches by default."
 
4688
msgstr ""
 
4689
"Reconfigure repository to create working trees on branches by default."
 
4690
 
 
4691
#: bzrlib/builtins.py:6135
 
4692
msgid ""
 
4693
"Reconfigure repository to not create working trees on branches by default."
 
4694
msgstr ""
 
4695
"Reconfigure repository to not create working trees on branches by default."
 
4696
 
 
4697
#: bzrlib/builtins.py:6138
3963
4698
msgid "Branch to bind checkout to."
3964
 
msgstr ""
 
4699
msgstr "Branch to bind checkout to."
3965
4700
 
3966
 
# help of 'force' option of 'reconfigure' command
3967
 
#: breezy/builtins.py:6139
 
4701
#: bzrlib/builtins.py:6140
3968
4702
msgid "Perform reconfiguration even if local changes will be lost."
3969
 
msgstr ""
 
4703
msgstr "Perform reconfiguration even if local changes will be lost."
3970
4704
 
3971
 
# help of 'stacked-on' option of 'reconfigure' command
3972
 
#: breezy/builtins.py:6142
 
4705
#: bzrlib/builtins.py:6143
3973
4706
msgid "Reconfigure a branch to be stacked on another branch."
3974
 
msgstr ""
 
4707
msgstr "Reconfigure a branch to be stacked on another branch."
3975
4708
 
3976
 
# help of 'unstacked' option of 'reconfigure' command
3977
 
#: breezy/builtins.py:6146
 
4709
#: bzrlib/builtins.py:6147
3978
4710
msgid ""
3979
4711
"Reconfigure a branch to be unstacked.  This may require copying substantial "
3980
4712
"data into it."
3981
4713
msgstr ""
 
4714
"Reconfigure a branch to be unstacked.  This may require copying substantial "
 
4715
"data into it."
3982
4716
 
3983
 
#: breezy/builtins.py:6156
 
4717
#: bzrlib/builtins.py:6157
3984
4718
msgid "Can't use both --stacked-on and --unstacked"
3985
 
msgstr ""
 
4719
msgstr "Can't use both --stacked-on and --unstacked"
3986
4720
 
3987
 
#: breezy/builtins.py:6170
 
4721
#: bzrlib/builtins.py:6171
3988
4722
msgid "No target configuration specified"
3989
 
msgstr ""
 
4723
msgstr "No target configuration specified"
3990
4724
 
3991
 
#: breezy/builtins.py:6205
 
4725
#: bzrlib/builtins.py:6206
3992
4726
msgid "Set the branch of a checkout and update."
3993
 
msgstr ""
3994
 
 
3995
 
#: breezy/builtins.py:6207
3996
 
msgid ""
3997
 
"For lightweight checkouts, this changes the branch being referenced.\n"
3998
 
"For heavyweight checkouts, this checks that there are no local commits\n"
3999
 
"versus the current bound branch, then it makes the local branch a mirror\n"
4000
 
"of the new location and binds to it."
4001
 
msgstr ""
4002
 
 
4003
 
#: breezy/builtins.py:6212
4004
 
msgid ""
4005
 
"In both cases, the working tree is updated and uncommitted changes\n"
4006
 
"are merged. The user can commit or revert these as they desire."
4007
 
msgstr ""
4008
 
 
4009
 
#: breezy/builtins.py:6215
 
4727
msgstr "Set the branch of a checkout and update."
 
4728
 
 
4729
#: bzrlib/builtins.py:6208
 
4730
msgid ""
 
4731
"For lightweight checkouts, this changes the branch being referenced.\n"
 
4732
"For heavyweight checkouts, this checks that there are no local commits\n"
 
4733
"versus the current bound branch, then it makes the local branch a mirror\n"
 
4734
"of the new location and binds to it."
 
4735
msgstr ""
 
4736
"For lightweight checkouts, this changes the branch being referenced.\n"
 
4737
"For heavyweight checkouts, this checks that there are no local commits\n"
 
4738
"versus the current bound branch, then it makes the local branch a mirror\n"
 
4739
"of the new location and binds to it."
 
4740
 
 
4741
#: bzrlib/builtins.py:6213
 
4742
msgid ""
 
4743
"In both cases, the working tree is updated and uncommitted changes\n"
 
4744
"are merged. The user can commit or revert these as they desire."
 
4745
msgstr ""
 
4746
"In both cases, the working tree is updated and uncommitted changes\n"
 
4747
"are merged. The user can commit or revert these as they desire."
 
4748
 
 
4749
#: bzrlib/builtins.py:6216
4010
4750
msgid "Pending merges need to be committed or reverted before using switch."
4011
 
msgstr ""
4012
 
 
4013
 
#: breezy/builtins.py:6217
4014
 
msgid ""
4015
 
"The path to the branch to switch to can be specified relative to the parent\n"
4016
 
"directory of the current branch. For example, if you are currently in a\n"
4017
 
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
4018
 
"/path/to/newbranch."
4019
 
msgstr ""
4020
 
 
4021
 
#: breezy/builtins.py:6222
4022
 
msgid ""
4023
 
"Bound branches use the nickname of its master branch unless it is set\n"
4024
 
"locally, in which case switching will update the local nickname to be\n"
4025
 
"that of the master."
4026
 
msgstr ""
4027
 
 
4028
 
# help of 'force' option of 'switch' command
4029
 
#: breezy/builtins.py:6230
 
4751
msgstr "Pending merges need to be committed or reverted before using switch."
 
4752
 
 
4753
#: bzrlib/builtins.py:6218
 
4754
msgid ""
 
4755
"The path to the branch to switch to can be specified relative to the parent\n"
 
4756
"directory of the current branch. For example, if you are currently in a\n"
 
4757
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
 
4758
"/path/to/newbranch."
 
4759
msgstr ""
 
4760
"The path to the branch to switch to can be specified relative to the parent\n"
 
4761
"directory of the current branch. For example, if you are currently in a\n"
 
4762
"checkout of /path/to/branch, specifying 'newbranch' will find a branch at\n"
 
4763
"/path/to/newbranch."
 
4764
 
 
4765
#: bzrlib/builtins.py:6223
 
4766
msgid ""
 
4767
"Bound branches use the nickname of its master branch unless it is set\n"
 
4768
"locally, in which case switching will update the local nickname to be\n"
 
4769
"that of the master."
 
4770
msgstr ""
 
4771
"Bound branches use the nickname of its master branch unless it is set\n"
 
4772
"locally, in which case switching will update the local nickname to be\n"
 
4773
"that of the master."
 
4774
 
 
4775
#: bzrlib/builtins.py:6231
4030
4776
msgid "Switch even if local commits will be lost."
4031
 
msgstr ""
 
4777
msgstr "Switch even if local commits will be lost."
4032
4778
 
4033
 
# help of 'create-branch' option of 'switch' command
4034
 
#: breezy/builtins.py:6233
 
4779
#: bzrlib/builtins.py:6234
4035
4780
msgid "Create the target branch from this one before switching to it."
4036
 
msgstr ""
4037
 
 
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
 
4781
msgstr "Create the target branch from this one before switching to it."
 
4782
 
 
4783
#: bzrlib/builtins.py:6248
4044
4784
msgid "You must supply either a revision or a location"
4045
 
msgstr ""
 
4785
msgstr "You must supply either a revision or a location"
4046
4786
 
4047
 
#: breezy/builtins.py:6263
 
4787
#: bzrlib/builtins.py:6261
4048
4788
msgid "cannot create branch without source branch"
4049
 
msgstr ""
 
4789
msgstr "cannot create branch without source branch"
4050
4790
 
4051
 
#: breezy/builtins.py:6289
 
4791
#: bzrlib/builtins.py:6286
4052
4792
msgid "Manage filtered views."
4053
 
msgstr ""
4054
 
 
4055
 
#: breezy/builtins.py:6291
4056
 
msgid ""
4057
 
"Views provide a mask over the tree so that users can focus on\n"
4058
 
"a subset of a tree when doing their work. After creating a view,\n"
4059
 
"commands that support a list of files - status, diff, commit, etc -\n"
4060
 
"effectively have that list of files implicitly given each time.\n"
4061
 
"An explicit list of files can still be given but those files\n"
4062
 
"must be within the current view."
4063
 
msgstr ""
4064
 
 
4065
 
#: breezy/builtins.py:6298
4066
 
msgid ""
4067
 
"In most cases, a view has a short life-span: it is created to make\n"
4068
 
"a selected change and is deleted once that change is committed.\n"
4069
 
"At other times, you may wish to create one or more named views\n"
4070
 
"and switch between them."
4071
 
msgstr ""
4072
 
 
4073
 
#: breezy/builtins.py:6303
4074
 
msgid ""
4075
 
"To disable the current view without deleting it, you can switch to\n"
4076
 
"the pseudo view called ``off``. This can be useful when you need\n"
4077
 
"to see the whole tree for an operation or two (e.g. merge) but\n"
4078
 
"want to switch back to your view after that."
4079
 
msgstr ""
4080
 
 
4081
 
#: breezy/builtins.py:6308
4082
 
msgid ""
4083
 
":Examples:\n"
4084
 
"  To define the current view::"
4085
 
msgstr ""
4086
 
 
4087
 
#: breezy/builtins.py:6311
4088
 
msgid "    brz view file1 dir1 ..."
4089
 
msgstr ""
4090
 
 
4091
 
#: breezy/builtins.py:6313
 
4793
msgstr "Manage filtered views."
 
4794
 
 
4795
#: bzrlib/builtins.py:6288
 
4796
msgid ""
 
4797
"Views provide a mask over the tree so that users can focus on\n"
 
4798
"a subset of a tree when doing their work. After creating a view,\n"
 
4799
"commands that support a list of files - status, diff, commit, etc -\n"
 
4800
"effectively have that list of files implicitly given each time.\n"
 
4801
"An explicit list of files can still be given but those files\n"
 
4802
"must be within the current view."
 
4803
msgstr ""
 
4804
"Views provide a mask over the tree so that users can focus on\n"
 
4805
"a subset of a tree when doing their work. After creating a view,\n"
 
4806
"commands that support a list of files - status, diff, commit, etc -\n"
 
4807
"effectively have that list of files implicitly given each time.\n"
 
4808
"An explicit list of files can still be given but those files\n"
 
4809
"must be within the current view."
 
4810
 
 
4811
#: bzrlib/builtins.py:6295
 
4812
msgid ""
 
4813
"In most cases, a view has a short life-span: it is created to make\n"
 
4814
"a selected change and is deleted once that change is committed.\n"
 
4815
"At other times, you may wish to create one or more named views\n"
 
4816
"and switch between them."
 
4817
msgstr ""
 
4818
"In most cases, a view has a short life-span: it is created to make\n"
 
4819
"a selected change and is deleted once that change is committed.\n"
 
4820
"At other times, you may wish to create one or more named views\n"
 
4821
"and switch between them."
 
4822
 
 
4823
#: bzrlib/builtins.py:6300
 
4824
msgid ""
 
4825
"To disable the current view without deleting it, you can switch to\n"
 
4826
"the pseudo view called ``off``. This can be useful when you need\n"
 
4827
"to see the whole tree for an operation or two (e.g. merge) but\n"
 
4828
"want to switch back to your view after that."
 
4829
msgstr ""
 
4830
"To disable the current view without deleting it, you can switch to\n"
 
4831
"the pseudo view called ``off``. This can be useful when you need\n"
 
4832
"to see the whole tree for an operation or two (e.g. merge) but\n"
 
4833
"want to switch back to your view after that."
 
4834
 
 
4835
#: bzrlib/builtins.py:6305
 
4836
msgid ""
 
4837
":Examples:\n"
 
4838
"  To define the current view::"
 
4839
msgstr ""
 
4840
":Examples:\n"
 
4841
"  To define the current view::"
 
4842
 
 
4843
#: bzrlib/builtins.py:6308
 
4844
msgid "    bzr view file1 dir1 ..."
 
4845
msgstr "    bzr view file1 dir1 ..."
 
4846
 
 
4847
#: bzrlib/builtins.py:6310
4092
4848
msgid "  To list the current view::"
4093
 
msgstr ""
4094
 
 
4095
 
#: breezy/builtins.py:6315
4096
 
msgid "    brz view"
4097
 
msgstr ""
4098
 
 
4099
 
#: breezy/builtins.py:6317
 
4849
msgstr "  To list the current view::"
 
4850
 
 
4851
#: bzrlib/builtins.py:6312
 
4852
msgid "    bzr view"
 
4853
msgstr "    bzr view"
 
4854
 
 
4855
#: bzrlib/builtins.py:6314
4100
4856
msgid "  To delete the current view::"
4101
 
msgstr ""
4102
 
 
4103
 
#: breezy/builtins.py:6319
4104
 
msgid "    brz view --delete"
4105
 
msgstr ""
4106
 
 
4107
 
#: breezy/builtins.py:6321
 
4857
msgstr "  To delete the current view::"
 
4858
 
 
4859
#: bzrlib/builtins.py:6316
 
4860
msgid "    bzr view --delete"
 
4861
msgstr "    bzr view --delete"
 
4862
 
 
4863
#: bzrlib/builtins.py:6318
4108
4864
msgid "  To disable the current view without deleting it::"
4109
 
msgstr ""
4110
 
 
4111
 
#: breezy/builtins.py:6323
4112
 
msgid "    brz view --switch off"
4113
 
msgstr ""
4114
 
 
4115
 
#: breezy/builtins.py:6325
 
4865
msgstr "  To disable the current view without deleting it::"
 
4866
 
 
4867
#: bzrlib/builtins.py:6320
 
4868
msgid "    bzr view --switch off"
 
4869
msgstr "    bzr view --switch off"
 
4870
 
 
4871
#: bzrlib/builtins.py:6322
4116
4872
msgid "  To define a named view and switch to it::"
4117
 
msgstr ""
4118
 
 
4119
 
#: breezy/builtins.py:6327
4120
 
msgid "    brz view --name view-name file1 dir1 ..."
4121
 
msgstr ""
4122
 
 
4123
 
#: breezy/builtins.py:6329
 
4873
msgstr "  To define a named view and switch to it::"
 
4874
 
 
4875
#: bzrlib/builtins.py:6324
 
4876
msgid "    bzr view --name view-name file1 dir1 ..."
 
4877
msgstr "    bzr view --name view-name file1 dir1 ..."
 
4878
 
 
4879
#: bzrlib/builtins.py:6326
4124
4880
msgid "  To list a named view::"
4125
 
msgstr ""
4126
 
 
4127
 
#: breezy/builtins.py:6331
4128
 
msgid "    brz view --name view-name"
4129
 
msgstr ""
4130
 
 
4131
 
#: breezy/builtins.py:6333
 
4881
msgstr "  To list a named view::"
 
4882
 
 
4883
#: bzrlib/builtins.py:6328
 
4884
msgid "    bzr view --name view-name"
 
4885
msgstr "    bzr view --name view-name"
 
4886
 
 
4887
#: bzrlib/builtins.py:6330
4132
4888
msgid "  To delete a named view::"
4133
 
msgstr ""
4134
 
 
4135
 
#: breezy/builtins.py:6335
4136
 
msgid "    brz view --name view-name --delete"
4137
 
msgstr ""
4138
 
 
4139
 
#: breezy/builtins.py:6337
 
4889
msgstr "  To delete a named view::"
 
4890
 
 
4891
#: bzrlib/builtins.py:6332
 
4892
msgid "    bzr view --name view-name --delete"
 
4893
msgstr "    bzr view --name view-name --delete"
 
4894
 
 
4895
#: bzrlib/builtins.py:6334
4140
4896
msgid "  To switch to a named view::"
4141
 
msgstr ""
4142
 
 
4143
 
#: breezy/builtins.py:6339
4144
 
msgid "    brz view --switch view-name"
4145
 
msgstr ""
4146
 
 
4147
 
#: breezy/builtins.py:6341
 
4897
msgstr "  To switch to a named view::"
 
4898
 
 
4899
#: bzrlib/builtins.py:6336
 
4900
msgid "    bzr view --switch view-name"
 
4901
msgstr "    bzr view --switch view-name"
 
4902
 
 
4903
#: bzrlib/builtins.py:6338
4148
4904
msgid "  To list all views defined::"
4149
 
msgstr ""
4150
 
 
4151
 
#: breezy/builtins.py:6343
4152
 
msgid "    brz view --all"
4153
 
msgstr ""
4154
 
 
4155
 
#: breezy/builtins.py:6345
 
4905
msgstr "  To list all views defined::"
 
4906
 
 
4907
#: bzrlib/builtins.py:6340
 
4908
msgid "    bzr view --all"
 
4909
msgstr "    bzr view --all"
 
4910
 
 
4911
#: bzrlib/builtins.py:6342
4156
4912
msgid "  To delete all views::"
4157
 
msgstr ""
4158
 
 
4159
 
#: breezy/builtins.py:6347
4160
 
msgid "    brz view --delete --all"
4161
 
msgstr ""
4162
 
 
4163
 
# help of 'all' option of 'view' command
4164
 
#: breezy/builtins.py:6354
 
4913
msgstr "  To delete all views::"
 
4914
 
 
4915
#: bzrlib/builtins.py:6344
 
4916
msgid "    bzr view --delete --all"
 
4917
msgstr "    bzr view --delete --all"
 
4918
 
 
4919
#: bzrlib/builtins.py:6351
4165
4920
msgid "Apply list or delete action to all views."
4166
 
msgstr ""
 
4921
msgstr "Apply list or delete action to all views."
4167
4922
 
4168
 
# help of 'delete' option of 'view' command
4169
 
#: breezy/builtins.py:6357
 
4923
#: bzrlib/builtins.py:6354
4170
4924
msgid "Delete the view."
4171
 
msgstr ""
 
4925
msgstr "Delete the view."
4172
4926
 
4173
 
# help of 'name' option of 'view' command
4174
 
#: breezy/builtins.py:6360
 
4927
#: bzrlib/builtins.py:6357
4175
4928
msgid "Name of the view to define, list or delete."
4176
 
msgstr ""
 
4929
msgstr "Name of the view to define, list or delete."
4177
4930
 
4178
 
# help of 'switch' option of 'view' command
4179
 
#: breezy/builtins.py:6364
 
4931
#: bzrlib/builtins.py:6361
4180
4932
msgid "Name of the view to switch to."
4181
 
msgstr ""
 
4933
msgstr "Name of the view to switch to."
4182
4934
 
4183
 
#: breezy/builtins.py:6383
 
4935
#: bzrlib/builtins.py:6380
4184
4936
msgid "Both --delete and a file list specified"
4185
 
msgstr ""
 
4937
msgstr "Both --delete and a file list specified"
4186
4938
 
4187
 
#: breezy/builtins.py:6386
 
4939
#: bzrlib/builtins.py:6383
4188
4940
msgid "Both --delete and --switch specified"
4189
 
msgstr ""
 
4941
msgstr "Both --delete and --switch specified"
4190
4942
 
4191
 
#: breezy/builtins.py:6389
 
4943
#: bzrlib/builtins.py:6386
4192
4944
msgid "Deleted all views.\n"
4193
 
msgstr ""
 
4945
msgstr "Deleted all views.\n"
4194
4946
 
4195
 
#: breezy/builtins.py:6391
 
4947
#: bzrlib/builtins.py:6388
4196
4948
msgid "No current view to delete"
4197
 
msgstr ""
 
4949
msgstr "No current view to delete"
4198
4950
 
4199
 
#: breezy/builtins.py:6394
 
4951
#: bzrlib/builtins.py:6391
4200
4952
#, python-format
4201
4953
msgid "Deleted '%s' view.\n"
4202
 
msgstr ""
 
4954
msgstr "Deleted '%s' view.\n"
4203
4955
 
4204
 
#: breezy/builtins.py:6398
 
4956
#: bzrlib/builtins.py:6395
4205
4957
msgid "Both --switch and a file list specified"
4206
 
msgstr ""
 
4958
msgstr "Both --switch and a file list specified"
4207
4959
 
4208
 
#: breezy/builtins.py:6401
 
4960
#: bzrlib/builtins.py:6398
4209
4961
msgid "Both --switch and --all specified"
4210
 
msgstr ""
 
4962
msgstr "Both --switch and --all specified"
4211
4963
 
4212
 
#: breezy/builtins.py:6404
 
4964
#: bzrlib/builtins.py:6401
4213
4965
msgid "No current view to disable"
4214
 
msgstr ""
 
4966
msgstr "No current view to disable"
4215
4967
 
4216
 
#: breezy/builtins.py:6406
 
4968
#: bzrlib/builtins.py:6403
4217
4969
#, python-format
4218
4970
msgid "Disabled '%s' view.\n"
4219
 
msgstr ""
 
4971
msgstr "Disabled '%s' view.\n"
4220
4972
 
4221
 
#: breezy/builtins.py:6410 breezy/builtins.py:6432
4222
 
#, python-brace-format
 
4973
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4223
4974
msgid "Using '{0}' view: {1}\n"
4224
 
msgstr ""
 
4975
msgstr "Using '{0}' view: {1}\n"
4225
4976
 
4226
 
#: breezy/builtins.py:6413
 
4977
#: bzrlib/builtins.py:6410
4227
4978
msgid "Views defined:\n"
4228
 
msgstr ""
 
4979
msgstr "Views defined:\n"
4229
4980
 
4230
 
#: breezy/builtins.py:6422
 
4981
#: bzrlib/builtins.py:6419
4231
4982
msgid "No views defined.\n"
4232
 
msgstr ""
 
4983
msgstr "No views defined.\n"
4233
4984
 
4234
 
#: breezy/builtins.py:6429
 
4985
#: bzrlib/builtins.py:6426
4235
4986
msgid "Cannot change the 'off' pseudo view"
4236
 
msgstr ""
 
4987
msgstr "Cannot change the 'off' pseudo view"
4237
4988
 
4238
 
#: breezy/builtins.py:6437
 
4989
#: bzrlib/builtins.py:6434
4239
4990
msgid "No current view.\n"
4240
 
msgstr ""
 
4991
msgstr "No current view.\n"
4241
4992
 
4242
 
#: breezy/builtins.py:6440
4243
 
#, python-brace-format
 
4993
#: bzrlib/builtins.py:6437
4244
4994
msgid "'{0}' view is: {1}\n"
4245
 
msgstr ""
 
4995
msgstr "'{0}' view is: {1}\n"
4246
4996
 
4247
 
#: breezy/builtins.py:6460
 
4997
#: bzrlib/builtins.py:6457
4248
4998
msgid "    <no hooks installed>\n"
4249
 
msgstr ""
 
4999
msgstr "    <no hooks installed>\n"
4250
5000
 
4251
 
#: breezy/builtins.py:6464
 
5001
#: bzrlib/builtins.py:6461
4252
5002
msgid "Remove a branch."
4253
 
msgstr ""
 
5003
msgstr "Remove a branch."
4254
5004
 
4255
 
#: breezy/builtins.py:6466
 
5005
#: bzrlib/builtins.py:6463
4256
5006
msgid ""
4257
5007
"This will remove the branch from the specified location but \n"
4258
5008
"will keep any working tree or repository in place."
4259
5009
msgstr ""
 
5010
"This will remove the branch from the specified location but \n"
 
5011
"will keep any working tree or repository in place."
4260
5012
 
4261
 
#: breezy/builtins.py:6471
 
5013
#: bzrlib/builtins.py:6468
4262
5014
msgid "  Remove the branch at repo/trunk::"
4263
 
msgstr ""
 
5015
msgstr "  Remove the branch at repo/trunk::"
4264
5016
 
4265
 
#: breezy/builtins.py:6473
 
5017
#: bzrlib/builtins.py:6470
4266
5018
msgid "    bzr remove-branch repo/trunk"
4267
 
msgstr ""
 
5019
msgstr "    bzr remove-branch repo/trunk"
4268
5020
 
4269
 
# help of 'force' option of 'remove-branch' command
4270
 
#: breezy/builtins.py:6480
 
5021
#: bzrlib/builtins.py:6477
4271
5022
msgid "Remove branch even if it is the active branch."
4272
 
msgstr ""
 
5023
msgstr "Remove branch even if it is the active branch."
4273
5024
 
4274
 
#: breezy/builtins.py:6494
 
5025
#: bzrlib/builtins.py:6491
4275
5026
msgid "Branch is active. Use --force to remove it."
4276
 
msgstr ""
 
5027
msgstr "Branch is active. Use --force to remove it."
4277
5028
 
4278
 
# help of 'writer=plain' option of 'shelve' command
4279
 
#: breezy/builtins.py:6498
 
5029
#: bzrlib/builtins.py:6495
4280
5030
msgid "Plaintext diff output."
4281
 
msgstr ""
 
5031
msgstr "Plaintext diff output."
4282
5032
 
4283
 
#: breezy/builtins.py:6499
 
5033
#: bzrlib/builtins.py:6496
4284
5034
msgid "Temporarily set aside some changes from the current tree."
4285
 
msgstr ""
 
5035
msgstr "Temporarily set aside some changes from the current tree."
4286
5036
 
4287
 
#: breezy/builtins.py:6501
 
5037
#: bzrlib/builtins.py:6498
4288
5038
msgid ""
4289
5039
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4290
5040
"ie. out of the way, until a later time when you can bring them back from\n"
4292
5042
"your working tree, and so they aren't propagated along with your branch nor\n"
4293
5043
"will they survive its deletion."
4294
5044
msgstr ""
 
5045
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
 
5046
"ie. out of the way, until a later time when you can bring them back from\n"
 
5047
"the shelf with the 'unshelve' command.  The changes are stored alongside\n"
 
5048
"your working tree, and so they aren't propagated along with your branch nor\n"
 
5049
"will they survive its deletion."
4295
5050
 
4296
 
#: breezy/builtins.py:6507
 
5051
#: bzrlib/builtins.py:6504
4297
5052
msgid "If shelve --list is specified, previously-shelved changes are listed."
4298
5053
msgstr ""
4299
 
 
4300
 
#: breezy/builtins.py:6509
4301
 
msgid ""
4302
 
"Shelve is intended to help separate several sets of changes that have\n"
4303
 
"been inappropriately mingled.  If you just want to get rid of all changes\n"
4304
 
"and you don't need to restore them later, use revert.  If you want to\n"
4305
 
"shelve all text changes at once, use shelve --all."
4306
 
msgstr ""
4307
 
 
4308
 
#: breezy/builtins.py:6514
4309
 
msgid ""
4310
 
"If filenames are specified, only the changes to those files will be\n"
4311
 
"shelved. Other files will be left untouched."
4312
 
msgstr ""
4313
 
 
4314
 
#: breezy/builtins.py:6517
4315
 
msgid ""
4316
 
"If a revision is specified, changes since that revision will be shelved."
4317
 
msgstr ""
4318
 
 
4319
 
#: breezy/builtins.py:6519
4320
 
msgid ""
4321
 
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
4322
 
"restore the most recently shelved changes."
4323
 
msgstr ""
4324
 
 
4325
 
#: breezy/builtins.py:6522
4326
 
msgid ""
4327
 
"For complicated changes, it is possible to edit the changes in a separate\n"
4328
 
"editor program to decide what the file remaining in the working copy\n"
4329
 
"should look like.  To do this, add the configuration option"
4330
 
msgstr ""
4331
 
 
4332
 
#: breezy/builtins.py:6526
 
5054
"If shelve --list is specified, previously-shelved changes are listed."
 
5055
 
 
5056
#: bzrlib/builtins.py:6506
 
5057
msgid ""
 
5058
"Shelve is intended to help separate several sets of changes that have\n"
 
5059
"been inappropriately mingled.  If you just want to get rid of all changes\n"
 
5060
"and you don't need to restore them later, use revert.  If you want to\n"
 
5061
"shelve all text changes at once, use shelve --all."
 
5062
msgstr ""
 
5063
"Shelve is intended to help separate several sets of changes that have\n"
 
5064
"been inappropriately mingled.  If you just want to get rid of all changes\n"
 
5065
"and you don't need to restore them later, use revert.  If you want to\n"
 
5066
"shelve all text changes at once, use shelve --all."
 
5067
 
 
5068
#: bzrlib/builtins.py:6511
 
5069
msgid ""
 
5070
"If filenames are specified, only the changes to those files will be\n"
 
5071
"shelved. Other files will be left untouched."
 
5072
msgstr ""
 
5073
"If filenames are specified, only the changes to those files will be\n"
 
5074
"shelved. Other files will be left untouched."
 
5075
 
 
5076
#: bzrlib/builtins.py:6514
 
5077
msgid ""
 
5078
"If a revision is specified, changes since that revision will be shelved."
 
5079
msgstr ""
 
5080
"If a revision is specified, changes since that revision will be shelved."
 
5081
 
 
5082
#: bzrlib/builtins.py:6516
 
5083
msgid ""
 
5084
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
 
5085
"restore the most recently shelved changes."
 
5086
msgstr ""
 
5087
"You can put multiple items on the shelf, and by default, 'unshelve' will\n"
 
5088
"restore the most recently shelved changes."
 
5089
 
 
5090
#: bzrlib/builtins.py:6519
 
5091
msgid ""
 
5092
"For complicated changes, it is possible to edit the changes in a separate\n"
 
5093
"editor program to decide what the file remaining in the working copy\n"
 
5094
"should look like.  To do this, add the configuration option"
 
5095
msgstr ""
 
5096
"For complicated changes, it is possible to edit the changes in a separate\n"
 
5097
"editor program to decide what the file remaining in the working copy\n"
 
5098
"should look like.  To do this, add the configuration option"
 
5099
 
 
5100
#: bzrlib/builtins.py:6523
4333
5101
msgid "    change_editor = PROGRAM @new_path @old_path"
4334
 
msgstr ""
 
5102
msgstr "    change_editor = PROGRAM @new_path @old_path"
4335
5103
 
4336
 
#: breezy/builtins.py:6528
 
5104
#: bzrlib/builtins.py:6525
4337
5105
msgid ""
4338
5106
"where @new_path is replaced with the path of the new version of the \n"
4339
5107
"file and @old_path is replaced with the path of the old version of \n"
4341
5109
"contents of the file in the working tree.\n"
4342
5110
"    "
4343
5111
msgstr ""
 
5112
"where @new_path is replaced with the path of the new version of the \n"
 
5113
"file and @old_path is replaced with the path of the old version of \n"
 
5114
"the file.  The PROGRAM should save the new file with the desired \n"
 
5115
"contents of the file in the working tree.\n"
 
5116
"    "
4344
5117
 
4345
 
# help of 'all' option of 'shelve' command
4346
 
#: breezy/builtins.py:6540
 
5118
#: bzrlib/builtins.py:6537
4347
5119
msgid "Shelve all changes."
4348
 
msgstr ""
 
5120
msgstr "Shelve all changes."
4349
5121
 
4350
 
# help of 'writer' option of 'shelve' command
4351
 
#: breezy/builtins.py:6542
 
5122
#: bzrlib/builtins.py:6539
4352
5123
msgid "Method to use for writing diffs."
4353
 
msgstr ""
 
5124
msgstr "Method to use for writing diffs."
4354
5125
 
4355
 
# title of 'writer' option of 'shelve' command
4356
 
#: breezy/builtins.py:6542
 
5126
#: bzrlib/builtins.py:6539
4357
5127
msgid "writer"
4358
 
msgstr ""
 
5128
msgstr "writer"
4359
5129
 
4360
 
# help of 'list' option of 'shelve' command
4361
 
#: breezy/builtins.py:6546
 
5130
#: bzrlib/builtins.py:6543
4362
5131
msgid "List shelved changes."
4363
 
msgstr ""
 
5132
msgstr "List shelved changes."
4364
5133
 
4365
 
# help of 'destroy' option of 'shelve' command
4366
 
#: breezy/builtins.py:6548
 
5134
#: bzrlib/builtins.py:6545
4367
5135
msgid "Destroy removed changes instead of shelving them."
4368
 
msgstr ""
 
5136
msgstr "Destroy removed changes instead of shelving them."
4369
5137
 
4370
 
#: breezy/builtins.py:6577
 
5138
#: bzrlib/builtins.py:6574
4371
5139
msgid "No shelved changes."
4372
 
msgstr ""
 
5140
msgstr "No shelved changes."
4373
5141
 
4374
 
#: breezy/builtins.py:6588
 
5142
#: bzrlib/builtins.py:6585
4375
5143
msgid "Restore shelved changes."
4376
 
msgstr ""
 
5144
msgstr "Restore shelved changes."
4377
5145
 
4378
 
#: breezy/builtins.py:6590
 
5146
#: bzrlib/builtins.py:6587
4379
5147
msgid ""
4380
5148
"By default, the most recently shelved changes are restored. However if you\n"
4381
5149
"specify a shelf by id those changes will be restored instead.  This works\n"
4382
5150
"best when the changes don't depend on each other."
4383
5151
msgstr ""
 
5152
"By default, the most recently shelved changes are restored. However if you\n"
 
5153
"specify a shelf by id those changes will be restored instead.  This works\n"
 
5154
"best when the changes don't depend on each other."
4384
5155
 
4385
 
# help of 'action' option of 'unshelve' command
4386
 
#: breezy/builtins.py:6599
 
5156
#: bzrlib/builtins.py:6596
4387
5157
msgid "The action to perform."
4388
 
msgstr ""
 
5158
msgstr "The action to perform."
4389
5159
 
4390
 
# title of 'action' option of 'resolve' command
4391
 
# title of 'action' option of 'unshelve' command
4392
 
#: breezy/builtins.py:6599 breezy/conflicts.py:694
 
5160
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4393
5161
msgid "action"
4394
 
msgstr ""
 
5162
msgstr "action"
4395
5163
 
4396
 
# help of 'action=apply' option of 'unshelve' command
4397
 
#: breezy/builtins.py:6601
 
5164
#: bzrlib/builtins.py:6598
4398
5165
msgid "Apply changes and remove from the shelf."
4399
 
msgstr ""
 
5166
msgstr "Apply changes and remove from the shelf."
4400
5167
 
4401
 
# help of 'action=dry-run' option of 'unshelve' command
4402
 
#: breezy/builtins.py:6602
 
5168
#: bzrlib/builtins.py:6599
4403
5169
msgid "Show changes, but do not apply or remove them."
4404
 
msgstr ""
 
5170
msgstr "Show changes, but do not apply or remove them."
4405
5171
 
4406
 
# help of 'action=preview' option of 'unshelve' command
4407
 
#: breezy/builtins.py:6603
 
5172
#: bzrlib/builtins.py:6600
4408
5173
msgid ""
4409
5174
"Instead of unshelving the changes, show the diff that would result from "
4410
5175
"unshelving."
4411
5176
msgstr ""
 
5177
"Instead of unshelving the changes, show the diff that would result from "
 
5178
"unshelving."
4412
5179
 
4413
 
# help of 'action=delete-only' option of 'unshelve' command
4414
 
#: breezy/builtins.py:6605
 
5180
#: bzrlib/builtins.py:6602
4415
5181
msgid "Delete changes without applying them."
4416
 
msgstr ""
 
5182
msgstr "Delete changes without applying them."
4417
5183
 
4418
 
# help of 'action=keep' option of 'unshelve' command
4419
 
#: breezy/builtins.py:6606
 
5184
#: bzrlib/builtins.py:6603
4420
5185
msgid "Apply changes but don't delete them."
4421
 
msgstr ""
 
5186
msgstr "Apply changes but don't delete them."
4422
5187
 
4423
 
#: breezy/builtins.py:6621
 
5188
#: bzrlib/builtins.py:6618
4424
5189
msgid "Remove unwanted files from working tree."
4425
 
msgstr ""
4426
 
 
4427
 
#: breezy/builtins.py:6623
4428
 
msgid ""
4429
 
"By default, only unknown files, not ignored files, are deleted.  Versioned\n"
4430
 
"files are never deleted."
4431
 
msgstr ""
4432
 
 
4433
 
#: breezy/builtins.py:6626
4434
 
msgid ""
4435
 
"Another class is 'detritus', which includes files emitted by brz during\n"
4436
 
"normal operations and selftests.  (The value of these files decreases with\n"
4437
 
"time.)"
4438
 
msgstr ""
4439
 
 
4440
 
#: breezy/builtins.py:6630
4441
 
msgid ""
4442
 
"If no options are specified, unknown files are deleted.  Otherwise, option\n"
4443
 
"flags are respected, and may be combined."
4444
 
msgstr ""
4445
 
 
4446
 
#: breezy/builtins.py:6633
 
5190
msgstr "Remove unwanted files from working tree."
 
5191
 
 
5192
#: bzrlib/builtins.py:6620
 
5193
msgid ""
 
5194
"By default, only unknown files, not ignored files, are deleted.  Versioned\n"
 
5195
"files are never deleted."
 
5196
msgstr ""
 
5197
"By default, only unknown files, not ignored files, are deleted.  Versioned\n"
 
5198
"files are never deleted."
 
5199
 
 
5200
#: bzrlib/builtins.py:6623
 
5201
msgid ""
 
5202
"Another class is 'detritus', which includes files emitted by bzr during\n"
 
5203
"normal operations and selftests.  (The value of these files decreases with\n"
 
5204
"time.)"
 
5205
msgstr ""
 
5206
"Another class is 'detritus', which includes files emitted by bzr during\n"
 
5207
"normal operations and selftests.  (The value of these files decreases with\n"
 
5208
"time.)"
 
5209
 
 
5210
#: bzrlib/builtins.py:6627
 
5211
msgid ""
 
5212
"If no options are specified, unknown files are deleted.  Otherwise, option\n"
 
5213
"flags are respected, and may be combined."
 
5214
msgstr ""
 
5215
"If no options are specified, unknown files are deleted.  Otherwise, option\n"
 
5216
"flags are respected, and may be combined."
 
5217
 
 
5218
#: bzrlib/builtins.py:6630
4447
5219
msgid "To check what clean-tree will do, use --dry-run."
4448
 
msgstr ""
 
5220
msgstr "To check what clean-tree will do, use --dry-run."
4449
5221
 
4450
 
# help of 'ignored' option of 'clean-tree' command
4451
 
#: breezy/builtins.py:6636
 
5222
#: bzrlib/builtins.py:6633
4452
5223
msgid "Delete all ignored files."
4453
 
msgstr ""
 
5224
msgstr "Delete all ignored files."
4454
5225
 
4455
 
# help of 'detritus' option of 'clean-tree' command
4456
 
#: breezy/builtins.py:6637
 
5226
#: bzrlib/builtins.py:6634
4457
5227
msgid ""
4458
5228
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4459
5229
msgstr ""
4460
 
 
4461
 
# help of 'unknown' option of 'clean-tree' command
4462
 
#: breezy/builtins.py:6640
4463
 
msgid "Delete files unknown to brz (default)."
4464
 
msgstr ""
4465
 
 
4466
 
# help of 'dry-run' option of 'clean-tree' command
4467
 
#: breezy/builtins.py:6641
 
5230
"Delete conflict files, merge and revert backups, and failed selftest dirs."
 
5231
 
 
5232
#: bzrlib/builtins.py:6637
 
5233
msgid "Delete files unknown to bzr (default)."
 
5234
msgstr "Delete files unknown to bzr (default)."
 
5235
 
 
5236
#: bzrlib/builtins.py:6638
4468
5237
msgid "Show files to delete instead of deleting them."
4469
 
msgstr ""
 
5238
msgstr "Show files to delete instead of deleting them."
4470
5239
 
4471
 
# help of 'force' option of 'clean-tree' command
4472
 
#: breezy/builtins.py:6643
 
5240
#: bzrlib/builtins.py:6640
4473
5241
msgid "Do not prompt before deleting."
4474
 
msgstr ""
 
5242
msgstr "Do not prompt before deleting."
4475
5243
 
4476
 
#: breezy/bundle/__init__.py:59
 
5244
#: bzrlib/bundle/__init__.py:59
4477
5245
msgid "A directory cannot be a bundle"
4478
 
msgstr ""
 
5246
msgstr "A directory cannot be a bundle"
4479
5247
 
4480
 
#: breezy/bundle/apply_bundle.py:40
 
5248
#: bzrlib/bundle/apply_bundle.py:40
4481
5249
msgid "Install revisions"
4482
 
msgstr ""
 
5250
msgstr "Install revisions"
4483
5251
 
4484
 
#: breezy/bundle/commands.py:64
 
5252
#: bzrlib/bundle/commands.py:64
4485
5253
msgid "--verbose requires a merge directive"
4486
 
msgstr ""
 
5254
msgstr "--verbose requires a merge directive"
4487
5255
 
4488
 
#: breezy/bundle/commands.py:67
 
5256
#: bzrlib/bundle/commands.py:67
4489
5257
msgid "Bundle format not supported"
4490
 
msgstr ""
 
5258
msgstr "Bundle format not supported"
4491
5259
 
4492
 
#: breezy/bundle/commands.py:77
 
5260
#: bzrlib/bundle/commands.py:77
4493
5261
msgid "Records\n"
4494
 
msgstr ""
 
5262
msgstr "Records\n"
4495
5263
 
4496
 
#: breezy/bundle/commands.py:81
4497
 
#, python-brace-format
 
5264
#: bzrlib/bundle/commands.py:81
4498
5265
msgid "{0}: {1} ({2} multiparent)\n"
4499
 
msgstr ""
 
5266
msgstr "{0}: {1} ({2} multiparent)\n"
4500
5267
 
4501
 
#: breezy/bundle/commands.py:83
 
5268
#: bzrlib/bundle/commands.py:83
4502
5269
#, python-format
4503
5270
msgid "unique files: %d\n"
4504
 
msgstr ""
 
5271
msgstr "unique files: %d\n"
4505
5272
 
4506
 
#: breezy/bundle/commands.py:92
 
5273
#: bzrlib/bundle/commands.py:92
4507
5274
msgid "Revisions\n"
4508
 
msgstr ""
 
5275
msgstr "Revisions\n"
4509
5276
 
4510
 
#: breezy/bundle/commands.py:93
 
5277
#: bzrlib/bundle/commands.py:93
4511
5278
#, python-format
4512
5279
msgid "nicks: %s\n"
4513
 
msgstr ""
 
5280
msgstr "nicks: %s\n"
4514
5281
 
4515
 
#: breezy/bundle/commands.py:95
 
5282
#: bzrlib/bundle/commands.py:95
4516
5283
#, python-format
4517
5284
msgid ""
4518
5285
"committers: \n"
4519
5286
"%s\n"
4520
5287
msgstr ""
 
5288
"committers: \n"
 
5289
"%s\n"
4521
5290
 
4522
 
#: breezy/bundle/commands.py:103
 
5291
#: bzrlib/bundle/commands.py:103
4523
5292
msgid "Decoded contents\n"
4524
 
msgstr ""
 
5293
msgstr "Decoded contents\n"
4525
5294
 
4526
 
#: breezy/bundle/serializer/v4.py:327
 
5295
#: bzrlib/bundle/serializer/v4.py:327
4527
5296
#, python-format
4528
5297
msgid "Bundling %d revision."
4529
5298
msgid_plural "Bundling %d revisions."
4530
 
msgstr[0] ""
4531
 
msgstr[1] ""
 
5299
msgstr[0] "Bundling %d revision."
 
5300
msgstr[1] "Bundling %d revisions."
4532
5301
 
4533
 
#: breezy/bzrdir.py:487
4534
 
#, python-brace-format
 
5302
#: bzrlib/bzrdir.py:487
4535
5303
msgid ""
4536
5304
"making backup of {0}\n"
4537
5305
"  to {1}"
4538
5306
msgstr ""
 
5307
"making backup of {0}\n"
 
5308
"  to {1}"
4539
5309
 
4540
 
#: breezy/bzrdir.py:510
4541
 
#, python-brace-format
 
5310
#: bzrlib/bzrdir.py:510
4542
5311
msgid "renamed {0} to {1}"
4543
 
msgstr ""
4544
 
 
4545
 
#: breezy/bzrdir.py:1639
4546
 
#, python-format
4547
 
msgid ""
4548
 
"Source repository format does not support stacking, using format:\n"
4549
 
"  %s"
4550
 
msgstr ""
4551
 
 
4552
 
#: breezy/bzrdir.py:1659
4553
 
#, python-format
4554
 
msgid ""
4555
 
"Source branch format does not support stacking, using format:\n"
4556
 
"  %s"
4557
 
msgstr ""
4558
 
 
4559
 
#: breezy/bzrdir.py:1805
 
5312
msgstr "renamed {0} to {1}"
 
5313
 
 
5314
#: bzrlib/bzrdir.py:1639
 
5315
#, python-format
 
5316
msgid ""
 
5317
"Source repository format does not support stacking, using format:\n"
 
5318
"  %s"
 
5319
msgstr ""
 
5320
"Source repository format does not support stacking, using format:\n"
 
5321
"  %s"
 
5322
 
 
5323
#: bzrlib/bzrdir.py:1659
 
5324
#, python-format
 
5325
msgid ""
 
5326
"Source branch format does not support stacking, using format:\n"
 
5327
"  %s"
 
5328
msgstr ""
 
5329
"Source branch format does not support stacking, using format:\n"
 
5330
"  %s"
 
5331
 
 
5332
#: bzrlib/bzrdir.py:1805
4560
5333
msgid "starting repository conversion"
4561
 
msgstr ""
 
5334
msgstr "starting repository conversion"
4562
5335
 
4563
 
#: breezy/bzrdir.py:2026
4564
 
#, python-brace-format
 
5336
#: bzrlib/bzrdir.py:2026
4565
5337
msgid "Using default stacking branch {0} at {1}"
4566
 
msgstr ""
 
5338
msgstr "Using default stacking branch {0} at {1}"
4567
5339
 
4568
 
#: breezy/check.py:108
 
5340
#: bzrlib/check.py:108
4569
5341
msgid "check"
4570
 
msgstr ""
 
5342
msgstr "check"
4571
5343
 
4572
 
#: breezy/check.py:110
 
5344
#: bzrlib/check.py:110
4573
5345
msgid "checking revisions"
4574
 
msgstr ""
 
5346
msgstr "checking revisions"
4575
5347
 
4576
 
#: breezy/check.py:112
 
5348
#: bzrlib/check.py:112
4577
5349
msgid "checking commit contents"
4578
 
msgstr ""
 
5350
msgstr "checking commit contents"
4579
5351
 
4580
 
#: breezy/check.py:114
 
5352
#: bzrlib/check.py:114
4581
5353
msgid "checking file graphs"
4582
 
msgstr ""
 
5354
msgstr "checking file graphs"
4583
5355
 
4584
 
#: breezy/check.py:118
 
5356
#: bzrlib/check.py:118
4585
5357
msgid "checking branches and trees"
4586
 
msgstr ""
 
5358
msgstr "checking branches and trees"
4587
5359
 
4588
 
#: breezy/check.py:205
4589
 
#, python-brace-format
 
5360
#: bzrlib/check.py:205
4590
5361
msgid "checked repository {0} format {1}"
4591
 
msgstr ""
 
5362
msgstr "checked repository {0} format {1}"
4592
5363
 
4593
 
#: breezy/check.py:208
 
5364
#: bzrlib/check.py:208
4594
5365
#, python-format
4595
5366
msgid "%6d revisions"
4596
 
msgstr ""
 
5367
msgstr "%6d revisions"
4597
5368
 
4598
 
#: breezy/check.py:209
 
5369
#: bzrlib/check.py:209
4599
5370
#, python-format
4600
5371
msgid "%6d file-ids"
4601
 
msgstr ""
 
5372
msgstr "%6d file-ids"
4602
5373
 
4603
 
#: breezy/check.py:211
 
5374
#: bzrlib/check.py:211
4604
5375
#, python-format
4605
5376
msgid "%6d unreferenced text versions"
4606
 
msgstr ""
 
5377
msgstr "%6d unreferenced text versions"
4607
5378
 
4608
 
#: breezy/check.py:215
4609
 
#, python-brace-format
 
5379
#: bzrlib/check.py:215
4610
5380
msgid "unreferenced version: {{{0}}} in {1}"
4611
 
msgstr ""
 
5381
msgstr "unreferenced version: {{{0}}} in {1}"
4612
5382
 
4613
 
#: breezy/check.py:218
 
5383
#: bzrlib/check.py:218
4614
5384
#, python-format
4615
5385
msgid "%6d revisions are missing inventory_sha1"
4616
 
msgstr ""
 
5386
msgstr "%6d revisions are missing inventory_sha1"
4617
5387
 
4618
 
#: breezy/check.py:221
 
5388
#: bzrlib/check.py:221
4619
5389
#, python-format
4620
5390
msgid "%6d revisions are mentioned but not present"
4621
 
msgstr ""
 
5391
msgstr "%6d revisions are mentioned but not present"
4622
5392
 
4623
 
#: breezy/check.py:224
 
5393
#: bzrlib/check.py:224
4624
5394
#, python-format
4625
5395
msgid "%6d ghost revisions"
4626
 
msgstr ""
 
5396
msgstr "%6d ghost revisions"
4627
5397
 
4628
 
#: breezy/check.py:229
 
5398
#: bzrlib/check.py:229
4629
5399
#, python-format
4630
5400
msgid "%6d revisions missing parents in ancestry"
4631
 
msgstr ""
 
5401
msgstr "%6d revisions missing parents in ancestry"
4632
5402
 
4633
 
#: breezy/check.py:233
 
5403
#: bzrlib/check.py:233
4634
5404
#, python-format
4635
5405
msgid "      %s should be in the ancestry for:"
4636
 
msgstr ""
 
5406
msgstr "      %s should be in the ancestry for:"
4637
5407
 
4638
 
#: breezy/check.py:237
 
5408
#: bzrlib/check.py:237
4639
5409
#, python-format
4640
5410
msgid "%6d inconsistent parents"
4641
 
msgstr ""
 
5411
msgstr "%6d inconsistent parents"
4642
5412
 
4643
 
#: breezy/check.py:241
 
5413
#: bzrlib/check.py:241
4644
5414
msgid "      * {0} version {1} has parents {2!r} but should have {3!r}"
4645
 
msgstr ""
 
5415
msgstr "      * {0} version {1} has parents {2!r} but should have {3!r}"
4646
5416
 
4647
 
#: breezy/check.py:247
 
5417
#: bzrlib/check.py:247
4648
5418
#, python-format
4649
5419
msgid "%6d revisions have incorrect parents in the revision index"
4650
 
msgstr ""
 
5420
msgstr "%6d revisions have incorrect parents in the revision index"
4651
5421
 
4652
 
#: breezy/check.py:253
 
5422
#: bzrlib/check.py:253
4653
5423
msgid "       {0} has wrong parents in index: {1!r} should be {2!r}"
4654
 
msgstr ""
 
5424
msgstr "       {0} has wrong parents in index: {1!r} should be {2!r}"
4655
5425
 
4656
 
#: breezy/check.py:267
4657
 
#, python-brace-format
 
5426
#: bzrlib/check.py:267
4658
5427
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4659
 
msgstr ""
 
5428
msgstr "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4660
5429
 
4661
 
#: breezy/check.py:296
4662
 
#, python-brace-format
 
5430
#: bzrlib/check.py:296
4663
5431
msgid ""
4664
5432
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4665
5433
"{{{4}}}"
4666
5434
msgstr ""
 
5435
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
 
5436
"{{{4}}}"
4667
5437
 
4668
 
#: breezy/check.py:354
 
5438
#: bzrlib/check.py:354
4669
5439
#, python-format
4670
5440
msgid "Checking branch at '%s'."
4671
 
msgstr ""
 
5441
msgstr "Checking branch at '%s'."
4672
5442
 
4673
 
#: breezy/check.py:374
 
5443
#: bzrlib/check.py:374
4674
5444
#, python-format
4675
5445
msgid "Checking working tree at '%s'."
4676
 
msgstr ""
 
5446
msgstr "Checking working tree at '%s'."
4677
5447
 
4678
 
#: breezy/check.py:427 breezy/check.py:441
 
5448
#: bzrlib/check.py:427 bzrlib/check.py:441
4679
5449
msgid "No branch found at specified location."
4680
 
msgstr ""
 
5450
msgstr "No branch found at specified location."
4681
5451
 
4682
 
#: breezy/check.py:429 breezy/check.py:439
 
5452
#: bzrlib/check.py:429 bzrlib/check.py:439
4683
5453
msgid "No working tree found at specified location."
4684
 
msgstr ""
 
5454
msgstr "No working tree found at specified location."
4685
5455
 
4686
 
#: breezy/check.py:432
 
5456
#: bzrlib/check.py:432
4687
5457
#, python-format
4688
5458
msgid "Checking repository at '%s'."
4689
 
msgstr ""
 
5459
msgstr "Checking repository at '%s'."
4690
5460
 
4691
 
#: breezy/check.py:443
 
5461
#: bzrlib/check.py:443
4692
5462
msgid "No repository found at specified location."
4693
 
msgstr ""
 
5463
msgstr "No repository found at specified location."
4694
5464
 
4695
 
#: breezy/clean_tree.py:63
 
5465
#: bzrlib/clean_tree.py:63
4696
5466
msgid "Nothing to delete."
4697
 
msgstr ""
 
5467
msgstr "Nothing to delete."
4698
5468
 
4699
 
#: breezy/clean_tree.py:68
 
5469
#: bzrlib/clean_tree.py:68
4700
5470
msgid "Are you sure you wish to delete these"
4701
 
msgstr ""
 
5471
msgstr "Are you sure you wish to delete these"
4702
5472
 
4703
 
#: breezy/clean_tree.py:70
 
5473
#: bzrlib/clean_tree.py:70
4704
5474
msgid "Canceled"
4705
 
msgstr ""
 
5475
msgstr "Cancelled"
4706
5476
 
4707
 
#: breezy/clean_tree.py:107
 
5477
#: bzrlib/clean_tree.py:107
4708
5478
#, python-format
4709
5479
msgid "unable to remove %s"
4710
 
msgstr ""
 
5480
msgstr "unable to remove %s"
4711
5481
 
4712
 
#: breezy/clean_tree.py:111
 
5482
#: bzrlib/clean_tree.py:111
4713
5483
msgid "deleting paths:"
4714
 
msgstr ""
 
5484
msgstr "deleting paths:"
4715
5485
 
4716
 
#: breezy/clean_tree.py:125
4717
 
#, python-brace-format
 
5486
#: bzrlib/clean_tree.py:125
4718
5487
msgid "unable to remove \"{0}\": {1}."
4719
 
msgstr ""
 
5488
msgstr "unable to remove \"{0}\": {1}."
4720
5489
 
4721
 
#: breezy/clean_tree.py:130
 
5490
#: bzrlib/clean_tree.py:130
4722
5491
msgid "No files deleted."
4723
 
msgstr ""
 
5492
msgstr "No files deleted."
4724
5493
 
4725
 
#: breezy/cmd_version_info.py:47
4726
 
#, python-brace-format
 
5494
#: bzrlib/cmd_version_info.py:47
4727
5495
msgid "No known version info format {0}. Supported types are: {1}"
4728
 
msgstr ""
 
5496
msgstr "No known version info format {0}. Supported types are: {1}"
4729
5497
 
4730
 
# help of 'format=custom' option of 'version-info' command
4731
 
#: breezy/cmd_version_info.py:52
 
5498
#: bzrlib/cmd_version_info.py:52
4732
5499
msgid "Version info in Custom template-based format."
4733
 
msgstr ""
 
5500
msgstr "Version info in Custom template-based format."
4734
5501
 
4735
 
# help of 'format=python' option of 'version-info' command
4736
 
#: breezy/cmd_version_info.py:52
 
5502
#: bzrlib/cmd_version_info.py:52
4737
5503
msgid "Version info in Python format."
4738
 
msgstr ""
 
5504
msgstr "Version info in Python format."
4739
5505
 
4740
 
# help of 'format=rio' option of 'version-info' command
4741
 
#: breezy/cmd_version_info.py:52
 
5506
#: bzrlib/cmd_version_info.py:52
4742
5507
msgid "Version info in RIO (simple text) format (default)."
4743
 
msgstr ""
 
5508
msgstr "Version info in RIO (simple text) format (default)."
4744
5509
 
4745
 
#: breezy/cmd_version_info.py:53
 
5510
#: bzrlib/cmd_version_info.py:53
4746
5511
msgid "Show version information about this tree."
4747
 
msgstr ""
 
5512
msgstr "Show version information about this tree."
4748
5513
 
4749
 
#: breezy/cmd_version_info.py:55
 
5514
#: bzrlib/cmd_version_info.py:55
4750
5515
msgid ""
4751
5516
"You can use this command to add information about version into\n"
4752
5517
"source code of an application. The output can be in one of the\n"
4753
5518
"supported formats or in a custom format based on a template."
4754
5519
msgstr ""
 
5520
"You can use this command to add information about version into\n"
 
5521
"source code of an application. The output can be in one of the\n"
 
5522
"supported formats or in a custom format based on a template."
4755
5523
 
4756
 
#: breezy/cmd_version_info.py:59 en/help_topics/configuration.txt:712
4757
 
#: en/help_topics/configuration.txt:738
 
5524
#: bzrlib/cmd_version_info.py:59 en/help_topics/configuration.txt:712
 
5525
#: en/help_topics/configuration.txt:722
4758
5526
msgid "For example::"
4759
 
msgstr ""
4760
 
 
4761
 
#: breezy/cmd_version_info.py:61
4762
 
msgid ""
4763
 
"  bzr version-info --custom \\\n"
4764
 
"    --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
4765
 
msgstr ""
4766
 
 
4767
 
#: breezy/cmd_version_info.py:64
4768
 
msgid ""
4769
 
"will produce a C header file with formatted string containing the\n"
4770
 
"current revision number. Other supported variables in templates are:"
4771
 
msgstr ""
4772
 
 
4773
 
#: breezy/cmd_version_info.py:67
4774
 
msgid ""
4775
 
"  * {date} - date of the last revision\n"
4776
 
"  * {build_date} - current date\n"
4777
 
"  * {revno} - revision number\n"
4778
 
"  * {revision_id} - revision id\n"
4779
 
"  * {branch_nick} - branch nickname\n"
4780
 
"  * {clean} - 0 if the source tree contains uncommitted changes,\n"
4781
 
"              otherwise 1"
4782
 
msgstr ""
4783
 
 
4784
 
# help of 'format' option of 'version-info' command
4785
 
#: breezy/cmd_version_info.py:77
 
5527
msgstr "For example::"
 
5528
 
 
5529
#: bzrlib/cmd_version_info.py:61
 
5530
msgid ""
 
5531
"  bzr version-info --custom \\\n"
 
5532
"    --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
 
5533
msgstr ""
 
5534
"  bzr version-info --custom \\\n"
 
5535
"    --template=\"#define VERSION_INFO \\\"Project 1.2.3 (r{revno})\\\"\\n\""
 
5536
 
 
5537
#: bzrlib/cmd_version_info.py:64
 
5538
msgid ""
 
5539
"will produce a C header file with formatted string containing the\n"
 
5540
"current revision number. Other supported variables in templates are:"
 
5541
msgstr ""
 
5542
"will produce a C header file with formatted string containing the\n"
 
5543
"current revision number. Other supported variables in templates are:"
 
5544
 
 
5545
#: bzrlib/cmd_version_info.py:67
 
5546
msgid ""
 
5547
"  * {date} - date of the last revision\n"
 
5548
"  * {build_date} - current date\n"
 
5549
"  * {revno} - revision number\n"
 
5550
"  * {revision_id} - revision id\n"
 
5551
"  * {branch_nick} - branch nickname\n"
 
5552
"  * {clean} - 0 if the source tree contains uncommitted changes,\n"
 
5553
"              otherwise 1"
 
5554
msgstr ""
 
5555
"  * {date} - date of the last revision\n"
 
5556
"  * {build_date} - current date\n"
 
5557
"  * {revno} - revision number\n"
 
5558
"  * {revision_id} - revision id\n"
 
5559
"  * {branch_nick} - branch nickname\n"
 
5560
"  * {clean} - 0 if the source tree contains uncommitted changes,\n"
 
5561
"              otherwise 1"
 
5562
 
 
5563
#: bzrlib/cmd_version_info.py:77
4786
5564
msgid "Select the output format."
4787
 
msgstr ""
 
5565
msgstr "Select the output format."
4788
5566
 
4789
 
# help of 'all' option of 'version-info' command
4790
 
#: breezy/cmd_version_info.py:81
 
5567
#: bzrlib/cmd_version_info.py:81
4791
5568
msgid "Include all possible information."
4792
 
msgstr ""
 
5569
msgstr "Include all possible information."
4793
5570
 
4794
 
# help of 'check-clean' option of 'version-info' command
4795
 
#: breezy/cmd_version_info.py:82
 
5571
#: bzrlib/cmd_version_info.py:82
4796
5572
msgid "Check if tree is clean."
4797
 
msgstr ""
 
5573
msgstr "Check if tree is clean."
4798
5574
 
4799
 
# help of 'include-history' option of 'version-info' command
4800
 
#: breezy/cmd_version_info.py:84
 
5575
#: bzrlib/cmd_version_info.py:84
4801
5576
msgid "Include the revision-history."
4802
 
msgstr ""
 
5577
msgstr "Include the revision-history."
4803
5578
 
4804
 
# help of 'include-file-revisions' option of 'version-info' command
4805
 
#: breezy/cmd_version_info.py:86
 
5579
#: bzrlib/cmd_version_info.py:86
4806
5580
msgid "Include the last revision for each file."
4807
 
msgstr ""
 
5581
msgstr "Include the last revision for each file."
4808
5582
 
4809
 
# help of 'template' option of 'version-info' command
4810
 
#: breezy/cmd_version_info.py:87
 
5583
#: bzrlib/cmd_version_info.py:87
4811
5584
msgid "Template for the output."
4812
 
msgstr ""
 
5585
msgstr "Template for the output."
4813
5586
 
4814
 
#: breezy/cmd_version_info.py:101
 
5587
#: bzrlib/cmd_version_info.py:101
4815
5588
msgid "bzr version-info --revision takes exactly one revision specifier"
4816
 
msgstr ""
 
5589
msgstr "bzr version-info --revision takes exactly one revision specifier"
4817
5590
 
4818
 
#: breezy/commands.py:229
 
5591
#: bzrlib/commands.py:229
4819
5592
#, python-format
4820
5593
msgid "unknown command \"%s\""
4821
 
msgstr ""
 
5594
msgstr "unknown command \"%s\""
4822
5595
 
4823
 
#: breezy/commands.py:476
 
5596
#: bzrlib/commands.py:476
4824
5597
msgid "No help for this command."
4825
 
msgstr ""
 
5598
msgstr "No help for this command."
4826
5599
 
4827
 
#: breezy/commands.py:489
 
5600
#: bzrlib/commands.py:489
4828
5601
#, python-format
4829
5602
msgid ":Purpose: %s\n"
4830
 
msgstr ""
 
5603
msgstr ":Purpose: %s\n"
4831
5604
 
4832
 
#: breezy/commands.py:491
 
5605
#: bzrlib/commands.py:491
4833
5606
#, python-format
4834
5607
msgid ""
4835
5608
":Usage:\n"
4836
5609
"%s\n"
4837
5610
msgstr ""
 
5611
":Usage:\n"
 
5612
"%s\n"
4838
5613
 
4839
 
#: breezy/commands.py:493
 
5614
#: bzrlib/commands.py:493
4840
5615
#, python-format
4841
5616
msgid ":Usage:   %s\n"
4842
 
msgstr ""
 
5617
msgstr ":Usage:   %s\n"
4843
5618
 
4844
 
#: breezy/commands.py:512
 
5619
#: bzrlib/commands.py:512
4845
5620
#, python-format
4846
5621
msgid ":Options:%s"
4847
 
msgstr ""
4848
 
 
4849
 
#: breezy/commands.py:523
4850
 
#, python-format
4851
 
msgid ""
4852
 
":Description:\n"
4853
 
"  %s\n"
4854
 
"\n"
4855
 
msgstr ""
4856
 
 
4857
 
#: breezy/commands.py:533
4858
 
#, python-format
4859
 
msgid ""
4860
 
"See bzr help %s for more details and examples.\n"
4861
 
"\n"
4862
 
msgstr ""
4863
 
 
4864
 
#: breezy/commands.py:538
 
5622
msgstr ":Options:%s"
 
5623
 
 
5624
#: bzrlib/commands.py:523
 
5625
#, python-format
 
5626
msgid ""
 
5627
":Description:\n"
 
5628
"  %s\n"
 
5629
"\n"
 
5630
msgstr ""
 
5631
":Description:\n"
 
5632
"  %s\n"
 
5633
"\n"
 
5634
 
 
5635
#: bzrlib/commands.py:533
 
5636
#, python-format
 
5637
msgid ""
 
5638
"See bzr help %s for more details and examples.\n"
 
5639
"\n"
 
5640
msgstr ""
 
5641
"See bzr help %s for more details and examples.\n"
 
5642
"\n"
 
5643
 
 
5644
#: bzrlib/commands.py:538
4865
5645
msgid ":Aliases:  "
4866
 
msgstr ""
 
5646
msgstr ":Aliases:  "
4867
5647
 
4868
 
#: breezy/commands.py:542
 
5648
#: bzrlib/commands.py:542
4869
5649
#, python-format
4870
5650
msgid ":From:     plugin \"%s\"\n"
4871
 
msgstr ""
 
5651
msgstr ":From:     plugin \"%s\"\n"
4872
5652
 
4873
 
#: breezy/commands.py:554
4874
 
#, python-brace-format
 
5653
#: bzrlib/commands.py:554
4875
5654
msgid ":doc:`{0} <{1}-help>`"
4876
 
msgstr ""
 
5655
msgstr ":doc:`{0} <{1}-help>`"
4877
5656
 
4878
 
#: breezy/commands.py:558
 
5657
#: bzrlib/commands.py:558
4879
5658
#, python-format
4880
5659
msgid ":See also: %s"
4881
 
msgstr ""
 
5660
msgstr ":See also: %s"
4882
5661
 
4883
 
#: breezy/commands.py:826
 
5662
#: bzrlib/commands.py:826 bzrlib/gpg.py:347
4884
5663
msgid "Only ASCII permitted in option names"
4885
 
msgstr ""
 
5664
msgstr "Only ASCII permitted in option names"
4886
5665
 
4887
 
#: breezy/commands.py:851 breezy/commands.py:859
 
5666
#: bzrlib/commands.py:851 bzrlib/commands.py:859
4888
5667
msgid "command {0!r} needs one or more {1}"
4889
 
msgstr ""
 
5668
msgstr "command {0!r} needs one or more {1}"
4890
5669
 
4891
 
#: breezy/commands.py:868
 
5670
#: bzrlib/commands.py:868
4892
5671
msgid "command {0!r} requires argument {1}"
4893
 
msgstr ""
 
5672
msgstr "command {0!r} requires argument {1}"
4894
5673
 
4895
 
#: breezy/commands.py:875
4896
 
#, python-brace-format
 
5674
#: bzrlib/commands.py:875
4897
5675
msgid "extra argument to command {0}: {1}"
4898
 
msgstr ""
 
5676
msgstr "extra argument to command {0}: {1}"
4899
5677
 
4900
 
#: breezy/commands.py:952
 
5678
#: bzrlib/commands.py:972
4901
5679
#, python-format
4902
5680
msgid "Profile data written to \"%s\"."
4903
 
msgstr ""
 
5681
msgstr "Profile data written to \"%s\"."
4904
5682
 
4905
 
#: breezy/commit.py:117 breezy/commit.py:740
 
5683
#: bzrlib/commit.py:117 bzrlib/commit.py:740
4906
5684
msgid "added"
4907
 
msgstr ""
 
5685
msgstr "added"
4908
5686
 
4909
 
#: breezy/commit.py:117 breezy/commit.py:748
 
5687
#: bzrlib/commit.py:117 bzrlib/commit.py:748
4910
5688
msgid "modified"
4911
 
msgstr ""
 
5689
msgstr "modified"
4912
5690
 
4913
 
#: breezy/commit.py:131
 
5691
#: bzrlib/commit.py:131
4914
5692
#, python-format
4915
5693
msgid "Committing%s"
4916
 
msgstr ""
 
5694
msgstr "Committing%s"
4917
5695
 
4918
 
#: breezy/commit.py:134
 
5696
#: bzrlib/commit.py:134
4919
5697
#, python-format
4920
5698
msgid "Committed revision %d."
4921
 
msgstr ""
 
5699
msgstr "Committed revision %d."
4922
5700
 
4923
 
#: breezy/commit.py:143
 
5701
#: bzrlib/commit.py:143
4924
5702
#, python-format
4925
5703
msgid "deleted %s"
4926
 
msgstr ""
 
5704
msgstr "deleted %s"
4927
5705
 
4928
 
#: breezy/commit.py:146
 
5706
#: bzrlib/commit.py:146
4929
5707
#, python-format
4930
5708
msgid "missing %s"
4931
 
msgstr ""
 
5709
msgstr "missing %s"
4932
5710
 
4933
 
#: breezy/commit.py:511
4934
 
#, python-brace-format
 
5711
#: bzrlib/commit.py:511
4935
5712
msgid ""
4936
5713
"Conflicting tags in bound branch:\n"
4937
5714
"{0}"
4938
5715
msgstr ""
 
5716
"Conflicting tags in bound branch:\n"
 
5717
"{0}"
4939
5718
 
4940
 
#: breezy/commit.py:742
 
5719
#: bzrlib/commit.py:742
4941
5720
msgid "renamed"
4942
 
msgstr ""
 
5721
msgstr "renamed"
4943
5722
 
4944
 
#: breezy/commit.py:976
 
5723
#: bzrlib/commit.py:976
4945
5724
msgid "unchanged"
4946
 
msgstr ""
 
5725
msgstr "unchanged"
4947
5726
 
4948
 
#: breezy/commit.py:998
4949
 
#, python-brace-format
 
5727
#: bzrlib/commit.py:998
4950
5728
msgid "{0} [{1}] - Stage"
4951
 
msgstr ""
 
5729
msgstr "{0} [{1}] - Stage"
4952
5730
 
4953
 
#: breezy/commit.py:1001
 
5731
#: bzrlib/commit.py:1001
4954
5732
#, python-format
4955
5733
msgid "%s - Stage"
4956
 
msgstr ""
 
5734
msgstr "%s - Stage"
4957
5735
 
4958
 
#: breezy/commit_signature_commands.py:34
 
5736
#: bzrlib/commit_signature_commands.py:34
4959
5737
msgid "Sign all commits by a given committer."
4960
 
msgstr ""
 
5738
msgstr "Sign all commits by a given committer."
4961
5739
 
4962
 
#: breezy/commit_signature_commands.py:36
 
5740
#: bzrlib/commit_signature_commands.py:36
4963
5741
msgid ""
4964
5742
"If location is not specified the local tree is used.\n"
4965
5743
"If committer is not specified the default committer is used."
4966
5744
msgstr ""
 
5745
"If location is not specified the local tree is used.\n"
 
5746
"If committer is not specified the default committer is used."
4967
5747
 
4968
 
#: breezy/commit_signature_commands.py:39
 
5748
#: bzrlib/commit_signature_commands.py:39
4969
5749
msgid "This does not sign commits that already have signatures."
4970
 
msgstr ""
 
5750
msgstr "This does not sign commits that already have signatures."
4971
5751
 
4972
 
# help of 'dry-run' option of 'sign-my-commits' command
4973
 
#: breezy/commit_signature_commands.py:47
 
5752
#: bzrlib/commit_signature_commands.py:47
4974
5753
msgid ""
4975
5754
"Don't actually sign anything, just print the revisions that would be signed."
4976
5755
msgstr ""
 
5756
"Don't actually sign anything, just print the revisions that would be signed."
4977
5757
 
4978
 
#: breezy/commit_signature_commands.py:98
 
5758
#: bzrlib/commit_signature_commands.py:98
4979
5759
#, python-format
4980
5760
msgid "Signed %d revision.\n"
4981
5761
msgid_plural "Signed %d revisions.\n"
4982
 
msgstr[0] ""
4983
 
msgstr[1] ""
 
5762
msgstr[0] "Signed %d revision.\n"
 
5763
msgstr[1] "Signed %d revisions.\n"
4984
5764
 
4985
 
#: breezy/commit_signature_commands.py:103
 
5765
#: bzrlib/commit_signature_commands.py:103
4986
5766
msgid "Verify all commit signatures."
4987
 
msgstr ""
4988
 
 
4989
 
#: breezy/commit_signature_commands.py:105
4990
 
msgid "Verifies that all commits in the branch are signed by known GnuPG keys."
4991
 
msgstr ""
4992
 
 
4993
 
# help of 'acceptable-keys' option of 'verify-signatures' command
4994
 
#: breezy/commit_signature_commands.py:110
4995
 
msgid ""
4996
 
"Comma separated list of GPG key patterns which are acceptable for "
4997
 
"verification."
4998
 
msgstr ""
4999
 
 
5000
 
#: breezy/commit_signature_commands.py:148
 
5767
msgstr "Verify all commit signatures."
 
5768
 
 
5769
#: bzrlib/commit_signature_commands.py:105
 
5770
msgid ""
 
5771
"Verifies that all commits in the branch are signed by known GnuPG keys."
 
5772
msgstr ""
 
5773
"Verifies that all commits in the branch are signed by known GnuPG keys."
 
5774
 
 
5775
#: bzrlib/commit_signature_commands.py:110
 
5776
msgid ""
 
5777
"Comma separated list of GPG key patterns which are acceptable for "
 
5778
"verification."
 
5779
msgstr ""
 
5780
"Comma separated list of GPG key patterns which are acceptable for "
 
5781
"verification."
 
5782
 
 
5783
#: bzrlib/commit_signature_commands.py:148
5001
5784
msgid "Cannot verify a range of non-revision-history revisions"
5002
 
msgstr ""
 
5785
msgstr "Cannot verify a range of non-revision-history revisions"
5003
5786
 
5004
 
#: breezy/commit_signature_commands.py:166
 
5787
#: bzrlib/commit_signature_commands.py:166
5005
5788
msgid "All commits signed with verifiable keys"
5006
 
msgstr ""
 
5789
msgstr "All commits signed with verifiable keys"
5007
5790
 
5008
 
#: breezy/config.py:438
 
5791
#: bzrlib/config.py:436
5009
5792
msgid "Invalid config value for \"{0}\"  value {1!r} is not an SI unit."
5010
 
msgstr ""
 
5793
msgstr "Invalid config value for \"{0}\"  value {1!r} is not an SI unit."
5011
5794
 
5012
 
#: breezy/config.py:2465
5013
 
#, python-brace-format
 
5795
#: bzrlib/config.py:2452
5014
5796
msgid "{0} is not an SI unit."
5015
 
msgstr ""
 
5797
msgstr "{0} is not an SI unit."
5016
5798
 
5017
 
#: breezy/config.py:3013
5018
 
#, python-brace-format
 
5799
#: bzrlib/config.py:2971
5019
5800
msgid ""
5020
5801
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
5021
5802
"will be saved."
5022
5803
msgstr ""
 
5804
"Option {0} in section {1} of {2} was changed from {3} to {4}. The {5} value "
 
5805
"will be saved."
5023
5806
 
5024
 
#: breezy/config.py:3158
 
5807
#: bzrlib/config.py:3116
5025
5808
#, python-format
5026
5809
msgid "Invalid '%s', should be of the form 'name=value'"
5027
 
msgstr ""
 
5810
msgstr "Invalid '%s', should be of the form 'name=value'"
5028
5811
 
5029
 
#: breezy/config.py:4096
 
5812
#: bzrlib/config.py:4018
5030
5813
msgid "Display, set or remove a configuration option."
5031
 
msgstr ""
5032
 
 
5033
 
#: breezy/config.py:4098
5034
 
msgid "Display the active value for option NAME."
5035
 
msgstr ""
5036
 
 
5037
 
#: breezy/config.py:4100
5038
 
msgid ""
5039
 
"If --all is specified, NAME is interpreted as a regular expression and all\n"
5040
 
"matching options are displayed mentioning their scope and without resolving\n"
5041
 
"option references in the value). The active value that bzr will take into\n"
5042
 
"account is the first one displayed for each option."
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"
5055
 
"is set in the most relevant scope and can be checked by displaying the\n"
5056
 
"option again."
5057
 
msgstr ""
5058
 
 
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
 
5814
msgstr "Display, set or remove a configuration option."
 
5815
 
 
5816
#: bzrlib/config.py:4020
 
5817
msgid "Display the active value for a given option."
 
5818
msgstr "Display the active value for a given option."
 
5819
 
 
5820
#: bzrlib/config.py:4022
 
5821
msgid ""
 
5822
"If --all is specified, NAME is interpreted as a regular expression and all\n"
 
5823
"matching options are displayed mentioning their scope. The active value\n"
 
5824
"that bzr will take into account is the first one displayed for each option."
 
5825
msgstr ""
 
5826
"If --all is specified, NAME is interpreted as a regular expression and all\n"
 
5827
"matching options are displayed mentioning their scope. The active value\n"
 
5828
"that bzr will take into account is the first one displayed for each option."
 
5829
 
 
5830
#: bzrlib/config.py:4026
 
5831
msgid "If no NAME is given, --all .* is implied."
 
5832
msgstr "If no NAME is given, --all .* is implied."
 
5833
 
 
5834
#: bzrlib/config.py:4028
 
5835
msgid ""
 
5836
"Setting a value is achieved by using name=value without spaces. The value\n"
 
5837
"is set in the most relevant scope and can be checked by displaying the\n"
 
5838
"option again."
 
5839
msgstr ""
 
5840
"Setting a value is achieved by using name=value without spaces. The value\n"
 
5841
"is set in the most relevant scope and can be checked by displaying the\n"
 
5842
"option again."
 
5843
 
 
5844
#: bzrlib/config.py:4040
5065
5845
msgid "Reduce the scope to the specified configuration file."
5066
 
msgstr ""
 
5846
msgstr "Reduce the scope to the specified configuration file."
5067
5847
 
5068
 
# help of 'all' option of 'config' command
5069
 
#: breezy/config.py:4126
 
5848
#: bzrlib/config.py:4044
5070
5849
msgid "Display all the defined values for the matching options."
5071
 
msgstr ""
 
5850
msgstr "Display all the defined values for the matching options."
5072
5851
 
5073
 
# help of 'remove' option of 'config' command
5074
 
#: breezy/config.py:4128
 
5852
#: bzrlib/config.py:4046
5075
5853
msgid "Remove the option from the configuration file."
5076
 
msgstr ""
 
5854
msgstr "Remove the option from the configuration file."
5077
5855
 
5078
 
#: breezy/conflicts.py:50
 
5856
#: bzrlib/conflicts.py:50
5079
5857
msgid "List files with conflicts."
5080
 
msgstr ""
 
5858
msgstr "List files with conflicts."
5081
5859
 
5082
 
#: breezy/conflicts.py:57
 
5860
#: bzrlib/conflicts.py:57
5083
5861
msgid ""
5084
5862
"Conflicts normally are listed as short, human-readable messages.  If --text\n"
5085
5863
"is supplied, the pathnames of files with text conflicts are listed,\n"
5086
5864
"instead.  (This is useful for editing all files with text conflicts.)"
5087
5865
msgstr ""
 
5866
"Conflicts normally are listed as short, human-readable messages.  If --text\n"
 
5867
"is supplied, the pathnames of files with text conflicts are listed,\n"
 
5868
"instead.  (This is useful for editing all files with text conflicts.)"
5088
5869
 
5089
 
#: breezy/conflicts.py:61
 
5870
#: bzrlib/conflicts.py:61
5090
5871
msgid "Use bzr resolve when you have fixed a problem."
5091
 
msgstr ""
 
5872
msgstr "Use bzr resolve when you have fixed a problem."
5092
5873
 
5093
 
# help of 'text' option of 'conflicts' command
5094
 
#: breezy/conflicts.py:66
 
5874
#: bzrlib/conflicts.py:66
5095
5875
msgid "List paths of files with text conflicts."
5096
 
msgstr ""
 
5876
msgstr "List paths of files with text conflicts."
5097
5877
 
5098
 
# help of 'action=done' option of 'resolve' command
5099
 
#: breezy/conflicts.py:85
 
5878
#: bzrlib/conflicts.py:85
5100
5879
msgid "Marks the conflict as resolved."
5101
 
msgstr ""
 
5880
msgstr "Marks the conflict as resolved."
5102
5881
 
5103
 
# help of 'action=take-this' option of 'resolve' command
5104
 
#: breezy/conflicts.py:88
 
5882
#: bzrlib/conflicts.py:88
5105
5883
msgid "Resolve the conflict preserving the version in the working tree."
5106
 
msgstr ""
 
5884
msgstr "Resolve the conflict preserving the version in the working tree."
5107
5885
 
5108
 
# help of 'action=take-other' option of 'resolve' command
5109
 
#: breezy/conflicts.py:91
 
5886
#: bzrlib/conflicts.py:91
5110
5887
msgid "Resolve the conflict taking the merged version into account."
5111
 
msgstr ""
 
5888
msgstr "Resolve the conflict taking the merged version into account."
5112
5889
 
5113
 
# help of 'action' option of 'resolve' command
5114
 
#: breezy/conflicts.py:98
 
5890
#: bzrlib/conflicts.py:98
5115
5891
msgid "How to resolve the conflict."
5116
 
msgstr ""
 
5892
msgstr "How to resolve the conflict."
5117
5893
 
5118
 
#: breezy/conflicts.py:104
 
5894
#: bzrlib/conflicts.py:104
5119
5895
msgid "Mark a conflict as resolved."
5120
 
msgstr ""
 
5896
msgstr "Mark a conflict as resolved."
5121
5897
 
5122
 
#: breezy/conflicts.py:111
 
5898
#: bzrlib/conflicts.py:111
5123
5899
msgid ""
5124
5900
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
5125
5901
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
5126
5902
"as\n"
5127
5903
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5128
5904
msgstr ""
 
5905
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
 
5906
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
 
5907
"as\n"
 
5908
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5129
5909
 
5130
 
# help of 'all' option of 'resolve' command
5131
 
#: breezy/conflicts.py:119
 
5910
#: bzrlib/conflicts.py:119
5132
5911
msgid "Resolve all conflicts in this tree."
5133
 
msgstr ""
 
5912
msgstr "Resolve all conflicts in this tree."
5134
5913
 
5135
 
#: breezy/conflicts.py:126
 
5914
#: bzrlib/conflicts.py:126
5136
5915
msgid "If --all is specified, no FILE may be provided"
5137
 
msgstr ""
 
5916
msgstr "If --all is specified, no FILE may be provided"
5138
5917
 
5139
 
#: breezy/conflicts.py:151
 
5918
#: bzrlib/conflicts.py:151
5140
5919
#, python-format
5141
5920
msgid "%d conflict auto-resolved."
5142
5921
msgid_plural "%d conflicts auto-resolved."
5143
 
msgstr[0] ""
5144
 
msgstr[1] ""
 
5922
msgstr[0] "%d conflict auto-resolved."
 
5923
msgstr[1] "%d conflicts auto-resolved."
5145
5924
 
5146
 
#: breezy/conflicts.py:154
 
5925
#: bzrlib/conflicts.py:154
5147
5926
msgid "Remaining conflicts:"
5148
 
msgstr ""
 
5927
msgstr "Remaining conflicts:"
5149
5928
 
5150
 
#: breezy/conflicts.py:159
 
5929
#: bzrlib/conflicts.py:159
5151
5930
msgid "All conflicts resolved."
5152
 
msgstr ""
 
5931
msgstr "All conflicts resolved."
5153
5932
 
5154
 
#: breezy/conflicts.py:168
5155
 
#, python-brace-format
 
5933
#: bzrlib/conflicts.py:168
5156
5934
msgid "{0} conflict resolved, {1} remaining"
5157
5935
msgid_plural "{0} conflicts resolved, {1} remaining"
5158
 
msgstr[0] ""
5159
 
msgstr[1] ""
 
5936
msgstr[0] "{0} conflict resolved, {1} remaining"
 
5937
msgstr[1] "{0} conflicts resolved, {1} remaining"
5160
5938
 
5161
 
#: breezy/controldir.py:712
5162
 
#, python-brace-format
 
5939
#: bzrlib/controldir.py:712
5163
5940
msgid "{0} is{1} redirected to {2}"
5164
 
msgstr ""
 
5941
msgstr "{0} is{1} redirected to {2}"
5165
5942
 
5166
 
#: breezy/diff.py:413
 
5943
#: bzrlib/diff.py:399
5167
5944
#, python-format
5168
5945
msgid "*** Ignoring files outside view. View is %s"
5169
 
msgstr ""
 
5946
msgstr "*** Ignoring files outside view. View is %s"
5170
5947
 
5171
 
#: breezy/errors.py:157
 
5948
#: bzrlib/errors.py:157
5172
5949
msgid "The tree builder is already building a tree."
5173
 
msgstr ""
 
5950
msgstr "The tree builder is already building a tree."
5174
5951
 
5175
 
#: breezy/errors.py:178
 
5952
#: bzrlib/errors.py:178
5176
5953
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5177
 
msgstr ""
 
5954
msgstr "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5178
5955
 
5179
 
#: breezy/errors.py:197
 
5956
#: bzrlib/errors.py:197
5180
5957
msgid ""
5181
5958
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5182
5959
"versions \"%(minimum)s\" to \"%(current)s\"."
5183
5960
msgstr ""
 
5961
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
 
5962
"versions \"%(minimum)s\" to \"%(current)s\"."
5184
5963
 
5185
 
#: breezy/errors.py:209
 
5964
#: bzrlib/errors.py:209
5186
5965
msgid "The transport '%(transport)s' is only accessible within this process."
5187
5966
msgstr ""
 
5967
"The transport '%(transport)s' is only accessible within this process."
5188
5968
 
5189
 
#: breezy/errors.py:227
 
5969
#: bzrlib/errors.py:227
5190
5970
msgid "Invalid revision number %(revno)s"
5191
 
msgstr ""
 
5971
msgstr "Invalid revision number %(revno)s"
5192
5972
 
5193
 
#: breezy/errors.py:236
 
5973
#: bzrlib/errors.py:236
5194
5974
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5195
 
msgstr ""
 
5975
msgstr "Invalid revision-id {%(revision_id)s} in %(branch)s"
5196
5976
 
5197
 
#: breezy/errors.py:247
 
5977
#: bzrlib/errors.py:247
5198
5978
msgid "Reserved revision-id {%(revision_id)s}"
5199
 
msgstr ""
 
5979
msgstr "Reserved revision-id {%(revision_id)s}"
5200
5980
 
5201
 
#: breezy/errors.py:261
 
5981
#: bzrlib/errors.py:261
5202
5982
msgid "There is no public branch set for \"%(branch_url)s\"."
5203
 
msgstr ""
 
5983
msgstr "There is no public branch set for \"%(branch_url)s\"."
5204
5984
 
5205
 
#: breezy/errors.py:271
 
5985
#: bzrlib/errors.py:271
5206
5986
msgid ""
5207
5987
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5208
5988
"obtain a list of topics."
5209
5989
msgstr ""
 
5990
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
 
5991
"obtain a list of topics."
5210
5992
 
5211
 
#: breezy/errors.py:280
 
5993
#: bzrlib/errors.py:280
5212
5994
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5213
 
msgstr ""
 
5995
msgstr "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5214
5996
 
5215
 
#: breezy/errors.py:290
 
5997
#: bzrlib/errors.py:290
5216
5998
msgid ""
5217
5999
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5218
6000
msgstr ""
 
6001
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5219
6002
 
5220
 
#: breezy/errors.py:299
 
6003
#: bzrlib/errors.py:299
5221
6004
msgid "The branch '%(branch)s' is not stacked."
5222
 
msgstr ""
 
6005
msgstr "The branch '%(branch)s' is not stacked."
5223
6006
 
5224
 
#: breezy/errors.py:313
 
6007
#: bzrlib/errors.py:313
5225
6008
msgid "No WorkingTree exists for \"%(base)s\"."
5226
 
msgstr ""
 
6009
msgstr "No WorkingTree exists for \"%(base)s\"."
5227
6010
 
5228
 
#: breezy/errors.py:322
 
6011
#: bzrlib/errors.py:322
5229
6012
msgid "Not currently building a tree."
5230
 
msgstr ""
 
6013
msgstr "Not currently building a tree."
5231
6014
 
5232
 
#: breezy/errors.py:327
 
6015
#: bzrlib/errors.py:327
5233
6016
msgid "%(url)s is not a local path."
5234
 
msgstr ""
 
6017
msgstr "%(url)s is not a local path."
5235
6018
 
5236
 
#: breezy/errors.py:355
 
6019
#: bzrlib/errors.py:355
5237
6020
msgid "%(not_locked)r is not write locked but needs to be."
5238
 
msgstr ""
 
6021
msgstr "%(not_locked)r is not write locked but needs to be."
5239
6022
 
5240
 
#: breezy/errors.py:363
 
6023
#: bzrlib/errors.py:363
5241
6024
msgid "Error in command line options"
5242
 
msgstr ""
 
6025
msgstr "Error in command line options"
5243
6026
 
5244
 
#: breezy/errors.py:368
 
6027
#: bzrlib/errors.py:368
5245
6028
msgid "%(value)s is not an index of type %(_type)s."
5246
 
msgstr ""
 
6029
msgstr "%(value)s is not an index of type %(_type)s."
5247
6030
 
5248
 
#: breezy/errors.py:378
 
6031
#: bzrlib/errors.py:378
5249
6032
msgid "Error in data for index %(value)s."
5250
 
msgstr ""
 
6033
msgstr "Error in data for index %(value)s."
5251
6034
 
5252
 
#: breezy/errors.py:387
 
6035
#: bzrlib/errors.py:387
5253
6036
msgid "The key '%(key)s' is already in index '%(index)s'."
5254
 
msgstr ""
 
6037
msgstr "The key '%(key)s' is already in index '%(index)s'."
5255
6038
 
5256
 
#: breezy/errors.py:397
 
6039
#: bzrlib/errors.py:397
5257
6040
msgid "The key '%(key)s' is not a valid key."
5258
 
msgstr ""
 
6041
msgstr "The key '%(key)s' is not a valid key."
5259
6042
 
5260
 
#: breezy/errors.py:406
 
6043
#: bzrlib/errors.py:406
5261
6044
msgid "Could not parse options for index %(value)s."
5262
 
msgstr ""
 
6045
msgstr "Could not parse options for index %(value)s."
5263
6046
 
5264
 
#: breezy/errors.py:415
 
6047
#: bzrlib/errors.py:415
5265
6048
msgid "The value '%(value)s' is not a valid value."
5266
 
msgstr ""
 
6049
msgstr "The value '%(value)s' is not a valid value."
5267
6050
 
5268
 
#: breezy/errors.py:424
 
6051
#: bzrlib/errors.py:424
5269
6052
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
5270
 
msgstr ""
 
6053
msgstr "Bad value \"%(value)s\" for option \"%(name)s\"."
5271
6054
 
5272
 
#: breezy/errors.py:443
 
6055
#: bzrlib/errors.py:443
5273
6056
msgid "Generic path error: %(path)r%(extra)s)"
5274
 
msgstr ""
 
6057
msgstr "Generic path error: %(path)r%(extra)s)"
5275
6058
 
5276
 
#: breezy/errors.py:456
 
6059
#: bzrlib/errors.py:456
5277
6060
msgid "No such file: %(path)r%(extra)s"
5278
 
msgstr ""
 
6061
msgstr "No such file: %(path)r%(extra)s"
5279
6062
 
5280
 
#: breezy/errors.py:461
 
6063
#: bzrlib/errors.py:461
5281
6064
msgid "File exists: %(path)r%(extra)s"
5282
 
msgstr ""
 
6065
msgstr "File exists: %(path)r%(extra)s"
5283
6066
 
5284
 
#: breezy/errors.py:467
 
6067
#: bzrlib/errors.py:467
5285
6068
msgid ""
5286
6069
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5287
6070
"after to tell bzr about a rename that has already happened)%(extra)s"
5288
6071
msgstr ""
 
6072
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
 
6073
"after to tell bzr about a rename that has already happened)%(extra)s"
5289
6074
 
5290
 
#: breezy/errors.py:483
 
6075
#: bzrlib/errors.py:483
5291
6076
msgid "\"%(path)s\" is not a directory %(extra)s"
5292
 
msgstr ""
 
6077
msgstr "\"%(path)s\" is not a directory %(extra)s"
5293
6078
 
5294
 
#: breezy/errors.py:488
 
6079
#: bzrlib/errors.py:488
5295
6080
msgid "\"%(path)s\" is not in the working directory %(extra)s"
5296
 
msgstr ""
 
6081
msgstr "\"%(path)s\" is not in the working directory %(extra)s"
5297
6082
 
5298
 
#: breezy/errors.py:493
 
6083
#: bzrlib/errors.py:493
5299
6084
msgid "Directory not empty: \"%(path)s\"%(extra)s"
5300
 
msgstr ""
 
6085
msgstr "Directory not empty: \"%(path)s\"%(extra)s"
5301
6086
 
5302
 
#: breezy/errors.py:498
 
6087
#: bzrlib/errors.py:498
5303
6088
msgid "Hard-linking \"%(path)s\" is not supported"
5304
 
msgstr ""
 
6089
msgstr "Hard-linking \"%(path)s\" is not supported"
5305
6090
 
5306
 
#: breezy/errors.py:513
 
6091
#: bzrlib/errors.py:513
5307
6092
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
5308
 
msgstr ""
 
6093
msgstr "Device or resource busy: \"%(path)s\"%(extra)s"
5309
6094
 
5310
 
#: breezy/errors.py:518
 
6095
#: bzrlib/errors.py:518
5311
6096
msgid "Permission denied: \"%(path)s\"%(extra)s"
5312
 
msgstr ""
 
6097
msgstr "Permission denied: \"%(path)s\"%(extra)s"
5313
6098
 
5314
 
#: breezy/errors.py:523
 
6099
#: bzrlib/errors.py:523
5315
6100
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5316
 
msgstr ""
 
6101
msgstr "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5317
6102
 
5318
 
#: breezy/errors.py:528
 
6103
#: bzrlib/errors.py:528
5319
6104
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5320
 
msgstr ""
 
6105
msgstr "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5321
6106
 
5322
 
#: breezy/errors.py:539
 
6107
#: bzrlib/errors.py:539
5323
6108
msgid "URLs differ by more than path: %(from_)r and %(to)r"
5324
 
msgstr ""
5325
 
 
5326
 
#: breezy/errors.py:561
5327
 
msgid "The %(type)s hook '%(hook)s' is unknown in this version of breezy."
5328
 
msgstr ""
5329
 
 
5330
 
#: breezy/errors.py:571
 
6109
msgstr "URLs differ by more than path: %(from_)r and %(to)r"
 
6110
 
 
6111
#: bzrlib/errors.py:561
 
6112
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
 
6113
msgstr "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
 
6114
 
 
6115
#: bzrlib/errors.py:571
5331
6116
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
5332
 
msgstr ""
 
6117
msgstr "Unsupported protocol for url \"%(path)s\"%(extra)s"
5333
6118
 
5334
 
#: breezy/errors.py:579
 
6119
#: bzrlib/errors.py:579
5335
6120
msgid ""
5336
6121
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5337
6122
"upgrade the branch to permit branch stacking."
5338
6123
msgstr ""
 
6124
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
 
6125
"upgrade the branch to permit branch stacking."
5339
6126
 
5340
 
#: breezy/errors.py:590
 
6127
#: bzrlib/errors.py:590
5341
6128
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5342
 
msgstr ""
 
6129
msgstr "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5343
6130
 
5344
 
#: breezy/errors.py:600
 
6131
#: bzrlib/errors.py:600
5345
6132
msgid ""
5346
6133
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5347
6134
"need to upgrade the repository to permit branch stacking."
5348
6135
msgstr ""
 
6136
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
 
6137
"need to upgrade the repository to permit branch stacking."
5349
6138
 
5350
 
#: breezy/errors.py:611
 
6139
#: bzrlib/errors.py:611
5351
6140
msgid "Error reading from %(path)r."
5352
 
msgstr ""
 
6141
msgstr "Error reading from %(path)r."
5353
6142
 
5354
 
#: breezy/errors.py:630
 
6143
#: bzrlib/errors.py:630
5355
6144
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5356
 
msgstr ""
 
6145
msgstr "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5357
6146
 
5358
 
#: breezy/errors.py:646
 
6147
#: bzrlib/errors.py:646
5359
6148
msgid "Path \"%(path)s\" is not unicode normalized"
5360
 
msgstr ""
 
6149
msgstr "Path \"%(path)s\" is not unicode normalised"
5361
6150
 
5362
 
#: breezy/errors.py:654
 
6151
#: bzrlib/errors.py:654
5363
6152
msgid "Not a branch: \"%(path)s\"%(detail)s."
5364
 
msgstr ""
 
6153
msgstr "Not a branch: \"%(path)s\"%(detail)s."
5365
6154
 
5366
 
#: breezy/errors.py:696
 
6155
#: bzrlib/errors.py:696
5367
6156
msgid "No submit branch available for branch \"%(path)s\""
5368
 
msgstr ""
 
6157
msgstr "No submit branch available for branch \"%(path)s\""
5369
6158
 
5370
 
#: breezy/errors.py:705
 
6159
#: bzrlib/errors.py:705
5371
6160
msgid "A control directory already exists: \"%(path)s\"."
5372
 
msgstr ""
 
6161
msgstr "A control directory already exists: \"%(path)s\"."
5373
6162
 
5374
 
#: breezy/errors.py:710
 
6163
#: bzrlib/errors.py:710
5375
6164
msgid "Already a branch: \"%(path)s\"."
5376
 
msgstr ""
 
6165
msgstr "Already a branch: \"%(path)s\"."
5377
6166
 
5378
 
#: breezy/errors.py:715
 
6167
#: bzrlib/errors.py:715
5379
6168
msgid "Invalid branch name: %(name)s"
5380
 
msgstr ""
 
6169
msgstr "Invalid branch name: %(name)s"
5381
6170
 
5382
 
#: breezy/errors.py:724
 
6171
#: bzrlib/errors.py:724
5383
6172
msgid "Parent branch already exists: \"%(path)s\"."
5384
 
msgstr ""
5385
 
 
5386
 
#: breezy/errors.py:730
5387
 
msgid ""
5388
 
"Directory contains a branch, but no working tree (use bzr checkout if you "
5389
 
"wish to build a working tree): \"%(path)s\""
5390
 
msgstr ""
5391
 
 
5392
 
#: breezy/errors.py:735
5393
 
msgid ""
5394
 
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
5395
 
msgstr ""
5396
 
 
5397
 
#: breezy/errors.py:745
5398
 
msgid ""
5399
 
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
5400
 
msgstr ""
5401
 
 
5402
 
#: breezy/errors.py:755
 
6173
msgstr "Parent branch already exists: \"%(path)s\"."
 
6174
 
 
6175
#: bzrlib/errors.py:730
 
6176
msgid ""
 
6177
"Directory contains a branch, but no working tree (use bzr checkout if you "
 
6178
"wish to build a working tree): \"%(path)s\""
 
6179
msgstr ""
 
6180
"Directory contains a branch, but no working tree (use bzr checkout if you "
 
6181
"wish to build a working tree): \"%(path)s\""
 
6182
 
 
6183
#: bzrlib/errors.py:735
 
6184
msgid ""
 
6185
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
 
6186
msgstr ""
 
6187
"\"%(function)s\" called on an AtomicFile after it was closed: \"%(path)s\""
 
6188
 
 
6189
#: bzrlib/errors.py:745
 
6190
msgid ""
 
6191
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
 
6192
msgstr ""
 
6193
"Parent not accessible given base \"%(base)s\" and relative path \"%(path)s\""
 
6194
 
 
6195
#: bzrlib/errors.py:755
5403
6196
msgid "No repository present: \"%(path)s\""
5404
 
msgstr ""
 
6197
msgstr "No repository present: \"%(path)s\""
5405
6198
 
5406
 
#: breezy/errors.py:762
 
6199
#: bzrlib/errors.py:762
5407
6200
msgid ""
5408
6201
"Unsupported branch format: %(format)s\n"
5409
6202
"Please run 'bzr upgrade'"
5410
6203
msgstr ""
 
6204
"Unsupported branch format: %(format)s\n"
 
6205
"Please run 'bzr upgrade'"
5411
6206
 
5412
 
#: breezy/errors.py:768
 
6207
#: bzrlib/errors.py:768
5413
6208
msgid "Unknown %(kind)s format: %(format)r"
5414
 
msgstr ""
 
6209
msgstr "Unknown %(kind)s format: %(format)r"
5415
6210
 
5416
 
#: breezy/errors.py:777
 
6211
#: bzrlib/errors.py:777
5417
6212
msgid "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5418
 
msgstr ""
 
6213
msgstr "Format %(format)s is not compatible with .bzr version %(bzrdir)s."
5419
6214
 
5420
 
#: breezy/errors.py:787
 
6215
#: bzrlib/errors.py:787
5421
6216
msgid "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5422
 
msgstr ""
 
6217
msgstr "Parse error on line %(lineno)d of %(format)s format: %(line)s"
5423
6218
 
5424
 
#: breezy/errors.py:802
 
6219
#: bzrlib/errors.py:802
5425
6220
msgid ""
5426
6221
"%(target)s\n"
5427
6222
"is not compatible with\n"
5428
6223
"%(source)s\n"
5429
6224
"%(details)s"
5430
6225
msgstr ""
 
6226
"%(target)s\n"
 
6227
"is not compatible with\n"
 
6228
"%(source)s\n"
 
6229
"%(details)s"
5431
6230
 
5432
 
#: breezy/errors.py:818
 
6231
#: bzrlib/errors.py:818
5433
6232
msgid "Revision is not compatible with %(repo_format)s"
5434
 
msgstr ""
 
6233
msgstr "Revision is not compatible with %(repo_format)s"
5435
6234
 
5436
 
#: breezy/errors.py:828
 
6235
#: bzrlib/errors.py:828
5437
6236
msgid "%(context_info)s%(path)s is already versioned."
5438
 
msgstr ""
 
6237
msgstr "%(context_info)s%(path)s is already versioned."
5439
6238
 
5440
 
#: breezy/errors.py:849
 
6239
#: bzrlib/errors.py:849
5441
6240
msgid "%(context_info)s%(path)s is not versioned."
5442
 
msgstr ""
 
6241
msgstr "%(context_info)s%(path)s is not versioned."
5443
6242
 
5444
 
#: breezy/errors.py:870
 
6243
#: bzrlib/errors.py:870
5445
6244
msgid "Path(s) are not versioned: %(paths_as_string)s"
5446
 
msgstr ""
 
6245
msgstr "Path(s) are not versioned: %(paths_as_string)s"
5447
6246
 
5448
 
#: breezy/errors.py:881
 
6247
#: bzrlib/errors.py:881
5449
6248
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5450
 
msgstr ""
 
6249
msgstr "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5451
6250
 
5452
 
#: breezy/errors.py:900
 
6251
#: bzrlib/errors.py:900
5453
6252
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5454
 
msgstr ""
 
6253
msgstr "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5455
6254
 
5456
 
#: breezy/errors.py:908
 
6255
#: bzrlib/errors.py:908
5457
6256
msgid ""
5458
6257
"Filename %(filename)r is not valid in your current filesystem encoding "
5459
6258
"%(fs_encoding)s"
5460
6259
msgstr ""
 
6260
"Filename %(filename)r is not valid in your current filesystem encoding "
 
6261
"%(fs_encoding)s"
5461
6262
 
5462
 
#: breezy/errors.py:919
 
6263
#: bzrlib/errors.py:919
5463
6264
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5464
 
msgstr ""
 
6265
msgstr "Cannot operate on \"%(filename)s\" because it is a control file"
5465
6266
 
5466
 
#: breezy/errors.py:937
 
6267
#: bzrlib/errors.py:937
5467
6268
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5468
 
msgstr ""
 
6269
msgstr "The lock for '%(lock_description)s' is in use and cannot be broken."
5469
6270
 
5470
 
#: breezy/errors.py:976
 
6271
#: bzrlib/errors.py:976
5471
6272
msgid "Cannot lock %(lock)s: %(why)s"
5472
 
msgstr ""
 
6273
msgstr "Cannot lock %(lock)s: %(why)s"
5473
6274
 
5474
 
#: breezy/errors.py:986
 
6275
#: bzrlib/errors.py:986
5475
6276
msgid ""
5476
6277
"A transaction related operation was attempted after the transaction finished."
5477
6278
msgstr ""
 
6279
"A transaction related operation was attempted after the transaction finished."
5478
6280
 
5479
 
#: breezy/errors.py:1013
 
6281
#: bzrlib/errors.py:1013
5480
6282
msgid "Cannot lock: transport is read only: %(transport)s"
5481
 
msgstr ""
 
6283
msgstr "Cannot lock: transport is read only: %(transport)s"
5482
6284
 
5483
 
#: breezy/errors.py:1021
 
6285
#: bzrlib/errors.py:1021
5484
6286
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5485
 
msgstr ""
5486
 
 
5487
 
#: breezy/errors.py:1032
5488
 
msgid "Lock was broken while still open: %(lock)s - check storage consistency!"
5489
 
msgstr ""
5490
 
 
5491
 
#: breezy/errors.py:1043
5492
 
msgid ""
5493
 
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5494
 
"%(holder)r, wanted to break %(target)r"
5495
 
msgstr ""
5496
 
 
5497
 
#: breezy/errors.py:1055
5498
 
msgid ""
5499
 
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5500
 
"Use 'bzr break-lock' to clear it"
5501
 
msgstr ""
5502
 
 
5503
 
#: breezy/errors.py:1068
 
6287
msgstr "Could not acquire lock \"%(lock)s\": %(msg)s"
 
6288
 
 
6289
#: bzrlib/errors.py:1032
 
6290
msgid ""
 
6291
"Lock was broken while still open: %(lock)s - check storage consistency!"
 
6292
msgstr ""
 
6293
"Lock was broken while still open: %(lock)s - check storage consistency!"
 
6294
 
 
6295
#: bzrlib/errors.py:1043
 
6296
msgid ""
 
6297
"Lock was released and re-acquired before being broken: %(lock)s: held by "
 
6298
"%(holder)r, wanted to break %(target)r"
 
6299
msgstr ""
 
6300
"Lock was released and re-acquired before being broken: %(lock)s: held by "
 
6301
"%(holder)r, wanted to break %(target)r"
 
6302
 
 
6303
#: bzrlib/errors.py:1055
 
6304
msgid ""
 
6305
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
 
6306
"Use 'bzr break-lock' to clear it"
 
6307
msgstr ""
 
6308
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
 
6309
"Use 'bzr break-lock' to clear it"
 
6310
 
 
6311
#: bzrlib/errors.py:1068
5504
6312
msgid "Lock not held: %(lock)s"
5505
 
msgstr ""
 
6313
msgstr "Lock not held: %(lock)s"
5506
6314
 
5507
 
#: breezy/errors.py:1097
 
6315
#: bzrlib/errors.py:1097
5508
6316
msgid "No changes to commit"
5509
 
msgstr ""
5510
 
 
5511
 
#: breezy/errors.py:1102
5512
 
msgid ""
5513
 
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5514
 
msgstr ""
5515
 
 
5516
 
#: breezy/errors.py:1112
5517
 
msgid ""
5518
 
"Excluding paths during commit is not supported by repository at "
5519
 
"%(repository)r."
5520
 
msgstr ""
5521
 
 
5522
 
#: breezy/errors.py:1121
5523
 
msgid ""
5524
 
"The specified commit message contains characters unsupported by the current "
5525
 
"encoding."
5526
 
msgstr ""
5527
 
 
5528
 
#: breezy/errors.py:1127
 
6317
msgstr "No changes to commit"
 
6318
 
 
6319
#: bzrlib/errors.py:1102
 
6320
msgid ""
 
6321
"Selected-file commit of merges is not supported yet: files %(files_str)s"
 
6322
msgstr ""
 
6323
"Selected-file commit of merges is not supported yet: files %(files_str)s"
 
6324
 
 
6325
#: bzrlib/errors.py:1112
 
6326
msgid ""
 
6327
"Excluding paths during commit is not supported by repository at "
 
6328
"%(repository)r."
 
6329
msgstr ""
 
6330
"Excluding paths during commit is not supported by repository at "
 
6331
"%(repository)r."
 
6332
 
 
6333
#: bzrlib/errors.py:1121
 
6334
msgid ""
 
6335
"The specified commit message contains characters unsupported by the current "
 
6336
"encoding."
 
6337
msgstr ""
 
6338
"The specified commit message contains characters unsupported by the current "
 
6339
"encoding."
 
6340
 
 
6341
#: bzrlib/errors.py:1127
5529
6342
msgid "Upgrade URL cannot work with readonly URLs."
5530
 
msgstr ""
 
6343
msgstr "Upgrade URL cannot work with readonly URLs."
5531
6344
 
5532
 
#: breezy/errors.py:1132
 
6345
#: bzrlib/errors.py:1132
5533
6346
msgid "The branch format %(format)s is already at the most recent format."
5534
 
msgstr ""
 
6347
msgstr "The branch format %(format)s is already at the most recent format."
5535
6348
 
5536
 
#: breezy/errors.py:1155
 
6349
#: bzrlib/errors.py:1155
5537
6350
msgid "Option --change does not accept revision ranges"
5538
 
msgstr ""
 
6351
msgstr "Option --change does not accept revision ranges"
5539
6352
 
5540
 
#: breezy/errors.py:1160
 
6353
#: bzrlib/errors.py:1160
5541
6354
msgid "No namespace registered for string: %(spec)r"
5542
 
msgstr ""
5543
 
 
5544
 
#: breezy/errors.py:1179
5545
 
msgid ""
5546
 
"Requested revision: '%(spec)s' does not exist in branch: %(branch_url)s"
5547
 
"%(extra)s"
5548
 
msgstr ""
5549
 
 
5550
 
#: breezy/errors.py:1193
5551
 
msgid ""
5552
 
"Operation denied because it would change the main history, which is not "
5553
 
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5554
 
msgstr ""
5555
 
 
5556
 
#: breezy/errors.py:1204
5557
 
msgid ""
5558
 
"These branches have diverged. Use the missing command to see how.\n"
5559
 
"Use the merge command to reconcile them."
5560
 
msgstr ""
5561
 
 
5562
 
#: breezy/errors.py:1224
5563
 
msgid ""
5564
 
"Branches have no common ancestor, and no merge base revision was specified."
5565
 
msgstr ""
5566
 
 
5567
 
#: breezy/errors.py:1230
5568
 
msgid ""
5569
 
"Selected merge cannot perform reverse cherrypicks.  Try merge3 or diff3."
5570
 
msgstr ""
5571
 
 
5572
 
#: breezy/errors.py:1236
 
6355
msgstr "No namespace registered for string: %(spec)r"
 
6356
 
 
6357
#: bzrlib/errors.py:1179
 
6358
msgid ""
 
6359
"Requested revision: '%(spec)s' does not exist in branch: "
 
6360
"%(branch_url)s%(extra)s"
 
6361
msgstr ""
 
6362
"Requested revision: '%(spec)s' does not exist in branch: "
 
6363
"%(branch_url)s%(extra)s"
 
6364
 
 
6365
#: bzrlib/errors.py:1193
 
6366
msgid ""
 
6367
"Operation denied because it would change the main history, which is not "
 
6368
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
 
6369
msgstr ""
 
6370
"Operation denied because it would change the main history, which is not "
 
6371
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
 
6372
 
 
6373
#: bzrlib/errors.py:1204
 
6374
msgid ""
 
6375
"These branches have diverged. Use the missing command to see how.\n"
 
6376
"Use the merge command to reconcile them."
 
6377
msgstr ""
 
6378
"These branches have diverged. Use the missing command to see how.\n"
 
6379
"Use the merge command to reconcile them."
 
6380
 
 
6381
#: bzrlib/errors.py:1224
 
6382
msgid ""
 
6383
"Branches have no common ancestor, and no merge base revision was specified."
 
6384
msgstr ""
 
6385
"Branches have no common ancestor, and no merge base revision was specified."
 
6386
 
 
6387
#: bzrlib/errors.py:1230
 
6388
msgid ""
 
6389
"Selected merge cannot perform reverse cherrypicks.  Try merge3 or diff3."
 
6390
msgstr ""
 
6391
"Selected merge cannot perform reverse cherrypicks.  Try merge3 or diff3."
 
6392
 
 
6393
#: bzrlib/errors.py:1236
5573
6394
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5574
 
msgstr ""
 
6395
msgstr "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5575
6396
 
5576
 
#: breezy/errors.py:1245
 
6397
#: bzrlib/errors.py:1245
5577
6398
msgid ""
5578
6399
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5579
6400
msgstr ""
 
6401
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5580
6402
 
5581
 
#: breezy/errors.py:1254
 
6403
#: bzrlib/errors.py:1254
5582
6404
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5583
 
msgstr ""
 
6405
msgstr "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5584
6406
 
5585
 
#: breezy/errors.py:1263
 
6407
#: bzrlib/errors.py:1263
5586
6408
msgid "Branch %(branch)s has no commits."
5587
 
msgstr ""
5588
 
 
5589
 
#: breezy/errors.py:1281
5590
 
msgid ""
5591
 
"Bound branch %(branch)s is out of date with master branch %(master)s."
5592
 
"%(extra_help)s"
5593
 
msgstr ""
5594
 
 
5595
 
#: breezy/errors.py:1293
5596
 
msgid ""
5597
 
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5598
 
"bound to %(remote)s."
5599
 
msgstr ""
5600
 
 
5601
 
#: breezy/errors.py:1305
 
6409
msgstr "Branch %(branch)s has no commits."
 
6410
 
 
6411
#: bzrlib/errors.py:1281
 
6412
msgid ""
 
6413
"Bound branch %(branch)s is out of date with master branch "
 
6414
"%(master)s.%(extra_help)s"
 
6415
msgstr ""
 
6416
"Bound branch %(branch)s is out of date with master branch "
 
6417
"%(master)s.%(extra_help)s"
 
6418
 
 
6419
#: bzrlib/errors.py:1293
 
6420
msgid ""
 
6421
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
 
6422
"bound to %(remote)s."
 
6423
msgstr ""
 
6424
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
 
6425
"bound to %(remote)s."
 
6426
 
 
6427
#: bzrlib/errors.py:1305
5602
6428
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5603
 
msgstr ""
 
6429
msgstr "Cannot pull --overwrite to a branch which is bound %(branch)s"
5604
6430
 
5605
 
#: breezy/errors.py:1314
 
6431
#: bzrlib/errors.py:1314
5606
6432
msgid ""
5607
6433
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5608
6434
"%(error)s"
5609
6435
msgstr ""
 
6436
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
 
6437
"%(error)s"
5610
6438
 
5611
 
#: breezy/errors.py:1326
 
6439
#: bzrlib/errors.py:1326
5612
6440
msgid "Error in processing weave: %(msg)s"
5613
 
msgstr ""
 
6441
msgstr "Error in processing weave: %(msg)s"
5614
6442
 
5615
 
#: breezy/errors.py:1335
 
6443
#: bzrlib/errors.py:1335
5616
6444
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5617
 
msgstr ""
 
6445
msgstr "Revision {%(revision_id)s} already present in %(weave)s"
5618
6446
 
5619
 
#: breezy/errors.py:1346
 
6447
#: bzrlib/errors.py:1346
5620
6448
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5621
 
msgstr ""
 
6449
msgstr "Revision {%(revision_id)s} not present in %(weave)s"
5622
6450
 
5623
 
#: breezy/errors.py:1356
 
6451
#: bzrlib/errors.py:1356
5624
6452
msgid "Weave invariant violated: %(what)s"
5625
 
msgstr ""
 
6453
msgstr "Weave invariant violated: %(what)s"
5626
6454
 
5627
 
#: breezy/errors.py:1365
 
6455
#: bzrlib/errors.py:1365
5628
6456
msgid "Parents are mismatched between two revisions. %(msg)s"
5629
 
msgstr ""
 
6457
msgstr "Parents are mismatched between two revisions. %(msg)s"
5630
6458
 
5631
 
#: breezy/errors.py:1387
 
6459
#: bzrlib/errors.py:1387
5632
6460
msgid ""
5633
6461
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5634
6462
"%(weave_b)s"
5635
6463
msgstr ""
 
6464
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
 
6465
"%(weave_b)s"
5636
6466
 
5637
 
#: breezy/errors.py:1399
 
6467
#: bzrlib/errors.py:1399
5638
6468
msgid "Versioned file error"
5639
 
msgstr ""
 
6469
msgstr "Versioned file error"
5640
6470
 
5641
 
#: breezy/errors.py:1404
 
6471
#: bzrlib/errors.py:1404
5642
6472
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5643
 
msgstr ""
 
6473
msgstr "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5644
6474
 
5645
 
#: breezy/errors.py:1414
 
6475
#: bzrlib/errors.py:1414
5646
6476
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5647
 
msgstr ""
 
6477
msgstr "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5648
6478
 
5649
 
#: breezy/errors.py:1424
 
6479
#: bzrlib/errors.py:1424
5650
6480
msgid "Text did not match its checksum: %(msg)s"
5651
 
msgstr ""
 
6481
msgstr "Text did not match its checksum: %(msg)s"
5652
6482
 
5653
 
#: breezy/errors.py:1550
 
6483
#: bzrlib/errors.py:1550
5654
6484
msgid "Export format %(format)r not supported"
5655
 
msgstr ""
 
6485
msgstr "Export format %(format)r not supported"
5656
6486
 
5657
 
#: breezy/errors.py:1559
 
6487
#: bzrlib/errors.py:1559
5658
6488
msgid "Transport error: %(msg)s %(orig_error)s"
5659
 
msgstr ""
 
6489
msgstr "Transport error: %(msg)s %(orig_error)s"
5660
6490
 
5661
 
#: breezy/errors.py:1585
 
6491
#: bzrlib/errors.py:1585
5662
6492
msgid "Generic bzr smart protocol error: %(details)s"
5663
 
msgstr ""
 
6493
msgstr "Generic bzr smart protocol error: %(details)s"
5664
6494
 
5665
 
#: breezy/errors.py:1593
 
6495
#: bzrlib/errors.py:1593
5666
6496
msgid "Received bad protocol version marker: %(marker)r"
5667
 
msgstr ""
 
6497
msgstr "Received bad protocol version marker: %(marker)r"
5668
6498
 
5669
 
#: breezy/errors.py:1625
 
6499
#: bzrlib/errors.py:1625
5670
6500
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5671
 
msgstr ""
 
6501
msgstr "Transport operation not possible: %(msg)s %(orig_error)s"
5672
6502
 
5673
 
#: breezy/errors.py:1630
 
6503
#: bzrlib/errors.py:1630
5674
6504
msgid "Connection error: %(msg)s %(orig_error)s"
5675
 
msgstr ""
 
6505
msgstr "Connection error: %(msg)s %(orig_error)s"
5676
6506
 
5677
 
#: breezy/errors.py:1635
 
6507
#: bzrlib/errors.py:1635
5678
6508
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5679
 
msgstr ""
 
6509
msgstr "%(msg)s %(host)s%(port)s%(orig_error)s"
5680
6510
 
5681
 
#: breezy/errors.py:1656
 
6511
#: bzrlib/errors.py:1656
5682
6512
msgid "Connection closed: %(msg)s %(orig_error)s"
5683
 
msgstr ""
 
6513
msgstr "Connection closed: %(msg)s %(orig_error)s"
5684
6514
 
5685
 
#: breezy/errors.py:1661
 
6515
#: bzrlib/errors.py:1661
5686
6516
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5687
 
msgstr ""
 
6517
msgstr "Connection Timeout: %(msg)s%(orig_error)s"
5688
6518
 
5689
 
#: breezy/errors.py:1666
 
6519
#: bzrlib/errors.py:1666
5690
6520
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5691
 
msgstr ""
 
6521
msgstr "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5692
6522
 
5693
 
#: breezy/errors.py:1676
 
6523
#: bzrlib/errors.py:1676
5694
6524
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5695
 
msgstr ""
5696
 
 
5697
 
#: breezy/errors.py:1691
 
6525
msgstr "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
 
6526
 
 
6527
#: bzrlib/errors.py:1691
 
6528
msgid "Certificate error: %(error)s"
 
6529
msgstr "Certificate error: %(error)s"
 
6530
 
 
6531
#: bzrlib/errors.py:1699
5698
6532
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5699
 
msgstr ""
 
6533
msgstr "Invalid http range %(range)r for %(path)s: %(msg)s"
5700
6534
 
5701
 
#: breezy/errors.py:1705
 
6535
#: bzrlib/errors.py:1713
5702
6536
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5703
 
msgstr ""
 
6537
msgstr "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5704
6538
 
5705
 
#: breezy/errors.py:1713
 
6539
#: bzrlib/errors.py:1721
5706
6540
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5707
 
msgstr ""
 
6541
msgstr "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5708
6542
 
5709
 
#: breezy/errors.py:1722
 
6543
#: bzrlib/errors.py:1730
5710
6544
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5711
 
msgstr ""
 
6545
msgstr "%(source)s is%(permanently)s redirected to %(target)s"
5712
6546
 
5713
 
#: breezy/errors.py:1736
 
6547
#: bzrlib/errors.py:1744
5714
6548
msgid "Too many redirections"
5715
 
msgstr ""
 
6549
msgstr "Too many redirections"
5716
6550
 
5717
 
#: breezy/errors.py:1741
 
6551
#: bzrlib/errors.py:1749
5718
6552
msgid "Working tree has conflicts."
5719
 
msgstr ""
 
6553
msgstr "Working tree has conflicts."
5720
6554
 
5721
 
#: breezy/errors.py:1745
 
6555
#: bzrlib/errors.py:1753
5722
6556
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5723
 
msgstr ""
5724
 
 
5725
 
#: breezy/errors.py:1754
5726
 
msgid ""
5727
 
"Error(s) parsing config file %(filename)s:\n"
5728
 
"%(errors)s"
5729
 
msgstr ""
5730
 
 
5731
 
#: breezy/errors.py:1764
5732
 
msgid ""
5733
 
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5734
 
"See ``bzr help %(name)s``"
5735
 
msgstr ""
5736
 
 
5737
 
#: breezy/errors.py:1774
 
6557
msgstr "Config file %(filename)s is not UTF-8 encoded\n"
 
6558
 
 
6559
#: bzrlib/errors.py:1762
 
6560
msgid ""
 
6561
"Error(s) parsing config file %(filename)s:\n"
 
6562
"%(errors)s"
 
6563
msgstr ""
 
6564
"Error(s) parsing config file %(filename)s:\n"
 
6565
"%(errors)s"
 
6566
 
 
6567
#: bzrlib/errors.py:1772
 
6568
msgid ""
 
6569
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
 
6570
"See ``bzr help %(name)s``"
 
6571
msgstr ""
 
6572
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
 
6573
"See ``bzr help %(name)s``"
 
6574
 
 
6575
#: bzrlib/errors.py:1782
5738
6576
msgid "%(username)r does not seem to contain a reasonable email address"
5739
 
msgstr ""
 
6577
msgstr "%(username)r does not seem to contain a reasonable email address"
5740
6578
 
5741
 
#: breezy/errors.py:1783
 
6579
#: bzrlib/errors.py:1791
5742
6580
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5743
 
msgstr ""
 
6581
msgstr "Failed to GPG sign data with command \"%(command_line)s\""
5744
6582
 
5745
 
#: breezy/errors.py:1791
 
6583
#: bzrlib/errors.py:1799
5746
6584
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5747
 
msgstr ""
 
6585
msgstr "Failed to verify GPG signature data with error \"%(error)s\""
5748
6586
 
5749
 
#: breezy/errors.py:1799
 
6587
#: bzrlib/errors.py:1807
5750
6588
msgid "Unable to import library \"%(library)s\": %(error)s"
5751
 
msgstr ""
 
6589
msgstr "Unable to import library \"%(library)s\": %(error)s"
5752
6590
 
5753
 
#: breezy/errors.py:1807
 
6591
#: bzrlib/errors.py:1815
5754
6592
msgid "python-gpgme is not installed, it is needed to verify signatures"
5755
 
msgstr ""
5756
 
 
5757
 
#: breezy/errors.py:1815
5758
 
msgid ""
5759
 
"The working tree for %(basedir)s has changed since the last commit, but "
5760
 
"weave merge requires that it be unchanged"
5761
 
msgstr ""
5762
 
 
5763
 
#: breezy/errors.py:1825
5764
 
msgid ""
5765
 
"Can't reprocess and show base, because reprocessing obscures the "
5766
 
"relationship of conflicting lines to the base"
5767
 
msgstr ""
5768
 
 
5769
 
#: breezy/errors.py:1831
 
6593
msgstr "python-gpgme is not installed, it is needed to verify signatures"
 
6594
 
 
6595
#: bzrlib/errors.py:1823
 
6596
msgid ""
 
6597
"The working tree for %(basedir)s has changed since the last commit, but "
 
6598
"weave merge requires that it be unchanged"
 
6599
msgstr ""
 
6600
"The working tree for %(basedir)s has changed since the last commit, but "
 
6601
"weave merge requires that it be unchanged"
 
6602
 
 
6603
#: bzrlib/errors.py:1833
 
6604
msgid ""
 
6605
"Can't reprocess and show base, because reprocessing obscures the "
 
6606
"relationship of conflicting lines to the base"
 
6607
msgstr ""
 
6608
"Can't reprocess and show base, because reprocessing obscures the "
 
6609
"relationship of conflicting lines to the base"
 
6610
 
 
6611
#: bzrlib/errors.py:1839
5770
6612
msgid "Cycle in graph %(graph)r"
5771
 
msgstr ""
 
6613
msgstr "Cycle in graph %(graph)r"
5772
6614
 
5773
 
#: breezy/errors.py:1859
 
6615
#: bzrlib/errors.py:1867
5774
6616
msgid "File %(filename)s is not conflicted."
5775
 
msgstr ""
 
6617
msgstr "File %(filename)s is not conflicted."
5776
6618
 
5777
 
#: breezy/errors.py:1881
 
6619
#: bzrlib/errors.py:1889
5778
6620
msgid "No bundle was found in \"%(filename)s\"."
5779
 
msgstr ""
 
6621
msgstr "No bundle was found in \"%(filename)s\"."
5780
6622
 
5781
 
#: breezy/errors.py:1890
 
6623
#: bzrlib/errors.py:1898
5782
6624
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5783
 
msgstr ""
 
6625
msgstr "Unable to handle bundle version %(version)s: %(msg)s"
5784
6626
 
5785
 
#: breezy/errors.py:1900
 
6627
#: bzrlib/errors.py:1908
5786
6628
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5787
 
msgstr ""
 
6629
msgstr "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5788
6630
 
5789
 
#: breezy/errors.py:1913
 
6631
#: bzrlib/errors.py:1921
5790
6632
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5791
 
msgstr ""
 
6633
msgstr "File id {%(file_id)s} already exists in inventory as %(entry)s"
5792
6634
 
5793
 
#: breezy/errors.py:1923
 
6635
#: bzrlib/errors.py:1931
5794
6636
msgid "Key %(key)s is already present in map"
5795
 
msgstr ""
 
6637
msgstr "Key %(key)s is already present in map"
5796
6638
 
5797
 
#: breezy/errors.py:1928
 
6639
#: bzrlib/errors.py:1936
5798
6640
msgid "The prefix %(prefix)s is in the help search path twice."
5799
 
msgstr ""
 
6641
msgstr "The prefix %(prefix)s is in the help search path twice."
5800
6642
 
5801
 
#: breezy/errors.py:1938
 
6643
#: bzrlib/errors.py:1946
5802
6644
msgid ""
5803
6645
"No final name for trans_id %(trans_id)r\n"
5804
6646
"file-id: %(file_id)r\n"
5805
6647
"root trans-id: %(root_trans_id)r\n"
5806
6648
msgstr ""
 
6649
"No final name for trans_id %(trans_id)r\n"
 
6650
"file-id: %(file_id)r\n"
 
6651
"root trans-id: %(root_trans_id)r\n"
5807
6652
 
5808
 
#: breezy/errors.py:1970
 
6653
#: bzrlib/errors.py:1978
5809
6654
msgid "Attempt to reuse a transform that has already been applied."
5810
 
msgstr ""
 
6655
msgstr "Attempt to reuse a transform that has already been applied."
5811
6656
 
5812
 
#: breezy/errors.py:1975
 
6657
#: bzrlib/errors.py:1983
5813
6658
msgid "Moving the root directory is not supported at this time"
5814
 
msgstr ""
 
6659
msgstr "Moving the root directory is not supported at this time"
5815
6660
 
5816
 
#: breezy/errors.py:1980
 
6661
#: bzrlib/errors.py:1988
5817
6662
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5818
 
msgstr ""
5819
 
 
5820
 
#: breezy/errors.py:1991
5821
 
msgid ""
5822
 
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5823
 
msgstr ""
5824
 
 
5825
 
#: breezy/errors.py:2027
5826
 
msgid ""
5827
 
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5828
 
msgstr ""
5829
 
 
5830
 
#: breezy/errors.py:2057
 
6663
msgstr "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
 
6664
 
 
6665
#: bzrlib/errors.py:1999
 
6666
msgid ""
 
6667
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
 
6668
msgstr ""
 
6669
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
 
6670
 
 
6671
#: bzrlib/errors.py:2035
 
6672
msgid ""
 
6673
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
 
6674
msgstr ""
 
6675
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
 
6676
 
 
6677
#: bzrlib/errors.py:2065
5831
6678
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5832
 
msgstr ""
 
6679
msgstr "Unable to import paramiko (required for sftp support): %(error)s"
5833
6680
 
5834
 
#: breezy/errors.py:2065
 
6681
#: bzrlib/errors.py:2073
5835
6682
msgid "Nothing to merge."
5836
 
msgstr ""
 
6683
msgstr "Nothing to merge."
5837
6684
 
5838
 
#: breezy/errors.py:2070
 
6685
#: bzrlib/errors.py:2078
5839
6686
msgid "Format %(format)s cannot be initialised by this version of bzr."
5840
 
msgstr ""
 
6687
msgstr "Format %(format)s cannot be initialised by this version of bzr."
5841
6688
 
5842
 
#: breezy/errors.py:2079
 
6689
#: bzrlib/errors.py:2087
5843
6690
msgid ""
5844
6691
"Cannot convert from format %(from_format)s to format %(format)s.    "
5845
6692
"%(problem)s"
5846
6693
msgstr ""
 
6694
"Cannot convert from format %(from_format)s to format %(format)s.    "
 
6695
"%(problem)s"
5847
6696
 
5848
 
#: breezy/errors.py:2091
 
6697
#: bzrlib/errors.py:2099
5849
6698
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5850
 
msgstr ""
 
6699
msgstr "Could not find an appropriate Differ for file \"%(path)s\""
5851
6700
 
5852
 
#: breezy/errors.py:2099
 
6701
#: bzrlib/errors.py:2107
5853
6702
msgid "%(exe_name)s could not be found on this machine"
5854
 
msgstr ""
 
6703
msgstr "%(exe_name)s could not be found on this machine"
5855
6704
 
5856
 
#: breezy/errors.py:2107
 
6705
#: bzrlib/errors.py:2115
5857
6706
msgid "Diff is not installed on this machine: %(msg)s"
5858
 
msgstr ""
 
6707
msgstr "Diff is not installed on this machine: %(msg)s"
5859
6708
 
5860
 
#: breezy/errors.py:2115
 
6709
#: bzrlib/errors.py:2123
5861
6710
msgid "Diff3 is not installed on this machine."
5862
 
msgstr ""
 
6711
msgstr "Diff3 is not installed on this machine."
5863
6712
 
5864
 
#: breezy/errors.py:2121
 
6713
#: bzrlib/errors.py:2129
5865
6714
msgid "The content being inserted is already present."
5866
 
msgstr ""
5867
 
 
5868
 
#: breezy/errors.py:2126
5869
 
msgid ""
5870
 
"This tree contains left-over files from a failed operation.\n"
5871
 
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5872
 
"to\n"
5873
 
"    keep, and delete it when you are done."
5874
 
msgstr ""
5875
 
 
5876
 
#: breezy/errors.py:2137
5877
 
msgid ""
5878
 
"This tree contains left-over files from a failed operation.\n"
5879
 
"    Please examine %(pending_deletion)s to see if it contains any files you\n"
5880
 
"    wish to keep, and delete it when you are done."
5881
 
msgstr ""
5882
 
 
5883
 
#: breezy/errors.py:2147
5884
 
msgid ""
5885
 
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
5886
 
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
5887
 
"to\n"
5888
 
"    keep, and delete it when you are done."
5889
 
msgstr ""
5890
 
 
5891
 
#: breezy/errors.py:2158
5892
 
msgid ""
5893
 
"Unable to delete transform temporary directory %(pending_deletion)s.  Please "
5894
 
"examine %(pending_deletion)s to see if it contains any files you wish to "
5895
 
"keep, and delete it when you are done."
5896
 
msgstr ""
5897
 
 
5898
 
#: breezy/errors.py:2168
 
6715
msgstr "The content being inserted is already present."
 
6716
 
 
6717
#: bzrlib/errors.py:2134
 
6718
msgid ""
 
6719
"This tree contains left-over files from a failed operation.\n"
 
6720
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
 
6721
"to\n"
 
6722
"    keep, and delete it when you are done."
 
6723
msgstr ""
 
6724
"This tree contains left-over files from a failed operation.\n"
 
6725
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
 
6726
"to\n"
 
6727
"    keep, and delete it when you are done."
 
6728
 
 
6729
#: bzrlib/errors.py:2145
 
6730
msgid ""
 
6731
"This tree contains left-over files from a failed operation.\n"
 
6732
"    Please examine %(pending_deletion)s to see if it contains any files you\n"
 
6733
"    wish to keep, and delete it when you are done."
 
6734
msgstr ""
 
6735
"This tree contains left-over files from a failed operation.\n"
 
6736
"    Please examine %(pending_deletion)s to see if it contains any files you\n"
 
6737
"    wish to keep, and delete it when you are done."
 
6738
 
 
6739
#: bzrlib/errors.py:2155
 
6740
msgid ""
 
6741
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
 
6742
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
 
6743
"to\n"
 
6744
"    keep, and delete it when you are done."
 
6745
msgstr ""
 
6746
"Unable to delete transform temporary directory %(limbo_dir)s.\n"
 
6747
"    Please examine %(limbo_dir)s to see if it contains any files you wish "
 
6748
"to\n"
 
6749
"    keep, and delete it when you are done."
 
6750
 
 
6751
#: bzrlib/errors.py:2166
 
6752
msgid ""
 
6753
"Unable to delete transform temporary directory %(pending_deletion)s.  Please "
 
6754
"examine %(pending_deletion)s to see if it contains any files you wish to "
 
6755
"keep, and delete it when you are done."
 
6756
msgstr ""
 
6757
"Unable to delete transform temporary directory %(pending_deletion)s.  Please "
 
6758
"examine %(pending_deletion)s to see if it contains any files you wish to "
 
6759
"keep, and delete it when you are done."
 
6760
 
 
6761
#: bzrlib/errors.py:2176
5899
6762
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5900
 
msgstr ""
5901
 
 
5902
 
#: breezy/errors.py:2182
5903
 
msgid "Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5904
 
msgstr ""
5905
 
 
5906
 
#: breezy/errors.py:2195
 
6763
msgstr "Working tree is out of date, please run 'bzr update'.%(more)s"
 
6764
 
 
6765
#: bzrlib/errors.py:2190
 
6766
msgid ""
 
6767
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
 
6768
msgstr ""
 
6769
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
 
6770
 
 
6771
#: bzrlib/errors.py:2203
5907
6772
msgid "Error in merge modified format"
5908
 
msgstr ""
 
6773
msgstr "Error in merge modified format"
5909
6774
 
5910
 
#: breezy/errors.py:2200
 
6775
#: bzrlib/errors.py:2208
5911
6776
msgid "Format error in conflict listings"
5912
 
msgstr ""
5913
 
 
5914
 
#: breezy/errors.py:2204
5915
 
msgid ""
5916
 
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5917
 
"Error: %(description)s"
5918
 
msgstr ""
5919
 
 
5920
 
#: breezy/errors.py:2215
5921
 
msgid ""
5922
 
"An error has been detected in the repository %(repo_path)s.\n"
5923
 
"Please run bzr reconcile on this repository."
5924
 
msgstr ""
5925
 
 
5926
 
#: breezy/errors.py:2226
5927
 
msgid ""
5928
 
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5929
 
"reason: %(reason)s"
5930
 
msgstr ""
5931
 
 
5932
 
#: breezy/errors.py:2239
5933
 
msgid ""
5934
 
"An inconsistent delta was supplied: %(delta)r\n"
5935
 
"reason: %(reason)s"
5936
 
msgstr ""
5937
 
 
5938
 
#: breezy/errors.py:2251
 
6777
msgstr "Format error in conflict listings"
 
6778
 
 
6779
#: bzrlib/errors.py:2212
 
6780
msgid ""
 
6781
"Inconsistency in dirstate file %(dirstate_path)s.\n"
 
6782
"Error: %(description)s"
 
6783
msgstr ""
 
6784
"Inconsistency in dirstate file %(dirstate_path)s.\n"
 
6785
"Error: %(description)s"
 
6786
 
 
6787
#: bzrlib/errors.py:2223
 
6788
msgid ""
 
6789
"An error has been detected in the repository %(repo_path)s.\n"
 
6790
"Please run bzr reconcile on this repository."
 
6791
msgstr ""
 
6792
"An error has been detected in the repository %(repo_path)s.\n"
 
6793
"Please run bzr reconcile on this repository."
 
6794
 
 
6795
#: bzrlib/errors.py:2234
 
6796
msgid ""
 
6797
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
 
6798
"reason: %(reason)s"
 
6799
msgstr ""
 
6800
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
 
6801
"reason: %(reason)s"
 
6802
 
 
6803
#: bzrlib/errors.py:2247
 
6804
msgid ""
 
6805
"An inconsistent delta was supplied: %(delta)r\n"
 
6806
"reason: %(reason)s"
 
6807
msgstr ""
 
6808
"An inconsistent delta was supplied: %(delta)r\n"
 
6809
"reason: %(reason)s"
 
6810
 
 
6811
#: bzrlib/errors.py:2259
5939
6812
msgid "To use this feature you must upgrade your branch at %(path)s."
5940
 
msgstr ""
 
6813
msgstr "To use this feature you must upgrade your branch at %(path)s."
5941
6814
 
5942
 
#: breezy/errors.py:2260
 
6815
#: bzrlib/errors.py:2268
5943
6816
msgid "To use this feature you must upgrade your repository at %(path)s."
5944
 
msgstr ""
 
6817
msgstr "To use this feature you must upgrade your repository at %(path)s."
5945
6818
 
5946
 
#: breezy/errors.py:2265
 
6819
#: bzrlib/errors.py:2273
5947
6820
msgid ""
5948
6821
"To use this feature you must upgrade your branch at %(path)s to a format "
5949
6822
"which supports rich roots."
5950
6823
msgstr ""
 
6824
"To use this feature you must upgrade your branch at %(path)s to a format "
 
6825
"which supports rich roots."
5951
6826
 
5952
 
#: breezy/errors.py:2271
 
6827
#: bzrlib/errors.py:2279
5953
6828
msgid "Cannot perform local-only commits on unbound branches."
5954
 
msgstr ""
 
6829
msgstr "Cannot perform local-only commits on unbound branches."
5955
6830
 
5956
 
#: breezy/errors.py:2276
 
6831
#: bzrlib/errors.py:2284
5957
6832
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5958
 
msgstr ""
 
6833
msgstr "The method %(mname)s is not supported on objects of type %(tname)s."
5959
6834
 
5960
 
#: breezy/errors.py:2297
 
6835
#: bzrlib/errors.py:2305
5961
6836
msgid "Ghost tags not supported by format %(format)r."
5962
 
msgstr ""
 
6837
msgstr "Ghost tags not supported by format %(format)r."
5963
6838
 
5964
 
#: breezy/errors.py:2305
 
6839
#: bzrlib/errors.py:2313
5965
6840
msgid "File is binary but should be text."
5966
 
msgstr ""
 
6841
msgstr "File is binary but should be text."
5967
6842
 
5968
 
#: breezy/errors.py:2310
 
6843
#: bzrlib/errors.py:2318
5969
6844
msgid "The path %(path)s is not permitted on this platform"
5970
 
msgstr ""
 
6845
msgstr "The path %(path)s is not permitted on this platform"
5971
6846
 
5972
 
#: breezy/errors.py:2319
 
6847
#: bzrlib/errors.py:2327
5973
6848
msgid ""
5974
6849
"Testament did not match expected value.\n"
5975
6850
"       For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5976
6851
"       {%(measured)s}"
5977
6852
msgstr ""
 
6853
"Testament did not match expected value.\n"
 
6854
"       For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
 
6855
"       {%(measured)s}"
5978
6856
 
5979
 
#: breezy/errors.py:2331
 
6857
#: bzrlib/errors.py:2339
5980
6858
msgid "Not a bzr revision-bundle: %(text)r"
5981
 
msgstr ""
 
6859
msgstr "Not a bzr revision-bundle: %(text)r"
5982
6860
 
5983
 
#: breezy/errors.py:2340
 
6861
#: bzrlib/errors.py:2348
5984
6862
msgid "Bad bzr revision-bundle: %(text)r"
5985
 
msgstr ""
 
6863
msgstr "Bad bzr revision-bundle: %(text)r"
5986
6864
 
5987
 
#: breezy/errors.py:2349
 
6865
#: bzrlib/errors.py:2357
5988
6866
msgid "Malformed bzr revision-bundle header: %(text)r"
5989
 
msgstr ""
 
6867
msgstr "Malformed bzr revision-bundle header: %(text)r"
5990
6868
 
5991
 
#: breezy/errors.py:2354
 
6869
#: bzrlib/errors.py:2362
5992
6870
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5993
 
msgstr ""
 
6871
msgstr "Malformed patches in bzr revision-bundle: %(text)r"
5994
6872
 
5995
 
#: breezy/errors.py:2359
 
6873
#: bzrlib/errors.py:2367
5996
6874
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5997
 
msgstr ""
 
6875
msgstr "Malformed footer in bzr revision-bundle: %(text)r"
5998
6876
 
5999
 
#: breezy/errors.py:2364
 
6877
#: bzrlib/errors.py:2372
6000
6878
msgid "End of line marker was not \\n in bzr revision-bundle"
6001
 
msgstr ""
 
6879
msgstr "End of line marker was not \\n in bzr revision-bundle"
6002
6880
 
6003
 
#: breezy/errors.py:2374
 
6881
#: bzrlib/errors.py:2382
6004
6882
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
6005
 
msgstr ""
 
6883
msgstr "Bundle format %(bundle_format)s is incompatible with %(other)s"
6006
6884
 
6007
 
#: breezy/errors.py:2384
 
6885
#: bzrlib/errors.py:2392
6008
6886
msgid "Root class for inventory serialization errors"
6009
 
msgstr ""
 
6887
msgstr "Root class for inventory serialisation errors"
6010
6888
 
6011
 
#: breezy/errors.py:2388
 
6889
#: bzrlib/errors.py:2396
6012
6890
msgid ""
6013
6891
"The inventory was not in the expected format:\n"
6014
6892
" %(msg)s"
6015
6893
msgstr ""
 
6894
"The inventory was not in the expected format:\n"
 
6895
" %(msg)s"
6016
6896
 
6017
 
#: breezy/errors.py:2397
 
6897
#: bzrlib/errors.py:2405
6018
6898
msgid "This operation requires rich root data storage"
6019
 
msgstr ""
6020
 
 
6021
 
#: breezy/errors.py:2410
6022
 
msgid "Unrecognised value for BRZ_SSH environment variable: %(vendor)s"
6023
 
msgstr ""
6024
 
 
6025
 
#: breezy/errors.py:2419
6026
 
msgid ""
6027
 
"Don't know how to handle SSH connections. Please set BRZ_SSH environment "
6028
 
"variable."
6029
 
msgstr ""
6030
 
 
6031
 
#: breezy/errors.py:2426
6032
 
msgid ""
6033
 
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
6034
 
"ghost at {%(ghost_revision_id)s}"
6035
 
msgstr ""
6036
 
 
6037
 
#: breezy/errors.py:2436
 
6899
msgstr "This operation requires rich root data storage"
 
6900
 
 
6901
#: bzrlib/errors.py:2418
 
6902
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
 
6903
msgstr "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
 
6904
 
 
6905
#: bzrlib/errors.py:2427
 
6906
msgid ""
 
6907
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
 
6908
"variable."
 
6909
msgstr ""
 
6910
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
 
6911
"variable."
 
6912
 
 
6913
#: bzrlib/errors.py:2434
 
6914
msgid ""
 
6915
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
 
6916
"ghost at {%(ghost_revision_id)s}"
 
6917
msgstr ""
 
6918
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
 
6919
"ghost at {%(ghost_revision_id)s}"
 
6920
 
 
6921
#: bzrlib/errors.py:2444
6038
6922
msgid "Ghost revision {%(revision_id)s} cannot be used here."
6039
 
msgstr ""
 
6923
msgstr "Ghost revision {%(revision_id)s} cannot be used here."
6040
6924
 
6041
 
#: breezy/errors.py:2487
 
6925
#: bzrlib/errors.py:2495
6042
6926
msgid ""
6043
6927
"A merge directive must provide either a bundle or a public branch location."
6044
6928
msgstr ""
 
6929
"A merge directive must provide either a bundle or a public branch location."
6045
6930
 
6046
 
#: breezy/errors.py:2494
 
6931
#: bzrlib/errors.py:2502
6047
6932
msgid "Bad merge directive payload %(start)r"
6048
 
msgstr ""
 
6933
msgstr "Bad merge directive payload %(start)r"
6049
6934
 
6050
 
#: breezy/errors.py:2504
 
6935
#: bzrlib/errors.py:2512
6051
6936
msgid "Preview patch does not match requested changes."
6052
 
msgstr ""
 
6937
msgstr "Preview patch does not match requested changes."
6053
6938
 
6054
 
#: breezy/errors.py:2510
 
6939
#: bzrlib/errors.py:2518
6055
6940
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
6056
 
msgstr ""
 
6941
msgstr "Patch_type was %(patch_type)s, but no patch was supplied."
6057
6942
 
6058
 
#: breezy/errors.py:2520
 
6943
#: bzrlib/errors.py:2528
6059
6944
msgid ""
6060
6945
"Your branch does not have all of the revisions required in order to merge "
6061
6946
"this merge directive and the target location specified in the merge "
6062
6947
"directive is not a branch: %(location)s."
6063
6948
msgstr ""
 
6949
"Your branch does not have all of the revisions required in order to merge "
 
6950
"this merge directive and the target location specified in the merge "
 
6951
"directive is not a branch: %(location)s."
6064
6952
 
6065
 
#: breezy/errors.py:2532
 
6953
#: bzrlib/errors.py:2540
6066
6954
msgid "Unsupported entry kind %(kind)s"
6067
 
msgstr ""
 
6955
msgstr "Unsupported entry kind %(kind)s"
6068
6956
 
6069
 
#: breezy/errors.py:2540
 
6957
#: bzrlib/errors.py:2548
6070
6958
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6071
 
msgstr ""
 
6959
msgstr "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6072
6960
 
6073
 
#: breezy/errors.py:2550
 
6961
#: bzrlib/errors.py:2558
6074
6962
msgid "Subsume target %(other_tree)s needs to be upgraded."
6075
 
msgstr ""
 
6963
msgstr "Subsume target %(other_tree)s needs to be upgraded."
6076
6964
 
6077
 
#: breezy/errors.py:2569
 
6965
#: bzrlib/errors.py:2577
6078
6966
msgid "No such tag: %(tag_name)s"
6079
 
msgstr ""
 
6967
msgstr "No such tag: %(tag_name)s"
6080
6968
 
6081
 
#: breezy/errors.py:2577
 
6969
#: bzrlib/errors.py:2585
6082
6970
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6083
6971
msgstr ""
 
6972
"Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6084
6973
 
6085
 
#: breezy/errors.py:2586
 
6974
#: bzrlib/errors.py:2594
6086
6975
msgid "Tag %(tag_name)s already exists."
6087
 
msgstr ""
6088
 
 
6089
 
#: breezy/errors.py:2594
6090
 
msgid ""
6091
 
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help bugs"
6092
 
"\" for more information on this feature."
6093
 
msgstr ""
6094
 
 
6095
 
#: breezy/errors.py:2604
6096
 
msgid ""
6097
 
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6098
 
msgstr ""
6099
 
 
6100
 
#: breezy/errors.py:2614
6101
 
msgid ""
6102
 
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6103
 
msgstr ""
6104
 
 
6105
 
#: breezy/errors.py:2624
 
6976
msgstr "Tag %(tag_name)s already exists."
 
6977
 
 
6978
#: bzrlib/errors.py:2602
 
6979
msgid ""
 
6980
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
 
6981
"bugs\" for more information on this feature."
 
6982
msgstr ""
 
6983
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
 
6984
"bugs\" for more information on this feature."
 
6985
 
 
6986
#: bzrlib/errors.py:2612
 
6987
msgid ""
 
6988
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
 
6989
msgstr ""
 
6990
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
 
6991
 
 
6992
#: bzrlib/errors.py:2622
 
6993
msgid ""
 
6994
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
 
6995
msgstr ""
 
6996
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
 
6997
 
 
6998
#: bzrlib/errors.py:2632
6106
6999
msgid "Invalid line in bugs property: '%(line)s'"
6107
 
msgstr ""
 
7000
msgstr "Invalid line in bugs property: '%(line)s'"
6108
7001
 
6109
 
#: breezy/errors.py:2632
 
7002
#: bzrlib/errors.py:2640
6110
7003
msgid "Invalid bug status: '%(status)s'"
6111
 
msgstr ""
 
7004
msgstr "Invalid bug status: '%(status)s'"
6112
7005
 
6113
 
#: breezy/errors.py:2640
 
7006
#: bzrlib/errors.py:2648
6114
7007
msgid "Could not understand response from smart server: %(response_tuple)r"
6115
 
msgstr ""
 
7008
msgstr "Could not understand response from smart server: %(response_tuple)r"
6116
7009
 
6117
 
#: breezy/errors.py:2679
 
7010
#: bzrlib/errors.py:2687
6118
7011
msgid "Server sent an unexpected error: %(error_tuple)r"
6119
 
msgstr ""
 
7012
msgstr "Server sent an unexpected error: %(error_tuple)r"
6120
7013
 
6121
 
#: breezy/errors.py:2698
 
7014
#: bzrlib/errors.py:2706
6122
7015
msgid "Unrecognised container format: %(container_format)r"
6123
 
msgstr ""
 
7016
msgstr "Unrecognised container format: %(container_format)r"
6124
7017
 
6125
 
#: breezy/errors.py:2706
 
7018
#: bzrlib/errors.py:2714
6126
7019
msgid "Unexpected end of container stream"
6127
 
msgstr ""
 
7020
msgstr "Unexpected end of container stream"
6128
7021
 
6129
 
#: breezy/errors.py:2711
 
7022
#: bzrlib/errors.py:2719
6130
7023
msgid "Unknown record type: %(record_type)r"
6131
 
msgstr ""
 
7024
msgstr "Unknown record type: %(record_type)r"
6132
7025
 
6133
 
#: breezy/errors.py:2719
 
7026
#: bzrlib/errors.py:2727
6134
7027
msgid "Invalid record: %(reason)s"
6135
 
msgstr ""
 
7028
msgstr "Invalid record: %(reason)s"
6136
7029
 
6137
 
#: breezy/errors.py:2727
 
7030
#: bzrlib/errors.py:2735
6138
7031
msgid "Container has data after end marker: %(excess)r"
6139
 
msgstr ""
 
7032
msgstr "Container has data after end marker: %(excess)r"
6140
7033
 
6141
 
#: breezy/errors.py:2735
 
7034
#: bzrlib/errors.py:2743
6142
7035
msgid "Container has multiple records with the same name: %(name)s"
6143
 
msgstr ""
 
7036
msgstr "Container has multiple records with the same name: %(name)s"
6144
7037
 
6145
 
#: breezy/errors.py:2748
 
7038
#: bzrlib/errors.py:2756
6146
7039
msgid "Corrupt or incompatible data stream: %(reason)s"
6147
 
msgstr ""
 
7040
msgstr "Corrupt or incompatible data stream: %(reason)s"
6148
7041
 
6149
 
#: breezy/errors.py:2756
 
7042
#: bzrlib/errors.py:2764
6150
7043
msgid "SMTP error: %(error)s"
6151
 
msgstr ""
 
7044
msgstr "SMTP error: %(error)s"
6152
7045
 
6153
 
#: breezy/errors.py:2764
 
7046
#: bzrlib/errors.py:2772
6154
7047
msgid "No message supplied."
6155
 
msgstr ""
 
7048
msgstr "No message supplied."
6156
7049
 
6157
 
#: breezy/errors.py:2769
 
7050
#: bzrlib/errors.py:2777
6158
7051
msgid "No mail-to address (--mail-to) or output (-o) specified."
6159
 
msgstr ""
 
7052
msgstr "No mail-to address (--mail-to) or output (-o) specified."
6160
7053
 
6161
 
#: breezy/errors.py:2774
 
7054
#: bzrlib/errors.py:2782
6162
7055
msgid ""
6163
7056
"Unable to find mail client with the following names: "
6164
7057
"%(mail_command_list_string)s"
6165
7058
msgstr ""
 
7059
"Unable to find mail client with the following names: "
 
7060
"%(mail_command_list_string)s"
6166
7061
 
6167
 
#: breezy/errors.py:2784
 
7062
#: bzrlib/errors.py:2792
6168
7063
msgid "SMTP connection to %(host)s refused"
6169
 
msgstr ""
 
7064
msgstr "SMTP connection to %(host)s refused"
6170
7065
 
6171
 
#: breezy/errors.py:2793
 
7066
#: bzrlib/errors.py:2801
6172
7067
msgid "Please specify smtp_server.  No server at default %(host)s."
6173
 
msgstr ""
 
7068
msgstr "Please specify smtp_server.  No server at default %(host)s."
6174
7069
 
6175
 
#: breezy/errors.py:2807
 
7070
#: bzrlib/errors.py:2815
6176
7071
msgid ""
6177
7072
"'%(display_url)s' is not in sync with %(target_url)s.  See bzr help sync-for-"
6178
7073
"reconfigure."
6179
7074
msgstr ""
 
7075
"'%(display_url)s' is not in sync with %(target_url)s.  See bzr help sync-for-"
 
7076
"reconfigure."
6180
7077
 
6181
 
#: breezy/errors.py:2819
 
7078
#: bzrlib/errors.py:2827
6182
7079
msgid "'%(display_url)s' is already a branch."
6183
 
msgstr ""
 
7080
msgstr "'%(display_url)s' is already a branch."
6184
7081
 
6185
 
#: breezy/errors.py:2824
 
7082
#: bzrlib/errors.py:2832
6186
7083
msgid "'%(display_url)s' is already a tree."
6187
 
msgstr ""
 
7084
msgstr "'%(display_url)s' is already a tree."
6188
7085
 
6189
 
#: breezy/errors.py:2829
 
7086
#: bzrlib/errors.py:2837
6190
7087
msgid "'%(display_url)s' is already a checkout."
6191
 
msgstr ""
 
7088
msgstr "'%(display_url)s' is already a checkout."
6192
7089
 
6193
 
#: breezy/errors.py:2834
 
7090
#: bzrlib/errors.py:2842
6194
7091
msgid "'%(display_url)s' is already a lightweight checkout."
6195
 
msgstr ""
 
7092
msgstr "'%(display_url)s' is already a lightweight checkout."
6196
7093
 
6197
 
#: breezy/errors.py:2839
 
7094
#: bzrlib/errors.py:2847
6198
7095
msgid "'%(display_url)s' is already using a shared repository."
6199
 
msgstr ""
 
7096
msgstr "'%(display_url)s' is already using a shared repository."
6200
7097
 
6201
 
#: breezy/errors.py:2844
 
7098
#: bzrlib/errors.py:2852
6202
7099
msgid "'%(display_url)s' is already standalone."
6203
 
msgstr ""
 
7100
msgstr "'%(display_url)s' is already standalone."
6204
7101
 
6205
 
#: breezy/errors.py:2849
 
7102
#: bzrlib/errors.py:2857
6206
7103
msgid "Shared repository '%(display_url)s' already creates working trees."
6207
 
msgstr ""
 
7104
msgstr "Shared repository '%(display_url)s' already creates working trees."
6208
7105
 
6209
 
#: breezy/errors.py:2855
 
7106
#: bzrlib/errors.py:2863
6210
7107
msgid ""
6211
7108
"Shared repository '%(display_url)s' already doesn't create working trees."
6212
7109
msgstr ""
 
7110
"Shared repository '%(display_url)s' already doesn't create working trees."
6213
7111
 
6214
 
#: breezy/errors.py:2861
 
7112
#: bzrlib/errors.py:2869
6215
7113
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6216
 
msgstr ""
 
7114
msgstr "Requested reconfiguration of '%(display_url)s' is not supported."
6217
7115
 
6218
 
#: breezy/errors.py:2866
 
7116
#: bzrlib/errors.py:2874
6219
7117
msgid "No location could be found to bind to at %(display_url)s."
6220
 
msgstr ""
6221
 
 
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
 
7118
msgstr "No location could be found to bind to at %(display_url)s."
 
7119
 
 
7120
#: bzrlib/errors.py:2879
 
7121
msgid ""
 
7122
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
 
7123
"status).%(more)s"
 
7124
msgstr ""
 
7125
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
 
7126
"status).%(more)s"
 
7127
 
 
7128
#: bzrlib/errors.py:2898
 
7129
msgid ""
 
7130
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
 
7131
"list).%(more)s"
 
7132
msgstr ""
 
7133
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
 
7134
"list).%(more)s"
 
7135
 
 
7136
#: bzrlib/errors.py:2904
6240
7137
msgid "Variable {%(name)s} is not available."
6241
 
msgstr ""
 
7138
msgstr "Variable {%(name)s} is not available."
6242
7139
 
6243
 
#: breezy/errors.py:2919
 
7140
#: bzrlib/errors.py:2912
6244
7141
msgid "No template specified."
6245
 
msgstr ""
 
7142
msgstr "No template specified."
6246
7143
 
6247
 
#: breezy/errors.py:2924
 
7144
#: bzrlib/errors.py:2917
6248
7145
msgid "Unable to create symlink %(path_str)son this platform"
6249
 
msgstr ""
6250
 
 
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
 
7146
msgstr "Unable to create symlink %(path_str)son this platform"
 
7147
 
 
7148
#: bzrlib/errors.py:2932
 
7149
msgid ""
 
7150
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
 
7151
"\"original\", \"local\"."
 
7152
msgstr ""
 
7153
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
 
7154
"\"original\", \"local\"."
 
7155
 
 
7156
#: bzrlib/errors.py:2966
 
7157
msgid ""
 
7158
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
 
7159
msgstr ""
 
7160
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
 
7161
 
 
7162
#: bzrlib/errors.py:2978
6263
7163
msgid "The \"%(config_id)s\" configuration does not exist."
6264
 
msgstr ""
 
7164
msgstr "The \"%(config_id)s\" configuration does not exist."
6265
7165
 
6266
 
#: breezy/errors.py:2993
 
7166
#: bzrlib/errors.py:2986
6267
7167
msgid "The \"%(option_name)s\" configuration option does not exist."
6268
 
msgstr ""
 
7168
msgstr "The \"%(option_name)s\" configuration option does not exist."
6269
7169
 
6270
 
#: breezy/errors.py:3001
 
7170
#: bzrlib/errors.py:2994
6271
7171
msgid "The alias \"%(alias_name)s\" does not exist."
6272
 
msgstr ""
 
7172
msgstr "The alias \"%(alias_name)s\" does not exist."
6273
7173
 
6274
 
#: breezy/errors.py:3015
 
7174
#: bzrlib/errors.py:3008
6275
7175
msgid "\"%(alias_name)s\" is not a valid location alias."
6276
 
msgstr ""
 
7176
msgstr "\"%(alias_name)s\" is not a valid location alias."
6277
7177
 
6278
 
#: breezy/errors.py:3023
 
7178
#: bzrlib/errors.py:3016
6279
7179
msgid "No %(alias_name)s location assigned."
6280
 
msgstr ""
 
7180
msgstr "No %(alias_name)s location assigned."
6281
7181
 
6282
 
#: breezy/errors.py:3031
 
7182
#: bzrlib/errors.py:3024
6283
7183
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6284
 
msgstr ""
 
7184
msgstr "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6285
7185
 
6286
 
#: breezy/errors.py:3041
 
7186
#: bzrlib/errors.py:3034
6287
7187
msgid "Unknown rules detected: %(unknowns_str)s."
6288
 
msgstr ""
 
7188
msgstr "Unknown rules detected: %(unknowns_str)s."
6289
7189
 
6290
 
#: breezy/errors.py:3052
 
7190
#: bzrlib/errors.py:3045
6291
7191
msgid "Tip change rejected: %(msg)s"
6292
 
msgstr ""
 
7192
msgstr "Tip change rejected: %(msg)s"
6293
7193
 
6294
 
#: breezy/errors.py:3060
 
7194
#: bzrlib/errors.py:3053
6295
7195
msgid "Shelf corrupt."
6296
 
msgstr ""
 
7196
msgstr "Shelf corrupt."
6297
7197
 
6298
 
#: breezy/errors.py:3065
 
7198
#: bzrlib/errors.py:3058
6299
7199
msgid "Corruption while decompressing repository file%(orig_error)s"
6300
 
msgstr ""
 
7200
msgstr "Corruption while decompressing repository file%(orig_error)s"
6301
7201
 
6302
 
#: breezy/errors.py:3077
 
7202
#: bzrlib/errors.py:3070
6303
7203
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6304
 
msgstr ""
 
7204
msgstr "No changes are shelved with id \"%(shelf_id)d\"."
6305
7205
 
6306
 
#: breezy/errors.py:3085
 
7206
#: bzrlib/errors.py:3078
6307
7207
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6308
 
msgstr ""
6309
 
 
6310
 
#: breezy/errors.py:3093
6311
 
msgid "An attempt to access a url outside the server jail was made: '%(url)s'."
6312
 
msgstr ""
6313
 
 
6314
 
#: breezy/errors.py:3101
 
7208
msgstr "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
 
7209
 
 
7210
#: bzrlib/errors.py:3086
 
7211
msgid ""
 
7212
"An attempt to access a url outside the server jail was made: '%(url)s'."
 
7213
msgstr ""
 
7214
"An attempt to access a url outside the server jail was made: '%(url)s'."
 
7215
 
 
7216
#: bzrlib/errors.py:3094
6315
7217
msgid "The user aborted the operation."
6316
 
msgstr ""
 
7218
msgstr "The user aborted the operation."
6317
7219
 
6318
 
#: breezy/errors.py:3106
 
7220
#: bzrlib/errors.py:3099
6319
7221
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6320
 
msgstr ""
 
7222
msgstr "Branching '%(url)s'(%(format)s) must create a working tree."
6321
7223
 
6322
 
#: breezy/errors.py:3116
 
7224
#: bzrlib/errors.py:3109
6323
7225
msgid "No such view: %(view_name)s."
6324
 
msgstr ""
6325
 
 
6326
 
#: breezy/errors.py:3126
6327
 
msgid ""
6328
 
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6329
 
"to a later format."
6330
 
msgstr ""
6331
 
 
6332
 
#: breezy/errors.py:3135
6333
 
msgid ""
6334
 
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6335
 
msgstr ""
6336
 
 
6337
 
#: breezy/errors.py:3202
 
7226
msgstr "No such view: %(view_name)s."
 
7227
 
 
7228
#: bzrlib/errors.py:3119
 
7229
msgid ""
 
7230
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
 
7231
"to a later format."
 
7232
msgstr ""
 
7233
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
 
7234
"to a later format."
 
7235
 
 
7236
#: bzrlib/errors.py:3128
 
7237
msgid ""
 
7238
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
 
7239
msgstr ""
 
7240
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
 
7241
 
 
7242
#: bzrlib/errors.py:3195
6338
7243
msgid "%(bzrdir)r does not support co-located branches."
6339
 
msgstr ""
 
7244
msgstr "%(bzrdir)r does not support co-located branches."
6340
7245
 
6341
 
#: breezy/errors.py:3208
 
7246
#: bzrlib/errors.py:3201
6342
7247
msgid ""
6343
7248
"Unable to determine your name.\n"
6344
7249
"Please, set your name with the 'whoami' command.\n"
6345
7250
"E.g. bzr whoami \"Your Name <name@example.com>\""
6346
7251
msgstr ""
 
7252
"Unable to determine your name.\n"
 
7253
"Please, set your name with the 'whoami' command.\n"
 
7254
"E.g. bzr whoami \"Your Name <name@example.com>\""
6347
7255
 
6348
 
#: breezy/errors.py:3217
 
7256
#: bzrlib/errors.py:3210
6349
7257
msgid "Invalid pattern(s) found. %(msg)s"
6350
 
msgstr ""
 
7258
msgstr "Invalid pattern(s) found. %(msg)s"
6351
7259
 
6352
 
#: breezy/errors.py:3225
 
7260
#: bzrlib/errors.py:3218
6353
7261
msgid ""
6354
7262
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6355
7263
"unbind` to fix."
6356
7264
msgstr ""
 
7265
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
 
7266
"unbind` to fix."
6357
7267
 
6358
 
#: breezy/errors.py:3236
 
7268
#: bzrlib/errors.py:3229
6359
7269
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6360
 
msgstr ""
6361
 
 
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
6371
 
msgid ""
6372
 
"No compatible object available for operations from %(source)r to %(target)r."
6373
 
msgstr ""
6374
 
 
6375
 
#: breezy/errors.py:3272
6376
 
msgid ""
6377
 
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6378
 
"%(arguments)s."
6379
 
msgstr ""
6380
 
 
6381
 
#: breezy/errors.py:3282
6382
 
msgid ""
6383
 
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6384
 
"format %(format)r"
6385
 
msgstr ""
6386
 
 
6387
 
#: breezy/errors.py:3294
6388
 
msgid ""
6389
 
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6390
 
"plugin."
6391
 
msgstr ""
6392
 
 
6393
 
#: breezy/errors.py:3307
 
7270
msgstr "Loop involving %(refs)r while expanding \"%(string)s\"."
 
7271
 
 
7272
#: bzrlib/errors.py:3238
 
7273
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
 
7274
msgstr "Option %(name)s is not defined while expanding \"%(string)s\"."
 
7275
 
 
7276
#: bzrlib/errors.py:3247
 
7277
msgid ""
 
7278
"No compatible object available for operations from %(source)r to %(target)r."
 
7279
msgstr ""
 
7280
"No compatible object available for operations from %(source)r to %(target)r."
 
7281
 
 
7282
#: bzrlib/errors.py:3257
 
7283
msgid ""
 
7284
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
 
7285
"%(arguments)s."
 
7286
msgstr ""
 
7287
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
 
7288
"%(arguments)s."
 
7289
 
 
7290
#: bzrlib/errors.py:3267
 
7291
msgid ""
 
7292
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
 
7293
"format %(format)r"
 
7294
msgstr ""
 
7295
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
 
7296
"format %(format)r"
 
7297
 
 
7298
#: bzrlib/errors.py:3279
 
7299
msgid ""
 
7300
"Missing feature %(feature)s not provided by this version of Bazaar or any "
 
7301
"plugin."
 
7302
msgstr ""
 
7303
"Missing feature %(feature)s not provided by this version of Bazaar or any "
 
7304
"plugin."
 
7305
 
 
7306
#: bzrlib/errors.py:3292
6394
7307
msgid "Binary files section encountered."
6395
 
msgstr ""
6396
 
 
6397
 
#: breezy/errors.py:3315
6398
 
msgid ""
6399
 
"Malformed patch header.  %(desc)s\n"
6400
 
"%(line)r"
6401
 
msgstr ""
6402
 
 
6403
 
#: breezy/errors.py:3324
6404
 
msgid ""
6405
 
"Malformed hunk header.  %(desc)s\n"
6406
 
"%(line)r"
6407
 
msgstr ""
6408
 
 
6409
 
#: breezy/errors.py:3333
6410
 
msgid ""
6411
 
"Malformed line.  %(desc)s\n"
6412
 
"%(line)r"
6413
 
msgstr ""
6414
 
 
6415
 
#: breezy/errors.py:3343
6416
 
msgid ""
6417
 
"Text contents mismatch at line %(line_no)d.  Original has \"%(orig_line)s\", "
6418
 
"but patch says it should be \"%(patch_line)s\""
6419
 
msgstr ""
6420
 
 
6421
 
#: breezy/errors.py:3354
 
7308
msgstr "Binary files section encountered."
 
7309
 
 
7310
#: bzrlib/errors.py:3300
 
7311
msgid ""
 
7312
"Malformed patch header.  %(desc)s\n"
 
7313
"%(line)r"
 
7314
msgstr ""
 
7315
"Malformed patch header.  %(desc)s\n"
 
7316
"%(line)r"
 
7317
 
 
7318
#: bzrlib/errors.py:3309
 
7319
msgid ""
 
7320
"Malformed hunk header.  %(desc)s\n"
 
7321
"%(line)r"
 
7322
msgstr ""
 
7323
"Malformed hunk header.  %(desc)s\n"
 
7324
"%(line)r"
 
7325
 
 
7326
#: bzrlib/errors.py:3318
 
7327
msgid ""
 
7328
"Malformed line.  %(desc)s\n"
 
7329
"%(line)r"
 
7330
msgstr ""
 
7331
"Malformed line.  %(desc)s\n"
 
7332
"%(line)r"
 
7333
 
 
7334
#: bzrlib/errors.py:3328
 
7335
msgid ""
 
7336
"Text contents mismatch at line %(line_no)d.  Original has \"%(orig_line)s\", "
 
7337
"but patch says it should be \"%(patch_line)s\""
 
7338
msgstr ""
 
7339
"Text contents mismatch at line %(line_no)d.  Original has \"%(orig_line)s\", "
 
7340
"but patch says it should be \"%(patch_line)s\""
 
7341
 
 
7342
#: bzrlib/errors.py:3339
6422
7343
msgid "The feature %(feature)s has already been registered."
6423
 
msgstr ""
6424
 
 
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
 
7344
msgstr "The feature %(feature)s has already been registered."
 
7345
 
 
7346
#: bzrlib/export_pot.py:252
6432
7347
#, python-format
6433
7348
msgid "Exporting messages from builtin command: %s"
6434
 
msgstr ""
 
7349
msgstr "Exporting messages from builtin command: %s"
6435
7350
 
6436
 
#: breezy/export_pot.py:271
6437
 
#, python-brace-format
 
7351
#: bzrlib/export_pot.py:271
6438
7352
msgid "Exporting messages from plugin command: {0} in {1}"
6439
 
msgstr ""
 
7353
msgstr "Exporting messages from plugin command: {0} in {1}"
6440
7354
 
6441
 
#: breezy/export_pot.py:292
 
7355
#: bzrlib/export_pot.py:292
6442
7356
#, python-format
6443
7357
msgid "Exporting message from error: %s"
6444
 
msgstr ""
 
7358
msgstr "Exporting message from error: %s"
6445
7359
 
6446
 
#: breezy/fetch.py:98
 
7360
#: bzrlib/fetch.py:98
6447
7361
msgid "Finding revisions"
6448
 
msgstr ""
 
7362
msgstr "Finding revisions"
6449
7363
 
6450
 
#: breezy/fetch.py:103
 
7364
#: bzrlib/fetch.py:103
6451
7365
msgid "Fetching revisions"
6452
 
msgstr ""
 
7366
msgstr "Fetching revisions"
6453
7367
 
6454
 
#: breezy/foreign.py:262
 
7368
#: bzrlib/foreign.py:262
6455
7369
msgid "Push into a different VCS without any custom bzr metadata."
6456
 
msgstr ""
 
7370
msgstr "Push into a different VCS without any custom bzr metadata."
6457
7371
 
6458
 
#: breezy/foreign.py:264
 
7372
#: bzrlib/foreign.py:264
6459
7373
msgid ""
6460
7374
"This will afterwards rebase the local branch on the remote\n"
6461
7375
"branch unless the --no-rebase option is used, in which case \n"
6462
7376
"the two branches will be out of sync after the push. "
6463
7377
msgstr ""
 
7378
"This will afterwards rebase the local branch on the remote\n"
 
7379
"branch unless the --no-rebase option is used, in which case \n"
 
7380
"the two branches will be out of sync after the push. "
6464
7381
 
6465
 
# help of 'no-rebase' option of 'dpush' command
6466
 
#: breezy/foreign.py:277
 
7382
#: bzrlib/foreign.py:277
6467
7383
msgid "Do not rebase after push."
6468
 
msgstr ""
 
7384
msgstr "Do not rebase after push."
6469
7385
 
6470
 
#: breezy/foreign.py:311
 
7386
#: bzrlib/foreign.py:311
6471
7387
#, python-format
6472
7388
msgid "Using saved location: %s\n"
6473
 
msgstr ""
 
7389
msgstr "Using saved location: %s\n"
6474
7390
 
6475
 
#: breezy/foreign.py:321
 
7391
#: bzrlib/foreign.py:321
6476
7392
msgid ""
6477
7393
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6478
7394
"regular push."
6479
7395
msgstr ""
 
7396
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
 
7397
"regular push."
6480
7398
 
6481
 
#: breezy/gpg.py:358
6482
 
#, python-brace-format
 
7399
#: bzrlib/gpg.py:366
6483
7400
msgid "No GnuPG key results for pattern: {0}"
6484
 
msgstr ""
 
7401
msgstr "No GnuPG key results for pattern: {0}"
6485
7402
 
6486
 
#: breezy/gpg.py:431
6487
 
#, python-brace-format
 
7403
#: bzrlib/gpg.py:439
6488
7404
msgid "{0} commits with valid signatures"
6489
 
msgstr ""
 
7405
msgstr "{0} commits with valid signatures"
6490
7406
 
6491
 
#: breezy/gpg.py:437
6492
 
#, python-brace-format
 
7407
#: bzrlib/gpg.py:445
6493
7408
msgid "{0} commit with unknown key"
6494
7409
msgid_plural "{0} commits with unknown keys"
6495
 
msgstr[0] ""
6496
 
msgstr[1] ""
 
7410
msgstr[0] "{0} commit with unknown key"
 
7411
msgstr[1] "{0} commits with unknown keys"
6497
7412
 
6498
 
#: breezy/gpg.py:445
6499
 
#, python-brace-format
 
7413
#: bzrlib/gpg.py:453
6500
7414
msgid "{0} commit not valid"
6501
7415
msgid_plural "{0} commits not valid"
6502
 
msgstr[0] ""
6503
 
msgstr[1] ""
 
7416
msgstr[0] "{0} commit not valid"
 
7417
msgstr[1] "{0} commits not valid"
6504
7418
 
6505
 
#: breezy/gpg.py:453
6506
 
#, python-brace-format
 
7419
#: bzrlib/gpg.py:461
6507
7420
msgid "{0} commit not signed"
6508
7421
msgid_plural "{0} commits not signed"
6509
 
msgstr[0] ""
6510
 
msgstr[1] ""
 
7422
msgstr[0] "{0} commit not signed"
 
7423
msgstr[1] "{0} commits not signed"
6511
7424
 
6512
 
#: breezy/gpg.py:461
6513
 
#, python-brace-format
 
7425
#: bzrlib/gpg.py:469
6514
7426
msgid "{0} commit with key now expired"
6515
7427
msgid_plural "{0} commits with key now expired"
6516
 
msgstr[0] ""
6517
 
msgstr[1] ""
 
7428
msgstr[0] "{0} commit with key now expired"
 
7429
msgstr[1] "{0} commits with key now expired"
6518
7430
 
6519
 
#: breezy/gpg.py:481
6520
 
#, python-brace-format
 
7431
#: bzrlib/gpg.py:489
6521
7432
msgid "{0} commit by author {1} with key {2} now expired"
6522
7433
msgid_plural "{0} commits by author {1} with key {2} now expired"
6523
 
msgstr[0] ""
6524
 
msgstr[1] ""
 
7434
msgstr[0] "{0} commit by author {1} with key {2} now expired"
 
7435
msgstr[1] "{0} commits by author {1} with key {2} now expired"
6525
7436
 
6526
 
#: breezy/gpg.py:497
6527
 
#, python-brace-format
 
7437
#: bzrlib/gpg.py:505
6528
7438
msgid "{0} signed {1} commit"
6529
7439
msgid_plural "{0} signed {1} commits"
6530
 
msgstr[0] ""
6531
 
msgstr[1] ""
 
7440
msgstr[0] "{0} signed {1} commit"
 
7441
msgstr[1] "{0} signed {1} commits"
6532
7442
 
6533
 
#: breezy/gpg.py:514 breezy/gpg.py:531
6534
 
#, python-brace-format
 
7443
#: bzrlib/gpg.py:522 bzrlib/gpg.py:539
6535
7444
msgid "{0} commit by author {1}"
6536
7445
msgid_plural "{0} commits by author {1}"
6537
 
msgstr[0] ""
6538
 
msgstr[1] ""
 
7446
msgstr[0] "{0} commit by author {1}"
 
7447
msgstr[1] "{0} commits by author {1}"
6539
7448
 
6540
 
#: breezy/gpg.py:546
6541
 
#, python-brace-format
 
7449
#: bzrlib/gpg.py:554
6542
7450
msgid "Unknown key {0} signed {1} commit"
6543
7451
msgid_plural "Unknown key {0} signed {1} commits"
6544
 
msgstr[0] ""
6545
 
msgstr[1] ""
 
7452
msgstr[0] "Unknown key {0} signed {1} commit"
 
7453
msgstr[1] "Unknown key {0} signed {1} commits"
6546
7454
 
6547
 
#: breezy/groupcompress.py:1739
 
7455
#: bzrlib/groupcompress.py:1739
6548
7456
#, python-format
6549
7457
msgid "Insert claimed random_id=True, but then inserted %r two times"
6550
 
msgstr ""
 
7458
msgstr "Insert claimed random_id=True, but then inserted %r two times"
6551
7459
 
6552
 
#: breezy/hooks.py:313
 
7460
#: bzrlib/hooks.py:313
6553
7461
#, python-format
6554
7462
msgid "Introduced in: %s"
6555
 
msgstr ""
 
7463
msgstr "Introduced in: %s"
6556
7464
 
6557
 
#: breezy/hooks.py:316
 
7465
#: bzrlib/hooks.py:316
6558
7466
#, python-format
6559
7467
msgid "Deprecated in: %s"
6560
 
msgstr ""
 
7468
msgstr "Deprecated in: %s"
6561
7469
 
6562
 
#: breezy/knit.py:1766 breezy/knit.py:1802
 
7470
#: bzrlib/knit.py:1766 bzrlib/knit.py:1802
6563
7471
msgid "Walking content"
6564
 
msgstr ""
 
7472
msgstr "Walking content"
6565
7473
 
6566
 
#: breezy/knit.py:3330
 
7474
#: bzrlib/knit.py:3330
6567
7475
msgid "annotating"
6568
 
msgstr ""
 
7476
msgstr "annotating"
6569
7477
 
6570
 
#: breezy/lock.py:549
 
7478
#: bzrlib/lock.py:548
6571
7479
msgid "{0!r} was {1} locked again"
6572
 
msgstr ""
 
7480
msgstr "{0!r} was {1} locked again"
6573
7481
 
6574
 
#: breezy/lockdir.py:321
 
7482
#: bzrlib/lockdir.py:321
6575
7483
#, python-format
6576
7484
msgid "error removing pending lock: %s"
6577
 
msgstr ""
 
7485
msgstr "error removing pending lock: %s"
6578
7486
 
6579
 
#: breezy/lockdir.py:616
 
7487
#: bzrlib/lockdir.py:616
6580
7488
msgid "Unable to obtain"
6581
 
msgstr ""
 
7489
msgstr "Unable to obtain"
6582
7490
 
6583
 
#: breezy/lockdir.py:618
 
7491
#: bzrlib/lockdir.py:618
6584
7492
msgid "Lock owner changed for"
6585
 
msgstr ""
 
7493
msgstr "Lock owner changed for"
6586
7494
 
6587
 
#: breezy/lockdir.py:620
6588
 
#, python-brace-format
 
7495
#: bzrlib/lockdir.py:620
6589
7496
msgid "{0} lock {1} {2}."
6590
 
msgstr ""
 
7497
msgstr "{0} lock {1} {2}."
6591
7498
 
6592
 
#: breezy/lockdir.py:627
 
7499
#: bzrlib/lockdir.py:627
6593
7500
#, python-format
6594
7501
msgid "Will continue to try until %s, unless you press Ctrl-C."
6595
 
msgstr ""
 
7502
msgstr "Will continue to try until %s, unless you press Ctrl-C."
6596
7503
 
6597
 
#: breezy/lockdir.py:629
 
7504
#: bzrlib/lockdir.py:629
6598
7505
msgid "See \"bzr help break-lock\" for more."
6599
 
msgstr ""
 
7506
msgstr "See \"bzr help break-lock\" for more."
6600
7507
 
6601
 
#: breezy/lockdir.py:739
 
7508
#: bzrlib/lockdir.py:739
6602
7509
#, python-format
6603
7510
msgid ""
6604
7511
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6605
7512
msgstr ""
 
7513
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6606
7514
 
6607
 
#: breezy/log.py:563
 
7515
#: bzrlib/log.py:563
6608
7516
msgid "--exclude-common-ancestry requires two different revisions"
6609
 
msgstr ""
 
7517
msgstr "--exclude-common-ancestry requires two different revisions"
6610
7518
 
6611
 
#: breezy/log.py:565
 
7519
#: bzrlib/log.py:565
6612
7520
#, python-format
6613
7521
msgid "invalid direction %r"
6614
 
msgstr ""
 
7522
msgstr "invalid direction %r"
6615
7523
 
6616
 
#: breezy/log.py:653
 
7524
#: bzrlib/log.py:653
6617
7525
msgid "Start revision not found in history of end revision."
6618
 
msgstr ""
 
7526
msgstr "Start revision not found in history of end revision."
6619
7527
 
6620
 
#: breezy/log.py:1071 breezy/log.py:1129
 
7528
#: bzrlib/log.py:1071 bzrlib/log.py:1129
6621
7529
msgid "Logging revision 0 is invalid."
6622
 
msgstr ""
 
7530
msgstr "Logging revision 0 is invalid."
6623
7531
 
6624
 
#: breezy/log.py:1073 breezy/log.py:1131
 
7532
#: bzrlib/log.py:1073 bzrlib/log.py:1131
6625
7533
msgid "Start revision must be older than the end revision."
6626
 
msgstr ""
 
7534
msgstr "Start revision must be older than the end revision."
6627
7535
 
6628
 
#: breezy/log.py:1818
 
7536
#: bzrlib/log.py:1818
6629
7537
#, python-format
6630
7538
msgid "unknown log formatter: %r"
6631
 
msgstr ""
 
7539
msgstr "unknown log formatter: %r"
6632
7540
 
6633
 
#: breezy/log.py:2114
 
7541
#: bzrlib/log.py:2114
6634
7542
msgid "fixes bug"
6635
7543
msgid_plural "fixes bugs"
6636
 
msgstr[0] ""
6637
 
msgstr[1] ""
 
7544
msgstr[0] "fixes bug"
 
7545
msgstr[1] "fixes bugs"
6638
7546
 
6639
 
#: breezy/merge.py:689
 
7547
#: bzrlib/merge.py:689
6640
7548
msgid "All changes applied successfully."
6641
 
msgstr ""
 
7549
msgstr "All changes applied successfully."
6642
7550
 
6643
 
#: breezy/merge.py:691
 
7551
#: bzrlib/merge.py:691
6644
7552
#, python-format
6645
7553
msgid "%d conflicts encountered."
6646
 
msgstr ""
 
7554
msgstr "%d conflicts encountered."
6647
7555
 
6648
 
#: breezy/merge.py:845 breezy/merge.py:1868
 
7556
#: bzrlib/merge.py:845 bzrlib/merge.py:1868
6649
7557
msgid "Preparing file merge"
6650
 
msgstr ""
 
7558
msgstr "Preparing file merge"
6651
7559
 
6652
 
#: breezy/multiparent.py:426
 
7560
#: bzrlib/multiparent.py:426
6653
7561
msgid "Importing revisions"
6654
 
msgstr ""
 
7562
msgstr "Importing revisions"
6655
7563
 
6656
 
# help of 'help' option
6657
 
#: breezy/option.py:526
 
7564
#: bzrlib/option.py:526
6658
7565
msgid "Show help message."
6659
 
msgstr ""
 
7566
msgstr "Show help message."
6660
7567
 
6661
 
# help of 'quiet' option
6662
 
#: breezy/option.py:528
 
7568
#: bzrlib/option.py:528
6663
7569
msgid "Only display errors and warnings."
6664
 
msgstr ""
 
7570
msgstr "Only display errors and warnings."
6665
7571
 
6666
 
# help of 'usage' option
6667
 
#: breezy/option.py:531
 
7572
#: bzrlib/option.py:531
6668
7573
msgid "Show usage message and options."
6669
 
msgstr ""
 
7574
msgstr "Show usage message and options."
6670
7575
 
6671
 
# help of 'verbose' option
6672
 
#: breezy/option.py:533
 
7576
#: bzrlib/option.py:533
6673
7577
msgid "Display more information."
6674
 
msgstr ""
 
7578
msgstr "Display more information."
6675
7579
 
6676
 
# help of 'change' option
6677
 
#: breezy/option.py:541
 
7580
#: bzrlib/option.py:541
6678
7581
msgid ""
6679
7582
"Select changes introduced by the specified revision. See also \"help "
6680
7583
"revisionspec\"."
6681
7584
msgstr ""
 
7585
"Select changes introduced by the specified revision. See also \"help "
 
7586
"revisionspec\"."
6682
7587
 
6683
 
# help of 'directory' option
6684
 
#: breezy/option.py:543
 
7588
#: bzrlib/option.py:543
6685
7589
msgid "Branch to operate on, instead of working directory."
6686
 
msgstr ""
 
7590
msgstr "Branch to operate on, instead of working directory."
6687
7591
 
6688
 
# help of 'log-format=long' option
6689
 
#: breezy/option.py:545
 
7592
#: bzrlib/option.py:545
6690
7593
msgid "Detailed log format."
6691
 
msgstr ""
 
7594
msgstr "Detailed log format."
6692
7595
 
6693
 
# help of 'log-format=gnu-changelog' option
6694
 
#: breezy/option.py:545
 
7596
#: bzrlib/option.py:545
6695
7597
msgid "Format used by GNU ChangeLog files."
6696
 
msgstr ""
 
7598
msgstr "Format used by GNU ChangeLog files."
6697
7599
 
6698
 
# help of 'log-format=line' option
6699
 
#: breezy/option.py:545
 
7600
#: bzrlib/option.py:545
6700
7601
msgid "Log format with one line per revision."
6701
 
msgstr ""
 
7602
msgstr "Log format with one line per revision."
6702
7603
 
6703
 
# help of 'log-format=short' option
6704
 
#: breezy/option.py:545
 
7604
#: bzrlib/option.py:545
6705
7605
msgid "Moderately short log format."
6706
 
msgstr ""
 
7606
msgstr "Moderately short log format."
6707
7607
 
6708
 
# help of 'log-format' option
6709
 
#: breezy/option.py:545
 
7608
#: bzrlib/option.py:545
6710
7609
msgid "Use specified log format."
6711
 
msgstr ""
 
7610
msgstr "Use specified log format."
6712
7611
 
6713
 
# title of 'log-format' option
6714
 
#: breezy/option.py:547
 
7612
#: bzrlib/option.py:547
6715
7613
msgid "Log format"
6716
 
msgstr ""
 
7614
msgstr "Log format"
6717
7615
 
6718
 
# help of 'merge-type=lca' option
6719
 
#: breezy/option.py:549
 
7616
#: bzrlib/option.py:549
6720
7617
msgid "LCA-newness merge."
6721
 
msgstr ""
 
7618
msgstr "LCA-newness merge."
6722
7619
 
6723
 
# help of 'merge-type=diff3' option
6724
 
#: breezy/option.py:549
 
7620
#: bzrlib/option.py:549
6725
7621
msgid "Merge using external diff3."
6726
 
msgstr ""
 
7622
msgstr "Merge using external diff3."
6727
7623
 
6728
 
# help of 'merge-type=merge3' option
6729
 
#: breezy/option.py:549
 
7624
#: bzrlib/option.py:549
6730
7625
msgid "Native diff3-style merge."
6731
 
msgstr ""
 
7626
msgstr "Native diff3-style merge."
6732
7627
 
6733
 
# help of 'merge-type' option
6734
 
#: breezy/option.py:549
 
7628
#: bzrlib/option.py:549
6735
7629
msgid "Select a particular merge algorithm."
6736
 
msgstr ""
 
7630
msgstr "Select a particular merge algorithm."
6737
7631
 
6738
 
# help of 'merge-type=weave' option
6739
 
#: breezy/option.py:549
 
7632
#: bzrlib/option.py:549
6740
7633
msgid "Weave-based merge."
6741
 
msgstr ""
 
7634
msgstr "Weave-based merge."
6742
7635
 
6743
 
# title of 'merge-type' option
6744
 
#: breezy/option.py:551
 
7636
#: bzrlib/option.py:551
6745
7637
msgid "Merge algorithm"
6746
 
msgstr ""
 
7638
msgstr "Merge algorithm"
6747
7639
 
6748
 
# help of 'message' option
6749
 
#: breezy/option.py:554
 
7640
#: bzrlib/option.py:554
6750
7641
msgid "Message string."
6751
 
msgstr ""
 
7642
msgstr "Message string."
6752
7643
 
6753
 
# help of 'null' option
6754
 
#: breezy/option.py:556
 
7644
#: bzrlib/option.py:556
6755
7645
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
6756
 
msgstr ""
 
7646
msgstr "Use an ASCII NUL (\\0) separator rather than a newline."
6757
7647
 
6758
 
# help of 'overwrite' option
6759
 
#: breezy/option.py:558
 
7648
#: bzrlib/option.py:558
6760
7649
msgid "Ignore differences between branches and overwrite unconditionally."
6761
 
msgstr ""
 
7650
msgstr "Ignore differences between branches and overwrite unconditionally."
6762
7651
 
6763
 
# help of 'remember' option
6764
 
#: breezy/option.py:560
 
7652
#: bzrlib/option.py:560
6765
7653
msgid "Remember the specified location as a default."
6766
 
msgstr ""
 
7654
msgstr "Remember the specified location as a default."
6767
7655
 
6768
 
# help of 'reprocess' option
6769
 
#: breezy/option.py:562
 
7656
#: bzrlib/option.py:562
6770
7657
msgid "Reprocess to reduce spurious conflicts."
6771
 
msgstr ""
 
7658
msgstr "Reprocess to reduce spurious conflicts."
6772
7659
 
6773
 
# help of 'revision' option
6774
 
#: breezy/option.py:566
 
7660
#: bzrlib/option.py:566
6775
7661
msgid "See \"help revisionspec\" for details."
6776
 
msgstr ""
 
7662
msgstr "See \"help revisionspec\" for details."
6777
7663
 
6778
 
# help of 'show-ids' option
6779
 
#: breezy/option.py:568
 
7664
#: bzrlib/option.py:568
6780
7665
msgid "Show internal object ids."
6781
 
msgstr ""
 
7666
msgstr "Show internal object ids."
6782
7667
 
6783
 
# help of 'timezone' option
6784
 
#: breezy/option.py:571
 
7668
#: bzrlib/option.py:571
6785
7669
msgid "Display timezone as local, original, or utc."
6786
 
msgstr ""
 
7670
msgstr "Display timezone as local, original, or utc."
6787
7671
 
6788
 
#: breezy/osutils.py:101
 
7672
#: bzrlib/osutils.py:100
6789
7673
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
6790
 
msgstr ""
 
7674
msgstr "Parameter {0!r} encoding is unsupported by {1} application locale."
6791
7675
 
6792
 
#: breezy/osutils.py:221
 
7676
#: bzrlib/osutils.py:220
6793
7677
msgid "lstat/stat of ({0!r}): {1!r}"
6794
 
msgstr ""
 
7678
msgstr "lstat/stat of ({0!r}): {1!r}"
6795
7679
 
6796
 
#: breezy/osutils.py:1041 breezy/osutils.py:1052
 
7680
#: bzrlib/osutils.py:1030 bzrlib/osutils.py:1041
6797
7681
#, python-format
6798
7682
msgid "sorry, %r not allowed in path"
6799
 
msgstr ""
 
7683
msgstr "sorry, %r not allowed in path"
6800
7684
 
6801
 
#: breezy/osutils.py:1270
 
7685
#: bzrlib/osutils.py:1259
6802
7686
#, python-format
6803
7687
msgid "%r is too short to calculate a relative path"
6804
 
msgstr ""
 
7688
msgstr "%r is too short to calculate a relative path"
6805
7689
 
6806
 
#: breezy/plugin.py:143
 
7690
#: bzrlib/plugin.py:143
6807
7691
#, python-format
6808
7692
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6809
 
msgstr ""
 
7693
msgstr "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6810
7694
 
6811
 
# help of 'plugin' option of 'bash-completion' command
6812
 
#: breezy/plugins/bash_completion/bashcomp.py:411
 
7695
#: bzrlib/plugins/bash_completion/bashcomp.py:411
6813
7696
msgid "Enable completions for the selected plugin (default: all plugins)"
6814
 
msgstr ""
 
7697
msgstr "Enable completions for the selected plugin (default: all plugins)"
6815
7698
 
6816
 
#: breezy/plugins/bash_completion/bashcomp.py:412
 
7699
#: bzrlib/plugins/bash_completion/bashcomp.py:412
6817
7700
msgid "Generate a shell function for bash command line completion."
6818
 
msgstr ""
6819
 
 
6820
 
#: breezy/plugins/bash_completion/bashcomp.py:414
6821
 
msgid ""
6822
 
"This command generates a shell function which can be used by bash to\n"
6823
 
"automatically complete the currently typed command when the user presses\n"
6824
 
"the completion key (usually tab)."
6825
 
msgstr ""
6826
 
 
6827
 
#: breezy/plugins/bash_completion/bashcomp.py:418
6828
 
msgid ""
6829
 
"Commonly used like this:\n"
6830
 
"    eval \"`bzr bash-completion`\""
6831
 
msgstr ""
6832
 
 
6833
 
# help of 'function-name' option of 'bash-completion' command
6834
 
#: breezy/plugins/bash_completion/bashcomp.py:424
 
7701
msgstr "Generate a shell function for bash command line completion."
 
7702
 
 
7703
#: bzrlib/plugins/bash_completion/bashcomp.py:414
 
7704
msgid ""
 
7705
"This command generates a shell function which can be used by bash to\n"
 
7706
"automatically complete the currently typed command when the user presses\n"
 
7707
"the completion key (usually tab)."
 
7708
msgstr ""
 
7709
"This command generates a shell function which can be used by bash to\n"
 
7710
"automatically complete the currently typed command when the user presses\n"
 
7711
"the completion key (usually tab)."
 
7712
 
 
7713
#: bzrlib/plugins/bash_completion/bashcomp.py:418
 
7714
msgid ""
 
7715
"Commonly used like this:\n"
 
7716
"    eval \"`bzr bash-completion`\""
 
7717
msgstr ""
 
7718
"Commonly used like this:\n"
 
7719
"    eval \"`bzr bash-completion`\""
 
7720
 
 
7721
#: bzrlib/plugins/bash_completion/bashcomp.py:424
6835
7722
msgid "Name of the generated function (default: _bzr)"
6836
 
msgstr ""
 
7723
msgstr "Name of the generated function (default: _bzr)"
6837
7724
 
6838
 
# help of 'function-only' option of 'bash-completion' command
6839
 
#: breezy/plugins/bash_completion/bashcomp.py:426
 
7725
#: bzrlib/plugins/bash_completion/bashcomp.py:426
6840
7726
msgid "Generate only the shell function, don't enable it"
6841
 
msgstr ""
6842
 
 
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
 
7727
msgstr "Generate only the shell function, don't enable it"
 
7728
 
 
7729
#: bzrlib/plugins/launchpad/account.py:66
6958
7730
msgid "Setting ssh/sftp usernames for launchpad.net."
6959
 
msgstr ""
 
7731
msgstr "Setting ssh/sftp usernames for launchpad.net."
6960
7732
 
6961
 
#: breezy/plugins/launchpad/cmds.py:43
 
7733
#: bzrlib/plugins/launchpad/cmds.py:44
6962
7734
msgid "Register a branch with launchpad.net."
6963
 
msgstr ""
6964
 
 
6965
 
#: breezy/plugins/launchpad/cmds.py:45
6966
 
msgid ""
6967
 
"This command lists a bzr branch in the directory of branches on\n"
6968
 
"launchpad.net.  Registration allows the branch to be associated with\n"
6969
 
"bugs or specifications."
6970
 
msgstr ""
6971
 
 
6972
 
#: breezy/plugins/launchpad/cmds.py:49
6973
 
msgid ""
6974
 
"Before using this command you must register the project to which the\n"
6975
 
"branch belongs, and create an account for yourself on launchpad.net."
6976
 
msgstr ""
6977
 
 
6978
 
#: breezy/plugins/launchpad/cmds.py:52
6979
 
msgid ""
6980
 
"arguments:\n"
6981
 
"    public_url: The publicly visible url for the branch to register.\n"
6982
 
"                This must be an http or https url (which Launchpad can read\n"
6983
 
"                from to access the branch). Local file urls, SFTP urls, and\n"
6984
 
"                bzr+ssh urls will not work.\n"
6985
 
"                If no public_url is provided, bzr will use the configured\n"
6986
 
"                public_url if there is one for the current branch, and\n"
6987
 
"                otherwise error."
6988
 
msgstr ""
6989
 
 
6990
 
#: breezy/plugins/launchpad/cmds.py:61
6991
 
msgid ""
6992
 
"example:\n"
6993
 
"    bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
6994
 
"            --project fooproject"
6995
 
msgstr ""
6996
 
 
6997
 
# help of 'project' option of 'register-branch' command
6998
 
#: breezy/plugins/launchpad/cmds.py:68
 
7735
msgstr "Register a branch with launchpad.net."
 
7736
 
 
7737
#: bzrlib/plugins/launchpad/cmds.py:46
 
7738
msgid ""
 
7739
"This command lists a bzr branch in the directory of branches on\n"
 
7740
"launchpad.net.  Registration allows the branch to be associated with\n"
 
7741
"bugs or specifications."
 
7742
msgstr ""
 
7743
"This command lists a bzr branch in the directory of branches on\n"
 
7744
"launchpad.net.  Registration allows the branch to be associated with\n"
 
7745
"bugs or specifications."
 
7746
 
 
7747
#: bzrlib/plugins/launchpad/cmds.py:50
 
7748
msgid ""
 
7749
"Before using this command you must register the project to which the\n"
 
7750
"branch belongs, and create an account for yourself on launchpad.net."
 
7751
msgstr ""
 
7752
"Before using this command you must register the project to which the\n"
 
7753
"branch belongs, and create an account for yourself on launchpad.net."
 
7754
 
 
7755
#: bzrlib/plugins/launchpad/cmds.py:53
 
7756
msgid ""
 
7757
"arguments:\n"
 
7758
"    public_url: The publicly visible url for the branch to register.\n"
 
7759
"                This must be an http or https url (which Launchpad can read\n"
 
7760
"                from to access the branch). Local file urls, SFTP urls, and\n"
 
7761
"                bzr+ssh urls will not work.\n"
 
7762
"                If no public_url is provided, bzr will use the configured\n"
 
7763
"                public_url if there is one for the current branch, and\n"
 
7764
"                otherwise error."
 
7765
msgstr ""
 
7766
"arguments:\n"
 
7767
"    public_url: The publicly visible url for the branch to register.\n"
 
7768
"                This must be an http or https url (which Launchpad can read\n"
 
7769
"                from to access the branch). Local file urls, SFTP urls, and\n"
 
7770
"                bzr+ssh urls will not work.\n"
 
7771
"                If no public_url is provided, bzr will use the configured\n"
 
7772
"                public_url if there is one for the current branch, and\n"
 
7773
"                otherwise error."
 
7774
 
 
7775
#: bzrlib/plugins/launchpad/cmds.py:62
 
7776
msgid ""
 
7777
"example:\n"
 
7778
"    bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
 
7779
"            --project fooproject"
 
7780
msgstr ""
 
7781
"example:\n"
 
7782
"    bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
 
7783
"            --project fooproject"
 
7784
 
 
7785
#: bzrlib/plugins/launchpad/cmds.py:69
6999
7786
msgid "Launchpad project short name to associate with the branch."
7000
 
msgstr ""
 
7787
msgstr "Launchpad project short name to associate with the branch."
7001
7788
 
7002
 
# help of 'branch-name' option of 'register-branch' command
7003
 
#: breezy/plugins/launchpad/cmds.py:75
 
7789
#: bzrlib/plugins/launchpad/cmds.py:76
7004
7790
msgid ""
7005
7791
"Short name for the branch; by default taken from the last component of the "
7006
7792
"url."
7007
7793
msgstr ""
 
7794
"Short name for the branch; by default taken from the last component of the "
 
7795
"url."
7008
7796
 
7009
 
# help of 'branch-title' option of 'register-branch' command
7010
 
#: breezy/plugins/launchpad/cmds.py:79
 
7797
#: bzrlib/plugins/launchpad/cmds.py:80
7011
7798
msgid "One-sentence description of the branch."
7012
 
msgstr ""
 
7799
msgstr "One-sentence description of the branch."
7013
7800
 
7014
 
# help of 'branch-description' option of 'register-branch' command
7015
 
#: breezy/plugins/launchpad/cmds.py:82
 
7801
#: bzrlib/plugins/launchpad/cmds.py:83
7016
7802
msgid "Longer description of the purpose or contents of the branch."
7017
 
msgstr ""
 
7803
msgstr "Longer description of the purpose or contents of the branch."
7018
7804
 
7019
 
# help of 'author' option of 'register-branch' command
7020
 
#: breezy/plugins/launchpad/cmds.py:85
 
7805
#: bzrlib/plugins/launchpad/cmds.py:86
7021
7806
msgid "Branch author's email address, if not yourself."
7022
 
msgstr ""
 
7807
msgstr "Branch author's email address, if not yourself."
7023
7808
 
7024
 
# help of 'link-bug' option of 'register-branch' command
7025
 
#: breezy/plugins/launchpad/cmds.py:88
 
7809
#: bzrlib/plugins/launchpad/cmds.py:89
7026
7810
msgid "The bug this branch fixes."
7027
 
msgstr ""
 
7811
msgstr "The bug this branch fixes."
7028
7812
 
7029
 
# help of 'dry-run' option of 'register-branch' command
7030
 
#: breezy/plugins/launchpad/cmds.py:91
 
7813
#: bzrlib/plugins/launchpad/cmds.py:92
7031
7814
msgid "Prepare the request but don't actually send it."
7032
 
msgstr ""
 
7815
msgstr "Prepare the request but don't actually send it."
7033
7816
 
7034
 
#: breezy/plugins/launchpad/cmds.py:113
 
7817
#: bzrlib/plugins/launchpad/cmds.py:114
7035
7818
msgid ""
7036
7819
"register-branch requires a public branch url - see bzr help register-branch."
7037
7820
msgstr ""
 
7821
"register-branch requires a public branch url - see bzr help register-branch."
7038
7822
 
7039
 
#: breezy/plugins/launchpad/cmds.py:121
 
7823
#: bzrlib/plugins/launchpad/cmds.py:122
7040
7824
msgid "--product is deprecated; please use --project."
7041
 
msgstr ""
 
7825
msgstr "--product is deprecated; please use --project."
7042
7826
 
7043
 
#: breezy/plugins/launchpad/cmds.py:151
 
7827
#: bzrlib/plugins/launchpad/cmds.py:152
7044
7828
msgid "Open a Launchpad branch page in your web browser."
7045
 
msgstr ""
 
7829
msgstr "Open a Launchpad branch page in your web browser."
7046
7830
 
7047
 
# help of 'dry-run' option of 'launchpad-open' command
7048
 
#: breezy/plugins/launchpad/cmds.py:156
 
7831
#: bzrlib/plugins/launchpad/cmds.py:157
7049
7832
msgid "Do not actually open the browser. Just say the URL we would use."
7050
 
msgstr ""
 
7833
msgstr "Do not actually open the browser. Just say the URL we would use."
7051
7834
 
7052
 
#: breezy/plugins/launchpad/cmds.py:191
 
7835
#: bzrlib/plugins/launchpad/cmds.py:192
7053
7836
#, python-format
7054
7837
msgid "Opening %s in web browser"
7055
 
msgstr ""
 
7838
msgstr "Opening %s in web browser"
7056
7839
 
7057
 
#: breezy/plugins/launchpad/cmds.py:199
 
7840
#: bzrlib/plugins/launchpad/cmds.py:200
7058
7841
msgid "Show or set the Launchpad user ID."
7059
 
msgstr ""
7060
 
 
7061
 
#: breezy/plugins/launchpad/cmds.py:201
7062
 
msgid ""
7063
 
"When communicating with Launchpad, some commands need to know your\n"
7064
 
"Launchpad user ID.  This command can be used to set or show the\n"
7065
 
"user ID that Bazaar will use for such communication."
7066
 
msgstr ""
7067
 
 
7068
 
#: breezy/plugins/launchpad/cmds.py:205
7069
 
msgid ""
7070
 
":Examples:\n"
7071
 
"  Show the Launchpad ID of the current user::"
7072
 
msgstr ""
7073
 
 
7074
 
#: breezy/plugins/launchpad/cmds.py:208
 
7842
msgstr "Show or set the Launchpad user ID."
 
7843
 
 
7844
#: bzrlib/plugins/launchpad/cmds.py:202
 
7845
msgid ""
 
7846
"When communicating with Launchpad, some commands need to know your\n"
 
7847
"Launchpad user ID.  This command can be used to set or show the\n"
 
7848
"user ID that Bazaar will use for such communication."
 
7849
msgstr ""
 
7850
"When communicating with Launchpad, some commands need to know your\n"
 
7851
"Launchpad user ID.  This command can be used to set or show the\n"
 
7852
"user ID that Bazaar will use for such communication."
 
7853
 
 
7854
#: bzrlib/plugins/launchpad/cmds.py:206
 
7855
msgid ""
 
7856
":Examples:\n"
 
7857
"  Show the Launchpad ID of the current user::"
 
7858
msgstr ""
 
7859
":Examples:\n"
 
7860
"  Show the Launchpad ID of the current user::"
 
7861
 
 
7862
#: bzrlib/plugins/launchpad/cmds.py:209
7075
7863
msgid "      bzr launchpad-login"
7076
 
msgstr ""
 
7864
msgstr "      bzr launchpad-login"
7077
7865
 
7078
 
#: breezy/plugins/launchpad/cmds.py:210
 
7866
#: bzrlib/plugins/launchpad/cmds.py:211
7079
7867
msgid "  Set the Launchpad ID of the current user to 'bob'::"
7080
 
msgstr ""
 
7868
msgstr "  Set the Launchpad ID of the current user to 'bob'::"
7081
7869
 
7082
 
#: breezy/plugins/launchpad/cmds.py:212
 
7870
#: bzrlib/plugins/launchpad/cmds.py:213
7083
7871
msgid "      bzr launchpad-login bob"
7084
 
msgstr ""
 
7872
msgstr "      bzr launchpad-login bob"
7085
7873
 
7086
 
# help of 'no-check' option of 'launchpad-login' command
7087
 
#: breezy/plugins/launchpad/cmds.py:219
 
7874
#: bzrlib/plugins/launchpad/cmds.py:220
7088
7875
msgid "Don't check that the user name is valid."
7089
 
msgstr ""
 
7876
msgstr "Don't check that the user name is valid."
7090
7877
 
7091
 
#: breezy/plugins/launchpad/cmds.py:234 breezy/plugins/launchpad/cmds.py:245
 
7878
#: bzrlib/plugins/launchpad/cmds.py:235 bzrlib/plugins/launchpad/cmds.py:246
7092
7879
msgid "Launchpad user ID exists and has SSH keys.\n"
7093
 
msgstr ""
 
7880
msgstr "Launchpad user ID exists and has SSH keys.\n"
7094
7881
 
7095
 
#: breezy/plugins/launchpad/cmds.py:237
 
7882
#: bzrlib/plugins/launchpad/cmds.py:238
7096
7883
msgid "No Launchpad user ID configured.\n"
7097
 
msgstr ""
 
7884
msgstr "No Launchpad user ID configured.\n"
7098
7885
 
7099
 
#: breezy/plugins/launchpad/cmds.py:248
 
7886
#: bzrlib/plugins/launchpad/cmds.py:249
7100
7887
#, python-format
7101
7888
msgid "Launchpad user ID set to '%s'.\n"
7102
 
msgstr ""
 
7889
msgstr "Launchpad user ID set to '%s'.\n"
7103
7890
 
7104
 
#: breezy/plugins/launchpad/cmds.py:254
 
7891
#: bzrlib/plugins/launchpad/cmds.py:255
7105
7892
msgid "Ask Launchpad to mirror a branch now."
7106
 
msgstr ""
 
7893
msgstr "Ask Launchpad to mirror a branch now."
7107
7894
 
7108
 
#: breezy/plugins/launchpad/cmds.py:271
 
7895
#: bzrlib/plugins/launchpad/cmds.py:272
7109
7896
msgid "Propose merging a branch on Launchpad."
7110
 
msgstr ""
7111
 
 
7112
 
#: breezy/plugins/launchpad/cmds.py:273
7113
 
msgid ""
7114
 
"This will open your usual editor to provide the initial comment.  When it\n"
7115
 
"has created the proposal, it will open it in your default web browser."
7116
 
msgstr ""
7117
 
 
7118
 
#: breezy/plugins/launchpad/cmds.py:276
7119
 
msgid ""
7120
 
"The branch will be proposed to merge into SUBMIT_BRANCH.  If SUBMIT_BRANCH\n"
7121
 
"is not supplied, the remembered submit branch will be used.  If no submit\n"
7122
 
"branch is remembered, the development focus will be used."
7123
 
msgstr ""
7124
 
 
7125
 
#: breezy/plugins/launchpad/cmds.py:280
 
7897
msgstr "Propose merging a branch on Launchpad."
 
7898
 
 
7899
#: bzrlib/plugins/launchpad/cmds.py:274
 
7900
msgid ""
 
7901
"This will open your usual editor to provide the initial comment.  When it\n"
 
7902
"has created the proposal, it will open it in your default web browser."
 
7903
msgstr ""
 
7904
"This will open your usual editor to provide the initial comment.  When it\n"
 
7905
"has created the proposal, it will open it in your default web browser."
 
7906
 
 
7907
#: bzrlib/plugins/launchpad/cmds.py:277
 
7908
msgid ""
 
7909
"The branch will be proposed to merge into SUBMIT_BRANCH.  If SUBMIT_BRANCH\n"
 
7910
"is not supplied, the remembered submit branch will be used.  If no submit\n"
 
7911
"branch is remembered, the development focus will be used."
 
7912
msgstr ""
 
7913
"The branch will be proposed to merge into SUBMIT_BRANCH.  If SUBMIT_BRANCH\n"
 
7914
"is not supplied, the remembered submit branch will be used.  If no submit\n"
 
7915
"branch is remembered, the development focus will be used."
 
7916
 
 
7917
#: bzrlib/plugins/launchpad/cmds.py:281
7126
7918
msgid ""
7127
7919
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
7128
7920
"the merge proposal.  This can be overriden by specifying --review (-R).\n"
7129
7921
"The parameter the launchpad account name of the desired reviewer.  This\n"
7130
7922
"may optionally be followed by '=' and the review type.  For example:"
7131
7923
msgstr ""
 
7924
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
 
7925
"the merge proposal.  This can be overridden by specifying --review (-R).\n"
 
7926
"The parameter the launchpad account name of the desired reviewer.  This\n"
 
7927
"may optionally be followed by '=' and the review type.  For example:"
7132
7928
 
7133
 
#: breezy/plugins/launchpad/cmds.py:285
 
7929
#: bzrlib/plugins/launchpad/cmds.py:286
7134
7930
msgid "  bzr lp-propose-merge --review jrandom --review review-team=qa"
7135
 
msgstr ""
 
7931
msgstr "  bzr lp-propose-merge --review jrandom --review review-team=qa"
7136
7932
 
7137
 
#: breezy/plugins/launchpad/cmds.py:287
 
7933
#: bzrlib/plugins/launchpad/cmds.py:288
7138
7934
msgid ""
7139
7935
"This will propose a merge,  request \"jrandom\" to perform a review of\n"
7140
7936
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7141
7937
msgstr ""
 
7938
"This will propose a merge,  request \"jrandom\" to perform a review of\n"
 
7939
"unspecified type, and request \"review-team\" to perform a \"qa\" review."
7142
7940
 
7143
 
# help of 'staging' option of 'lp-propose-merge' command
7144
 
#: breezy/plugins/launchpad/cmds.py:292
 
7941
#: bzrlib/plugins/launchpad/cmds.py:293
7145
7942
msgid "Propose the merge on staging."
7146
 
msgstr ""
 
7943
msgstr "Propose the merge on staging."
7147
7944
 
7148
 
# help of 'message' option of 'lp-propose-merge' command
7149
 
#: breezy/plugins/launchpad/cmds.py:294
 
7945
#: bzrlib/plugins/launchpad/cmds.py:295
7150
7946
msgid "Commit message."
7151
 
msgstr ""
7152
 
 
7153
 
# help of 'approve' option of 'lp-propose-merge' command
7154
 
#: breezy/plugins/launchpad/cmds.py:296
7155
 
msgid ""
7156
 
"Mark the proposal as approved immediately, setting the approved revision to "
7157
 
"tip."
7158
 
msgstr ""
7159
 
 
7160
 
# help of 'fixes' option of 'lp-propose-merge' command
7161
 
#: breezy/plugins/launchpad/cmds.py:298
 
7947
msgstr "Commit message."
 
7948
 
 
7949
#: bzrlib/plugins/launchpad/cmds.py:297
 
7950
msgid "Mark the proposal as approved immediately."
 
7951
msgstr "Mark the proposal as approved immediately."
 
7952
 
 
7953
#: bzrlib/plugins/launchpad/cmds.py:298
7162
7954
msgid "The bug this proposal fixes."
7163
 
msgstr ""
 
7955
msgstr "The bug this proposal fixes."
7164
7956
 
7165
 
# help of 'review' option of 'lp-propose-merge' command
7166
 
#: breezy/plugins/launchpad/cmds.py:300
 
7957
#: bzrlib/plugins/launchpad/cmds.py:300
7167
7958
msgid "Requested reviewer and optional type."
7168
 
msgstr ""
 
7959
msgstr "Requested reviewer and optional type."
7169
7960
 
7170
 
#: breezy/plugins/launchpad/cmds.py:335
 
7961
#: bzrlib/plugins/launchpad/cmds.py:335
7171
7962
msgid "Find the proposal to merge this revision."
7172
 
msgstr ""
7173
 
 
7174
 
#: breezy/plugins/launchpad/cmds.py:337
7175
 
msgid ""
7176
 
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7177
 
"This works only if the if the merged_revno was recorded for the merge\n"
7178
 
"proposal.  The proposal(s) are opened in a web browser."
7179
 
msgstr ""
7180
 
 
7181
 
#: breezy/plugins/launchpad/cmds.py:341
7182
 
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."
7185
 
msgstr ""
7186
 
 
7187
 
#: breezy/plugins/launchpad/cmds.py:344
 
7963
msgstr "Find the proposal to merge this revision."
 
7964
 
 
7965
#: bzrlib/plugins/launchpad/cmds.py:337
 
7966
msgid ""
 
7967
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
 
7968
"This works only if the selected branch was the merge proposal target, and\n"
 
7969
"if the merged_revno is recorded for the merge proposal.  The proposal(s)\n"
 
7970
"are opened in a web browser."
 
7971
msgstr ""
 
7972
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
 
7973
"This works only if the selected branch was the merge proposal target, and\n"
 
7974
"if the merged_revno is recorded for the merge proposal.  The proposal(s)\n"
 
7975
"are opened in a web browser."
 
7976
 
 
7977
#: bzrlib/plugins/launchpad/cmds.py:342
 
7978
msgid ""
 
7979
"Any revision involved in the merge may be specified-- the revision in\n"
 
7980
"which the merge was performed, or one of the revisions that was merged."
 
7981
msgstr ""
 
7982
"Any revision involved in the merge may be specified-- the revision in\n"
 
7983
"which the merge was performed, or one of the revisions that was merged."
 
7984
 
 
7985
#: bzrlib/plugins/launchpad/cmds.py:345
7188
7986
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7189
 
msgstr ""
7190
 
 
7191
 
#: breezy/plugins/launchpad/cmds.py:346
7192
 
msgid "  bzr lp-find-proposal -r mainline:annotate:README:1"
7193
 
msgstr ""
7194
 
 
7195
 
#: breezy/plugins/launchpad/cmds.py:365
 
7987
msgstr "So, to find the merge proposal that reviewed line 1 of README::"
 
7988
 
 
7989
#: bzrlib/plugins/launchpad/cmds.py:347
 
7990
msgid "  bzr lp-find-proposal -r annotate:README:1"
 
7991
msgstr "  bzr lp-find-proposal -r annotate:README:1"
 
7992
 
 
7993
#: bzrlib/plugins/launchpad/cmds.py:363
7196
7994
msgid "No review found."
7197
 
msgstr ""
 
7995
msgstr "No review found."
7198
7996
 
7199
 
#: breezy/plugins/launchpad/cmds.py:366
 
7997
#: bzrlib/plugins/launchpad/cmds.py:364
7200
7998
#, python-format
7201
7999
msgid "%d proposals(s) found."
7202
 
msgstr ""
7203
 
 
7204
 
#: breezy/plugins/launchpad/cmds.py:378
 
8000
msgstr "%d proposals(s) found."
 
8001
 
 
8002
#: bzrlib/plugins/launchpad/cmds.py:374
 
8003
msgid "Finding revision-id"
 
8004
msgstr "Finding revision-id"
 
8005
 
 
8006
#: bzrlib/plugins/launchpad/cmds.py:381
 
8007
msgid "Finding merge"
 
8008
msgstr "Finding merge"
 
8009
 
 
8010
#: bzrlib/plugins/launchpad/cmds.py:386
 
8011
msgid "Finding revno"
 
8012
msgstr "Finding revno"
 
8013
 
 
8014
#: bzrlib/plugins/launchpad/cmds.py:392
 
8015
msgid "Finding Launchpad branch"
 
8016
msgstr "Finding Launchpad branch"
 
8017
 
 
8018
#: bzrlib/plugins/launchpad/cmds.py:395
7205
8019
msgid "Finding proposals"
7206
 
msgstr ""
 
8020
msgstr "Finding proposals"
7207
8021
 
7208
 
#: breezy/plugins/launchpad/lp_api.py:231
7209
 
#: breezy/plugins/launchpad/lp_api.py:236
 
8022
#: bzrlib/plugins/launchpad/lp_api.py:241
 
8023
#: bzrlib/plugins/launchpad/lp_api.py:246
7210
8024
#, python-format
7211
8025
msgid "%s is not registered on Launchpad"
7212
 
msgstr ""
 
8026
msgstr "%s is not registered on Launchpad"
7213
8027
 
7214
 
#: breezy/plugins/launchpad/lp_api.py:246
 
8028
#: bzrlib/plugins/launchpad/lp_api.py:256
7215
8029
#, python-format
7216
8030
msgid "%s has no development focus."
7217
 
msgstr ""
 
8031
msgstr "%s has no development focus."
7218
8032
 
7219
 
#: breezy/plugins/launchpad/lp_api.py:251
 
8033
#: bzrlib/plugins/launchpad/lp_api.py:261
7220
8034
#, python-format
7221
8035
msgid "development focus %s has no branch."
7222
 
msgstr ""
 
8036
msgstr "development focus %s has no branch."
7223
8037
 
7224
 
#: breezy/plugins/launchpad/lp_api.py:256
 
8038
#: bzrlib/plugins/launchpad/lp_api.py:266
7225
8039
#, python-format
7226
8040
msgid "source package %s has no branch."
7227
 
msgstr ""
 
8041
msgstr "source package %s has no branch."
7228
8042
 
7229
 
#: breezy/plugins/launchpad/lp_api.py:260
 
8043
#: bzrlib/plugins/launchpad/lp_api.py:270
7230
8044
#, python-format
7231
8045
msgid "%s has no associated product or source package."
7232
 
msgstr ""
 
8046
msgstr "%s has no associated product or source package."
7233
8047
 
7234
 
#: breezy/plugins/launchpad/lp_api.py:272
 
8048
#: bzrlib/plugins/launchpad/lp_api.py:282
7235
8049
#, python-format
7236
8050
msgid "%s is already up-to-date."
7237
 
msgstr ""
 
8051
msgstr "%s is already up-to-date."
7238
8052
 
7239
 
#: breezy/plugins/launchpad/lp_api.py:279
 
8053
#: bzrlib/plugins/launchpad/lp_api.py:289
7240
8054
#, python-format
7241
8055
msgid "Pushing to %s"
7242
 
msgstr ""
 
8056
msgstr "Pushing to %s"
7243
8057
 
7244
 
#: breezy/plugins/launchpad/lp_directory.py:170
7245
 
#, python-brace-format
 
8058
#: bzrlib/plugins/launchpad/lp_directory.py:170
7246
8059
msgid ""
7247
8060
"resolution for {0}\n"
7248
8061
"  local: {1}\n"
7249
8062
" remote: {2}"
7250
8063
msgstr ""
 
8064
"resolution for {0}\n"
 
8065
"  local: {1}\n"
 
8066
" remote: {2}"
7251
8067
 
7252
 
#: breezy/plugins/launchpad/lp_propose.py:161
 
8068
#: bzrlib/plugins/launchpad/lp_propose.py:150
7253
8069
#, python-format
7254
8070
msgid "There is already a branch merge proposal: %s"
7255
 
msgstr ""
 
8071
msgstr "There is already a branch merge proposal: %s"
7256
8072
 
7257
 
#: breezy/plugins/weave_fmt/bzrdir.py:237
 
8073
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
7258
8074
msgid "pb parameter to convert() is deprecated"
7259
 
msgstr ""
 
8075
msgstr "pb parameter to convert() is deprecated"
7260
8076
 
7261
 
#: breezy/plugins/weave_fmt/bzrdir.py:240
 
8077
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
7262
8078
msgid "starting upgrade from format 4 to 5"
7263
 
msgstr ""
 
8079
msgstr "starting upgrade from format 4 to 5"
7264
8080
 
7265
 
#: breezy/plugins/weave_fmt/bzrdir.py:250
 
8081
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
7266
8082
msgid "note: upgrade may be faster if all store files are ungzipped first"
7267
 
msgstr ""
 
8083
msgstr "note: upgrade may be faster if all store files are ungzipped first"
7268
8084
 
7269
 
#: breezy/plugins/weave_fmt/bzrdir.py:279
 
8085
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
7270
8086
msgid "converting revision"
7271
 
msgstr ""
 
8087
msgstr "converting revision"
7272
8088
 
7273
 
#: breezy/plugins/weave_fmt/bzrdir.py:284
 
8089
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7274
8090
msgid "upgraded to weaves:"
7275
 
msgstr ""
 
8091
msgstr "upgraded to weaves:"
7276
8092
 
7277
 
#: breezy/plugins/weave_fmt/bzrdir.py:285
 
8093
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
7278
8094
#, python-format
7279
8095
msgid "%6d revisions and inventories"
7280
 
msgstr ""
 
8096
msgstr "%6d revisions and inventories"
7281
8097
 
7282
 
#: breezy/plugins/weave_fmt/bzrdir.py:287
 
8098
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
7283
8099
#, python-format
7284
8100
msgid "%6d revisions not present"
7285
 
msgstr ""
 
8101
msgstr "%6d revisions not present"
7286
8102
 
7287
 
#: breezy/plugins/weave_fmt/bzrdir.py:289
 
8103
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
7288
8104
#, python-format
7289
8105
msgid "%6d texts"
7290
 
msgstr ""
 
8106
msgstr "%6d texts"
7291
8107
 
7292
 
#: breezy/plugins/weave_fmt/bzrdir.py:325
 
8108
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
7293
8109
msgid "writing weave"
7294
 
msgstr ""
 
8110
msgstr "writing weave"
7295
8111
 
7296
 
#: breezy/plugins/weave_fmt/bzrdir.py:329
7297
 
#: breezy/plugins/weave_fmt/bzrdir.py:331
 
8112
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
 
8113
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
7298
8114
msgid "inventory"
7299
 
msgstr ""
 
8115
msgstr "inventory"
7300
8116
 
7301
 
#: breezy/plugins/weave_fmt/bzrdir.py:348
 
8117
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
7302
8118
msgid "write revision"
7303
 
msgstr ""
 
8119
msgstr "write revision"
7304
8120
 
7305
 
#: breezy/plugins/weave_fmt/bzrdir.py:362
 
8121
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
7306
8122
msgid "loading revision"
7307
 
msgstr ""
 
8123
msgstr "loading revision"
7308
8124
 
7309
 
#: breezy/plugins/weave_fmt/bzrdir.py:367
 
8125
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
7310
8126
#, python-format
7311
8127
msgid "revision {%s} not present in branch; will be converted as a ghost"
7312
 
msgstr ""
 
8128
msgstr "revision {%s} not present in branch; will be converted as a ghost"
7313
8129
 
7314
 
#: breezy/plugins/weave_fmt/bzrdir.py:507
 
8130
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
7315
8131
msgid "starting upgrade from format 5 to 6"
7316
 
msgstr ""
 
8132
msgstr "starting upgrade from format 5 to 6"
7317
8133
 
7318
 
#: breezy/plugins/weave_fmt/bzrdir.py:517
 
8134
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
7319
8135
#, python-format
7320
8136
msgid "adding prefixes to %s"
7321
 
msgstr ""
 
8137
msgstr "adding prefixes to %s"
7322
8138
 
7323
 
#: breezy/plugins/weave_fmt/bzrdir.py:557
 
8139
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
7324
8140
msgid "starting upgrade from format 6 to metadir"
7325
 
msgstr ""
 
8141
msgstr "starting upgrade from format 6 to metadir"
7326
8142
 
7327
 
#: breezy/plugins/weave_fmt/bzrdir.py:565
 
8143
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
7328
8144
msgid "Removing ancestry.weave"
7329
 
msgstr ""
 
8145
msgstr "Removing ancestry.weave"
7330
8146
 
7331
 
#: breezy/plugins/weave_fmt/bzrdir.py:570
 
8147
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
7332
8148
msgid "Finding branch files"
7333
 
msgstr ""
 
8149
msgstr "Finding branch files"
7334
8150
 
7335
 
#: breezy/plugins/weave_fmt/bzrdir.py:580
 
8151
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
7336
8152
msgid "Upgrading repository"
7337
 
msgstr ""
 
8153
msgstr "Upgrading repository"
7338
8154
 
7339
 
#: breezy/plugins/weave_fmt/bzrdir.py:590
 
8155
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
7340
8156
msgid "Upgrading branch"
7341
 
msgstr ""
 
8157
msgstr "Upgrading branch"
7342
8158
 
7343
 
#: breezy/plugins/weave_fmt/bzrdir.py:613
 
8159
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
7344
8160
msgid "No working tree."
7345
 
msgstr ""
 
8161
msgstr "No working tree."
7346
8162
 
7347
 
#: breezy/plugins/weave_fmt/bzrdir.py:620
 
8163
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
7348
8164
msgid "Upgrading working tree"
7349
 
msgstr ""
 
8165
msgstr "Upgrading working tree"
7350
8166
 
7351
 
#: breezy/plugins/weave_fmt/bzrdir.py:641
 
8167
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7352
8168
#, python-format
7353
8169
msgid "Make %s lock"
7354
 
msgstr ""
 
8170
msgstr "Make %s lock"
7355
8171
 
7356
 
#: breezy/plugins/weave_fmt/bzrdir.py:652
 
8172
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
7357
8173
#, python-format
7358
8174
msgid "Moving %s"
7359
 
msgstr ""
 
8175
msgstr "Moving %s"
7360
8176
 
7361
 
#: breezy/push.py:56
 
8177
#: bzrlib/push.py:56
7362
8178
msgid "Created new branch."
7363
 
msgstr ""
7364
 
 
7365
 
#: breezy/push.py:97
7366
 
#, python-format
7367
 
msgid ""
7368
 
"Target directory %s already contains a .bzr directory, but it is not valid."
7369
 
msgstr ""
7370
 
 
7371
 
#: breezy/push.py:101
7372
 
#, python-format
7373
 
msgid ""
7374
 
"Target directory %s already exists, but does not have a .bzr directory. "
7375
 
"Supply --use-existing-dir to push there anyway."
7376
 
msgstr ""
7377
 
 
7378
 
#: breezy/push.py:122
 
8179
msgstr "Created new branch."
 
8180
 
 
8181
#: bzrlib/push.py:97
 
8182
#, python-format
 
8183
msgid ""
 
8184
"Target directory %s already contains a .bzr directory, but it is not valid."
 
8185
msgstr ""
 
8186
"Target directory %s already contains a .bzr directory, but it is not valid."
 
8187
 
 
8188
#: bzrlib/push.py:101
 
8189
#, python-format
 
8190
msgid ""
 
8191
"Target directory %s already exists, but does not have a .bzr directory. "
 
8192
"Supply --use-existing-dir to push there anyway."
 
8193
msgstr ""
 
8194
"Target directory %s already exists, but does not have a .bzr directory. "
 
8195
"Supply --use-existing-dir to push there anyway."
 
8196
 
 
8197
#: bzrlib/push.py:122
7379
8198
#, python-format
7380
8199
msgid "Too many redirections trying to make %s."
7381
 
msgstr ""
7382
 
 
7383
 
#: breezy/push.py:148
7384
 
msgid ""
7385
 
"These branches have diverged.  See \"bzr help diverged-branches\" for more "
7386
 
"information."
7387
 
msgstr ""
7388
 
 
7389
 
#: breezy/push.py:152
7390
 
#, python-format
7391
 
msgid ""
7392
 
"It is not possible to losslessly push to %s. You may want to use dpush "
7393
 
"instead."
7394
 
msgstr ""
7395
 
 
7396
 
#: breezy/push.py:158
7397
 
#, python-format
7398
 
msgid ""
7399
 
"At %s you have a valid .bzr control directory, but not a branch or "
7400
 
"repository. This is an unsupported configuration. Please move the target "
7401
 
"directory out of the way and try again."
7402
 
msgstr ""
7403
 
 
7404
 
#: breezy/reconcile.py:97
 
8200
msgstr "Too many redirections trying to make %s."
 
8201
 
 
8202
#: bzrlib/push.py:148
 
8203
msgid ""
 
8204
"These branches have diverged.  See \"bzr help diverged-branches\" for more "
 
8205
"information."
 
8206
msgstr ""
 
8207
"These branches have diverged.  See \"bzr help diverged-branches\" for more "
 
8208
"information."
 
8209
 
 
8210
#: bzrlib/push.py:152
 
8211
#, python-format
 
8212
msgid ""
 
8213
"It is not possible to losslessly push to %s. You may want to use dpush "
 
8214
"instead."
 
8215
msgstr ""
 
8216
"It is not possible to losslessly push to %s. You may want to use dpush "
 
8217
"instead."
 
8218
 
 
8219
#: bzrlib/push.py:158
 
8220
#, python-format
 
8221
msgid ""
 
8222
"At %s you have a valid .bzr control directory, but not a branch or "
 
8223
"repository. This is an unsupported configuration. Please move the target "
 
8224
"directory out of the way and try again."
 
8225
msgstr ""
 
8226
"At %s you have a valid .bzr control directory, but not a branch or "
 
8227
"repository. This is an unsupported configuration. Please move the target "
 
8228
"directory out of the way and try again."
 
8229
 
 
8230
#: bzrlib/reconcile.py:97
7405
8231
#, python-format
7406
8232
msgid "Reconciling branch %s"
7407
 
msgstr ""
 
8233
msgstr "Reconciling branch %s"
7408
8234
 
7409
 
#: breezy/reconcile.py:103
 
8235
#: bzrlib/reconcile.py:103
7410
8236
#, python-format
7411
8237
msgid "Reconciling repository %s"
7412
 
msgstr ""
 
8238
msgstr "Reconciling repository %s"
7413
8239
 
7414
 
#: breezy/reconcile.py:105
 
8240
#: bzrlib/reconcile.py:105
7415
8241
msgid "Reconciling repository"
7416
 
msgstr ""
 
8242
msgstr "Reconciling repository"
7417
8243
 
7418
 
#: breezy/reconcile.py:111
 
8244
#: bzrlib/reconcile.py:111
7419
8245
#, python-format
7420
8246
msgid "%s cannot canonicalize CHKs."
7421
 
msgstr ""
 
8247
msgstr "%s cannot canonicalise CHKs."
7422
8248
 
7423
 
#: breezy/reconcile.py:119
 
8249
#: bzrlib/reconcile.py:119
7424
8250
msgid "Reconcile aborted: revision index has inconsistent parents."
7425
 
msgstr ""
 
8251
msgstr "Reconcile aborted: revision index has inconsistent parents."
7426
8252
 
7427
 
#: breezy/reconcile.py:121
 
8253
#: bzrlib/reconcile.py:121
7428
8254
msgid "Run \"bzr check\" for more details."
7429
 
msgstr ""
 
8255
msgstr "Run \"bzr check\" for more details."
7430
8256
 
7431
 
#: breezy/reconcile.py:123
 
8257
#: bzrlib/reconcile.py:123
7432
8258
msgid "Reconciliation complete."
7433
 
msgstr ""
 
8259
msgstr "Reconciliation complete."
7434
8260
 
7435
 
#: breezy/reconcile.py:166
7436
 
#, python-brace-format
 
8261
#: bzrlib/reconcile.py:166
7437
8262
msgid "Fixing last revision info {0}  => {1}"
7438
 
msgstr ""
 
8263
msgstr "Fixing last revision info {0}  => {1}"
7439
8264
 
7440
 
#: breezy/reconcile.py:173
 
8265
#: bzrlib/reconcile.py:173
7441
8266
msgid "revision_history ok."
7442
 
msgstr ""
 
8267
msgstr "revision_history ok."
7443
8268
 
7444
 
#: breezy/reconcile.py:234
 
8269
#: bzrlib/reconcile.py:234
7445
8270
msgid "Reading inventory data"
7446
 
msgstr ""
 
8271
msgstr "Reading inventory data"
7447
8272
 
7448
 
#: breezy/reconcile.py:254 breezy/reconcile.py:384
 
8273
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
7449
8274
msgid "Inventory ok."
7450
 
msgstr ""
 
8275
msgstr "Inventory ok."
7451
8276
 
7452
 
#: breezy/reconcile.py:256 breezy/reconcile.py:386
 
8277
#: bzrlib/reconcile.py:256 bzrlib/reconcile.py:386
7453
8278
msgid "Backing up inventory"
7454
 
msgstr ""
 
8279
msgstr "Backing up inventory"
7455
8280
 
7456
 
#: breezy/reconcile.py:258
 
8281
#: bzrlib/reconcile.py:258
7457
8282
msgid "Backup inventory created."
7458
 
msgstr ""
 
8283
msgstr "Backup inventory created."
7459
8284
 
7460
 
#: breezy/reconcile.py:274 breezy/reconcile.py:405
 
8285
#: bzrlib/reconcile.py:274 bzrlib/reconcile.py:405
7461
8286
msgid "Writing weave"
7462
 
msgstr ""
 
8287
msgstr "Writing weave"
7463
8288
 
7464
 
#: breezy/reconcile.py:277 breezy/reconcile.py:408
 
8289
#: bzrlib/reconcile.py:277 bzrlib/reconcile.py:408
7465
8290
msgid "Inventory regenerated."
7466
 
msgstr ""
 
8291
msgstr "Inventory regenerated."
7467
8292
 
7468
 
#: breezy/reconcile.py:371 breezy/reconcile.py:373 breezy/reconcile.py:376
 
8293
#: bzrlib/reconcile.py:371 bzrlib/reconcile.py:373 bzrlib/reconcile.py:376
7469
8294
msgid "Reading indexes"
7470
 
msgstr ""
 
8295
msgstr "Reading indexes"
7471
8296
 
7472
 
#: breezy/reconcile.py:380 breezy/reconcile.py:382
 
8297
#: bzrlib/reconcile.py:380 bzrlib/reconcile.py:382
7473
8298
msgid "Checking unused inventories"
7474
 
msgstr ""
 
8299
msgstr "Checking unused inventories"
7475
8300
 
7476
 
#: breezy/reconcile.py:388
 
8301
#: bzrlib/reconcile.py:388
7477
8302
msgid "Backup Inventory created"
7478
 
msgstr ""
 
8303
msgstr "Backup Inventory created"
7479
8304
 
7480
 
#: breezy/reconcile.py:446
 
8305
#: bzrlib/reconcile.py:446
7481
8306
msgid "Fixing text parents"
7482
 
msgstr ""
 
8307
msgstr "Fixing text parents"
7483
8308
 
7484
 
#: breezy/reconfigure.py:54
7485
 
#, python-brace-format
 
8309
#: bzrlib/reconfigure.py:54
7486
8310
msgid "{0} is now stacked on {1}\n"
7487
 
msgstr ""
 
8311
msgstr "{0} is now stacked on {1}\n"
7488
8312
 
7489
 
#: breezy/reconfigure.py:69
 
8313
#: bzrlib/reconfigure.py:69
7490
8314
#, python-format
7491
8315
msgid "%s is now not stacked\n"
7492
 
msgstr ""
 
8316
msgstr "%s is now not stacked\n"
7493
8317
 
7494
 
#: breezy/remote.py:1228 breezy/repository.py:289
 
8318
#: bzrlib/remote.py:1228 bzrlib/repository.py:289
7495
8319
#, python-format
7496
8320
msgid "bzr: ERROR (ignored): %s"
7497
 
msgstr ""
 
8321
msgstr "bzr: ERROR (ignored): %s"
7498
8322
 
7499
 
#: breezy/remote.py:2534
 
8323
#: bzrlib/remote.py:2534
7500
8324
msgid "Copying repository content as tarball..."
7501
 
msgstr ""
 
8325
msgstr "Copying repository content as tarball..."
7502
8326
 
7503
 
#: breezy/rename_map.py:69
 
8327
#: bzrlib/rename_map.py:69
7504
8328
msgid "Calculating hashes"
7505
 
msgstr ""
 
8329
msgstr "Calculating hashes"
7506
8330
 
7507
 
#: breezy/rename_map.py:107
 
8331
#: bzrlib/rename_map.py:107
7508
8332
msgid "Determining hash hits"
7509
 
msgstr ""
 
8333
msgstr "Determining hash hits"
7510
8334
 
7511
 
#: breezy/rename_map.py:242
7512
 
#, python-brace-format
 
8335
#: bzrlib/rename_map.py:242
7513
8336
msgid "{0} => {1}"
7514
 
msgstr ""
 
8337
msgstr "{0} => {1}"
7515
8338
 
7516
 
#: breezy/repository.py:1738
 
8339
#: bzrlib/repository.py:1738
7517
8340
msgid "Moving repository to repository.backup"
7518
 
msgstr ""
 
8341
msgstr "Moving repository to repository.backup"
7519
8342
 
7520
 
#: breezy/repository.py:1745
 
8343
#: bzrlib/repository.py:1745
7521
8344
msgid "Creating new repository"
7522
 
msgstr ""
 
8345
msgstr "Creating new repository"
7523
8346
 
7524
 
#: breezy/repository.py:1750
 
8347
#: bzrlib/repository.py:1750
7525
8348
msgid "Copying content"
7526
 
msgstr ""
 
8349
msgstr "Copying content"
7527
8350
 
7528
 
#: breezy/repository.py:1754
 
8351
#: bzrlib/repository.py:1754
7529
8352
msgid "Deleting old repository content"
7530
 
msgstr ""
 
8353
msgstr "Deleting old repository content"
7531
8354
 
7532
 
#: breezy/repository.py:1756
 
8355
#: bzrlib/repository.py:1756
7533
8356
msgid "repository converted"
7534
 
msgstr ""
 
8357
msgstr "repository converted"
7535
8358
 
7536
 
#: breezy/revisionspec.py:903
7537
 
#, python-brace-format
 
8359
#: bzrlib/revisionspec.py:903
7538
8360
msgid "Using {0} {1}"
7539
 
msgstr ""
 
8361
msgstr "Using {0} {1}"
7540
8362
 
7541
 
#: breezy/send.py:59
 
8363
#: bzrlib/send.py:59
7542
8364
#, python-format
7543
8365
msgid "Mail client \"%s\" does not support specifying body"
7544
 
msgstr ""
 
8366
msgstr "Mail client \"%s\" does not support specifying body"
7545
8367
 
7546
 
#: breezy/send.py:63
 
8368
#: bzrlib/send.py:63
7547
8369
msgid "--remember requires a branch to be specified."
7548
 
msgstr ""
 
8370
msgstr "--remember requires a branch to be specified."
7549
8371
 
7550
 
#: breezy/send.py:78
 
8372
#: bzrlib/send.py:78
7551
8373
msgid "No submit branch known or specified"
7552
 
msgstr ""
 
8374
msgstr "No submit branch known or specified"
7553
8375
 
7554
 
#: breezy/send.py:81
7555
 
#, python-brace-format
 
8376
#: bzrlib/send.py:81
7556
8377
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
7557
8378
msgstr ""
 
8379
"Using saved {0} location \"{1}\" to determine what changes to submit."
7558
8380
 
7559
 
#: breezy/send.py:99
 
8381
#: bzrlib/send.py:99
7560
8382
#, python-format
7561
8383
msgid "No such send format '%s'."
7562
 
msgstr ""
 
8384
msgstr "No such send format '%s'."
7563
8385
 
7564
 
#: breezy/send.py:115
 
8386
#: bzrlib/send.py:115
7565
8387
msgid "bzr send takes at most two one revision identifiers"
7566
 
msgstr ""
 
8388
msgstr "bzr send takes at most two one revision identifiers"
7567
8389
 
7568
 
#: breezy/send.py:128
 
8390
#: bzrlib/send.py:128
7569
8391
msgid "No revisions to submit."
7570
 
msgstr ""
 
8392
msgstr "No revisions to submit."
7571
8393
 
7572
 
#: breezy/send.py:140
 
8394
#: bzrlib/send.py:140
7573
8395
msgid ""
7574
8396
"- not supported for merge directives that use more than one output file."
7575
8397
msgstr ""
 
8398
"- not supported for merge directives that use more than one output file."
7576
8399
 
7577
 
#: breezy/send.py:186
 
8400
#: bzrlib/send.py:186
7578
8401
msgid "Format 0.9 does not permit bundle with no patch"
7579
 
msgstr ""
 
8402
msgstr "Format 0.9 does not permit bundle with no patch"
7580
8403
 
7581
 
#: breezy/shelf_ui.py:46
 
8404
#: bzrlib/shelf_ui.py:46
7582
8405
#, python-format
7583
8406
msgid "Shelve adding file \"%(path)s\"?"
7584
 
msgstr ""
 
8407
msgstr "Shelve adding file \"%(path)s\"?"
7585
8408
 
7586
 
#: breezy/shelf_ui.py:47
 
8409
#: bzrlib/shelf_ui.py:47
7587
8410
msgid "Shelve binary changes?"
7588
 
msgstr ""
 
8411
msgstr "Shelve binary changes?"
7589
8412
 
7590
 
#: breezy/shelf_ui.py:48
 
8413
#: bzrlib/shelf_ui.py:48
7591
8414
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
7592
 
msgstr ""
 
8415
msgstr "Shelve changing \"%s\" from %(other)s to %(this)s?"
7593
8416
 
7594
 
#: breezy/shelf_ui.py:50
 
8417
#: bzrlib/shelf_ui.py:50
7595
8418
#, python-format
7596
8419
msgid "Shelve removing file \"%(path)s\"?"
7597
 
msgstr ""
 
8420
msgstr "Shelve removing file \"%(path)s\"?"
7598
8421
 
7599
 
#: breezy/shelf_ui.py:51
 
8422
#: bzrlib/shelf_ui.py:51
7600
8423
#, python-format
7601
8424
msgid "Shelve %d change(s)?"
7602
 
msgstr ""
 
8425
msgstr "Shelve %d change(s)?"
7603
8426
 
7604
 
#: breezy/shelf_ui.py:52
 
8427
#: bzrlib/shelf_ui.py:52
7605
8428
msgid "Shelve?"
7606
 
msgstr ""
 
8429
msgstr "Shelve?"
7607
8430
 
7608
 
#: breezy/shelf_ui.py:53
 
8431
#: bzrlib/shelf_ui.py:53
7609
8432
#, python-format
7610
8433
msgid ""
7611
8434
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7612
8435
msgstr ""
 
8436
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7613
8437
 
7614
 
#: breezy/shelf_ui.py:55
 
8438
#: bzrlib/shelf_ui.py:55
7615
8439
#, python-format
7616
8440
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7617
 
msgstr ""
 
8441
msgstr "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7618
8442
 
7619
 
#: breezy/shelf_ui.py:70
 
8443
#: bzrlib/shelf_ui.py:70
7620
8444
#, python-format
7621
8445
msgid "Changes shelved with id \"%d\"."
7622
 
msgstr ""
 
8446
msgstr "Changes shelved with id \"%d\"."
7623
8447
 
7624
 
#: breezy/shelf_ui.py:74
 
8448
#: bzrlib/shelf_ui.py:74
7625
8449
msgid "Selected changes destroyed."
7626
 
msgstr ""
 
8450
msgstr "Selected changes destroyed."
7627
8451
 
7628
 
#: breezy/shelf_ui.py:78
 
8452
#: bzrlib/shelf_ui.py:78
7629
8453
msgid "Selected changes:"
7630
 
msgstr ""
 
8454
msgstr "Selected changes:"
7631
8455
 
7632
 
#: breezy/shelf_ui.py:98
 
8456
#: bzrlib/shelf_ui.py:98
7633
8457
#, python-format
7634
8458
msgid "Delete file \"%(path)s\"?"
7635
 
msgstr ""
 
8459
msgstr "Delete file \"%(path)s\"?"
7636
8460
 
7637
 
#: breezy/shelf_ui.py:99
 
8461
#: bzrlib/shelf_ui.py:99
7638
8462
msgid "Apply binary changes?"
7639
 
msgstr ""
 
8463
msgstr "Apply binary changes?"
7640
8464
 
7641
 
#: breezy/shelf_ui.py:100
 
8465
#: bzrlib/shelf_ui.py:100
7642
8466
#, python-format
7643
8467
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
7644
 
msgstr ""
 
8468
msgstr "Change \"%(path)s\" from %(this)s to %(other)s?"
7645
8469
 
7646
 
#: breezy/shelf_ui.py:102
 
8470
#: bzrlib/shelf_ui.py:102
7647
8471
#, python-format
7648
8472
msgid "Add file \"%(path)s\"?"
7649
 
msgstr ""
 
8473
msgstr "Add file \"%(path)s\"?"
7650
8474
 
7651
 
#: breezy/shelf_ui.py:103
 
8475
#: bzrlib/shelf_ui.py:103
7652
8476
#, python-format
7653
8477
msgid "Apply %d change(s)?"
7654
 
msgstr ""
 
8478
msgstr "Apply %d change(s)?"
7655
8479
 
7656
 
#: breezy/shelf_ui.py:104
 
8480
#: bzrlib/shelf_ui.py:104
7657
8481
msgid "Apply change?"
7658
 
msgstr ""
 
8482
msgstr "Apply change?"
7659
8483
 
7660
 
#: breezy/shelf_ui.py:105
 
8484
#: bzrlib/shelf_ui.py:105
7661
8485
#, python-format
7662
8486
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7663
 
msgstr ""
 
8487
msgstr "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7664
8488
 
7665
 
#: breezy/shelf_ui.py:107
 
8489
#: bzrlib/shelf_ui.py:107
7666
8490
#, python-format
7667
8491
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
7668
 
msgstr ""
 
8492
msgstr "Rename \"%(this)s\" => \"%(other)s\"?"
7669
8493
 
7670
 
#: breezy/shelf_ui.py:402
 
8494
#: bzrlib/shelf_ui.py:402
7671
8495
msgid "No changes are shelved."
7672
 
msgstr ""
 
8496
msgstr "No changes are shelved."
7673
8497
 
7674
 
#: breezy/shelf_ui.py:460
 
8498
#: bzrlib/shelf_ui.py:460
7675
8499
#, python-format
7676
8500
msgid "Using changes with id \"%d\"."
7677
 
msgstr ""
 
8501
msgstr "Using changes with id \"%d\"."
7678
8502
 
7679
 
#: breezy/shelf_ui.py:464
 
8503
#: bzrlib/shelf_ui.py:464
7680
8504
#, python-format
7681
8505
msgid "Message: %s"
7682
 
msgstr ""
 
8506
msgstr "Message: %s"
7683
8507
 
7684
 
#: breezy/shelf_ui.py:476
 
8508
#: bzrlib/shelf_ui.py:476
7685
8509
#, python-format
7686
8510
msgid "Deleted changes with id \"%d\"."
7687
 
msgstr ""
 
8511
msgstr "Deleted changes with id \"%d\"."
7688
8512
 
7689
 
#: breezy/smart/medium.py:714
7690
 
#, python-brace-format
 
8513
#: bzrlib/smart/medium.py:714
7691
8514
msgid "HPSS calls: {0} ({1} vfs) {2}"
7692
 
msgstr ""
7693
 
 
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
 
8515
msgstr "HPSS calls: {0} ({1} vfs) {2}"
 
8516
 
 
8517
#: bzrlib/smart/server.py:169
7705
8518
msgid "Requested to stop gracefully"
7706
 
msgstr ""
 
8519
msgstr "Requested to stop gracefully"
7707
8520
 
7708
 
#: breezy/smart/server.py:179
 
8521
#: bzrlib/smart/server.py:179
7709
8522
#, python-format
7710
8523
msgid "Waiting for %d client(s) to finish"
7711
 
msgstr ""
 
8524
msgstr "Waiting for %d client(s) to finish"
7712
8525
 
7713
 
#: breezy/smart/server.py:185
 
8526
#: bzrlib/smart/server.py:185
7714
8527
#, python-format
7715
8528
msgid "Still waiting for %d client(s) to finish"
7716
 
msgstr ""
 
8529
msgstr "Still waiting for %d client(s) to finish"
7717
8530
 
7718
 
#: breezy/smart/server.py:219
 
8531
#: bzrlib/smart/server.py:219
7719
8532
#, python-format
7720
8533
msgid "listening socket error: %s"
7721
 
msgstr ""
 
8534
msgstr "listening socket error: %s"
7722
8535
 
7723
 
#: breezy/smart/server.py:452
 
8536
#: bzrlib/smart/server.py:452
7724
8537
#, python-format
7725
8538
msgid "listening on port: %s"
7726
 
msgstr ""
 
8539
msgstr "listening on port: %s"
7727
8540
 
7728
 
#: breezy/switch.py:84
 
8541
#: bzrlib/switch.py:73
7729
8542
msgid "Pending merges must be committed or reverted before using switch."
7730
 
msgstr ""
 
8543
msgstr "Pending merges must be committed or reverted before using switch."
7731
8544
 
7732
 
#: breezy/switch.py:111
 
8545
#: bzrlib/switch.py:100
7733
8546
msgid ""
7734
8547
"Cannot switch as local commits found in the checkout. Commit these to the "
7735
8548
"bound branch or use --force to throw them away."
7736
8549
msgstr ""
 
8550
"Cannot switch as local commits found in the checkout. Commit these to the "
 
8551
"bound branch or use --force to throw them away."
7737
8552
 
7738
 
#: breezy/switch.py:116
 
8553
#: bzrlib/switch.py:105
7739
8554
#, python-format
7740
8555
msgid ""
7741
8556
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7742
8557
"anyway, use --force."
7743
8558
msgstr ""
 
8559
"Unable to connect to current master branch %(target)s: %(error)s To switch "
 
8560
"anyway, use --force."
7744
8561
 
7745
 
#: breezy/switch.py:140
 
8562
#: bzrlib/switch.py:129
7746
8563
msgid "Cannot switch a branch, only a checkout."
7747
 
msgstr ""
 
8564
msgstr "Cannot switch a branch, only a checkout."
7748
8565
 
7749
 
#: breezy/switch.py:183
 
8566
#: bzrlib/switch.py:167
7750
8567
#, python-format
7751
8568
msgid "Tree is up to date at revision %d."
7752
 
msgstr ""
 
8569
msgstr "Tree is up to date at revision %d."
7753
8570
 
7754
 
#: breezy/switch.py:190
 
8571
#: bzrlib/switch.py:173
7755
8572
#, python-format
7756
8573
msgid "Updated to revision %d."
7757
 
msgstr ""
 
8574
msgstr "Updated to revision %d."
7758
8575
 
7759
 
#: breezy/transform.py:1723 breezy/transform.py:1734 breezy/transform.py:1736
 
8576
#: bzrlib/transform.py:1723 bzrlib/transform.py:1734 bzrlib/transform.py:1736
7760
8577
msgid "Apply phase"
7761
 
msgstr ""
 
8578
msgstr "Apply phase"
7762
8579
 
7763
 
#: breezy/transform.py:1762 breezy/transform.py:1830
 
8580
#: bzrlib/transform.py:1762 bzrlib/transform.py:1830
7764
8581
msgid "removing file"
7765
 
msgstr ""
 
8582
msgstr "removing file"
7766
8583
 
7767
 
#: breezy/transform.py:1780 breezy/transform.py:1865
 
8584
#: bzrlib/transform.py:1780 bzrlib/transform.py:1865
7768
8585
msgid "adding file"
7769
 
msgstr ""
 
8586
msgstr "adding file"
7770
8587
 
7771
 
#: breezy/transform.py:2598
 
8588
#: bzrlib/transform.py:2598
7772
8589
msgid "Building tree"
7773
 
msgstr ""
 
8590
msgstr "Building tree"
7774
8591
 
7775
 
#: breezy/transform.py:2688 breezy/transform.py:2715
 
8592
#: bzrlib/transform.py:2688 bzrlib/transform.py:2715
7776
8593
msgid "Adding file contents"
7777
 
msgstr ""
 
8594
msgstr "Adding file contents"
7778
8595
 
7779
 
#: breezy/transform.py:3017
 
8596
#: bzrlib/transform.py:3017
7780
8597
msgid "Resolution pass"
7781
 
msgstr ""
 
8598
msgstr "Resolution pass"
7782
8599
 
7783
 
#: breezy/transport/ftp/_gssapi.py:88
 
8600
#: bzrlib/transport/ftp/_gssapi.py:88
7784
8601
#, python-format
7785
8602
msgid "Authenticated as %s"
7786
 
msgstr ""
 
8603
msgstr "Authenticated as %s"
7787
8604
 
7788
 
#: breezy/tree.py:647
 
8605
#: bzrlib/tree.py:647
7789
8606
msgid "*** {0} content-filter: {1} => {2!r}"
7790
 
msgstr ""
 
8607
msgstr "*** {0} content-filter: {1} => {2!r}"
7791
8608
 
7792
 
#: breezy/upgrade.py:77
 
8609
#: bzrlib/upgrade.py:77
7793
8610
#, python-format
7794
8611
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
7795
 
msgstr ""
 
8612
msgstr "This is a checkout. The branch (%s) needs to be upgraded separately."
7796
8613
 
7797
 
#: breezy/upgrade.py:100
 
8614
#: bzrlib/upgrade.py:100
7798
8615
#, python-format
7799
8616
msgid "cannot upgrade from bzrdir format %s"
7800
 
msgstr ""
 
8617
msgstr "cannot upgrade from bzrdir format %s"
7801
8618
 
7802
 
#: breezy/upgrade.py:103
 
8619
#: bzrlib/upgrade.py:103
7803
8620
#, python-format
7804
8621
msgid "starting upgrade of %s"
7805
 
msgstr ""
 
8622
msgstr "starting upgrade of %s"
7806
8623
 
7807
 
#: breezy/upgrade.py:110
 
8624
#: bzrlib/upgrade.py:110
7808
8625
msgid "finished"
7809
 
msgstr ""
 
8626
msgstr "finished"
7810
8627
 
7811
 
#: breezy/upgrade.py:120
 
8628
#: bzrlib/upgrade.py:120
7812
8629
msgid "Deleting backup.bzr"
7813
 
msgstr ""
 
8630
msgstr "Deleting backup.bzr"
7814
8631
 
7815
 
#: breezy/upgrade.py:151
7816
 
#, python-brace-format
 
8632
#: bzrlib/upgrade.py:151
7817
8633
msgid ""
7818
8634
"\n"
7819
8635
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7820
8636
msgstr ""
 
8637
"\n"
 
8638
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7821
8639
 
7822
 
#: breezy/upgrade.py:208
 
8640
#: bzrlib/upgrade.py:208
7823
8641
#, python-format
7824
8642
msgid "Found %d dependent branches - upgrading ..."
7825
 
msgstr ""
 
8643
msgstr "Found %d dependent branches - upgrading ..."
7826
8644
 
7827
 
#: breezy/upgrade.py:276
 
8645
#: bzrlib/upgrade.py:276
7828
8646
msgid "Upgrading bzrdirs"
7829
 
msgstr ""
 
8647
msgstr "Upgrading bzrdirs"
7830
8648
 
7831
 
#: breezy/upgrade.py:282
 
8649
#: bzrlib/upgrade.py:282
7832
8650
#, python-format
7833
8651
msgid "Upgrading %s"
7834
 
msgstr ""
 
8652
msgstr "Upgrading %s"
7835
8653
 
7836
 
#: breezy/upgrade.py:283
7837
 
#, python-brace-format
 
8654
#: bzrlib/upgrade.py:283
7838
8655
msgid "Upgrading {0} {1} ..."
7839
 
msgstr ""
 
8656
msgstr "Upgrading {0} {1} ..."
7840
8657
 
7841
 
#: breezy/upgrade.py:301
 
8658
#: bzrlib/upgrade.py:301
7842
8659
msgid "Removing backup ..."
7843
 
msgstr ""
 
8660
msgstr "Removing backup ..."
7844
8661
 
7845
 
#: breezy/upgrade.py:305
7846
 
#, python-brace-format
 
8662
#: bzrlib/upgrade.py:305
7847
8663
msgid "failed to clean-up {0}: {1}"
7848
 
msgstr ""
 
8664
msgstr "failed to clean-up {0}: {1}"
7849
8665
 
7850
 
#: breezy/vf_repository.py:1091
 
8666
#: bzrlib/vf_repository.py:1091
7851
8667
msgid "inventories"
7852
 
msgstr ""
 
8668
msgstr "inventories"
7853
8669
 
7854
 
#: breezy/vf_repository.py:1117
 
8670
#: bzrlib/vf_repository.py:1117
7855
8671
msgid "texts"
7856
 
msgstr ""
 
8672
msgstr "texts"
7857
8673
 
7858
 
#: breezy/vf_repository.py:1622 breezy/vf_repository.py:1631
 
8674
#: bzrlib/vf_repository.py:1622 bzrlib/vf_repository.py:1631
7859
8675
msgid "Calculating text parents"
7860
 
msgstr ""
 
8676
msgstr "Calculating text parents"
7861
8677
 
7862
 
#: breezy/vf_repository.py:1707
 
8678
#: bzrlib/vf_repository.py:1707
7863
8679
msgid "Fetch texts"
7864
 
msgstr ""
 
8680
msgstr "Fetch texts"
7865
8681
 
7866
 
#: breezy/vf_repository.py:2536
 
8682
#: bzrlib/vf_repository.py:2536
7867
8683
msgid "loading text store"
7868
 
msgstr ""
 
8684
msgstr "loading text store"
7869
8685
 
7870
 
#: breezy/vf_repository.py:2542
 
8686
#: bzrlib/vf_repository.py:2542
7871
8687
msgid "checking text graph"
7872
 
msgstr ""
 
8688
msgstr "checking text graph"
7873
8689
 
7874
 
#: breezy/vf_repository.py:2998 breezy/vf_repository.py:3012
7875
 
#: breezy/vf_repository.py:3127
 
8690
#: bzrlib/vf_repository.py:2998 bzrlib/vf_repository.py:3012
 
8691
#: bzrlib/vf_repository.py:3127
7876
8692
msgid "Transferring revisions"
7877
 
msgstr ""
 
8693
msgstr "Transferring revisions"
7878
8694
 
7879
 
#: breezy/win32utils.py:146
 
8695
#: bzrlib/win32utils.py:146
7880
8696
msgid "Failed to GetProcessMemoryInfo()"
7881
 
msgstr ""
 
8697
msgstr "Failed to GetProcessMemoryInfo()"
7882
8698
 
7883
 
#: breezy/win32utils.py:167
 
8699
#: bzrlib/win32utils.py:167
7884
8700
msgid "Cannot debug memory on win32 without ctypes or win32process"
7885
 
msgstr ""
 
8701
msgstr "Cannot debug memory on win32 without ctypes or win32process"
7886
8702
 
7887
 
#: breezy/win32utils.py:172
7888
 
#, python-brace-format
 
8703
#: bzrlib/win32utils.py:172
7889
8704
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7890
 
msgstr ""
 
8705
msgstr "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7891
8706
 
7892
 
#: breezy/win32utils.py:180
 
8707
#: bzrlib/win32utils.py:180
7893
8708
#, python-format
7894
8709
msgid "WorkingSize       %8d KiB"
7895
 
msgstr ""
 
8710
msgstr "WorkingSize       %8d KiB"
7896
8711
 
7897
 
#: breezy/win32utils.py:181
 
8712
#: bzrlib/win32utils.py:181
7898
8713
#, python-format
7899
8714
msgid "PeakWorking       %8d KiB"
7900
 
msgstr ""
 
8715
msgstr "PeakWorking       %8d KiB"
7901
8716
 
7902
 
#: breezy/win32utils.py:182
 
8717
#: bzrlib/win32utils.py:182
7903
8718
#, python-format
7904
8719
msgid "PagefileUsage     %8d KiB"
7905
 
msgstr ""
 
8720
msgstr "PagefileUsage     %8d KiB"
7906
8721
 
7907
 
#: breezy/win32utils.py:183
 
8722
#: bzrlib/win32utils.py:183
7908
8723
#, python-format
7909
8724
msgid "PeakPagefileUsage %8d KiB"
7910
 
msgstr ""
 
8725
msgstr "PeakPagefileUsage %8d KiB"
7911
8726
 
7912
 
#: breezy/win32utils.py:185
 
8727
#: bzrlib/win32utils.py:185
7913
8728
#, python-format
7914
8729
msgid "PrivateUsage      %8d KiB"
7915
 
msgstr ""
 
8730
msgstr "PrivateUsage      %8d KiB"
7916
8731
 
7917
 
#: breezy/win32utils.py:186
 
8732
#: bzrlib/win32utils.py:186
7918
8733
#, python-format
7919
8734
msgid "PageFaultCount    %8d"
7920
 
msgstr ""
 
8735
msgstr "PageFaultCount    %8d"
7921
8736
 
7922
 
#: breezy/workingtree.py:1516
 
8737
#: bzrlib/workingtree.py:1482
7923
8738
msgid "Rerun update after fixing the conflicts."
7924
 
msgstr ""
 
8739
msgstr "Rerun update after fixing the conflicts."
7925
8740
 
7926
8741
#: dummy/help_topics/authentication/summary.txt:1
7927
8742
msgid "Information on configuring authentication"
7928
 
msgstr ""
 
8743
msgstr "Information on configuring authentication"
7929
8744
 
7930
8745
#: dummy/help_topics/basic/detail.txt:1
7931
8746
msgid ""
7932
 
"Bazaar 2.8.0dev1 -- a free distributed version-control tool\n"
 
8747
"Bazaar 2.6b2 -- a free distributed version-control tool\n"
7933
8748
"http://bazaar.canonical.com/"
7934
8749
msgstr ""
 
8750
"Bazaar 2.6b2 -- a free distributed version-control tool\n"
 
8751
"http://bazaar.canonical.com/"
7935
8752
 
7936
8753
#: dummy/help_topics/basic/detail.txt:4
7937
8754
msgid ""
7939
8756
"  bzr init           makes this directory a versioned branch\n"
7940
8757
"  bzr branch         make a copy of another branch"
7941
8758
msgstr ""
 
8759
"Basic commands:\n"
 
8760
"  bzr init           makes this directory a versioned branch\n"
 
8761
"  bzr branch         make a copy of another branch"
7942
8762
 
7943
8763
#: dummy/help_topics/basic/detail.txt:8
7944
8764
msgid ""
7946
8766
"  bzr ignore         ignore a file or pattern\n"
7947
8767
"  bzr mv             move or rename a versioned file"
7948
8768
msgstr ""
 
8769
"  bzr add            make files or directories versioned\n"
 
8770
"  bzr ignore         ignore a file or pattern\n"
 
8771
"  bzr mv             move or rename a versioned file"
7949
8772
 
7950
8773
#: dummy/help_topics/basic/detail.txt:12
7951
8774
msgid ""
7952
8775
"  bzr status         summarize changes in working copy\n"
7953
8776
"  bzr diff           show detailed diffs"
7954
8777
msgstr ""
 
8778
"  bzr status         summarise changes in working copy\n"
 
8779
"  bzr diff           show detailed diffs"
7955
8780
 
7956
8781
#: dummy/help_topics/basic/detail.txt:15
7957
8782
msgid ""
7959
8784
"  bzr commit         save some or all changes\n"
7960
8785
"  bzr send           send changes via email"
7961
8786
msgstr ""
 
8787
"  bzr merge          pull in changes from another branch\n"
 
8788
"  bzr commit         save some or all changes\n"
 
8789
"  bzr send           send changes via email"
7962
8790
 
7963
8791
#: dummy/help_topics/basic/detail.txt:19
7964
8792
msgid ""
7965
8793
"  bzr log            show history of changes\n"
7966
8794
"  bzr check          validate storage"
7967
8795
msgstr ""
 
8796
"  bzr log            show history of changes\n"
 
8797
"  bzr check          validate storage"
7968
8798
 
7969
8799
#: dummy/help_topics/basic/detail.txt:22
7970
8800
msgid ""
7972
8802
"  bzr help commands  list all commands\n"
7973
8803
"  bzr help topics    list all help topics\n"
7974
8804
msgstr ""
 
8805
"  bzr help init      more help on e.g. init command\n"
 
8806
"  bzr help commands  list all commands\n"
 
8807
"  bzr help topics    list all help topics\n"
7975
8808
 
7976
8809
#: dummy/help_topics/basic/summary.txt:1
7977
8810
msgid "Basic commands"
7978
 
msgstr ""
 
8811
msgstr "Basic commands"
7979
8812
 
7980
8813
#: dummy/help_topics/branches/detail.txt:1
7981
8814
msgid "Branches"
7982
 
msgstr ""
 
8815
msgstr "Branches"
7983
8816
 
7984
8817
#: dummy/help_topics/branches/detail.txt:3
7985
8818
msgid ""
7988
8821
"branch history is stored), but multiple branches may share the same\n"
7989
8822
"repository (a shared repository). Branches can be copied and merged."
7990
8823
msgstr ""
 
8824
"A branch consists of the state of a project, including all of its\n"
 
8825
"history. All branches have a repository associated (which is where the\n"
 
8826
"branch history is stored), but multiple branches may share the same\n"
 
8827
"repository (a shared repository). Branches can be copied and merged."
7991
8828
 
7992
8829
#: dummy/help_topics/branches/detail.txt:8
7993
8830
msgid ""
7998
8835
"to succeed, it may be necessary to update the current branch using \n"
7999
8836
"``bzr update``."
8000
8837
msgstr ""
 
8838
"In addition, one branch may be bound to another one.  Binding to another\n"
 
8839
"branch indicates that commits which happen in this branch must also \n"
 
8840
"happen in the other branch.  Bazaar ensures consistency by not allowing \n"
 
8841
"commits when the two branches are out of date.  In order for a commit \n"
 
8842
"to succeed, it may be necessary to update the current branch using \n"
 
8843
"``bzr update``."
8001
8844
 
8002
8845
#: dummy/help_topics/branches/detail.txt:15
8003
8846
#: dummy/help_topics/checkouts/detail.txt:66
8004
8847
#: dummy/help_topics/repositories/detail.txt:36
8005
8848
msgid "Related commands::"
8006
 
msgstr ""
 
8849
msgstr "Related commands::"
8007
8850
 
8008
8851
#: dummy/help_topics/branches/detail.txt:17
8009
8852
msgid ""
8012
8855
"  merge   Perform a three-way merge.\n"
8013
8856
"  bind    Bind a branch to another one.\n"
8014
8857
msgstr ""
 
8858
"  init    Change a directory into a versioned branch.\n"
 
8859
"  branch  Create a new branch that is a copy of an existing branch.\n"
 
8860
"  merge   Perform a three-way merge.\n"
 
8861
"  bind    Bind a branch to another one.\n"
8015
8862
 
8016
8863
#: dummy/help_topics/branches/summary.txt:1
8017
8864
msgid "Information on what a branch is"
8018
 
msgstr ""
 
8865
msgstr "Information on what a branch is"
8019
8866
 
8020
8867
#: dummy/help_topics/bugs/summary.txt:1
8021
8868
msgid "Bug tracker settings"
8022
 
msgstr ""
 
8869
msgstr "Bug tracker settings"
8023
8870
 
8024
8871
#: dummy/help_topics/checkouts/detail.txt:1
8025
8872
msgid "Checkouts"
8026
 
msgstr ""
 
8873
msgstr "Checkouts"
8027
8874
 
8028
8875
#: dummy/help_topics/checkouts/detail.txt:3
8029
8876
msgid ""
8035
8882
"doesn't have the same restrictions.  And using checkouts still allows\n"
8036
8883
"others working on the project to use whatever workflow they like."
8037
8884
msgstr ""
 
8885
"Checkouts are source trees that are connected to a branch, so that when\n"
 
8886
"you commit in the source tree, the commit goes into that branch.  They\n"
 
8887
"allow you to use a simpler, more centralised workflow, ignoring some of\n"
 
8888
"Bazaar's decentralised features until you want them. Using checkouts\n"
 
8889
"with shared repositories is very similar to working with SVN or CVS, but\n"
 
8890
"doesn't have the same restrictions.  And using checkouts still allows\n"
 
8891
"others working on the project to use whatever workflow they like."
8038
8892
 
8039
8893
#: dummy/help_topics/checkouts/detail.txt:11
8040
8894
msgid ""
8041
 
"A checkout is created with the bzr checkout command (see \"help checkout"
8042
 
"\").\n"
 
8895
"A checkout is created with the bzr checkout command (see \"help "
 
8896
"checkout\").\n"
8043
8897
"You pass it a reference to another branch, and it will create a local copy\n"
8044
8898
"for you that still contains a reference to the branch you created the\n"
8045
8899
"checkout from (the master branch). Then if you make any commits they will "
8049
8903
"facilitates lockstep development, where each developer is working together,\n"
8050
8904
"continuously integrating the changes of others."
8051
8905
msgstr ""
 
8906
"A checkout is created with the bzr checkout command (see \"help "
 
8907
"checkout\").\n"
 
8908
"You pass it a reference to another branch, and it will create a local copy\n"
 
8909
"for you that still contains a reference to the branch you created the\n"
 
8910
"checkout from (the master branch). Then if you make any commits they will "
 
8911
"be\n"
 
8912
"made on the other branch first. This creates an instant mirror of your work, "
 
8913
"or\n"
 
8914
"facilitates lockstep development, where each developer is working together,\n"
 
8915
"continuously integrating the changes of others."
8052
8916
 
8053
8917
#: dummy/help_topics/checkouts/detail.txt:19
8054
8918
msgid ""
8063
8927
"local\n"
8064
8928
"commit."
8065
8929
msgstr ""
 
8930
"However the checkout is still a first class branch in Bazaar terms, so that\n"
 
8931
"you have the full history locally.  As you have a first class branch you "
 
8932
"can\n"
 
8933
"also commit locally if you want, for instance due to the temporary loss af "
 
8934
"a\n"
 
8935
"network connection. Use the --local option to commit to do this. All the "
 
8936
"local\n"
 
8937
"commits will then be made on the master branch the next time you do a non-"
 
8938
"local\n"
 
8939
"commit."
8066
8940
 
8067
8941
#: dummy/help_topics/checkouts/detail.txt:26
8068
8942
msgid ""
8073
8947
"Bazaar will tell you if there are any changes and suggest that you use this\n"
8074
8948
"command when needed."
8075
8949
msgstr ""
 
8950
"If you are using a checkout from a shared branch you will periodically want "
 
8951
"to\n"
 
8952
"pull in all the changes made by others. This is done using the \"update\"\n"
 
8953
"command. The changes need to be applied before any non-local commit, but\n"
 
8954
"Bazaar will tell you if there are any changes and suggest that you use this\n"
 
8955
"command when needed."
8076
8956
 
8077
8957
#: dummy/help_topics/checkouts/detail.txt:32
8078
8958
msgid ""
8085
8965
"you\n"
8086
8966
"don't have a local branch, then you cannot commit locally."
8087
8967
msgstr ""
 
8968
"It is also possible to create a \"lightweight\" checkout by passing the\n"
 
8969
"--lightweight flag to checkout. A lightweight checkout is even closer to an\n"
 
8970
"SVN checkout in that it is not a first class branch, it mainly consists of "
 
8971
"the\n"
 
8972
"working tree. This means that any history operations must query the master\n"
 
8973
"branch, which could be slow if a network connection is involved. Also, as "
 
8974
"you\n"
 
8975
"don't have a local branch, then you cannot commit locally."
8088
8976
 
8089
8977
#: dummy/help_topics/checkouts/detail.txt:39
8090
8978
msgid ""
8099
8987
"on\n"
8100
8988
"the same disk then there won't be a noticeable difference."
8101
8989
msgstr ""
 
8990
"Lightweight checkouts work best when you have fast reliable access to the\n"
 
8991
"master branch. This means that if the master branch is on the same disk or "
 
8992
"LAN\n"
 
8993
"a lightweight checkout will be faster than a heavyweight one for any "
 
8994
"commands\n"
 
8995
"that modify the revision history (as only one copy of the branch needs to\n"
 
8996
"be updated). Heavyweight checkouts will generally be faster for any command\n"
 
8997
"that uses the history but does not change it, but if the master branch is "
 
8998
"on\n"
 
8999
"the same disk then there won't be a noticeable difference."
8102
9000
 
8103
9001
#: dummy/help_topics/checkouts/detail.txt:47
8104
9002
msgid ""
8107
9005
"switching the master branch that the checkout points to when you want to\n"
8108
9006
"work on a different branch."
8109
9007
msgstr ""
 
9008
"Another possible use for a checkout is to use it with a treeless repository\n"
 
9009
"containing your branches, where you maintain only one working tree by\n"
 
9010
"switching the master branch that the checkout points to when you want to\n"
 
9011
"work on a different branch."
8110
9012
 
8111
9013
#: dummy/help_topics/checkouts/detail.txt:52
8112
9014
msgid ""
8120
9022
"is\n"
8121
9023
"file permissions."
8122
9024
msgstr ""
 
9025
"Obviously to commit on a checkout you need to be able to write to the "
 
9026
"master\n"
 
9027
"branch. This means that the master branch must be accessible over a "
 
9028
"writeable\n"
 
9029
"protocol , such as sftp://, and that you have write permissions at the "
 
9030
"other\n"
 
9031
"end. Checkouts also work on the local file system, so that all that matters "
 
9032
"is\n"
 
9033
"file permissions."
8123
9034
 
8124
9035
#: dummy/help_topics/checkouts/detail.txt:58
8125
9036
msgid ""
8135
9046
"the\n"
8136
9047
"branch is bound it will tell you the location of the bound branch."
8137
9048
msgstr ""
 
9049
"You can change the master of a checkout by using the \"switch\" command "
 
9050
"(see\n"
 
9051
"\"help switch\").  This will change the location that the commits are sent "
 
9052
"to.\n"
 
9053
"The \"bind\" command can also be used to turn a normal branch into a heavy\n"
 
9054
"checkout. If you would like to convert your heavy checkout into a normal\n"
 
9055
"branch so that every commit is local, you can use the \"unbind\" command. To "
 
9056
"see\n"
 
9057
"whether or not a branch is bound or not you can use the \"info\" command. If "
 
9058
"the\n"
 
9059
"branch is bound it will tell you the location of the bound branch."
8138
9060
 
8139
9061
#: dummy/help_topics/checkouts/detail.txt:68
8140
9062
msgid ""
8156
9078
"              bound, then it will also display the location of the bound "
8157
9079
"branch\n"
8158
9080
msgstr ""
 
9081
"  checkout    Create a checkout. Pass --lightweight to get a lightweight\n"
 
9082
"              checkout\n"
 
9083
"  update      Pull any changes in the master branch in to your checkout\n"
 
9084
"  commit      Make a commit that is sent to the master branch. If you have\n"
 
9085
"              a heavy checkout then the --local option will commit to the\n"
 
9086
"              checkout without sending the commit to the master\n"
 
9087
"  switch      Change the master branch that the commits in the checkout "
 
9088
"will\n"
 
9089
"              be sent to\n"
 
9090
"  bind        Turn a standalone branch into a heavy checkout so that any\n"
 
9091
"              commits will be sent to the master branch\n"
 
9092
"  unbind      Turn a heavy checkout into a standalone branch so that any\n"
 
9093
"              commits are only made locally\n"
 
9094
"  info        Displays whether a branch is bound or unbound. If the branch "
 
9095
"is\n"
 
9096
"              bound, then it will also display the location of the bound "
 
9097
"branch\n"
8159
9098
 
8160
9099
#: dummy/help_topics/checkouts/summary.txt:1
8161
9100
msgid "Information on what a checkout is"
8162
 
msgstr ""
 
9101
msgstr "Information on what a checkout is"
8163
9102
 
8164
9103
#: dummy/help_topics/commands/summary.txt:1
8165
9104
msgid "Basic help for all commands"
8166
 
msgstr ""
 
9105
msgstr "Basic help for all commands"
8167
9106
 
8168
9107
#: dummy/help_topics/configuration/summary.txt:1
8169
9108
msgid "Details on the configuration settings available"
8170
 
msgstr ""
 
9109
msgstr "Details on the configuration settings available"
8171
9110
 
8172
9111
#: dummy/help_topics/conflict-types/summary.txt:1
8173
9112
msgid "Types of conflicts and what to do about them"
8174
 
msgstr ""
 
9113
msgstr "Types of conflicts and what to do about them"
8175
9114
 
8176
9115
#: dummy/help_topics/content-filters/summary.txt:1
8177
9116
msgid "Conversion of content into/from working trees"
8178
 
msgstr ""
 
9117
msgstr "Conversion of content into/from working trees"
8179
9118
 
8180
9119
#: dummy/help_topics/criss-cross/detail.txt:1
8181
9120
msgid "Criss-Cross"
8182
 
msgstr ""
 
9121
msgstr "Criss-Cross"
8183
9122
 
8184
9123
#: dummy/help_topics/criss-cross/detail.txt:3
8185
9124
msgid ""
8186
9125
"A criss-cross in the branch history can cause the default merge technique\n"
8187
9126
"to emit more conflicts than would normally be expected."
8188
9127
msgstr ""
 
9128
"A criss-cross in the branch history can cause the default merge technique\n"
 
9129
"to emit more conflicts than would normally be expected."
8189
9130
 
8190
9131
#: dummy/help_topics/criss-cross/detail.txt:6
8191
9132
msgid ""
8194
9135
"better results.  You may wish to ``bzr revert`` the working tree and merge\n"
8195
9136
"again.  Alternatively, use ``bzr remerge`` on particular conflicted files."
8196
9137
msgstr ""
 
9138
"In complex merge cases, ``bzr merge --lca`` or ``bzr merge --weave`` may "
 
9139
"give\n"
 
9140
"better results.  You may wish to ``bzr revert`` the working tree and merge\n"
 
9141
"again.  Alternatively, use ``bzr remerge`` on particular conflicted files."
8197
9142
 
8198
9143
#: dummy/help_topics/criss-cross/detail.txt:10
8199
9144
msgid ""
8204
9149
"time.  They can be avoided by having each branch only merge from or into a\n"
8205
9150
"designated central branch (a \"star topology\")."
8206
9151
msgstr ""
 
9152
"Criss-crosses occur in a branch's history if two branches merge the same "
 
9153
"thing\n"
 
9154
"and then merge one another, or if two branches merge one another at the "
 
9155
"same\n"
 
9156
"time.  They can be avoided by having each branch only merge from or into a\n"
 
9157
"designated central branch (a \"star topology\")."
8207
9158
 
8208
9159
#: dummy/help_topics/criss-cross/detail.txt:15
8209
9160
msgid ""
8214
9165
"differences between THIS and OTHER are due to one side adding lines, or\n"
8215
9166
"from another side removing lines."
8216
9167
msgstr ""
 
9168
"Criss-crosses cause problems because of the way merge works.  Bazaar's "
 
9169
"default\n"
 
9170
"merge is a three-way merger; in order to merge OTHER into THIS, it must\n"
 
9171
"find a basis for comparison, BASE.  Using BASE, it can determine whether\n"
 
9172
"differences between THIS and OTHER are due to one side adding lines, or\n"
 
9173
"from another side removing lines."
8217
9174
 
8218
9175
#: dummy/help_topics/criss-cross/detail.txt:21
8219
9176
msgid ""
8223
9180
"Selecting older merge points (which Bazaar does) mean that extra conflicts\n"
8224
9181
"are emitted."
8225
9182
msgstr ""
 
9183
"Criss-crosses mean there is no good choice for a base.  Selecting the "
 
9184
"recent\n"
 
9185
"merge points could cause one side's changes to be silently discarded.\n"
 
9186
"Selecting older merge points (which Bazaar does) mean that extra conflicts\n"
 
9187
"are emitted."
8226
9188
 
8227
9189
#: dummy/help_topics/criss-cross/detail.txt:26
8228
9190
msgid ""
8230
9192
"line-origin detection instead of a basis revision to determine the cause of\n"
8231
9193
"differences.\n"
8232
9194
msgstr ""
 
9195
"The ``weave`` merge type is not affected by this problem because it uses\n"
 
9196
"line-origin detection instead of a basis revision to determine the cause of\n"
 
9197
"differences.\n"
8233
9198
 
8234
9199
#: dummy/help_topics/criss-cross/summary.txt:1
8235
9200
msgid "Information on criss-cross merging"
8236
 
msgstr ""
 
9201
msgstr "Information on criss-cross merging"
8237
9202
 
8238
9203
#: dummy/help_topics/current-formats/summary.txt:1
8239
9204
msgid "Current storage formats"
8240
 
msgstr ""
 
9205
msgstr "Current storage formats"
8241
9206
 
8242
9207
#: dummy/help_topics/debug-flags/summary.txt:1
8243
9208
msgid "Options to show or record debug information"
8244
 
msgstr ""
 
9209
msgstr "Options to show or record debug information"
8245
9210
 
8246
9211
#: dummy/help_topics/diverged-branches/summary.txt:1
8247
9212
msgid "How to fix diverged branches"
8248
 
msgstr ""
 
9213
msgstr "How to fix diverged branches"
8249
9214
 
8250
9215
#: dummy/help_topics/env-variables/summary.txt:1
8251
9216
msgid "Environment variable names and values"
8252
 
msgstr ""
 
9217
msgstr "Environment variable names and values"
8253
9218
 
8254
9219
#: dummy/help_topics/eol/summary.txt:1
8255
9220
msgid "Information on end-of-line handling"
8256
 
msgstr ""
 
9221
msgstr "Information on end-of-line handling"
8257
9222
 
8258
9223
#: dummy/help_topics/files/detail.txt:1
8259
9224
msgid "Files"
8260
 
msgstr ""
 
9225
msgstr "Files"
8261
9226
 
8262
9227
#: dummy/help_topics/files/detail.txt:3
8263
9228
msgid ""
8264
9229
":On Unix:   ~/.bazaar/bazaar.conf\n"
8265
 
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\"
8266
 
"\\bazaar\\\\2.0\\\\bazaar.conf"
 
9230
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\\\"
 
9231
"bazaar\\\\2.0\\\\bazaar.conf"
8267
9232
msgstr ""
 
9233
":On Unix:   ~/.bazaar/bazaar.conf\n"
 
9234
":On Windows: C:\\\\Documents and Settings\\\\username\\\\Application Data\\\\"
 
9235
"bazaar\\\\2.0\\\\bazaar.conf"
8268
9236
 
8269
9237
#: dummy/help_topics/files/detail.txt:6
8270
9238
msgid ""
8273
9241
"The section ``[ALIASES]`` can be used to create command aliases for\n"
8274
9242
"commonly used options."
8275
9243
msgstr ""
 
9244
"Contains the user's default configuration. The section ``[DEFAULT]`` is\n"
 
9245
"used to define general configuration that will be applied everywhere.\n"
 
9246
"The section ``[ALIASES]`` can be used to create command aliases for\n"
 
9247
"commonly used options."
8276
9248
 
8277
9249
#: dummy/help_topics/files/detail.txt:11
8278
9250
msgid "A typical config file might look something like::"
8279
 
msgstr ""
 
9251
msgstr "A typical config file might look something like::"
8280
9252
 
8281
9253
#: dummy/help_topics/files/detail.txt:13
8282
9254
msgid ""
8283
9255
"  [DEFAULT]\n"
8284
9256
"  email=John Doe <jdoe@isp.com>"
8285
9257
msgstr ""
 
9258
"  [DEFAULT]\n"
 
9259
"  email=John Doe <jdoe@isp.com>"
8286
9260
 
8287
9261
#: dummy/help_topics/files/detail.txt:16
8288
9262
msgid ""
8290
9264
"  commit = commit --strict\n"
8291
9265
"  log10 = log --short -r -10..-1\n"
8292
9266
msgstr ""
 
9267
"  [ALIASES]\n"
 
9268
"  commit = commit --strict\n"
 
9269
"  log10 = log --short -r -10..-1\n"
8293
9270
 
8294
9271
#: dummy/help_topics/files/summary.txt:1
8295
9272
msgid "Information on configuration and log files"
8296
 
msgstr ""
 
9273
msgstr "Information on configuration and log files"
8297
9274
 
8298
9275
#: dummy/help_topics/formats/detail.txt:1
8299
9276
msgid "Storage Formats"
8300
 
msgstr ""
 
9277
msgstr "Storage Formats"
8301
9278
 
8302
9279
#: dummy/help_topics/formats/detail.txt:3
8303
9280
msgid ""
8307
9284
"formats may also be introduced to improve performance and\n"
8308
9285
"scalability."
8309
9286
msgstr ""
 
9287
"To ensure that older clients do not access data incorrectly,\n"
 
9288
"Bazaar's policy is to introduce a new storage format whenever\n"
 
9289
"new features requiring new metadata are added. New storage\n"
 
9290
"formats may also be introduced to improve performance and\n"
 
9291
"scalability."
8310
9292
 
8311
9293
#: dummy/help_topics/formats/detail.txt:9
8312
9294
msgid ""
8314
9296
"project is not using 2a, then you should suggest to the\n"
8315
9297
"project owner to upgrade."
8316
9298
msgstr ""
 
9299
"The newest format, 2a, is highly recommended. If your\n"
 
9300
"project is not using 2a, then you should suggest to the\n"
 
9301
"project owner to upgrade."
8317
9302
 
8318
9303
#: dummy/help_topics/formats/detail.txt:13
8319
9304
msgid ""
8320
9305
"\n"
8321
9306
".. note::"
8322
9307
msgstr ""
 
9308
"\n"
 
9309
".. note::"
8323
9310
 
8324
9311
#: dummy/help_topics/formats/detail.txt:16
8325
9312
msgid ""
8333
9320
"   around the same time. 2a and all future formats will be\n"
8334
9321
"   implicitly rich-root."
8335
9322
msgstr ""
 
9323
"   Some of the older formats have two variants:\n"
 
9324
"   a plain one and a rich-root one. The latter include an additional\n"
 
9325
"   field about the root of the tree. There is no performance cost\n"
 
9326
"   for using a rich-root format but you cannot easily merge changes\n"
 
9327
"   from a rich-root format into a plain format. As a consequence,\n"
 
9328
"   moving a project to a rich-root format takes some co-ordination\n"
 
9329
"   in that all contributors need to upgrade their repositories\n"
 
9330
"   around the same time. 2a and all future formats will be\n"
 
9331
"   implicitly rich-root."
8336
9332
 
8337
9333
#: dummy/help_topics/formats/detail.txt:26
8338
9334
msgid ""
8340
9336
"currently supported formats. See :doc:`other-formats-help` for\n"
8341
9337
"descriptions of any available experimental and deprecated formats.\n"
8342
9338
msgstr ""
 
9339
"See :doc:`current-formats-help` for the complete list of\n"
 
9340
"currently supported formats. See :doc:`other-formats-help` for\n"
 
9341
"descriptions of any available experimental and deprecated formats.\n"
8343
9342
 
8344
9343
#: dummy/help_topics/formats/summary.txt:1
8345
9344
msgid "Information on choosing a storage format"
8346
 
msgstr ""
 
9345
msgstr "Information on choosing a storage format"
8347
9346
 
8348
9347
#: dummy/help_topics/global-options/detail.txt:1
8349
9348
msgid "Global Options"
8350
 
msgstr ""
 
9349
msgstr "Global Options"
8351
9350
 
8352
9351
#: dummy/help_topics/global-options/detail.txt:3
8353
9352
msgid ""
8354
9353
"These options may be used with any command, and may appear in front of any\n"
8355
9354
"command.  (e.g. ``bzr --profile help``)."
8356
9355
msgstr ""
 
9356
"These options may be used with any command, and may appear in front of any\n"
 
9357
"command.  (e.g. ``bzr --profile help``)."
8357
9358
 
8358
9359
#: dummy/help_topics/global-options/detail.txt:6
8359
9360
msgid ""
8367
9368
"--no-l10n      Do not translate messages.\n"
8368
9369
"--concurrency  Number of processes that can be run concurrently (selftest)."
8369
9370
msgstr ""
 
9371
"--version      Print the version number. Must be supplied before the "
 
9372
"command.\n"
 
9373
"--no-aliases   Do not process command aliases when running this command.\n"
 
9374
"--builtin      Use the built-in version of a command, not the plugin "
 
9375
"version.\n"
 
9376
"               This does not suppress other plugin effects.\n"
 
9377
"--no-plugins   Do not process any plugins.\n"
 
9378
"--no-l10n      Do not translate messages.\n"
 
9379
"--concurrency  Number of processes that can be run concurrently (selftest)."
8370
9380
 
8371
9381
#: dummy/help_topics/global-options/detail.txt:14
8372
9382
msgid ""
8373
9383
"--profile      Profile execution using the hotshot profiler.\n"
8374
9384
"--lsprof       Profile execution using the lsprof profiler.\n"
8375
9385
"--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"
 
9386
"               results to a specified file.  If the filename ends with "
 
9387
"\".txt\",\n"
8378
9388
"               text format will be used.  If the filename either starts "
8379
9389
"with\n"
8380
9390
"               \"callgrind.out\" or end with \".callgrind\", the output will "
8383
9393
"               will be a pickle.\n"
8384
9394
"--coverage     Generate line coverage report in the specified directory."
8385
9395
msgstr ""
 
9396
"--profile      Profile execution using the hotshot profiler.\n"
 
9397
"--lsprof       Profile execution using the lsprof profiler.\n"
 
9398
"--lsprof-file  Profile execution using the lsprof profiler, and write the\n"
 
9399
"               results to a specified file.  If the filename ends with "
 
9400
"\".txt\",\n"
 
9401
"               text format will be used.  If the filename either starts "
 
9402
"with\n"
 
9403
"               \"callgrind.out\" or end with \".callgrind\", the output will "
 
9404
"be\n"
 
9405
"               formatted for use with KCacheGrind. Otherwise, the output\n"
 
9406
"               will be a pickle.\n"
 
9407
"--coverage     Generate line coverage report in the specified directory."
8386
9408
 
8387
9409
#: dummy/help_topics/global-options/detail.txt:24
8388
9410
msgid ""
8392
9414
"if\n"
8393
9415
"               several options need to be overridden."
8394
9416
msgstr ""
 
9417
"-Oname=value   Override the ``name`` config option setting it to ``value`` "
 
9418
"for\n"
 
9419
"               the duration of the command.  This can be used multiple times "
 
9420
"if\n"
 
9421
"               several options need to be overridden."
8395
9422
 
8396
9423
#: dummy/help_topics/global-options/detail.txt:28
8397
9424
msgid ""
8398
9425
"See http://doc.bazaar.canonical.com/developers/profiling.html for more\n"
8399
9426
"information on profiling."
8400
9427
msgstr ""
 
9428
"See http://doc.bazaar.canonical.com/developers/profiling.html for more\n"
 
9429
"information on profiling."
8401
9430
 
8402
9431
#: dummy/help_topics/global-options/detail.txt:31
8403
9432
msgid ""
8404
9433
"A number of debug flags are also available to assist troubleshooting and\n"
8405
9434
"development.  See :doc:`debug-flags-help`.\n"
8406
9435
msgstr ""
 
9436
"A number of debug flags are also available to assist troubleshooting and\n"
 
9437
"development.  See :doc:`debug-flags-help`.\n"
8407
9438
 
8408
9439
#: dummy/help_topics/global-options/summary.txt:1
8409
9440
msgid "Options that control how Bazaar runs"
8410
 
msgstr ""
 
9441
msgstr "Options that control how Bazaar runs"
8411
9442
 
8412
9443
#: dummy/help_topics/hidden-commands/summary.txt:1
8413
9444
msgid "All hidden commands"
8414
 
msgstr ""
 
9445
msgstr "All hidden commands"
8415
9446
 
8416
9447
#: dummy/help_topics/hooks/summary.txt:1
8417
9448
msgid "Points at which custom processing can be added"
8418
 
msgstr ""
 
9449
msgstr "Points at which custom processing can be added"
8419
9450
 
8420
9451
#: dummy/help_topics/launchpad/detail.txt:1
8421
9452
msgid "Integration with Launchpad.net"
8422
 
msgstr ""
 
9453
msgstr "Integration with Launchpad.net"
8423
9454
 
8424
9455
#: dummy/help_topics/launchpad/detail.txt:3
8425
9456
msgid ""
8426
9457
"Launchpad.net provides free Bazaar branch hosting with integrated bug and\n"
8427
9458
"specification tracking."
8428
9459
msgstr ""
 
9460
"Launchpad.net provides free Bazaar branch hosting with integrated bug and\n"
 
9461
"specification tracking."
8429
9462
 
8430
9463
#: dummy/help_topics/launchpad/detail.txt:6
8431
9464
msgid ""
8432
9465
"The bzr client (through the plugin called 'launchpad') has special\n"
8433
9466
"features to communicate with Launchpad:"
8434
9467
msgstr ""
 
9468
"The bzr client (through the plugin called 'launchpad') has special\n"
 
9469
"features to communicate with Launchpad:"
8435
9470
 
8436
9471
#: dummy/help_topics/launchpad/detail.txt:9
8437
9472
msgid ""
8440
9475
"      is then used by the 'lp:' transport to download your branches using\n"
8441
9476
"      bzr+ssh://."
8442
9477
msgstr ""
 
9478
"    * The launchpad-login command tells Bazaar your Launchpad user name. "
 
9479
"This\n"
 
9480
"      is then used by the 'lp:' transport to download your branches using\n"
 
9481
"      bzr+ssh://."
8443
9482
 
8444
9483
#: dummy/help_topics/launchpad/detail.txt:13
8445
9484
msgid ""
8449
9488
"      projects and may be branched, logged, etc. You can also use the 'lp:'\n"
8450
9489
"      transport to refer to specific branches, e.g. lp:~bzr/bzr/trunk."
8451
9490
msgstr ""
 
9491
"    * The 'lp:' transport uses Launchpad as a directory service: for "
 
9492
"example\n"
 
9493
"      'lp:bzr' and 'lp:python' refer to the main branches of the relevant\n"
 
9494
"      projects and may be branched, logged, etc. You can also use the 'lp:'\n"
 
9495
"      transport to refer to specific branches, e.g. lp:~bzr/bzr/trunk."
8452
9496
 
8453
9497
#: dummy/help_topics/launchpad/detail.txt:18
8454
9498
msgid ""
8459
9503
"      Launchpad bug 12345. When you push that branch to Launchpad it will\n"
8460
9504
"      automatically be linked to the bug report."
8461
9505
msgstr ""
 
9506
"    * The 'lp:' bug tracker alias can expand launchpad bug numbers to their\n"
 
9507
"      URLs for use with 'bzr commit --fixes', e.g. 'bzr commit --fixes "
 
9508
"lp:12345'\n"
 
9509
"      will record a revision property that marks that revision as fixing\n"
 
9510
"      Launchpad bug 12345. When you push that branch to Launchpad it will\n"
 
9511
"      automatically be linked to the bug report."
8462
9512
 
8463
9513
#: dummy/help_topics/launchpad/detail.txt:24
8464
9514
msgid ""
8467
9517
"      its contents and allow it to be attached to bugs and other\n"
8468
9518
"      objects."
8469
9519
msgstr ""
 
9520
"    * The register-branch command tells Launchpad about the url of a\n"
 
9521
"      public branch.  Launchpad will then mirror the branch, display\n"
 
9522
"      its contents and allow it to be attached to bugs and other\n"
 
9523
"      objects."
8470
9524
 
8471
9525
#: dummy/help_topics/launchpad/detail.txt:29
8472
9526
msgid "For more information see http://help.launchpad.net/\n"
8473
 
msgstr ""
 
9527
msgstr "For more information see http://help.launchpad.net/\n"
8474
9528
 
8475
9529
#: dummy/help_topics/launchpad/summary.txt:1
8476
9530
msgid "Using Bazaar with Launchpad.net"
8477
 
msgstr ""
 
9531
msgstr "Using Bazaar with Launchpad.net"
8478
9532
 
8479
9533
#: dummy/help_topics/location-alias/summary.txt:1
8480
9534
msgid "Aliases for remembered locations"
8481
 
msgstr ""
 
9535
msgstr "Aliases for remembered locations"
8482
9536
 
8483
9537
#: dummy/help_topics/log-formats/summary.txt:1
8484
9538
msgid "Details on the logging formats available"
8485
 
msgstr ""
 
9539
msgstr "Details on the logging formats available"
8486
9540
 
8487
9541
#: dummy/help_topics/other-formats/summary.txt:1
8488
9542
msgid "Experimental and deprecated storage formats"
8489
 
msgstr ""
 
9543
msgstr "Experimental and deprecated storage formats"
8490
9544
 
8491
9545
#: dummy/help_topics/patterns/summary.txt:1
8492
9546
msgid "Information on the pattern syntax"
8493
 
msgstr ""
 
9547
msgstr "Information on the pattern syntax"
8494
9548
 
8495
9549
#: dummy/help_topics/repositories/detail.txt:1
8496
9550
msgid "Repositories"
8497
 
msgstr ""
 
9551
msgstr "Repositories"
8498
9552
 
8499
9553
#: dummy/help_topics/repositories/detail.txt:3
8500
9554
msgid ""
8501
9555
"Repositories in Bazaar are where committed information is stored. There is\n"
8502
9556
"a repository associated with every branch."
8503
9557
msgstr ""
 
9558
"Repositories in Bazaar are where committed information is stored. There is\n"
 
9559
"a repository associated with every branch."
8504
9560
 
8505
9561
#: dummy/help_topics/repositories/detail.txt:6
8506
9562
msgid ""
8509
9565
"very many commits in a short time period) you may want to ask bzr to\n"
8510
9566
"optimise the database indices. This can be done by the 'bzr pack' command."
8511
9567
msgstr ""
 
9568
"Repositories are a form of database. Bzr will usually maintain this for\n"
 
9569
"good performance automatically, but in some situations (e.g. when doing\n"
 
9570
"very many commits in a short time period) you may want to ask bzr to\n"
 
9571
"optimise the database indices. This can be done by the 'bzr pack' command."
8512
9572
 
8513
9573
#: dummy/help_topics/repositories/detail.txt:11
8514
9574
msgid ""
8521
9581
"it\n"
8522
9582
"can use."
8523
9583
msgstr ""
 
9584
"By default just running 'bzr init' will create a repository within the new\n"
 
9585
"branch but it is possible to create a shared repository which allows "
 
9586
"multiple\n"
 
9587
"branches to share their information in the same location. When a new branch "
 
9588
"is\n"
 
9589
"created it will first look to see if there is a containing shared repository "
 
9590
"it\n"
 
9591
"can use."
8524
9592
 
8525
9593
#: dummy/help_topics/repositories/detail.txt:17
8526
9594
msgid ""
8528
9596
"generally a large space saving. For some operations (e.g. branching\n"
8529
9597
"within the repository) this translates in to a large time saving."
8530
9598
msgstr ""
 
9599
"When two branches of the same project share a repository, there is\n"
 
9600
"generally a large space saving. For some operations (e.g. branching\n"
 
9601
"within the repository) this translates in to a large time saving."
8531
9602
 
8532
9603
#: dummy/help_topics/repositories/detail.txt:21
8533
9604
msgid ""
8539
9610
"this\n"
8540
9611
"directory will then use it for storage."
8541
9612
msgstr ""
 
9613
"To create a shared repository use the init-repository command (or the alias\n"
 
9614
"init-repo). This command takes the location of the repository to create. "
 
9615
"This\n"
 
9616
"means that 'bzr init-repository repo' will create a directory named 'repo',\n"
 
9617
"which contains a shared repository. Any new branches that are created in "
 
9618
"this\n"
 
9619
"directory will then use it for storage."
8542
9620
 
8543
9621
#: dummy/help_topics/repositories/detail.txt:27
8544
9622
msgid ""
8553
9631
"the branches will not have working trees pass the '--no-trees' option to\n"
8554
9632
"'init-repository'."
8555
9633
msgstr ""
 
9634
"It is a good idea to create a repository whenever you might create more\n"
 
9635
"than one branch of a project. This is true for both working areas where you\n"
 
9636
"are doing the development, and any server areas that you use for hosting\n"
 
9637
"projects. In the latter case, it is common to want branches without working\n"
 
9638
"trees. Since the files in the branch will not be edited directly there is "
 
9639
"no\n"
 
9640
"need to use up disk space for a working tree. To create a repository in "
 
9641
"which\n"
 
9642
"the branches will not have working trees pass the '--no-trees' option to\n"
 
9643
"'init-repository'."
8556
9644
 
8557
9645
#: dummy/help_topics/repositories/detail.txt:38
8558
9646
msgid ""
8560
9648
"one\n"
8561
9649
"                    in which new branches won't get a working tree.\n"
8562
9650
msgstr ""
 
9651
"  init-repository   Create a shared repository. Use --no-trees to create "
 
9652
"one\n"
 
9653
"                    in which new branches won't get a working tree.\n"
8563
9654
 
8564
9655
#: dummy/help_topics/repositories/summary.txt:1
8565
9656
msgid "Basic information on shared repositories."
8566
 
msgstr ""
 
9657
msgstr "Basic information on shared repositories."
8567
9658
 
8568
9659
#: dummy/help_topics/revisionspec/summary.txt:1
8569
9660
msgid "Explain how to use --revision"
8570
 
msgstr ""
 
9661
msgstr "Explain how to use --revision"
8571
9662
 
8572
9663
#: dummy/help_topics/rules/summary.txt:1
8573
9664
msgid "Information on defining rule-based preferences"
8574
 
msgstr ""
 
9665
msgstr "Information on defining rule-based preferences"
8575
9666
 
8576
9667
#: dummy/help_topics/standalone-trees/detail.txt:1
8577
9668
msgid "Standalone Trees"
8578
 
msgstr ""
 
9669
msgstr "Standalone Trees"
8579
9670
 
8580
9671
#: dummy/help_topics/standalone-trees/detail.txt:3
8581
9672
msgid ""
8584
9675
"Creating a standalone tree (via bzr init) is the quickest way to put\n"
8585
9676
"an existing project under version control."
8586
9677
msgstr ""
 
9678
"A standalone tree is a working tree with an associated repository. It\n"
 
9679
"is an independently usable branch, with no dependencies on any other.\n"
 
9680
"Creating a standalone tree (via bzr init) is the quickest way to put\n"
 
9681
"an existing project under version control."
8587
9682
 
8588
9683
#: dummy/help_topics/standalone-trees/detail.txt:8
8589
9684
msgid "Related Commands::"
8590
 
msgstr ""
 
9685
msgstr "Related Commands::"
8591
9686
 
8592
9687
#: dummy/help_topics/standalone-trees/detail.txt:10
8593
9688
msgid "  init    Make a directory into a versioned branch.\n"
8594
 
msgstr ""
 
9689
msgstr "  init    Make a directory into a versioned branch.\n"
8595
9690
 
8596
9691
#: dummy/help_topics/standalone-trees/summary.txt:1
8597
9692
msgid "Information on what a standalone tree is"
8598
 
msgstr ""
 
9693
msgstr "Information on what a standalone tree is"
8599
9694
 
8600
9695
#: dummy/help_topics/standard-options/detail.txt:1
8601
9696
msgid "Standard Options"
8602
 
msgstr ""
 
9697
msgstr "Standard Options"
8603
9698
 
8604
9699
#: dummy/help_topics/standard-options/detail.txt:3
8605
9700
msgid "Standard options are legal for all commands."
8606
 
msgstr ""
 
9701
msgstr "Standard options are legal for all commands."
8607
9702
 
8608
9703
#: dummy/help_topics/standard-options/detail.txt:5
8609
9704
msgid ""
8611
9706
"--verbose, -v  Display more information.\n"
8612
9707
"--quiet, -q    Only display errors and warnings."
8613
9708
msgstr ""
 
9709
"--help, -h     Show help message.\n"
 
9710
"--verbose, -v  Display more information.\n"
 
9711
"--quiet, -q    Only display errors and warnings."
8614
9712
 
8615
9713
#: dummy/help_topics/standard-options/detail.txt:9
8616
9714
msgid "Unlike global options, standard options can be used in aliases.\n"
8617
 
msgstr ""
 
9715
msgstr "Unlike global options, standard options can be used in aliases.\n"
8618
9716
 
8619
9717
#: dummy/help_topics/standard-options/summary.txt:1
8620
9718
msgid "Options that can be used with any command"
8621
 
msgstr ""
 
9719
msgstr "Options that can be used with any command"
8622
9720
 
8623
9721
#: dummy/help_topics/status-flags/detail.txt:1
8624
9722
msgid "Status Flags"
8625
 
msgstr ""
 
9723
msgstr "Status Flags"
8626
9724
 
8627
9725
#: dummy/help_topics/status-flags/detail.txt:3
8628
9726
msgid ""
8629
9727
"Status flags are used to summarise changes to the working tree in a concise\n"
8630
9728
"manner.  They are in the form::"
8631
9729
msgstr ""
 
9730
"Status flags are used to summarise changes to the working tree in a concise\n"
 
9731
"manner.  They are in the form::"
8632
9732
 
8633
9733
#: dummy/help_topics/status-flags/detail.txt:6
8634
9734
msgid "   xxx   <filename>"
8635
 
msgstr ""
 
9735
msgstr "   xxx   <filename>"
8636
9736
 
8637
9737
#: dummy/help_topics/status-flags/detail.txt:8
8638
9738
msgid "where the columns' meanings are as follows."
8639
 
msgstr ""
 
9739
msgstr "where the columns' meanings are as follows."
8640
9740
 
8641
9741
#: dummy/help_topics/status-flags/detail.txt:10
8642
9742
msgid "Column 1 - versioning/renames::"
8643
 
msgstr ""
 
9743
msgstr "Column 1 - versioning/renames::"
8644
9744
 
8645
9745
#: dummy/help_topics/status-flags/detail.txt:12
8646
9746
msgid ""
8652
9752
"  C File has conflicts\n"
8653
9753
"  P Entry for a pending merge (not a file)"
8654
9754
msgstr ""
 
9755
"  + File versioned\n"
 
9756
"  - File unversioned\n"
 
9757
"  R File renamed\n"
 
9758
"  ? File unknown\n"
 
9759
"  X File non-existent (and unknown to bzr)\n"
 
9760
"  C File has conflicts\n"
 
9761
"  P Entry for a pending merge (not a file)"
8655
9762
 
8656
9763
#: dummy/help_topics/status-flags/detail.txt:20
8657
9764
msgid "Column 2 - contents::"
8658
 
msgstr ""
 
9765
msgstr "Column 2 - contents::"
8659
9766
 
8660
9767
#: dummy/help_topics/status-flags/detail.txt:22
8661
9768
msgid ""
8664
9771
"  K File kind changed\n"
8665
9772
"  M File modified"
8666
9773
msgstr ""
 
9774
"  N File created\n"
 
9775
"  D File deleted\n"
 
9776
"  K File kind changed\n"
 
9777
"  M File modified"
8667
9778
 
8668
9779
#: dummy/help_topics/status-flags/detail.txt:27
8669
9780
msgid "Column 3 - execute::"
8670
 
msgstr ""
 
9781
msgstr "Column 3 - execute::"
8671
9782
 
8672
9783
#: dummy/help_topics/status-flags/detail.txt:29
8673
9784
msgid "  * The execute bit was changed\n"
8674
 
msgstr ""
 
9785
msgstr "  * The execute bit was changed\n"
8675
9786
 
8676
9787
#: dummy/help_topics/status-flags/summary.txt:1
8677
9788
msgid "Help on status flags"
8678
 
msgstr ""
 
9789
msgstr "Help on status flags"
8679
9790
 
8680
9791
#: dummy/help_topics/sync-for-reconfigure/detail.txt:1
8681
9792
msgid "Branches Out of Sync"
8682
 
msgstr ""
 
9793
msgstr "Branches Out of Sync"
8683
9794
 
8684
9795
#: dummy/help_topics/sync-for-reconfigure/detail.txt:3
8685
9796
msgid ""
8689
9800
"have the same last revision as the new reference branch for the lightweight\n"
8690
9801
"checkout, data could be lost, so Bazaar refuses."
8691
9802
msgstr ""
 
9803
"When reconfiguring a checkout, tree or branch into a lightweight checkout,\n"
 
9804
"a local branch must be destroyed.  (For checkouts, this is the local branch\n"
 
9805
"that serves primarily as a cache.)  If the branch-to-be-destroyed does not\n"
 
9806
"have the same last revision as the new reference branch for the lightweight\n"
 
9807
"checkout, data could be lost, so Bazaar refuses."
8692
9808
 
8693
9809
#: dummy/help_topics/sync-for-reconfigure/detail.txt:9
8694
9810
msgid "How you deal with this depends on *why* the branches are out of sync."
8695
9811
msgstr ""
 
9812
"How you deal with this depends on *why* the branches are out of sync."
8696
9813
 
8697
9814
#: dummy/help_topics/sync-for-reconfigure/detail.txt:11
8698
9815
msgid ""
8700
9817
"sync\n"
8701
9818
"by running \"bzr update\" (and possibly \"bzr commit\")."
8702
9819
msgstr ""
 
9820
"If you have a checkout and have done local commits, you can get back in "
 
9821
"sync\n"
 
9822
"by running \"bzr update\" (and possibly \"bzr commit\")."
8703
9823
 
8704
9824
#: dummy/help_topics/sync-for-reconfigure/detail.txt:14
8705
9825
msgid ""
8711
9831
"and then push your changes.  If you decide that some of the changes aren't\n"
8712
9832
"useful, you can \"push --overwrite\" or \"pull --overwrite\" instead.\n"
8713
9833
msgstr ""
 
9834
"If you have a branch and the remote branch is out-of-date, you can push\n"
 
9835
"the local changes using \"bzr push\".  If the local branch is out of date, "
 
9836
"you\n"
 
9837
"can do \"bzr pull\".  If both branches have had changes, you can merge, "
 
9838
"commit\n"
 
9839
"and then push your changes.  If you decide that some of the changes aren't\n"
 
9840
"useful, you can \"push --overwrite\" or \"pull --overwrite\" instead.\n"
8714
9841
 
8715
9842
#: dummy/help_topics/sync-for-reconfigure/summary.txt:1
8716
9843
msgid "Steps to resolve \"out-of-sync\" when reconfiguring"
8717
 
msgstr ""
 
9844
msgstr "Steps to resolve \"out-of-sync\" when reconfiguring"
8718
9845
 
8719
9846
#: dummy/help_topics/topics/summary.txt:1
8720
9847
msgid "Topics list"
8721
 
msgstr ""
 
9848
msgstr "Topics list"
8722
9849
 
8723
9850
#: dummy/help_topics/url-special-chars/summary.txt:1
8724
9851
msgid "Special character handling in URLs"
8725
 
msgstr ""
 
9852
msgstr "Special character handling in URLs"
8726
9853
 
8727
9854
#: dummy/help_topics/urlspec/summary.txt:1
8728
9855
msgid "Supported transport protocols"
8729
 
msgstr ""
 
9856
msgstr "Supported transport protocols"
8730
9857
 
8731
9858
#: dummy/help_topics/working-trees/detail.txt:1
8732
9859
msgid "Working Trees"
8733
 
msgstr ""
 
9860
msgstr "Working Trees"
8734
9861
 
8735
9862
#: dummy/help_topics/working-trees/detail.txt:3
8736
9863
msgid ""
8740
9867
"branch, and when you commit the current state of the working tree is the\n"
8741
9868
"snapshot that is recorded in the commit."
8742
9869
msgstr ""
 
9870
"A working tree is the contents of a branch placed on disk so that you can\n"
 
9871
"see the files and edit them. The working tree is where you make changes to "
 
9872
"a\n"
 
9873
"branch, and when you commit the current state of the working tree is the\n"
 
9874
"snapshot that is recorded in the commit."
8743
9875
 
8744
9876
#: dummy/help_topics/working-trees/detail.txt:8
8745
9877
msgid ""
8751
9883
"are\n"
8752
9884
"difficult to deal with remotely."
8753
9885
msgstr ""
 
9886
"When you push a branch to a remote system, a working tree will not be\n"
 
9887
"created. If one is already present the files will not be updated. The\n"
 
9888
"branch information will be updated and the working tree will be marked\n"
 
9889
"as out-of-date. Updating a working tree remotely is difficult, as there\n"
 
9890
"may be uncommitted changes or the update may cause content conflicts that "
 
9891
"are\n"
 
9892
"difficult to deal with remotely."
8754
9893
 
8755
9894
#: dummy/help_topics/working-trees/detail.txt:15
8756
9895
msgid ""
8762
9901
"the\n"
8763
9902
"working tree by running 'bzr update' in that directory."
8764
9903
msgstr ""
 
9904
"If you have a branch with no working tree you can use the 'checkout' "
 
9905
"command\n"
 
9906
"to create a working tree. If you run 'bzr checkout .' from the branch it "
 
9907
"will\n"
 
9908
"create the working tree. If the branch is updated remotely, you can update "
 
9909
"the\n"
 
9910
"working tree by running 'bzr update' in that directory."
8765
9911
 
8766
9912
#: dummy/help_topics/working-trees/detail.txt:20
8767
9913
msgid ""
8772
9918
"branch. It can also be useful when working with a '--no-trees' repository\n"
8773
9919
"(see 'bzr help repositories')."
8774
9920
msgstr ""
 
9921
"If you have a branch with a working tree that you do not want the 'remove-"
 
9922
"tree'\n"
 
9923
"command will remove the tree if it is safe. This can be done to avoid the\n"
 
9924
"warning about the remote working tree not being updated when pushing to the\n"
 
9925
"branch. It can also be useful when working with a '--no-trees' repository\n"
 
9926
"(see 'bzr help repositories')."
8775
9927
 
8776
9928
#: dummy/help_topics/working-trees/detail.txt:26
8777
9929
msgid ""
8786
9938
"SSH\n"
8787
9939
"after each push."
8788
9940
msgstr ""
 
9941
"If you want to have a working tree on a remote machine that you push to you\n"
 
9942
"can either run 'bzr update' in the remote branch after each push, or use "
 
9943
"some\n"
 
9944
"other method to update the tree during the push. There is an 'rspush' "
 
9945
"plugin\n"
 
9946
"that will update the working tree using rsync as well as doing a push. "
 
9947
"There\n"
 
9948
"is also a 'push-and-update' plugin that automates running 'bzr update' via "
 
9949
"SSH\n"
 
9950
"after each push."
8789
9951
 
8790
9952
#: dummy/help_topics/working-trees/detail.txt:33
8791
9953
msgid "Useful commands::"
8792
 
msgstr ""
 
9954
msgstr "Useful commands::"
8793
9955
 
8794
9956
#: dummy/help_topics/working-trees/detail.txt:35
8795
9957
msgid ""
8800
9962
"branch\n"
8801
9963
"               this will update the tree to match the branch.\n"
8802
9964
msgstr ""
 
9965
"  checkout     Create a working tree when a branch does not have one.\n"
 
9966
"  remove-tree  Removes the working tree from a branch when it is safe to do "
 
9967
"so.\n"
 
9968
"  update       When a working tree is out of sync with its associated "
 
9969
"branch\n"
 
9970
"               this will update the tree to match the branch.\n"
8803
9971
 
8804
9972
#: dummy/help_topics/working-trees/summary.txt:1
8805
9973
msgid "Information on working trees"
8806
 
msgstr ""
 
9974
msgstr "Information on working trees"
8807
9975
 
8808
9976
#: en/help_topics/authentication.txt:1
8809
9977
msgid ""
8810
9978
"Authentication Settings\n"
8811
9979
"======================="
8812
9980
msgstr ""
 
9981
"Authentication Settings\n"
 
9982
"======================="
8813
9983
 
8814
9984
#: en/help_topics/authentication.txt:4
8815
9985
msgid ""
8817
9987
"Intent\n"
8818
9988
"------"
8819
9989
msgstr ""
 
9990
"\n"
 
9991
"Intent\n"
 
9992
"------"
8820
9993
 
8821
9994
#: en/help_topics/authentication.txt:8
8822
9995
msgid ""
8826
9999
"password\n"
8827
10000
"for every branch he uses."
8828
10001
msgstr ""
 
10002
"Many different authentication policies can be described in the\n"
 
10003
"``authentication.conf`` file but a particular user should need only a few\n"
 
10004
"definitions to cover his needs without having to specify a user and a "
 
10005
"password\n"
 
10006
"for every branch he uses."
8829
10007
 
8830
10008
#: en/help_topics/authentication.txt:13
8831
10009
msgid ""
8838
10016
"different\n"
8839
10017
"servers."
8840
10018
msgstr ""
 
10019
"The definitions found in this file are used to find the credentials to use "
 
10020
"for\n"
 
10021
"a given url. The same credentials can generally be used for as many branches "
 
10022
"as\n"
 
10023
"possible by grouping their declaration around the remote servers that need\n"
 
10024
"them. It's even possible to declare credentials that will be used by "
 
10025
"different\n"
 
10026
"servers."
8841
10027
 
8842
10028
#: en/help_topics/authentication.txt:19
8843
10029
msgid ""
8844
10030
"The intent is to make this file as small as possible to minimize maintenance."
8845
10031
msgstr ""
 
10032
"The intent is to make this file as small as possible to minimise maintenance."
8846
10033
 
8847
10034
#: en/help_topics/authentication.txt:21
8848
10035
msgid ""
8852
10039
"sharing\n"
8853
10040
"of your urls with others)."
8854
10041
msgstr ""
 
10042
"Once the relevant credentials are declared in this file you may use branch "
 
10043
"urls\n"
 
10044
"without embedding passwords (security hazard) or even users (enabling "
 
10045
"sharing\n"
 
10046
"of your urls with others)."
8855
10047
 
8856
10048
#: en/help_topics/authentication.txt:25
8857
10049
msgid "Instead of using::"
8858
 
msgstr ""
 
10050
msgstr "Instead of using::"
8859
10051
 
8860
10052
#: en/help_topics/authentication.txt:27
8861
 
msgid "  brz branch ftp://joe:secret@host.com/path/to/my/branch"
8862
 
msgstr ""
 
10053
msgid "  bzr branch ftp://joe:secret@host.com/path/to/my/branch"
 
10054
msgstr "  bzr branch ftp://joe:secret@host.com/path/to/my/branch"
8863
10055
 
8864
10056
#: en/help_topics/authentication.txt:29
8865
10057
msgid "you simply use::"
8866
 
msgstr ""
 
10058
msgstr "you simply use::"
8867
10059
 
8868
10060
#: en/help_topics/authentication.txt:31
8869
 
msgid "  brz branch ftp://host.com/path/to/my/branch"
8870
 
msgstr ""
 
10061
msgid "  bzr branch ftp://host.com/path/to/my/branch"
 
10062
msgstr "  bzr branch ftp://host.com/path/to/my/branch"
8871
10063
 
8872
10064
#: en/help_topics/authentication.txt:33
8873
 
msgid "provided you have created the following ``authentication.conf`` file::"
 
10065
msgid ""
 
10066
"provided you have created the following ``authentication.conf`` file::"
8874
10067
msgstr ""
 
10068
"provided you have created the following ``authentication.conf`` file::"
8875
10069
 
8876
10070
#: en/help_topics/authentication.txt:35
8877
10071
msgid ""
8882
10076
"  password=secret\n"
8883
10077
"  "
8884
10078
msgstr ""
 
10079
"  [myprojects]\n"
 
10080
"  scheme=ftp\n"
 
10081
"  host=host.com\n"
 
10082
"  user=joe\n"
 
10083
"  password=secret\n"
 
10084
"  "
8885
10085
 
8886
10086
#: en/help_topics/authentication.txt:42
8887
10087
msgid ""
8888
10088
"Authentication definitions\n"
8889
10089
"--------------------------"
8890
10090
msgstr ""
 
10091
"Authentication definitions\n"
 
10092
"--------------------------"
8891
10093
 
8892
10094
#: en/help_topics/authentication.txt:45
8893
10095
msgid ""
8894
10096
"There are two kinds of authentication used by the various schemes supported "
8895
10097
"by\n"
8896
 
"brz:"
 
10098
"bzr:"
8897
10099
msgstr ""
 
10100
"There are two kinds of authentication used by the various schemes supported "
 
10101
"by\n"
 
10102
"bzr:"
8898
10103
 
8899
10104
#: en/help_topics/authentication.txt:48
8900
10105
msgid "1. user and password"
8901
 
msgstr ""
 
10106
msgstr "1. user and password"
8902
10107
 
8903
10108
#: en/help_topics/authentication.txt:50
8904
10109
msgid ""
8908
10113
"provide\n"
8909
10114
"our own less secure method."
8910
10115
msgstr ""
 
10116
"``FTP`` needs a (``user``, ``password``) to authenticate against a ``host``\n"
 
10117
"``SFTP`` can use either a password or a host key to authenticate. However,\n"
 
10118
"ssh agents are a better, more secure solution. So we have chosen to not "
 
10119
"provide\n"
 
10120
"our own less secure method."
8911
10121
 
8912
10122
#: en/help_topics/authentication.txt:55
8913
10123
msgid "2. user, realm and password"
8914
 
msgstr ""
 
10124
msgstr "2. user, realm and password"
8915
10125
 
8916
10126
#: en/help_topics/authentication.txt:57
8917
10127
msgid ""
8922
10132
"is\n"
8923
10133
"really needed is (``user``, ``password``, ``host``, ``path``). The ``realm`` "
8924
10134
"is\n"
8925
 
"not taken into account in the definitions, but will displayed if brz "
 
10135
"not taken into account in the definitions, but will displayed if bzr "
8926
10136
"prompts\n"
8927
10137
"you for a password."
8928
10138
msgstr ""
 
10139
"``HTTP`` and ``HTTPS`` needs a (``user, realm, password``) to authenticate\n"
 
10140
"against a host. But, by using ``.htaccess`` files, for example, it is "
 
10141
"possible\n"
 
10142
"to define several (``user, realm, password``) for a given ``host``. So what "
 
10143
"is\n"
 
10144
"really needed is (``user``, ``password``, ``host``, ``path``). The ``realm`` "
 
10145
"is\n"
 
10146
"not taken into account in the definitions, but will displayed if bzr "
 
10147
"prompts\n"
 
10148
"you for a password."
8929
10149
 
8930
10150
#: en/help_topics/authentication.txt:64
8931
10151
msgid ""
8932
10152
"``HTTP proxy`` can be handled as ``HTTP`` (or ``HTTPS``) by explicitly\n"
8933
10153
"specifying the appropriate port."
8934
10154
msgstr ""
 
10155
"``HTTP proxy`` can be handled as ``HTTP`` (or ``HTTPS``) by explicitly\n"
 
10156
"specifying the appropriate port."
8935
10157
 
8936
10158
#: en/help_topics/authentication.txt:67
8937
10159
msgid ""
8941
10163
"``user``,\n"
8942
10164
"``password``)."
8943
10165
msgstr ""
 
10166
"To take all schemes into account, the password will be deduced from a set "
 
10167
"of\n"
 
10168
"authentication definitions (``scheme``, ``host``, ``port``, ``path``, "
 
10169
"``user``,\n"
 
10170
"``password``)."
8944
10171
 
8945
10172
#: en/help_topics/authentication.txt:71
8946
10173
msgid ""
8951
10178
"    should be used instead since this is the real scheme regarding\n"
8952
10179
"    authentication,"
8953
10180
msgstr ""
 
10181
"  * ``scheme``: can be empty (meaning the rest of the definition can be "
 
10182
"used\n"
 
10183
"    for any scheme), ``SFTP`` and ``bzr+ssh`` should not be used here, "
 
10184
"``ssh``\n"
 
10185
"    should be used instead since this is the real scheme regarding\n"
 
10186
"    authentication,"
8954
10187
 
8955
10188
#: en/help_topics/authentication.txt:76
8956
10189
msgid "  * ``host``: can be empty (to act as a default for any host),"
8957
 
msgstr ""
 
10190
msgstr "  * ``host``: can be empty (to act as a default for any host),"
8958
10191
 
8959
10192
#: en/help_topics/authentication.txt:78
8960
10193
msgid ""
8964
10197
"only\n"
8965
10198
"    when the server uses a port different than the scheme standard port,"
8966
10199
msgstr ""
 
10200
"  * ``port`` can be empty (useful when an host provides several servers for "
 
10201
"the\n"
 
10202
"    same scheme), only numerical values are allowed, this should be used "
 
10203
"only\n"
 
10204
"    when the server uses a port different than the scheme standard port,"
8967
10205
 
8968
10206
#: en/help_topics/authentication.txt:82
8969
10207
msgid "  * ``path``: can be empty (FTP or SFTP will never user it),"
8970
 
msgstr ""
 
10208
msgstr "  * ``path``: can be empty (FTP or SFTP will never user it),"
8971
10209
 
8972
10210
#: en/help_topics/authentication.txt:84
8973
10211
msgid ""
8974
 
"  * ``user``: can be empty (``bzr`` will default to python's\n"
 
10212
"  * ``user``: can be empty (``bzr`` will defaults to python's\n"
8975
10213
"    ``getpass.get_user()``),"
8976
10214
msgstr ""
 
10215
"  * ``user``: can be empty (``bzr`` will defaults to python's\n"
 
10216
"    ``getpass.get_user()``),"
8977
10217
 
8978
10218
#: en/help_topics/authentication.txt:87
8979
10219
msgid ""
8980
10220
"  * ``password``: can be empty if you prefer to always be prompted for your\n"
8981
10221
"    password."
8982
10222
msgstr ""
 
10223
"  * ``password``: can be empty if you prefer to always be prompted for your\n"
 
10224
"    password."
8983
10225
 
8984
10226
#: en/help_topics/authentication.txt:90
8985
10227
msgid ""
8986
 
"Multiple definitions can be provided and, for a given URL, brz will select "
 
10228
"Multiple definitions can be provided and, for a given URL, bzr will select "
8987
10229
"a\n"
8988
10230
"(``user`` [, ``password``]) based on the following rules :"
8989
10231
msgstr ""
 
10232
"Multiple definitions can be provided and, for a given URL, bzr will select "
 
10233
"a\n"
 
10234
"(``user`` [, ``password``]) based on the following rules :"
8990
10235
 
8991
10236
#: en/help_topics/authentication.txt:93
8992
10237
msgid " 1. the first match wins,"
8993
 
msgstr ""
 
10238
msgstr " 1. the first match wins,"
8994
10239
 
8995
10240
#: en/help_topics/authentication.txt:95
8996
10241
msgid " 2. empty fields match everything,"
8997
 
msgstr ""
 
10242
msgstr " 2. empty fields match everything,"
8998
10243
 
8999
10244
#: en/help_topics/authentication.txt:97
9000
10245
msgid ""
9001
10246
" 3. ``scheme`` matches even if decorators are used in the requested URL,"
9002
10247
msgstr ""
 
10248
" 3. ``scheme`` matches even if decorators are used in the requested URL,"
9003
10249
 
9004
10250
#: en/help_topics/authentication.txt:99
9005
10251
msgid ""
9006
10252
" 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"
 
10253
"    (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but "
 
10254
"``projectbzr.sf.net``\n"
9009
10255
"    will not match ``bzr.sf.net``)."
9010
10256
msgstr ""
 
10257
" 4. ``host`` matches exactly or act as a domain if it starts with '.'\n"
 
10258
"    (``project.bzr.sf.net`` will match ``.bzr.sf.net`` but "
 
10259
"``projectbzr.sf.net``\n"
 
10260
"    will not match ``bzr.sf.net``)."
9011
10261
 
9012
10262
#: en/help_topics/authentication.txt:103
9013
10263
msgid ""
9014
10264
" 5. ``port`` matches if included in the requested URL (exact matches only)"
9015
10265
msgstr ""
 
10266
" 5. ``port`` matches if included in the requested URL (exact matches only)"
9016
10267
 
9017
10268
#: en/help_topics/authentication.txt:105
9018
10269
msgid ""
9020
10271
"above,\n"
9021
10272
"    empty paths will match any provided path)."
9022
10273
msgstr ""
 
10274
" 6. ``path`` matches if included in the requested URL (and by rule #2 "
 
10275
"above,\n"
 
10276
"    empty paths will match any provided path)."
9023
10277
 
9024
10278
#: en/help_topics/authentication.txt:110
9025
10279
msgid ""
9026
10280
"File format\n"
9027
10281
"-----------"
9028
10282
msgstr ""
 
10283
"File format\n"
 
10284
"-----------"
9029
10285
 
9030
10286
#: en/help_topics/authentication.txt:113
9031
10287
msgid ""
9032
10288
"The general rules for :doc:`configuration files <configuration-help>`\n"
9033
10289
"apply except for the variable policies."
9034
10290
msgstr ""
 
10291
"The general rules for :doc:`configuration files <configuration-help>`\n"
 
10292
"apply except for the variable policies."
9035
10293
 
9036
10294
#: en/help_topics/authentication.txt:116
9037
10295
msgid "Each section describes an authentication definition."
9038
 
msgstr ""
 
10296
msgstr "Each section describes an authentication definition."
9039
10297
 
9040
10298
#: en/help_topics/authentication.txt:118
9041
10299
msgid ""
9043
10301
"reserved\n"
9044
10302
"and should appear as the *last* section."
9045
10303
msgstr ""
 
10304
"The section name is an arbitrary string, only the ``DEFAULT`` value is "
 
10305
"reserved\n"
 
10306
"and should appear as the *last* section."
9046
10307
 
9047
10308
#: en/help_topics/authentication.txt:121
9048
10309
msgid "Each section should define:"
9049
 
msgstr ""
 
10310
msgstr "Each section should define:"
9050
10311
 
9051
10312
#: en/help_topics/authentication.txt:123
9052
10313
msgid "* ``user``: the login to be used,"
9053
 
msgstr ""
 
10314
msgstr "* ``user``: the login to be used,"
9054
10315
 
9055
10316
#: en/help_topics/authentication.txt:125
9056
10317
msgid "Each section could define:"
9057
 
msgstr ""
 
10318
msgstr "Each section could define:"
9058
10319
 
9059
10320
#: en/help_topics/authentication.txt:127
9060
10321
msgid "* ``host``: the remote server,"
9061
 
msgstr ""
 
10322
msgstr "* ``host``: the remote server,"
9062
10323
 
9063
10324
#: en/help_topics/authentication.txt:129
9064
10325
msgid "* ``port``: the port the server is listening,"
9065
 
msgstr ""
 
10326
msgstr "* ``port``: the port the server is listening,"
9066
10327
 
9067
10328
#: en/help_topics/authentication.txt:131
9068
10329
msgid "* ``path``: the branch location,"
9069
 
msgstr ""
 
10330
msgstr "* ``path``: the branch location,"
9070
10331
 
9071
10332
#: en/help_topics/authentication.txt:133
9072
10333
msgid "* ``password``: the password."
9073
 
msgstr ""
 
10334
msgstr "* ``password``: the password."
9074
10335
 
9075
10336
#: en/help_topics/authentication.txt:135
9076
10337
msgid ""
9078
10339
"Examples\n"
9079
10340
"--------"
9080
10341
msgstr ""
 
10342
"\n"
 
10343
"Examples\n"
 
10344
"--------"
9081
10345
 
9082
10346
#: en/help_topics/authentication.txt:139
9083
10347
msgid ""
9085
10349
"Personal projects hosted outside\n"
9086
10350
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9087
10351
msgstr ""
 
10352
"\n"
 
10353
"Personal projects hosted outside\n"
 
10354
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9088
10355
 
9089
10356
#: en/help_topics/authentication.txt:143
9090
10357
msgid ""
9091
10358
"All connections are done with the same ``user`` (the remote one for which "
9092
10359
"the\n"
9093
 
"default brz one is not appropriate) and the password is always prompted "
 
10360
"default bzr one is not appropriate) and the password is always prompted "
9094
10361
"with\n"
9095
10362
"some exceptions::"
9096
10363
msgstr ""
 
10364
"All connections are done with the same ``user`` (the remote one for which "
 
10365
"the\n"
 
10366
"default bzr one is not appropriate) and the password is always prompted "
 
10367
"with\n"
 
10368
"some exceptions::"
9097
10369
 
9098
10370
#: en/help_topics/authentication.txt:147
9099
10371
msgid ""
9115
10387
"foobar\n"
9116
10388
"        user=foobar"
9117
10389
msgstr ""
 
10390
"        # Pet projects on hobby.net\n"
 
10391
"        [hobby]\n"
 
10392
"        host=r.hobby.net\n"
 
10393
"        user=jim\n"
 
10394
"        password=obvious1234\n"
 
10395
"        \n"
 
10396
"        # Home server\n"
 
10397
"        [home]\n"
 
10398
"        scheme=https\n"
 
10399
"        host=home.net\n"
 
10400
"        user=joe\n"
 
10401
"        password=1essobV10us\n"
 
10402
"        \n"
 
10403
"        [DEFAULT]\n"
 
10404
"        # Our local user is barbaz, on all remote sites we're known as "
 
10405
"foobar\n"
 
10406
"        user=foobar"
9118
10407
 
9119
10408
#: en/help_topics/authentication.txt:164
9120
10409
msgid ""
9122
10411
"Source hosting provider\n"
9123
10412
"~~~~~~~~~~~~~~~~~~~~~~~"
9124
10413
msgstr ""
 
10414
"\n"
 
10415
"Source hosting provider\n"
 
10416
"~~~~~~~~~~~~~~~~~~~~~~~"
9125
10417
 
9126
10418
#: en/help_topics/authentication.txt:168
9127
10419
msgid "In the shp.net (fictitious) domain, each project has its own site::"
9128
 
msgstr ""
 
10420
msgstr "In the shp.net (fictitious) domain, each project has its own site::"
9129
10421
 
9130
10422
#: en/help_topics/authentication.txt:170
9131
10423
msgid ""
9135
10427
"        # The leading '.' ensures that 'shp.net' alone doesn't match\n"
9136
10428
"        host=.shp.net\n"
9137
10429
"        user=joe\n"
9138
 
"        # brz doesn't support supplying a password for sftp,\n"
 
10430
"        # bzr don't support supplying a password for sftp,\n"
9139
10431
"        # consider using an ssh agent if you don't want to supply\n"
9140
10432
"        # a password interactively. (pageant, ssh-agent, etc)"
9141
10433
msgstr ""
 
10434
"        [shpnet domain]\n"
 
10435
"        # we use sftp, but ssh is the scheme used for authentication\n"
 
10436
"        scheme=ssh\n"
 
10437
"        # The leading '.' ensures that 'shp.net' alone doesn't match\n"
 
10438
"        host=.shp.net\n"
 
10439
"        user=joe\n"
 
10440
"        # bzr don't support supplying a password for sftp,\n"
 
10441
"        # consider using an ssh agent if you don't want to supply\n"
 
10442
"        # a password interactively. (pageant, ssh-agent, etc)"
9142
10443
 
9143
10444
#: en/help_topics/authentication.txt:180
9144
10445
msgid ""
9145
10446
"HTTPS, SFTP servers and their proxy\n"
9146
10447
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9147
10448
msgstr ""
 
10449
"HTTPS, SFTP servers and their proxy\n"
 
10450
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
9148
10451
 
9149
10452
#: en/help_topics/authentication.txt:183
9150
10453
msgid ""
9152
10455
"behind a\n"
9153
10456
"proxy, and the two branches use different authentication policies::"
9154
10457
msgstr ""
 
10458
"At company.com, the server hosting release and integration branches is "
 
10459
"behind a\n"
 
10460
"proxy, and the two branches use different authentication policies::"
9155
10461
 
9156
10462
#: en/help_topics/authentication.txt:186
9157
10463
msgid ""
9162
10468
"        user=user1\n"
9163
10469
"        password=pass1"
9164
10470
msgstr ""
 
10471
"        [reference code]\n"
 
10472
"        scheme=https\n"
 
10473
"        host=dev.company.com\n"
 
10474
"        path=/dev\n"
 
10475
"        user=user1\n"
 
10476
"        password=pass1"
9165
10477
 
9166
10478
#: en/help_topics/authentication.txt:193
9167
10479
msgid ""
9180
10492
"        user=proxyuser1\n"
9181
10493
"        password=proxypass1"
9182
10494
msgstr ""
 
10495
"        # development branches on dev server\n"
 
10496
"        [dev]\n"
 
10497
"        scheme=ssh # bzr+ssh and sftp are available here\n"
 
10498
"        host=dev.company.com\n"
 
10499
"        path=/dev/integration\n"
 
10500
"        user=user2\n"
 
10501
"        \n"
 
10502
"        # proxy\n"
 
10503
"        [proxy]\n"
 
10504
"        scheme=http\n"
 
10505
"        host=proxy.company.com\n"
 
10506
"        port=3128\n"
 
10507
"        user=proxyuser1\n"
 
10508
"        password=proxypass1"
9183
10509
 
9184
10510
#: en/help_topics/authentication.txt:208
9185
10511
msgid ""
9187
10513
"Planned enhancements\n"
9188
10514
"--------------------"
9189
10515
msgstr ""
 
10516
"\n"
 
10517
"Planned enhancements\n"
 
10518
"--------------------"
9190
10519
 
9191
10520
#: en/help_topics/authentication.txt:212
9192
10521
msgid ""
9193
10522
"The following are not yet implemented but planned as parts of a work in\n"
9194
10523
"progress:"
9195
10524
msgstr ""
 
10525
"The following are not yet implemented but planned as parts of a work in\n"
 
10526
"progress:"
9196
10527
 
9197
10528
#: en/help_topics/authentication.txt:215
9198
10529
msgid "* add a  ``password_encoding`` field allowing:"
9199
 
msgstr ""
 
10530
msgstr "* add a  ``password_encoding`` field allowing:"
9200
10531
 
9201
10532
#: en/help_topics/authentication.txt:217
9202
10533
msgid ""
9203
10534
"  - storing the passwords in various obfuscating encodings (base64 for one),"
9204
10535
msgstr ""
 
10536
"  - storing the passwords in various obfuscating encodings (base64 for one),"
9205
10537
 
9206
10538
#: en/help_topics/authentication.txt:219
9207
10539
msgid "  - delegate password storage to plugins (.netrc for example)."
9208
 
msgstr ""
 
10540
msgstr "  - delegate password storage to plugins (.netrc for example)."
9209
10541
 
9210
10542
#: en/help_topics/authentication.txt:221
9211
10543
msgid ""
9212
10544
"* update the credentials when the user is prompted for user or password,"
9213
10545
msgstr ""
 
10546
"* update the credentials when the user is prompted for user or password,"
9214
10547
 
9215
10548
#: en/help_topics/authentication.txt:223
9216
10549
msgid "* add a ``verify_certificates`` field for ``HTTPS``."
9217
 
msgstr ""
 
10550
msgstr "* add a ``verify_certificates`` field for ``HTTPS``."
9218
10551
 
9219
10552
#: en/help_topics/authentication.txt:225
9220
10553
msgid ""
9222
10555
"but\n"
9223
10556
"ignored in the actual implementation.\n"
9224
10557
msgstr ""
 
10558
"The ``password_encoding`` and ``verify_certificates`` fields are recognised "
 
10559
"but\n"
 
10560
"ignored in the actual implementation.\n"
9225
10561
 
9226
10562
#: en/help_topics/bugs.txt:1
9227
10563
msgid "Bug Tracker Settings"
9228
 
msgstr ""
 
10564
msgstr "Bug Tracker Settings"
9229
10565
 
9230
10566
#: en/help_topics/bugs.txt:3
9231
10567
msgid ""
9234
10570
"entry is included in the 'bugs' revision property stating '<url> <status>'.\n"
9235
10571
"(The only ``status`` value currently supported is ``fixed.``)"
9236
10572
msgstr ""
 
10573
"When making a commit, metadata about bugs fixed by that change can be\n"
 
10574
"recorded by using the ``--fixes`` option. For each bug marked as fixed, an\n"
 
10575
"entry is included in the 'bugs' revision property stating '<url> <status>'.\n"
 
10576
"(The only ``status`` value currently supported is ``fixed.``)"
9237
10577
 
9238
10578
#: en/help_topics/bugs.txt:8
9239
10579
msgid ""
9241
10581
"identifier\n"
9242
10582
"rather than a full URL. This looks like::"
9243
10583
msgstr ""
 
10584
"The ``--fixes`` option allows you to specify a bug tracker and a bug "
 
10585
"identifier\n"
 
10586
"rather than a full URL. This looks like::"
9244
10587
 
9245
10588
#: en/help_topics/bugs.txt:11
9246
10589
msgid "    bzr commit --fixes <tracker>:<id>"
9247
 
msgstr ""
 
10590
msgstr "    bzr commit --fixes <tracker>:<id>"
9248
10591
 
9249
10592
#: en/help_topics/bugs.txt:13 en/help_topics/configuration.txt:410
9250
10593
msgid "or::"
9251
 
msgstr ""
 
10594
msgstr "or::"
9252
10595
 
9253
10596
#: en/help_topics/bugs.txt:15
9254
10597
msgid "    bzr commit --fixes <id>"
9255
 
msgstr ""
 
10598
msgstr "    bzr commit --fixes <id>"
9256
10599
 
9257
10600
#: en/help_topics/bugs.txt:17
9258
10601
msgid ""
9262
10605
"If \"<tracker>\" is not specified the ``bugtracker`` set in the branch\n"
9263
10606
"or global configuration is used."
9264
10607
msgstr ""
 
10608
"where \"<tracker>\" is an identifier for the bug tracker, and \"<id>\" is "
 
10609
"the\n"
 
10610
"identifier for that bug within the bugtracker, usually the bug number.\n"
 
10611
"If \"<tracker>\" is not specified the ``bugtracker`` set in the branch\n"
 
10612
"or global configuration is used."
9265
10613
 
9266
10614
#: en/help_topics/bugs.txt:22
9267
10615
msgid ""
9270
10618
"use this feature, you just need to know the tracker identifier to use.\n"
9271
10619
"These are the bugtrackers that are built in:"
9272
10620
msgstr ""
 
10621
"Bazaar knows about a few bug trackers that have many users. If\n"
 
10622
"you use one of these bug trackers then there is no setup required to\n"
 
10623
"use this feature, you just need to know the tracker identifier to use.\n"
 
10624
"These are the bugtrackers that are built in:"
9273
10625
 
9274
10626
#: en/help_topics/bugs.txt:27
9275
10627
msgid ""
9281
10633
"  http://bugzilla.gnome.org/   gnome        gnome:12345\n"
9282
10634
"  ============================ ============ ============"
9283
10635
msgstr ""
 
10636
"  ============================ ============ ============\n"
 
10637
"  URL                          Abbreviation Example\n"
 
10638
"  ============================ ============ ============\n"
 
10639
"  https://bugs.launchpad.net/  lp           lp:12345\n"
 
10640
"  http://bugs.debian.org/      deb          deb:12345\n"
 
10641
"  http://bugzilla.gnome.org/   gnome        gnome:12345\n"
 
10642
"  ============================ ============ ============"
9284
10643
 
9285
10644
#: en/help_topics/bugs.txt:35
9286
10645
msgid ""
9291
10650
"of the schemes described below then you can write a plugin to support\n"
9292
10651
"it."
9293
10652
msgstr ""
 
10653
"For the bug trackers not listed above configuration is required.\n"
 
10654
"Support for generating the URLs for any project using Bugzilla or Trac\n"
 
10655
"is built in, along with a template mechanism for other bugtrackers with\n"
 
10656
"simple URL schemes. If your bug tracker can't be described by one\n"
 
10657
"of the schemes described below then you can write a plugin to support\n"
 
10658
"it."
9294
10659
 
9295
10660
#: en/help_topics/bugs.txt:42
9296
10661
msgid ""
9300
10665
"configuration section in ``locations.conf``.  You can set up these values\n"
9301
10666
"for each of the projects you work on."
9302
10667
msgstr ""
 
10668
"If you use Bugzilla or Trac, then you only need to set a configuration\n"
 
10669
"variable which contains the base URL of the bug tracker. These options\n"
 
10670
"can go into ``bazaar.conf``, ``branch.conf`` or into a branch-specific\n"
 
10671
"configuration section in ``locations.conf``.  You can set up these values\n"
 
10672
"for each of the projects you work on."
9303
10673
 
9304
10674
#: en/help_topics/bugs.txt:48
9305
10675
msgid ""
9306
10676
"Note: As you provide a short name for each tracker, you can specify one or\n"
9307
10677
"more bugs in one or more trackers at commit time if you wish."
9308
10678
msgstr ""
 
10679
"Note: As you provide a short name for each tracker, you can specify one or\n"
 
10680
"more bugs in one or more trackers at commit time if you wish."
9309
10681
 
9310
10682
#: en/help_topics/bugs.txt:51
9311
10683
msgid ""
9312
10684
"Launchpad\n"
9313
10685
"---------"
9314
10686
msgstr ""
 
10687
"Launchpad\n"
 
10688
"---------"
9315
10689
 
9316
10690
#: en/help_topics/bugs.txt:54
9317
 
msgid "Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
 
10691
msgid ""
 
10692
"Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
9318
10693
msgstr ""
 
10694
"Use ``bzr commit --fixes lp:2`` to record that this commit fixes bug 2."
9319
10695
 
9320
10696
#: en/help_topics/bugs.txt:56
9321
10697
msgid ""
9322
10698
"bugzilla_<tracker>_url\n"
9323
10699
"----------------------"
9324
10700
msgstr ""
 
10701
"bugzilla_<tracker>_url\n"
 
10702
"----------------------"
9325
10703
 
9326
10704
#: en/help_topics/bugs.txt:59
9327
10705
msgid ""
9330
10708
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
9331
10709
"example::"
9332
10710
msgstr ""
 
10711
"If present, the location of the Bugzilla bug tracker referred to by\n"
 
10712
"<tracker>. This option can then be used together with ``bzr commit\n"
 
10713
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
 
10714
"example::"
9333
10715
 
9334
10716
#: en/help_topics/bugs.txt:64
9335
10717
msgid "    bugzilla_squid_url = http://bugs.squid-cache.org"
9336
 
msgstr ""
 
10718
msgstr "    bugzilla_squid_url = http://bugs.squid-cache.org"
9337
10719
 
9338
10720
#: en/help_topics/bugs.txt:66
9339
10721
msgid ""
9340
10722
"would allow ``bzr commit --fixes squid:1234`` to mark Squid's bug 1234 as\n"
9341
10723
"fixed."
9342
10724
msgstr ""
 
10725
"would allow ``bzr commit --fixes squid:1234`` to mark Squid's bug 1234 as\n"
 
10726
"fixed."
9343
10727
 
9344
10728
#: en/help_topics/bugs.txt:69
9345
10729
msgid ""
9346
10730
"trac_<tracker>_url\n"
9347
10731
"------------------"
9348
10732
msgstr ""
 
10733
"trac_<tracker>_url\n"
 
10734
"------------------"
9349
10735
 
9350
10736
#: en/help_topics/bugs.txt:72
9351
10737
msgid ""
9354
10740
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
9355
10741
"example::"
9356
10742
msgstr ""
 
10743
"If present, the location of the Trac instance referred to by\n"
 
10744
"<tracker>. This option can then be used together with ``bzr commit\n"
 
10745
"--fixes`` to mark bugs in that tracker as being fixed by that commit. For\n"
 
10746
"example::"
9357
10747
 
9358
10748
#: en/help_topics/bugs.txt:77
9359
10749
msgid "    trac_twisted_url = http://www.twistedmatrix.com/trac"
9360
 
msgstr ""
 
10750
msgstr "    trac_twisted_url = http://www.twistedmatrix.com/trac"
9361
10751
 
9362
10752
#: en/help_topics/bugs.txt:79
9363
10753
msgid ""
9365
10755
"as\n"
9366
10756
"fixed."
9367
10757
msgstr ""
 
10758
"would allow ``bzr commit --fixes twisted:1234`` to mark Twisted's bug 1234 "
 
10759
"as\n"
 
10760
"fixed."
9368
10761
 
9369
10762
#: en/help_topics/bugs.txt:82
9370
10763
msgid ""
9371
10764
"bugtracker_<tracker>_url\n"
9372
10765
"------------------------"
9373
10766
msgstr ""
 
10767
"bugtracker_<tracker>_url\n"
 
10768
"------------------------"
9374
10769
 
9375
10770
#: en/help_topics/bugs.txt:85
9376
10771
msgid ""
9380
10775
"together with ``bzr commit --fixes`` to mark bugs in that tracker as being\n"
9381
10776
"fixed by that commit. For example::"
9382
10777
msgstr ""
 
10778
"If present, the location of a generic bug tracker instance referred to by\n"
 
10779
"<tracker>. The location must contain an ``{id}`` placeholder,\n"
 
10780
"which will be replaced by a specific bug ID. This option can then be used\n"
 
10781
"together with ``bzr commit --fixes`` to mark bugs in that tracker as being\n"
 
10782
"fixed by that commit. For example::"
9383
10783
 
9384
10784
#: en/help_topics/bugs.txt:91
9385
10785
msgid "    bugtracker_python_url = http://bugs.python.org/issue{id}"
9386
 
msgstr ""
 
10786
msgstr "    bugtracker_python_url = http://bugs.python.org/issue{id}"
9387
10787
 
9388
10788
#: en/help_topics/bugs.txt:93
9389
10789
msgid ""
9390
10790
"would allow ``bzr commit --fixes python:1234`` to mark bug 1234 in Python's\n"
9391
10791
"Roundup bug tracker as fixed, or::"
9392
10792
msgstr ""
 
10793
"would allow ``bzr commit --fixes python:1234`` to mark bug 1234 in Python's\n"
 
10794
"Roundup bug tracker as fixed, or::"
9393
10795
 
9394
10796
#: en/help_topics/bugs.txt:96
9395
10797
msgid ""
9396
10798
"    bugtracker_cpan_url = http://rt.cpan.org/Public/Bug/Display.html?id={id}"
9397
10799
msgstr ""
 
10800
"    bugtracker_cpan_url = http://rt.cpan.org/Public/Bug/Display.html?id={id}"
9398
10801
 
9399
10802
#: en/help_topics/bugs.txt:98
9400
10803
msgid ""
9401
10804
"would allow ``bzr commit --fixes cpan:1234`` to mark bug 1234 in CPAN's\n"
9402
10805
"RT bug tracker as fixed, or::"
9403
10806
msgstr ""
 
10807
"would allow ``bzr commit --fixes cpan:1234`` to mark bug 1234 in CPAN's\n"
 
10808
"RT bug tracker as fixed, or::"
9404
10809
 
9405
10810
#: en/help_topics/bugs.txt:101
9406
10811
msgid "    bugtracker_hudson_url = http://issues.hudson-ci.org/browse/{id}"
9407
 
msgstr ""
 
10812
msgstr "    bugtracker_hudson_url = http://issues.hudson-ci.org/browse/{id}"
9408
10813
 
9409
10814
#: en/help_topics/bugs.txt:103
9410
10815
msgid ""
9411
 
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug "
9412
 
"HUDSON-1234\n"
 
10816
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug HUDSON-"
 
10817
"1234\n"
9413
10818
"in Hudson's JIRA bug tracker as fixed.\n"
9414
10819
msgstr ""
 
10820
"would allow ``bzr commit --fixes hudson:HUDSON-1234`` to mark bug HUDSON-"
 
10821
"1234\n"
 
10822
"in Hudson's JIRA bug tracker as fixed.\n"
9415
10823
 
9416
10824
#: en/help_topics/commands.txt:1
9417
10825
msgid ""
9445
10853
"export            Export current or past revision to a destination directory "
9446
10854
"or\n"
9447
10855
"                  archive.\n"
9448
 
"grep              Print lines matching PATTERN for specified files and\n"
9449
 
"                  revisions. [grep]\n"
9450
10856
"help              Show help on a command or other topic.\n"
9451
10857
"ignore            Ignore specified files or patterns.\n"
9452
10858
"ignored           List ignored files and the patterns that matched them.\n"
9470
10876
"mv                Move or rename a file.\n"
9471
10877
"nick              Print or set the branch nickname.\n"
9472
10878
"pack              Compress the data within a repository.\n"
9473
 
"ping              Pings a Bazaar smart server.\n"
9474
10879
"plugins           List the installed plugins.\n"
9475
10880
"pull              Turn this branch into a mirror of another branch.\n"
9476
10881
"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"
 
10882
"reconcile         Reconcile bzr metadata in a branch.\n"
 
10883
"reconfigure       Reconfigure the type of a bzr directory.\n"
9479
10884
"register-branch   Register a branch with launchpad.net. [launchpad]\n"
9480
10885
"remerge           Redo a merge.\n"
9481
10886
"remove            Remove files or directories.\n"
9488
10893
"revno             Show current revision number.\n"
9489
10894
"root              Show the tree root directory.\n"
9490
10895
"send              Mail or create a merge-directive for submitting changes.\n"
9491
 
"serve             Run the brz server.\n"
 
10896
"serve             Run the bzr server.\n"
9492
10897
"shelve            Temporarily set aside some changes from the current tree.\n"
9493
10898
"sign-my-commits   Sign all commits by a given committer.\n"
9494
10899
"split             Split a subdirectory of a tree into a separate tree.\n"
9504
10909
"upgrade           Upgrade a repository, branch or working tree to a newer\n"
9505
10910
"                  format.\n"
9506
10911
"verify-signatures Verify all commit signatures.\n"
9507
 
"version           Show version of brz.\n"
 
10912
"version           Show version of bzr.\n"
9508
10913
"version-info      Show version information about this tree.\n"
9509
10914
"view              Manage filtered views.\n"
9510
 
"whoami            Show or set brz user id.\n"
 
10915
"whoami            Show or set bzr user id.\n"
9511
10916
msgstr ""
 
10917
"add               Add specified files or directories.\n"
 
10918
"alias             Set/unset and display aliases.\n"
 
10919
"annotate          Show the origin of each line in a file.\n"
 
10920
"bash-completion   Generate a shell function for bash command line "
 
10921
"completion.\n"
 
10922
"                  [bash_completion]\n"
 
10923
"bind              Convert the current branch into a checkout of the "
 
10924
"supplied\n"
 
10925
"                  branch.\n"
 
10926
"branch            Create a new branch that is a copy of an existing branch.\n"
 
10927
"branches          List the branches available at the current location.\n"
 
10928
"break-lock        Break a dead lock.\n"
 
10929
"cat               Write the contents of a file as of a given revision to\n"
 
10930
"                  standard output.\n"
 
10931
"check             Validate working tree structure, branch consistency and\n"
 
10932
"                  repository history.\n"
 
10933
"checkout          Create a new checkout of an existing branch.\n"
 
10934
"clean-tree        Remove unwanted files from working tree.\n"
 
10935
"commit            Commit changes into a new revision.\n"
 
10936
"config            Display, set or remove a configuration option.\n"
 
10937
"conflicts         List files with conflicts.\n"
 
10938
"deleted           List files deleted in the working tree.\n"
 
10939
"diff              Show differences in the working tree, between revisions "
 
10940
"or\n"
 
10941
"                  branches.\n"
 
10942
"dpush             Push into a different VCS without any custom bzr "
 
10943
"metadata.\n"
 
10944
"export            Export current or past revision to a destination directory "
 
10945
"or\n"
 
10946
"                  archive.\n"
 
10947
"help              Show help on a command or other topic.\n"
 
10948
"ignore            Ignore specified files or patterns.\n"
 
10949
"ignored           List ignored files and the patterns that matched them.\n"
 
10950
"info              Show information about a working tree, branch or "
 
10951
"repository.\n"
 
10952
"init              Make a directory into a versioned branch.\n"
 
10953
"init-repository   Create a shared repository for branches to share storage\n"
 
10954
"                  space.\n"
 
10955
"join              Combine a tree into its containing tree.\n"
 
10956
"launchpad-login   Show or set the Launchpad user ID. [launchpad]\n"
 
10957
"launchpad-mirror  Ask Launchpad to mirror a branch now. [launchpad]\n"
 
10958
"launchpad-open    Open a Launchpad branch page in your web browser. "
 
10959
"[launchpad]\n"
 
10960
"log               Show historical log for a branch or subset of a branch.\n"
 
10961
"lp-find-proposal  Find the proposal to merge this revision. [launchpad]\n"
 
10962
"lp-propose-merge  Propose merging a branch on Launchpad. [launchpad]\n"
 
10963
"ls                List files in a tree.\n"
 
10964
"merge             Perform a three-way merge.\n"
 
10965
"missing           Show unmerged/unpulled revisions between two branches.\n"
 
10966
"mkdir             Create a new versioned directory.\n"
 
10967
"mv                Move or rename a file.\n"
 
10968
"nick              Print or set the branch nickname.\n"
 
10969
"pack              Compress the data within a repository.\n"
 
10970
"plugins           List the installed plugins.\n"
 
10971
"pull              Turn this branch into a mirror of another branch.\n"
 
10972
"push              Update a mirror of this branch.\n"
 
10973
"reconcile         Reconcile bzr metadata in a branch.\n"
 
10974
"reconfigure       Reconfigure the type of a bzr directory.\n"
 
10975
"register-branch   Register a branch with launchpad.net. [launchpad]\n"
 
10976
"remerge           Redo a merge.\n"
 
10977
"remove            Remove files or directories.\n"
 
10978
"remove-branch     Remove a branch.\n"
 
10979
"remove-tree       Remove the working tree from a given branch/checkout.\n"
 
10980
"renames           Show list of renamed files.\n"
 
10981
"resolve           Mark a conflict as resolved.\n"
 
10982
"revert            Set files in the working tree back to the contents of a\n"
 
10983
"                  previous revision.\n"
 
10984
"revno             Show current revision number.\n"
 
10985
"root              Show the tree root directory.\n"
 
10986
"send              Mail or create a merge-directive for submitting changes.\n"
 
10987
"serve             Run the bzr server.\n"
 
10988
"shelve            Temporarily set aside some changes from the current tree.\n"
 
10989
"sign-my-commits   Sign all commits by a given committer.\n"
 
10990
"split             Split a subdirectory of a tree into a separate tree.\n"
 
10991
"status            Display status summary.\n"
 
10992
"switch            Set the branch of a checkout and update.\n"
 
10993
"tag               Create, remove or modify a tag naming a revision.\n"
 
10994
"tags              List tags.\n"
 
10995
"testament         Show testament (signing-form) of a revision.\n"
 
10996
"unbind            Convert the current checkout into a regular branch.\n"
 
10997
"uncommit          Remove the last committed revision.\n"
 
10998
"unshelve          Restore shelved changes.\n"
 
10999
"update            Update a working tree to a new revision.\n"
 
11000
"upgrade           Upgrade a repository, branch or working tree to a newer\n"
 
11001
"                  format.\n"
 
11002
"verify-signatures Verify all commit signatures.\n"
 
11003
"version           Show version of bzr.\n"
 
11004
"version-info      Show version information about this tree.\n"
 
11005
"view              Manage filtered views.\n"
 
11006
"whoami            Show or set bzr user id.\n"
9512
11007
 
9513
11008
#: en/help_topics/configuration.txt:1
9514
11009
msgid ""
9515
11010
"Configuration Settings\n"
9516
11011
"======================="
9517
11012
msgstr ""
 
11013
"Configuration Settings\n"
 
11014
"======================="
9518
11015
 
9519
11016
#: en/help_topics/configuration.txt:4
9520
11017
msgid ""
9521
11018
"Environment settings\n"
9522
11019
"---------------------"
9523
11020
msgstr ""
 
11021
"Environment settings\n"
 
11022
"---------------------"
9524
11023
 
9525
11024
#: en/help_topics/configuration.txt:7
9526
11025
msgid ""
9527
11026
"While most configuration is handled by configuration files, some options\n"
9528
11027
"which may be semi-permanent can also be controlled through the environment."
9529
11028
msgstr ""
 
11029
"While most configuration is handled by configuration files, some options\n"
 
11030
"which may be semi-permanent can also be controlled through the environment."
9530
11031
 
9531
11032
#: en/help_topics/configuration.txt:10
9532
11033
msgid ""
9533
 
"BRZ_EMAIL\n"
 
11034
"BZR_EMAIL\n"
9534
11035
"~~~~~~~~~"
9535
11036
msgstr ""
 
11037
"BZR_EMAIL\n"
 
11038
"~~~~~~~~~"
9536
11039
 
9537
11040
#: en/help_topics/configuration.txt:13
9538
11041
msgid "Override the email id used by Bazaar.  Typical format::"
9539
 
msgstr ""
 
11042
msgstr "Override the email id used by Bazaar.  Typical format::"
9540
11043
 
9541
11044
#: en/help_topics/configuration.txt:15
9542
11045
msgid "  \"John Doe <jdoe@example.com>\""
9543
 
msgstr ""
 
11046
msgstr "  \"John Doe <jdoe@example.com>\""
9544
11047
 
9545
11048
#: en/help_topics/configuration.txt:17
9546
11049
msgid "See also the ``email`` configuration option."
9547
 
msgstr ""
 
11050
msgstr "See also the ``email`` configuration option."
9548
11051
 
9549
11052
#: en/help_topics/configuration.txt:19
9550
11053
msgid ""
9551
 
"BRZ_PROGRESS_BAR\n"
 
11054
"BZR_PROGRESS_BAR\n"
9552
11055
"~~~~~~~~~~~~~~~~"
9553
11056
msgstr ""
 
11057
"BZR_PROGRESS_BAR\n"
 
11058
"~~~~~~~~~~~~~~~~"
9554
11059
 
9555
11060
#: en/help_topics/configuration.txt:22
9556
11061
msgid ""
9560
11065
"draws\n"
9561
11066
"the ordinary command line progress bar."
9562
11067
msgstr ""
 
11068
"Override the progress display.  Possible values are \"none\" or \"text\".  "
 
11069
"If\n"
 
11070
"the value is \"none\" then no progress bar is displayed.  The value \"text\" "
 
11071
"draws\n"
 
11072
"the ordinary command line progress bar."
9563
11073
 
9564
11074
#: en/help_topics/configuration.txt:26
9565
11075
msgid ""
9566
 
"BRZ_SIGQUIT_PDB\n"
 
11076
"BZR_SIGQUIT_PDB\n"
9567
11077
"~~~~~~~~~~~~~~~"
9568
11078
msgstr ""
 
11079
"BZR_SIGQUIT_PDB\n"
 
11080
"~~~~~~~~~~~~~~~"
9569
11081
 
9570
11082
#: en/help_topics/configuration.txt:29
9571
 
msgid "Control whether SIGQUIT behaves normally or invokes a breakin debugger."
 
11083
msgid ""
 
11084
"Control whether SIGQUIT behaves normally or invokes a breakin debugger."
9572
11085
msgstr ""
 
11086
"Control whether SIGQUIT behaves normally or invokes a breakin debugger."
9573
11087
 
9574
11088
#: en/help_topics/configuration.txt:31
9575
11089
msgid ""
9576
11090
"* 0 = Standard SIGQUIT behavior (normally, exit with a core dump)\n"
9577
11091
"* 1 = Invoke breakin debugger (default)"
9578
11092
msgstr ""
 
11093
"* 0 = Standard SIGQUIT behaviour (normally, exit with a core dump)\n"
 
11094
"* 1 = Invoke breakin debugger (default)"
9579
11095
 
9580
11096
#: en/help_topics/configuration.txt:34
9581
11097
msgid ""
9582
 
"BRZ_HOME\n"
 
11098
"BZR_HOME\n"
9583
11099
"~~~~~~~~"
9584
11100
msgstr ""
 
11101
"BZR_HOME\n"
 
11102
"~~~~~~~~"
9585
11103
 
9586
11104
#: en/help_topics/configuration.txt:37
9587
11105
msgid "Override the home directory used by Bazaar."
9588
 
msgstr ""
 
11106
msgstr "Override the home directory used by Bazaar."
9589
11107
 
9590
11108
#: en/help_topics/configuration.txt:39
9591
11109
msgid ""
9592
 
"BRZ_SSH\n"
 
11110
"BZR_SSH\n"
9593
11111
"~~~~~~~"
9594
11112
msgstr ""
 
11113
"BZR_SSH\n"
 
11114
"~~~~~~~"
9595
11115
 
9596
11116
#: en/help_topics/configuration.txt:42
9597
11117
msgid "Select a different SSH implementation."
9598
 
msgstr ""
 
11118
msgstr "Select a different SSH implementation."
9599
11119
 
9600
11120
#: en/help_topics/configuration.txt:44
9601
11121
msgid ""
9602
 
"BRZ_PDB\n"
 
11122
"BZR_PDB\n"
9603
11123
"~~~~~~~"
9604
11124
msgstr ""
 
11125
"BZR_PDB\n"
 
11126
"~~~~~~~"
9605
11127
 
9606
11128
#: en/help_topics/configuration.txt:47
9607
11129
msgid "Control whether to launch a debugger on error."
9608
 
msgstr ""
 
11130
msgstr "Control whether to launch a debugger on error."
9609
11131
 
9610
11132
#: en/help_topics/configuration.txt:49
9611
11133
msgid ""
9612
11134
"* 0 = Standard behavior\n"
9613
11135
"* 1 = Launch debugger"
9614
11136
msgstr ""
 
11137
"* 0 = Standard behaviour\n"
 
11138
"* 1 = Launch debugger"
9615
11139
 
9616
11140
#: en/help_topics/configuration.txt:52
9617
11141
msgid ""
9618
11142
"BZR_REMOTE_PATH\n"
9619
11143
"~~~~~~~~~~~~~~~"
9620
11144
msgstr ""
 
11145
"BZR_REMOTE_PATH\n"
 
11146
"~~~~~~~~~~~~~~~"
9621
11147
 
9622
11148
#: en/help_topics/configuration.txt:55
9623
11149
msgid "Path to the Bazaar executable to use when using the bzr+ssh protocol."
9624
11150
msgstr ""
 
11151
"Path to the Bazaar executable to use when using the bzr+ssh protocol."
9625
11152
 
9626
11153
#: en/help_topics/configuration.txt:57
9627
11154
msgid "See also the ``bzr_remote_path`` configuration option."
9628
 
msgstr ""
 
11155
msgstr "See also the ``bzr_remote_path`` configuration option."
9629
11156
 
9630
11157
#: en/help_topics/configuration.txt:59
9631
11158
msgid ""
9632
 
"BRZ_EDITOR\n"
 
11159
"BZR_EDITOR\n"
9633
11160
"~~~~~~~~~~"
9634
11161
msgstr ""
 
11162
"BZR_EDITOR\n"
 
11163
"~~~~~~~~~~"
9635
11164
 
9636
11165
#: en/help_topics/configuration.txt:62
9637
11166
msgid "Path to the editor Bazaar should use for commit messages, etc."
9638
 
msgstr ""
 
11167
msgstr "Path to the editor Bazaar should use for commit messages, etc."
9639
11168
 
9640
11169
#: en/help_topics/configuration.txt:64
9641
11170
msgid ""
9642
 
"BRZ_LOG\n"
 
11171
"BZR_LOG\n"
9643
11172
"~~~~~~~"
9644
11173
msgstr ""
 
11174
"BZR_LOG\n"
 
11175
"~~~~~~~"
9645
11176
 
9646
11177
#: en/help_topics/configuration.txt:67
9647
11178
msgid ""
9648
11179
"Location of the Bazaar log file. You can check the current location by\n"
9649
11180
"running ``bzr version``."
9650
11181
msgstr ""
 
11182
"Location of the Bazaar log file. You can check the current location by\n"
 
11183
"running ``bzr version``."
9651
11184
 
9652
11185
#: en/help_topics/configuration.txt:70
9653
11186
msgid ""
9654
11187
"The log file contains debug information that is useful for diagnosing or\n"
9655
11188
"reporting problems with Bazaar."
9656
11189
msgstr ""
 
11190
"The log file contains debug information that is useful for diagnosing or\n"
 
11191
"reporting problems with Bazaar."
9657
11192
 
9658
11193
#: en/help_topics/configuration.txt:73
9659
11194
msgid ""
9660
11195
"Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms\n"
9661
11196
"will disable logging."
9662
11197
msgstr ""
 
11198
"Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms\n"
 
11199
"will disable logging."
9663
11200
 
9664
11201
#: en/help_topics/configuration.txt:76
9665
11202
msgid ""
9666
11203
"\n"
9667
 
"BRZ_PLUGIN_PATH\n"
 
11204
"BZR_PLUGIN_PATH\n"
9668
11205
"~~~~~~~~~~~~~~~"
9669
11206
msgstr ""
 
11207
"\n"
 
11208
"BZR_PLUGIN_PATH\n"
 
11209
"~~~~~~~~~~~~~~~"
9670
11210
 
9671
11211
#: en/help_topics/configuration.txt:80
9672
11212
msgid ""
9673
11213
"The path to the plugins directory that Bazaar should use.\n"
9674
11214
"If not set, Bazaar will search for plugins in:"
9675
11215
msgstr ""
 
11216
"The path to the plugins directory that Bazaar should use.\n"
 
11217
"If not set, Bazaar will search for plugins in:"
9676
11218
 
9677
11219
#: en/help_topics/configuration.txt:83
9678
 
msgid "* the user specific plugin directory (containing the ``user`` plugins),"
 
11220
msgid ""
 
11221
"* the user specific plugin directory (containing the ``user`` plugins),"
9679
11222
msgstr ""
 
11223
"* the user specific plugin directory (containing the ``user`` plugins),"
9680
11224
 
9681
11225
#: en/help_topics/configuration.txt:85
9682
11226
msgid "* the bzrlib directory (containing the ``core`` plugins),"
9683
 
msgstr ""
 
11227
msgstr "* the bzrlib directory (containing the ``core`` plugins),"
9684
11228
 
9685
11229
#: en/help_topics/configuration.txt:87
9686
11230
msgid ""
9687
11231
"* the site specific plugin directory if applicable (containing\n"
9688
11232
"  the ``site`` plugins)."
9689
11233
msgstr ""
 
11234
"* the site specific plugin directory if applicable (containing\n"
 
11235
"  the ``site`` plugins)."
9690
11236
 
9691
11237
#: en/help_topics/configuration.txt:90
9692
11238
msgid ""
9693
11239
"If ``BZR_PLUGIN_PATH`` is set in any fashion, it will change the\n"
9694
11240
"the way the plugin are searched. "
9695
11241
msgstr ""
 
11242
"If ``BZR_PLUGIN_PATH`` is set in any fashion, it will change the\n"
 
11243
"the way the plugin are searched. "
9696
11244
 
9697
11245
#: en/help_topics/configuration.txt:93
9698
11246
msgid ""
9701
11249
"platform specific appropriate character (':' on Unix,\n"
9702
11250
"';' on windows)"
9703
11251
msgstr ""
 
11252
"As for the ``PATH`` variables, if multiple directories are\n"
 
11253
"specified in ``BZR_PLUGIN_PATH`` they should be separated by the\n"
 
11254
"platform specific appropriate character (':' on Unix,\n"
 
11255
"';' on windows)"
9704
11256
 
9705
11257
#: en/help_topics/configuration.txt:98
9706
11258
msgid ""
9708
11260
"in ``user``.  However it will continue to search in ``core`` and\n"
9709
11261
"``site`` unless they are explicitly removed."
9710
11262
msgstr ""
 
11263
"By default if ``BZR_PLUGIN_PATH`` is set, it replaces searching\n"
 
11264
"in ``user``.  However it will continue to search in ``core`` and\n"
 
11265
"``site`` unless they are explicitly removed."
9711
11266
 
9712
11267
#: en/help_topics/configuration.txt:102
9713
11268
msgid ""
9714
11269
"If you need to change the order or remove one of these\n"
9715
11270
"directories, you should use special values:"
9716
11271
msgstr ""
 
11272
"If you need to change the order or remove one of these\n"
 
11273
"directories, you should use special values:"
9717
11274
 
9718
11275
#: en/help_topics/configuration.txt:105
9719
11276
msgid ""
9720
11277
"* ``-user``, ``-core``, ``-site`` will remove the corresponding\n"
9721
11278
"  path from the default values,"
9722
11279
msgstr ""
 
11280
"* ``-user``, ``-core``, ``-site`` will remove the corresponding\n"
 
11281
"  path from the default values,"
9723
11282
 
9724
11283
#: en/help_topics/configuration.txt:108
9725
11284
msgid ""
9727
11286
"  before the remaining default values (and also remove it from\n"
9728
11287
"  the default values)."
9729
11288
msgstr ""
 
11289
"* ``+user``, ``+core``, ``+site`` will add the corresponding path\n"
 
11290
"  before the remaining default values (and also remove it from\n"
 
11291
"  the default values)."
9730
11292
 
9731
11293
#: en/help_topics/configuration.txt:112
9732
11294
msgid ""
9734
11296
"used literally, they will be substituted by the corresponding,\n"
9735
11297
"platform specific, values."
9736
11298
msgstr ""
 
11299
"Note that the special values 'user', 'core' and 'site' should be\n"
 
11300
"used literally, they will be substituted by the corresponding,\n"
 
11301
"platform specific, values."
9737
11302
 
9738
11303
#: en/help_topics/configuration.txt:116
9739
11304
msgid ""
9740
11305
"The examples below use ':' as the separator, windows users\n"
9741
11306
"should use ';'."
9742
11307
msgstr ""
 
11308
"The examples below use ':' as the separator, windows users\n"
 
11309
"should use ';'."
9743
11310
 
9744
11311
#: en/help_topics/configuration.txt:119
9745
11312
msgid "Overriding the default user plugin directory::"
9746
 
msgstr ""
 
11313
msgstr "Overriding the default user plugin directory::"
9747
11314
 
9748
11315
#: en/help_topics/configuration.txt:121
9749
11316
msgid "  BZR_PLUGIN_PATH='/path/to/my/other/plugins'"
9750
 
msgstr ""
 
11317
msgstr "  BZR_PLUGIN_PATH='/path/to/my/other/plugins'"
9751
11318
 
9752
11319
#: en/help_topics/configuration.txt:123
9753
11320
msgid "Disabling the site directory while retaining the user directory::"
9754
 
msgstr ""
 
11321
msgstr "Disabling the site directory while retaining the user directory::"
9755
11322
 
9756
11323
#: en/help_topics/configuration.txt:125
9757
11324
msgid "  BZR_PLUGIN_PATH='-site:+user'"
9758
 
msgstr ""
 
11325
msgstr "  BZR_PLUGIN_PATH='-site:+user'"
9759
11326
 
9760
11327
#: en/help_topics/configuration.txt:127
9761
11328
msgid "Disabling all plugins (better achieved with --no-plugins)::"
9762
 
msgstr ""
 
11329
msgstr "Disabling all plugins (better achieved with --no-plugins)::"
9763
11330
 
9764
11331
#: en/help_topics/configuration.txt:129
9765
11332
msgid "  BZR_PLUGIN_PATH='-user:-core:-site'"
9766
 
msgstr ""
 
11333
msgstr "  BZR_PLUGIN_PATH='-user:-core:-site'"
9767
11334
 
9768
11335
#: en/help_topics/configuration.txt:131
9769
11336
msgid "Overriding the default site plugin directory::"
9770
 
msgstr ""
 
11337
msgstr "Overriding the default site plugin directory::"
9771
11338
 
9772
11339
#: en/help_topics/configuration.txt:133
9773
11340
msgid "  BZR_PLUGIN_PATH='/path/to/my/site/plugins:-site':+user"
9774
 
msgstr ""
 
11341
msgstr "  BZR_PLUGIN_PATH='/path/to/my/site/plugins:-site':+user"
9775
11342
 
9776
11343
#: en/help_topics/configuration.txt:135
9777
11344
msgid ""
9778
 
"BRZ_DISABLE_PLUGINS\n"
 
11345
"BZR_DISABLE_PLUGINS\n"
9779
11346
"~~~~~~~~~~~~~~~~~~~"
9780
11347
msgstr ""
 
11348
"BZR_DISABLE_PLUGINS\n"
 
11349
"~~~~~~~~~~~~~~~~~~~"
9781
11350
 
9782
11351
#: en/help_topics/configuration.txt:138
9783
11352
msgid ""
9786
11355
"uninstalling them completely. Such plugins can be specified in\n"
9787
11356
"the ``BZR_DISABLE_PLUGINS`` environment variable."
9788
11357
msgstr ""
 
11358
"Under special circumstances (mostly when trying to diagnose a\n"
 
11359
"bug), it's better to disable a plugin (or several) rather than\n"
 
11360
"uninstalling them completely. Such plugins can be specified in\n"
 
11361
"the ``BZR_DISABLE_PLUGINS`` environment variable."
9789
11362
 
9790
11363
#: en/help_topics/configuration.txt:143
9791
11364
msgid ""
9793
11366
"will raise an import error if they are explicitly imported (by\n"
9794
11367
"another plugin that depends on them for example)."
9795
11368
msgstr ""
 
11369
"In that case, ``bzr`` will stop loading the specified plugins and\n"
 
11370
"will raise an import error if they are explicitly imported (by\n"
 
11371
"another plugin that depends on them for example)."
9796
11372
 
9797
11373
#: en/help_topics/configuration.txt:147
9798
11374
msgid "Disabling ``myplugin`` and ``yourplugin`` is achieved by::"
9799
 
msgstr ""
 
11375
msgstr "Disabling ``myplugin`` and ``yourplugin`` is achieved by::"
9800
11376
 
9801
11377
#: en/help_topics/configuration.txt:149
9802
11378
msgid "  BZR_DISABLE_PLUGINS='myplugin:yourplugin'"
9803
 
msgstr ""
 
11379
msgstr "  BZR_DISABLE_PLUGINS='myplugin:yourplugin'"
9804
11380
 
9805
11381
#: en/help_topics/configuration.txt:151
9806
11382
msgid ""
9807
 
"BRZ_PLUGINS_AT\n"
 
11383
"BZR_PLUGINS_AT\n"
9808
11384
"~~~~~~~~~~~~~~"
9809
11385
msgstr ""
 
11386
"BZR_PLUGINS_AT\n"
 
11387
"~~~~~~~~~~~~~~"
9810
11388
 
9811
11389
#: en/help_topics/configuration.txt:154
9812
11390
msgid ""
9818
11396
"is inconvenient). ``BZR_PLUGINS_AT`` allows such directories even\n"
9819
11397
"if they don't appear in ``BZR_PLUGIN_PATH`` ."
9820
11398
msgstr ""
 
11399
"When adding a new feature or working on a bug in a plugin,\n"
 
11400
"developers often need to use a specific version of a given\n"
 
11401
"plugin. Since python requires that the directory containing the\n"
 
11402
"code is named like the plugin itself this make it impossible to\n"
 
11403
"use arbitrary directory names (using a two-level directory scheme\n"
 
11404
"is inconvenient). ``BZR_PLUGINS_AT`` allows such directories even\n"
 
11405
"if they don't appear in ``BZR_PLUGIN_PATH`` ."
9821
11406
 
9822
11407
#: en/help_topics/configuration.txt:162
9823
11408
msgid ""
9824
11409
"Plugins specified in this environment variable takes precedence\n"
9825
11410
"over the ones in ``BZR_PLUGIN_PATH``."
9826
11411
msgstr ""
 
11412
"Plugins specified in this environment variable takes precedence\n"
 
11413
"over the ones in ``BZR_PLUGIN_PATH``."
9827
11414
 
9828
11415
#: en/help_topics/configuration.txt:165
9829
11416
msgid ""
9834
11421
"(i.e. ``plugins/myplugin`` not ``plugins``).  Use ':' as the list\n"
9835
11422
"separator, use ';' on windows."
9836
11423
msgstr ""
 
11424
"The variable specified a list of ``plugin_name@plugin path``,\n"
 
11425
"``plugin_name`` being the name of the plugin as it appears in\n"
 
11426
"python module paths, ``plugin_path`` being the path to the\n"
 
11427
"directory containing the plugin code itself\n"
 
11428
"(i.e. ``plugins/myplugin`` not ``plugins``).  Use ':' as the list\n"
 
11429
"separator, use ';' on windows."
9837
11430
 
9838
11431
#: en/help_topics/configuration.txt:172
9839
11432
msgid ""
9840
11433
"Example:\n"
9841
11434
"~~~~~~~~"
9842
11435
msgstr ""
 
11436
"Example:\n"
 
11437
"~~~~~~~~"
9843
11438
 
9844
11439
#: en/help_topics/configuration.txt:175
9845
11440
msgid ""
9846
11441
"Using a specific version of ``myplugin``:\n"
9847
11442
"``BZR_PLUGINS_AT='myplugin@/home/me/bugfixes/123456-myplugin``"
9848
11443
msgstr ""
 
11444
"Using a specific version of ``myplugin``:\n"
 
11445
"``BZR_PLUGINS_AT='myplugin@/home/me/bugfixes/123456-myplugin``"
9849
11446
 
9850
11447
#: en/help_topics/configuration.txt:178
9851
11448
msgid ""
9852
 
"BRZPATH\n"
 
11449
"BZRPATH\n"
9853
11450
"~~~~~~~"
9854
11451
msgstr ""
 
11452
"BZRPATH\n"
 
11453
"~~~~~~~"
9855
11454
 
9856
11455
#: en/help_topics/configuration.txt:181
9857
11456
msgid "The path where Bazaar should look for shell plugin external commands."
9858
11457
msgstr ""
 
11458
"The path where Bazaar should look for shell plugin external commands."
9859
11459
 
9860
11460
#: en/help_topics/configuration.txt:183
9861
11461
msgid ""
9863
11463
"http_proxy, https_proxy\n"
9864
11464
"~~~~~~~~~~~~~~~~~~~~~~~"
9865
11465
msgstr ""
 
11466
"\n"
 
11467
"http_proxy, https_proxy\n"
 
11468
"~~~~~~~~~~~~~~~~~~~~~~~"
9866
11469
 
9867
11470
#: en/help_topics/configuration.txt:187
9868
11471
msgid "Specifies the network proxy for outgoing connections, for example::"
9869
 
msgstr ""
 
11472
msgstr "Specifies the network proxy for outgoing connections, for example::"
9870
11473
 
9871
11474
#: en/help_topics/configuration.txt:189
9872
11475
msgid ""
9873
11476
"  http_proxy=http://proxy.example.com:3128/ \n"
9874
11477
"  https_proxy=http://proxy.example.com:3128/"
9875
11478
msgstr ""
 
11479
"  http_proxy=http://proxy.example.com:3128/ \n"
 
11480
"  https_proxy=http://proxy.example.com:3128/"
9876
11481
 
9877
11482
#: en/help_topics/configuration.txt:192
9878
11483
msgid ""
9880
11485
"Configuration files\n"
9881
11486
"-------------------"
9882
11487
msgstr ""
 
11488
"\n"
 
11489
"Configuration files\n"
 
11490
"-------------------"
9883
11491
 
9884
11492
#: en/help_topics/configuration.txt:196
9885
11493
msgid ""
9886
11494
"Location\n"
9887
11495
"~~~~~~~~"
9888
11496
msgstr ""
 
11497
"Location\n"
 
11498
"~~~~~~~~"
9889
11499
 
9890
11500
#: en/help_topics/configuration.txt:199
9891
11501
msgid ""
9895
11505
"Windows. (You can check the location for your system by using\n"
9896
11506
"``bzr version``.)"
9897
11507
msgstr ""
 
11508
"Configuration files are located in ``$HOME/.bazaar`` on Unix and\n"
 
11509
"``C:\\Documents and Settings\\<username>\\Application Data\\Bazaar\\2.0`` "
 
11510
"on\n"
 
11511
"Windows. (You can check the location for your system by using\n"
 
11512
"``bzr version``.)"
9898
11513
 
9899
11514
#: en/help_topics/configuration.txt:204
9900
11515
msgid "There are three primary configuration files in this location:"
9901
 
msgstr ""
 
11516
msgstr "There are three primary configuration files in this location:"
9902
11517
 
9903
11518
#: en/help_topics/configuration.txt:206
9904
11519
msgid "* ``bazaar.conf`` describes default configuration options,"
9905
 
msgstr ""
 
11520
msgstr "* ``bazaar.conf`` describes default configuration options,"
9906
11521
 
9907
11522
#: en/help_topics/configuration.txt:208
9908
11523
msgid ""
9909
11524
"* ``locations.conf`` describes configuration information for\n"
9910
11525
"  specific branch locations,"
9911
11526
msgstr ""
 
11527
"* ``locations.conf`` describes configuration information for\n"
 
11528
"  specific branch locations,"
9912
11529
 
9913
11530
#: en/help_topics/configuration.txt:211
9914
11531
msgid ""
9915
11532
"* ``authentication.conf`` describes credential information for\n"
9916
11533
"  remote servers."
9917
11534
msgstr ""
 
11535
"* ``authentication.conf`` describes credential information for\n"
 
11536
"  remote servers."
9918
11537
 
9919
11538
#: en/help_topics/configuration.txt:214
9920
11539
msgid ""
9927
11546
"you\n"
9928
11547
"can do so in ``locations.conf``."
9929
11548
msgstr ""
 
11549
"Each branch can also contain a configuration file that sets values specific\n"
 
11550
"to that branch. This file is found at ``.bzr/branch/branch.conf`` within "
 
11551
"the\n"
 
11552
"branch. This file is visible to all users of a branch, if you wish to "
 
11553
"override\n"
 
11554
"one of the values for a branch with a setting that is specific to you then "
 
11555
"you\n"
 
11556
"can do so in ``locations.conf``."
9930
11557
 
9931
11558
#: en/help_topics/configuration.txt:220
9932
11559
msgid ""
9933
11560
"General format\n"
9934
11561
"~~~~~~~~~~~~~~"
9935
11562
msgstr ""
 
11563
"General format\n"
 
11564
"~~~~~~~~~~~~~~"
9936
11565
 
9937
11566
#: en/help_topics/configuration.txt:223
9938
11567
msgid ""
9939
11568
"An ini file has three types of contructs: section headers, section\n"
9940
11569
"options and comments."
9941
11570
msgstr ""
 
11571
"An ini file has three types of contructs: section headers, section\n"
 
11572
"options and comments."
9942
11573
 
9943
11574
#: en/help_topics/configuration.txt:226
9944
11575
msgid ""
9945
11576
"Comments\n"
9946
11577
"^^^^^^^^"
9947
11578
msgstr ""
 
11579
"Comments\n"
 
11580
"^^^^^^^^"
9948
11581
 
9949
11582
#: en/help_topics/configuration.txt:229
9950
11583
msgid ""
9952
11585
"mark\", \"pound sign\" or \"number sign\"). Comment lines are ignored by\n"
9953
11586
"Bazaar when parsing ini files."
9954
11587
msgstr ""
 
11588
"A comment is any line that starts with a \"#\" (sometimes called a \"hash\n"
 
11589
"mark\", \"pound sign\" or \"number sign\"). Comment lines are ignored by\n"
 
11590
"Bazaar when parsing ini files."
9955
11591
 
9956
11592
#: en/help_topics/configuration.txt:233
9957
11593
msgid ""
9958
11594
"Section headers\n"
9959
11595
"^^^^^^^^^^^^^^^"
9960
11596
msgstr ""
 
11597
"Section headers\n"
 
11598
"^^^^^^^^^^^^^^^"
9961
11599
 
9962
11600
#: en/help_topics/configuration.txt:236
9963
11601
msgid ""
9964
11602
"A section header is a word enclosed in brackets that starts at the begining\n"
9965
11603
"of a line.  A typical section header looks like this::"
9966
11604
msgstr ""
 
11605
"A section header is a word enclosed in brackets that starts at the "
 
11606
"beginning\n"
 
11607
"of a line.  A typical section header looks like this::"
9967
11608
 
9968
11609
#: en/help_topics/configuration.txt:239
9969
11610
msgid "    [DEFAULT]"
9970
 
msgstr ""
 
11611
msgstr "    [DEFAULT]"
9971
11612
 
9972
11613
#: en/help_topics/configuration.txt:241
9973
11614
msgid ""
9976
11617
"for\n"
9977
11618
"setting options which can be overridden with the branch config file."
9978
11619
msgstr ""
 
11620
"The only valid section headers for bazaar.conf currently are [DEFAULT] and\n"
 
11621
"[ALIASES].  Section headers are case sensitive. The default section provides "
 
11622
"for\n"
 
11623
"setting options which can be overridden with the branch config file."
9979
11624
 
9980
11625
#: en/help_topics/configuration.txt:245
9981
11626
msgid ""
9984
11629
"potentially valid section headers. A section header uses the path for\n"
9985
11630
"the branch as the section header. Some examples include::"
9986
11631
msgstr ""
 
11632
"For ``locations.conf``, the options from the section with the\n"
 
11633
"longest matching section header are used to the exclusion of other\n"
 
11634
"potentially valid section headers. A section header uses the path for\n"
 
11635
"the branch as the section header. Some examples include::"
9987
11636
 
9988
11637
#: en/help_topics/configuration.txt:250
9989
11638
msgid ""
9990
11639
"    [http://mybranches.isp.com/~jdoe/branchdir]\n"
9991
11640
"    [/home/jdoe/branches/]"
9992
11641
msgstr ""
 
11642
"    [http://mybranches.isp.com/~jdoe/branchdir]\n"
 
11643
"    [/home/jdoe/branches/]"
9993
11644
 
9994
11645
#: en/help_topics/configuration.txt:253
9995
11646
msgid ""
9997
11648
"Section options\n"
9998
11649
"^^^^^^^^^^^^^^^"
9999
11650
msgstr ""
 
11651
"\n"
 
11652
"Section options\n"
 
11653
"^^^^^^^^^^^^^^^"
10000
11654
 
10001
11655
#: en/help_topics/configuration.txt:257
10002
11656
msgid ""
10003
11657
"A section option resides within a section. A section option contains an\n"
10004
11658
"option name, an equals sign and a value.  For example::"
10005
11659
msgstr ""
 
11660
"A section option resides within a section. A section option contains an\n"
 
11661
"option name, an equals sign and a value.  For example::"
10006
11662
 
10007
11663
#: en/help_topics/configuration.txt:260
10008
11664
msgid ""
10009
11665
"    email            = John Doe <jdoe@isp.com>\n"
10010
11666
"    gpg_signing_key  = Amy Pond <amy@example.com>"
10011
11667
msgstr ""
 
11668
"    email            = John Doe <jdoe@isp.com>\n"
 
11669
"    gpg_signing_key  = Amy Pond <amy@example.com>"
10012
11670
 
10013
11671
#: en/help_topics/configuration.txt:263
10014
11672
msgid ""
10015
11673
"A option can reference other options by enclosing them in curly brackets::"
10016
11674
msgstr ""
 
11675
"A option can reference other options by enclosing them in curly brackets::"
10017
11676
 
10018
11677
#: en/help_topics/configuration.txt:265
10019
11678
msgid ""
10021
11680
"    my_server      = bzr+ssh://example.com\n"
10022
11681
"    push_location   = {my_server}/project/{my_branch_name}"
10023
11682
msgstr ""
 
11683
"    my_branch_name = feature_x\n"
 
11684
"    my_server      = bzr+ssh://example.com\n"
 
11685
"    push_location   = {my_server}/project/{my_branch_name}"
10024
11686
 
10025
11687
#: en/help_topics/configuration.txt:269
10026
11688
msgid ""
10027
11689
"Option policies\n"
10028
11690
"^^^^^^^^^^^^^^^"
10029
11691
msgstr ""
 
11692
"Option policies\n"
 
11693
"^^^^^^^^^^^^^^^"
10030
11694
 
10031
11695
#: en/help_topics/configuration.txt:272
10032
11696
msgid ""
10035
11699
"option value is interpreted for contained locations.  Currently\n"
10036
11700
"there are three policies available:"
10037
11701
msgstr ""
 
11702
"Options defined in a section affect the named directory or URL plus\n"
 
11703
"any locations they contain.  Policies can be used to change how an\n"
 
11704
"option value is interpreted for contained locations.  Currently\n"
 
11705
"there are three policies available:"
10038
11706
 
10039
11707
#: en/help_topics/configuration.txt:277
10040
11708
msgid ""
10048
11716
"   for contained locations, any additional path components are\n"
10049
11717
"   appended to the value."
10050
11718
msgstr ""
 
11719
" none:\n"
 
11720
"   the value is interpreted the same for contained locations.  This is\n"
 
11721
"   the default behaviour.\n"
 
11722
" norecurse:\n"
 
11723
"   the value is only used for the exact location specified by the\n"
 
11724
"   section name.\n"
 
11725
" appendpath:\n"
 
11726
"   for contained locations, any additional path components are\n"
 
11727
"   appended to the value."
10051
11728
 
10052
11729
#: en/help_topics/configuration.txt:287
10053
11730
msgid ""
10054
 
"Policies are specified by keys with names of the form \"<option_name>:policy"
10055
 
"\".\n"
 
11731
"Policies are specified by keys with names of the form "
 
11732
"\"<option_name>:policy\".\n"
10056
11733
"For example, to define the push location for a tree of branches, the\n"
10057
11734
"following could be used::"
10058
11735
msgstr ""
 
11736
"Policies are specified by keys with names of the form "
 
11737
"\"<option_name>:policy\".\n"
 
11738
"For example, to define the push location for a tree of branches, the\n"
 
11739
"following could be used::"
10059
11740
 
10060
11741
#: en/help_topics/configuration.txt:291
10061
11742
msgid ""
10063
11744
"  push_location = sftp://example.com/location\n"
10064
11745
"  push_location:policy = appendpath"
10065
11746
msgstr ""
 
11747
"  [/top/location]\n"
 
11748
"  push_location = sftp://example.com/location\n"
 
11749
"  push_location:policy = appendpath"
10066
11750
 
10067
11751
#: en/help_topics/configuration.txt:295
10068
11752
msgid ""
10069
11753
"With this configuration, the push location for ``/top/location/branch1``\n"
10070
11754
"would be ``sftp://example.com/location/branch1``."
10071
11755
msgstr ""
 
11756
"With this configuration, the push location for ``/top/location/branch1``\n"
 
11757
"would be ``sftp://example.com/location/branch1``."
10072
11758
 
10073
11759
#: en/help_topics/configuration.txt:298
10074
11760
msgid ""
10075
11761
"Section local options\n"
10076
11762
"^^^^^^^^^^^^^^^^^^^^^"
10077
11763
msgstr ""
 
11764
"Section local options\n"
 
11765
"^^^^^^^^^^^^^^^^^^^^^"
10078
11766
 
10079
11767
#: en/help_topics/configuration.txt:301
10080
11768
msgid ""
10081
11769
"Some options are defined automatically inside a given section and can be\n"
10082
11770
"refered to in this section only. "
10083
11771
msgstr ""
 
11772
"Some options are defined automatically inside a given section and can be\n"
 
11773
"referred to in this section only. "
10084
11774
 
10085
11775
#: en/help_topics/configuration.txt:304
10086
11776
msgid "For example, the ``appendpath`` policy can be used like this::"
10087
 
msgstr ""
 
11777
msgstr "For example, the ``appendpath`` policy can be used like this::"
10088
11778
 
10089
11779
#: en/help_topics/configuration.txt:306
10090
11780
msgid ""
10092
11782
"  mypush = lp:~vila/bzr\n"
10093
11783
"  mypush:policy=appendpath"
10094
11784
msgstr ""
 
11785
"  [/home/vila/src/bzr/bugs]\n"
 
11786
"  mypush = lp:~vila/bzr\n"
 
11787
"  mypush:policy=appendpath"
10095
11788
 
10096
11789
#: en/help_topics/configuration.txt:310
10097
11790
msgid "Using ``relpath`` to achieve the same result is done like this::"
10098
 
msgstr ""
 
11791
msgstr "Using ``relpath`` to achieve the same result is done like this::"
10099
11792
 
10100
11793
#: en/help_topics/configuration.txt:312
10101
11794
msgid ""
10102
11795
"  [/home/vila/src/bzr/bugs]\n"
10103
11796
"  mypush = lp:~vila/bzr/{relpath}"
10104
11797
msgstr ""
 
11798
"  [/home/vila/src/bzr/bugs]\n"
 
11799
"  mypush = lp:~vila/bzr/{relpath}"
10105
11800
 
10106
11801
#: en/help_topics/configuration.txt:315
10107
11802
msgid ""
10108
11803
"In both cases, when used in a directory like\n"
10109
11804
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
10110
11805
msgstr ""
 
11806
"In both cases, when used in a directory like\n"
 
11807
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
10111
11808
 
10112
11809
#: en/help_topics/configuration.txt:318 en/help_topics/configuration.txt:329
10113
11810
msgid ""
10114
11811
"   $ bzr config mypush\n"
10115
11812
"   lp:~vila/bzr/832013-expand-in-stack"
10116
11813
msgstr ""
 
11814
"   $ bzr config mypush\n"
 
11815
"   lp:~vila/bzr/832013-expand-in-stack"
10117
11816
 
10118
11817
#: en/help_topics/configuration.txt:321
10119
11818
msgid "Another such option is ``basename`` which can be used like this::"
10120
 
msgstr ""
 
11819
msgstr "Another such option is ``basename`` which can be used like this::"
10121
11820
 
10122
11821
#: en/help_topics/configuration.txt:323
10123
11822
msgid ""
10124
11823
"  [/home/vila/src/bzr]\n"
10125
11824
"  mypush = lp:~vila/bzr/{basename}"
10126
11825
msgstr ""
 
11826
"  [/home/vila/src/bzr]\n"
 
11827
"  mypush = lp:~vila/bzr/{basename}"
10127
11828
 
10128
11829
#: en/help_topics/configuration.txt:326
10129
11830
msgid ""
10130
11831
"When used in a directory like\n"
10131
11832
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
10132
11833
msgstr ""
 
11834
"When used in a directory like\n"
 
11835
"``/home/vila/src/bzr/bugs/832013-expand-in-stack`` we'll get::"
10133
11836
 
10134
11837
#: en/help_topics/configuration.txt:332
10135
11838
msgid ""
10137
11840
"itself is defined as the relative path between the section name and the\n"
10138
11841
"location it matches."
10139
11842
msgstr ""
 
11843
"Note that ``basename`` here refers to the base name of ``relpath`` which\n"
 
11844
"itself is defined as the relative path between the section name and the\n"
 
11845
"location it matches."
10140
11846
 
10141
11847
#: en/help_topics/configuration.txt:336
10142
11848
msgid ""
10146
11852
"used\n"
10147
11853
"like this::"
10148
11854
msgstr ""
 
11855
"Another such option is ``branchname``, which refers to the name of a "
 
11856
"colocated\n"
 
11857
"branch.  For non-colocated branches, it behaves like basename.  It can be "
 
11858
"used\n"
 
11859
"like this::"
10149
11860
 
10150
11861
#: en/help_topics/configuration.txt:340
10151
11862
msgid ""
10152
11863
"  [/home/vila/src/bzr/bugs]\n"
10153
11864
"  mypush = lp:~vila/bzr/{branchname}"
10154
11865
msgstr ""
 
11866
"  [/home/vila/src/bzr/bugs]\n"
 
11867
"  mypush = lp:~vila/bzr/{branchname}"
10155
11868
 
10156
11869
#: en/help_topics/configuration.txt:343
10157
11870
msgid ""
10158
11871
"When used with a colocated branch named ``832013-expand-in-stack``, we'll "
10159
11872
"get::"
10160
11873
msgstr ""
 
11874
"When used with a colocated branch named ``832013-expand-in-stack``, we'll "
 
11875
"get::"
10161
11876
 
10162
11877
#: en/help_topics/configuration.txt:345
10163
11878
msgid ""
10164
11879
"  bzr config mypush\n"
10165
11880
"  lp:~vila/bzr/832013-expand-in-stack"
10166
11881
msgstr ""
 
11882
"  bzr config mypush\n"
 
11883
"  lp:~vila/bzr/832013-expand-in-stack"
10167
11884
 
10168
11885
#: en/help_topics/configuration.txt:348
10169
11886
msgid ""
10171
11888
"values in any other section from the same ``Store`` nor from any other\n"
10172
11889
"``Store``."
10173
11890
msgstr ""
 
11891
"When an option is local to a Section, it cannot be referred to from option\n"
 
11892
"values in any other section from the same ``Store`` nor from any other\n"
 
11893
"``Store``."
10174
11894
 
10175
11895
#: en/help_topics/configuration.txt:352
10176
11896
msgid ""
10178
11898
"The main configuration file, bazaar.conf\n"
10179
11899
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10180
11900
msgstr ""
 
11901
"\n"
 
11902
"The main configuration file, bazaar.conf\n"
 
11903
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10181
11904
 
10182
11905
#: en/help_topics/configuration.txt:356
10183
11906
msgid ""
10186
11909
"configuration options for all branches. The default section can be\n"
10187
11910
"overriden by providing a branch-specific section in ``locations.conf``."
10188
11911
msgstr ""
 
11912
"``bazaar.conf`` allows two sections: ``[DEFAULT]`` and ``[ALIASES]``.\n"
 
11913
"The default section contains the default\n"
 
11914
"configuration options for all branches. The default section can be\n"
 
11915
"overridden by providing a branch-specific section in ``locations.conf``."
10189
11916
 
10190
11917
#: en/help_topics/configuration.txt:361
10191
11918
msgid "A typical ``bazaar.conf`` section often looks like the following::"
10192
 
msgstr ""
 
11919
msgstr "A typical ``bazaar.conf`` section often looks like the following::"
10193
11920
 
10194
11921
#: en/help_topics/configuration.txt:363
10195
11922
msgid ""
10198
11925
"    editor            = /usr/bin/vim\n"
10199
11926
"    create_signatures = when-required"
10200
11927
msgstr ""
 
11928
"    [DEFAULT]\n"
 
11929
"    email             = John Doe <jdoe@isp.com>\n"
 
11930
"    editor            = /usr/bin/vim\n"
 
11931
"    create_signatures = when-required"
10201
11932
 
10202
11933
#: en/help_topics/configuration.txt:368
10203
11934
msgid ""
10205
11936
"The branch location configuration file, locations.conf\n"
10206
11937
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10207
11938
msgstr ""
 
11939
"\n"
 
11940
"The branch location configuration file, locations.conf\n"
 
11941
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10208
11942
 
10209
11943
#: en/help_topics/configuration.txt:372
10210
11944
msgid ""
10215
11949
"default, will be the path to a branch that you wish to override a value\n"
10216
11950
"for. The '?' and '*' wildcards are supported::"
10217
11951
msgstr ""
 
11952
"``locations.conf`` allows one to specify overriding settings for\n"
 
11953
"a specific branch. The format is almost identical to the default section in\n"
 
11954
"bazaar.conf with one significant change: The section header, instead of "
 
11955
"saying\n"
 
11956
"default, will be the path to a branch that you wish to override a value\n"
 
11957
"for. The '?' and '*' wildcards are supported::"
10218
11958
 
10219
11959
#: en/help_topics/configuration.txt:378
10220
11960
msgid ""
10221
11961
"    [/home/jdoe/branches/nethack]\n"
10222
11962
"    email = Nethack Admin <nethack@nethack.com>"
10223
11963
msgstr ""
 
11964
"    [/home/jdoe/branches/nethack]\n"
 
11965
"    email = Nethack Admin <nethack@nethack.com>"
10224
11966
 
10225
11967
#: en/help_topics/configuration.txt:381
10226
11968
msgid ""
10227
11969
"    [http://hypothetical.site.com/branches/devel-branch]\n"
10228
11970
"    create_signatures = always"
10229
11971
msgstr ""
 
11972
"    [http://hypothetical.site.com/branches/devel-branch]\n"
 
11973
"    create_signatures = always"
10230
11974
 
10231
11975
#: en/help_topics/configuration.txt:384
10232
11976
msgid ""
10233
11977
"The authentication configuration file, authentication.conf\n"
10234
11978
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10235
11979
msgstr ""
 
11980
"The authentication configuration file, authentication.conf\n"
 
11981
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10236
11982
 
10237
11983
#: en/help_topics/configuration.txt:387
10238
11984
msgid ""
10241
11987
"part\n"
10242
11988
"of bzr that requires authentication (smtp for example)."
10243
11989
msgstr ""
 
11990
"``authentication.conf`` allows one to specify credentials for\n"
 
11991
"remote servers. This can be used for all the supported transports and any "
 
11992
"part\n"
 
11993
"of bzr that requires authentication (smtp for example)."
10244
11994
 
10245
11995
#: en/help_topics/configuration.txt:391
10246
11996
msgid ""
10247
11997
"The syntax of the file obeys the same rules as the others except for the\n"
10248
11998
"option policies which don't apply."
10249
11999
msgstr ""
 
12000
"The syntax of the file obeys the same rules as the others except for the\n"
 
12001
"option policies which don't apply."
10250
12002
 
10251
12003
#: en/help_topics/configuration.txt:394
10252
12004
msgid ""
10254
12006
"configuration\n"
10255
12007
"file see :doc:`authentication-help`."
10256
12008
msgstr ""
 
12009
"For more information on the possible uses of the authentication "
 
12010
"configuration\n"
 
12011
"file see :doc:`authentication-help`."
10257
12012
 
10258
12013
#: en/help_topics/configuration.txt:397
10259
12014
msgid ""
10261
12016
"Common options\n"
10262
12017
"--------------"
10263
12018
msgstr ""
 
12019
"\n"
 
12020
"Common options\n"
 
12021
"--------------"
10264
12022
 
10265
12023
#: en/help_topics/configuration.txt:401
10266
12024
msgid ""
10267
12025
"debug_flags\n"
10268
12026
"~~~~~~~~~~~"
10269
12027
msgstr ""
 
12028
"debug_flags\n"
 
12029
"~~~~~~~~~~~"
10270
12030
 
10271
12031
#: en/help_topics/configuration.txt:404
10272
12032
msgid ""
10274
12034
"can be used as with the -D command-line option (see `help global-options`).\n"
10275
12035
"For example::"
10276
12036
msgstr ""
 
12037
"A comma-separated list of debugging options to turn on.  The same values\n"
 
12038
"can be used as with the -D command-line option (see `help global-options`).\n"
 
12039
"For example::"
10277
12040
 
10278
12041
#: en/help_topics/configuration.txt:408
10279
12042
msgid "    debug_flags = hpss"
10280
 
msgstr ""
 
12043
msgstr "    debug_flags = hpss"
10281
12044
 
10282
12045
#: en/help_topics/configuration.txt:412
10283
12046
msgid "    debug_flags = hpss,evil"
10284
 
msgstr ""
 
12047
msgstr "    debug_flags = hpss,evil"
10285
12048
 
10286
12049
#: en/help_topics/configuration.txt:414
10287
12050
msgid ""
10288
12051
"email\n"
10289
12052
"~~~~~"
10290
12053
msgstr ""
 
12054
"email\n"
 
12055
"~~~~~"
10291
12056
 
10292
12057
#: en/help_topics/configuration.txt:417
10293
12058
msgid ""
10294
12059
"The email address to use when committing a branch. Typically takes the form\n"
10295
12060
"of::"
10296
12061
msgstr ""
 
12062
"The email address to use when committing a branch. Typically takes the form\n"
 
12063
"of::"
10297
12064
 
10298
12065
#: en/help_topics/configuration.txt:420
10299
12066
msgid "    email = Full Name <account@hostname.tld>"
10300
 
msgstr ""
 
12067
msgstr "    email = Full Name <account@hostname.tld>"
10301
12068
 
10302
12069
#: en/help_topics/configuration.txt:422
10303
12070
msgid ""
10304
12071
"editor\n"
10305
12072
"~~~~~~"
10306
12073
msgstr ""
 
12074
"editor\n"
 
12075
"~~~~~~"
10307
12076
 
10308
12077
#: en/help_topics/configuration.txt:425
10309
12078
msgid ""
10312
12081
"``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment\n"
10313
12082
"variables."
10314
12083
msgstr ""
 
12084
"The path of the editor that you wish to use if *bzr commit* is run without\n"
 
12085
"a commit message. This setting is trumped by the environment variable\n"
 
12086
"``BZR_EDITOR``, and overrides the ``VISUAL`` and ``EDITOR`` environment\n"
 
12087
"variables."
10315
12088
 
10316
12089
#: en/help_topics/configuration.txt:430
10317
12090
msgid ""
10318
12091
"log_format\n"
10319
12092
"~~~~~~~~~~"
10320
12093
msgstr ""
 
12094
"log_format\n"
 
12095
"~~~~~~~~~~"
10321
12096
 
10322
12097
#: en/help_topics/configuration.txt:433
10323
12098
msgid ""
10325
12100
"and ``line``. Additional formats may be provided by plugins. The default\n"
10326
12101
"value is ``long``."
10327
12102
msgstr ""
 
12103
"The default log format to use. Standard log formats are ``long``, ``short``\n"
 
12104
"and ``line``. Additional formats may be provided by plugins. The default\n"
 
12105
"value is ``long``."
10328
12106
 
10329
12107
#: en/help_topics/configuration.txt:437
10330
12108
msgid ""
10331
12109
"check_signatures\n"
10332
12110
"~~~~~~~~~~~~~~~~"
10333
12111
msgstr ""
 
12112
"check_signatures\n"
 
12113
"~~~~~~~~~~~~~~~~"
10334
12114
 
10335
12115
#: en/help_topics/configuration.txt:440
10336
12116
msgid ""
10337
12117
"Reserved for future use.  These options will allow a policy for branches to\n"
10338
12118
"require signatures."
10339
12119
msgstr ""
 
12120
"Reserved for future use.  These options will allow a policy for branches to\n"
 
12121
"require signatures."
10340
12122
 
10341
12123
#: en/help_topics/configuration.txt:443
10342
12124
msgid ""
10343
12125
"require\n"
10344
12126
"    The gnupg signature for revisions must be present and must be valid."
10345
12127
msgstr ""
 
12128
"require\n"
 
12129
"    The gnupg signature for revisions must be present and must be valid."
10346
12130
 
10347
12131
#: en/help_topics/configuration.txt:446
10348
12132
msgid ""
10349
12133
"ignore\n"
10350
12134
"    Do not check gnupg signatures of revisions."
10351
12135
msgstr ""
 
12136
"ignore\n"
 
12137
"    Do not check gnupg signatures of revisions."
10352
12138
 
10353
12139
#: en/help_topics/configuration.txt:449
10354
12140
msgid ""
10357
12143
"    Bazaar will fail if it finds a bad signature, but will not fail if\n"
10358
12144
"    no signature is present."
10359
12145
msgstr ""
 
12146
"check-available\n"
 
12147
"    (default) If gnupg signatures for revisions are present, check them.\n"
 
12148
"    Bazaar will fail if it finds a bad signature, but will not fail if\n"
 
12149
"    no signature is present."
10360
12150
 
10361
12151
#: en/help_topics/configuration.txt:454
10362
12152
msgid ""
10363
12153
"create_signatures\n"
10364
12154
"~~~~~~~~~~~~~~~~~"
10365
12155
msgstr ""
 
12156
"create_signatures\n"
 
12157
"~~~~~~~~~~~~~~~~~"
10366
12158
 
10367
12159
#: en/help_topics/configuration.txt:457
10368
12160
msgid ""
10370
12162
"not\n"
10371
12163
"sign new commits."
10372
12164
msgstr ""
 
12165
"Defines the behaviour of signing revisions on commits.  By default bzr will "
 
12166
"not\n"
 
12167
"sign new commits."
10373
12168
 
10374
12169
#: en/help_topics/configuration.txt:460
10375
12170
msgid ""
10378
12173
"the\n"
10379
12174
"    commit will not be made."
10380
12175
msgstr ""
 
12176
"always\n"
 
12177
"    Sign every new revision that is committed.  If the signing fails then "
 
12178
"the\n"
 
12179
"    commit will not be made."
10381
12180
 
10382
12181
#: en/help_topics/configuration.txt:464
10383
12182
msgid ""
10384
12183
"when-required\n"
10385
12184
"    Reserved for future use."
10386
12185
msgstr ""
 
12186
"when-required\n"
 
12187
"    Reserved for future use."
10387
12188
 
10388
12189
#: en/help_topics/configuration.txt:467
10389
12190
msgid ""
10390
12191
"never\n"
10391
12192
"    Reserved for future use."
10392
12193
msgstr ""
 
12194
"never\n"
 
12195
"    Reserved for future use."
10393
12196
 
10394
12197
#: en/help_topics/configuration.txt:470
10395
12198
msgid ""
10398
12201
"refuse\n"
10399
12202
"to sign newly committed revisions, even if the branch requires signatures."
10400
12203
msgstr ""
 
12204
"In future it is planned that ``when-required`` will sign newly\n"
 
12205
"committed revisions only when the branch requires them.  ``never`` will "
 
12206
"refuse\n"
 
12207
"to sign newly committed revisions, even if the branch requires signatures."
10401
12208
 
10402
12209
#: en/help_topics/configuration.txt:474
10403
12210
msgid ""
10404
12211
"dirstate.fdatasync\n"
10405
12212
"~~~~~~~~~~~~~~~~~~"
10406
12213
msgstr ""
 
12214
"dirstate.fdatasync\n"
 
12215
"~~~~~~~~~~~~~~~~~~"
10407
12216
 
10408
12217
#: en/help_topics/configuration.txt:477
10409
12218
msgid ""
10411
12220
"OS buffers to physical disk.  This is somewhat slower, but means data\n"
10412
12221
"should not be lost if the machine crashes.  See also repository.fdatasync."
10413
12222
msgstr ""
 
12223
"If true (default), working tree metadata changes are flushed through the\n"
 
12224
"OS buffers to physical disk.  This is somewhat slower, but means data\n"
 
12225
"should not be lost if the machine crashes.  See also repository.fdatasync."
10414
12226
 
10415
12227
#: en/help_topics/configuration.txt:481
10416
12228
msgid ""
10417
12229
"gpg_signing_key\n"
10418
12230
"~~~~~~~~~~~~~~~"
10419
12231
msgstr ""
 
12232
"gpg_signing_key\n"
 
12233
"~~~~~~~~~~~~~~~"
10420
12234
 
10421
12235
#: en/help_topics/configuration.txt:484
10422
12236
msgid ""
10424
12238
"address, key fingerprint or full key ID.  When unset or when set to\n"
10425
12239
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10426
12240
msgstr ""
 
12241
"The GnuPG user identity to use when signing commits.  Can be an e-mail\n"
 
12242
"address, key fingerprint or full key ID.  When unset or when set to\n"
 
12243
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10427
12244
 
10428
12245
#: en/help_topics/configuration.txt:488
10429
12246
msgid ""
10430
12247
"recurse\n"
10431
12248
"~~~~~~~"
10432
12249
msgstr ""
 
12250
"recurse\n"
 
12251
"~~~~~~~"
10433
12252
 
10434
12253
#: en/help_topics/configuration.txt:491
10435
12254
msgid ""
10436
12255
"Only useful in ``locations.conf``. Defines whether or not the\n"
10437
12256
"configuration for this section applies to subdirectories:"
10438
12257
msgstr ""
 
12258
"Only useful in ``locations.conf``. Defines whether or not the\n"
 
12259
"configuration for this section applies to subdirectories:"
10439
12260
 
10440
12261
#: en/help_topics/configuration.txt:494
10441
12262
msgid ""
10442
12263
"true\n"
10443
12264
"    (default) This section applies to subdirectories as well."
10444
12265
msgstr ""
 
12266
"true\n"
 
12267
"    (default) This section applies to subdirectories as well."
10445
12268
 
10446
12269
#: en/help_topics/configuration.txt:497
10447
12270
msgid ""
10449
12272
"    This section only applies to the branch at this directory and not\n"
10450
12273
"    branches below it."
10451
12274
msgstr ""
 
12275
"false\n"
 
12276
"    This section only applies to the branch at this directory and not\n"
 
12277
"    branches below it."
10452
12278
 
10453
12279
#: en/help_topics/configuration.txt:501
10454
12280
msgid ""
10455
12281
"gpg_signing_command\n"
10456
12282
"~~~~~~~~~~~~~~~~~~~"
10457
12283
msgstr ""
 
12284
"gpg_signing_command\n"
 
12285
"~~~~~~~~~~~~~~~~~~~"
10458
12286
 
10459
12287
#: en/help_topics/configuration.txt:504
10460
12288
msgid ""
10462
12290
"revisions.\n"
10463
12291
"For example::"
10464
12292
msgstr ""
 
12293
"(Default: \"gpg\"). Which program should be used to sign and check "
 
12294
"revisions.\n"
 
12295
"For example::"
10465
12296
 
10466
12297
#: en/help_topics/configuration.txt:507
10467
12298
msgid "    gpg_signing_command = /usr/bin/gnpg"
10468
 
msgstr ""
 
12299
msgstr "    gpg_signing_command = /usr/bin/gnpg"
10469
12300
 
10470
12301
#: en/help_topics/configuration.txt:509
10471
12302
msgid ""
10472
12303
"The specified command must accept the options \"--clearsign\" and \"-u "
10473
12304
"<email>\"."
10474
12305
msgstr ""
 
12306
"The specified command must accept the options \"--clearsign\" and \"-u "
 
12307
"<email>\"."
10475
12308
 
10476
12309
#: en/help_topics/configuration.txt:511
10477
12310
msgid ""
10478
12311
"bzr_remote_path\n"
10479
12312
"~~~~~~~~~~~~~~~"
10480
12313
msgstr ""
 
12314
"bzr_remote_path\n"
 
12315
"~~~~~~~~~~~~~~~"
10481
12316
 
10482
12317
#: en/help_topics/configuration.txt:514
10483
12318
msgid ""
10485
12320
"smart\n"
10486
12321
"server for bzr.  This value may only be specified in locations.conf, because:"
10487
12322
msgstr ""
 
12323
"(Default: \"bzr\").  The path to the command that should be used to run the "
 
12324
"smart\n"
 
12325
"server for bzr.  This value may only be specified in locations.conf, because:"
10488
12326
 
10489
12327
#: en/help_topics/configuration.txt:517
10490
12328
msgid ""
10492
12330
"- allowing remote branch.conf files to specify commands would be a security\n"
10493
12331
"  risk"
10494
12332
msgstr ""
 
12333
"- it's needed before branch.conf is accessible\n"
 
12334
"- allowing remote branch.conf files to specify commands would be a security\n"
 
12335
"  risk"
10495
12336
 
10496
12337
#: en/help_topics/configuration.txt:521
10497
12338
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10498
 
msgstr ""
 
12339
msgstr "It is overridden by the BZR_REMOTE_PATH environment variable."
10499
12340
 
10500
12341
#: en/help_topics/configuration.txt:523
10501
12342
msgid ""
10502
12343
"smtp_server\n"
10503
12344
"~~~~~~~~~~~"
10504
12345
msgstr ""
 
12346
"smtp_server\n"
 
12347
"~~~~~~~~~~~"
10505
12348
 
10506
12349
#: en/help_topics/configuration.txt:526
10507
12350
msgid ""
10508
12351
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10509
12352
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10510
12353
msgstr ""
 
12354
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
 
12355
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10511
12356
 
10512
12357
#: en/help_topics/configuration.txt:529
10513
12358
msgid ""
10514
12359
"smtp_username, smtp_password\n"
10515
12360
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10516
12361
msgstr ""
 
12362
"smtp_username, smtp_password\n"
 
12363
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10517
12364
 
10518
12365
#: en/help_topics/configuration.txt:532
10519
12366
msgid ""
10522
12369
"These settings are only needed if the SMTP server requires authentication\n"
10523
12370
"to send mail."
10524
12371
msgstr ""
 
12372
"User and password to authenticate to the SMTP server. If smtp_username\n"
 
12373
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
 
12374
"These settings are only needed if the SMTP server requires authentication\n"
 
12375
"to send mail."
10525
12376
 
10526
12377
#: en/help_topics/configuration.txt:537
10527
12378
msgid ""
10528
12379
"locks.steal_dead\n"
10529
12380
"~~~~~~~~~~~~~~~~"
10530
12381
msgstr ""
 
12382
"locks.steal_dead\n"
 
12383
"~~~~~~~~~~~~~~~~"
10531
12384
 
10532
12385
#: en/help_topics/configuration.txt:540
10533
12386
msgid ""
10536
12389
"print a message and you can break the lock manually, if you are satisfied\n"
10537
12390
"the object is no longer in use."
10538
12391
msgstr ""
 
12392
"If set to true, bzr will automatically break locks held by processes from\n"
 
12393
"the same machine and user that are no longer alive.  Otherwise, it will\n"
 
12394
"print a message and you can break the lock manually, if you are satisfied\n"
 
12395
"the object is no longer in use."
10539
12396
 
10540
12397
#: en/help_topics/configuration.txt:545
10541
12398
msgid ""
10542
12399
"mail_client\n"
10543
12400
"~~~~~~~~~~~"
10544
12401
msgstr ""
 
12402
"mail_client\n"
 
12403
"~~~~~~~~~~~"
10545
12404
 
10546
12405
#: en/help_topics/configuration.txt:548
10547
12406
msgid ""
10551
12410
"will try ``xdg-email``. If either of these fails, it will fall back to\n"
10552
12411
"``editor``."
10553
12412
msgstr ""
 
12413
"A mail client to use for sending merge requests.\n"
 
12414
"By default, bzr will try to use ``mapi`` on Windows.  On other platforms, "
 
12415
"it\n"
 
12416
"will try ``xdg-email``. If either of these fails, it will fall back to\n"
 
12417
"``editor``."
10554
12418
 
10555
12419
#: en/help_topics/configuration.txt:553
10556
12420
msgid "Supported values for specific clients:"
10557
 
msgstr ""
 
12421
msgstr "Supported values for specific clients:"
10558
12422
 
10559
12423
#: en/help_topics/configuration.txt:555
10560
12424
msgid ""
10566
12430
"1.5,\n"
10567
12431
"    this works around some bugs that xdg-email doesn't handle."
10568
12432
msgstr ""
 
12433
":claws: Use Claws.  This skips a dialogue for attaching files.\n"
 
12434
":evolution: Use Evolution.\n"
 
12435
":kmail: Use KMail.\n"
 
12436
":mutt: Use Mutt.\n"
 
12437
":thunderbird: Use Mozilla Thunderbird or Icedove.  For Thunderbird/Icedove "
 
12438
"1.5,\n"
 
12439
"    this works around some bugs that xdg-email doesn't handle."
10569
12440
 
10570
12441
#: en/help_topics/configuration.txt:562
10571
12442
msgid "Supported generic values are:"
10572
 
msgstr ""
 
12443
msgstr "Supported generic values are:"
10573
12444
 
10574
12445
#: en/help_topics/configuration.txt:564
10575
12446
msgid ""
10580
12451
":mapi: Use your preferred e-mail client on Windows.\n"
10581
12452
":xdg-email: Use xdg-email to run your preferred mail program"
10582
12453
msgstr ""
 
12454
":default: See above.\n"
 
12455
":editor: Use your editor to compose the merge request.  This also uses\n"
 
12456
"    your commit id, (see ``bzr whoami``), smtp_server and (optionally)\n"
 
12457
"    smtp_username and smtp_password.\n"
 
12458
":mapi: Use your preferred e-mail client on Windows.\n"
 
12459
":xdg-email: Use xdg-email to run your preferred mail program"
10583
12460
 
10584
12461
#: en/help_topics/configuration.txt:571
10585
12462
msgid ""
10586
12463
"repository.fdatasync\n"
10587
12464
"~~~~~~~~~~~~~~~~~~~~"
10588
12465
msgstr ""
 
12466
"repository.fdatasync\n"
 
12467
"~~~~~~~~~~~~~~~~~~~~"
10589
12468
 
10590
12469
#: en/help_topics/configuration.txt:574
10591
12470
msgid ""
10593
12472
"to physical disk.  This is somewhat slower, but means data should not be\n"
10594
12473
"lost if the machine crashes.  See also dirstate.fdatasync."
10595
12474
msgstr ""
 
12475
"If true (default), repository changes are flushed through the OS buffers\n"
 
12476
"to physical disk.  This is somewhat slower, but means data should not be\n"
 
12477
"lost if the machine crashes.  See also dirstate.fdatasync."
10596
12478
 
10597
12479
#: en/help_topics/configuration.txt:578
10598
12480
msgid ""
10599
12481
"submit_branch\n"
10600
12482
"~~~~~~~~~~~~~"
10601
12483
msgstr ""
 
12484
"submit_branch\n"
 
12485
"~~~~~~~~~~~~~"
10602
12486
 
10603
12487
#: en/help_topics/configuration.txt:581
10604
12488
msgid ""
10608
12492
"This\n"
10609
12493
"should usually be set on a per-branch or per-location basis."
10610
12494
msgstr ""
 
12495
"The branch you intend to submit your current work to.  This is "
 
12496
"automatically\n"
 
12497
"set by ``bzr send``, and is also used by the ``submit:`` revision spec.  "
 
12498
"This\n"
 
12499
"should usually be set on a per-branch or per-location basis."
10611
12500
 
10612
12501
#: en/help_topics/configuration.txt:585
10613
12502
msgid ""
10614
12503
"public_branch\n"
10615
12504
"~~~~~~~~~~~~~"
10616
12505
msgstr ""
 
12506
"public_branch\n"
 
12507
"~~~~~~~~~~~~~"
10617
12508
 
10618
12509
#: en/help_topics/configuration.txt:588
10619
12510
msgid ""
10621
12512
"is\n"
10622
12513
"not publically-accessible).  Used (and set) by ``bzr send``."
10623
12514
msgstr ""
 
12515
"A publicly-accessible version of this branch (implying that this version is\n"
 
12516
"not publicly-accessible).  Used (and set) by ``bzr send``."
10624
12517
 
10625
12518
#: en/help_topics/configuration.txt:591
10626
12519
msgid ""
10627
12520
"suppress_warnings\n"
10628
12521
"~~~~~~~~~~~~~~~~~"
10629
12522
msgstr ""
 
12523
"suppress_warnings\n"
 
12524
"~~~~~~~~~~~~~~~~~"
10630
12525
 
10631
12526
#: en/help_topics/configuration.txt:594
10632
12527
msgid ""
10633
12528
"A list of strings, each string represent a warning that can be emitted by\n"
10634
12529
"bzr. Mentioning a warning in this list tells bzr to not emit it."
10635
12530
msgstr ""
 
12531
"A list of strings, each string represent a warning that can be emitted by\n"
 
12532
"bzr. Mentioning a warning in this list tells bzr to not emit it."
10636
12533
 
10637
12534
#: en/help_topics/configuration.txt:597
10638
12535
msgid "Valid values:"
10639
 
msgstr ""
 
12536
msgstr "Valid values:"
10640
12537
 
10641
12538
#: en/help_topics/configuration.txt:599
10642
12539
msgid ""
10645
12542
"are\n"
10646
12543
"    using deprecated formats."
10647
12544
msgstr ""
 
12545
"* ``format_deprecation``:\n"
 
12546
"    whether the format deprecation warning is shown on repositories that "
 
12547
"are\n"
 
12548
"    using deprecated formats."
10648
12549
 
10649
12550
#: en/help_topics/configuration.txt:603
10650
12551
msgid ""
10651
12552
"default_format\n"
10652
12553
"~~~~~~~~~~~~~~"
10653
12554
msgstr ""
 
12555
"default_format\n"
 
12556
"~~~~~~~~~~~~~~"
10654
12557
 
10655
12558
#: en/help_topics/configuration.txt:606
10656
12559
msgid ""
10658
12561
"``bzr\n"
10659
12562
"help formats`` for possible values."
10660
12563
msgstr ""
 
12564
"A format name for the default format used when creating branches.  See "
 
12565
"``bzr\n"
 
12566
"help formats`` for possible values."
10661
12567
 
10662
12568
#: en/help_topics/configuration.txt:609
10663
12569
msgid ""
10665
12571
"Unicode options\n"
10666
12572
"---------------"
10667
12573
msgstr ""
 
12574
"\n"
 
12575
"Unicode options\n"
 
12576
"---------------"
10668
12577
 
10669
12578
#: en/help_topics/configuration.txt:613
10670
12579
msgid ""
10671
12580
"output_encoding\n"
10672
12581
"~~~~~~~~~~~~~~~"
10673
12582
msgstr ""
 
12583
"output_encoding\n"
 
12584
"~~~~~~~~~~~~~~~"
10674
12585
 
10675
12586
#: en/help_topics/configuration.txt:616
10676
12587
msgid ""
10678
12589
"information.  Values include: utf8, cp850, ascii, iso-8859-1.  The default\n"
10679
12590
"is the terminal encoding prefered by the operating system."
10680
12591
msgstr ""
 
12592
"A Python unicode encoding name for text output from bzr, such as log\n"
 
12593
"information.  Values include: utf8, cp850, ascii, iso-8859-1.  The default\n"
 
12594
"is the terminal encoding preferred by the operating system."
10681
12595
 
10682
12596
#: en/help_topics/configuration.txt:620
10683
12597
msgid ""
10685
12599
"Branch type specific options\n"
10686
12600
"----------------------------"
10687
12601
msgstr ""
 
12602
"\n"
 
12603
"Branch type specific options\n"
 
12604
"----------------------------"
10688
12605
 
10689
12606
#: en/help_topics/configuration.txt:624
10690
12607
msgid ""
10693
12610
"are usually set in ``.bzr/branch/branch.conf`` automatically, but may be\n"
10694
12611
"manually set in ``locations.conf`` or ``bazaar.conf``."
10695
12612
msgstr ""
 
12613
"These options apply only to branches that use the ``dirstate-tags`` or\n"
 
12614
"later format.  They\n"
 
12615
"are usually set in ``.bzr/branch/branch.conf`` automatically, but may be\n"
 
12616
"manually set in ``locations.conf`` or ``bazaar.conf``."
10696
12617
 
10697
12618
#: en/help_topics/configuration.txt:629
10698
12619
msgid ""
10699
12620
"append_revisions_only\n"
10700
12621
"~~~~~~~~~~~~~~~~~~~~~"
10701
12622
msgstr ""
 
12623
"append_revisions_only\n"
 
12624
"~~~~~~~~~~~~~~~~~~~~~"
10702
12625
 
10703
12626
#: en/help_topics/configuration.txt:632
10704
12627
msgid ""
10709
12632
"manually, use either 'True' or 'False' (case-sensitive) to maintain\n"
10710
12633
"compatibility with previous bzr versions (older than 2.2)."
10711
12634
msgstr ""
 
12635
"If set to \"True\" then revisions can only be appended to the log, not\n"
 
12636
"removed.  A branch with this setting enabled can only pull from another\n"
 
12637
"branch if the other branch's log is a longer version of its own.  This is\n"
 
12638
"normally set by ``bzr init --append-revisions-only``. If you set it\n"
 
12639
"manually, use either 'True' or 'False' (case-sensitive) to maintain\n"
 
12640
"compatibility with previous bzr versions (older than 2.2)."
10712
12641
 
10713
12642
#: en/help_topics/configuration.txt:639
10714
12643
msgid ""
10715
12644
"parent_location\n"
10716
12645
"~~~~~~~~~~~~~~~"
10717
12646
msgstr ""
 
12647
"parent_location\n"
 
12648
"~~~~~~~~~~~~~~~"
10718
12649
 
10719
12650
#: en/help_topics/configuration.txt:642
10720
12651
msgid ""
10723
12654
"is normally set when creating a branch, the first ``pull`` or by ``pull\n"
10724
12655
"--remember``."
10725
12656
msgstr ""
 
12657
"If present, the location of the default branch for pull or merge.  This "
 
12658
"option\n"
 
12659
"is normally set when creating a branch, the first ``pull`` or by ``pull\n"
 
12660
"--remember``."
10726
12661
 
10727
12662
#: en/help_topics/configuration.txt:646
10728
12663
msgid ""
10729
12664
"push_location\n"
10730
12665
"~~~~~~~~~~~~~"
10731
12666
msgstr ""
 
12667
"push_location\n"
 
12668
"~~~~~~~~~~~~~"
10732
12669
 
10733
12670
#: en/help_topics/configuration.txt:649
10734
12671
msgid ""
10735
12672
"If present, the location of the default branch for push.  This option\n"
10736
12673
"is normally set by the first ``push`` or ``push --remember``."
10737
12674
msgstr ""
 
12675
"If present, the location of the default branch for push.  This option\n"
 
12676
"is normally set by the first ``push`` or ``push --remember``."
10738
12677
 
10739
12678
#: en/help_topics/configuration.txt:652
10740
12679
msgid ""
10741
12680
"push_strict\n"
10742
12681
"~~~~~~~~~~~"
10743
12682
msgstr ""
 
12683
"push_strict\n"
 
12684
"~~~~~~~~~~~"
10744
12685
 
10745
12686
#: en/help_topics/configuration.txt:655
10746
12687
msgid ""
10747
12688
"If present, defines the ``--strict`` option default value for checking\n"
10748
12689
"uncommitted changes before pushing."
10749
12690
msgstr ""
 
12691
"If present, defines the ``--strict`` option default value for checking\n"
 
12692
"uncommitted changes before pushing."
10750
12693
 
10751
12694
#: en/help_topics/configuration.txt:658
10752
12695
msgid ""
10753
12696
"dpush_strict\n"
10754
12697
"~~~~~~~~~~~~"
10755
12698
msgstr ""
 
12699
"dpush_strict\n"
 
12700
"~~~~~~~~~~~~"
10756
12701
 
10757
12702
#: en/help_topics/configuration.txt:661
10758
12703
msgid ""
10760
12705
"uncommitted changes before pushing into a different VCS without any\n"
10761
12706
"custom bzr metadata."
10762
12707
msgstr ""
 
12708
"If present, defines the ``--strict`` option default value for checking\n"
 
12709
"uncommitted changes before pushing into a different VCS without any\n"
 
12710
"custom bzr metadata."
10763
12711
 
10764
12712
#: en/help_topics/configuration.txt:665
10765
12713
msgid ""
10766
12714
"bound_location\n"
10767
12715
"~~~~~~~~~~~~~~"
10768
12716
msgstr ""
 
12717
"bound_location\n"
 
12718
"~~~~~~~~~~~~~~"
10769
12719
 
10770
12720
#: en/help_topics/configuration.txt:668
10771
12721
msgid ""
10772
12722
"The location that commits should go to when acting as a checkout.\n"
10773
12723
"This option is normally set by ``bind``."
10774
12724
msgstr ""
 
12725
"The location that commits should go to when acting as a checkout.\n"
 
12726
"This option is normally set by ``bind``."
10775
12727
 
10776
12728
#: en/help_topics/configuration.txt:671
10777
12729
msgid ""
10778
12730
"bound\n"
10779
12731
"~~~~~"
10780
12732
msgstr ""
 
12733
"bound\n"
 
12734
"~~~~~"
10781
12735
 
10782
12736
#: en/help_topics/configuration.txt:674
10783
12737
msgid ""
10785
12739
"commit to\n"
10786
12740
"the bound_location.  This option is normally set by ``bind``/``unbind``."
10787
12741
msgstr ""
 
12742
"If set to \"True\", the branch should act as a checkout, and push each "
 
12743
"commit to\n"
 
12744
"the bound_location.  This option is normally set by ``bind``/``unbind``."
10788
12745
 
10789
12746
#: en/help_topics/configuration.txt:677
10790
12747
msgid ""
10791
12748
"send_strict\n"
10792
12749
"~~~~~~~~~~~"
10793
12750
msgstr ""
 
12751
"send_strict\n"
 
12752
"~~~~~~~~~~~"
10794
12753
 
10795
12754
#: en/help_topics/configuration.txt:680
10796
12755
msgid ""
10797
12756
"If present, defines the ``--strict`` option default value for checking\n"
10798
12757
"uncommitted changes before sending a merge directive."
10799
12758
msgstr ""
 
12759
"If present, defines the ``--strict`` option default value for checking\n"
 
12760
"uncommitted changes before sending a merge directive."
10800
12761
 
10801
12762
#: en/help_topics/configuration.txt:683
10802
12763
msgid ""
10803
12764
"add.maximum_file_size\n"
10804
12765
"~~~~~~~~~~~~~~~~~~~~~"
10805
12766
msgstr ""
 
12767
"add.maximum_file_size\n"
 
12768
"~~~~~~~~~~~~~~~~~~~~~"
10806
12769
 
10807
12770
#: en/help_topics/configuration.txt:686
10808
12771
msgid ""
10809
12772
"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"
 
12773
"in recursive mode, with files larger than this value being skipped. You may "
 
12774
"\n"
 
12775
"specify this value as an integer (in which case it is interpreted as bytes), "
 
12776
"\n"
10814
12777
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
10815
12778
"0 \n"
10816
12779
"will disable skipping."
10817
12780
msgstr ""
 
12781
"Defines the maximum file size the command line \"add\" operation will allow\n"
 
12782
"in recursive mode, with files larger than this value being skipped. You may "
 
12783
"\n"
 
12784
"specify this value as an integer (in which case it is interpreted as bytes), "
 
12785
"\n"
 
12786
"or you may specify the value using SI units, i.e. 10KB, 20MB, 1G. A value of "
 
12787
"0 \n"
 
12788
"will disable skipping."
10818
12789
 
10819
12790
#: en/help_topics/configuration.txt:692
10820
12791
msgid ""
10821
12792
"External Merge Tools\n"
10822
12793
"--------------------"
10823
12794
msgstr ""
 
12795
"External Merge Tools\n"
 
12796
"--------------------"
10824
12797
 
10825
12798
#: en/help_topics/configuration.txt:695
10826
12799
msgid ""
10827
12800
"bzr.mergetool.<name>\n"
10828
12801
"~~~~~~~~~~~~~~~~~~~~"
10829
12802
msgstr ""
 
12803
"bzr.mergetool.<name>\n"
 
12804
"~~~~~~~~~~~~~~~~~~~~"
10830
12805
 
10831
12806
#: en/help_topics/configuration.txt:698
10832
12807
msgid ""
10835
12810
"The\n"
10836
12811
"executable may omit its path if it can be found on the PATH."
10837
12812
msgstr ""
 
12813
"Defines an external merge tool called <name> with the given command-line.\n"
 
12814
"Arguments containing spaces should be quoted using single or double quotes. "
 
12815
"The\n"
 
12816
"executable may omit its path if it can be found on the PATH."
10838
12817
 
10839
12818
#: en/help_topics/configuration.txt:702
10840
12819
msgid ""
10842
12821
"filenames\n"
10843
12822
"involved in the merge conflict::"
10844
12823
msgstr ""
 
12824
"The following markers can be used in the command-line to substitute "
 
12825
"filenames\n"
 
12826
"involved in the merge conflict::"
10845
12827
 
10846
12828
#: en/help_topics/configuration.txt:705
10847
12829
msgid ""
10853
12835
"merge\n"
10854
12836
"              succeeds."
10855
12837
msgstr ""
 
12838
"  {base}      file.BASE\n"
 
12839
"  {this}      file.THIS\n"
 
12840
"  {other}     file.OTHER\n"
 
12841
"  {result}    output file\n"
 
12842
"  {this_temp} temp copy of file.THIS, used to overwrite output file if "
 
12843
"merge\n"
 
12844
"              succeeds."
10856
12845
 
10857
12846
#: en/help_topics/configuration.txt:714
10858
12847
msgid "  bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
10859
 
msgstr ""
 
12848
msgstr "  bzr.mergetool.kdiff3 = kdiff3 {base} {this} {other} -o {result}"
10860
12849
 
10861
12850
#: en/help_topics/configuration.txt:716
10862
12851
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
 
"bzr.default_mergetool\n"
10894
 
"~~~~~~~~~~~~~~~~~~~~~"
10895
 
msgstr ""
10896
 
 
10897
 
#: en/help_topics/configuration.txt:735
10898
 
msgid ""
10899
 
"Specifies which external merge tool (as defined above) should be selected "
10900
 
"by\n"
10901
 
"default in tools such as ``bzr qconflicts``."
10902
 
msgstr ""
10903
 
 
10904
 
#: en/help_topics/configuration.txt:740
 
12852
"bzr.default_mergetool\n"
 
12853
"~~~~~~~~~~~~~~~~~~~~~"
 
12854
msgstr ""
 
12855
"bzr.default_mergetool\n"
 
12856
"~~~~~~~~~~~~~~~~~~~~~"
 
12857
 
 
12858
#: en/help_topics/configuration.txt:719
 
12859
msgid ""
 
12860
"Specifies which external merge tool (as defined above) should be selected "
 
12861
"by\n"
 
12862
"default in tools such as ``bzr qconflicts``."
 
12863
msgstr ""
 
12864
"Specifies which external merge tool (as defined above) should be selected "
 
12865
"by\n"
 
12866
"default in tools such as ``bzr qconflicts``."
 
12867
 
 
12868
#: en/help_topics/configuration.txt:724
10905
12869
msgid "  bzr.default_mergetool = kdiff3\n"
10906
 
msgstr ""
 
12870
msgstr "  bzr.default_mergetool = kdiff3\n"
10907
12871
 
10908
12872
#: en/help_topics/conflict-types.txt:1
10909
12873
msgid ""
10910
12874
"Conflict Types\n"
10911
12875
"=============="
10912
12876
msgstr ""
 
12877
"Conflict Types\n"
 
12878
"=============="
10913
12879
 
10914
12880
#: en/help_topics/conflict-types.txt:4
10915
12881
msgid ""
10918
12884
"they\n"
10919
12885
"may conflict with the current state of your working tree. "
10920
12886
msgstr ""
 
12887
"Some operations, like merge, revert and pull, modify the contents of your\n"
 
12888
"working tree.  These modifications are programmatically generated, and so "
 
12889
"they\n"
 
12890
"may conflict with the current state of your working tree. "
10921
12891
 
10922
12892
#: en/help_topics/conflict-types.txt:8
10923
12893
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 "
 
12894
"When conflicts are present in your working tree (as shown by ``bzr\n"
 
12895
"conflicts``), you should resolve them and then inform bzr that the "
10926
12896
"conflicts\n"
10927
12897
"have been resolved."
10928
12898
msgstr ""
 
12899
"When conflicts are present in your working tree (as shown by ``bzr\n"
 
12900
"conflicts``), you should resolve them and then inform bzr that the "
 
12901
"conflicts\n"
 
12902
"have been resolved."
10929
12903
 
10930
12904
#: en/help_topics/conflict-types.txt:12
10931
12905
msgid ""
10936
12910
"presented\n"
10937
12911
"in a way that is not easy to understand."
10938
12912
msgstr ""
 
12913
"Resolving conflicts is sometimes not obvious. Either because the user that\n"
 
12914
"should resolve them is not the one responsible for their occurrence, as is "
 
12915
"the\n"
 
12916
"case when merging other people's work or because some conflicts are "
 
12917
"presented\n"
 
12918
"in a way that is not easy to understand."
10939
12919
 
10940
12920
#: en/help_topics/conflict-types.txt:17
10941
12921
msgid ""
10951
12931
"to\n"
10952
12932
"do."
10953
12933
msgstr ""
 
12934
"Bazaar tries to avoid conflicts ; its aim is to ask you to resolve the\n"
 
12935
"conflict if and only if there's an actual conceptual conflict in the source\n"
 
12936
"tree.  Because Bazaar doesn't understand the real meaning of the files "
 
12937
"being\n"
 
12938
"versioned, it can, when faced with ambiguities, fall short in either "
 
12939
"direction\n"
 
12940
"trying to resolve the conflict itself. Many kinds of changes can be "
 
12941
"combined\n"
 
12942
"programmatically, but sometimes only a human can determine the right thing "
 
12943
"to\n"
 
12944
"do."
10954
12945
 
10955
12946
#: en/help_topics/conflict-types.txt:25
10956
12947
msgid ""
10959
12950
"present the conflicting versions, and it's up to you to find the correct\n"
10960
12951
"resolution."
10961
12952
msgstr ""
 
12953
"When Bazaar generates a conflict, it adds information into the working tree "
 
12954
"to\n"
 
12955
"present the conflicting versions, and it's up to you to find the correct\n"
 
12956
"resolution."
10962
12957
 
10963
12958
#: en/help_topics/conflict-types.txt:29
10964
12959
msgid "Whatever the conflict is, resolving it is roughly done in two steps:"
10965
 
msgstr ""
 
12960
msgstr "Whatever the conflict is, resolving it is roughly done in two steps:"
10966
12961
 
10967
12962
#: en/help_topics/conflict-types.txt:31
10968
12963
msgid ""
10970
12965
"the\n"
10971
12966
"   state you want to keep, then"
10972
12967
msgstr ""
 
12968
"1. Modify the working tree content so that the conflicted item is now in "
 
12969
"the\n"
 
12970
"   state you want to keep, then"
10973
12971
 
10974
12972
#: en/help_topics/conflict-types.txt:34
10975
12973
msgid ""
10976
12974
"2. Inform Bazaar that the conflict is now solved and ask to cleanup any\n"
10977
 
"   remaining generated information (``brz resolve <item>``)."
 
12975
"   remaining generated information (``bzr resolve <item>``)."
10978
12976
msgstr ""
 
12977
"2. Inform Bazaar that the conflict is now solved and ask to cleanup any\n"
 
12978
"   remaining generated information (``bzr resolve <item>``)."
10979
12979
 
10980
12980
#: en/help_topics/conflict-types.txt:37
10981
12981
msgid ""
10983
12983
"tree and put it into the desired state. For some types of conflicts, Bazaar\n"
10984
12984
"itself already made a choice, when possible."
10985
12985
msgstr ""
 
12986
"For most conflict types, there are some obvious ways to modify the working\n"
 
12987
"tree and put it into the desired state. For some types of conflicts, Bazaar\n"
 
12988
"itself already made a choice, when possible."
10986
12989
 
10987
12990
#: en/help_topics/conflict-types.txt:41
10988
12991
msgid ""
10989
12992
"Yet, whether Bazaar makes a choice or not, there are some other simple but\n"
10990
12993
"different ways to resolve the conflict."
10991
12994
msgstr ""
 
12995
"Yet, whether Bazaar makes a choice or not, there are some other simple but\n"
 
12996
"different ways to resolve the conflict."
10992
12997
 
10993
12998
#: en/help_topics/conflict-types.txt:44
10994
12999
msgid ""
10996
13001
"to\n"
10997
13002
"resolve the conflict is outlined."
10998
13003
msgstr ""
 
13004
"Each type of conflict is explained below, and the action which must be done "
 
13005
"to\n"
 
13006
"resolve the conflict is outlined."
10999
13007
 
11000
13008
#: en/help_topics/conflict-types.txt:47
11001
13009
msgid ""
11004
13012
"these actions, Bazaar can provide some help. In the end you should at least\n"
11005
13013
"inform Bazaar that you're done with the conflict with::"
11006
13014
msgstr ""
 
13015
"Various actions are available depending on the kind of conflict, for some "
 
13016
"of\n"
 
13017
"these actions, Bazaar can provide some help. In the end you should at least\n"
 
13018
"inform Bazaar that you're done with the conflict with::"
11007
13019
 
11008
13020
#: en/help_topics/conflict-types.txt:51
11009
 
msgid "  ``brz resolve FILE --action=done'"
11010
 
msgstr ""
 
13021
msgid "  ``bzr resolve FILE --action=done'"
 
13022
msgstr "  ``bzr resolve FILE --action=done'"
11011
13023
 
11012
13024
#: en/help_topics/conflict-types.txt:53
11013
13025
msgid ""
11015
13027
"can\n"
11016
13028
"simply use::"
11017
13029
msgstr ""
 
13030
"Note that this is the default action when a single file is involved so you "
 
13031
"can\n"
 
13032
"simply use::"
11018
13033
 
11019
13034
#: en/help_topics/conflict-types.txt:56
11020
 
msgid "   ``brz resolve FILE``"
11021
 
msgstr ""
 
13035
msgid "   ``bzr resolve FILE``"
 
13036
msgstr "   ``bzr resolve FILE``"
11022
13037
 
11023
13038
#: en/help_topics/conflict-types.txt:58
11024
 
msgid "See ``brz help resolve`` for more details."
11025
 
msgstr ""
 
13039
msgid "See ``bzr help resolve`` for more details."
 
13040
msgstr "See ``bzr help resolve`` for more details."
11026
13041
 
11027
13042
#: en/help_topics/conflict-types.txt:60
11028
13043
msgid ""
11029
13044
"Text conflicts\n"
11030
13045
"--------------"
11031
13046
msgstr ""
 
13047
"Text conflicts\n"
 
13048
"--------------"
11032
13049
 
11033
13050
#: en/help_topics/conflict-types.txt:63 en/help_topics/conflict-types.txt:120
11034
13051
#: en/help_topics/conflict-types.txt:151 en/help_topics/conflict-types.txt:175
11036
13053
#: en/help_topics/conflict-types.txt:239 en/help_topics/conflict-types.txt:281
11037
13054
#: en/help_topics/conflict-types.txt:303 en/help_topics/conflict-types.txt:339
11038
13055
msgid "Typical message::"
11039
 
msgstr ""
 
13056
msgstr "Typical message::"
11040
13057
 
11041
13058
#: en/help_topics/conflict-types.txt:65
11042
13059
msgid "  Text conflict in FILE"
11043
 
msgstr ""
 
13060
msgstr "  Text conflict in FILE"
11044
13061
 
11045
13062
#: en/help_topics/conflict-types.txt:67
11046
13063
msgid ""
11055
13072
"basis\n"
11056
13073
"for comparison."
11057
13074
msgstr ""
 
13075
"These are produced when a text merge cannot completely reconcile two sets "
 
13076
"of\n"
 
13077
"text changes.  Bazaar will emit files for each version with the extensions\n"
 
13078
"THIS, OTHER, and BASE.  THIS is the version of the file from the target "
 
13079
"tree,\n"
 
13080
"i.e. the tree that you are merging changes into.  OTHER is the version that "
 
13081
"you\n"
 
13082
"are merging into the target.  BASE is an older version that is used as a "
 
13083
"basis\n"
 
13084
"for comparison."
11058
13085
 
11059
13086
#: en/help_topics/conflict-types.txt:74
11060
13087
msgid ""
11062
13089
"could reconcile, and any un-reconciled conflicts are surrounded by\n"
11063
13090
"\"herringbone\" markers like ``<<<<<<<``."
11064
13091
msgstr ""
 
13092
"In the main copy of the file, Bazaar will include all the changes that it\n"
 
13093
"could reconcile, and any un-reconciled conflicts are surrounded by\n"
 
13094
"\"herringbone\" markers like ``<<<<<<<``."
11065
13095
 
11066
13096
#: en/help_topics/conflict-types.txt:78
11067
13097
msgid ""
11071
13101
"leader\n"
11072
13102
"released Bazaar.\"  A conflict would look like this::"
11073
13103
msgstr ""
 
13104
"Say the initial text is \"The project leader released it.\", and THIS "
 
13105
"modifies it\n"
 
13106
"to \"Martin Pool released it.\", while OTHER modifies it to \"The project "
 
13107
"leader\n"
 
13108
"released Bazaar.\"  A conflict would look like this::"
11074
13109
 
11075
13110
#: en/help_topics/conflict-types.txt:82
11076
13111
msgid ""
11080
13115
"  The project leader released Bazaar.\n"
11081
13116
"  >>>>>>> MERGE-SOURCE"
11082
13117
msgstr ""
 
13118
"  <<<<<<< TREE\n"
 
13119
"  Martin Pool released it.\n"
 
13120
"  =======\n"
 
13121
"  The project leader released Bazaar.\n"
 
13122
"  >>>>>>> MERGE-SOURCE"
11083
13123
 
11084
13124
#: en/help_topics/conflict-types.txt:88
11085
13125
msgid "The correct resolution would be \"Martin Pool released Bazaar.\""
11086
 
msgstr ""
 
13126
msgstr "The correct resolution would be \"Martin Pool released Bazaar.\""
11087
13127
 
11088
13128
#: en/help_topics/conflict-types.txt:90
11089
13129
msgid ""
11093
13133
"set of changes over the other (but see below when you encounter these\n"
11094
13134
"cases).  More often, the two sets of changes must be intelligently combined."
11095
13135
msgstr ""
 
13136
"You can handle text conflicts either by editing the main copy of the file,\n"
 
13137
"or by invoking external tools on the THIS, OTHER and BASE versions.  It's\n"
 
13138
"worth mentioning that resolving text conflicts rarely involves picking one\n"
 
13139
"set of changes over the other (but see below when you encounter these\n"
 
13140
"cases).  More often, the two sets of changes must be intelligently combined."
11096
13141
 
11097
13142
#: en/help_topics/conflict-types.txt:96
11098
13143
msgid ""
11101
13146
"be\n"
11102
13147
"ready to commit."
11103
13148
msgstr ""
 
13149
"If you edit the main copy, be sure to remove the herringbone markers.  When\n"
 
13150
"you are done editing, the file should look like it never had a conflict, and "
 
13151
"be\n"
 
13152
"ready to commit."
11104
13153
 
11105
13154
#: en/help_topics/conflict-types.txt:100
11106
13155
msgid ""
11107
 
"When you have resolved text conflicts, just run ``brz resolve --auto``, and\n"
 
13156
"When you have resolved text conflicts, just run ``bzr resolve --auto``, and\n"
11108
13157
"Bazaar will auto-detect which conflicts you have resolved."
11109
13158
msgstr ""
 
13159
"When you have resolved text conflicts, just run ``bzr resolve --auto``, and\n"
 
13160
"Bazaar will auto-detect which conflicts you have resolved."
11110
13161
 
11111
13162
#: en/help_topics/conflict-types.txt:103
11112
13163
msgid ""
11114
13165
"``.BASE``, ``.THIS`` and ``.OTHER`` files if they are still present in the\n"
11115
13166
"working tree."
11116
13167
msgstr ""
 
13168
"When the conflict is resolved, Bazaar deletes the previously generated\n"
 
13169
"``.BASE``, ``.THIS`` and ``.OTHER`` files if they are still present in the\n"
 
13170
"working tree."
11117
13171
 
11118
13172
#: en/help_topics/conflict-types.txt:107
11119
13173
msgid ""
11120
13174
"\n"
11121
 
"When you want to pick one set of changes over the other, you can use ``brz\n"
 
13175
"When you want to pick one set of changes over the other, you can use ``bzr\n"
11122
13176
"resolve`` with one of the following actions:"
11123
13177
msgstr ""
 
13178
"\n"
 
13179
"When you want to pick one set of changes over the other, you can use ``bzr\n"
 
13180
"resolve`` with one of the following actions:"
11124
13181
 
11125
13182
#: en/help_topics/conflict-types.txt:111
11126
13183
msgid ""
11127
13184
"* ``--action=take-this`` will issue ``mv FILE.THIS FILE``,\n"
11128
13185
"* ``--action=take-other`` will issue ``mv FILE.OTHER FILE``."
11129
13186
msgstr ""
 
13187
"* ``--action=take-this`` will issue ``mv FILE.THIS FILE``,\n"
 
13188
"* ``--action=take-other`` will issue ``mv FILE.OTHER FILE``."
11130
13189
 
11131
13190
#: en/help_topics/conflict-types.txt:114
11132
13191
msgid ""
11133
13192
"Note that if you have modified ``FILE.THIS`` or ``FILE.OTHER``, these\n"
11134
13193
"modifications will be taken into account."
11135
13194
msgstr ""
 
13195
"Note that if you have modified ``FILE.THIS`` or ``FILE.OTHER``, these\n"
 
13196
"modifications will be taken into account."
11136
13197
 
11137
13198
#: en/help_topics/conflict-types.txt:117
11138
13199
msgid ""
11139
13200
"Content conflicts\n"
11140
13201
"-----------------"
11141
13202
msgstr ""
 
13203
"Content conflicts\n"
 
13204
"-----------------"
11142
13205
 
11143
13206
#: en/help_topics/conflict-types.txt:122
11144
13207
msgid "  Contents conflict in FILE"
11145
 
msgstr ""
 
13208
msgstr "  Contents conflict in FILE"
11146
13209
 
11147
13210
#: en/help_topics/conflict-types.txt:124
11148
13211
msgid ""
11154
13217
"files\n"
11155
13218
"that are deleted on one side, and modified on the other."
11156
13219
msgstr ""
 
13220
"This conflict happens when there are conflicting changes in the working "
 
13221
"tree\n"
 
13222
"and the merge source, but the conflicted items are not text files.  They "
 
13223
"may\n"
 
13224
"be binary files, or symlinks, or directories.  It can even happen with "
 
13225
"files\n"
 
13226
"that are deleted on one side, and modified on the other."
11157
13227
 
11158
13228
#: en/help_topics/conflict-types.txt:129
11159
13229
msgid ""
11165
13235
"\"main\n"
11166
13236
"copy\" has been renamed to THIS or OTHER."
11167
13237
msgstr ""
 
13238
"Like text conflicts, Bazaar will emit THIS, OTHER and BASE files.  (They may "
 
13239
"be\n"
 
13240
"regular files, symlinks or directories).  But it will not include a \"main "
 
13241
"copy\"\n"
 
13242
"of the file with herringbone conflict markers.  It will appear that the "
 
13243
"\"main\n"
 
13244
"copy\" has been renamed to THIS or OTHER."
11168
13245
 
11169
13246
#: en/help_topics/conflict-types.txt:134 en/help_topics/conflict-types.txt:182
11170
13247
msgid ""
11172
13249
"version\n"
11173
13250
"or a combination of both."
11174
13251
msgstr ""
 
13252
"To resolve that kind of conflict, you should rebuild FILE from either "
 
13253
"version\n"
 
13254
"or a combination of both."
11175
13255
 
11176
13256
#: en/help_topics/conflict-types.txt:137 en/help_topics/conflict-types.txt:185
11177
13257
#: en/help_topics/conflict-types.txt:226 en/help_topics/conflict-types.txt:252
11178
13258
#: en/help_topics/conflict-types.txt:291 en/help_topics/conflict-types.txt:326
11179
13259
#: en/help_topics/conflict-types.txt:361
11180
 
msgid "``brz resolve`` recognizes the following actions:"
11181
 
msgstr ""
 
13260
msgid "``bzr resolve`` recognizes the following actions:"
 
13261
msgstr "``bzr resolve`` recognises the following actions:"
11182
13262
 
11183
13263
#: en/help_topics/conflict-types.txt:139
11184
13264
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"
 
13265
"* ``--action=take-this`` will issue ``bzr mv FILE.THIS FILE``,\n"
 
13266
"* ``--action=take-other`` will issue ``bzr mv FILE.OTHER FILE``,\n"
11187
13267
"* ``--action=done`` will just mark the conflict as resolved."
11188
13268
msgstr ""
 
13269
"* ``--action=take-this`` will issue ``bzr mv FILE.THIS FILE``,\n"
 
13270
"* ``--action=take-other`` will issue ``bzr mv FILE.OTHER FILE``,\n"
 
13271
"* ``--action=done`` will just mark the conflict as resolved."
11189
13272
 
11190
13273
#: en/help_topics/conflict-types.txt:143
11191
13274
msgid ""
11193
13276
"and\n"
11194
13277
"``.OTHER`` files if they are still present in the working tree."
11195
13278
msgstr ""
 
13279
"Any action will also delete the previously generated ``.BASE``, ``.THIS`` "
 
13280
"and\n"
 
13281
"``.OTHER`` files if they are still present in the working tree."
11196
13282
 
11197
13283
#: en/help_topics/conflict-types.txt:146 en/help_topics/conflict-types.txt:193
11198
13284
#: en/help_topics/conflict-types.txt:234 en/help_topics/conflict-types.txt:276
11201
13287
msgid ""
11202
13288
"Bazaar cannot auto-detect when conflicts of this kind have been resolved."
11203
13289
msgstr ""
 
13290
"Bazaar cannot auto-detect when conflicts of this kind have been resolved."
11204
13291
 
11205
13292
#: en/help_topics/conflict-types.txt:148
11206
13293
msgid ""
11207
13294
"Tag conflicts\n"
11208
13295
"-------------"
11209
13296
msgstr ""
 
13297
"Tag conflicts\n"
 
13298
"-------------"
11210
13299
 
11211
13300
#: en/help_topics/conflict-types.txt:153
11212
13301
msgid ""
11213
13302
"  Conflicting tags:\n"
11214
13303
"      version-0.1"
11215
13304
msgstr ""
 
13305
"  Conflicting tags:\n"
 
13306
"      version-0.1"
11216
13307
 
11217
13308
#: en/help_topics/conflict-types.txt:156
11218
13309
msgid ""
11222
13313
"different revisions.  You need not resolve these conflicts, but subsequent\n"
11223
13314
"uses of pull or push will result in the same message."
11224
13315
msgstr ""
 
13316
"When pulling from or pushing to another branch, Bazaar informs you about "
 
13317
"tags\n"
 
13318
"that conflict between the two branches; that is the same tag points to two\n"
 
13319
"different revisions.  You need not resolve these conflicts, but subsequent\n"
 
13320
"uses of pull or push will result in the same message."
11225
13321
 
11226
13322
#: en/help_topics/conflict-types.txt:161
11227
13323
msgid ""
11228
13324
"To resolve the conflict, you must apply the correct tags to either the "
11229
13325
"target\n"
11230
 
"branch or the source branch as appropriate.  Use \"brz tags --show-ids -d\n"
 
13326
"branch or the source branch as appropriate.  Use \"bzr tags --show-ids -d\n"
11231
13327
"SOURCE_URL\" to see the tags in the source branch.  If you want to make the\n"
11232
13328
"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"
 
13329
"``bzr tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
11234
13330
"CONFLICTING_TAGs, where REVISION_ID comes from the list of tags in the "
11235
13331
"source\n"
11236
 
"branch.  You need not call \"brz resolve\" after doing this.  To resolve in\n"
 
13332
"branch.  You need not call \"bzr resolve\" after doing this.  To resolve in\n"
11237
13333
"favor of the target branch, you need to similarly use ``tag --force`` in "
11238
13334
"the\n"
11239
13335
"source branch.  (Note that pulling or pushing using --overwrite will "
11240
13336
"overwrite\n"
11241
13337
"all tags as well.)"
11242
13338
msgstr ""
 
13339
"To resolve the conflict, you must apply the correct tags to either the "
 
13340
"target\n"
 
13341
"branch or the source branch as appropriate.  Use \"bzr tags --show-ids -d\n"
 
13342
"SOURCE_URL\" to see the tags in the source branch.  If you want to make the\n"
 
13343
"target branch's tags match the source branch, then in the target branch do\n"
 
13344
"``bzr tag --force -r revid:REVISION_ID CONFLICTING_TAG`` for each of the\n"
 
13345
"CONFLICTING_TAGs, where REVISION_ID comes from the list of tags in the "
 
13346
"source\n"
 
13347
"branch.  You need not call \"bzr resolve\" after doing this.  To resolve in\n"
 
13348
"favor of the target branch, you need to similarly use ``tag --force`` in "
 
13349
"the\n"
 
13350
"source branch.  (Note that pulling or pushing using --overwrite will "
 
13351
"overwrite\n"
 
13352
"all tags as well.)"
11243
13353
 
11244
13354
#: en/help_topics/conflict-types.txt:172
11245
13355
msgid ""
11246
13356
"Duplicate paths\n"
11247
13357
"---------------"
11248
13358
msgstr ""
 
13359
"Duplicate paths\n"
 
13360
"---------------"
11249
13361
 
11250
13362
#: en/help_topics/conflict-types.txt:177
11251
13363
msgid "  Conflict adding file FILE.  Moved existing file to FILE.moved."
11252
 
msgstr ""
 
13364
msgstr "  Conflict adding file FILE.  Moved existing file to FILE.moved."
11253
13365
 
11254
13366
#: en/help_topics/conflict-types.txt:179
11255
13367
msgid ""
11256
13368
"Sometimes Bazaar will attempt to create a file using a pathname that has\n"
11257
13369
"already been used.  The existing file will be renamed to \"FILE.moved\".  "
11258
13370
msgstr ""
 
13371
"Sometimes Bazaar will attempt to create a file using a pathname that has\n"
 
13372
"already been used.  The existing file will be renamed to \"FILE.moved\".  "
11259
13373
 
11260
13374
#: en/help_topics/conflict-types.txt:187
11261
13375
msgid ""
11262
 
"* ``--action=take-this`` will issue ``brz rm FILE ; brz mv FILE.moved "
 
13376
"* ``--action=take-this`` will issue ``bzr rm FILE ; bzr mv FILE.moved "
11263
13377
"FILE``,\n"
11264
 
"* ``--action=take-other`` will issue ``brz rm FILE.moved``,\n"
 
13378
"* ``--action=take-other`` will issue ``bzr rm FILE.moved``,\n"
11265
13379
"* ``--action=done`` will just mark the conflict as resolved."
11266
13380
msgstr ""
 
13381
"* ``--action=take-this`` will issue ``bzr rm FILE ; bzr mv FILE.moved "
 
13382
"FILE``,\n"
 
13383
"* ``--action=take-other`` will issue ``bzr rm FILE.moved``,\n"
 
13384
"* ``--action=done`` will just mark the conflict as resolved."
11267
13385
 
11268
13386
#: en/help_topics/conflict-types.txt:191
11269
13387
msgid ""
11270
13388
"Note that you must get rid of FILE.moved before using ``--action=done``."
11271
13389
msgstr ""
 
13390
"Note that you must get rid of FILE.moved before using ``--action=done``."
11272
13391
 
11273
13392
#: en/help_topics/conflict-types.txt:195
11274
13393
msgid ""
11275
13394
"Unversioned parent\n"
11276
13395
"------------------"
11277
13396
msgstr ""
 
13397
"Unversioned parent\n"
 
13398
"------------------"
11278
13399
 
11279
13400
#: en/help_topics/conflict-types.txt:200
11280
 
msgid "    Conflict because FILE is not versioned, but has versioned children."
 
13401
msgid ""
 
13402
"    Conflict because FILE is not versioned, but has versioned children."
11281
13403
msgstr ""
 
13404
"    Conflict because FILE is not versioned, but has versioned children."
11282
13405
 
11283
13406
#: en/help_topics/conflict-types.txt:202
11284
13407
msgid ""
11290
13413
"will version the parent directory as well.  Resolving this issue depends\n"
11291
13414
"very much on the particular scenario.  You may wish to rename or delete "
11292
13415
"either\n"
11293
 
"the file or the directory.  When you are satisfied, you can run \"brz "
 
13416
"the file or the directory.  When you are satisfied, you can run \"bzr "
11294
13417
"resolve\n"
11295
13418
"FILE\" to mark the conflict as resolved."
11296
13419
msgstr ""
 
13420
"Sometimes Bazaar will attempt to create a file whose parent directory is "
 
13421
"not\n"
 
13422
"versioned.  This happens when the directory has been deleted in the target,\n"
 
13423
"but has a new child in the source, or vice versa.  In this situation, "
 
13424
"Bazaar\n"
 
13425
"will version the parent directory as well.  Resolving this issue depends\n"
 
13426
"very much on the particular scenario.  You may wish to rename or delete "
 
13427
"either\n"
 
13428
"the file or the directory.  When you are satisfied, you can run \"bzr "
 
13429
"resolve\n"
 
13430
"FILE\" to mark the conflict as resolved."
11297
13431
 
11298
13432
#: en/help_topics/conflict-types.txt:210
11299
13433
msgid ""
11300
13434
"Missing parent\n"
11301
13435
"--------------"
11302
13436
msgstr ""
 
13437
"Missing parent\n"
 
13438
"--------------"
11303
13439
 
11304
13440
#: en/help_topics/conflict-types.txt:215
11305
13441
msgid "  Conflict adding files to FILE.  Created directory."
11306
 
msgstr ""
 
13442
msgstr "  Conflict adding files to FILE.  Created directory."
11307
13443
 
11308
13444
#: en/help_topics/conflict-types.txt:217
11309
13445
msgid ""
11314
13450
"unversioned.  In this situation, Bazaar will create the missing parent.\n"
11315
13451
"Resolving this issue depends very much on the particular scenario."
11316
13452
msgstr ""
 
13453
"This happens when a directory has been deleted in the target, but has new\n"
 
13454
"children in the source.  This is similar to the \"unversioned parent\" "
 
13455
"conflict,\n"
 
13456
"except that the parent directory does not *exist*, instead of just being\n"
 
13457
"unversioned.  In this situation, Bazaar will create the missing parent.\n"
 
13458
"Resolving this issue depends very much on the particular scenario."
11317
13459
 
11318
13460
#: en/help_topics/conflict-types.txt:223 en/help_topics/conflict-types.txt:249
11319
13461
msgid ""
11320
13462
"To resolve that kind of conflict, you should either remove or rename the\n"
11321
13463
"children or the directory or a combination of both."
11322
13464
msgstr ""
 
13465
"To resolve that kind of conflict, you should either remove or rename the\n"
 
13466
"children or the directory or a combination of both."
11323
13467
 
11324
13468
#: en/help_topics/conflict-types.txt:228
11325
13469
msgid ""
11326
 
"* ``--action=take-this`` will issue ``brz rm directory`` including the\n"
 
13470
"* ``--action=take-this`` will issue ``bzr rm directory`` including the\n"
11327
13471
"  children,\n"
11328
13472
"* ``--action=take-other`` will acknowledge Bazaar choice to keep the "
11329
13473
"children\n"
11330
13474
"  and restoring the directory,\n"
11331
13475
"* ``--action=done`` will just mark the conflict as resolved."
11332
13476
msgstr ""
 
13477
"* ``--action=take-this`` will issue ``bzr rm directory`` including the\n"
 
13478
"  children,\n"
 
13479
"* ``--action=take-other`` will acknowledge Bazaar choice to keep the "
 
13480
"children\n"
 
13481
"  and restoring the directory,\n"
 
13482
"* ``--action=done`` will just mark the conflict as resolved."
11333
13483
 
11334
13484
#: en/help_topics/conflict-types.txt:236
11335
13485
msgid ""
11336
13486
"Deleting parent\n"
11337
13487
"---------------"
11338
13488
msgstr ""
 
13489
"Deleting parent\n"
 
13490
"---------------"
11339
13491
 
11340
13492
#: en/help_topics/conflict-types.txt:241
11341
13493
msgid "  Conflict: can't delete DIR because it is not empty.  Not deleting."
11342
 
msgstr ""
 
13494
msgstr "  Conflict: can't delete DIR because it is not empty.  Not deleting."
11343
13495
 
11344
13496
#: en/help_topics/conflict-types.txt:243
11345
13497
msgid ""
11349
13501
"will retain the directory.  Resolving this issue depends very much on the\n"
11350
13502
"particular scenario."
11351
13503
msgstr ""
 
13504
"This is the opposite of \"missing parent\".  A directory is deleted in the\n"
 
13505
"source, but has new children in the target (either because a directory\n"
 
13506
"deletion is merged or because the merge introduce new children).  Bazaar\n"
 
13507
"will retain the directory.  Resolving this issue depends very much on the\n"
 
13508
"particular scenario."
11352
13509
 
11353
13510
#: en/help_topics/conflict-types.txt:254
11354
13511
msgid ""
11355
13512
"* ``--action=take-this`` will acknowledge Bazaar choice to keep the "
11356
13513
"directory,"
11357
13514
msgstr ""
 
13515
"* ``--action=take-this`` will acknowledge Bazaar choice to keep the "
 
13516
"directory,"
11358
13517
 
11359
13518
#: en/help_topics/conflict-types.txt:256
11360
13519
msgid ""
11361
 
"* ``--action=take-other`` will issue ``brz rm directory`` including the \n"
 
13520
"* ``--action=take-other`` will issue ``bzr rm directory`` including the \n"
11362
13521
"  children,"
11363
13522
msgstr ""
 
13523
"* ``--action=take-other`` will issue ``bzr rm directory`` including the \n"
 
13524
"  children,"
11364
13525
 
11365
13526
#: en/help_topics/conflict-types.txt:259
11366
13527
msgid "* ``--action=done`` will just mark the conflict as resolved."
11367
 
msgstr ""
 
13528
msgstr "* ``--action=done`` will just mark the conflict as resolved."
11368
13529
 
11369
13530
#: en/help_topics/conflict-types.txt:261
11370
13531
msgid ""
11372
13533
"present, they become potential orphans has they don't have a directory\n"
11373
13534
"parent anymore."
11374
13535
msgstr ""
 
13536
"Note that when merging a directory deletion, if unversioned files are\n"
 
13537
"present, they become potential orphans has they don't have a directory\n"
 
13538
"parent any more."
11375
13539
 
11376
13540
#: en/help_topics/conflict-types.txt:265
11377
13541
msgid ""
11378
13542
"Handling such orphans, *before* the conflict is created, is controlled by\n"
11379
 
"setting the ``brz.transform.orphan_policy`` configuration option."
 
13543
"setting the ``bzr.transform.orphan_policy`` configuration option."
11380
13544
msgstr ""
 
13545
"Handling such orphans, *before* the conflict is created, is controlled by\n"
 
13546
"setting the ``bzr.transform.orphan_policy`` configuration option."
11381
13547
 
11382
13548
#: en/help_topics/conflict-types.txt:268
11383
13549
msgid "There are two possible values for this option:"
11384
 
msgstr ""
 
13550
msgstr "There are two possible values for this option:"
11385
13551
 
11386
13552
#: en/help_topics/conflict-types.txt:270
11387
13553
msgid ""
11388
13554
"* ``conflict`` (the default): will leave the orphans in place and\n"
11389
13555
"  generate a conflicts,"
11390
13556
msgstr ""
 
13557
"* ``conflict`` (the default): will leave the orphans in place and\n"
 
13558
"  generate a conflicts,"
11391
13559
 
11392
13560
#: en/help_topics/conflict-types.txt:273
11393
13561
msgid ""
11394
 
"* ``move``: will move the orphans to a ``brz-orphans`` directory at the "
 
13562
"* ``move``: will move the orphans to a ``bzr-orphans`` directory at the "
11395
13563
"root\n"
11396
13564
"  of the working tree with names like ``<file>.~#~``."
11397
13565
msgstr ""
 
13566
"* ``move``: will move the orphans to a ``bzr-orphans`` directory at the "
 
13567
"root\n"
 
13568
"  of the working tree with names like ``<file>.~#~``."
11398
13569
 
11399
13570
#: en/help_topics/conflict-types.txt:278
11400
13571
msgid ""
11401
13572
"Path conflict\n"
11402
13573
"-------------"
11403
13574
msgstr ""
 
13575
"Path conflict\n"
 
13576
"-------------"
11404
13577
 
11405
13578
#: en/help_topics/conflict-types.txt:283
11406
13579
msgid "  Path conflict: PATH1 / PATH2"
11407
 
msgstr ""
 
13580
msgstr "  Path conflict: PATH1 / PATH2"
11408
13581
 
11409
13582
#: en/help_topics/conflict-types.txt:285
11410
13583
msgid ""
11412
13585
"parent\n"
11413
13586
"directory of a file.  Bazaar will use the path elements from the source."
11414
13587
msgstr ""
 
13588
"This happens when the source and target have each modified the name or "
 
13589
"parent\n"
 
13590
"directory of a file.  Bazaar will use the path elements from the source."
11415
13591
 
11416
13592
#: en/help_topics/conflict-types.txt:288
11417
13593
msgid ""
11419
13595
"be\n"
11420
13596
"retained for the file involved."
11421
13597
msgstr ""
 
13598
"To resolve that kind of conflict, you just have to decide what name should "
 
13599
"be\n"
 
13600
"retained for the file involved."
11422
13601
 
11423
13602
#: en/help_topics/conflict-types.txt:293
11424
13603
msgid ""
11425
13604
"* ``--action=take-this`` will revert Bazaar choice and keep ``PATH1`` by\n"
11426
 
"  issuing ``brz mv PATH2 PATH1``,\n"
 
13605
"  issuing ``bzr mv PATH2 PATH1``,\n"
11427
13606
"* ``--action=take-other`` will acknowledge Bazaar choice of keeping "
11428
13607
"``PATH2``,\n"
11429
13608
"* ``--action=done`` will just mark the conflict as resolved."
11430
13609
msgstr ""
 
13610
"* ``--action=take-this`` will revert Bazaar choice and keep ``PATH1`` by\n"
 
13611
"  issuing ``bzr mv PATH2 PATH1``,\n"
 
13612
"* ``--action=take-other`` will acknowledge Bazaar choice of keeping "
 
13613
"``PATH2``,\n"
 
13614
"* ``--action=done`` will just mark the conflict as resolved."
11431
13615
 
11432
13616
#: en/help_topics/conflict-types.txt:300
11433
13617
msgid ""
11434
13618
"Parent loop\n"
11435
13619
"-----------"
11436
13620
msgstr ""
 
13621
"Parent loop\n"
 
13622
"-----------"
11437
13623
 
11438
13624
#: en/help_topics/conflict-types.txt:305
11439
13625
msgid "  Conflict moving FILE into DIRECTORY.  Cancelled move."
11440
 
msgstr ""
 
13626
msgstr "  Conflict moving FILE into DIRECTORY.  Cancelled move."
11441
13627
 
11442
13628
#: en/help_topics/conflict-types.txt:307
11443
13629
msgid ""
11446
13632
"itself.\n"
11447
13633
"For example::"
11448
13634
msgstr ""
 
13635
"This happens when the source and the target have each moved directories, so\n"
 
13636
"that, if the change could be applied, a directory would be contained by "
 
13637
"itself.\n"
 
13638
"For example::"
11449
13639
 
11450
13640
#: en/help_topics/conflict-types.txt:311
11451
13641
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"
 
13642
"  $ bzr init\n"
 
13643
"  $ bzr mkdir white\n"
 
13644
"  $ bzr mkdir black\n"
 
13645
"  $ bzr commit -m \"BASE\"\n"
 
13646
"  $ bzr branch . ../other\n"
 
13647
"  $ bzr mv white black\n"
 
13648
"  $ bzr commit -m \"THIS\"\n"
 
13649
"  $ bzr mv ../other/black ../other/white\n"
 
13650
"  $ bzr commit ../other -m \"OTHER\"\n"
 
13651
"  $ bzr merge ../other"
11462
13652
msgstr ""
 
13653
"  $ bzr init\n"
 
13654
"  $ bzr mkdir white\n"
 
13655
"  $ bzr mkdir black\n"
 
13656
"  $ bzr commit -m \"BASE\"\n"
 
13657
"  $ bzr branch . ../other\n"
 
13658
"  $ bzr mv white black\n"
 
13659
"  $ bzr commit -m \"THIS\"\n"
 
13660
"  $ bzr mv ../other/black ../other/white\n"
 
13661
"  $ bzr commit ../other -m \"OTHER\"\n"
 
13662
"  $ bzr merge ../other"
11463
13663
 
11464
13664
#: en/help_topics/conflict-types.txt:322
11465
13665
msgid ""
11467
13667
"``black``.  To resolve that kind of conflict, you just have to decide what\n"
11468
13668
"name should be retained for the directories involved."
11469
13669
msgstr ""
 
13670
"In this situation, Bazaar will cancel the move, and leave ``white`` in\n"
 
13671
"``black``.  To resolve that kind of conflict, you just have to decide what\n"
 
13672
"name should be retained for the directories involved."
11470
13673
 
11471
13674
#: en/help_topics/conflict-types.txt:328
11472
13675
msgid ""
11473
 
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving "
11474
 
"``white`` \n"
 
13676
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving ``white`` "
 
13677
"\n"
11475
13678
"  in ``black``,\n"
11476
13679
"* ``--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"
 
13680
"   ``white`` by issuing ``bzr mv black/white white ; bzr mv black white``,\n"
11478
13681
"* ``--action=done`` will just mark the conflict as resolved."
11479
13682
msgstr ""
 
13683
"* ``--action=take-this`` will acknowledge Bazaar choice of leaving ``white`` "
 
13684
"\n"
 
13685
"  in ``black``,\n"
 
13686
"* ``--action=take-other`` will revert Bazaar choice and move ``black`` in\n"
 
13687
"   ``white`` by issuing ``bzr mv black/white white ; bzr mv black white``,\n"
 
13688
"* ``--action=done`` will just mark the conflict as resolved."
11480
13689
 
11481
13690
#: en/help_topics/conflict-types.txt:336
11482
13691
msgid ""
11483
13692
"Non-directory parent\n"
11484
13693
"--------------------"
11485
13694
msgstr ""
 
13695
"Non-directory parent\n"
 
13696
"--------------------"
11486
13697
 
11487
13698
#: en/help_topics/conflict-types.txt:341
11488
13699
msgid ""
11489
13700
"  Conflict: foo.new is not a directory, but has files in it.\n"
11490
13701
"  Created directory."
11491
13702
msgstr ""
 
13703
"  Conflict: foo.new is not a directory, but has files in it.\n"
 
13704
"  Created directory."
11492
13705
 
11493
13706
#: en/help_topics/conflict-types.txt:344
11494
13707
msgid ""
11496
13709
"side\n"
11497
13710
"has changed the directory into a file or symlink.  For example::"
11498
13711
msgstr ""
 
13712
"This happens when one side has added files to a directory, and the other "
 
13713
"side\n"
 
13714
"has changed the directory into a file or symlink.  For example::"
11499
13715
 
11500
13716
#: en/help_topics/conflict-types.txt:347
11501
13717
msgid ""
11502
 
"  $ brz init\n"
11503
 
"  $ brz mkdir foo\n"
11504
 
"  $ brz commit -m \"BASE\"\n"
11505
 
"  $ brz branch . ../other\n"
 
13718
"  $ bzr init\n"
 
13719
"  $ bzr mkdir foo\n"
 
13720
"  $ bzr commit -m \"BASE\"\n"
 
13721
"  $ bzr branch . ../other\n"
11506
13722
"  $ rmdir foo\n"
11507
13723
"  $ 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"
 
13724
"  $ bzr commit -m \"THIS\"\n"
 
13725
"  $ bzr mkdir ../other/foo/bar\n"
 
13726
"  $ bzr commit ../other -m \"OTHER\"\n"
 
13727
"  $ bzr merge ../other"
11512
13728
msgstr ""
 
13729
"  $ bzr init\n"
 
13730
"  $ bzr mkdir foo\n"
 
13731
"  $ bzr commit -m \"BASE\"\n"
 
13732
"  $ bzr branch . ../other\n"
 
13733
"  $ rmdir foo\n"
 
13734
"  $ touch foo\n"
 
13735
"  $ bzr commit -m \"THIS\"\n"
 
13736
"  $ bzr mkdir ../other/foo/bar\n"
 
13737
"  $ bzr commit ../other -m \"OTHER\"\n"
 
13738
"  $ bzr merge ../other"
11513
13739
 
11514
13740
#: en/help_topics/conflict-types.txt:358
11515
13741
msgid ""
11516
13742
"To resolve that kind of conflict, you have to decide what name should be\n"
11517
13743
"retained for the file, directory or symlink involved."
11518
13744
msgstr ""
 
13745
"To resolve that kind of conflict, you have to decide what name should be\n"
 
13746
"retained for the file, directory or symlink involved."
11519
13747
 
11520
13748
#: en/help_topics/conflict-types.txt:363
11521
13749
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"
 
13750
"* ``--action=take-this`` will issue ``bzr rm --force foo.new`` and \n"
 
13751
"  ``bzr add foo``,\n"
 
13752
"* ``--action=take-other`` will issue ``bzr rm --force foo`` and \n"
 
13753
"  ``bzr mv foo.new foo``,\n"
11526
13754
"* ``--action=done`` will just mark the conflict as resolved."
11527
13755
msgstr ""
 
13756
"* ``--action=take-this`` will issue ``bzr rm --force foo.new`` and \n"
 
13757
"  ``bzr add foo``,\n"
 
13758
"* ``--action=take-other`` will issue ``bzr rm --force foo`` and \n"
 
13759
"  ``bzr mv foo.new foo``,\n"
 
13760
"* ``--action=done`` will just mark the conflict as resolved."
11528
13761
 
11529
13762
#: en/help_topics/conflict-types.txt:371
11530
13763
msgid ""
11531
13764
"MalformedTransform\n"
11532
13765
"------------------"
11533
13766
msgstr ""
 
13767
"MalformedTransform\n"
 
13768
"------------------"
11534
13769
 
11535
13770
#: en/help_topics/conflict-types.txt:374
11536
13771
msgid ""
11541
13776
"you\n"
11542
13777
"encounter this.  Our bug tracker is at https://launchpad.net/bzr/+bugs\n"
11543
13778
msgstr ""
 
13779
"It is possible (though very rare) for Bazaar to raise a MalformedTransform\n"
 
13780
"exception.  This means that Bazaar encountered a filesystem conflict that it "
 
13781
"was\n"
 
13782
"unable to resolve.  This usually indicates a bug.  Please let us know if "
 
13783
"you\n"
 
13784
"encounter this.  Our bug tracker is at https://launchpad.net/bzr/+bugs\n"
11544
13785
 
11545
13786
#: en/help_topics/content-filters.txt:1
11546
13787
msgid ""
11547
13788
"Content Filters\n"
11548
13789
"==============="
11549
13790
msgstr ""
 
13791
"Content Filters\n"
 
13792
"==============="
11550
13793
 
11551
13794
#: en/help_topics/content-filters.txt:4
11552
13795
msgid ""
11553
13796
"Content formats\n"
11554
13797
"---------------"
11555
13798
msgstr ""
 
13799
"Content formats\n"
 
13800
"---------------"
11556
13801
 
11557
13802
#: en/help_topics/content-filters.txt:7
11558
13803
msgid ""
11565
13810
"and trailing spaces on lines in text files to be implicitly stripped\n"
11566
13811
"when committed."
11567
13812
msgstr ""
 
13813
"Bazaar's content filtering allows you to store files in a different\n"
 
13814
"format from the copy in your working tree.  This lets you, or your\n"
 
13815
"co-developers, use Windows development tools that expect CRLF files\n"
 
13816
"on projects that use other line-ending conventions. Among other things,\n"
 
13817
"content filters also let Unix developers more easily work on projects\n"
 
13818
"using Windows line-ending conventions, keyword expansion/compression,\n"
 
13819
"and trailing spaces on lines in text files to be implicitly stripped\n"
 
13820
"when committed."
11568
13821
 
11569
13822
#: en/help_topics/content-filters.txt:16
11570
13823
msgid "To generalize, there are two content formats supported by Bazaar:"
11571
 
msgstr ""
 
13824
msgstr "To generalise, there are two content formats supported by Bazaar:"
11572
13825
 
11573
13826
#: en/help_topics/content-filters.txt:18
11574
13827
msgid ""
11575
13828
"* a canonical format - how files are stored internally\n"
11576
13829
"* a convenience format - how files are created in a working tree."
11577
13830
msgstr ""
 
13831
"* a canonical format - how files are stored internally\n"
 
13832
"* a convenience format - how files are created in a working tree."
11578
13833
 
11579
13834
#: en/help_topics/content-filters.txt:21
11580
13835
msgid ""
11582
13837
"Format conversion\n"
11583
13838
"-----------------"
11584
13839
msgstr ""
 
13840
"\n"
 
13841
"Format conversion\n"
 
13842
"-----------------"
11585
13843
 
11586
13844
#: en/help_topics/content-filters.txt:25
11587
13845
msgid ""
11588
13846
"The conversion between these formats is done by content filters.\n"
11589
13847
"A content filter has two parts:"
11590
13848
msgstr ""
 
13849
"The conversion between these formats is done by content filters.\n"
 
13850
"A content filter has two parts:"
11591
13851
 
11592
13852
#: en/help_topics/content-filters.txt:28
11593
13853
msgid ""
11594
13854
"* a read converter - converts from convenience to canonical format\n"
11595
13855
"* a write converter - converts from canonical to convenience format."
11596
13856
msgstr ""
 
13857
"* a read converter - converts from convenience to canonical format\n"
 
13858
"* a write converter - converts from canonical to convenience format."
11597
13859
 
11598
13860
#: en/help_topics/content-filters.txt:31
11599
13861
msgid ""
11604
13866
"trailing whitespace off lines in source code while the matching\n"
11605
13867
"write converter might pass content through unchanged."
11606
13868
msgstr ""
 
13869
"Many of these converters will provide *round-trip* conversion,\n"
 
13870
"i.e. applying the read converter followed by the write converter\n"
 
13871
"gives back the original content. However, others may provide an\n"
 
13872
"asymmetric conversion. For example, a read converter might strip\n"
 
13873
"trailing whitespace off lines in source code while the matching\n"
 
13874
"write converter might pass content through unchanged."
11607
13875
 
11608
13876
#: en/help_topics/content-filters.txt:38
11609
13877
msgid ""
11611
13879
"Enabling content filters\n"
11612
13880
"------------------------"
11613
13881
msgstr ""
 
13882
"\n"
 
13883
"Enabling content filters\n"
 
13884
"------------------------"
11614
13885
 
11615
13886
#: en/help_topics/content-filters.txt:42
11616
13887
msgid ""
11620
13891
"they filter, e.g. only files ending in ``.java`` or ``.php``.\n"
11621
13892
"In other cases, the plugin may leave it in the user's hands to\n"
11622
13893
"define which files are to be filtered. This is typically done\n"
11623
 
"using rule-based preferences. See ``brz help rules`` for general\n"
 
13894
"using rule-based preferences. See ``bzr help rules`` for general\n"
11624
13895
"information about defining these."
11625
13896
msgstr ""
 
13897
"Content filters are typically provided by plugins, so the first step\n"
 
13898
"in using them is to install the relevant plugins and read their\n"
 
13899
"documentation. Some plugins may be very specific about which files\n"
 
13900
"they filter, e.g. only files ending in ``.java`` or ``.php``.\n"
 
13901
"In other cases, the plugin may leave it in the user's hands to\n"
 
13902
"define which files are to be filtered. This is typically done\n"
 
13903
"using rule-based preferences. See ``bzr help rules`` for general\n"
 
13904
"information about defining these."
11626
13905
 
11627
13906
#: en/help_topics/content-filters.txt:51
11628
13907
msgid ""
11630
13909
"Impact on commands\n"
11631
13910
"------------------"
11632
13911
msgstr ""
 
13912
"\n"
 
13913
"Impact on commands\n"
 
13914
"------------------"
11633
13915
 
11634
13916
#: en/help_topics/content-filters.txt:55
11635
13917
msgid ""
11636
13918
"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"
 
13919
"a working tree, e.g. status, diff and commit. For example, ``bzr diff``\n"
11638
13920
"will apply read converters to files in the working tree, then compare\n"
11639
13921
"the results to the content last committed."
11640
13922
msgstr ""
 
13923
"Read converters are only applied to commands that read content from\n"
 
13924
"a working tree, e.g. status, diff and commit. For example, ``bzr diff``\n"
 
13925
"will apply read converters to files in the working tree, then compare\n"
 
13926
"the results to the content last committed."
11641
13927
 
11642
13928
#: en/help_topics/content-filters.txt:60
11643
13929
msgid ""
11644
13930
"Write converters are only applied by commands that **create files in a\n"
11645
13931
"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"
 
13932
"canonical format of a file or tree, use ``bzr cat`` or ``bzr export``\n"
11647
13933
"respectively."
11648
13934
msgstr ""
 
13935
"Write converters are only applied by commands that **create files in a\n"
 
13936
"working tree**, e.g. branch, checkout, update. If you wish to see the\n"
 
13937
"canonical format of a file or tree, use ``bzr cat`` or ``bzr export``\n"
 
13938
"respectively."
11649
13939
 
11650
13940
#: en/help_topics/content-filters.txt:65
11651
13941
msgid ""
11652
 
"Note: ``brz commit`` does not implicitly apply write converters after\n"
 
13942
"Note: ``bzr commit`` does not implicitly apply write converters after\n"
11653
13943
"comitting files. If this makes sense for a given plugin providing\n"
11654
13944
"a content filter, the plugin can usually achieve this effect by using a\n"
11655
13945
"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n"
11656
13946
"for more information on hooks."
11657
13947
msgstr ""
 
13948
"Note: ``bzr commit`` does not implicitly apply write converters after\n"
 
13949
"committing files. If this makes sense for a given plugin providing\n"
 
13950
"a content filter, the plugin can usually achieve this effect by using a\n"
 
13951
"``start_commit`` or ``post_commit`` hook say. See :doc:`hooks-help`\n"
 
13952
"for more information on hooks."
11658
13953
 
11659
13954
#: en/help_topics/content-filters.txt:71
11660
13955
msgid ""
11662
13957
"Refreshing your working tree\n"
11663
13958
"----------------------------"
11664
13959
msgstr ""
 
13960
"\n"
 
13961
"Refreshing your working tree\n"
 
13962
"----------------------------"
11665
13963
 
11666
13964
#: en/help_topics/content-filters.txt:75
11667
13965
msgid ""
11672
13970
"in one or both directions, e.g. after installing or reconfiguring\n"
11673
13971
"plugins providing it."
11674
13972
msgstr ""
 
13973
"For performance reasons, Bazaar caches the timestamps of files in\n"
 
13974
"a working tree, and assumes files are unchanged if their timestamps\n"
 
13975
"match the cached values. As a consequence, there are times when\n"
 
13976
"you may need to explicitly ask for content filtering to be reapplied\n"
 
13977
"in one or both directions, e.g. after installing or reconfiguring\n"
 
13978
"plugins providing it."
11675
13979
 
11676
13980
#: en/help_topics/content-filters.txt:82
11677
13981
msgid "Here are some general guidelines for doing this:"
11678
 
msgstr ""
 
13982
msgstr "Here are some general guidelines for doing this:"
11679
13983
 
11680
13984
#: en/help_topics/content-filters.txt:84
11681
13985
msgid ""
11682
13986
" * To reapply read converters, ``touch`` files, i.e. update their\n"
11683
 
"   timestamp. Operations like ``brz status`` should then reapply the\n"
 
13987
"   timestamp. Operations like ``bzr status`` should then reapply the\n"
11684
13988
"   relevant read converters and compare the end result with the\n"
11685
13989
"   canonical format."
11686
13990
msgstr ""
 
13991
" * To reapply read converters, ``touch`` files, i.e. update their\n"
 
13992
"   timestamp. Operations like ``bzr status`` should then reapply the\n"
 
13993
"   relevant read converters and compare the end result with the\n"
 
13994
"   canonical format."
11687
13995
 
11688
13996
#: en/help_topics/content-filters.txt:89
11689
13997
msgid ""
11690
13998
" * To reapply write converters, ensure there are no local changes,\n"
11691
 
"   delete the relevant files and run ``brz revert`` on those files."
 
13999
"   delete the relevant files and run ``bzr revert`` on those files."
11692
14000
msgstr ""
 
14001
" * To reapply write converters, ensure there are no local changes,\n"
 
14002
"   delete the relevant files and run ``bzr revert`` on those files."
11693
14003
 
11694
14004
#: en/help_topics/content-filters.txt:92
11695
14005
msgid ""
11696
14006
"Note: In the future, it is likely that additional options will be added\n"
11697
14007
"to commands to make this refreshing process faster and safer.\n"
11698
14008
msgstr ""
 
14009
"Note: In the future, it is likely that additional options will be added\n"
 
14010
"to commands to make this refreshing process faster and safer.\n"
11699
14011
 
11700
14012
#: en/help_topics/current-formats.txt:1
11701
14013
msgid "Current Storage Formats"
11702
 
msgstr ""
 
14014
msgstr "Current Storage Formats"
11703
14015
 
11704
14016
#: en/help_topics/current-formats.txt:3
11705
14017
msgid ""
11708
14020
"    compress storage. Provides rich roots which are a one-way\n"
11709
14021
"    transition."
11710
14022
msgstr ""
 
14023
":2a:\n"
 
14024
"    (native) (default) Format for the bzr 2.0 series. Uses group-\n"
 
14025
"    compress storage. Provides rich roots which are a one-way\n"
 
14026
"    transition."
11711
14027
 
11712
14028
#: en/help_topics/current-formats.txt:8 en/help_topics/other-formats.txt:17
11713
14029
msgid ""
11714
14030
"\n"
11715
14031
"See :doc:`formats-help` for more about storage formats."
11716
14032
msgstr ""
 
14033
"\n"
 
14034
"See :doc:`formats-help` for more about storage formats."
11717
14035
 
11718
14036
#: en/help_topics/debug-flags.txt:1
11719
14037
msgid ""
11720
14038
"Debug Flags\n"
11721
14039
"==========="
11722
14040
msgstr ""
 
14041
"Debug Flags\n"
 
14042
"==========="
11723
14043
 
11724
14044
#: en/help_topics/debug-flags.txt:4
11725
14045
msgid ""
11726
 
"These flags can be passed on the brz command line or (without the ``-D``\n"
 
14046
"These flags can be passed on the bzr command line or (without the ``-D``\n"
11727
14047
"prefix) put in the ``debug_flags`` variable in ``bazaar.conf``."
11728
14048
msgstr ""
 
14049
"These flags can be passed on the bzr command line or (without the ``-D``\n"
 
14050
"prefix) put in the ``debug_flags`` variable in ``bazaar.conf``."
11729
14051
 
11730
14052
#: en/help_topics/debug-flags.txt:7
11731
14053
msgid ""
11776
14098
"appropriate\n"
11777
14099
"                  for the format, even for non-local fetches.\n"
11778
14100
msgstr ""
 
14101
"-Dauth            Trace authentication sections used.\n"
 
14102
"-Dbytes           Print out how many bytes were transferred\n"
 
14103
"-Ddirstate        Trace dirstate activity (verbose!)\n"
 
14104
"-Derror           Instead of normal error handling, always print a "
 
14105
"traceback\n"
 
14106
"                  on error.\n"
 
14107
"-Devil            Capture call sites that do expensive or badly-scaling\n"
 
14108
"                  operations.\n"
 
14109
"-Dfetch           Trace history copying between repositories.\n"
 
14110
"-Dfilters         Emit information for debugging content filtering.\n"
 
14111
"-Dforceinvdeltas  Force use of inventory deltas during generic streaming "
 
14112
"fetch.\n"
 
14113
"-Dgraph           Trace graph traversal.\n"
 
14114
"-Dhashcache       Log every time a working file is read to determine its "
 
14115
"hash.\n"
 
14116
"-Dhooks           Trace hook execution.\n"
 
14117
"-Dhpss            Trace smart protocol requests and responses.\n"
 
14118
"-Dhpssdetail      More hpss details.\n"
 
14119
"-Dhpssvfs         Traceback on vfs access to Remote objects.\n"
 
14120
"-Dhttp            Trace http connections, requests and responses.\n"
 
14121
"-Dindex           Trace major index operations.\n"
 
14122
"-Dknit            Trace knit operations.\n"
 
14123
"-Dlock            Trace when lockdir locks are taken or released.\n"
 
14124
"-Dnoretry         If a connection is reset, fail immediately rather than\n"
 
14125
"                  retrying the request.\n"
 
14126
"-Dprogress        Trace progress bar operations.\n"
 
14127
"-Dmem_dump        Dump memory to a file upon an out of memory error.\n"
 
14128
"-Dmerge           Emit information for debugging merges.\n"
 
14129
"-Dno_apport       Don't use apport to report crashes.\n"
 
14130
"-Dno_activity \t  Don't show transport activity indicator in progress bar.\n"
 
14131
"-Dpack            Emit information about pack operations.\n"
 
14132
"-Drelock          Emit a message every time a branch or repository object "
 
14133
"is\n"
 
14134
"                  unlocked then relocked the same way.\n"
 
14135
"-Dsftp            Trace SFTP internals.\n"
 
14136
"-Dstatic_tuple    Error when a tuple is used where a StaticTuple is "
 
14137
"expected\n"
 
14138
"-Dstream          Trace fetch streams.\n"
 
14139
"-Dstrict_locks    Trace when OS locks are potentially used in a non-"
 
14140
"portable\n"
 
14141
"                  manner.\n"
 
14142
"-Dunlock          Some errors during unlock are treated as warnings.\n"
 
14143
"-DIDS_never       Never use InterDifferingSerializer when fetching.\n"
 
14144
"-DIDS_always      Always use InterDifferingSerializer to fetch if "
 
14145
"appropriate\n"
 
14146
"                  for the format, even for non-local fetches.\n"
11779
14147
 
11780
14148
#: en/help_topics/diverged-branches.txt:1
11781
14149
msgid ""
11782
14150
"Diverged Branches\n"
11783
14151
"================="
11784
14152
msgstr ""
 
14153
"Diverged Branches\n"
 
14154
"================="
11785
14155
 
11786
14156
#: en/help_topics/diverged-branches.txt:4
11787
14157
msgid ""
11797
14167
"source\n"
11798
14168
"branch."
11799
14169
msgstr ""
 
14170
"When Bazaar tries to push one branch onto another, it requires that the\n"
 
14171
"destination branch must be ready to receive the source branch.  If this "
 
14172
"isn't\n"
 
14173
"the case, then we say that the branches have ``diverged``.  Branches are\n"
 
14174
"considered diverged if the destination branch's most recent commit is one "
 
14175
"that\n"
 
14176
"has not been merged (directly or indirectly) by the source branch.  To "
 
14177
"recover\n"
 
14178
"from diverged branches, one must merge the missing revisions into the "
 
14179
"source\n"
 
14180
"branch."
11800
14181
 
11801
14182
#: en/help_topics/diverged-branches.txt:12
11802
14183
msgid ""
11805
14186
"last pull and you have local commits that have not yet been pushed to the\n"
11806
14187
"mainline, then your local branch and the mainline have diverged."
11807
14188
msgstr ""
 
14189
"This situation commonly arises when using a centralised workflow with local\n"
 
14190
"commits.  If someone else has committed new work to the mainline since your\n"
 
14191
"last pull and you have local commits that have not yet been pushed to the\n"
 
14192
"mainline, then your local branch and the mainline have diverged."
11808
14193
 
11809
14194
#: en/help_topics/diverged-branches.txt:17
11810
14195
msgid ""
11811
14196
"Discovering What Has Diverged\n"
11812
14197
"-----------------------------"
11813
14198
msgstr ""
 
14199
"Discovering What Has Diverged\n"
 
14200
"-----------------------------"
11814
14201
 
11815
14202
#: en/help_topics/diverged-branches.txt:20
11816
14203
msgid ""
11817
 
"The ``brz missing`` command is used to find out what revisions are in "
 
14204
"The ``bzr missing`` command is used to find out what revisions are in "
11818
14205
"another\n"
11819
14206
"branch that are not present in the current branch, and vice-versa.  It shows "
11820
14207
"a\n"
11821
14208
"summary of  which extra revisions exist in each branch.  If you want to see "
11822
14209
"the\n"
11823
 
"precise effects of those revisions, you can use ``brz diff --"
 
14210
"precise effects of those revisions, you can use ``bzr diff --"
11824
14211
"old=other_branch``\n"
11825
14212
"to show the differences between other_branch and your current branch."
11826
14213
msgstr ""
 
14214
"The ``bzr missing`` command is used to find out what revisions are in "
 
14215
"another\n"
 
14216
"branch that are not present in the current branch, and vice-versa.  It shows "
 
14217
"a\n"
 
14218
"summary of  which extra revisions exist in each branch.  If you want to see "
 
14219
"the\n"
 
14220
"precise effects of those revisions, you can use ``bzr diff --"
 
14221
"old=other_branch``\n"
 
14222
"to show the differences between other_branch and your current branch."
11827
14223
 
11828
14224
#: en/help_topics/diverged-branches.txt:26
11829
14225
msgid ""
11830
14226
"A Solution\n"
11831
14227
"----------"
11832
14228
msgstr ""
 
14229
"A Solution\n"
 
14230
"----------"
11833
14231
 
11834
14232
#: en/help_topics/diverged-branches.txt:29
11835
14233
msgid ""
11836
14234
"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"
 
14235
"branch.  To do so, use ``bzr merge`` to get the new revisions from the\n"
11838
14236
"mainline.  This merge may result in conflicts if the other developer's "
11839
14237
"changes\n"
11840
14238
"overlap with your changes.  These conflicts should be resolved before\n"
11846
14244
"resulting working tree for correctness, since the merged revisions could "
11847
14245
"have\n"
11848
14246
"made arbitrary changes.  After testing, you should commit the merge using\n"
11849
 
"``brz commit``.  This clears up the diverged branches situation.  Your "
 
14247
"``bzr commit``.  This clears up the diverged branches situation.  Your "
11850
14248
"local\n"
11851
14249
"branch can now be pushed to the mainline.\n"
11852
14250
msgstr ""
 
14251
"The solution is to merge the revisions from the mainline into your local\n"
 
14252
"branch.  To do so, use ``bzr merge`` to get the new revisions from the\n"
 
14253
"mainline.  This merge may result in conflicts if the other developer's "
 
14254
"changes\n"
 
14255
"overlap with your changes.  These conflicts should be resolved before\n"
 
14256
"continuing. After any conflicts have been resolved, or even if there were "
 
14257
"no\n"
 
14258
"conflicts, Bazaar requires that you explicitly commit these new revisions\n"
 
14259
"to your local branch.  This requirement gives you an opportunity to test "
 
14260
"the\n"
 
14261
"resulting working tree for correctness, since the merged revisions could "
 
14262
"have\n"
 
14263
"made arbitrary changes.  After testing, you should commit the merge using\n"
 
14264
"``bzr commit``.  This clears up the diverged branches situation.  Your "
 
14265
"local\n"
 
14266
"branch can now be pushed to the mainline.\n"
11853
14267
 
11854
14268
#: en/help_topics/env-variables.txt:1
11855
14269
msgid "Environment Variables"
11856
 
msgstr ""
 
14270
msgstr "Environment Variables"
11857
14271
 
11858
14272
#: 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
14273
msgid ""
11864
14274
"=================== "
11865
14275
"===========================================================\n"
11866
14276
"BZRPATH             Path where bzr is to look for shell plugin external\n"
11867
14277
"                    commands.\n"
11868
 
"BRZ_EMAIL           E-Mail address of the user. Overrides EMAIL.\n"
 
14278
"BZR_EMAIL           E-Mail address of the user. Overrides EMAIL.\n"
11869
14279
"EMAIL               E-Mail address of the user.\n"
11870
 
"BRZ_EDITOR          Editor for editing commit messages. Overrides EDITOR.\n"
 
14280
"BZR_EDITOR          Editor for editing commit messages. Overrides EDITOR.\n"
11871
14281
"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 "
 
14282
"BZR_PLUGIN_PATH     Paths where bzr should look for plugins.\n"
 
14283
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
 
14284
"BZR_PLUGINS_AT      Plugins to load from a directory not in "
 
14285
"BZR_PLUGIN_PATH.\n"
 
14286
"BZR_HOME            Directory holding .bazaar config dir. Overrides HOME.\n"
 
14287
"BZR_HOME (Win32)    Directory holding bazaar config dir. Overrides APPDATA "
11878
14288
"and\n"
11879
14289
"                    HOME.\n"
11880
14290
"BZR_REMOTE_PATH     Full name of remote 'bzr' command (for bzr+ssh:// "
11881
14291
"URLs).\n"
11882
 
"BRZ_SSH             Path to SSH client, or one of paramiko, openssh, "
 
14292
"BZR_SSH             Path to SSH client, or one of paramiko, openssh, "
11883
14293
"sshcorp,\n"
11884
14294
"                    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 "
 
14295
"BZR_LOG             Location of .bzr.log (use '/dev/null' to suppress log).\n"
 
14296
"BZR_LOG (Win32)     Location of .bzr.log (use 'NUL' to suppress log).\n"
 
14297
"BZR_COLUMNS         Override implicit terminal width.\n"
 
14298
"BZR_CONCURRENCY     Number of processes that can be run concurrently "
11889
14299
"(selftest)\n"
11890
 
"BRZ_PROGRESS_BAR    Override the progress display. Values are 'none' or "
 
14300
"BZR_PROGRESS_BAR    Override the progress display. Values are 'none' or "
11891
14301
"'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"
 
14302
"BZR_PDB             Control whether to launch a debugger on error.\n"
 
14303
"BZR_SIGQUIT_PDB     Control whether SIGQUIT behaves normally or invokes a\n"
11894
14304
"                    breakin debugger.\n"
11895
 
"BRZ_TEXTUI_INPUT    Force console input mode for prompts to line-based "
 
14305
"BZR_TEXTUI_INPUT    Force console input mode for prompts to line-based "
11896
14306
"(instead\n"
11897
14307
"                    of char-based).\n"
11898
14308
"=================== "
11899
14309
"===========================================================\n"
11900
14310
msgstr ""
 
14311
"=================== "
 
14312
"===========================================================\n"
 
14313
"BZRPATH             Path where bzr is to look for shell plugin external\n"
 
14314
"                    commands.\n"
 
14315
"BZR_EMAIL           E-Mail address of the user. Overrides EMAIL.\n"
 
14316
"EMAIL               E-Mail address of the user.\n"
 
14317
"BZR_EDITOR          Editor for editing commit messages. Overrides EDITOR.\n"
 
14318
"EDITOR              Editor for editing commit messages.\n"
 
14319
"BZR_PLUGIN_PATH     Paths where bzr should look for plugins.\n"
 
14320
"BZR_DISABLE_PLUGINS Plugins that bzr should not load.\n"
 
14321
"BZR_PLUGINS_AT      Plugins to load from a directory not in "
 
14322
"BZR_PLUGIN_PATH.\n"
 
14323
"BZR_HOME            Directory holding .bazaar config dir. Overrides HOME.\n"
 
14324
"BZR_HOME (Win32)    Directory holding bazaar config dir. Overrides APPDATA "
 
14325
"and\n"
 
14326
"                    HOME.\n"
 
14327
"BZR_REMOTE_PATH     Full name of remote 'bzr' command (for bzr+ssh:// "
 
14328
"URLs).\n"
 
14329
"BZR_SSH             Path to SSH client, or one of paramiko, openssh, "
 
14330
"sshcorp,\n"
 
14331
"                    plink or lsh.\n"
 
14332
"BZR_LOG             Location of .bzr.log (use '/dev/null' to suppress log).\n"
 
14333
"BZR_LOG (Win32)     Location of .bzr.log (use 'NUL' to suppress log).\n"
 
14334
"BZR_COLUMNS         Override implicit terminal width.\n"
 
14335
"BZR_CONCURRENCY     Number of processes that can be run concurrently "
 
14336
"(selftest)\n"
 
14337
"BZR_PROGRESS_BAR    Override the progress display. Values are 'none' or "
 
14338
"'text'.\n"
 
14339
"BZR_PDB             Control whether to launch a debugger on error.\n"
 
14340
"BZR_SIGQUIT_PDB     Control whether SIGQUIT behaves normally or invokes a\n"
 
14341
"                    breakin debugger.\n"
 
14342
"BZR_TEXTUI_INPUT    Force console input mode for prompts to line-based "
 
14343
"(instead\n"
 
14344
"                    of char-based).\n"
 
14345
"=================== "
 
14346
"===========================================================\n"
11901
14347
 
11902
14348
#: en/help_topics/eol.txt:1
11903
14349
msgid ""
11904
14350
"End of Line Conversion\n"
11905
14351
"======================"
11906
14352
msgstr ""
 
14353
"End of Line Conversion\n"
 
14354
"======================"
11907
14355
 
11908
14356
#: en/help_topics/eol.txt:4
11909
14357
msgid ""
11910
14358
"EOL conversion is provided as a content filter where Bazaar internally\n"
11911
14359
"stores a canonical format but outputs a convenience format. See\n"
11912
 
"``brz help content-filters`` for general information about using these."
 
14360
"``bzr help content-filters`` for general information about using these."
11913
14361
msgstr ""
 
14362
"EOL conversion is provided as a content filter where Bazaar internally\n"
 
14363
"stores a canonical format but outputs a convenience format. See\n"
 
14364
"``bzr help content-filters`` for general information about using these."
11914
14365
 
11915
14366
#: en/help_topics/eol.txt:8
11916
14367
msgid ""
11918
14369
"e.g. 1.14. Be sure that both the repository *and* the branch are\n"
11919
14370
"in a recent format. (Just setting the format on the repository\n"
11920
14371
"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"
 
14372
"'bzr info -v' to confirm that the branch is using \"Working tree format 5\"\n"
11922
14373
"or later."
11923
14374
msgstr ""
 
14375
"Note: Content filtering is only supported in recently added formats,\n"
 
14376
"e.g. 1.14. Be sure that both the repository *and* the branch are\n"
 
14377
"in a recent format. (Just setting the format on the repository\n"
 
14378
"is not enough.) If content filtering does not appear to be working, use\n"
 
14379
"'bzr info -v' to confirm that the branch is using \"Working tree format 5\"\n"
 
14380
"or later."
11924
14381
 
11925
14382
#: en/help_topics/eol.txt:15
11926
14383
msgid ""
11927
14384
"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"
 
14385
"rules. See ``bzr help rules`` for general information on defining rules.\n"
 
14386
"Currently, rules are only supported in $BZR_HOME/.bazaar/rules (or\n"
 
14387
"%BZR_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
11931
14388
"supported in a future verison of Bazaar."
11932
14389
msgstr ""
 
14390
"EOL conversion needs to be enabled for selected file patterns using\n"
 
14391
"rules. See ``bzr help rules`` for general information on defining rules.\n"
 
14392
"Currently, rules are only supported in $BZR_HOME/.bazaar/rules (or\n"
 
14393
"%BZR_HOME%/bazaar/2.0/rules on Windows). Branch specific rules will be\n"
 
14394
"supported in a future version of Bazaar."
11933
14395
 
11934
14396
#: en/help_topics/eol.txt:21
11935
14397
msgid ""
11936
14398
"To configure which files to filter, set ``eol`` to one of the values below.\n"
11937
14399
"(If a value is not set, ``exact`` is the default.)"
11938
14400
msgstr ""
 
14401
"To configure which files to filter, set ``eol`` to one of the values below.\n"
 
14402
"(If a value is not set, ``exact`` is the default.)"
11939
14403
 
11940
14404
#: en/help_topics/eol.txt:24
11941
14405
msgid ""
11951
14415
" ``exact``  No conversion                         Exactly as in file\n"
11952
14416
" ========== ===================================== ======================"
11953
14417
msgstr ""
 
14418
" ========== ===================================== ======================\n"
 
14419
" Value      Checkout end-of-lines as              Commit end-of-lines as\n"
 
14420
" ========== ===================================== ======================\n"
 
14421
" ``native`` ``crlf`` on Windows, ``lf`` otherwise ``lf``\n"
 
14422
" ---------- ------------------------------------- ----------------------\n"
 
14423
" ``lf``     ``lf``                                ``lf``\n"
 
14424
" ---------- ------------------------------------- ----------------------\n"
 
14425
" ``crlf``   ``crlf``                              ``lf``\n"
 
14426
" ---------- ------------------------------------- ----------------------\n"
 
14427
" ``exact``  No conversion                         Exactly as in file\n"
 
14428
" ========== ===================================== ======================"
11954
14429
 
11955
14430
#: en/help_topics/eol.txt:36
11956
14431
msgid ""
11957
14432
"Note: For safety reasons, no conversion is applied to any file where a null\n"
11958
14433
"byte is detected in the file."
11959
14434
msgstr ""
 
14435
"Note: For safety reasons, no conversion is applied to any file where a null\n"
 
14436
"byte is detected in the file."
11960
14437
 
11961
14438
#: en/help_topics/eol.txt:39
11962
14439
msgid ""
11963
14440
"For users working on a cross-platform project, here is a suggested rule\n"
11964
14441
"to use as a starting point::"
11965
14442
msgstr ""
 
14443
"For users working on a cross-platform project, here is a suggested rule\n"
 
14444
"to use as a starting point::"
11966
14445
 
11967
14446
#: en/help_topics/eol.txt:42 en/help_topics/eol.txt:52
11968
14447
#: en/help_topics/eol.txt:67 en/help_topics/eol.txt:82
11970
14449
"  [name *]\n"
11971
14450
"  eol = native"
11972
14451
msgstr ""
 
14452
"  [name *]\n"
 
14453
"  eol = native"
11973
14454
 
11974
14455
#: en/help_topics/eol.txt:45
11975
14456
msgid ""
11977
14458
"sure to add ``eol = exact`` rules for those as well. You can do this\n"
11978
14459
"by giving more explicit patterns earlier in the rules file. For example::"
11979
14460
msgstr ""
 
14461
"If you have binary files that do not contain a null byte though, be\n"
 
14462
"sure to add ``eol = exact`` rules for those as well. You can do this\n"
 
14463
"by giving more explicit patterns earlier in the rules file. For example::"
11980
14464
 
11981
14465
#: en/help_topics/eol.txt:49
11982
14466
msgid ""
11983
14467
"  [name *.png]\n"
11984
14468
"  eol = exact"
11985
14469
msgstr ""
 
14470
"  [name *.png]\n"
 
14471
"  eol = exact"
11986
14472
 
11987
14473
#: en/help_topics/eol.txt:55
11988
14474
msgid ""
11992
14478
"endings or line endings get mixed during editing, it gets committed\n"
11993
14479
"correctly and gets checked out correctly. For example::"
11994
14480
msgstr ""
 
14481
"If your working tree is on a network drive shared by users on different\n"
 
14482
"operating systems, you typically want to force certain conventions for\n"
 
14483
"certain files. In that way, if a file is created with the wrong line\n"
 
14484
"endings or line endings get mixed during editing, it gets committed\n"
 
14485
"correctly and gets checked out correctly. For example::"
11995
14486
 
11996
14487
#: en/help_topics/eol.txt:61
11997
14488
msgid ""
11998
14489
"  [name *.bat]\n"
11999
14490
"  eol = crlf"
12000
14491
msgstr ""
 
14492
"  [name *.bat]\n"
 
14493
"  eol = crlf"
12001
14494
 
12002
14495
#: en/help_topics/eol.txt:64
12003
14496
msgid ""
12004
14497
"  [name *.sh]\n"
12005
14498
"  eol = lf"
12006
14499
msgstr ""
 
14500
"  [name *.sh]\n"
 
14501
"  eol = lf"
12007
14502
 
12008
14503
#: en/help_topics/eol.txt:70
12009
14504
msgid ""
12013
14508
"introducing mixed line endings will be corrected during commit for files\n"
12014
14509
"with those settings."
12015
14510
msgstr ""
 
14511
"If you take the care to create files with their required endings, you can\n"
 
14512
"achieve *almost* the same thing by using ``eol = exact``. It is slightly\n"
 
14513
"safer to use ``lf`` and ``crlf`` though because edits accidentally\n"
 
14514
"introducing mixed line endings will be corrected during commit for files\n"
 
14515
"with those settings."
12016
14516
 
12017
14517
#: en/help_topics/eol.txt:76
12018
14518
msgid ""
12019
14519
"If you have sample test data that deliberately has text files with mixed\n"
12020
14520
"newline conventions, you can ask for those to be left alone like this::"
12021
14521
msgstr ""
 
14522
"If you have sample test data that deliberately has text files with mixed\n"
 
14523
"newline conventions, you can ask for those to be left alone like this::"
12022
14524
 
12023
14525
#: en/help_topics/eol.txt:79
12024
14526
msgid ""
12025
14527
"  [name test_data/]\n"
12026
14528
"  eol = exact"
12027
14529
msgstr ""
 
14530
"  [name test_data/]\n"
 
14531
"  eol = exact"
12028
14532
 
12029
14533
#: en/help_topics/eol.txt:85
12030
14534
msgid ""
12034
14538
"In the future, a ``binary = true`` rule may be added but it is not\n"
12035
14539
"supported yet.)"
12036
14540
msgstr ""
 
14541
"Note that ``exact`` does not imply the file is binary but it does mean\n"
 
14542
"that no conversion of end-of-lines will be done. (Bazaar currently relies\n"
 
14543
"of content analysis to detect binary files for commands like ``diff``.\n"
 
14544
"In the future, a ``binary = true`` rule may be added but it is not\n"
 
14545
"supported yet.)"
12037
14546
 
12038
14547
#: en/help_topics/eol.txt:91
12039
14548
msgid ""
12044
14553
"may also help users who do not have rules configured. To do this, set\n"
12045
14554
"``eol`` to one of the values below."
12046
14555
msgstr ""
 
14556
"If you have an existing repository with text files already stored using\n"
 
14557
"Windows newline conventions (``crlf``), then you may want to keep using "
 
14558
"that\n"
 
14559
"convention in the repository. Forcing certain files to this convention\n"
 
14560
"may also help users who do not have rules configured. To do this, set\n"
 
14561
"``eol`` to one of the values below."
12047
14562
 
12048
14563
#: en/help_topics/eol.txt:97
12049
14564
msgid ""
12055
14570
"======================\n"
12056
14571
" ``native-with-crlf-in-repo`` ``crlf`` on Windows,     ``crlf``\n"
12057
14572
"                              ``lf`` otherwise\n"
12058
 
" ---------------------------- ------------------------ "
12059
 
"----------------------\n"
 
14573
" ---------------------------- ------------------------ ----------------------"
 
14574
"\n"
12060
14575
" ``lf-with-crlf-in-repo``     ``lf``                   ``crlf``\n"
12061
 
" ---------------------------- ------------------------ "
12062
 
"----------------------\n"
 
14576
" ---------------------------- ------------------------ ----------------------"
 
14577
"\n"
12063
14578
" ``crlf-with-crlf-in-repo``   ``crlf``                 ``crlf``\n"
12064
14579
" ============================ ======================== ======================"
12065
14580
msgstr ""
 
14581
" ============================ ======================== "
 
14582
"======================\n"
 
14583
" Value                        Checkout end-of-lines as Commit end-of-lines "
 
14584
"as\n"
 
14585
" ============================ ======================== "
 
14586
"======================\n"
 
14587
" ``native-with-crlf-in-repo`` ``crlf`` on Windows,     ``crlf``\n"
 
14588
"                              ``lf`` otherwise\n"
 
14589
" ---------------------------- ------------------------ ----------------------"
 
14590
"\n"
 
14591
" ``lf-with-crlf-in-repo``     ``lf``                   ``crlf``\n"
 
14592
" ---------------------------- ------------------------ ----------------------"
 
14593
"\n"
 
14594
" ``crlf-with-crlf-in-repo``   ``crlf``                 ``crlf``\n"
 
14595
" ============================ ======================== ======================"
12066
14596
 
12067
14597
#: en/help_topics/eol.txt:108
12068
14598
msgid ""
12070
14600
"conventions in their Bazaar repository, this rule is suggested as a\n"
12071
14601
"starting point::"
12072
14602
msgstr ""
 
14603
"For users working on an existing project that uses Windows newline\n"
 
14604
"conventions in their Bazaar repository, this rule is suggested as a\n"
 
14605
"starting point::"
12073
14606
 
12074
14607
#: en/help_topics/eol.txt:112
12075
14608
msgid ""
12076
14609
"  [name *]\n"
12077
14610
"  eol = native-with-crlf-in-repo"
12078
14611
msgstr ""
 
14612
"  [name *]\n"
 
14613
"  eol = native-with-crlf-in-repo"
12079
14614
 
12080
14615
#: en/help_topics/eol.txt:115
12081
14616
msgid ""
12083
14618
"and that users stick to the basic settings, i.e. ``native``, ``lf``,\n"
12084
14619
"``crlf`` and ``exact``."
12085
14620
msgstr ""
 
14621
"For new projects, it is recommended that end-of-lines be stored as ``lf``\n"
 
14622
"and that users stick to the basic settings, i.e. ``native``, ``lf``,\n"
 
14623
"``crlf`` and ``exact``."
12086
14624
 
12087
14625
#: en/help_topics/eol.txt:119
12088
14626
msgid ""
12091
14629
"are found. A precommit hook should be used if you wish to validate\n"
12092
14630
"(and not just convert) content before committing.\n"
12093
14631
msgstr ""
 
14632
"Note: Bazaar's EOL conversion will convert the content of files but\n"
 
14633
"never reject files because a given line ending or mixed line endings\n"
 
14634
"are found. A pre-commit hook should be used if you wish to validate\n"
 
14635
"(and not just convert) content before committing.\n"
12094
14636
 
12095
14637
#: en/help_topics/hidden-commands.txt:1
12096
14638
msgid ""
12128
14670
"touching-revisions   Return revision-ids which affected a particular file.\n"
12129
14671
"unknowns             List unknown files.\n"
12130
14672
"wait-until-signalled Test helper for\n"
12131
 
"                     test_start_and_stop_brz_subprocess_send_signal.\n"
 
14673
"                     test_start_and_stop_bzr_subprocess_send_signal.\n"
12132
14674
msgstr ""
 
14675
"added                List files added in working tree.\n"
 
14676
"ancestry             List all revisions merged into this branch.\n"
 
14677
"assert-fail          Test reporting of assertion failures\n"
 
14678
"bundle-info          Output interesting stats about a bundle\n"
 
14679
"bundle-revisions     Create a merge-directive for submitting changes.\n"
 
14680
"cat-revision         Write out metadata for a revision.\n"
 
14681
"dump-btree           Dump the contents of a btree index file to stdout.\n"
 
14682
"export-pot           Export command helps and error messages in po format.\n"
 
14683
"file-id              Print file_id of a particular file or directory.\n"
 
14684
"file-path            Print path of file_ids to a file or directory.\n"
 
14685
"find-merge-base      Find and print a base revision for merging two "
 
14686
"branches.\n"
 
14687
"hooks                Show hooks.\n"
 
14688
"inventory            Show inventory of the current working copy or a "
 
14689
"revision.\n"
 
14690
"local-time-offset    Show the offset in seconds from GMT to local time.\n"
 
14691
"lookup-revision      Lookup the revision-id from a revision-number\n"
 
14692
"merge-directive      Generate a merge directive for auto-merge tools.\n"
 
14693
"modified             List files modified in working tree.\n"
 
14694
"re-sign              Create a digital signature for an existing revision.\n"
 
14695
"reference            list, view and set branch locations for nested trees.\n"
 
14696
"relpath              Show path of a file relative to root\n"
 
14697
"repair-workingtree   Reset the working tree state file.\n"
 
14698
"revision-history     Display the list of revision ids on a branch.\n"
 
14699
"revision-info        Show revision number and revision id for a given "
 
14700
"revision\n"
 
14701
"                     identifier.\n"
 
14702
"rocks                Statement of optimism.\n"
 
14703
"selftest             Run internal test suite.\n"
 
14704
"shell-complete       Show appropriate completions for context.\n"
 
14705
"test-script          Run a shell-like test from a file.\n"
 
14706
"touching-revisions   Return revision-ids which affected a particular file.\n"
 
14707
"unknowns             List unknown files.\n"
 
14708
"wait-until-signalled Test helper for\n"
 
14709
"                     test_start_and_stop_bzr_subprocess_send_signal.\n"
12133
14710
 
12134
14711
#: en/help_topics/hooks.txt:1
12135
14712
msgid ""
12137
14714
"Hooks\n"
12138
14715
"====="
12139
14716
msgstr ""
 
14717
"\n"
 
14718
"Hooks\n"
 
14719
"====="
12140
14720
 
12141
14721
#: en/help_topics/hooks.txt:5 en/help_topics/rules.txt:4
12142
14722
msgid ""
12143
14723
"Introduction\n"
12144
14724
"------------"
12145
14725
msgstr ""
 
14726
"Introduction\n"
 
14727
"------------"
12146
14728
 
12147
14729
#: en/help_topics/hooks.txt:8
12148
14730
msgid "A hook of type *xxx* of class *yyy* needs to be registered using::"
12149
 
msgstr ""
 
14731
msgstr "A hook of type *xxx* of class *yyy* needs to be registered using::"
12150
14732
 
12151
14733
#: en/help_topics/hooks.txt:10
12152
14734
msgid "  yyy.hooks.install_named_hook(\"xxx\", ...)"
12153
 
msgstr ""
 
14735
msgstr "  yyy.hooks.install_named_hook(\"xxx\", ...)"
12154
14736
 
12155
14737
#: en/help_topics/hooks.txt:12
12156
14738
msgid ""
12157
14739
"See :doc:`Using hooks<../user-guide/hooks>` in the User Guide for examples."
12158
14740
msgstr ""
 
14741
"See :doc:`Using hooks<../user-guide/hooks>` in the User Guide for examples."
12159
14742
 
12160
14743
#: en/help_topics/hooks.txt:14
12161
14744
msgid ""
12162
14745
"The class that contains each hook is given before the hooks it supplies. "
12163
14746
"For\n"
12164
14747
"instance, BranchHooks as the class is the hooks class for\n"
12165
 
"`breezy.branch.Branch.hooks`."
 
14748
"`bzrlib.branch.Branch.hooks`."
12166
14749
msgstr ""
 
14750
"The class that contains each hook is given before the hooks it supplies. "
 
14751
"For\n"
 
14752
"instance, BranchHooks as the class is the hooks class for\n"
 
14753
"`bzrlib.branch.Branch.hooks`."
12167
14754
 
12168
14755
#: en/help_topics/hooks.txt:18
12169
14756
msgid ""
12171
14758
"machine where bzr was invoked) or the server (the machine addressed by\n"
12172
14759
"the branch URL).  These may be, but are not necessarily, the same machine."
12173
14760
msgstr ""
 
14761
"Each description also indicates whether the hook runs on the client (the\n"
 
14762
"machine where bzr was invoked) or the server (the machine addressed by\n"
 
14763
"the branch URL).  These may be, but are not necessarily, the same machine."
12174
14764
 
12175
14765
#: en/help_topics/hooks.txt:22
12176
14766
msgid ""
12177
14767
"Plugins (including hooks) are run on the server if all of these is true:"
12178
14768
msgstr ""
 
14769
"Plugins (including hooks) are run on the server if all of these is true:"
12179
14770
 
12180
14771
#: en/help_topics/hooks.txt:24
12181
14772
msgid ""
12184
14775
"\"http://\"\n"
12185
14776
"    URL when a smart server is available via HTTP)."
12186
14777
msgstr ""
 
14778
"  * The connection is via a smart server (accessed with a URL starting with\n"
 
14779
"    \"bzr://\", \"bzr+ssh://\" or \"bzr+http://\", or accessed via a "
 
14780
"\"http://\"\n"
 
14781
"    URL when a smart server is available via HTTP)."
12187
14782
 
12188
14783
#: en/help_topics/hooks.txt:28
12189
14784
msgid ""
12191
14786
"rather\n"
12192
14787
"    than client specific code (such as commit)."
12193
14788
msgstr ""
 
14789
"  * The hook is either server specific or part of general infrastructure "
 
14790
"rather\n"
 
14791
"    than client specific code (such as commit)."
12194
14792
 
12195
14793
#: en/help_topics/hooks.txt:31
12196
14794
msgid ""
12198
14796
"BranchHooks\n"
12199
14797
"-----------"
12200
14798
msgstr ""
 
14799
"\n"
 
14800
"BranchHooks\n"
 
14801
"-----------"
12201
14802
 
12202
14803
#: en/help_topics/hooks.txt:35
12203
14804
msgid ""
12204
14805
"automatic_tag_name\n"
12205
14806
"~~~~~~~~~~~~~~~~~~"
12206
14807
msgstr ""
 
14808
"automatic_tag_name\n"
 
14809
"~~~~~~~~~~~~~~~~~~"
12207
14810
 
12208
14811
#: en/help_topics/hooks.txt:38 en/help_topics/hooks.txt:56
12209
14812
#: en/help_topics/hooks.txt:102 en/help_topics/hooks.txt:262
12210
14813
msgid "Introduced in: 2.2"
12211
 
msgstr ""
 
14814
msgstr "Introduced in: 2.2"
12212
14815
 
12213
14816
#: en/help_topics/hooks.txt:40
12214
14817
msgid ""
12217
14820
"return a tag name or None if no tag name could be determined. The\n"
12218
14821
"first non-None tag name returned will be used."
12219
14822
msgstr ""
 
14823
"Called to determine an automatic tag name for a revision.\n"
 
14824
"automatic_tag_name is called with (branch, revision_id) and should\n"
 
14825
"return a tag name or None if no tag name could be determined. The\n"
 
14826
"first non-None tag name returned will be used."
12220
14827
 
12221
14828
#: en/help_topics/hooks.txt:45
12222
14829
msgid ""
12223
14830
"open\n"
12224
14831
"~~~~"
12225
14832
msgstr ""
 
14833
"open\n"
 
14834
"~~~~"
12226
14835
 
12227
14836
#: en/help_topics/hooks.txt:48 en/help_topics/hooks.txt:293
12228
14837
#: en/help_topics/hooks.txt:307
12229
14838
msgid "Introduced in: 1.8"
12230
 
msgstr ""
 
14839
msgstr "Introduced in: 1.8"
12231
14840
 
12232
14841
#: en/help_topics/hooks.txt:50
12233
14842
msgid ""
12234
14843
"Called with the Branch object that has been opened after a branch is\n"
12235
14844
"opened."
12236
14845
msgstr ""
 
14846
"Called with the Branch object that has been opened after a branch is\n"
 
14847
"opened."
12237
14848
 
12238
14849
#: en/help_topics/hooks.txt:53
12239
14850
msgid ""
12240
14851
"post_branch_init\n"
12241
14852
"~~~~~~~~~~~~~~~~"
12242
14853
msgstr ""
 
14854
"post_branch_init\n"
 
14855
"~~~~~~~~~~~~~~~~"
12243
14856
 
12244
14857
#: en/help_topics/hooks.txt:58
12245
14858
msgid ""
12246
14859
"Called after new branch initialization completes. post_branch_init is\n"
12247
 
"called with a breezy.branch.BranchInitHookParams. Note that init,\n"
 
14860
"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n"
12248
14861
"branch and checkout (both heavyweight and lightweight) will all\n"
12249
14862
"trigger this hook."
12250
14863
msgstr ""
 
14864
"Called after new branch initialisation completes. post_branch_init is\n"
 
14865
"called with a bzrlib.branch.BranchInitHookParams. Note that init,\n"
 
14866
"branch and checkout (both heavyweight and lightweight) will all\n"
 
14867
"trigger this hook."
12251
14868
 
12252
14869
#: en/help_topics/hooks.txt:63
12253
14870
msgid ""
12254
14871
"post_change_branch_tip\n"
12255
14872
"~~~~~~~~~~~~~~~~~~~~~~"
12256
14873
msgstr ""
 
14874
"post_change_branch_tip\n"
 
14875
"~~~~~~~~~~~~~~~~~~~~~~"
12257
14876
 
12258
14877
#: en/help_topics/hooks.txt:66 en/help_topics/hooks.txt:421
12259
14878
msgid "Introduced in: 1.4"
12260
 
msgstr ""
 
14879
msgstr "Introduced in: 1.4"
12261
14880
 
12262
14881
#: en/help_topics/hooks.txt:68
12263
14882
msgid ""
12264
14883
"Called in bzr client and server after a change to the tip of a branch\n"
12265
14884
"is made. post_change_branch_tip is called with a\n"
12266
 
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
14885
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
12267
14886
"uncommit will all trigger this hook."
12268
14887
msgstr ""
 
14888
"Called in bzr client and server after a change to the tip of a branch\n"
 
14889
"is made. post_change_branch_tip is called with a\n"
 
14890
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
14891
"uncommit will all trigger this hook."
12269
14892
 
12270
14893
#: en/help_topics/hooks.txt:73 en/help_topics/hooks.txt:392
12271
14894
msgid ""
12272
14895
"post_commit\n"
12273
14896
"~~~~~~~~~~~"
12274
14897
msgstr ""
 
14898
"post_commit\n"
 
14899
"~~~~~~~~~~~"
12275
14900
 
12276
14901
#: en/help_topics/hooks.txt:76 en/help_topics/hooks.txt:86
12277
14902
#: en/help_topics/hooks.txt:94 en/help_topics/hooks.txt:110
12278
14903
msgid "Introduced in: 0.15"
12279
 
msgstr ""
 
14904
msgstr "Introduced in: 0.15"
12280
14905
 
12281
14906
#: en/help_topics/hooks.txt:78
12282
14907
msgid ""
12285
14910
"new_revid). old_revid is NULL_REVISION for the first commit to a\n"
12286
14911
"branch."
12287
14912
msgstr ""
 
14913
"Called in the bzr client after a commit has completed. post_commit is\n"
 
14914
"called with (local, master, old_revno, old_revid, new_revno,\n"
 
14915
"new_revid). old_revid is NULL_REVISION for the first commit to a\n"
 
14916
"branch."
12288
14917
 
12289
14918
#: en/help_topics/hooks.txt:83
12290
14919
msgid ""
12291
14920
"post_pull\n"
12292
14921
"~~~~~~~~~"
12293
14922
msgstr ""
 
14923
"post_pull\n"
 
14924
"~~~~~~~~~"
12294
14925
 
12295
14926
#: en/help_topics/hooks.txt:88
12296
14927
msgid ""
12297
14928
"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."
 
14929
"bzrlib.branch.PullResult object and only runs in the bzr client."
12299
14930
msgstr ""
 
14931
"Called after a pull operation completes. post_pull is called with a\n"
 
14932
"bzrlib.branch.PullResult object and only runs in the bzr client."
12300
14933
 
12301
14934
#: en/help_topics/hooks.txt:91
12302
14935
msgid ""
12303
14936
"post_push\n"
12304
14937
"~~~~~~~~~"
12305
14938
msgstr ""
 
14939
"post_push\n"
 
14940
"~~~~~~~~~"
12306
14941
 
12307
14942
#: en/help_topics/hooks.txt:96
12308
14943
msgid ""
12309
14944
"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."
 
14945
"bzrlib.branch.BranchPushResult object and only runs in the bzr client."
12311
14946
msgstr ""
 
14947
"Called after a push operation completes. post_push is called with a\n"
 
14948
"bzrlib.branch.BranchPushResult object and only runs in the bzr client."
12312
14949
 
12313
14950
#: en/help_topics/hooks.txt:99
12314
14951
msgid ""
12315
14952
"post_switch\n"
12316
14953
"~~~~~~~~~~~"
12317
14954
msgstr ""
 
14955
"post_switch\n"
 
14956
"~~~~~~~~~~~"
12318
14957
 
12319
14958
#: en/help_topics/hooks.txt:104
12320
14959
msgid ""
12321
14960
"Called after a checkout switches branch. post_switch is called with a\n"
12322
 
"breezy.branch.SwitchHookParams."
 
14961
"bzrlib.branch.SwitchHookParams."
12323
14962
msgstr ""
 
14963
"Called after a checkout switches branch. post_switch is called with a\n"
 
14964
"bzrlib.branch.SwitchHookParams."
12324
14965
 
12325
14966
#: en/help_topics/hooks.txt:107
12326
14967
msgid ""
12327
14968
"post_uncommit\n"
12328
14969
"~~~~~~~~~~~~~"
12329
14970
msgstr ""
 
14971
"post_uncommit\n"
 
14972
"~~~~~~~~~~~~~"
12330
14973
 
12331
14974
#: en/help_topics/hooks.txt:112
12332
14975
msgid ""
12336
14979
"target branch, and an empty branch receives new_revno of 0, new_revid\n"
12337
14980
"of None."
12338
14981
msgstr ""
 
14982
"Called in the bzr client after an uncommit completes. post_uncommit is\n"
 
14983
"called with (local, master, old_revno, old_revid, new_revno,\n"
 
14984
"new_revid) where local is the local branch or None, master is the\n"
 
14985
"target branch, and an empty branch receives new_revno of 0, new_revid\n"
 
14986
"of None."
12339
14987
 
12340
14988
#: en/help_topics/hooks.txt:118
12341
14989
msgid ""
12342
14990
"pre_change_branch_tip\n"
12343
14991
"~~~~~~~~~~~~~~~~~~~~~"
12344
14992
msgstr ""
 
14993
"pre_change_branch_tip\n"
 
14994
"~~~~~~~~~~~~~~~~~~~~~"
12345
14995
 
12346
14996
#: en/help_topics/hooks.txt:121
12347
14997
msgid "Introduced in: 1.6"
12348
 
msgstr ""
 
14998
msgstr "Introduced in: 1.6"
12349
14999
 
12350
15000
#: en/help_topics/hooks.txt:123
12351
15001
msgid ""
12352
15002
"Called in bzr client and server before a change to the tip of a branch\n"
12353
15003
"is made. pre_change_branch_tip is called with a\n"
12354
 
"breezy.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
15004
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
12355
15005
"uncommit will all trigger this hook."
12356
15006
msgstr ""
 
15007
"Called in bzr client and server before a change to the tip of a branch\n"
 
15008
"is made. pre_change_branch_tip is called with a\n"
 
15009
"bzrlib.branch.ChangeBranchTipParams. Note that push, pull, commit,\n"
 
15010
"uncommit will all trigger this hook."
12357
15011
 
12358
15012
#: en/help_topics/hooks.txt:128
12359
15013
msgid ""
12360
15014
"pre_commit\n"
12361
15015
"~~~~~~~~~~"
12362
15016
msgstr ""
 
15017
"pre_commit\n"
 
15018
"~~~~~~~~~~"
12363
15019
 
12364
15020
#: en/help_topics/hooks.txt:131
12365
15021
msgid "Introduced in: 0.91"
12366
 
msgstr ""
 
15022
msgstr "Introduced in: 0.91"
12367
15023
 
12368
15024
#: en/help_topics/hooks.txt:133
12369
15025
msgid ""
12376
15032
"from CommitBuilder.revision_tree() and hooks MUST NOT modify this\n"
12377
15033
"tree."
12378
15034
msgstr ""
 
15035
"Called after a commit is calculated but before it is completed.\n"
 
15036
"pre_commit is called with (local, master, old_revno, old_revid,\n"
 
15037
"future_revno, future_revid, tree_delta, future_tree). old_revid is\n"
 
15038
"NULL_REVISION for the first commit to a branch, tree_delta is a\n"
 
15039
"TreeDelta object describing changes from the basis revision. hooks\n"
 
15040
"MUST NOT modify this delta.  future_tree is an in-memory tree obtained\n"
 
15041
"from CommitBuilder.revision_tree() and hooks MUST NOT modify this\n"
 
15042
"tree."
12379
15043
 
12380
15044
#: en/help_topics/hooks.txt:142
12381
15045
msgid ""
12382
15046
"transform_fallback_location\n"
12383
15047
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
12384
15048
msgstr ""
 
15049
"transform_fallback_location\n"
 
15050
"~~~~~~~~~~~~~~~~~~~~~~~~~~~"
12385
15051
 
12386
15052
#: en/help_topics/hooks.txt:145
12387
15053
msgid "Introduced in: 1.9"
12388
 
msgstr ""
 
15054
msgstr "Introduced in: 1.9"
12389
15055
 
12390
15056
#: en/help_topics/hooks.txt:147
12391
15057
msgid ""
12400
15066
"called with the url returned from the previous hook.The order is\n"
12401
15067
"however undefined."
12402
15068
msgstr ""
 
15069
"Called when a stacked branch is activating its fallback locations.\n"
 
15070
"transform_fallback_location is called with (branch, url), and should\n"
 
15071
"return a new url. Returning the same url allows it to be used as-is,\n"
 
15072
"returning a different one can be used to cause the branch to stack on\n"
 
15073
"a closer copy of that fallback_location. Note that the branch cannot\n"
 
15074
"have history accessing methods called on it during this hook because\n"
 
15075
"the fallback locations have not been activated. When there are\n"
 
15076
"multiple hooks installed for transform_fallback_location, all are\n"
 
15077
"called with the url returned from the previous hook.The order is\n"
 
15078
"however undefined."
12403
15079
 
12404
15080
#: en/help_topics/hooks.txt:158
12405
15081
msgid ""
12406
15082
"CommandHooks\n"
12407
15083
"------------"
12408
15084
msgstr ""
 
15085
"CommandHooks\n"
 
15086
"------------"
12409
15087
 
12410
15088
#: en/help_topics/hooks.txt:161
12411
15089
msgid ""
12412
15090
"extend_command\n"
12413
15091
"~~~~~~~~~~~~~~"
12414
15092
msgstr ""
 
15093
"extend_command\n"
 
15094
"~~~~~~~~~~~~~~"
12415
15095
 
12416
15096
#: en/help_topics/hooks.txt:164
12417
15097
msgid "Introduced in: 1.13"
12418
 
msgstr ""
 
15098
msgstr "Introduced in: 1.13"
12419
15099
 
12420
15100
#: en/help_topics/hooks.txt:166
12421
15101
msgid ""
12422
15102
"Called after creating a command object to allow modifications such as\n"
12423
15103
"adding or removing options, docs etc. Called with the new\n"
12424
 
"breezy.commands.Command object."
 
15104
"bzrlib.commands.Command object."
12425
15105
msgstr ""
 
15106
"Called after creating a command object to allow modifications such as\n"
 
15107
"adding or removing options, docs etc. Called with the new\n"
 
15108
"bzrlib.commands.Command object."
12426
15109
 
12427
15110
#: en/help_topics/hooks.txt:170
12428
15111
msgid ""
12429
15112
"get_command\n"
12430
15113
"~~~~~~~~~~~"
12431
15114
msgstr ""
 
15115
"get_command\n"
 
15116
"~~~~~~~~~~~"
12432
15117
 
12433
15118
#: en/help_topics/hooks.txt:173 en/help_topics/hooks.txt:185
12434
15119
#: en/help_topics/hooks.txt:194 en/help_topics/hooks.txt:467
12435
15120
msgid "Introduced in: 1.17"
12436
 
msgstr ""
 
15121
msgstr "Introduced in: 1.17"
12437
15122
 
12438
15123
#: en/help_topics/hooks.txt:175
12439
15124
msgid ""
12441
15126
"command_name). get_command should either return the cmd_or_None\n"
12442
15127
"parameter, or a replacement Command object that should be used for the\n"
12443
15128
"command. Note that the Command.hooks hooks are core infrastructure.\n"
12444
 
"Many users will prefer to use breezy.commands.register_command or\n"
 
15129
"Many users will prefer to use bzrlib.commands.register_command or\n"
12445
15130
"plugin_cmds.register_lazy."
12446
15131
msgstr ""
 
15132
"Called when creating a single command. Called with (cmd_or_None,\n"
 
15133
"command_name). get_command should either return the cmd_or_None\n"
 
15134
"parameter, or a replacement Command object that should be used for the\n"
 
15135
"command. Note that the Command.hooks hooks are core infrastructure.\n"
 
15136
"Many users will prefer to use bzrlib.commands.register_command or\n"
 
15137
"plugin_cmds.register_lazy."
12447
15138
 
12448
15139
#: en/help_topics/hooks.txt:182
12449
15140
msgid ""
12450
15141
"get_missing_command\n"
12451
15142
"~~~~~~~~~~~~~~~~~~~"
12452
15143
msgstr ""
 
15144
"get_missing_command\n"
 
15145
"~~~~~~~~~~~~~~~~~~~"
12453
15146
 
12454
15147
#: en/help_topics/hooks.txt:187
12455
15148
msgid ""
12457
15150
"Called with (command_name). get_missing_command should either return\n"
12458
15151
"None, or a Command object to be used for the command."
12459
15152
msgstr ""
 
15153
"Called when creating a single command if no command could be found.\n"
 
15154
"Called with (command_name). get_missing_command should either return\n"
 
15155
"None, or a Command object to be used for the command."
12460
15156
 
12461
15157
#: en/help_topics/hooks.txt:191
12462
15158
msgid ""
12463
15159
"list_commands\n"
12464
15160
"~~~~~~~~~~~~~"
12465
15161
msgstr ""
 
15162
"list_commands\n"
 
15163
"~~~~~~~~~~~~~"
12466
15164
 
12467
15165
#: en/help_topics/hooks.txt:196
12468
15166
msgid ""
12471
15169
"- e.g. to remove a command. list_commands should return the updated\n"
12472
15170
"set of command names."
12473
15171
msgstr ""
 
15172
"Called when enumerating commands. Called with a set of cmd_name\n"
 
15173
"strings for all the commands found so far. This set  is safe to mutate\n"
 
15174
"- e.g. to remove a command. list_commands should return the updated\n"
 
15175
"set of command names."
12474
15176
 
12475
15177
#: en/help_topics/hooks.txt:201
12476
15178
msgid ""
12477
15179
"post_command\n"
12478
15180
"~~~~~~~~~~~~"
12479
15181
msgstr ""
 
15182
"post_command\n"
 
15183
"~~~~~~~~~~~~"
12480
15184
 
12481
15185
#: en/help_topics/hooks.txt:204 en/help_topics/hooks.txt:211
12482
15186
msgid "Introduced in: 2.6"
12483
 
msgstr ""
 
15187
msgstr "Introduced in: 2.6"
12484
15188
 
12485
15189
#: en/help_topics/hooks.txt:206
12486
15190
msgid "Called after executing a command. Called with the command object."
12487
 
msgstr ""
 
15191
msgstr "Called after executing a command. Called with the command object."
12488
15192
 
12489
15193
#: en/help_topics/hooks.txt:208
12490
15194
msgid ""
12491
15195
"pre_command\n"
12492
15196
"~~~~~~~~~~~"
12493
15197
msgstr ""
 
15198
"pre_command\n"
 
15199
"~~~~~~~~~~~"
12494
15200
 
12495
15201
#: en/help_topics/hooks.txt:213
12496
15202
msgid "Called prior to executing a command. Called with the command object."
12497
 
msgstr ""
 
15203
msgstr "Called prior to executing a command. Called with the command object."
12498
15204
 
12499
15205
#: en/help_topics/hooks.txt:215
12500
15206
msgid ""
12501
15207
"_ConfigHooks\n"
12502
15208
"------------"
12503
15209
msgstr ""
 
15210
"_ConfigHooks\n"
 
15211
"------------"
12504
15212
 
12505
15213
#: en/help_topics/hooks.txt:218
12506
15214
msgid ""
12507
15215
"get\n"
12508
15216
"~~~"
12509
15217
msgstr ""
 
15218
"get\n"
 
15219
"~~~"
12510
15220
 
12511
15221
#: en/help_topics/hooks.txt:221 en/help_topics/hooks.txt:229
12512
15222
#: en/help_topics/hooks.txt:236 en/help_topics/hooks.txt:244
12513
15223
#: en/help_topics/hooks.txt:251 en/help_topics/hooks.txt:373
12514
15224
#: en/help_topics/hooks.txt:446
12515
15225
msgid "Introduced in: 2.4"
12516
 
msgstr ""
 
15226
msgstr "Introduced in: 2.4"
12517
15227
 
12518
15228
#: en/help_topics/hooks.txt:223
12519
15229
msgid ""
12520
15230
"Invoked when a config option is read. The signature is (stack, name,\n"
12521
15231
"value)."
12522
15232
msgstr ""
 
15233
"Invoked when a config option is read. The signature is (stack, name,\n"
 
15234
"value)."
12523
15235
 
12524
15236
#: en/help_topics/hooks.txt:226
12525
15237
msgid ""
12526
15238
"load\n"
12527
15239
"~~~~"
12528
15240
msgstr ""
 
15241
"load\n"
 
15242
"~~~~"
12529
15243
 
12530
15244
#: en/help_topics/hooks.txt:231
12531
15245
msgid "Invoked when a config store is loaded. The signature is (store)."
12532
 
msgstr ""
 
15246
msgstr "Invoked when a config store is loaded. The signature is (store)."
12533
15247
 
12534
15248
#: en/help_topics/hooks.txt:233
12535
15249
msgid ""
12536
15250
"remove\n"
12537
15251
"~~~~~~"
12538
15252
msgstr ""
 
15253
"remove\n"
 
15254
"~~~~~~"
12539
15255
 
12540
15256
#: en/help_topics/hooks.txt:238
12541
15257
msgid ""
12542
15258
"Invoked when a config option is removed. The signature is (stack,\n"
12543
15259
"name)."
12544
15260
msgstr ""
 
15261
"Invoked when a config option is removed. The signature is (stack,\n"
 
15262
"name)."
12545
15263
 
12546
15264
#: en/help_topics/hooks.txt:241
12547
15265
msgid ""
12548
15266
"save\n"
12549
15267
"~~~~"
12550
15268
msgstr ""
 
15269
"save\n"
 
15270
"~~~~"
12551
15271
 
12552
15272
#: en/help_topics/hooks.txt:246
12553
15273
msgid "Invoked when a config store is saved. The signature is (store)."
12554
 
msgstr ""
 
15274
msgstr "Invoked when a config store is saved. The signature is (store)."
12555
15275
 
12556
15276
#: en/help_topics/hooks.txt:248
12557
15277
msgid ""
12558
15278
"set\n"
12559
15279
"~~~"
12560
15280
msgstr ""
 
15281
"set\n"
 
15282
"~~~"
12561
15283
 
12562
15284
#: en/help_topics/hooks.txt:253
12563
15285
msgid ""
12564
15286
"Invoked when a config option is set. The signature is (stack, name,\n"
12565
15287
"value)."
12566
15288
msgstr ""
 
15289
"Invoked when a config option is set. The signature is (stack, name,\n"
 
15290
"value)."
12567
15291
 
12568
15292
#: en/help_topics/hooks.txt:256
12569
15293
msgid ""
12570
15294
"ControlDirHooks\n"
12571
15295
"---------------"
12572
15296
msgstr ""
 
15297
"ControlDirHooks\n"
 
15298
"---------------"
12573
15299
 
12574
15300
#: en/help_topics/hooks.txt:259
12575
15301
msgid ""
12576
15302
"post_repo_init\n"
12577
15303
"~~~~~~~~~~~~~~"
12578
15304
msgstr ""
 
15305
"post_repo_init\n"
 
15306
"~~~~~~~~~~~~~~"
12579
15307
 
12580
15308
#: en/help_topics/hooks.txt:264
12581
15309
msgid ""
12582
15310
"Invoked after a repository has been initialized. post_repo_init is\n"
12583
 
"called with a breezy.controldir.RepoInitHookParams."
 
15311
"called with a bzrlib.controldir.RepoInitHookParams."
12584
15312
msgstr ""
 
15313
"Invoked after a repository has been initialised. post_repo_init is\n"
 
15314
"called with a bzrlib.controldir.RepoInitHookParams."
12585
15315
 
12586
15316
#: en/help_topics/hooks.txt:267
12587
15317
msgid ""
12588
15318
"pre_open\n"
12589
15319
"~~~~~~~~"
12590
15320
msgstr ""
 
15321
"pre_open\n"
 
15322
"~~~~~~~~"
12591
15323
 
12592
15324
#: en/help_topics/hooks.txt:270
12593
15325
msgid "Introduced in: 1.14"
12594
 
msgstr ""
 
15326
msgstr "Introduced in: 1.14"
12595
15327
 
12596
15328
#: en/help_topics/hooks.txt:272
12597
15329
msgid ""
12598
15330
"Invoked before attempting to open a ControlDir with the transport that\n"
12599
15331
"the open will use."
12600
15332
msgstr ""
 
15333
"Invoked before attempting to open a ControlDir with the transport that\n"
 
15334
"the open will use."
12601
15335
 
12602
15336
#: en/help_topics/hooks.txt:275
12603
15337
msgid ""
12604
15338
"InfoHooks\n"
12605
15339
"---------"
12606
15340
msgstr ""
 
15341
"InfoHooks\n"
 
15342
"---------"
12607
15343
 
12608
15344
#: en/help_topics/hooks.txt:278
12609
15345
msgid ""
12610
15346
"repository\n"
12611
15347
"~~~~~~~~~~"
12612
15348
msgstr ""
 
15349
"repository\n"
 
15350
"~~~~~~~~~~"
12613
15351
 
12614
15352
#: en/help_topics/hooks.txt:281 en/help_topics/hooks.txt:300
12615
15353
#: en/help_topics/hooks.txt:524
12616
15354
msgid "Introduced in: 1.15"
12617
 
msgstr ""
 
15355
msgstr "Introduced in: 1.15"
12618
15356
 
12619
15357
#: en/help_topics/hooks.txt:283
12620
15358
msgid ""
12622
15360
"called with a statistics dictionary as returned by the repository and\n"
12623
15361
"a file-like object to write to."
12624
15362
msgstr ""
 
15363
"Invoked when displaying the statistics for a repository. repository is\n"
 
15364
"called with a statistics dictionary as returned by the repository and\n"
 
15365
"a file-like object to write to."
12625
15366
 
12626
15367
#: en/help_topics/hooks.txt:287
12627
15368
msgid ""
12628
15369
"LockHooks\n"
12629
15370
"---------"
12630
15371
msgstr ""
 
15372
"LockHooks\n"
 
15373
"---------"
12631
15374
 
12632
15375
#: en/help_topics/hooks.txt:290
12633
15376
msgid ""
12634
15377
"lock_acquired\n"
12635
15378
"~~~~~~~~~~~~~"
12636
15379
msgstr ""
 
15380
"lock_acquired\n"
 
15381
"~~~~~~~~~~~~~"
12637
15382
 
12638
15383
#: en/help_topics/hooks.txt:295
12639
 
msgid "Called with a breezy.lock.LockResult when a physical lock is acquired."
 
15384
msgid ""
 
15385
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12640
15386
msgstr ""
 
15387
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12641
15388
 
12642
15389
#: en/help_topics/hooks.txt:297
12643
15390
msgid ""
12644
15391
"lock_broken\n"
12645
15392
"~~~~~~~~~~~"
12646
15393
msgstr ""
 
15394
"lock_broken\n"
 
15395
"~~~~~~~~~~~"
12647
15396
 
12648
15397
#: en/help_topics/hooks.txt:302
12649
 
msgid "Called with a breezy.lock.LockResult when a physical lock is broken."
12650
 
msgstr ""
 
15398
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
 
15399
msgstr "Called with a bzrlib.lock.LockResult when a physical lock is broken."
12651
15400
 
12652
15401
#: en/help_topics/hooks.txt:304
12653
15402
msgid ""
12654
15403
"lock_released\n"
12655
15404
"~~~~~~~~~~~~~"
12656
15405
msgstr ""
 
15406
"lock_released\n"
 
15407
"~~~~~~~~~~~~~"
12657
15408
 
12658
15409
#: en/help_topics/hooks.txt:309
12659
 
msgid "Called with a breezy.lock.LockResult when a physical lock is released."
 
15410
msgid ""
 
15411
"Called with a bzrlib.lock.LockResult when a physical lock is released."
12660
15412
msgstr ""
 
15413
"Called with a bzrlib.lock.LockResult when a physical lock is released."
12661
15414
 
12662
15415
#: en/help_topics/hooks.txt:311
12663
15416
msgid ""
12664
15417
"MergeHooks\n"
12665
15418
"----------"
12666
15419
msgstr ""
 
15420
"MergeHooks\n"
 
15421
"----------"
12667
15422
 
12668
15423
#: en/help_topics/hooks.txt:314
12669
15424
msgid ""
12670
15425
"merge_file_content\n"
12671
15426
"~~~~~~~~~~~~~~~~~~"
12672
15427
msgstr ""
 
15428
"merge_file_content\n"
 
15429
"~~~~~~~~~~~~~~~~~~"
12673
15430
 
12674
15431
#: en/help_topics/hooks.txt:317
12675
15432
msgid "Introduced in: 2.1"
12676
 
msgstr ""
 
15433
msgstr "Introduced in: 2.1"
12677
15434
 
12678
15435
#: en/help_topics/hooks.txt:319
12679
15436
msgid ""
12680
 
"Called with a breezy.merge.Merger object to create a per file merge\n"
 
15437
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
12681
15438
"object when starting a merge. Should return either None or a subclass\n"
12682
 
"of ``breezy.merge.AbstractPerFileMerger``. Such objects will then be\n"
 
15439
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
12683
15440
"called per file that needs to be merged (including when one side has\n"
12684
15441
"deleted the file and the other has changed it). See the\n"
12685
15442
"AbstractPerFileMerger API docs for details on how it is used by merge."
12686
15443
msgstr ""
 
15444
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
 
15445
"object when starting a merge. Should return either None or a subclass\n"
 
15446
"of ``bzrlib.merge.AbstractPerFileMerger``. Such objects will then be\n"
 
15447
"called per file that needs to be merged (including when one side has\n"
 
15448
"deleted the file and the other has changed it). See the\n"
 
15449
"AbstractPerFileMerger API docs for details on how it is used by merge."
12687
15450
 
12688
15451
#: en/help_topics/hooks.txt:326
12689
15452
msgid ""
12690
15453
"post_merge\n"
12691
15454
"~~~~~~~~~~"
12692
15455
msgstr ""
 
15456
"post_merge\n"
 
15457
"~~~~~~~~~~"
12693
15458
 
12694
15459
#: en/help_topics/hooks.txt:329 en/help_topics/hooks.txt:337
12695
15460
#: en/help_topics/hooks.txt:387 en/help_topics/hooks.txt:405
12696
15461
#: en/help_topics/hooks.txt:413 en/help_topics/hooks.txt:512
12697
15462
msgid "Introduced in: 2.5"
12698
 
msgstr ""
 
15463
msgstr "Introduced in: 2.5"
12699
15464
 
12700
15465
#: en/help_topics/hooks.txt:331
12701
15466
msgid ""
12702
15467
"Called after a merge. Receives a Merger object as the single argument.\n"
12703
15468
"The return value is ignored."
12704
15469
msgstr ""
 
15470
"Called after a merge. Receives a Merger object as the single argument.\n"
 
15471
"The return value is ignored."
12705
15472
 
12706
15473
#: en/help_topics/hooks.txt:334
12707
15474
msgid ""
12708
15475
"pre_merge\n"
12709
15476
"~~~~~~~~~"
12710
15477
msgstr ""
 
15478
"pre_merge\n"
 
15479
"~~~~~~~~~"
12711
15480
 
12712
15481
#: en/help_topics/hooks.txt:339
12713
15482
msgid ""
12714
15483
"Called before a merge. Receives a Merger object as the single\n"
12715
15484
"argument."
12716
15485
msgstr ""
 
15486
"Called before a merge. Receives a Merger object as the single\n"
 
15487
"argument."
12717
15488
 
12718
15489
#: en/help_topics/hooks.txt:342
12719
15490
msgid ""
12720
15491
"MergeDirectiveHooks\n"
12721
15492
"-------------------"
12722
15493
msgstr ""
 
15494
"MergeDirectiveHooks\n"
 
15495
"-------------------"
12723
15496
 
12724
15497
#: en/help_topics/hooks.txt:345
12725
15498
msgid ""
12726
15499
"merge_request_body\n"
12727
15500
"~~~~~~~~~~~~~~~~~~"
12728
15501
msgstr ""
 
15502
"merge_request_body\n"
 
15503
"~~~~~~~~~~~~~~~~~~"
12729
15504
 
12730
15505
#: en/help_topics/hooks.txt:348
12731
15506
msgid "Introduced in: 1.15.0"
12732
 
msgstr ""
 
15507
msgstr "Introduced in: 1.15.0"
12733
15508
 
12734
15509
#: en/help_topics/hooks.txt:350
12735
15510
msgid ""
12737
15512
"request.  Callbacks must return a body.  If more than one callback is\n"
12738
15513
"registered, the output of one callback is provided to the next."
12739
15514
msgstr ""
 
15515
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
 
15516
"request.  Callbacks must return a body.  If more than one callback is\n"
 
15517
"registered, the output of one callback is provided to the next."
12740
15518
 
12741
15519
#: en/help_topics/hooks.txt:354
12742
15520
msgid ""
12743
15521
"MessageEditorHooks\n"
12744
15522
"------------------"
12745
15523
msgstr ""
 
15524
"MessageEditorHooks\n"
 
15525
"------------------"
12746
15526
 
12747
15527
#: en/help_topics/hooks.txt:357
12748
15528
msgid ""
12749
15529
"commit_message_template\n"
12750
15530
"~~~~~~~~~~~~~~~~~~~~~~~"
12751
15531
msgstr ""
 
15532
"commit_message_template\n"
 
15533
"~~~~~~~~~~~~~~~~~~~~~~~"
12752
15534
 
12753
15535
#: en/help_topics/hooks.txt:360
12754
15536
msgid "Introduced in: 1.10"
12755
 
msgstr ""
 
15537
msgstr "Introduced in: 1.10"
12756
15538
 
12757
15539
#: en/help_topics/hooks.txt:362
12758
15540
msgid ""
12759
15541
"Called when a commit message is being generated.\n"
12760
 
"commit_message_template is called with the breezy.commit.Commit object\n"
 
15542
"commit_message_template is called with the bzrlib.commit.Commit object\n"
12761
15543
"and the message that is known so far. commit_message_template must\n"
12762
15544
"return a new message to use (which could be the same as it was given).\n"
12763
15545
"When there are multiple hooks registered for commit_message_template,\n"
12764
15546
"they are chained with the result from the first passed into the\n"
12765
15547
"second, and so on."
12766
15548
msgstr ""
 
15549
"Called when a commit message is being generated.\n"
 
15550
"commit_message_template is called with the bzrlib.commit.Commit object\n"
 
15551
"and the message that is known so far. commit_message_template must\n"
 
15552
"return a new message to use (which could be the same as it was given).\n"
 
15553
"When there are multiple hooks registered for commit_message_template,\n"
 
15554
"they are chained with the result from the first passed into the\n"
 
15555
"second, and so on."
12767
15556
 
12768
15557
#: en/help_topics/hooks.txt:370
12769
15558
msgid ""
12770
15559
"set_commit_message\n"
12771
15560
"~~~~~~~~~~~~~~~~~~"
12772
15561
msgstr ""
 
15562
"set_commit_message\n"
 
15563
"~~~~~~~~~~~~~~~~~~"
12773
15564
 
12774
15565
#: en/help_topics/hooks.txt:375
12775
15566
msgid ""
12776
15567
"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"
 
15568
"bzrlib.commit.Commit object (so you can also change e.g. revision\n"
12778
15569
"properties by editing commit.builder._revprops) and the message so\n"
12779
15570
"far. set_commit_message must return the message to use or None if it\n"
12780
15571
"should use the message editor as normal."
12781
15572
msgstr ""
 
15573
"Set a fixed commit message. set_commit_message is called with the\n"
 
15574
"bzrlib.commit.Commit object (so you can also change e.g. revision\n"
 
15575
"properties by editing commit.builder._revprops) and the message so\n"
 
15576
"far. set_commit_message must return the message to use or None if it\n"
 
15577
"should use the message editor as normal."
12782
15578
 
12783
15579
#: en/help_topics/hooks.txt:381
12784
15580
msgid ""
12785
15581
"MutableTreeHooks\n"
12786
15582
"----------------"
12787
15583
msgstr ""
 
15584
"MutableTreeHooks\n"
 
15585
"----------------"
12788
15586
 
12789
15587
#: en/help_topics/hooks.txt:384
12790
15588
msgid ""
12791
15589
"post_build_tree\n"
12792
15590
"~~~~~~~~~~~~~~~"
12793
15591
msgstr ""
 
15592
"post_build_tree\n"
 
15593
"~~~~~~~~~~~~~~~"
12794
15594
 
12795
15595
#: en/help_topics/hooks.txt:389
12796
15596
msgid ""
12797
15597
"Called after a completely new tree is built. The hook is called with\n"
12798
15598
"the tree as its only argument."
12799
15599
msgstr ""
 
15600
"Called after a completely new tree is built. The hook is called with\n"
 
15601
"the tree as its only argument."
12800
15602
 
12801
15603
#: en/help_topics/hooks.txt:395
12802
15604
msgid "Introduced in: 2.0"
12803
 
msgstr ""
 
15605
msgstr "Introduced in: 2.0"
12804
15606
 
12805
15607
#: en/help_topics/hooks.txt:397
12806
15608
msgid ""
12807
15609
"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"
 
15610
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
12809
15611
"commit was performed on is available via the mutable_tree attribute of\n"
12810
15612
"that object."
12811
15613
msgstr ""
 
15614
"Called after a commit is performed on a tree. The hook is called with\n"
 
15615
"a bzrlib.mutabletree.PostCommitHookParams object. The mutable tree the\n"
 
15616
"commit was performed on is available via the mutable_tree attribute of\n"
 
15617
"that object."
12812
15618
 
12813
15619
#: en/help_topics/hooks.txt:402
12814
15620
msgid ""
12815
15621
"post_transform\n"
12816
15622
"~~~~~~~~~~~~~~"
12817
15623
msgstr ""
 
15624
"post_transform\n"
 
15625
"~~~~~~~~~~~~~~"
12818
15626
 
12819
15627
#: en/help_topics/hooks.txt:407
12820
15628
msgid ""
12821
15629
"Called after a tree transform has been performed on a tree. The hook\n"
12822
15630
"is called with the tree that is being transformed and the transform."
12823
15631
msgstr ""
 
15632
"Called after a tree transform has been performed on a tree. The hook\n"
 
15633
"is called with the tree that is being transformed and the transform."
12824
15634
 
12825
15635
#: en/help_topics/hooks.txt:410
12826
15636
msgid ""
12827
15637
"pre_transform\n"
12828
15638
"~~~~~~~~~~~~~"
12829
15639
msgstr ""
 
15640
"pre_transform\n"
 
15641
"~~~~~~~~~~~~~"
12830
15642
 
12831
15643
#: en/help_topics/hooks.txt:415
12832
15644
msgid ""
12833
15645
"Called before a tree transform on this tree. The hook is called with\n"
12834
15646
"the tree that is being transformed and the transform."
12835
15647
msgstr ""
 
15648
"Called before a tree transform on this tree. The hook is called with\n"
 
15649
"the tree that is being transformed and the transform."
12836
15650
 
12837
15651
#: en/help_topics/hooks.txt:418
12838
15652
msgid ""
12839
15653
"start_commit\n"
12840
15654
"~~~~~~~~~~~~"
12841
15655
msgstr ""
 
15656
"start_commit\n"
 
15657
"~~~~~~~~~~~~"
12842
15658
 
12843
15659
#: en/help_topics/hooks.txt:423
12844
15660
msgid ""
12845
15661
"Called before a commit is performed on a tree. The start commit hook\n"
12846
15662
"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"
 
15663
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
12848
15664
"being performed on."
12849
15665
msgstr ""
 
15666
"Called before a commit is performed on a tree. The start commit hook\n"
 
15667
"is able to change the tree before the commit takes place. start_commit\n"
 
15668
"is called with the bzrlib.mutabletree.MutableTree that the commit is\n"
 
15669
"being performed on."
12850
15670
 
12851
15671
#: en/help_topics/hooks.txt:428
12852
15672
msgid ""
12853
15673
"SmartClientHooks\n"
12854
15674
"----------------"
12855
15675
msgstr ""
 
15676
"SmartClientHooks\n"
 
15677
"----------------"
12856
15678
 
12857
15679
#: en/help_topics/hooks.txt:431
12858
15680
msgid ""
12859
15681
"call\n"
12860
15682
"~~~~"
12861
15683
msgstr ""
 
15684
"call\n"
 
15685
"~~~~"
12862
15686
 
12863
15687
#: en/help_topics/hooks.txt:434
12864
15688
msgid "Introduced in: unknown"
12865
 
msgstr ""
 
15689
msgstr "Introduced in: unknown"
12866
15690
 
12867
15691
#: en/help_topics/hooks.txt:436
12868
15692
msgid ""
12869
15693
"Called when the smart client is submitting a request to the smart\n"
12870
 
"server. Called with a breezy.smart.client.CallHookParams object.\n"
 
15694
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
12871
15695
"Streaming request bodies, and responses, are not accessible."
12872
15696
msgstr ""
 
15697
"Called when the smart client is submitting a request to the smart\n"
 
15698
"server. Called with a bzrlib.smart.client.CallHookParams object.\n"
 
15699
"Streaming request bodies, and responses, are not accessible."
12873
15700
 
12874
15701
#: en/help_topics/hooks.txt:440
12875
15702
msgid ""
12876
15703
"SmartServerHooks\n"
12877
15704
"----------------"
12878
15705
msgstr ""
 
15706
"SmartServerHooks\n"
 
15707
"----------------"
12879
15708
 
12880
15709
#: en/help_topics/hooks.txt:443
12881
15710
msgid ""
12882
15711
"server_exception\n"
12883
15712
"~~~~~~~~~~~~~~~~"
12884
15713
msgstr ""
 
15714
"server_exception\n"
 
15715
"~~~~~~~~~~~~~~~~"
12885
15716
 
12886
15717
#: en/help_topics/hooks.txt:448
12887
15718
msgid ""
12890
15721
"exception has been handled, in which case the server will exit\n"
12891
15722
"normally."
12892
15723
msgstr ""
 
15724
"Called by the bzr server when an exception occurs. server_exception is\n"
 
15725
"called with the sys.exc_info() tuple return true for the hook if the\n"
 
15726
"exception has been handled, in which case the server will exit\n"
 
15727
"normally."
12893
15728
 
12894
15729
#: en/help_topics/hooks.txt:453
12895
15730
msgid ""
12896
15731
"server_started\n"
12897
15732
"~~~~~~~~~~~~~~"
12898
15733
msgstr ""
 
15734
"server_started\n"
 
15735
"~~~~~~~~~~~~~~"
12899
15736
 
12900
15737
#: en/help_topics/hooks.txt:456 en/help_topics/hooks.txt:475
12901
15738
msgid "Introduced in: 0.16"
12902
 
msgstr ""
 
15739
msgstr "Introduced in: 0.16"
12903
15740
 
12904
15741
#: en/help_topics/hooks.txt:458
12905
15742
msgid ""
12909
15746
"locations, and public_url is the public URL for the directory being\n"
12910
15747
"served."
12911
15748
msgstr ""
 
15749
"Called by the bzr server when it starts serving a directory.\n"
 
15750
"server_started is called with (backing urls, public url), where\n"
 
15751
"backing_url is a list of URLs giving the server-specific directory\n"
 
15752
"locations, and public_url is the public URL for the directory being\n"
 
15753
"served."
12912
15754
 
12913
15755
#: en/help_topics/hooks.txt:464
12914
15756
msgid ""
12915
15757
"server_started_ex\n"
12916
15758
"~~~~~~~~~~~~~~~~~"
12917
15759
msgstr ""
 
15760
"server_started_ex\n"
 
15761
"~~~~~~~~~~~~~~~~~"
12918
15762
 
12919
15763
#: en/help_topics/hooks.txt:469
12920
15764
msgid ""
12921
15765
"Called by the bzr server when it starts serving a directory.\n"
12922
15766
"server_started is called with (backing_urls, server_obj)."
12923
15767
msgstr ""
 
15768
"Called by the bzr server when it starts serving a directory.\n"
 
15769
"server_started is called with (backing_urls, server_obj)."
12924
15770
 
12925
15771
#: en/help_topics/hooks.txt:472
12926
15772
msgid ""
12927
15773
"server_stopped\n"
12928
15774
"~~~~~~~~~~~~~~"
12929
15775
msgstr ""
 
15776
"server_stopped\n"
 
15777
"~~~~~~~~~~~~~~"
12930
15778
 
12931
15779
#: en/help_topics/hooks.txt:477
12932
15780
msgid ""
12934
15782
"server_stopped is called with the same parameters as the\n"
12935
15783
"server_started hook: (backing_urls, public_url)."
12936
15784
msgstr ""
 
15785
"Called by the bzr server when it stops serving a directory.\n"
 
15786
"server_stopped is called with the same parameters as the\n"
 
15787
"server_started hook: (backing_urls, public_url)."
12937
15788
 
12938
15789
#: en/help_topics/hooks.txt:481
12939
15790
msgid ""
12940
15791
"StatusHooks\n"
12941
15792
"-----------"
12942
15793
msgstr ""
 
15794
"StatusHooks\n"
 
15795
"-----------"
12943
15796
 
12944
15797
#: en/help_topics/hooks.txt:484
12945
15798
msgid ""
12946
15799
"post_status\n"
12947
15800
"~~~~~~~~~~~"
12948
15801
msgstr ""
 
15802
"post_status\n"
 
15803
"~~~~~~~~~~~"
12949
15804
 
12950
15805
#: en/help_topics/hooks.txt:487 en/help_topics/hooks.txt:498
12951
15806
msgid "Introduced in: 2.3"
12952
 
msgstr ""
 
15807
msgstr "Introduced in: 2.3"
12953
15808
 
12954
15809
#: en/help_topics/hooks.txt:489
12955
15810
msgid ""
12959
15814
"correspond to the command line options specified by the user for the\n"
12960
15815
"status command. to_file is the output stream for writing."
12961
15816
msgstr ""
 
15817
"Called with argument StatusHookParams after Bazaar has displayed the\n"
 
15818
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
 
15819
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
 
15820
"correspond to the command line options specified by the user for the\n"
 
15821
"status command. to_file is the output stream for writing."
12962
15822
 
12963
15823
#: en/help_topics/hooks.txt:495
12964
15824
msgid ""
12965
15825
"pre_status\n"
12966
15826
"~~~~~~~~~~"
12967
15827
msgstr ""
 
15828
"pre_status\n"
 
15829
"~~~~~~~~~~"
12968
15830
 
12969
15831
#: en/help_topics/hooks.txt:500
12970
15832
msgid ""
12974
15836
"correspond to the command line options specified by the user for the\n"
12975
15837
"status command. to_file is the output stream for writing."
12976
15838
msgstr ""
 
15839
"Called with argument StatusHookParams before Bazaar displays the\n"
 
15840
"status. StatusHookParams has the attributes (old_tree, new_tree,\n"
 
15841
"to_file, versioned, show_ids, short, verbose). The last four arguments\n"
 
15842
"correspond to the command line options specified by the user for the\n"
 
15843
"status command. to_file is the output stream for writing."
12977
15844
 
12978
15845
#: en/help_topics/hooks.txt:506
12979
15846
msgid ""
12980
15847
"TransportHooks\n"
12981
15848
"--------------"
12982
15849
msgstr ""
 
15850
"TransportHooks\n"
 
15851
"--------------"
12983
15852
 
12984
15853
#: en/help_topics/hooks.txt:509
12985
15854
msgid ""
12986
15855
"post_connect\n"
12987
15856
"~~~~~~~~~~~~"
12988
15857
msgstr ""
 
15858
"post_connect\n"
 
15859
"~~~~~~~~~~~~"
12989
15860
 
12990
15861
#: en/help_topics/hooks.txt:514
12991
15862
msgid ""
12993
15864
"The sole argument passed is either the connected transport or smart\n"
12994
15865
"medium instance."
12995
15866
msgstr ""
 
15867
"Called after a new connection is established or a reconnect occurs.\n"
 
15868
"The sole argument passed is either the connected transport or smart\n"
 
15869
"medium instance."
12996
15870
 
12997
15871
#: en/help_topics/hooks.txt:518
12998
15872
msgid ""
12999
15873
"RioVersionInfoBuilderHooks\n"
13000
15874
"--------------------------"
13001
15875
msgstr ""
 
15876
"RioVersionInfoBuilderHooks\n"
 
15877
"--------------------------"
13002
15878
 
13003
15879
#: en/help_topics/hooks.txt:521
13004
15880
msgid ""
13005
15881
"revision\n"
13006
15882
"~~~~~~~~"
13007
15883
msgstr ""
 
15884
"revision\n"
 
15885
"~~~~~~~~"
13008
15886
 
13009
15887
#: en/help_topics/hooks.txt:526
13010
15888
msgid ""
13012
15890
"that is printed. revision is called with a revision object and a RIO\n"
13013
15891
"stanza.\n"
13014
15892
msgstr ""
 
15893
"Invoked when adding information about a revision to the RIO stanza\n"
 
15894
"that is printed. revision is called with a revision object and a RIO\n"
 
15895
"stanza.\n"
13015
15896
 
13016
15897
#: en/help_topics/location-alias.txt:1
13017
15898
msgid ""
13018
15899
"Location aliases\n"
13019
15900
"================"
13020
15901
msgstr ""
 
15902
"Location aliases\n"
 
15903
"================"
13021
15904
 
13022
15905
#: en/help_topics/location-alias.txt:4
13023
15906
msgid ""
13025
15908
"These\n"
13026
15909
"can be used with most commands that expect a location, such as `bzr push`."
13027
15910
msgstr ""
 
15911
"Bazaar defines several aliases for locations associated with a branch.  "
 
15912
"These\n"
 
15913
"can be used with most commands that expect a location, such as `bzr push`."
13028
15914
 
13029
15915
#: en/help_topics/location-alias.txt:7
13030
15916
msgid "The aliases are::"
13031
 
msgstr ""
 
15917
msgstr "The aliases are::"
13032
15918
 
13033
15919
#: en/help_topics/location-alias.txt:9
13034
15920
msgid ""
13039
15925
"  :submit    The submit branch for this branch.\n"
13040
15926
"  :this      This branch."
13041
15927
msgstr ""
 
15928
"  :bound     The branch this branch is bound to, for bound branches.\n"
 
15929
"  :parent    The parent of this branch.\n"
 
15930
"  :public    The public location of this branch.\n"
 
15931
"  :push      The saved location used for `bzr push` with no arguments.\n"
 
15932
"  :submit    The submit branch for this branch.\n"
 
15933
"  :this      This branch."
13042
15934
 
13043
15935
#: en/help_topics/location-alias.txt:16
13044
15936
msgid "For example, to push to the parent location::"
13045
 
msgstr ""
 
15937
msgstr "For example, to push to the parent location::"
13046
15938
 
13047
15939
#: en/help_topics/location-alias.txt:18
13048
15940
msgid "    bzr push :parent\n"
13049
 
msgstr ""
 
15941
msgstr "    bzr push :parent\n"
13050
15942
 
13051
15943
#: en/help_topics/log-formats.txt:1
13052
15944
msgid ""
13053
15945
"Log Formats\n"
13054
15946
"==========="
13055
15947
msgstr ""
 
15948
"Log Formats\n"
 
15949
"==========="
13056
15950
 
13057
15951
#: en/help_topics/log-formats.txt:4
13058
15952
msgid ""
13059
15953
"A log format controls how information about each revision is displayed.\n"
13060
15954
"The standard log formats are compared below::"
13061
15955
msgstr ""
 
15956
"A log format controls how information about each revision is displayed.\n"
 
15957
"The standard log formats are compared below::"
13062
15958
 
13063
15959
#: en/help_topics/log-formats.txt:7
13064
15960
msgid ""
13079
15975
"  preferred levels        all            1             1\n"
13080
15976
"  digital signature       optional       -             -"
13081
15977
msgstr ""
 
15978
"  Feature                 long           short         line\n"
 
15979
"  ----------------------  -------------  ------------  -------------------\n"
 
15980
"  design goal             detailed view  concise view  1 revision per line\n"
 
15981
"  committer               name+email     name only     name only\n"
 
15982
"  author                  name+email     -             -\n"
 
15983
"  date-time format        full           date only     date only\n"
 
15984
"  commit message          full           full          top line\n"
 
15985
"  tags                    yes            yes           yes\n"
 
15986
"  merges indicator        -              yes           -\n"
 
15987
"  status/delta            optional       optional      -\n"
 
15988
"  diff/patch              optional       optional      -\n"
 
15989
"  revision-id             optional       optional      -\n"
 
15990
"  branch nick             yes            -             -\n"
 
15991
"  foreign vcs properties  yes            yes           -\n"
 
15992
"  preferred levels        all            1             1\n"
 
15993
"  digital signature       optional       -             -"
13082
15994
 
13083
15995
#: en/help_topics/log-formats.txt:24
13084
15996
msgid ""
13085
15997
"The default format is ``long``. To change this, define the ``log_format``\n"
13086
15998
"setting in the ``[DEFAULT]`` section of ``bazaar.conf`` like this (say)::"
13087
15999
msgstr ""
 
16000
"The default format is ``long``. To change this, define the ``log_format``\n"
 
16001
"setting in the ``[DEFAULT]`` section of ``bazaar.conf`` like this (say)::"
13088
16002
 
13089
16003
#: en/help_topics/log-formats.txt:27
13090
16004
msgid ""
13091
16005
"  [DEFAULT]\n"
13092
16006
"  log_format = short"
13093
16007
msgstr ""
 
16008
"  [DEFAULT]\n"
 
16009
"  log_format = short"
13094
16010
 
13095
16011
#: en/help_topics/log-formats.txt:30
13096
16012
msgid ""
13097
16013
"Alternatively, to change the log format used for a given query, use the\n"
13098
16014
"--long, --short or --line options."
13099
16015
msgstr ""
 
16016
"Alternatively, to change the log format used for a given query, use the\n"
 
16017
"--long, --short or --line options."
13100
16018
 
13101
16019
#: en/help_topics/log-formats.txt:33
13102
16020
msgid ""
13103
16021
"If one of the standard log formats does not meet your needs, additional\n"
13104
16022
"formats can be provided by plugins.\n"
13105
16023
msgstr ""
 
16024
"If one of the standard log formats does not meet your needs, additional\n"
 
16025
"formats can be provided by plugins.\n"
13106
16026
 
13107
16027
#: en/help_topics/other-formats.txt:1
13108
16028
msgid "Other Storage Formats"
13109
 
msgstr ""
 
16029
msgstr "Other Storage Formats"
13110
16030
 
13111
16031
#: en/help_topics/other-formats.txt:3
13112
16032
msgid "Experimental formats are shown below."
13113
 
msgstr ""
 
16033
msgstr "Experimental formats are shown below."
13114
16034
 
13115
16035
#: en/help_topics/other-formats.txt:5
13116
16036
msgid ""
13118
16038
"    (native) The 2a format with experimental support for colocated\n"
13119
16039
"    branches."
13120
16040
msgstr ""
 
16041
":development-colo:\n"
 
16042
"    (native) The 2a format with experimental support for colocated\n"
 
16043
"    branches."
13121
16044
 
13122
16045
#: en/help_topics/other-formats.txt:9
13123
16046
msgid ""
13124
16047
"\n"
13125
16048
"Deprecated formats are shown below."
13126
16049
msgstr ""
 
16050
"\n"
 
16051
"Deprecated formats are shown below."
13127
16052
 
13128
16053
#: en/help_topics/other-formats.txt:12
13129
16054
msgid ""
13132
16057
"    Interoperates with bzr repositories before 0.92 but cannot be read\n"
13133
16058
"    by bzr < 0.92."
13134
16059
msgstr ""
 
16060
":pack-0.92:\n"
 
16061
"    (native) Pack-based format used in 1.x series. Introduced in 0.92.\n"
 
16062
"    Interoperates with bzr repositories before 0.92 but cannot be read\n"
 
16063
"    by bzr < 0.92."
13135
16064
 
13136
16065
#: en/help_topics/patterns.txt:1
13137
16066
msgid ""
13138
16067
"Patterns\n"
13139
16068
"========"
13140
16069
msgstr ""
 
16070
"Patterns\n"
 
16071
"========"
13141
16072
 
13142
16073
#: en/help_topics/patterns.txt:4
13143
16074
msgid ""
13146
16077
"and preferences can be associated with files using rule patterns.\n"
13147
16078
"The pattern syntax is described below."
13148
16079
msgstr ""
 
16080
"Bazaar uses patterns to match files at various times. For example,\n"
 
16081
"the ``add`` command skips over files that match ignore patterns\n"
 
16082
"and preferences can be associated with files using rule patterns.\n"
 
16083
"The pattern syntax is described below."
13149
16084
 
13150
16085
#: en/help_topics/patterns.txt:9
13151
16086
msgid ""
13155
16090
"component of the path. To match a file only in the root directory,\n"
13156
16091
"prepend ``./``. Patterns specifying absolute paths are not allowed."
13157
16092
msgstr ""
 
16093
"Trailing slashes on patterns are ignored. If the pattern contains a\n"
 
16094
"slash or is a regular expression, it is compared to the whole path\n"
 
16095
"from the branch root. Otherwise, it is compared to only the last\n"
 
16096
"component of the path. To match a file only in the root directory,\n"
 
16097
"prepend ``./``. Patterns specifying absolute paths are not allowed."
13158
16098
 
13159
16099
#: en/help_topics/patterns.txt:15
13160
16100
msgid "Patterns may include globbing wildcards such as::"
13161
 
msgstr ""
 
16101
msgstr "Patterns may include globbing wildcards such as::"
13162
16102
 
13163
16103
#: en/help_topics/patterns.txt:17
13164
16104
msgid ""
13167
16107
"  /**/ - Matches 0 or more directories in a path\n"
13168
16108
"  [a-z] - Matches a single character from within a group of characters"
13169
16109
msgstr ""
 
16110
"  ? - Matches any single character except '/'\n"
 
16111
"  * - Matches 0 or more characters except '/'\n"
 
16112
"  /**/ - Matches 0 or more directories in a path\n"
 
16113
"  [a-z] - Matches a single character from within a group of characters"
13170
16114
 
13171
16115
#: en/help_topics/patterns.txt:22
13172
16116
msgid ""
13175
16119
"expression.  Regular expression patterns may not include named or\n"
13176
16120
"numbered groups."
13177
16121
msgstr ""
 
16122
"Patterns may also be `Python regular expressions`_. Regular expression\n"
 
16123
"patterns are identified by a ``RE:`` prefix followed by the regular\n"
 
16124
"expression.  Regular expression patterns may not include named or\n"
 
16125
"numbered groups."
13178
16126
 
13179
16127
#: en/help_topics/patterns.txt:27
13180
16128
msgid ""
13181
16129
"Case insensitive ignore patterns can be specified with regular expressions\n"
13182
16130
"by using the ``i`` (for ignore case) flag in the pattern."
13183
16131
msgstr ""
 
16132
"Case insensitive ignore patterns can be specified with regular expressions\n"
 
16133
"by using the ``i`` (for ignore case) flag in the pattern."
13184
16134
 
13185
16135
#: en/help_topics/patterns.txt:30
13186
 
msgid "For example, a case insensitive match for ``foo`` may be specified as::"
 
16136
msgid ""
 
16137
"For example, a case insensitive match for ``foo`` may be specified as::"
13187
16138
msgstr ""
 
16139
"For example, a case insensitive match for ``foo`` may be specified as::"
13188
16140
 
13189
16141
#: en/help_topics/patterns.txt:32
13190
16142
msgid "  RE:(?i)foo"
13191
 
msgstr ""
 
16143
msgstr "  RE:(?i)foo"
13192
16144
 
13193
16145
#: en/help_topics/patterns.txt:34
13194
16146
msgid ""
13195
16147
"Ignore patterns may be prefixed with ``!``, which means that a filename\n"
13196
16148
"matched by that pattern will not be ignored."
13197
16149
msgstr ""
 
16150
"Ignore patterns may be prefixed with ``!``, which means that a filename\n"
 
16151
"matched by that pattern will not be ignored."
13198
16152
 
13199
16153
#: en/help_topics/patterns.txt:37
13200
 
msgid ".. _Python regular expressions: http://docs.python.org/library/re.html"
 
16154
msgid ""
 
16155
".. _Python regular expressions: http://docs.python.org/library/re.html"
13201
16156
msgstr ""
 
16157
".. _Python regular expressions: http://docs.python.org/library/re.html"
13202
16158
 
13203
16159
#: en/help_topics/revisionspec.txt:1
13204
16160
msgid "Revision Identifiers"
13205
 
msgstr ""
 
16161
msgstr "Revision Identifiers"
13206
16162
 
13207
16163
#: en/help_topics/revisionspec.txt:3
13208
16164
msgid ""
13211
16167
"unambiguously specify a given lookup type; some examples are 'last:1',\n"
13212
16168
"'before:yesterday' and 'submit:'."
13213
16169
msgstr ""
 
16170
"A revision identifier refers to a specific state of a branch's history.  It\n"
 
16171
"can be expressed in several ways.  It can begin with a keyword to\n"
 
16172
"unambiguously specify a given lookup type; some examples are 'last:1',\n"
 
16173
"'before:yesterday' and 'submit:'."
13214
16174
 
13215
16175
#: en/help_topics/revisionspec.txt:8
13216
16176
msgid ""
13222
16182
"will\n"
13223
16183
"be found first."
13224
16184
msgstr ""
 
16185
"Alternately, it can be given without a keyword, in which case it will be\n"
 
16186
"checked as a revision number, a tag, a revision id, a date specification, or "
 
16187
"a\n"
 
16188
"branch specification, in that order.  For example, 'date:today' could be\n"
 
16189
"written as simply 'today', though if you have a tag called 'today' that "
 
16190
"will\n"
 
16191
"be found first."
13225
16192
 
13226
16193
#: en/help_topics/revisionspec.txt:14
13227
16194
msgid ""
13231
16198
"or\n"
13232
16199
"spaces around the '..')."
13233
16200
msgstr ""
 
16201
"If 'REV1' and 'REV2' are revision identifiers, then 'REV1..REV2' denotes a\n"
 
16202
"revision range. Examples: '3647..3649', 'date:yesterday..-1' and\n"
 
16203
"'branch:/path/to/branch1/..branch:/branch2' (note that there are no quotes "
 
16204
"or\n"
 
16205
"spaces around the '..')."
13234
16206
 
13235
16207
#: en/help_topics/revisionspec.txt:19
13236
16208
msgid ""
13249
16221
"and\n"
13250
16222
"3649, but not 3647."
13251
16223
msgstr ""
 
16224
"Ranges are interpreted differently by different commands. To the \"log\" "
 
16225
"command,\n"
 
16226
"a range is a sequence of log messages, but to the \"diff\" command, the "
 
16227
"range\n"
 
16228
"denotes a change between revisions (and not a sequence of changes).  In\n"
 
16229
"addition, \"log\" considers a closed range whereas \"diff\" and \"merge\" "
 
16230
"consider it\n"
 
16231
"to be open-ended, that is, they include one end but not the other.  For "
 
16232
"example:\n"
 
16233
"\"bzr log -r 3647..3649\" shows the messages of revisions 3647, 3648 and "
 
16234
"3649,\n"
 
16235
"while \"bzr diff -r 3647..3649\" includes the changes done in revisions 3648 "
 
16236
"and\n"
 
16237
"3649, but not 3647."
13252
16238
 
13253
16239
#: en/help_topics/revisionspec.txt:28
13254
16240
msgid "The keywords used as revision selection methods are the following:"
13255
 
msgstr ""
 
16241
msgstr "The keywords used as revision selection methods are the following:"
13256
16242
 
13257
16243
#: en/help_topics/revisionspec.txt:30
13258
16244
msgid ""
13279
16265
":last:\n"
13280
16266
"\tSelects the nth revision from the end."
13281
16267
msgstr ""
 
16268
":revid:\n"
 
16269
"\tSelects a revision using the revision id.\n"
 
16270
":submit:\n"
 
16271
"\tSelects a common ancestor with the submit branch.\n"
 
16272
":ancestor:\n"
 
16273
"\tSelects a common ancestor with a second branch.\n"
 
16274
":date:\n"
 
16275
"\tSelects a revision on the basis of a datestamp.\n"
 
16276
":branch:\n"
 
16277
"\tSelects the last revision of a specified branch.\n"
 
16278
":tag:\n"
 
16279
"\tSelects a revision identified by a tag name.\n"
 
16280
":revno:\n"
 
16281
"\tSelects a revision using a number.\n"
 
16282
":before:\n"
 
16283
"\tSelects the parent of the revision specified.\n"
 
16284
":annotate:\n"
 
16285
"\tSelect the revision that last modified the specified line.\n"
 
16286
":mainline:\n"
 
16287
"\tSelect mainline revision that merged the specified revision.\n"
 
16288
":last:\n"
 
16289
"\tSelects the nth revision from the end."
13282
16290
 
13283
16291
#: en/help_topics/revisionspec.txt:53
13284
16292
msgid "In addition, plugins can provide other keywords."
13285
 
msgstr ""
 
16293
msgstr "In addition, plugins can provide other keywords."
13286
16294
 
13287
16295
#: en/help_topics/revisionspec.txt:55
13288
16296
msgid "A detailed description of each keyword is given below."
13289
 
msgstr ""
 
16297
msgstr "A detailed description of each keyword is given below."
13290
16298
 
13291
16299
#: en/help_topics/revisionspec.txt:57
13292
16300
msgid ":revid:"
13293
 
msgstr ""
 
16301
msgstr ":revid:"
13294
16302
 
13295
16303
#: en/help_topics/revisionspec.txt:59
13296
16304
msgid ""
13299
16307
"    Including merges, and pending merges.\n"
13300
16308
"    Examples::"
13301
16309
msgstr ""
 
16310
"    Supply a specific revision id, that can be used to specify any\n"
 
16311
"    revision id in the ancestry of the branch.\n"
 
16312
"    Including merges, and pending merges.\n"
 
16313
"    Examples::"
13302
16314
 
13303
16315
#: en/help_topics/revisionspec.txt:64
13304
16316
msgid ""
13305
16317
"      revid:aaaa@bbbb-123456789 -> Select revision 'aaaa@bbbb-123456789'"
13306
16318
msgstr ""
 
16319
"      revid:aaaa@bbbb-123456789 -> Select revision 'aaaa@bbbb-123456789'"
13307
16320
 
13308
16321
#: en/help_topics/revisionspec.txt:66
13309
16322
msgid ":submit:"
13310
 
msgstr ""
 
16323
msgstr ":submit:"
13311
16324
 
13312
16325
#: en/help_topics/revisionspec.txt:68
13313
16326
msgid ""
13317
16330
"    used by the bundle and merge directive commands.  If no submit branch\n"
13318
16331
"    is specified, the parent branch is used instead."
13319
16332
msgstr ""
 
16333
"    Diffing against this shows all the changes that were made in this "
 
16334
"branch,\n"
 
16335
"    and is a good predictor of what merge will do.  The submit branch is\n"
 
16336
"    used by the bundle and merge directive commands.  If no submit branch\n"
 
16337
"    is specified, the parent branch is used instead."
13320
16338
 
13321
16339
#: en/help_topics/revisionspec.txt:73 en/help_topics/revisionspec.txt:85
13322
16340
msgid ""
13324
16342
"    branches. Usually this is the branch point, but it could also be\n"
13325
16343
"    a revision that was merged."
13326
16344
msgstr ""
 
16345
"    The common ancestor is the last revision that existed in both\n"
 
16346
"    branches. Usually this is the branch point, but it could also be\n"
 
16347
"    a revision that was merged."
13327
16348
 
13328
16349
#: en/help_topics/revisionspec.txt:77 en/help_topics/revisionspec.txt:93
13329
16350
#: en/help_topics/revisionspec.txt:109 en/help_topics/revisionspec.txt:119
13330
16351
#: en/help_topics/revisionspec.txt:153
13331
16352
msgid "    Examples::"
13332
 
msgstr ""
 
16353
msgstr "    Examples::"
13333
16354
 
13334
16355
#: en/help_topics/revisionspec.txt:79
13335
16356
msgid "      $ bzr diff -r submit:"
13336
 
msgstr ""
 
16357
msgstr "      $ bzr diff -r submit:"
13337
16358
 
13338
16359
#: en/help_topics/revisionspec.txt:81
13339
16360
msgid ":ancestor:"
13340
 
msgstr ""
 
16361
msgstr ":ancestor:"
13341
16362
 
13342
16363
#: en/help_topics/revisionspec.txt:83
13343
16364
msgid "    Supply the path to a branch to select the common ancestor."
13344
 
msgstr ""
 
16365
msgstr "    Supply the path to a branch to select the common ancestor."
13345
16366
 
13346
16367
#: en/help_topics/revisionspec.txt:89
13347
16368
msgid ""
13349
16370
"    that your branch introduces, while excluding the changes that you\n"
13350
16371
"    have not merged from the remote branch."
13351
16372
msgstr ""
 
16373
"    This is frequently used with 'diff' to return all of the changes\n"
 
16374
"    that your branch introduces, while excluding the changes that you\n"
 
16375
"    have not merged from the remote branch."
13352
16376
 
13353
16377
#: en/help_topics/revisionspec.txt:95
13354
16378
msgid ""
13355
16379
"      ancestor:/path/to/branch\n"
13356
16380
"      $ bzr diff -r ancestor:../../mainline/branch"
13357
16381
msgstr ""
 
16382
"      ancestor:/path/to/branch\n"
 
16383
"      $ bzr diff -r ancestor:../../mainline/branch"
13358
16384
 
13359
16385
#: en/help_topics/revisionspec.txt:98
13360
16386
msgid ":date:"
13361
 
msgstr ""
 
16387
msgstr ":date:"
13362
16388
 
13363
16389
#: en/help_topics/revisionspec.txt:100
13364
16390
msgid ""
13367
16393
"    Matches the first entry after a given date (either at midnight or\n"
13368
16394
"    at a specified time)."
13369
16395
msgstr ""
 
16396
"    Supply a datestamp to select the first revision that matches the date.\n"
 
16397
"    Date can be 'yesterday', 'today', 'tomorrow' or a YYYY-MM-DD string.\n"
 
16398
"    Matches the first entry after a given date (either at midnight or\n"
 
16399
"    at a specified time)."
13370
16400
 
13371
16401
#: en/help_topics/revisionspec.txt:105
13372
16402
msgid "    One way to display all the changes since yesterday would be::"
13373
 
msgstr ""
 
16403
msgstr "    One way to display all the changes since yesterday would be::"
13374
16404
 
13375
16405
#: en/help_topics/revisionspec.txt:107
13376
16406
msgid "        bzr log -r date:yesterday.."
13377
 
msgstr ""
 
16407
msgstr "        bzr log -r date:yesterday.."
13378
16408
 
13379
16409
#: en/help_topics/revisionspec.txt:111
13380
16410
msgid ""
13383
16413
"      date:2006-08-14,17:10:14  -> select the first revision after\n"
13384
16414
"                                   August 14th, 2006 at 5:10pm."
13385
16415
msgstr ""
 
16416
"      date:yesterday            -> select the first revision since "
 
16417
"yesterday\n"
 
16418
"      date:2006-08-14,17:10:14  -> select the first revision after\n"
 
16419
"                                   August 14th, 2006 at 5:10pm."
13386
16420
 
13387
16421
#: en/help_topics/revisionspec.txt:115
13388
16422
msgid ":branch:"
13389
 
msgstr ""
 
16423
msgstr ":branch:"
13390
16424
 
13391
16425
#: en/help_topics/revisionspec.txt:117
13392
16426
msgid "    Supply the path to a branch to select its last revision."
13393
 
msgstr ""
 
16427
msgstr "    Supply the path to a branch to select its last revision."
13394
16428
 
13395
16429
#: en/help_topics/revisionspec.txt:121
13396
16430
msgid "      branch:/path/to/branch"
13397
 
msgstr ""
 
16431
msgstr "      branch:/path/to/branch"
13398
16432
 
13399
16433
#: en/help_topics/revisionspec.txt:123
13400
16434
msgid ":tag:"
13401
 
msgstr ""
 
16435
msgstr ":tag:"
13402
16436
 
13403
16437
#: en/help_topics/revisionspec.txt:125
13404
16438
msgid "    Tags are stored in the branch and created by the 'tag' command."
13405
 
msgstr ""
 
16439
msgstr "    Tags are stored in the branch and created by the 'tag' command."
13406
16440
 
13407
16441
#: en/help_topics/revisionspec.txt:127
13408
16442
msgid ":revno:"
13409
 
msgstr ""
 
16443
msgstr ":revno:"
13410
16444
 
13411
16445
#: en/help_topics/revisionspec.txt:129
13412
16446
msgid ""
13417
16451
"    first revision is returned.\n"
13418
16452
"    Examples::"
13419
16453
msgstr ""
 
16454
"    Use an integer to specify a revision in the history of the branch.\n"
 
16455
"    Optionally a branch can be specified.  A negative number will count\n"
 
16456
"    from the end of the branch (-1 is the last revision, -2 the previous\n"
 
16457
"    one). If the negative number is larger than the branch's history, the\n"
 
16458
"    first revision is returned.\n"
 
16459
"    Examples::"
13420
16460
 
13421
16461
#: en/help_topics/revisionspec.txt:136
13422
16462
msgid ""
13429
16469
"      -1000000                  -> Most likely the first revision, unless\n"
13430
16470
"                                   your history is very long."
13431
16471
msgstr ""
 
16472
"      revno:1                   -> return the first revision of this branch\n"
 
16473
"      revno:3:/path/to/branch   -> return the 3rd revision of\n"
 
16474
"                                   the branch '/path/to/branch'\n"
 
16475
"      revno:-1                  -> The last revision in a branch.\n"
 
16476
"      -2:http://other/branch    -> The second to last revision in the\n"
 
16477
"                                   remote branch.\n"
 
16478
"      -1000000                  -> Most likely the first revision, unless\n"
 
16479
"                                   your history is very long."
13432
16480
 
13433
16481
#: en/help_topics/revisionspec.txt:145
13434
16482
msgid ":before:"
13435
 
msgstr ""
 
16483
msgstr ":before:"
13436
16484
 
13437
16485
#: en/help_topics/revisionspec.txt:147
13438
16486
msgid ""
13442
16490
"history\n"
13443
16491
"    of a branch."
13444
16492
msgstr ""
 
16493
"    Supply any revision spec to return the parent of that revision.  This "
 
16494
"is\n"
 
16495
"    mostly useful when inspecting revisions that are not in the revision "
 
16496
"history\n"
 
16497
"    of a branch."
13445
16498
 
13446
16499
#: en/help_topics/revisionspec.txt:151
13447
16500
msgid ""
13448
16501
"    It is an error to request the parent of the null revision (before:0)."
13449
16502
msgstr ""
 
16503
"    It is an error to request the parent of the null revision (before:0)."
13450
16504
 
13451
16505
#: en/help_topics/revisionspec.txt:155
13452
16506
msgid ""
13459
16513
"               (What changes did revision 1913 introduce).\n"
13460
16514
"               This is equivalent to:  bzr diff -c 1913"
13461
16515
msgstr ""
 
16516
"      before:1913    -> Return the parent of revno 1913 (revno 1912)\n"
 
16517
"      before:revid:aaaa@bbbb-1234567890  -> return the parent of revision\n"
 
16518
"                                            aaaa@bbbb-1234567890\n"
 
16519
"      bzr diff -r before:1913..1913\n"
 
16520
"            -> Find the changes between revision 1913 and its parent "
 
16521
"(1912).\n"
 
16522
"               (What changes did revision 1913 introduce).\n"
 
16523
"               This is equivalent to:  bzr diff -c 1913"
13462
16524
 
13463
16525
#: en/help_topics/revisionspec.txt:163
13464
16526
msgid ":annotate:"
13465
 
msgstr ""
 
16527
msgstr ":annotate:"
13466
16528
 
13467
16529
#: en/help_topics/revisionspec.txt:165
13468
16530
msgid ""
13472
16534
"    start at 1, and are relative to the current version, not the last-\n"
13473
16535
"    committed version of the file."
13474
16536
msgstr ""
 
16537
"    Select the revision that last modified the specified line.  Line is\n"
 
16538
"    specified as path:number.  Path is a relative path to the file.  "
 
16539
"Numbers\n"
 
16540
"    start at 1, and are relative to the current version, not the last-\n"
 
16541
"    committed version of the file."
13475
16542
 
13476
16543
#: en/help_topics/revisionspec.txt:170
13477
16544
msgid ":mainline:"
13478
 
msgstr ""
 
16545
msgstr ":mainline:"
13479
16546
 
13480
16547
#: en/help_topics/revisionspec.txt:172
13481
16548
msgid ""
13482
16549
"    Select the revision that merged the specified revision into mainline."
13483
16550
msgstr ""
 
16551
"    Select the revision that merged the specified revision into mainline."
13484
16552
 
13485
16553
#: en/help_topics/revisionspec.txt:174
13486
16554
msgid ":last:"
13487
 
msgstr ""
 
16555
msgstr ":last:"
13488
16556
 
13489
16557
#: en/help_topics/revisionspec.txt:176
13490
16558
msgid ""
13492
16560
"    This is the same as supplying negative numbers to the 'revno:' spec.\n"
13493
16561
"    Examples::"
13494
16562
msgstr ""
 
16563
"    Supply a positive number to get the nth revision from the end.\n"
 
16564
"    This is the same as supplying negative numbers to the 'revno:' spec.\n"
 
16565
"    Examples::"
13495
16566
 
13496
16567
#: en/help_topics/revisionspec.txt:180
13497
16568
msgid ""
13498
16569
"      last:1        -> return the last revision\n"
13499
16570
"      last:3        -> return the revision 2 before the end.\n"
13500
16571
msgstr ""
 
16572
"      last:1        -> return the last revision\n"
 
16573
"      last:3        -> return the revision 2 before the end.\n"
13501
16574
 
13502
16575
#: en/help_topics/rules.txt:1
13503
16576
msgid ""
13504
16577
"Rules\n"
13505
16578
"====="
13506
16579
msgstr ""
 
16580
"Rules\n"
 
16581
"====="
13507
16582
 
13508
16583
#: en/help_topics/rules.txt:7
13509
16584
msgid ""
13511
16586
"patterns and the contents of each section are the preferences for files\n"
13512
16587
"matching that pattern(s). For example::"
13513
16588
msgstr ""
 
16589
"Rules are defined in ini file format where the sections are file glob\n"
 
16590
"patterns and the contents of each section are the preferences for files\n"
 
16591
"matching that pattern(s). For example::"
13514
16592
 
13515
16593
#: en/help_topics/rules.txt:11
13516
16594
msgid ""
13517
16595
"    [name *.bat]\n"
13518
16596
"    eol = native"
13519
16597
msgstr ""
 
16598
"    [name *.bat]\n"
 
16599
"    eol = native"
13520
16600
 
13521
16601
#: en/help_topics/rules.txt:14
13522
16602
msgid ""
13523
16603
"    [name *.html *.xml]\n"
13524
16604
"    keywords = xml_escape"
13525
16605
msgstr ""
 
16606
"    [name *.html *.xml]\n"
 
16607
"    keywords = xml_escape"
13526
16608
 
13527
16609
#: en/help_topics/rules.txt:17
13528
16610
msgid ""
13532
16614
"Keyword support is provided by the `keywords plugin\n"
13533
16615
"<http://doc.bazaar.canonical.com/plugins/en/keywords-plugin.html>`_."
13534
16616
msgstr ""
 
16617
"Preferences like these are useful for commands and plugins wishing to\n"
 
16618
"provide custom behaviour for selected files.  For more information on \n"
 
16619
"end of line conversion see :doc:`eol-help`.\n"
 
16620
"Keyword support is provided by the `keywords plugin\n"
 
16621
"<http://doc.bazaar.canonical.com/plugins/en/keywords-plugin.html>`_."
13535
16622
 
13536
16623
#: en/help_topics/rules.txt:23
13537
16624
msgid ""
13538
16625
"Files\n"
13539
16626
"-----"
13540
16627
msgstr ""
 
16628
"Files\n"
 
16629
"-----"
13541
16630
 
13542
16631
#: en/help_topics/rules.txt:26
13543
16632
msgid ""
13544
16633
"Default rules for all branches are defined in the optional file\n"
13545
 
"``BRZ_HOME/rules``. "
 
16634
"``BZR_HOME/rules``. "
13546
16635
msgstr ""
 
16636
"Default rules for all branches are defined in the optional file\n"
 
16637
"``BZR_HOME/rules``. "
13547
16638
 
13548
16639
#: en/help_topics/rules.txt:29
13549
16640
msgid ""
13550
16641
"Rule Patterns\n"
13551
16642
"-------------"
13552
16643
msgstr ""
 
16644
"Rule Patterns\n"
 
16645
"-------------"
13553
16646
 
13554
16647
#: en/help_topics/rules.txt:32
13555
16648
msgid ""
13558
16651
"the top of the file. Rule patterns use exactly the same conventions\n"
13559
16652
"as ignore patterns. See :doc:`patterns-help` for details."
13560
16653
msgstr ""
 
16654
"Patterns are ordered and searching stops as soon as one matches.\n"
 
16655
"As a consequence, more explicit patterns should be placed towards\n"
 
16656
"the top of the file. Rule patterns use exactly the same conventions\n"
 
16657
"as ignore patterns. See :doc:`patterns-help` for details."
13561
16658
 
13562
16659
#: en/help_topics/rules.txt:37
13563
16660
msgid ".. note::"
13564
 
msgstr ""
 
16661
msgstr ".. note::"
13565
16662
 
13566
16663
#: en/help_topics/rules.txt:39
13567
16664
msgid ""
13568
16665
"   Patterns containing square brackets or spaces should be\n"
13569
16666
"   surrounded in quotes to ensure they are correctly parsed.\n"
13570
16667
msgstr ""
 
16668
"   Patterns containing square brackets or spaces should be\n"
 
16669
"   surrounded in quotes to ensure they are correctly parsed.\n"
13571
16670
 
13572
16671
#: en/help_topics/topics.txt:1
13573
16672
msgid ""
13608
16707
"urlspec              Supported transport protocols\n"
13609
16708
"working-trees        Information on working trees\n"
13610
16709
msgstr ""
 
16710
"authentication       Information on configuring authentication\n"
 
16711
"basic                Basic commands\n"
 
16712
"branches             Information on what a branch is\n"
 
16713
"bugs                 Bug tracker settings\n"
 
16714
"checkouts            Information on what a checkout is\n"
 
16715
"commands             Basic help for all commands\n"
 
16716
"configuration        Details on the configuration settings available\n"
 
16717
"conflict-types       Types of conflicts and what to do about them\n"
 
16718
"content-filters      Conversion of content into/from working trees\n"
 
16719
"criss-cross          Information on criss-cross merging\n"
 
16720
"current-formats      Current storage formats\n"
 
16721
"debug-flags          Options to show or record debug information\n"
 
16722
"diverged-branches    How to fix diverged branches\n"
 
16723
"env-variables        Environment variable names and values\n"
 
16724
"eol                  Information on end-of-line handling\n"
 
16725
"files                Information on configuration and log files\n"
 
16726
"formats              Information on choosing a storage format\n"
 
16727
"global-options       Options that control how Bazaar runs\n"
 
16728
"hidden-commands      All hidden commands\n"
 
16729
"hooks                Points at which custom processing can be added\n"
 
16730
"launchpad            Using Bazaar with Launchpad.net\n"
 
16731
"location-alias       Aliases for remembered locations\n"
 
16732
"log-formats          Details on the logging formats available\n"
 
16733
"other-formats        Experimental and deprecated storage formats\n"
 
16734
"patterns             Information on the pattern syntax\n"
 
16735
"repositories         Basic information on shared repositories.\n"
 
16736
"revisionspec         Explain how to use --revision\n"
 
16737
"rules                Information on defining rule-based preferences\n"
 
16738
"standalone-trees     Information on what a standalone tree is\n"
 
16739
"standard-options     Options that can be used with any command\n"
 
16740
"status-flags         Help on status flags\n"
 
16741
"sync-for-reconfigure Steps to resolve \"out-of-sync\" when reconfiguring\n"
 
16742
"topics               Topics list\n"
 
16743
"url-special-chars    Special character handling in URLs\n"
 
16744
"urlspec              Supported transport protocols\n"
 
16745
"working-trees        Information on working trees\n"
13611
16746
 
13612
16747
#: en/help_topics/url-special-chars.txt:1
13613
16748
msgid ""
13614
16749
"Special character handling in URLs\n"
13615
16750
"=================================="
13616
16751
msgstr ""
 
16752
"Special character handling in URLs\n"
 
16753
"=================================="
13617
16754
 
13618
16755
#: en/help_topics/url-special-chars.txt:4
13619
16756
msgid "Bazaar allows locations to be specified in multiple ways, either:"
13620
 
msgstr ""
 
16757
msgstr "Bazaar allows locations to be specified in multiple ways, either:"
13621
16758
 
13622
16759
#: en/help_topics/url-special-chars.txt:6
13623
16760
msgid " * Fully qualified URLs"
13624
 
msgstr ""
 
16761
msgstr " * Fully qualified URLs"
13625
16762
 
13626
16763
#: en/help_topics/url-special-chars.txt:8
13627
16764
msgid " * File system paths, relative or absolute"
13628
 
msgstr ""
 
16765
msgstr " * File system paths, relative or absolute"
13629
16766
 
13630
16767
#: en/help_topics/url-special-chars.txt:10
13631
16768
msgid ""
13632
 
"Internally brz treats all locations as URLs. For any file system paths\n"
 
16769
"Internally bzr treats all locations as URLs. For any file system paths\n"
13633
16770
"that are specified it will automatically determine the appropriate URL\n"
13634
16771
"representation, and escape special characters where necessary."
13635
16772
msgstr ""
 
16773
"Internally bzr treats all locations as URLs. For any file system paths\n"
 
16774
"that are specified it will automatically determine the appropriate URL\n"
 
16775
"representation, and escape special characters where necessary."
13636
16776
 
13637
16777
#: en/help_topics/url-special-chars.txt:14
13638
16778
msgid ""
13643
16783
"be\n"
13644
16784
"urlencoded when the path is converted to a URL."
13645
16785
msgstr ""
 
16786
"There are a few characters which have special meaning in URLs and need "
 
16787
"careful\n"
 
16788
"handling to avoid ambiguities. Characters can be escaped with a % and a hex\n"
 
16789
"value in URLs. Any non-ASCII characters in a file path will automatically "
 
16790
"be\n"
 
16791
"urlencoded when the path is converted to a URL."
13646
16792
 
13647
16793
#: en/help_topics/url-special-chars.txt:19
13648
16794
msgid ""
13653
16799
"generous in what it accepts as a URL and to print them in a way that\n"
13654
16800
"will be readable."
13655
16801
msgstr ""
 
16802
"URLs represent non-ASCII characters in an encoding defined by the server, "
 
16803
"but\n"
 
16804
"usually UTF-8.  The % escapes should be of the UTF-8 bytes.  Bazaar tries to "
 
16805
"be\n"
 
16806
"generous in what it accepts as a URL and to print them in a way that\n"
 
16807
"will be readable."
13656
16808
 
13657
16809
#: en/help_topics/url-special-chars.txt:24
13658
16810
msgid ""
13661
16813
"ways of accessing the content (0x2F, or 47, is the ASCII code for forward "
13662
16814
"slash)::"
13663
16815
msgstr ""
 
16816
"For example, if you have a directory named '/tmp/%2False' these are all "
 
16817
"valid\n"
 
16818
"ways of accessing the content (0x2F, or 47, is the ASCII code for forward "
 
16819
"slash)::"
13664
16820
 
13665
16821
#: en/help_topics/url-special-chars.txt:27
13666
16822
msgid ""
13667
16823
"  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"
 
16824
"  bzr log /tmp/%2False\n"
 
16825
"  bzr log %2False\n"
 
16826
"  bzr log file:///tmp/%252False\n"
 
16827
"  bzr log file://localhost/tmp/%252False\n"
 
16828
"  bzr log file:%252False"
13673
16829
msgstr ""
 
16830
"  cd /tmp\n"
 
16831
"  bzr log /tmp/%2False\n"
 
16832
"  bzr log %2False\n"
 
16833
"  bzr log file:///tmp/%252False\n"
 
16834
"  bzr log file://localhost/tmp/%252False\n"
 
16835
"  bzr log file:%252False"
13674
16836
 
13675
16837
#: en/help_topics/url-special-chars.txt:34
13676
16838
msgid "These are valid but do not refer to the same file::"
13677
 
msgstr ""
 
16839
msgstr "These are valid but do not refer to the same file::"
13678
16840
 
13679
16841
#: en/help_topics/url-special-chars.txt:36
13680
16842
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)"
 
16843
"  bzr log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
 
16844
"  bzr log %252False (refers to a file called /tmp/%252False)"
13683
16845
msgstr ""
 
16846
"  bzr log file:///tmp/%2False (refers to a file called /tmp/\\/alse)\n"
 
16847
"  bzr log %252False (refers to a file called /tmp/%252False)"
13684
16848
 
13685
16849
#: en/help_topics/url-special-chars.txt:39
13686
16850
msgid ""
13687
16851
"Comma also has special meaning in URLs, because it denotes `segment "
13688
16852
"parameters`_"
13689
16853
msgstr ""
 
16854
"Comma also has special meaning in URLs, because it denotes `segment "
 
16855
"parameters`_"
13690
16856
 
13691
16857
#: en/help_topics/url-special-chars.txt:41
13692
16858
msgid ""
13693
16859
"_`segment parameters`: http://www.ietf.org/rfc/rfc3986.txt (section 3.3)"
13694
16860
msgstr ""
 
16861
"_`segment parameters`: http://www.ietf.org/rfc/rfc3986.txt (section 3.3)"
13695
16862
 
13696
16863
#: en/help_topics/url-special-chars.txt:43
13697
16864
msgid ""
13699
16866
"literal\n"
13700
16867
"comma in a file system path, specify a URL and URL encode the comma::"
13701
16868
msgstr ""
 
16869
"Comma is also special in any file system paths that are specified. To use a "
 
16870
"literal\n"
 
16871
"comma in a file system path, specify a URL and URL encode the comma::"
13702
16872
 
13703
16873
#: en/help_topics/url-special-chars.txt:46
13704
16874
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"
 
16875
"  bzr log foo,branch=bla # path \"foo\" with the segment parameter "
 
16876
"\"branch\" set to \"bla\"\n"
 
16877
"  bzr log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
 
16878
"  bzr log file:foo,branch=bla # path \"foo\" with segment parameter "
 
16879
"\"branch\" set to \"bla\"\n"
13710
16880
msgstr ""
 
16881
"  bzr log foo,branch=bla # path \"foo\" with the segment parameter "
 
16882
"\"branch\" set to \"bla\"\n"
 
16883
"  bzr log file:foo%2Cbranch=bla # path \"foo,branch=bla\"\n"
 
16884
"  bzr log file:foo,branch=bla # path \"foo\" with segment parameter "
 
16885
"\"branch\" set to \"bla\"\n"
13711
16886
 
13712
16887
#: en/help_topics/urlspec.txt:1
13713
16888
msgid "URL Identifiers"
13714
 
msgstr ""
 
16889
msgstr "URL Identifiers"
13715
16890
 
13716
16891
#: en/help_topics/urlspec.txt:3
13717
16892
msgid "Supported URL prefixes::"
13718
 
msgstr ""
 
16893
msgstr "Supported URL prefixes::"
13719
16894
 
13720
16895
#: en/help_topics/urlspec.txt:5
13721
16896
msgid ""
13729
16904
"SSL.\n"
13730
16905
"  sftp://             Access using SFTP (most SSH servers provide SFTP)."
13731
16906
msgstr ""
 
16907
"  aftp://             Access using active FTP.\n"
 
16908
"  bzr://              Fast access using the Bazaar smart server.\n"
 
16909
"  bzr+ssh://          Fast access using the Bazaar smart server over SSH.\n"
 
16910
"  file://             Access using the standard filesystem (default)\n"
 
16911
"  ftp://              Access using passive FTP.\n"
 
16912
"  http://             Read-only access of branches exported on the web.\n"
 
16913
"  https://            Read-only access of branches exported on the web using "
 
16914
"SSL.\n"
 
16915
"  sftp://             Access using SFTP (most SSH servers provide SFTP)."
13732
16916
 
13733
16917
#: en/help_topics/urlspec.txt:14
13734
16918
msgid "Supported modifiers::"
13735
 
msgstr ""
 
16919
msgstr "Supported modifiers::"
13736
16920
 
13737
16921
#: en/help_topics/urlspec.txt:16
13738
16922
msgid "  gio+                Access using any GIO supported protocols."
13739
 
msgstr ""
 
16923
msgstr "  gio+                Access using any GIO supported protocols."
13740
16924
 
13741
16925
#: en/help_topics/urlspec.txt:18
13742
16926
msgid "Bazaar supports all of the standard parts within the URL::"
13743
 
msgstr ""
 
16927
msgstr "Bazaar supports all of the standard parts within the URL::"
13744
16928
 
13745
16929
#: en/help_topics/urlspec.txt:20
13746
16930
msgid "  <protocol>://[user[:password]@]host[:port]/[path]"
13747
 
msgstr ""
 
16931
msgstr "  <protocol>://[user[:password]@]host[:port]/[path]"
13748
16932
 
13749
16933
#: en/help_topics/urlspec.txt:22
13750
16934
msgid "allowing URLs such as::"
13751
 
msgstr ""
 
16935
msgstr "allowing URLs such as::"
13752
16936
 
13753
16937
#: en/help_topics/urlspec.txt:24
13754
16938
msgid "  http://bzruser:BadPass@bzr.example.com:8080/bzr/trunk"
13755
 
msgstr ""
 
16939
msgstr "  http://bzruser:BadPass@bzr.example.com:8080/bzr/trunk"
13756
16940
 
13757
16941
#: en/help_topics/urlspec.txt:26
13758
16942
msgid ""
13762
16946
"``remote`` has a  home directory of ``/home/remote`` on the server\n"
13763
16947
"shell.example.com, then::"
13764
16948
msgstr ""
 
16949
"For bzr+ssh:// and sftp:// URLs, Bazaar also supports paths that begin\n"
 
16950
"with '~' as meaning that the rest of the path should be interpreted\n"
 
16951
"relative to the remote user's home directory.  For example if the user\n"
 
16952
"``remote`` has a  home directory of ``/home/remote`` on the server\n"
 
16953
"shell.example.com, then::"
13765
16954
 
13766
16955
#: en/help_topics/urlspec.txt:32
13767
16956
msgid "  bzr+ssh://remote@shell.example.com/~/myproject/trunk"
13768
 
msgstr ""
 
16957
msgstr "  bzr+ssh://remote@shell.example.com/~/myproject/trunk"
13769
16958
 
13770
16959
#: en/help_topics/urlspec.txt:34
13771
16960
msgid "would refer to ``/home/remote/myproject/trunk``."
13772
 
msgstr ""
 
16961
msgstr "would refer to ``/home/remote/myproject/trunk``."
13773
16962
 
13774
16963
#: en/help_topics/urlspec.txt:36
13775
16964
msgid ""
13776
16965
"Many commands that accept URLs also accept location aliases too.\n"
13777
16966
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"
13778
16967
msgstr ""
 
16968
"Many commands that accept URLs also accept location aliases too.\n"
 
16969
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"
 
16970
 
 
16971
#~ msgid ""
 
16972
#~ "This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
 
16973
#~ "delete them if they can easily be recovered using revert otherwise they\n"
 
16974
#~ "will be backed up (adding an extention of the form .~#~). If no options or\n"
 
16975
#~ "parameters are given Bazaar will scan for files that are being tracked by\n"
 
16976
#~ "Bazaar but missing in your tree and stop tracking them for you."
 
16977
#~ msgstr ""
 
16978
#~ "This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
 
16979
#~ "delete them if they can easily be recovered using revert otherwise they\n"
 
16980
#~ "will be backed up (adding an extension of the form .~#~). If no options or\n"
 
16981
#~ "parameters are given Bazaar will scan for files that are being tracked by\n"
 
16982
#~ "Bazaar but missing in your tree and stop tracking them for you."
 
16983
 
 
16984
#~ msgid ""
 
16985
#~ "If unset, the tree root directory name is used as the nickname.\n"
 
16986
#~ "To print the current nickname, execute with no argument."
 
16987
#~ msgstr ""
 
16988
#~ "If unset, the tree root directory name is used as the nickname.\n"
 
16989
#~ "To print the current nickname, execute with no argument."
 
16990
 
 
16991
#~ msgid ""
 
16992
#~ "To remove only some changes, without reverting to a prior version, use\n"
 
16993
#~ "merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
 
16994
#~ "will remove the changes introduced by the second last commit (-2), without\n"
 
16995
#~ "affecting the changes introduced by the last commit (-1).  To remove\n"
 
16996
#~ "certain changes on a hunk-by-hunk basis, see the shelve command."
 
16997
#~ msgstr ""
 
16998
#~ "To remove only some changes, without reverting to a prior version, use\n"
 
16999
#~ "merge instead.  For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
 
17000
#~ "will remove the changes introduced by the second last commit (-2), without\n"
 
17001
#~ "affecting the changes introduced by the last commit (-1).  To remove\n"
 
17002
#~ "certain changes on a hunk-by-hunk basis, see the shelve command."
 
17003
 
 
17004
#~ msgid ""
 
17005
#~ "By default, any files that have been manually changed will be backed up\n"
 
17006
#~ "first.  (Files changed only by merge are not backed up.)  Backup files have\n"
 
17007
#~ "'.~#~' appended to their name, where # is a number."
 
17008
#~ msgstr ""
 
17009
#~ "By default, any files that have been manually changed will be backed up\n"
 
17010
#~ "first.  (Files changed only by merge are not backed up.)  Backup files have\n"
 
17011
#~ "'.~#~' appended to their name, where # is a number."
 
17012
 
 
17013
#~ msgid "Revert files to a previous revision."
 
17014
#~ msgstr "Revert files to a previous revision."
 
17015
 
 
17016
#~ msgid ""
 
17017
#~ "Giving a list of files will revert only those files.  Otherwise, all files\n"
 
17018
#~ "will be reverted.  If the revision is not specified with '--revision', the\n"
 
17019
#~ "last committed revision is used."
 
17020
#~ msgstr ""
 
17021
#~ "Giving a list of files will revert only those files.  Otherwise, all files\n"
 
17022
#~ "will be reverted.  If the revision is not specified with '--revision', the\n"
 
17023
#~ "last committed revision is used."
 
17024
 
 
17025
#~ msgid ""
 
17026
#~ "Listen for connections on nominated port of the form [hostname:]portnumber.  "
 
17027
#~ "Passing 0 as the port number will result in a dynamically allocated port.  "
 
17028
#~ "The default port depends on the protocol."
 
17029
#~ msgstr ""
 
17030
#~ "Listen for connections on nominated port of the form [hostname:]portnumber.  "
 
17031
#~ "Passing 0 as the port number will result in a dynamically allocated port.  "
 
17032
#~ "The default port depends on the protocol."
 
17033
 
 
17034
#~ msgid "Unknown mail client: %(mail_client)s"
 
17035
#~ msgstr "Unknown mail client: %(mail_client)s"
 
17036
 
 
17037
#~ msgid ""
 
17038
#~ "add               Add specified files or directories.\n"
 
17039
#~ "alias             Set/unset and display aliases.\n"
 
17040
#~ "annotate          Show the origin of each line in a file.\n"
 
17041
#~ "bash-completion   Generate a shell function for bash command line "
 
17042
#~ "completion.\n"
 
17043
#~ "                  [bash_completion]\n"
 
17044
#~ "bind              Convert the current branch into a checkout of the "
 
17045
#~ "supplied\n"
 
17046
#~ "                  branch.\n"
 
17047
#~ "branch            Create a new branch that is a copy of an existing branch.\n"
 
17048
#~ "branches          List the branches available at the current location.\n"
 
17049
#~ "break-lock        Break a dead lock.\n"
 
17050
#~ "cat               Write the contents of a file as of a given revision to\n"
 
17051
#~ "                  standard output.\n"
 
17052
#~ "check             Validate working tree structure, branch consistency and\n"
 
17053
#~ "                  repository history.\n"
 
17054
#~ "checkout          Create a new checkout of an existing branch.\n"
 
17055
#~ "clean-tree        Remove unwanted files from working tree.\n"
 
17056
#~ "commit            Commit changes into a new revision.\n"
 
17057
#~ "config            Display, set or remove a configuration option.\n"
 
17058
#~ "conflicts         List files with conflicts.\n"
 
17059
#~ "deleted           List files deleted in the working tree.\n"
 
17060
#~ "diff              Show differences in the working tree, between revisions "
 
17061
#~ "or\n"
 
17062
#~ "                  branches.\n"
 
17063
#~ "dpush             Push into a different VCS without any custom bzr "
 
17064
#~ "metadata.\n"
 
17065
#~ "export            Export current or past revision to a destination directory "
 
17066
#~ "or\n"
 
17067
#~ "                  archive.\n"
 
17068
#~ "help              Show help on a command or other topic.\n"
 
17069
#~ "ignore            Ignore specified files or patterns.\n"
 
17070
#~ "ignored           List ignored files and the patterns that matched them.\n"
 
17071
#~ "info              Show information about a working tree, branch or "
 
17072
#~ "repository.\n"
 
17073
#~ "init              Make a directory into a versioned branch.\n"
 
17074
#~ "init-repository   Create a shared repository for branches to share storage\n"
 
17075
#~ "                  space.\n"
 
17076
#~ "join              Combine a tree into its containing tree.\n"
 
17077
#~ "launchpad-login   Show or set the Launchpad user ID. [launchpad]\n"
 
17078
#~ "launchpad-mirror  Ask Launchpad to mirror a branch now. [launchpad]\n"
 
17079
#~ "launchpad-open    Open a Launchpad branch page in your web browser. "
 
17080
#~ "[launchpad]\n"
 
17081
#~ "log               Show historical log for a branch or subset of a branch.\n"
 
17082
#~ "lp-find-proposal  Find the proposal to merge this revision. [launchpad]\n"
 
17083
#~ "lp-propose-merge  Propose merging a branch on Launchpad. [launchpad]\n"
 
17084
#~ "ls                List files in a tree.\n"
 
17085
#~ "merge             Perform a three-way merge.\n"
 
17086
#~ "missing           Show unmerged/unpulled revisions between two branches.\n"
 
17087
#~ "mkdir             Create a new versioned directory.\n"
 
17088
#~ "mv                Move or rename a file.\n"
 
17089
#~ "nick              Print or set the branch nickname.\n"
 
17090
#~ "pack              Compress the data within a repository.\n"
 
17091
#~ "plugins           List the installed plugins.\n"
 
17092
#~ "pull              Turn this branch into a mirror of another branch.\n"
 
17093
#~ "push              Update a mirror of this branch.\n"
 
17094
#~ "reconcile         Reconcile bzr metadata in a branch.\n"
 
17095
#~ "reconfigure       Reconfigure the type of a bzr directory.\n"
 
17096
#~ "register-branch   Register a branch with launchpad.net. [launchpad]\n"
 
17097
#~ "remerge           Redo a merge.\n"
 
17098
#~ "remove            Remove files or directories.\n"
 
17099
#~ "remove-branch     Remove a branch.\n"
 
17100
#~ "remove-tree       Remove the working tree from a given branch/checkout.\n"
 
17101
#~ "renames           Show list of renamed files.\n"
 
17102
#~ "resolve           Mark a conflict as resolved.\n"
 
17103
#~ "revert            Revert files to a previous revision.\n"
 
17104
#~ "revno             Show current revision number.\n"
 
17105
#~ "root              Show the tree root directory.\n"
 
17106
#~ "send              Mail or create a merge-directive for submitting changes.\n"
 
17107
#~ "serve             Run the bzr server.\n"
 
17108
#~ "shelve            Temporarily set aside some changes from the current tree.\n"
 
17109
#~ "sign-my-commits   Sign all commits by a given committer.\n"
 
17110
#~ "split             Split a subdirectory of a tree into a separate tree.\n"
 
17111
#~ "status            Display status summary.\n"
 
17112
#~ "switch            Set the branch of a checkout and update.\n"
 
17113
#~ "tag               Create, remove or modify a tag naming a revision.\n"
 
17114
#~ "tags              List tags.\n"
 
17115
#~ "testament         Show testament (signing-form) of a revision.\n"
 
17116
#~ "unbind            Convert the current checkout into a regular branch.\n"
 
17117
#~ "uncommit          Remove the last committed revision.\n"
 
17118
#~ "unshelve          Restore shelved changes.\n"
 
17119
#~ "update            Update a working tree to a new revision.\n"
 
17120
#~ "upgrade           Upgrade a repository, branch or working tree to a newer\n"
 
17121
#~ "                  format.\n"
 
17122
#~ "verify-signatures Verify all commit signatures.\n"
 
17123
#~ "version           Show version of bzr.\n"
 
17124
#~ "version-info      Show version information about this tree.\n"
 
17125
#~ "view              Manage filtered views.\n"
 
17126
#~ "whoami            Show or set bzr user id.\n"
 
17127
#~ msgstr ""
 
17128
#~ "add               Add specified files or directories.\n"
 
17129
#~ "alias             Set/unset and display aliases.\n"
 
17130
#~ "annotate          Show the origin of each line in a file.\n"
 
17131
#~ "bash-completion   Generate a shell function for bash command line "
 
17132
#~ "completion.\n"
 
17133
#~ "                  [bash_completion]\n"
 
17134
#~ "bind              Convert the current branch into a checkout of the "
 
17135
#~ "supplied\n"
 
17136
#~ "                  branch.\n"
 
17137
#~ "branch            Create a new branch that is a copy of an existing branch.\n"
 
17138
#~ "branches          List the branches available at the current location.\n"
 
17139
#~ "break-lock        Break a dead lock.\n"
 
17140
#~ "cat               Write the contents of a file as of a given revision to\n"
 
17141
#~ "                  standard output.\n"
 
17142
#~ "check             Validate working tree structure, branch consistency and\n"
 
17143
#~ "                  repository history.\n"
 
17144
#~ "checkout          Create a new checkout of an existing branch.\n"
 
17145
#~ "clean-tree        Remove unwanted files from working tree.\n"
 
17146
#~ "commit            Commit changes into a new revision.\n"
 
17147
#~ "config            Display, set or remove a configuration option.\n"
 
17148
#~ "conflicts         List files with conflicts.\n"
 
17149
#~ "deleted           List files deleted in the working tree.\n"
 
17150
#~ "diff              Show differences in the working tree, between revisions "
 
17151
#~ "or\n"
 
17152
#~ "                  branches.\n"
 
17153
#~ "dpush             Push into a different VCS without any custom bzr "
 
17154
#~ "metadata.\n"
 
17155
#~ "export            Export current or past revision to a destination directory "
 
17156
#~ "or\n"
 
17157
#~ "                  archive.\n"
 
17158
#~ "help              Show help on a command or other topic.\n"
 
17159
#~ "ignore            Ignore specified files or patterns.\n"
 
17160
#~ "ignored           List ignored files and the patterns that matched them.\n"
 
17161
#~ "info              Show information about a working tree, branch or "
 
17162
#~ "repository.\n"
 
17163
#~ "init              Make a directory into a versioned branch.\n"
 
17164
#~ "init-repository   Create a shared repository for branches to share storage\n"
 
17165
#~ "                  space.\n"
 
17166
#~ "join              Combine a tree into its containing tree.\n"
 
17167
#~ "launchpad-login   Show or set the Launchpad user ID. [launchpad]\n"
 
17168
#~ "launchpad-mirror  Ask Launchpad to mirror a branch now. [launchpad]\n"
 
17169
#~ "launchpad-open    Open a Launchpad branch page in your web browser. "
 
17170
#~ "[launchpad]\n"
 
17171
#~ "log               Show historical log for a branch or subset of a branch.\n"
 
17172
#~ "lp-find-proposal  Find the proposal to merge this revision. [launchpad]\n"
 
17173
#~ "lp-propose-merge  Propose merging a branch on Launchpad. [launchpad]\n"
 
17174
#~ "ls                List files in a tree.\n"
 
17175
#~ "merge             Perform a three-way merge.\n"
 
17176
#~ "missing           Show unmerged/unpulled revisions between two branches.\n"
 
17177
#~ "mkdir             Create a new versioned directory.\n"
 
17178
#~ "mv                Move or rename a file.\n"
 
17179
#~ "nick              Print or set the branch nickname.\n"
 
17180
#~ "pack              Compress the data within a repository.\n"
 
17181
#~ "plugins           List the installed plugins.\n"
 
17182
#~ "pull              Turn this branch into a mirror of another branch.\n"
 
17183
#~ "push              Update a mirror of this branch.\n"
 
17184
#~ "reconcile         Reconcile bzr metadata in a branch.\n"
 
17185
#~ "reconfigure       Reconfigure the type of a bzr directory.\n"
 
17186
#~ "register-branch   Register a branch with launchpad.net. [launchpad]\n"
 
17187
#~ "remerge           Redo a merge.\n"
 
17188
#~ "remove            Remove files or directories.\n"
 
17189
#~ "remove-branch     Remove a branch.\n"
 
17190
#~ "remove-tree       Remove the working tree from a given branch/checkout.\n"
 
17191
#~ "renames           Show list of renamed files.\n"
 
17192
#~ "resolve           Mark a conflict as resolved.\n"
 
17193
#~ "revert            Revert files to a previous revision.\n"
 
17194
#~ "revno             Show current revision number.\n"
 
17195
#~ "root              Show the tree root directory.\n"
 
17196
#~ "send              Mail or create a merge-directive for submitting changes.\n"
 
17197
#~ "serve             Run the bzr server.\n"
 
17198
#~ "shelve            Temporarily set aside some changes from the current tree.\n"
 
17199
#~ "sign-my-commits   Sign all commits by a given committer.\n"
 
17200
#~ "split             Split a subdirectory of a tree into a separate tree.\n"
 
17201
#~ "status            Display status summary.\n"
 
17202
#~ "switch            Set the branch of a checkout and update.\n"
 
17203
#~ "tag               Create, remove or modify a tag naming a revision.\n"
 
17204
#~ "tags              List tags.\n"
 
17205
#~ "testament         Show testament (signing-form) of a revision.\n"
 
17206
#~ "unbind            Convert the current checkout into a regular branch.\n"
 
17207
#~ "uncommit          Remove the last committed revision.\n"
 
17208
#~ "unshelve          Restore shelved changes.\n"
 
17209
#~ "update            Update a working tree to a new revision.\n"
 
17210
#~ "upgrade           Upgrade a repository, branch or working tree to a newer\n"
 
17211
#~ "                  format.\n"
 
17212
#~ "verify-signatures Verify all commit signatures.\n"
 
17213
#~ "version           Show version of bzr.\n"
 
17214
#~ "version-info      Show version information about this tree.\n"
 
17215
#~ "view              Manage filtered views.\n"
 
17216
#~ "whoami            Show or set bzr user id.\n"
 
17217
 
 
17218
#~ msgid ""
 
17219
#~ "set_rh\n"
 
17220
#~ "~~~~~~"
 
17221
#~ msgstr ""
 
17222
#~ "set_rh\n"
 
17223
#~ "~~~~~~"
 
17224
 
 
17225
#~ msgid ""
 
17226
#~ "Invoked whenever the revision history has been set via\n"
 
17227
#~ "set_revision_history. The api signature is (branch, revision_history),\n"
 
17228
#~ "and the branch will be write-locked. The set_rh hook can be expensive\n"
 
17229
#~ "for bzr to trigger, a better hook to use is\n"
 
17230
#~ "Branch.post_change_branch_tip."
 
17231
#~ msgstr ""
 
17232
#~ "Invoked whenever the revision history has been set via\n"
 
17233
#~ "set_revision_history. The api signature is (branch, revision_history),\n"
 
17234
#~ "and the branch will be write-locked. The set_rh hook can be expensive\n"
 
17235
#~ "for bzr to trigger, a better hook to use is\n"
 
17236
#~ "Branch.post_change_branch_tip."
 
17237
 
 
17238
#~ msgid ""
 
17239
#~ "Bazaar 2.5b6 -- a free distributed version-control tool\n"
 
17240
#~ "http://bazaar.canonical.com/"
 
17241
#~ msgstr ""
 
17242
#~ "Bazaar 2.5b6 -- a free distributed version-control tool\n"
 
17243
#~ "http://bazaar.canonical.com/"