##// END OF EJS Templates
i18n: strip string locations from Danish translation
Martin Geisler -
r7697:9bb33d46 default
parent child Browse files
Show More
This diff has been collapsed as it changes many lines, (1840 lines changed) Show them Hide them
@@ -1,10009 +1,8195
1 1 # Danish translations for Mercurial
2 2 # Danske oversættelser for Mercurial
3 3 # Copyright (C) 2009 Matt Mackall and others
4 4 #
5 5 # Translation dictionary:
6 6 #
7 7 # changeset ændring
8 8 # merge sammenføje
9 9 # patch rettelse
10 10 # repo(sitory) arkiv
11 11 # revision revision
12 12 # tag mærke
13 13 #
14 14 msgid ""
15 15 msgstr ""
16 16 "Project-Id-Version: Mercurial\n"
17 17 "POT-Creation-Date: 2009-01-15 15:24+CET\n"
18 18 "PO-Revision-Date: 2009-01-22 20:48+0100\n"
19 19 "Last-Translator: <mg@daimi.au.dk>\n"
20 20 "Language-Team: Danish\n"
21 21 "MIME-Version: 1.0\n"
22 22 "Content-Type: text/plain; charset=UTF-8\n"
23 23 "Content-Transfer-Encoding: 8bit\n"
24 24 "Generated-By: pygettext.py 1.5\n"
25 25 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
26 26
27 #: hgext/acl.py:53
28 27 msgid "return tuple of (match function, list enabled)."
29 28 msgstr ""
30 29
31 #: hgext/acl.py:55
32 30 msgid "acl: %s not enabled\n"
33 31 msgstr "acl: %s er ikke slået til\n"
34 32
35 #: hgext/acl.py:60
36 33 msgid "acl: %s enabled, %d entries for user %s\n"
37 34 msgstr "acl: %s slået til, %d indgange for bruger %s\n"
38 35
39 #: hgext/acl.py:68
40 36 msgid "config error - hook type \"%s\" cannot stop incoming changesets"
41 37 msgstr ""
42 38 "konfigurationsfejl - hook type \"%s\" kan ikke stoppe indgående ændringer"
43 39
44 #: hgext/acl.py:71
45 40 msgid "acl: changes have source \"%s\" - skipping\n"
46 41 msgstr "acl: ændringer har kilde \"%s\" - springer over\n"
47 42
48 #: hgext/acl.py:85
49 43 msgid "acl: user %s denied on %s\n"
50 44 msgstr "acl: bruger %s nægtet adgang til %s\n"
51 45
52 #: hgext/acl.py:86 hgext/acl.py:89
53 46 msgid "acl: access denied for changeset %s"
54 47 msgstr "acl: adgang nægtet til ændring %s"
55 48
56 #: hgext/acl.py:88
57 49 msgid "acl: user %s not allowed on %s\n"
58 50 msgstr "acl: bruger %s ikke tilladt på %s\n"
59 51
60 #: hgext/acl.py:90
61 52 msgid "acl: allowing changeset %s\n"
62 53 msgstr "acl: tillader ændring %s\n"
63 54
64 #: hgext/alias.py:4
65 55 msgid ""
66 56 "allow user-defined command aliases\n"
67 57 "\n"
68 58 "To use, create entries in your hgrc of the form\n"
69 59 "\n"
70 60 "[alias]\n"
71 61 "mycmd = cmd --args\n"
72 62 msgstr ""
73 63
74 #: hgext/alias.py:21
75 64 msgid ""
76 65 "defer command lookup until needed, so that extensions loaded\n"
77 66 " after alias can be aliased"
78 67 msgstr ""
79 68
80 #: hgext/alias.py:53
81 69 msgid "*** [alias] %s: command %s is unknown"
82 70 msgstr ""
83 71
84 #: hgext/alias.py:56
85 72 msgid "*** [alias] %s: command %s is ambiguous"
86 73 msgstr ""
87 74
88 #: hgext/alias.py:59
89 75 msgid "*** [alias] %s: circular dependency on %s"
90 76 msgstr ""
91 77
92 #: hgext/alias.py:71
93 78 msgid "*** [alias] %s: no definition\n"
94 79 msgstr ""
95 80
96 #: hgext/bookmarks.py:8
97 81 msgid ""
98 82 "mercurial bookmarks\n"
99 83 "\n"
100 84 "Mercurial bookmarks are local moveable pointers to changesets. Every\n"
101 85 "bookmark points to a changeset identified by its hash. If you commit a\n"
102 86 "changeset that is based on a changeset that has a bookmark on it, the\n"
103 87 "bookmark is forwarded to the new changeset.\n"
104 88 "\n"
105 89 "It is possible to use bookmark names in every revision lookup (e.g. hg\n"
106 90 "merge, hg update).\n"
107 91 "\n"
108 92 "The bookmark extension offers the possiblity to have a more git-like "
109 93 "experience\n"
110 94 "by adding the following configuration option to your .hgrc:\n"
111 95 "\n"
112 96 "[bookmarks]\n"
113 97 "track.current = True\n"
114 98 "\n"
115 99 "This will cause bookmarks to track the bookmark that you are currently on, "
116 100 "and\n"
117 101 "just updates it. This is similar to git's approach of branching.\n"
118 102 msgstr ""
119 103
120 #: hgext/bookmarks.py:37
121 104 msgid ""
122 105 "Parse .hg/bookmarks file and return a dictionary\n"
123 106 "\n"
124 107 " Bookmarks are stored as {HASH}\\s{NAME}\n"
125 108 " (localtags format) values\n"
126 109 " in the .hg/bookmarks file. They are read by the parse() method and\n"
127 110 " returned as a dictionary with name => hash values.\n"
128 111 "\n"
129 112 " The parsed dictionary is cached until a write() operation is done.\n"
130 113 " "
131 114 msgstr ""
132 115
133 #: hgext/bookmarks.py:57
134 116 msgid ""
135 117 "Write bookmarks\n"
136 118 "\n"
137 119 " Write the given bookmark => hash dictionary to the .hg/bookmarks file\n"
138 120 " in a format equal to those of localtags.\n"
139 121 "\n"
140 122 " We also store a backup of the previous state in undo.bookmarks that\n"
141 123 " can be copied back on rollback.\n"
142 124 " "
143 125 msgstr ""
144 126
145 #: hgext/bookmarks.py:75
146 127 msgid ""
147 128 "Get the current bookmark\n"
148 129 "\n"
149 130 " If we use gittishsh branches we have a current bookmark that\n"
150 131 " we are on. This function returns the name of the bookmark. It\n"
151 132 " is stored in .hg/bookmarks.current\n"
152 133 " "
153 134 msgstr ""
154 135
155 #: hgext/bookmarks.py:94
156 136 msgid ""
157 137 "Set the name of the bookmark that we are currently on\n"
158 138 "\n"
159 139 " Set the name of the bookmark that we are on (hg update <bookmark>).\n"
160 140 " The name is recoreded in .hg/bookmarks.current\n"
161 141 " "
162 142 msgstr ""
163 143
164 #: hgext/bookmarks.py:116
165 144 msgid ""
166 145 "mercurial bookmarks\n"
167 146 "\n"
168 147 " Bookmarks are pointers to certain commits that move when\n"
169 148 " commiting. Bookmarks are local. They can be renamed, copied and\n"
170 149 " deleted. It is possible to use bookmark names in 'hg merge' and 'hg\n"
171 150 " update' to update to a given bookmark.\n"
172 151 "\n"
173 152 " You can use 'hg bookmark NAME' to set a bookmark on the current\n"
174 153 " tip with the given name. If you specify a revision using -r REV\n"
175 154 " (where REV may be an existing bookmark), the bookmark is set to\n"
176 155 " that revision.\n"
177 156 " "
178 157 msgstr ""
179 158
180 #: hgext/bookmarks.py:134 hgext/bookmarks.py:150
181 159 msgid "a bookmark of this name does not exist"
182 160 msgstr ""
183 161
184 #: hgext/bookmarks.py:136 hgext/bookmarks.py:160
185 162 msgid "a bookmark of the same name already exists"
186 163 msgstr ""
187 164
188 #: hgext/bookmarks.py:138
189 165 msgid "new bookmark name required"
190 166 msgstr ""
191 167
192 #: hgext/bookmarks.py:148 hgext/bookmarks.py:174
193 168 msgid "bookmark name required"
194 169 msgstr ""
195 170
196 #: hgext/bookmarks.py:157
197 171 msgid "bookmark name cannot contain newlines"
198 172 msgstr "bogmærkenavn kan ikke indeholde linieskift"
199 173
200 #: hgext/bookmarks.py:164
201 174 msgid "a bookmark cannot have the name of an existing branch"
202 175 msgstr ""
203 176
204 #: hgext/bookmarks.py:203
205 177 msgid ""
206 178 "Strip bookmarks if revisions are stripped using\n"
207 179 " the mercurial.strip method. This usually happens during\n"
208 180 " qpush and qpop"
209 181 msgstr ""
210 182
211 #: hgext/bookmarks.py:244
212 183 msgid ""
213 184 "Add a revision to the repository and\n"
214 185 " move the bookmark"
215 186 msgstr ""
216 187
217 #: hgext/bookmarks.py:287
218 188 msgid "Merge bookmarks with normal tags"
219 189 msgstr ""
220 190
221 #: hgext/bookmarks.py:298
222 191 msgid ""
223 192 "Set the current bookmark\n"
224 193 "\n"
225 194 " If the user updates to a bookmark we update the .hg/bookmarks.current\n"
226 195 " file.\n"
227 196 " "
228 197 msgstr ""
229 198
230 #: hgext/bookmarks.py:311
231 199 msgid "Replace push with a decorator to provide --non-bookmarked option"
232 200 msgstr ""
233 201
234 #: hgext/bookmarks.py:318
235 202 msgid "force"
236 203 msgstr ""
237 204
238 #: hgext/bookmarks.py:319 hgext/extdiff.py:207 mercurial/commands.py:3175
239 #: mercurial/commands.py:3410
240 205 msgid "revision"
241 206 msgstr ""
242 207
243 #: hgext/bookmarks.py:320
244 208 msgid "delete a given bookmark"
245 209 msgstr ""
246 210
247 #: hgext/bookmarks.py:321
248 211 msgid "rename a given bookmark"
249 212 msgstr ""
250 213
251 #: hgext/bookmarks.py:322
252 214 msgid "hg bookmarks [-d] [-m NAME] [-r NAME] [NAME]"
253 215 msgstr ""
254 216
255 #: hgext/bugzilla.py:8
256 217 msgid ""
257 218 "Bugzilla integration\n"
258 219 "\n"
259 220 "This hook extension adds comments on bugs in Bugzilla when changesets\n"
260 221 "that refer to bugs by Bugzilla ID are seen. The hook does not change bug\n"
261 222 "status.\n"
262 223 "\n"
263 224 "The hook updates the Bugzilla database directly. Only Bugzilla "
264 225 "installations\n"
265 226 "using MySQL are supported.\n"
266 227 "\n"
267 228 "The hook relies on a Bugzilla script to send bug change notification "
268 229 "emails.\n"
269 230 "That script changes between Bugzilla versions; the 'processmail' script "
270 231 "used\n"
271 232 "prior to 2.18 is replaced in 2.18 and subsequent versions by\n"
272 233 "'config/sendbugmail.pl'. Note that these will be run by Mercurial as the "
273 234 "user\n"
274 235 "pushing the change; you will need to ensure the Bugzilla install file\n"
275 236 "permissions are set appropriately.\n"
276 237 "\n"
277 238 "Configuring the extension:\n"
278 239 "\n"
279 240 " [bugzilla]\n"
280 241 " host Hostname of the MySQL server holding the Bugzilla database.\n"
281 242 " db Name of the Bugzilla database in MySQL. Default 'bugs'.\n"
282 243 " user Username to use to access MySQL server. Default 'bugs'.\n"
283 244 " password Password to use to access MySQL server.\n"
284 245 " timeout Database connection timeout (seconds). Default 5.\n"
285 246 " version Bugzilla version. Specify '3.0' for Bugzilla versions 3.0 "
286 247 "and\n"
287 248 " later, '2.18' for Bugzilla versions from 2.18 and '2.16' for\n"
288 249 " versions prior to 2.18.\n"
289 250 " bzuser Fallback Bugzilla user name to record comments with, if\n"
290 251 " changeset committer cannot be found as a Bugzilla user.\n"
291 252 " bzdir Bugzilla install directory. Used by default notify.\n"
292 253 " Default '/var/www/html/bugzilla'.\n"
293 254 " notify The command to run to get Bugzilla to send bug change\n"
294 255 " notification emails. Substitutes from a map with 3 keys,\n"
295 256 " 'bzdir', 'id' (bug id) and 'user' (committer bugzilla "
296 257 "email).\n"
297 258 " Default depends on version; from 2.18 it is\n"
298 259 " \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl %(id)s %"
299 260 "(user)s\".\n"
300 261 " regexp Regular expression to match bug IDs in changeset commit "
301 262 "message.\n"
302 263 " Must contain one \"()\" group. The default expression "
303 264 "matches\n"
304 265 " 'Bug 1234', 'Bug no. 1234', 'Bug number 1234',\n"
305 266 " 'Bugs 1234,5678', 'Bug 1234 and 5678' and variations "
306 267 "thereof.\n"
307 268 " Matching is case insensitive.\n"
308 269 " style The style file to use when formatting comments.\n"
309 270 " template Template to use when formatting comments. Overrides\n"
310 271 " style if specified. In addition to the usual Mercurial\n"
311 272 " keywords, the extension specifies:\n"
312 273 " {bug} The Bugzilla bug ID.\n"
313 274 " {root} The full pathname of the Mercurial "
314 275 "repository.\n"
315 276 " {webroot} Stripped pathname of the Mercurial "
316 277 "repository.\n"
317 278 " {hgweb} Base URL for browsing Mercurial "
318 279 "repositories.\n"
319 280 " Default 'changeset {node|short} in repo {root} refers '\n"
320 281 " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'\n"
321 282 " strip The number of slashes to strip from the front of {root}\n"
322 283 " to produce {webroot}. Default 0.\n"
323 284 " usermap Path of file containing Mercurial committer ID to Bugzilla "
324 285 "user\n"
325 286 " ID mappings. If specified, the file should contain one "
326 287 "mapping\n"
327 288 " per line, \"committer\"=\"Bugzilla user\". See also the\n"
328 289 " [usermap] section.\n"
329 290 "\n"
330 291 " [usermap]\n"
331 292 " Any entries in this section specify mappings of Mercurial committer ID\n"
332 293 " to Bugzilla user ID. See also [bugzilla].usermap.\n"
333 294 " \"committer\"=\"Bugzilla user\"\n"
334 295 "\n"
335 296 " [web]\n"
336 297 " baseurl Base URL for browsing Mercurial repositories. Reference from\n"
337 298 " templates as {hgweb}.\n"
338 299 "\n"
339 300 "Activating the extension:\n"
340 301 "\n"
341 302 " [extensions]\n"
342 303 " hgext.bugzilla =\n"
343 304 "\n"
344 305 " [hooks]\n"
345 306 " # run bugzilla hook on every change pulled or pushed in here\n"
346 307 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
347 308 "\n"
348 309 "Example configuration:\n"
349 310 "\n"
350 311 "This example configuration is for a collection of Mercurial repositories\n"
351 312 "in /var/local/hg/repos/ used with a local Bugzilla 3.2 installation in\n"
352 313 "/opt/bugzilla-3.2.\n"
353 314 "\n"
354 315 " [bugzilla]\n"
355 316 " host=localhost\n"
356 317 " password=XYZZY\n"
357 318 " version=3.0\n"
358 319 " bzuser=unknown@domain.com\n"
359 320 " bzdir=/opt/bugzilla-3.2\n"
360 321 " template=Changeset {node|short} in {root|basename}.\\n{hgweb}/{webroot}/"
361 322 "rev/{node|short}\\n\\n{desc}\\n\n"
362 323 " strip=5\n"
363 324 "\n"
364 325 " [web]\n"
365 326 " baseurl=http://dev.domain.com/hg\n"
366 327 "\n"
367 328 " [usermap]\n"
368 329 " user@emaildomain.com=user.name@bugzilladomain.com\n"
369 330 "\n"
370 331 "Commits add a comment to the Bugzilla bug record of the form:\n"
371 332 "\n"
372 333 " Changeset 3b16791d6642 in repository-name.\n"
373 334 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
374 335 "\n"
375 336 " Changeset commit comment. Bug 1234.\n"
376 337 msgstr ""
377 338
378 #: hgext/bugzilla.py:124
379 339 msgid "support for bugzilla version 2.16."
380 340 msgstr ""
381 341
382 #: hgext/bugzilla.py:136
383 342 msgid "connecting to %s:%s as %s, password %s\n"
384 343 msgstr "forbinder til %s:%s som %s, kodeord %s\n"
385 344
386 #: hgext/bugzilla.py:146
387 345 msgid "run a query."
388 346 msgstr ""
389 347
390 #: hgext/bugzilla.py:147
391 348 msgid "query: %s %s\n"
392 349 msgstr "forespørgsel: %s %s\n"
393 350
394 #: hgext/bugzilla.py:151
395 351 msgid "failed query: %s %s\n"
396 352 msgstr "fejlet forespørgsel: %s %s\n"
397 353
398 #: hgext/bugzilla.py:155 hgext/bugzilla.py:279
399 354 msgid "get identity of longdesc field"
400 355 msgstr ""
401 356
402 #: hgext/bugzilla.py:159 hgext/bugzilla.py:283
403 357 msgid "unknown database schema"
404 358 msgstr "ukendt databaseskema"
405 359
406 #: hgext/bugzilla.py:163
407 360 msgid "filter not-existing bug ids from list."
408 361 msgstr ""
409 362
410 #: hgext/bugzilla.py:168
411 363 msgid "filter bug ids from list that already refer to this changeset."
412 364 msgstr ""
413 365
414 #: hgext/bugzilla.py:175
415 366 msgid "bug %d already knows about changeset %s\n"
416 367 msgstr "fejl %d kender allerede til ændring %s\n"
417 368
418 #: hgext/bugzilla.py:181
419 369 msgid "tell bugzilla to send mail."
420 370 msgstr ""
421 371
422 #: hgext/bugzilla.py:183
423 372 msgid "telling bugzilla to send mail:\n"
424 373 msgstr "beder bugzilla om at sende mail:\n"
425 374
426 #: hgext/bugzilla.py:186
427 375 msgid " bug %s\n"
428 376 msgstr " fejl %s\n"
429 377
430 #: hgext/bugzilla.py:196
431 378 msgid "running notify command %s\n"
432 379 msgstr "kører notificeringskommando %s\n"
433 380
434 #: hgext/bugzilla.py:202
435 381 msgid "bugzilla notify command %s"
436 382 msgstr ""
437 383
438 #: hgext/bugzilla.py:204 hgext/mq.py:962
439 384 msgid "done\n"
440 385 msgstr "færdig\n"
441 386
442 #: hgext/bugzilla.py:207
443 387 msgid "look up numeric bugzilla user id."
444 388 msgstr ""
445 389
446 #: hgext/bugzilla.py:214
447 390 msgid "looking up user %s\n"
448 391 msgstr "slår bruger %s op\n"
449 392
450 #: hgext/bugzilla.py:225
451 393 msgid "map name of committer to bugzilla user name."
452 394 msgstr ""
453 395
454 #: hgext/bugzilla.py:232
455 396 msgid ""
456 397 "see if committer is a registered bugzilla user. Return\n"
457 398 " bugzilla username and userid if so. If not, return default\n"
458 399 " bugzilla username and userid."
459 400 msgstr ""
460 401
461 #: hgext/bugzilla.py:242
462 402 msgid "cannot find bugzilla user id for %s"
463 403 msgstr ""
464 404
465 #: hgext/bugzilla.py:247
466 405 msgid "cannot find bugzilla user id for %s or %s"
467 406 msgstr ""
468 407
469 #: hgext/bugzilla.py:252
470 408 msgid ""
471 409 "add comment to bug. try adding comment as committer of\n"
472 410 " changeset, otherwise as default bugzilla user."
473 411 msgstr ""
474 412
475 #: hgext/bugzilla.py:266
476 413 msgid "support for bugzilla 2.18 series."
477 414 msgstr ""
478 415
479 #: hgext/bugzilla.py:273
480 416 msgid "support for bugzilla 3.0 series."
481 417 msgstr ""
482 418
483 #: hgext/bugzilla.py:305
484 419 msgid ""
485 420 "return object that knows how to talk to bugzilla version in\n"
486 421 " use."
487 422 msgstr ""
488 423
489 #: hgext/bugzilla.py:313
490 424 msgid "bugzilla version %s not supported"
491 425 msgstr ""
492 426
493 #: hgext/bugzilla.py:325
494 427 msgid ""
495 428 "find valid bug ids that are referred to in changeset\n"
496 429 " comments and that do not already have references to this\n"
497 430 " changeset."
498 431 msgstr ""
499 432
500 #: hgext/bugzilla.py:352
501 433 msgid "update bugzilla bug with reference to changeset."
502 434 msgstr ""
503 435
504 #: hgext/bugzilla.py:355
505 436 msgid ""
506 437 "strip leading prefix of repo root and turn into\n"
507 438 " url-safe path."
508 439 msgstr ""
509 440
510 #: hgext/bugzilla.py:372
511 441 msgid ""
512 442 "changeset {node|short} in repo {root} refers to bug {bug}.\n"
513 443 "details:\n"
514 444 "\t{desc|tabindent}"
515 445 msgstr ""
516 446
517 #: hgext/bugzilla.py:387
518 447 msgid ""
519 448 "add comment to bugzilla for each changeset that refers to a\n"
520 449 " bugzilla bug id. only add a comment once per bug, so same change\n"
521 450 " seen multiple times does not fill bug with duplicate data."
522 451 msgstr ""
523 452
524 #: hgext/bugzilla.py:395
525 453 msgid "python mysql support not available: %s"
526 454 msgstr ""
527 455
528 #: hgext/bugzilla.py:398
529 456 msgid "hook type %s does not pass a changeset id"
530 457 msgstr ""
531 458
532 #: hgext/bugzilla.py:409
533 459 msgid "database error: %s"
534 460 msgstr ""
535 461
536 #: hgext/children.py:16
537 462 msgid ""
538 463 "show the children of the given or working dir revision\n"
539 464 "\n"
540 465 " Print the children of the working directory's revisions.\n"
541 466 " If a revision is given via --rev, the children of that revision\n"
542 467 " will be printed. If a file argument is given, revision in\n"
543 468 " which the file was last changed (after the working directory\n"
544 469 " revision or the argument to --rev if given) is printed.\n"
545 470 " "
546 471 msgstr ""
547 472
548 #: hgext/children.py:38
549 473 msgid "show children of the specified rev"
550 474 msgstr ""
551 475
552 #: hgext/children.py:40
553 476 msgid "hg children [-r REV] [FILE]"
554 477 msgstr ""
555 478
556 #: hgext/churn.py:8
557 479 msgid "command to show certain statistics about revision history"
558 480 msgstr ""
559 481
560 #: hgext/churn.py:34
561 482 msgid "Calculate stats"
562 483 msgstr ""
563 484
564 #: hgext/churn.py:70
565 485 msgid "Revision %d is a merge, ignoring...\n"
566 486 msgstr ""
567 487
568 #: hgext/churn.py:82
569 488 msgid "\rgenerating stats: %d%%"
570 489 msgstr ""
571 490
572 #: hgext/churn.py:93
573 491 msgid ""
574 492 "graph count of revisions grouped by template\n"
575 493 "\n"
576 494 " Will graph count of changed lines or revisions grouped by template or\n"
577 495 " alternatively by date, if dateformat is used. In this case it will "
578 496 "override\n"
579 497 " template.\n"
580 498 "\n"
581 499 " By default statistics are counted for number of changed lines.\n"
582 500 "\n"
583 501 " Examples:\n"
584 502 "\n"
585 503 " # display count of changed lines for every committer\n"
586 504 " hg churn -t '{author|email}'\n"
587 505 "\n"
588 506 " # display daily activity graph\n"
589 507 " hg churn -f '%H' -s -c\n"
590 508 "\n"
591 509 " # display activity of developers by month\n"
592 510 " hg churn -f '%Y-%m' -s -c\n"
593 511 "\n"
594 512 " # display count of lines changed in every year\n"
595 513 " hg churn -f '%Y' -s\n"
596 514 "\n"
597 515 " The map file format used to specify aliases is fairly simple:\n"
598 516 "\n"
599 517 " <alias email> <actual email>"
600 518 msgstr ""
601 519 "plot antallet af revisioner grupperet efter et mønster\n"
602 520 "\n"
603 521 " Plotter antallet af ændrede linier eller antallet af revisioner\n"
604 522 " grupperet efter et mønster eller alternativt efter dato, hvis\n"
605 523 " dateformat bruges. I så tilfælde bruges mønstret ikke.\n"
606 524 "\n"
607 525 " Som udgangspunkt laves der statistik over antallet af ændrede\n"
608 526 " linier.\n"
609 527 "\n"
610 528 " Eksempler:\n"
611 529 "\n"
612 530 " # viser antaller af ændrede linier for hver bruger\n"
613 531 " hg churn -t '{author|email}'\n"
614 532 "\n"
615 533 " # viser graf over daglig aktivitet\n"
616 534 " hg churn -f '%H' -s -c\n"
617 535 "\n"
618 536 " # viser månedlig aktivitet af udviklerne\n"
619 537 " hg churn -f '%Y-%m' -s -c\n"
620 538 "\n"
621 539 " # viser antallet af linier ændret hvert år\n"
622 540 " hg churn -f '%Y' -s\n"
623 541 "\n"
624 542 " Formatet for map-filen er rimelig simpelt:\n"
625 543 "\n"
626 544 " <alias email> <faktisk email>"
627 545
628 #: hgext/churn.py:140
629 546 msgid "assuming %i character terminal\n"
630 547 msgstr ""
631 548
632 #: hgext/churn.py:151
633 549 msgid "count rate for the specified revision or range"
634 550 msgstr "lav statistik for de specificerede revisioner"
635 551
636 #: hgext/churn.py:152
637 552 msgid "count rate for revs matching date spec"
638 553 msgstr "lav statistik for revisioner som matcher dato specifikationen"
639 554
640 #: hgext/churn.py:153
641 555 msgid "template to group changesets"
642 556 msgstr "mønster for gruppering af ændringer"
643 557
644 #: hgext/churn.py:155
645 558 msgid "strftime-compatible format for grouping by date"
646 559 msgstr "strftime-kompatibelt format til gruppering efter dato"
647 560
648 #: hgext/churn.py:156
649 561 msgid "count rate by number of changesets"
650 562 msgstr "lav statistik efter antallet af ændringer"
651 563
652 #: hgext/churn.py:157
653 564 msgid "sort by key (default: sort by count)"
654 565 msgstr "sortér efter nøgle (standard: sortering efter antal)"
655 566
656 #: hgext/churn.py:158
657 567 msgid "file with email aliases"
658 568 msgstr "fil med email-aliaser"
659 569
660 #: hgext/churn.py:159
661 570 msgid "show progress"
662 571 msgstr "vis fremskridt"
663 572
664 #: hgext/churn.py:160
665 573 msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]"
666 574 msgstr "hg churn [-d DATO] [-r REVISIONER] [--aliases FIL] [--progress] [FIL]"
667 575
668 #: hgext/color.py:19
669 576 msgid ""
670 577 "add color output to status, qseries, and diff-related commands\n"
671 578 "\n"
672 579 "This extension modifies the status command to add color to its output to\n"
673 580 "reflect file status, the qseries command to add color to reflect patch "
674 581 "status\n"
675 582 "(applied, unapplied, missing), and to diff-related commands to highlight\n"
676 583 "additions, removals, diff headers, and trailing whitespace.\n"
677 584 "\n"
678 585 "Other effects in addition to color, like bold and underlined text, are also\n"
679 586 "available. Effects are rendered with the ECMA-48 SGR control function (aka\n"
680 587 "ANSI escape codes). This module also provides the render_text function,\n"
681 588 "which can be used to add effects to any text.\n"
682 589 "\n"
683 590 "To enable this extension, add this to your .hgrc file:\n"
684 591 "[extensions]\n"
685 592 "color =\n"
686 593 "\n"
687 594 "Default effects my be overriden from the .hgrc file:\n"
688 595 "\n"
689 596 "[color]\n"
690 597 "status.modified = blue bold underline red_background\n"
691 598 "status.added = green bold\n"
692 599 "status.removed = red bold blue_background\n"
693 600 "status.deleted = cyan bold underline\n"
694 601 "status.unknown = magenta bold underline\n"
695 602 "status.ignored = black bold\n"
696 603 "\n"
697 604 "# 'none' turns off all effects\n"
698 605 "status.clean = none\n"
699 606 "status.copied = none\n"
700 607 "\n"
701 608 "qseries.applied = blue bold underline\n"
702 609 "qseries.unapplied = black bold\n"
703 610 "qseries.missing = red bold\n"
704 611 "\n"
705 612 "diff.diffline = bold\n"
706 613 "diff.extended = cyan bold\n"
707 614 "diff.file_a = red bold\n"
708 615 "diff.file_b = green bold\n"
709 616 "diff.hunk = magenta\n"
710 617 "diff.deleted = red\n"
711 618 "diff.inserted = green\n"
712 619 "diff.changed = white\n"
713 620 "diff.trailingwhitespace = bold red_background\n"
714 621 msgstr ""
715 622
716 #: hgext/color.py:93
717 623 msgid "Wrap text in commands to turn on each effect."
718 624 msgstr ""
719 625
720 #: hgext/color.py:100
721 626 msgid "run the status command with colored output"
722 627 msgstr ""
723 628
724 #: hgext/color.py:145
725 629 msgid "run the qseries command with colored output"
726 630 msgstr ""
727 631
728 #: hgext/color.py:172
729 632 msgid "wrap ui.write for colored diff output"
730 633 msgstr ""
731 634
732 #: hgext/color.py:189
733 635 msgid "wrap cmdutil.changeset_printer.showpatch with colored output"
734 636 msgstr ""
735 637
736 #: hgext/color.py:197
737 638 msgid "run the diff command with colored output"
738 639 msgstr ""
739 640
740 #: hgext/color.py:227 hgext/graphlog.py:457
741 641 msgid "Initialize the extension."
742 642 msgstr ""
743 643
744 #: hgext/color.py:241
745 644 msgid "patch in command to command table and load effect map"
746 645 msgstr ""
747 646
748 #: hgext/color.py:260
749 647 msgid "when to colorize (always, auto, or never)"
750 648 msgstr ""
751 649
752 #: hgext/color.py:261
753 650 msgid "don't colorize output"
754 651 msgstr ""
755 652
756 #: hgext/convert/__init__.py:7
757 653 msgid "converting foreign VCS repositories to Mercurial"
758 654 msgstr ""
759 655
760 #: hgext/convert/__init__.py:17
761 656 msgid ""
762 657 "convert a foreign SCM repository to a Mercurial one.\n"
763 658 "\n"
764 659 " Accepted source formats [identifiers]:\n"
765 660 " - Mercurial [hg]\n"
766 661 " - CVS [cvs]\n"
767 662 " - Darcs [darcs]\n"
768 663 " - git [git]\n"
769 664 " - Subversion [svn]\n"
770 665 " - Monotone [mtn]\n"
771 666 " - GNU Arch [gnuarch]\n"
772 667 " - Bazaar [bzr]\n"
773 668 "\n"
774 669 " Accepted destination formats [identifiers]:\n"
775 670 " - Mercurial [hg]\n"
776 671 " - Subversion [svn] (history on branches is not preserved)\n"
777 672 "\n"
778 673 " If no revision is given, all revisions will be converted. Otherwise,\n"
779 674 " convert will only import up to the named revision (given in a format\n"
780 675 " understood by the source).\n"
781 676 "\n"
782 677 " If no destination directory name is specified, it defaults to the\n"
783 678 " basename of the source with '-hg' appended. If the destination\n"
784 679 " repository doesn't exist, it will be created.\n"
785 680 "\n"
786 681 " If <REVMAP> isn't given, it will be put in a default location\n"
787 682 " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text\n"
788 683 " file that maps each source commit ID to the destination ID for\n"
789 684 " that revision, like so:\n"
790 685 " <source ID> <destination ID>\n"
791 686 "\n"
792 687 " If the file doesn't exist, it's automatically created. It's updated\n"
793 688 " on each commit copied, so convert-repo can be interrupted and can\n"
794 689 " be run repeatedly to copy new commits.\n"
795 690 "\n"
796 691 " The [username mapping] file is a simple text file that maps each source\n"
797 692 " commit author to a destination commit author. It is handy for source "
798 693 "SCMs\n"
799 694 " that use unix logins to identify authors (eg: CVS). One line per author\n"
800 695 " mapping and the line format is:\n"
801 696 " srcauthor=whatever string you want\n"
802 697 "\n"
803 698 " The filemap is a file that allows filtering and remapping of files\n"
804 699 " and directories. Comment lines start with '#'. Each line can\n"
805 700 " contain one of the following directives:\n"
806 701 "\n"
807 702 " include path/to/file\n"
808 703 "\n"
809 704 " exclude path/to/file\n"
810 705 "\n"
811 706 " rename from/file to/file\n"
812 707 "\n"
813 708 " The 'include' directive causes a file, or all files under a\n"
814 709 " directory, to be included in the destination repository, and the\n"
815 710 " exclusion of all other files and dirs not explicitely included.\n"
816 711 " The 'exclude' directive causes files or directories to be omitted.\n"
817 712 " The 'rename' directive renames a file or directory. To rename from a\n"
818 713 " subdirectory into the root of the repository, use '.' as the path to\n"
819 714 " rename to.\n"
820 715 "\n"
821 716 " The splicemap is a file that allows insertion of synthetic\n"
822 717 " history, letting you specify the parents of a revision. This is\n"
823 718 " useful if you want to e.g. give a Subversion merge two parents, or\n"
824 719 " graft two disconnected series of history together. Each entry\n"
825 720 " contains a key, followed by a space, followed by one or two\n"
826 721 " values, separated by spaces. The key is the revision ID in the\n"
827 722 " source revision control system whose parents should be modified\n"
828 723 " (same format as a key in .hg/shamap). The values are the revision\n"
829 724 " IDs (in either the source or destination revision control system)\n"
830 725 " that should be used as the new parents for that node.\n"
831 726 "\n"
832 727 " Mercurial Source\n"
833 728 " -----------------\n"
834 729 "\n"
835 730 " --config convert.hg.ignoreerrors=False (boolean)\n"
836 731 " ignore integrity errors when reading. Use it to fix Mercurial\n"
837 732 " repositories with missing revlogs, by converting from and to\n"
838 733 " Mercurial.\n"
839 734 " --config convert.hg.saverev=True (boolean)\n"
840 735 " allow target to preserve source revision ID\n"
841 736 " --config convert.hg.startrev=0 (hg revision identifier)\n"
842 737 " convert start revision and its descendants\n"
843 738 "\n"
844 739 " CVS Source\n"
845 740 " ----------\n"
846 741 "\n"
847 742 " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
848 743 " to indicate the starting point of what will be converted. Direct\n"
849 744 " access to the repository files is not needed, unless of course\n"
850 745 " the repository is :local:. The conversion uses the top level\n"
851 746 " directory in the sandbox to find the CVS repository, and then uses\n"
852 747 " CVS rlog commands to find files to convert. This means that unless\n"
853 748 " a filemap is given, all files under the starting directory will be\n"
854 749 " converted, and that any directory reorganisation in the CVS\n"
855 750 " sandbox is ignored.\n"
856 751 "\n"
857 752 " Because CVS does not have changesets, it is necessary to collect\n"
858 753 " individual commits to CVS and merge them into changesets. CVS\n"
859 754 " source uses its internal changeset merging code by default but can\n"
860 755 " be configured to call the external 'cvsps' program by setting:\n"
861 756 " --config convert.cvsps='cvsps -A -u --cvs-direct -q'\n"
862 757 " This is a legacy option and may be removed in future.\n"
863 758 "\n"
864 759 " The options shown are the defaults.\n"
865 760 "\n"
866 761 " Internal cvsps is selected by setting\n"
867 762 " --config convert.cvsps=builtin\n"
868 763 " and has a few more configurable options:\n"
869 764 " --config convert.cvsps.fuzz=60 (integer)\n"
870 765 " Specify the maximum time (in seconds) that is allowed between\n"
871 766 " commits with identical user and log message in a single\n"
872 767 " changeset. When very large files were checked in as part\n"
873 768 " of a changeset then the default may not be long enough.\n"
874 769 " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
875 770 " Specify a regular expression to which commit log messages are\n"
876 771 " matched. If a match occurs, then the conversion process will\n"
877 772 " insert a dummy revision merging the branch on which this log\n"
878 773 " message occurs to the branch indicated in the regex.\n"
879 774 " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
880 775 " Specify a regular expression to which commit log messages are\n"
881 776 " matched. If a match occurs, then the conversion process will\n"
882 777 " add the most recent revision on the branch indicated in the\n"
883 778 " regex as the second parent of the changeset.\n"
884 779 "\n"
885 780 " The hgext/convert/cvsps wrapper script allows the builtin changeset\n"
886 781 " merging code to be run without doing a conversion. Its parameters and\n"
887 782 " output are similar to that of cvsps 2.1.\n"
888 783 "\n"
889 784 " Subversion Source\n"
890 785 " -----------------\n"
891 786 "\n"
892 787 " Subversion source detects classical trunk/branches/tags layouts.\n"
893 788 " By default, the supplied \"svn://repo/path/\" source URL is\n"
894 789 " converted as a single branch. If \"svn://repo/path/trunk\" exists\n"
895 790 " it replaces the default branch. If \"svn://repo/path/branches\"\n"
896 791 " exists, its subdirectories are listed as possible branches. If\n"
897 792 " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
898 793 " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
899 794 " can be overriden with following options. Set them to paths\n"
900 795 " relative to the source URL, or leave them blank to disable\n"
901 796 " autodetection.\n"
902 797 "\n"
903 798 " --config convert.svn.branches=branches (directory name)\n"
904 799 " specify the directory containing branches\n"
905 800 " --config convert.svn.tags=tags (directory name)\n"
906 801 " specify the directory containing tags\n"
907 802 " --config convert.svn.trunk=trunk (directory name)\n"
908 803 " specify the name of the trunk branch\n"
909 804 "\n"
910 805 " Source history can be retrieved starting at a specific revision,\n"
911 806 " instead of being integrally converted. Only single branch\n"
912 807 " conversions are supported.\n"
913 808 "\n"
914 809 " --config convert.svn.startrev=0 (svn revision number)\n"
915 810 " specify start Subversion revision.\n"
916 811 "\n"
917 812 " Mercurial Destination\n"
918 813 " ---------------------\n"
919 814 "\n"
920 815 " --config convert.hg.clonebranches=False (boolean)\n"
921 816 " dispatch source branches in separate clones.\n"
922 817 " --config convert.hg.tagsbranch=default (branch name)\n"
923 818 " tag revisions branch name\n"
924 819 " --config convert.hg.usebranchnames=True (boolean)\n"
925 820 " preserve branch names\n"
926 821 "\n"
927 822 " "
928 823 msgstr ""
929 824
930 #: hgext/convert/__init__.py:188
931 825 msgid ""
932 826 "create changeset information from CVS\n"
933 827 "\n"
934 828 " This command is intended as a debugging tool for the CVS to Mercurial\n"
935 829 " converter, and can be used as a direct replacement for cvsps.\n"
936 830 "\n"
937 831 " Hg debugcvsps reads the CVS rlog for current directory (or any named\n"
938 832 " directory) in the CVS repository, and converts the log to a series of\n"
939 833 " changesets based on matching commit log entries and dates."
940 834 msgstr ""
941 835
942 #: hgext/convert/__init__.py:203
943 836 msgid "username mapping filename"
944 837 msgstr ""
945 838
946 #: hgext/convert/__init__.py:204
947 839 msgid "destination repository type"
948 840 msgstr "type for destinations repository"
949 841
950 #: hgext/convert/__init__.py:205
951 842 msgid "remap file names using contents of file"
952 843 msgstr ""
953 844
954 #: hgext/convert/__init__.py:206
955 845 msgid "import up to target revision REV"
956 846 msgstr ""
957 847
958 #: hgext/convert/__init__.py:207
959 848 msgid "source repository type"
960 849 msgstr ""
961 850
962 #: hgext/convert/__init__.py:208
963 851 msgid "splice synthesized history into place"
964 852 msgstr ""
965 853
966 #: hgext/convert/__init__.py:209
967 854 msgid "try to sort changesets by date"
968 855 msgstr ""
969 856
970 #: hgext/convert/__init__.py:210
971 857 msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
972 858 msgstr ""
973 859
974 #: hgext/convert/__init__.py:219
975 860 msgid "only return changes on specified branches"
976 861 msgstr ""
977 862
978 #: hgext/convert/__init__.py:220
979 863 msgid "prefix to remove from file names"
980 864 msgstr ""
981 865
982 #: hgext/convert/__init__.py:221
983 866 msgid "only return changes after or between specified tags"
984 867 msgstr ""
985 868
986 #: hgext/convert/__init__.py:222
987 869 msgid "update cvs log cache"
988 870 msgstr ""
989 871
990 #: hgext/convert/__init__.py:223
991 872 msgid "create new cvs log cache"
992 873 msgstr ""
993 874
994 #: hgext/convert/__init__.py:224
995 875 msgid "set commit time fuzz in seconds"
996 876 msgstr ""
997 877
998 #: hgext/convert/__init__.py:225
999 878 msgid "specify cvsroot"
1000 879 msgstr ""
1001 880
1002 #: hgext/convert/__init__.py:227
1003 881 msgid "show parent changesets"
1004 882 msgstr "vis forældre-ændring"
1005 883
1006 #: hgext/convert/__init__.py:228
1007 884 msgid "show current changeset in ancestor branches"
1008 885 msgstr ""
1009 886
1010 #: hgext/extdiff.py:8
1011 887 msgid ""
1012 888 "\n"
1013 889 "The `extdiff' Mercurial extension allows you to use external programs\n"
1014 890 "to compare revisions, or revision with working dir. The external diff\n"
1015 891 "programs are called with a configurable set of options and two\n"
1016 892 "non-option arguments: paths to directories containing snapshots of\n"
1017 893 "files to compare.\n"
1018 894 "\n"
1019 895 "To enable this extension:\n"
1020 896 "\n"
1021 897 " [extensions]\n"
1022 898 " hgext.extdiff =\n"
1023 899 "\n"
1024 900 "The `extdiff' extension also allows to configure new diff commands, so\n"
1025 901 "you do not need to type \"hg extdiff -p kdiff3\" always.\n"
1026 902 "\n"
1027 903 " [extdiff]\n"
1028 904 " # add new command that runs GNU diff(1) in 'context diff' mode\n"
1029 905 " cdiff = gdiff -Nprc5\n"
1030 906 " ## or the old way:\n"
1031 907 " #cmd.cdiff = gdiff\n"
1032 908 " #opts.cdiff = -Nprc5\n"
1033 909 "\n"
1034 910 " # add new command called vdiff, runs kdiff3\n"
1035 911 " vdiff = kdiff3\n"
1036 912 "\n"
1037 913 " # add new command called meld, runs meld (no need to name twice)\n"
1038 914 " meld =\n"
1039 915 "\n"
1040 916 " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
1041 917 " #(see http://www.vim.org/scripts/script.php?script_id=102)\n"
1042 918 " # Non english user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" "
1043 919 "in\n"
1044 920 " # your .vimrc\n"
1045 921 " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'\n"
1046 922 "\n"
1047 923 "You can use -I/-X and list of file or directory names like normal\n"
1048 924 "\"hg diff\" command. The `extdiff' extension makes snapshots of only\n"
1049 925 "needed files, so running the external diff program will actually be\n"
1050 926 "pretty fast (at least faster than having to compare the entire tree).\n"
1051 927 msgstr ""
1052 928
1053 #: hgext/extdiff.py:54
1054 929 msgid "snapshot files as of some revision"
1055 930 msgstr ""
1056 931
1057 #: hgext/extdiff.py:61
1058 932 msgid "making snapshot of %d files from rev %s\n"
1059 933 msgstr ""
1060 934
1061 #: hgext/extdiff.py:80
1062 935 msgid ""
1063 936 "snapshot files from working directory.\n"
1064 937 " if not using snapshot, -I/-X does not work and recursive diff\n"
1065 938 " in tools like kdiff3 and meld displays too many files."
1066 939 msgstr ""
1067 940
1068 #: hgext/extdiff.py:88
1069 941 msgid "making snapshot of %d files from working dir\n"
1070 942 msgstr ""
1071 943
1072 #: hgext/extdiff.py:113
1073 944 msgid ""
1074 945 "Do the actuall diff:\n"
1075 946 "\n"
1076 947 " - copy to a temp structure if diffing 2 internal revisions\n"
1077 948 " - copy to a temp structure if diffing working revision with\n"
1078 949 " another one and more than 1 file is changed\n"
1079 950 " - just invoke the diff for a single file in the working dir\n"
1080 951 " "
1081 952 msgstr ""
1082 953
1083 #: hgext/extdiff.py:164
1084 954 msgid "running %r in %s\n"
1085 955 msgstr ""
1086 956
1087 #: hgext/extdiff.py:169
1088 957 msgid "file changed while diffing. Overwriting: %s (src: %s)\n"
1089 958 msgstr ""
1090 959
1091 #: hgext/extdiff.py:175
1092 960 msgid "cleaning up temp directory\n"
1093 961 msgstr ""
1094 962
1095 #: hgext/extdiff.py:179
1096 963 msgid ""
1097 964 "use external program to diff repository (or selected files)\n"
1098 965 "\n"
1099 966 " Show differences between revisions for the specified files, using\n"
1100 967 " an external program. The default program used is diff, with\n"
1101 968 " default options \"-Npru\".\n"
1102 969 "\n"
1103 970 " To select a different program, use the -p option. The program\n"
1104 971 " will be passed the names of two directories to compare. To pass\n"
1105 972 " additional options to the program, use the -o option. These will\n"
1106 973 " be passed before the names of the directories to compare.\n"
1107 974 "\n"
1108 975 " When two revision arguments are given, then changes are\n"
1109 976 " shown between those revisions. If only one revision is\n"
1110 977 " specified then that revision is compared to the working\n"
1111 978 " directory, and, when no revisions are specified, the\n"
1112 979 " working directory files are compared to its parent."
1113 980 msgstr ""
1114 981
1115 #: hgext/extdiff.py:205
1116 982 msgid "comparison program to run"
1117 983 msgstr ""
1118 984
1119 #: hgext/extdiff.py:206
1120 985 msgid "pass option to comparison program"
1121 986 msgstr ""
1122 987
1123 #: hgext/extdiff.py:209
1124 988 msgid "hg extdiff [OPT]... [FILE]..."
1125 989 msgstr ""
1126 990
1127 #: hgext/extdiff.py:229
1128 991 msgid "use closure to save diff command to use"
1129 992 msgstr ""
1130 993
1131 #: hgext/extdiff.py:247
1132 994 msgid "hg %s [OPTION]... [FILE]..."
1133 995 msgstr ""
1134 996
1135 #: hgext/fetch.py:7
1136 997 msgid "pulling, updating and merging in one command"
1137 998 msgstr ""
1138 999
1139 #: hgext/fetch.py:14
1140 1000 msgid ""
1141 1001 "pull changes from a remote repository, merge new changes if needed.\n"
1142 1002 "\n"
1143 1003 " This finds all changes from the repository at the specified path\n"
1144 1004 " or URL and adds them to the local repository.\n"
1145 1005 "\n"
1146 1006 " If the pulled changes add a new branch head, the head is automatically\n"
1147 1007 " merged, and the result of the merge is committed. Otherwise, the\n"
1148 1008 " working directory is updated to include the new changes.\n"
1149 1009 "\n"
1150 1010 " When a merge occurs, the newly pulled changes are assumed to be\n"
1151 1011 " \"authoritative\". The head of the new changes is used as the first\n"
1152 1012 " parent, with local changes as the second. To switch the merge\n"
1153 1013 " order, use --switch-parent.\n"
1154 1014 "\n"
1155 1015 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1156 1016 " "
1157 1017 msgstr ""
1158 1018
1159 #: hgext/fetch.py:39
1160 1019 msgid ""
1161 1020 "working dir not at branch tip (use \"hg update\" to check out branch tip)"
1162 1021 msgstr ""
1163 1022
1164 #: hgext/fetch.py:43 hgext/keyword.py:261 mercurial/cmdutil.py:69
1165 1023 msgid "outstanding uncommitted merge"
1166 1024 msgstr ""
1167 1025
1168 #: hgext/fetch.py:52 hgext/keyword.py:266 mercurial/cmdutil.py:72
1169 #: mercurial/merge.py:459
1170 1026 msgid "outstanding uncommitted changes"
1171 1027 msgstr ""
1172 1028
1173 #: hgext/fetch.py:54
1174 1029 msgid "working directory is missing some files"
1175 1030 msgstr "arbejdsbiblioteket mangler nogle filer"
1176 1031
1177 #: hgext/fetch.py:56
1178 1032 msgid ""
1179 1033 "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
1180 1034 msgstr ""
1181 1035
1182 #: hgext/fetch.py:62 mercurial/commands.py:2168
1183 1036 msgid "pulling from %s\n"
1184 1037 msgstr "hiver fra %s\n"
1185 1038
1186 #: hgext/fetch.py:67
1187 1039 msgid "fetch -r doesn't work for remote repositories yet"
1188 1040 msgstr "fetch -r virker endnu ikke for fjernarkiver"
1189 1041
1190 #: hgext/fetch.py:94
1191 1042 msgid ""
1192 1043 "not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
1193 1044 "\" to merge them)\n"
1194 1045 msgstr ""
1195 1046
1196 #: hgext/fetch.py:109
1197 1047 msgid "updating to %d:%s\n"
1198 1048 msgstr "opdaterer til %d:%s\n"
1199 1049
1200 #: hgext/fetch.py:113
1201 1050 msgid "merging with %d:%s\n"
1202 1051 msgstr "sammenføjer med %d:%s\n"
1203 1052
1204 #: hgext/fetch.py:120
1205 1053 msgid "Automated merge with %s"
1206 1054 msgstr ""
1207 1055
1208 #: hgext/fetch.py:126
1209 1056 msgid "new changeset %d:%s merges remote changes with local\n"
1210 1057 msgstr ""
1211 1058
1212 #: hgext/fetch.py:136
1213 1059 msgid "a specific revision you would like to pull"
1214 1060 msgstr ""
1215 1061
1216 #: hgext/fetch.py:137 hgext/mq.py:2516 hgext/mq.py:2543
1217 1062 msgid "edit commit message"
1218 1063 msgstr ""
1219 1064
1220 #: hgext/fetch.py:138
1221 1065 msgid "edit commit message (DEPRECATED)"
1222 1066 msgstr ""
1223 1067
1224 #: hgext/fetch.py:139
1225 1068 msgid "switch parents when merging"
1226 1069 msgstr ""
1227 1070
1228 #: hgext/fetch.py:141
1229 1071 msgid "hg fetch [SOURCE]"
1230 1072 msgstr ""
1231 1073
1232 #: hgext/gpg.py:23
1233 1074 msgid " returns of the good and bad signatures"
1234 1075 msgstr ""
1235 1076
1236 #: hgext/gpg.py:53
1237 1077 msgid "error while verifying signature"
1238 1078 msgstr ""
1239 1079
1240 #: hgext/gpg.py:73
1241 1080 msgid "create a new gpg instance"
1242 1081 msgstr ""
1243 1082
1244 #: hgext/gpg.py:81
1245 1083 msgid ""
1246 1084 "\n"
1247 1085 " walk over every sigs, yields a couple\n"
1248 1086 " ((node, version, sig), (filename, linenumber))\n"
1249 1087 " "
1250 1088 msgstr ""
1251 1089
1252 #: hgext/gpg.py:110
1253 1090 msgid "get the keys who signed a data"
1254 1091 msgstr ""
1255 1092
1256 #: hgext/gpg.py:127
1257 1093 msgid "%s Bad signature from \"%s\"\n"
1258 1094 msgstr ""
1259 1095
1260 #: hgext/gpg.py:130
1261 1096 msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
1262 1097 msgstr ""
1263 1098
1264 #: hgext/gpg.py:133
1265 1099 msgid "%s Note: This key has expired (signed by: \"%s\")\n"
1266 1100 msgstr ""
1267 1101
1268 #: hgext/gpg.py:139
1269 1102 msgid "list signed changesets"
1270 1103 msgstr ""
1271 1104
1272 #: hgext/gpg.py:149
1273 1105 msgid "%s:%d node does not exist\n"
1274 1106 msgstr ""
1275 1107
1276 #: hgext/gpg.py:165
1277 1108 msgid "verify all the signatures there may be for a particular revision"
1278 1109 msgstr ""
1279 1110
1280 #: hgext/gpg.py:179
1281 1111 msgid "No valid signature for %s\n"
1282 1112 msgstr ""
1283 1113
1284 #: hgext/gpg.py:188
1285 1114 msgid "associate a string to a key (username, comment)"
1286 1115 msgstr ""
1287 1116
1288 #: hgext/gpg.py:197
1289 1117 msgid ""
1290 1118 "add a signature for the current or given revision\n"
1291 1119 "\n"
1292 1120 " If no revision is given, the parent of the working directory is used,\n"
1293 1121 " or tip if no revision is checked out.\n"
1294 1122 "\n"
1295 1123 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1296 1124 " "
1297 1125 msgstr ""
1298 1126
1299 #: hgext/gpg.py:219 mercurial/commands.py:2423 mercurial/commands.py:2816
1300 1127 msgid "uncommitted merge - please provide a specific revision"
1301 1128 msgstr ""
1302 1129
1303 #: hgext/gpg.py:232
1304 1130 msgid "Error while signing"
1305 1131 msgstr ""
1306 1132
1307 #: hgext/gpg.py:244
1308 1133 msgid ""
1309 1134 "working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
1310 1135 "force)"
1311 1136 msgstr ""
1312 1137
1313 #: hgext/gpg.py:258
1314 1138 msgid "Added signature for changeset %s"
1315 1139 msgstr ""
1316 1140
1317 #: hgext/gpg.py:267
1318 1141 msgid "map a manifest into some text"
1319 1142 msgstr ""
1320 1143
1321 #: hgext/gpg.py:271
1322 1144 msgid "unknown signature version"
1323 1145 msgstr ""
1324 1146
1325 #: hgext/gpg.py:276
1326 1147 msgid "make the signature local"
1327 1148 msgstr ""
1328 1149
1329 #: hgext/gpg.py:277
1330 1150 msgid "sign even if the sigfile is modified"
1331 1151 msgstr ""
1332 1152
1333 #: hgext/gpg.py:278
1334 1153 msgid "do not commit the sigfile after signing"
1335 1154 msgstr ""
1336 1155
1337 #: hgext/gpg.py:279
1338 1156 msgid "the key id to sign with"
1339 1157 msgstr ""
1340 1158
1341 #: hgext/gpg.py:280
1342 1159 msgid "commit message"
1343 1160 msgstr ""
1344 1161
1345 #: hgext/gpg.py:282
1346 1162 msgid "hg sign [OPTION]... [REVISION]..."
1347 1163 msgstr ""
1348 1164
1349 #: hgext/gpg.py:283
1350 1165 msgid "hg sigcheck REVISION"
1351 1166 msgstr ""
1352 1167
1353 #: hgext/gpg.py:284
1354 1168 msgid "hg sigs"
1355 1169 msgstr ""
1356 1170
1357 #: hgext/graphlog.py:7
1358 1171 msgid ""
1359 1172 "show revision graphs in terminal windows\n"
1360 1173 "\n"
1361 1174 "This extension adds a --graph option to the incoming, outgoing and log\n"
1362 1175 "commands. When this options is given, an ascii representation of the\n"
1363 1176 "revision graph is also shown.\n"
1364 1177 msgstr ""
1365 1178
1366 #: hgext/graphlog.py:25
1367 1179 msgid ""
1368 1180 "cset DAG generator yielding (rev, node, [parents]) tuples\n"
1369 1181 "\n"
1370 1182 " This generator function walks through the revision history from "
1371 1183 "revision\n"
1372 1184 " start to revision stop (which must be less than or equal to start).\n"
1373 1185 " "
1374 1186 msgstr ""
1375 1187
1376 #: hgext/graphlog.py:40
1377 1188 msgid ""
1378 1189 "file cset DAG generator yielding (rev, node, [parents]) tuples\n"
1379 1190 "\n"
1380 1191 " This generator function walks through the revision history of a single\n"
1381 1192 " file from revision start to revision stop (which must be less than or\n"
1382 1193 " equal to start).\n"
1383 1194 " "
1384 1195 msgstr ""
1385 1196
1386 #: hgext/graphlog.py:59
1387 1197 msgid ""
1388 1198 "grapher for asciigraph on a list of nodes and their parents\n"
1389 1199 "\n"
1390 1200 " nodes must generate tuples (node, parents, char, lines) where\n"
1391 1201 " - parents must generate the parents of node, in sorted order,\n"
1392 1202 " and max length 2,\n"
1393 1203 " - char is the char to print as the node symbol, and\n"
1394 1204 " - lines are the lines to display next to the node.\n"
1395 1205 " "
1396 1206 msgstr ""
1397 1207
1398 #: hgext/graphlog.py:147
1399 1208 msgid ""
1400 1209 "prints an ASCII graph of the DAG returned by the grapher\n"
1401 1210 "\n"
1402 1211 " grapher is a generator that emits tuples with the following elements:\n"
1403 1212 "\n"
1404 1213 " - Character to use as node's symbol.\n"
1405 1214 " - List of lines to display as the node's text.\n"
1406 1215 " - Column of the current node in the set of ongoing edges.\n"
1407 1216 " - Edges; a list of (col, next_col) indicating the edges between\n"
1408 1217 " the current node and its parents.\n"
1409 1218 " - Number of columns (ongoing edges) in the current revision.\n"
1410 1219 " - The difference between the number of columns (ongoing edges)\n"
1411 1220 " in the next revision and the number of columns (ongoing edges)\n"
1412 1221 " in the current revision. That is: -1 means one column removed;\n"
1413 1222 " 0 means no columns added or removed; 1 means one column added.\n"
1414 1223 " "
1415 1224 msgstr ""
1416 1225
1417 #: hgext/graphlog.py:253 mercurial/cmdutil.py:100
1418 1226 msgid "limit must be a positive integer"
1419 1227 msgstr ""
1420 1228
1421 #: hgext/graphlog.py:255 mercurial/cmdutil.py:101
1422 1229 msgid "limit must be positive"
1423 1230 msgstr ""
1424 1231
1425 #: hgext/graphlog.py:272
1426 1232 msgid "--graph option is incompatible with --%s"
1427 1233 msgstr ""
1428 1234
1429 #: hgext/graphlog.py:276
1430 1235 msgid ""
1431 1236 "show revision history alongside an ASCII revision graph\n"
1432 1237 "\n"
1433 1238 " Print a revision history alongside a revision graph drawn with\n"
1434 1239 " ASCII characters.\n"
1435 1240 "\n"
1436 1241 " Nodes printed as an @ character are parents of the working\n"
1437 1242 " directory.\n"
1438 1243 " "
1439 1244 msgstr ""
1440 1245
1441 #: hgext/graphlog.py:313
1442 1246 msgid ""
1443 1247 "cset DAG generator yielding (node, [parents]) tuples\n"
1444 1248 "\n"
1445 1249 " This generator function walks through the revisions not found\n"
1446 1250 " in the destination\n"
1447 1251 " "
1448 1252 msgstr ""
1449 1253
1450 #: hgext/graphlog.py:326 hgext/graphlog.py:406 hgext/patchbomb.py:216
1451 #: mercurial/commands.py:1708 mercurial/commands.py:2034
1452 1254 msgid "comparing with %s\n"
1453 1255 msgstr "sammenligner med %s\n"
1454 1256
1455 #: hgext/graphlog.py:329 hgext/graphlog.py:415 hgext/patchbomb.py:219
1456 #: mercurial/commands.py:1718 mercurial/commands.py:2037
1457 #: mercurial/localrepo.py:1468 mercurial/localrepo.py:1509
1458 1257 msgid "no changes found\n"
1459 1258 msgstr "fandt ingen ændringer\n"
1460 1259
1461 #: hgext/graphlog.py:347
1462 1260 msgid ""
1463 1261 "show the outgoing changesets alongside an ASCII revision graph\n"
1464 1262 "\n"
1465 1263 " Print the outgoing changesets alongside a revision graph drawn with\n"
1466 1264 " ASCII characters.\n"
1467 1265 "\n"
1468 1266 " Nodes printed as an @ character are parents of the working\n"
1469 1267 " directory.\n"
1470 1268 " "
1471 1269 msgstr ""
1472 1270
1473 #: hgext/graphlog.py:371
1474 1271 msgid ""
1475 1272 "cset DAG generator yielding (node, [parents]) tuples\n"
1476 1273 "\n"
1477 1274 " This generator function walks through the revisions of the destination\n"
1478 1275 " not found in repo\n"
1479 1276 " "
1480 1277 msgstr ""
1481 1278
1482 #: hgext/graphlog.py:392
1483 1279 msgid ""
1484 1280 "show the incoming changesets alongside an ASCII revision graph\n"
1485 1281 "\n"
1486 1282 " Print the incoming changesets alongside a revision graph drawn with\n"
1487 1283 " ASCII characters.\n"
1488 1284 "\n"
1489 1285 " Nodes printed as an @ character are parents of the working\n"
1490 1286 " directory.\n"
1491 1287 " "
1492 1288 msgstr ""
1493 1289
1494 #: hgext/graphlog.py:463
1495 1290 msgid "wrap the command"
1496 1291 msgstr ""
1497 1292
1498 #: hgext/graphlog.py:469
1499 1293 msgid "show the revision DAG"
1500 1294 msgstr ""
1501 1295
1502 #: hgext/graphlog.py:474 hgext/hgk.py:328 mercurial/commands.py:3014
1503 1296 msgid "limit number of changes displayed"
1504 1297 msgstr ""
1505 1298
1506 #: hgext/graphlog.py:475 mercurial/commands.py:3013 mercurial/commands.py:3398
1507 1299 msgid "show patch"
1508 1300 msgstr ""
1509 1301
1510 #: hgext/graphlog.py:476 mercurial/commands.py:3261
1511 1302 msgid "show the specified revision or range"
1512 1303 msgstr ""
1513 1304
1514 #: hgext/graphlog.py:478
1515 1305 msgid "hg glog [OPTION]... [FILE]"
1516 1306 msgstr ""
1517 1307
1518 #: hgext/hgcia.py:4
1519 1308 msgid ""
1520 1309 "CIA notification\n"
1521 1310 "\n"
1522 1311 "This is meant to be run as a changegroup or incoming hook.\n"
1523 1312 "To configure it, set the following options in your hgrc:\n"
1524 1313 "\n"
1525 1314 "[cia]\n"
1526 1315 "# your registered CIA user name\n"
1527 1316 "user = foo\n"
1528 1317 "# the name of the project in CIA\n"
1529 1318 "project = foo\n"
1530 1319 "# the module (subproject) (optional)\n"
1531 1320 "#module = foo\n"
1532 1321 "# Append a diffstat to the log message (optional)\n"
1533 1322 "#diffstat = False\n"
1534 1323 "# Template to use for log messages (optional)\n"
1535 1324 "#template = {desc}\n"
1536 1325 "{baseurl}/rev/{node}-- {diffstat}\n"
1537 1326 "# Style to use (optional)\n"
1538 1327 "#style = foo\n"
1539 1328 "# The URL of the CIA notification service (optional)\n"
1540 1329 "# You can use mailto: URLs to send by email, eg\n"
1541 1330 "# mailto:cia@cia.vc\n"
1542 1331 "# Make sure to set email.from if you do this.\n"
1543 1332 "#url = http://cia.vc/\n"
1544 1333 "# print message instead of sending it (optional)\n"
1545 1334 "#test = False\n"
1546 1335 "\n"
1547 1336 "[hooks]\n"
1548 1337 "# one of these:\n"
1549 1338 "changegroup.cia = python:hgcia.hook\n"
1550 1339 "#incoming.cia = python:hgcia.hook\n"
1551 1340 "\n"
1552 1341 "[web]\n"
1553 1342 "# If you want hyperlinks (optional)\n"
1554 1343 "baseurl = http://server/path/to/repo\n"
1555 1344 msgstr ""
1556 1345
1557 #: hgext/hgcia.py:62
1558 1346 msgid " A CIA message "
1559 1347 msgstr ""
1560 1348
1561 #: hgext/hgcia.py:168
1562 1349 msgid " CIA notification class "
1563 1350 msgstr ""
1564 1351
1565 #: hgext/hgcia.py:209
1566 1352 msgid "hgcia: sending update to %s\n"
1567 1353 msgstr ""
1568 1354
1569 #: hgext/hgcia.py:215
1570 1355 msgid " send CIA notification "
1571 1356 msgstr ""
1572 1357
1573 #: hgext/hgcia.py:222
1574 1358 msgid "email.from must be defined when sending by email"
1575 1359 msgstr ""
1576 1360
1577 #: hgext/hgcia.py:231
1578 1361 msgid "cia: no user specified"
1579 1362 msgstr "cia: ingen bruger angivet"
1580 1363
1581 #: hgext/hgcia.py:234
1582 1364 msgid "cia: no project specified"
1583 1365 msgstr "cia: intet project angivet"
1584 1366
1585 #: hgext/hgk.py:7
1586 1367 msgid ""
1587 1368 "browsing the repository in a graphical way\n"
1588 1369 "\n"
1589 1370 "The hgk extension allows browsing the history of a repository in a\n"
1590 1371 "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is\n"
1591 1372 "not distributed with Mercurial.)\n"
1592 1373 "\n"
1593 1374 "hgk consists of two parts: a Tcl script that does the displaying and\n"
1594 1375 "querying of information, and an extension to mercurial named hgk.py,\n"
1595 1376 "which provides hooks for hgk to get information. hgk can be found in\n"
1596 1377 "the contrib directory, and hgk.py can be found in the hgext directory.\n"
1597 1378 "\n"
1598 1379 "To load the hgext.py extension, add it to your .hgrc file (you have\n"
1599 1380 "to use your global $HOME/.hgrc file, not one in a repository). You\n"
1600 1381 "can specify an absolute path:\n"
1601 1382 "\n"
1602 1383 " [extensions]\n"
1603 1384 " hgk=/usr/local/lib/hgk.py\n"
1604 1385 "\n"
1605 1386 "Mercurial can also scan the default python library path for a file\n"
1606 1387 "named 'hgk.py' if you set hgk empty:\n"
1607 1388 "\n"
1608 1389 " [extensions]\n"
1609 1390 " hgk=\n"
1610 1391 "\n"
1611 1392 "The hg view command will launch the hgk Tcl script. For this command\n"
1612 1393 "to work, hgk must be in your search path. Alternately, you can\n"
1613 1394 "specify the path to hgk in your .hgrc file:\n"
1614 1395 "\n"
1615 1396 " [hgk]\n"
1616 1397 " path=/location/of/hgk\n"
1617 1398 "\n"
1618 1399 "hgk can make use of the extdiff extension to visualize revisions.\n"
1619 1400 "Assuming you had already configured extdiff vdiff command, just add:\n"
1620 1401 "\n"
1621 1402 " [hgk]\n"
1622 1403 " vdiff=vdiff\n"
1623 1404 "\n"
1624 1405 "Revisions context menu will now display additional entries to fire\n"
1625 1406 "vdiff on hovered and selected revisions."
1626 1407 msgstr ""
1627 1408
1628 #: hgext/hgk.py:53
1629 1409 msgid "diff trees from two commits"
1630 1410 msgstr ""
1631 1411
1632 #: hgext/hgk.py:133
1633 1412 msgid "output common ancestor information"
1634 1413 msgstr ""
1635 1414
1636 #: hgext/hgk.py:140
1637 1415 msgid "cat a specific revision"
1638 1416 msgstr ""
1639 1417
1640 #: hgext/hgk.py:155
1641 1418 msgid "cat-file: type or revision not supplied\n"
1642 1419 msgstr ""
1643 1420
1644 #: hgext/hgk.py:160
1645 1421 msgid "aborting hg cat-file only understands commits\n"
1646 1422 msgstr ""
1647 1423
1648 #: hgext/hgk.py:285
1649 1424 msgid "parse given revisions"
1650 1425 msgstr ""
1651 1426
1652 #: hgext/hgk.py:301
1653 1427 msgid "print revisions"
1654 1428 msgstr ""
1655 1429
1656 #: hgext/hgk.py:310
1657 1430 msgid "print extension options"
1658 1431 msgstr ""
1659 1432
1660 #: hgext/hgk.py:318
1661 1433 msgid "start interactive history viewer"
1662 1434 msgstr ""
1663 1435
1664 #: hgext/hgk.py:322 hgext/convert/cvsps.py:191 mercurial/sshrepo.py:45
1665 #: mercurial/sshrepo.py:63
1666 1436 msgid "running %s\n"
1667 1437 msgstr "kører %s\n"
1668 1438
1669 #: hgext/hgk.py:329
1670 1439 msgid "hg view [-l LIMIT] [REVRANGE]"
1671 1440 msgstr ""
1672 1441
1673 #: hgext/hgk.py:332
1674 1442 msgid "generate patch"
1675 1443 msgstr ""
1676 1444
1677 #: hgext/hgk.py:333
1678 1445 msgid "recursive"
1679 1446 msgstr ""
1680 1447
1681 #: hgext/hgk.py:334
1682 1448 msgid "pretty"
1683 1449 msgstr ""
1684 1450
1685 #: hgext/hgk.py:335 hgext/hgk.py:341
1686 1451 msgid "stdin"
1687 1452 msgstr ""
1688 1453
1689 #: hgext/hgk.py:336
1690 1454 msgid "detect copies"
1691 1455 msgstr ""
1692 1456
1693 #: hgext/hgk.py:337
1694 1457 msgid "search"
1695 1458 msgstr "søg"
1696 1459
1697 #: hgext/hgk.py:338
1698 1460 msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
1699 1461 msgstr ""
1700 1462
1701 #: hgext/hgk.py:342
1702 1463 msgid "hg debug-cat-file [OPTION]... TYPE FILE"
1703 1464 msgstr ""
1704 1465
1705 #: hgext/hgk.py:344
1706 1466 msgid "hg debug-config"
1707 1467 msgstr ""
1708 1468
1709 #: hgext/hgk.py:346
1710 1469 msgid "hg debug-merge-base node node"
1711 1470 msgstr ""
1712 1471
1713 #: hgext/hgk.py:349
1714 1472 msgid "ignored"
1715 1473 msgstr "Ignoreret"
1716 1474
1717 #: hgext/hgk.py:350
1718 1475 msgid "hg debug-rev-parse REV"
1719 1476 msgstr ""
1720 1477
1721 #: hgext/hgk.py:353
1722 1478 msgid "header"
1723 1479 msgstr ""
1724 1480
1725 #: hgext/hgk.py:354
1726 1481 msgid "topo-order"
1727 1482 msgstr ""
1728 1483
1729 #: hgext/hgk.py:355
1730 1484 msgid "parents"
1731 1485 msgstr ""
1732 1486
1733 #: hgext/hgk.py:356
1734 1487 msgid "max-count"
1735 1488 msgstr ""
1736 1489
1737 #: hgext/hgk.py:357
1738 1490 msgid "hg debug-rev-list [options] revs"
1739 1491 msgstr ""
1740 1492
1741 #: hgext/highlight/__init__.py:1
1742 1493 msgid ""
1743 1494 "syntax highlighting in hgweb, based on Pygments\n"
1744 1495 "\n"
1745 1496 "It depends on the pygments syntax highlighting library:\n"
1746 1497 "http://pygments.org/\n"
1747 1498 "\n"
1748 1499 "To enable the extension add this to hgrc:\n"
1749 1500 "\n"
1750 1501 "[extensions]\n"
1751 1502 "hgext.highlight =\n"
1752 1503 "\n"
1753 1504 "There is a single configuration option:\n"
1754 1505 "\n"
1755 1506 "[web]\n"
1756 1507 "pygments_style = <style>\n"
1757 1508 "\n"
1758 1509 "The default is 'colorful'.\n"
1759 1510 "\n"
1760 1511 "-- Adam Hupp <adam@hupp.org>\n"
1761 1512 msgstr ""
1762 1513
1763 #: hgext/imerge.py:4
1764 1514 msgid ""
1765 1515 "\n"
1766 1516 "imerge - interactive merge\n"
1767 1517 msgstr ""
1768 1518
1769 #: hgext/imerge.py:77
1770 1519 msgid "invalid imerge status file"
1771 1520 msgstr ""
1772 1521
1773 #: hgext/imerge.py:82
1774 1522 msgid "merge parent %s not in repository"
1775 1523 msgstr ""
1776 1524
1777 #: hgext/imerge.py:157
1778 1525 msgid "imerge state does not match working directory"
1779 1526 msgstr ""
1780 1527
1781 #: hgext/imerge.py:167
1782 1528 msgid "%s is not in the merge set"
1783 1529 msgstr ""
1784 1530
1785 #: hgext/imerge.py:178
1786 1531 msgid "%s is not resolved"
1787 1532 msgstr ""
1788 1533
1789 #: hgext/imerge.py:186
1790 1534 msgid "write current merge state to file to be resumed elsewhere"
1791 1535 msgstr ""
1792 1536
1793 #: hgext/imerge.py:191
1794 1537 msgid "read merge state from file"
1795 1538 msgstr ""
1796 1539
1797 #: hgext/imerge.py:197
1798 1540 msgid "there is already a merge in progress (update -C <rev> to abort it)"
1799 1541 msgstr ""
1800 1542
1801 #: hgext/imerge.py:201
1802 1543 msgid "working directory has uncommitted changes"
1803 1544 msgstr ""
1804 1545
1805 #: hgext/imerge.py:246
1806 1546 msgid "resolve requires at least one filename"
1807 1547 msgstr ""
1808 1548
1809 #: hgext/imerge.py:259
1810 1549 msgid "merging %s and %s\n"
1811 1550 msgstr ""
1812 1551
1813 #: hgext/imerge.py:283
1814 1552 msgid "all conflicts resolved\n"
1815 1553 msgstr ""
1816 1554
1817 #: hgext/imerge.py:289
1818 1555 msgid "unresolve requires at least one filename"
1819 1556 msgstr ""
1820 1557
1821 #: hgext/imerge.py:296
1822 1558 msgid "automatically resolve if possible"
1823 1559 msgstr ""
1824 1560
1825 #: hgext/imerge.py:302 mercurial/commands.py:3378
1826 1561 msgid "hide status prefix"
1827 1562 msgstr ""
1828 1563
1829 #: hgext/imerge.py:303
1830 1564 msgid "only show resolved conflicts"
1831 1565 msgstr ""
1832 1566
1833 #: hgext/imerge.py:304
1834 1567 msgid "only show unresolved conflicts"
1835 1568 msgstr ""
1836 1569
1837 #: hgext/imerge.py:333
1838 1570 msgid "%s: invalid arguments"
1839 1571 msgstr ""
1840 1572
1841 #: hgext/imerge.py:336
1842 1573 msgid ""
1843 1574 "interactive merge\n"
1844 1575 "\n"
1845 1576 " imerge lets you split a merge into pieces. When you start a merge\n"
1846 1577 " with imerge, the names of all files with conflicts are recorded.\n"
1847 1578 " You can then merge any of these files, and if the merge is\n"
1848 1579 " successful, they will be marked as resolved. When all files are\n"
1849 1580 " resolved, the merge is complete.\n"
1850 1581 "\n"
1851 1582 " If no merge is in progress, hg imerge [rev] will merge the working\n"
1852 1583 " directory with rev (defaulting to the other head if the repository\n"
1853 1584 " only has two heads). You may also resume a saved merge with\n"
1854 1585 " hg imerge load <file>.\n"
1855 1586 "\n"
1856 1587 " If a merge is in progress, hg imerge will default to merging the\n"
1857 1588 " next unresolved file.\n"
1858 1589 "\n"
1859 1590 " The following subcommands are available:\n"
1860 1591 "\n"
1861 1592 " status:\n"
1862 1593 " show the current state of the merge\n"
1863 1594 " options:\n"
1864 1595 " -n --no-status: do not print the status prefix\n"
1865 1596 " --resolved: only print resolved conflicts\n"
1866 1597 " --unresolved: only print unresolved conflicts\n"
1867 1598 " next:\n"
1868 1599 " show the next unresolved file merge\n"
1869 1600 " merge [<file>]:\n"
1870 1601 " merge <file>. If the file merge is successful, the file will be\n"
1871 1602 " recorded as resolved. If no file is given, the next unresolved\n"
1872 1603 " file will be merged.\n"
1873 1604 " resolve <file>...:\n"
1874 1605 " mark files as successfully merged\n"
1875 1606 " unresolve <file>...:\n"
1876 1607 " mark files as requiring merging.\n"
1877 1608 " save <file>:\n"
1878 1609 " save the state of the merge to a file to be resumed elsewhere\n"
1879 1610 " load <file>:\n"
1880 1611 " load the state of the merge from a file created by save\n"
1881 1612 " "
1882 1613 msgstr ""
1883 1614
1884 #: hgext/imerge.py:383 mercurial/commands.py:195 mercurial/commands.py:1959
1885 #: mercurial/commands.py:1988 mercurial/commands.py:2923
1886 1615 msgid "please specify just one revision"
1887 1616 msgstr ""
1888 1617
1889 #: hgext/imerge.py:404 mercurial/commands.py:3277
1890 1618 msgid "revision to merge"
1891 1619 msgstr ""
1892 1620
1893 #: hgext/imerge.py:405
1894 1621 msgid "automatically merge where possible"
1895 1622 msgstr ""
1896 1623
1897 #: hgext/imerge.py:406
1898 1624 msgid "hg imerge [command]"
1899 1625 msgstr ""
1900 1626
1901 #: hgext/inotify/__init__.py:9
1902 1627 msgid "inotify-based status acceleration for Linux systems\n"
1903 1628 msgstr ""
1904 1629
1905 #: hgext/inotify/__init__.py:20
1906 1630 msgid "start an inotify server for this repository"
1907 1631 msgstr ""
1908 1632
1909 #: hgext/inotify/__init__.py:79
1910 1633 msgid "(found dead inotify server socket; removing it)\n"
1911 1634 msgstr ""
1912 1635
1913 #: hgext/inotify/__init__.py:84
1914 1636 msgid "(starting inotify server)\n"
1915 1637 msgstr ""
1916 1638
1917 #: hgext/inotify/__init__.py:95
1918 1639 msgid "could not start inotify server: %s\n"
1919 1640 msgstr ""
1920 1641
1921 #: hgext/inotify/__init__.py:102
1922 1642 msgid "could not talk to new inotify server: %s\n"
1923 1643 msgstr ""
1924 1644
1925 #: hgext/inotify/__init__.py:106
1926 1645 msgid "(inotify server not running)\n"
1927 1646 msgstr ""
1928 1647
1929 #: hgext/inotify/__init__.py:108
1930 1648 msgid "failed to contact inotify server: %s\n"
1931 1649 msgstr ""
1932 1650
1933 #: hgext/inotify/__init__.py:122 mercurial/commands.py:3347
1934 1651 msgid "run server in background"
1935 1652 msgstr ""
1936 1653
1937 #: hgext/inotify/__init__.py:123 mercurial/commands.py:3348
1938 1654 msgid "used internally by daemon mode"
1939 1655 msgstr ""
1940 1656
1941 #: hgext/inotify/__init__.py:124
1942 1657 msgid "minutes to sit idle before exiting"
1943 1658 msgstr ""
1944 1659
1945 #: hgext/inotify/__init__.py:125 mercurial/commands.py:3357
1946 1660 msgid "name of file to write process ID to"
1947 1661 msgstr ""
1948 1662
1949 #: hgext/inotify/__init__.py:126
1950 1663 msgid "hg inserve [OPT]..."
1951 1664 msgstr ""
1952 1665
1953 #: hgext/interhg.py:58
1954 1666 msgid "interhg: invalid pattern for %s: %s\n"
1955 1667 msgstr ""
1956 1668
1957 #: hgext/interhg.py:78
1958 1669 msgid "interhg: invalid regexp for %s: %s\n"
1959 1670 msgstr ""
1960 1671
1961 #: hgext/keyword.py:35
1962 1672 msgid ""
1963 1673 "keyword expansion in local repositories\n"
1964 1674 "\n"
1965 1675 "This extension expands RCS/CVS-like or self-customized $Keywords$\n"
1966 1676 "in tracked text files selected by your configuration.\n"
1967 1677 "\n"
1968 1678 "Keywords are only expanded in local repositories and not stored in\n"
1969 1679 "the change history. The mechanism can be regarded as a convenience\n"
1970 1680 "for the current user or for archive distribution.\n"
1971 1681 "\n"
1972 1682 "Configuration is done in the [keyword] and [keywordmaps] sections\n"
1973 1683 "of hgrc files.\n"
1974 1684 "\n"
1975 1685 "Example:\n"
1976 1686 "\n"
1977 1687 " [keyword]\n"
1978 1688 " # expand keywords in every python file except those matching \"x*\"\n"
1979 1689 " **.py =\n"
1980 1690 " x* = ignore\n"
1981 1691 "\n"
1982 1692 "Note: the more specific you are in your filename patterns\n"
1983 1693 " the less you lose speed in huge repos.\n"
1984 1694 "\n"
1985 1695 "For [keywordmaps] template mapping and expansion demonstration and\n"
1986 1696 "control run \"hg kwdemo\".\n"
1987 1697 "\n"
1988 1698 "An additional date template filter {date|utcdate} is provided.\n"
1989 1699 "\n"
1990 1700 "The default template mappings (view with \"hg kwdemo -d\") can be replaced\n"
1991 1701 "with customized keywords and templates.\n"
1992 1702 "Again, run \"hg kwdemo\" to control the results of your config changes.\n"
1993 1703 "\n"
1994 1704 "Before changing/disabling active keywords, run \"hg kwshrink\" to avoid\n"
1995 1705 "the risk of inadvertedly storing expanded keywords in the change history.\n"
1996 1706 "\n"
1997 1707 "To force expansion after enabling it, or a configuration change, run\n"
1998 1708 "\"hg kwexpand\".\n"
1999 1709 "\n"
2000 1710 "Also, when committing with the record extension or using mq's qrecord, be "
2001 1711 "aware\n"
2002 1712 "that keywords cannot be updated. Again, run \"hg kwexpand\" on the files in\n"
2003 1713 "question to update keyword expansions after all changes have been checked "
2004 1714 "in.\n"
2005 1715 "\n"
2006 1716 "Expansions spanning more than one line and incremental expansions,\n"
2007 1717 "like CVS' $Log$, are not supported. A keyword template map\n"
2008 1718 "\"Log = {desc}\" expands to the first line of the changeset description.\n"
2009 1719 msgstr ""
2010 1720
2011 #: hgext/keyword.py:100
2012 1721 msgid "Returns hgdate in cvs-like UTC format."
2013 1722 msgstr ""
2014 1723
2015 #: hgext/keyword.py:108
2016 1724 msgid ""
2017 1725 "\n"
2018 1726 " Sets up keyword templates, corresponding keyword regex, and\n"
2019 1727 " provides keyword substitution functions.\n"
2020 1728 " "
2021 1729 msgstr ""
2022 1730
2023 #: hgext/keyword.py:143
2024 1731 msgid "Replaces keywords in data with expanded template."
2025 1732 msgstr ""
2026 1733
2027 #: hgext/keyword.py:154
2028 1734 msgid "Returns data with keywords expanded."
2029 1735 msgstr ""
2030 1736
2031 #: hgext/keyword.py:161
2032 1737 msgid ""
2033 1738 "Returns true if path matches [keyword] pattern\n"
2034 1739 " and is not a symbolic link.\n"
2035 1740 " Caveat: localrepository._link fails on Windows."
2036 1741 msgstr ""
2037 1742
2038 #: hgext/keyword.py:167
2039 1743 msgid "Overwrites selected files expanding/shrinking keywords."
2040 1744 msgstr ""
2041 1745
2042 #: hgext/keyword.py:192
2043 1746 msgid "overwriting %s %s keywords\n"
2044 1747 msgstr ""
2045 1748
2046 #: hgext/keyword.py:198
2047 1749 msgid "Unconditionally removes all keyword substitutions from text."
2048 1750 msgstr ""
2049 1751
2050 #: hgext/keyword.py:202
2051 1752 msgid "Returns text with all keyword substitutions removed."
2052 1753 msgstr ""
2053 1754
2054 #: hgext/keyword.py:208
2055 1755 msgid "Returns lines with keyword substitutions removed."
2056 1756 msgstr ""
2057 1757
2058 #: hgext/keyword.py:216
2059 1758 msgid ""
2060 1759 "If in restricted mode returns data read from wdir with\n"
2061 1760 " keyword substitutions removed."
2062 1761 msgstr ""
2063 1762
2064 #: hgext/keyword.py:221
2065 1763 msgid ""
2066 1764 "\n"
2067 1765 " Subclass of filelog to hook into its read, add, cmp methods.\n"
2068 1766 " Keywords are \"stored\" unexpanded, and processed on reading.\n"
2069 1767 " "
2070 1768 msgstr ""
2071 1769
2072 #: hgext/keyword.py:231
2073 1770 msgid "Expands keywords when reading filelog."
2074 1771 msgstr ""
2075 1772
2076 #: hgext/keyword.py:236
2077 1773 msgid "Removes keyword substitutions when adding to filelog."
2078 1774 msgstr ""
2079 1775
2080 #: hgext/keyword.py:241
2081 1776 msgid "Removes keyword substitutions for comparison."
2082 1777 msgstr ""
2083 1778
2084 #: hgext/keyword.py:249
2085 1779 msgid ""
2086 1780 "Bails out if [keyword] configuration is not active.\n"
2087 1781 " Returns status of working directory."
2088 1782 msgstr ""
2089 1783
2090 #: hgext/keyword.py:255
2091 1784 msgid "[keyword] patterns cannot match"
2092 1785 msgstr ""
2093 1786
2094 #: hgext/keyword.py:256
2095 1787 msgid "no [keyword] patterns configured"
2096 1788 msgstr ""
2097 1789
2098 #: hgext/keyword.py:259
2099 1790 msgid "Selects files and passes them to kwtemplater.overwrite."
2100 1791 msgstr ""
2101 1792
2102 #: hgext/keyword.py:277
2103 1793 msgid ""
2104 1794 "print [keywordmaps] configuration and an expansion example\n"
2105 1795 "\n"
2106 1796 " Show current, custom, or default keyword template maps\n"
2107 1797 " and their expansion.\n"
2108 1798 "\n"
2109 1799 " Extend current configuration by specifying maps as arguments\n"
2110 1800 " and optionally by reading from an additional hgrc file.\n"
2111 1801 "\n"
2112 1802 " Override current keyword template maps with \"default\" option.\n"
2113 1803 " "
2114 1804 msgstr ""
2115 1805
2116 #: hgext/keyword.py:288
2117 1806 msgid ""
2118 1807 "\n"
2119 1808 "\t%s\n"
2120 1809 msgstr ""
2121 1810
2122 #: hgext/keyword.py:300
2123 1811 msgid "creating temporary repo at %s\n"
2124 1812 msgstr ""
2125 1813
2126 #: hgext/keyword.py:337
2127 1814 msgid ""
2128 1815 "\n"
2129 1816 "%s keywords written to %s:\n"
2130 1817 msgstr ""
2131 1818
2132 #: hgext/keyword.py:348
2133 1819 msgid "unhooked all commit hooks\n"
2134 1820 msgstr ""
2135 1821
2136 #: hgext/keyword.py:354
2137 1822 msgid ""
2138 1823 "\n"
2139 1824 "removing temporary repo %s\n"
2140 1825 msgstr ""
2141 1826
2142 #: hgext/keyword.py:358
2143 1827 msgid ""
2144 1828 "expand keywords in working directory\n"
2145 1829 "\n"
2146 1830 " Run after (re)enabling keyword expansion.\n"
2147 1831 "\n"
2148 1832 " kwexpand refuses to run if given files contain local changes.\n"
2149 1833 " "
2150 1834 msgstr ""
2151 1835
2152 #: hgext/keyword.py:368
2153 1836 msgid ""
2154 1837 "print files currently configured for keyword expansion\n"
2155 1838 "\n"
2156 1839 " Crosscheck which files in working directory are potential targets for\n"
2157 1840 " keyword expansion.\n"
2158 1841 " That is, files matched by [keyword] config patterns but not symlinks.\n"
2159 1842 " "
2160 1843 msgstr ""
2161 1844
2162 #: hgext/keyword.py:390
2163 1845 msgid ""
2164 1846 "revert expanded keywords in working directory\n"
2165 1847 "\n"
2166 1848 " Run before changing/disabling active keywords\n"
2167 1849 " or if you experience problems with \"hg import\" or \"hg merge\".\n"
2168 1850 "\n"
2169 1851 " kwshrink refuses to run if given files contain local changes.\n"
2170 1852 " "
2171 1853 msgstr ""
2172 1854
2173 #: hgext/keyword.py:402
2174 1855 msgid ""
2175 1856 "Collects [keyword] config in kwtools.\n"
2176 1857 " Monkeypatches dispatch._parse if needed."
2177 1858 msgstr ""
2178 1859
2179 #: hgext/keyword.py:413
2180 1860 msgid "Monkeypatch dispatch._parse to obtain running hg command."
2181 1861 msgstr ""
2182 1862
2183 #: hgext/keyword.py:421
2184 1863 msgid ""
2185 1864 "Sets up repo as kwrepo for keyword substitution.\n"
2186 1865 " Overrides file method to return kwfilelog instead of filelog\n"
2187 1866 " if file matches user configuration.\n"
2188 1867 " Wraps commit to overwrite configured files with updated\n"
2189 1868 " keyword substitutions.\n"
2190 1869 " Monkeypatches patch and webcommands."
2191 1870 msgstr ""
2192 1871
2193 #: hgext/keyword.py:487
2194 1872 msgid ""
2195 1873 "Monkeypatch/wrap patch.patchfile.__init__ to avoid\n"
2196 1874 " rejects or conflicts due to expanded keywords in working dir."
2197 1875 msgstr ""
2198 1876
2199 #: hgext/keyword.py:495
2200 1877 msgid ""
2201 1878 "Monkeypatch patch.diff to avoid expansion except when\n"
2202 1879 " comparing against working dir."
2203 1880 msgstr ""
2204 1881
2205 #: hgext/keyword.py:504
2206 1882 msgid "Wraps webcommands.x turning off keyword expansion."
2207 1883 msgstr ""
2208 1884
2209 #: hgext/keyword.py:518
2210 1885 msgid "show default keyword template maps"
2211 1886 msgstr ""
2212 1887
2213 #: hgext/keyword.py:519
2214 1888 msgid "read maps from rcfile"
2215 1889 msgstr ""
2216 1890
2217 #: hgext/keyword.py:520
2218 1891 msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
2219 1892 msgstr ""
2220 1893
2221 #: hgext/keyword.py:522
2222 1894 msgid "hg kwexpand [OPTION]... [FILE]..."
2223 1895 msgstr ""
2224 1896
2225 #: hgext/keyword.py:525
2226 1897 msgid "show keyword status flags of all files"
2227 1898 msgstr ""
2228 1899
2229 #: hgext/keyword.py:526
2230 1900 msgid "show files excluded from expansion"
2231 1901 msgstr ""
2232 1902
2233 #: hgext/keyword.py:527
2234 1903 msgid "additionally show untracked files"
2235 1904 msgstr ""
2236 1905
2237 #: hgext/keyword.py:529
2238 1906 msgid "hg kwfiles [OPTION]... [FILE]..."
2239 1907 msgstr ""
2240 1908
2241 #: hgext/keyword.py:531
2242 1909 msgid "hg kwshrink [OPTION]... [FILE]..."
2243 1910 msgstr ""
2244 1911
2245 #: hgext/mq.py:8
2246 1912 msgid ""
2247 1913 "patch management and development\n"
2248 1914 "\n"
2249 1915 "This extension lets you work with a stack of patches in a Mercurial\n"
2250 1916 "repository. It manages two stacks of patches - all known patches, and\n"
2251 1917 "applied patches (subset of known patches).\n"
2252 1918 "\n"
2253 1919 "Known patches are represented as patch files in the .hg/patches\n"
2254 1920 "directory. Applied patches are both patch files and changesets.\n"
2255 1921 "\n"
2256 1922 "Common tasks (use \"hg help command\" for more details):\n"
2257 1923 "\n"
2258 1924 "prepare repository to work with patches qinit\n"
2259 1925 "create new patch qnew\n"
2260 1926 "import existing patch qimport\n"
2261 1927 "\n"
2262 1928 "print patch series qseries\n"
2263 1929 "print applied patches qapplied\n"
2264 1930 "print name of top applied patch qtop\n"
2265 1931 "\n"
2266 1932 "add known patch to applied stack qpush\n"
2267 1933 "remove patch from applied stack qpop\n"
2268 1934 "refresh contents of top applied patch qrefresh\n"
2269 1935 msgstr ""
2270 1936 "udvikling og håndtering af patches\n"
2271 1937 "\n"
2272 1938 "Denne udvidelse lader dig arbejde med en stak af patches i et\n"
2273 1939 "Mercurial repository. Den håndterer to stakke af patches - alle kendte\n"
2274 1940 "patches og alle anvendte patches (en delmængde af de kendte patches).\n"
2275 1941 "\n"
2276 1942 "Kendte patches er repræsenteret som patch-filer i .hg/patches\n"
2277 1943 "biblioteket. Anvendte patches er både patch-filer og Mercurial\n"
2278 1944 "ændringer.\n"
2279 1945 "\n"
2280 1946 "Almindelige opgaver (brug \"hg help kommado\" for flere detaljer):\n"
2281 1947 "\n"
2282 1948 "forbered repository til at arbejde med patches qinit\n"
2283 1949 "opret ny patch qnew\n"
2284 1950 "importer eksisterende patch qimport\n"
2285 1951 "\n"
2286 1952 "list patch-serien qseries\n"
2287 1953 "list anvendte patches qapplied\n"
2288 1954 "list navnet på den øverste patch qtop\n"
2289 1955 "\n"
2290 1956 "anvend og put patch på stakken qpush\n"
2291 1957 "fjern patch fra stakken qpop\n"
2292 1958 "genopfrisk indholdet af den øverste patch qrefresh\n"
2293 1959
2294 #: hgext/mq.py:87
2295 1960 msgid ""
2296 1961 "Update all references to a field in the patch header.\n"
2297 1962 " If none found, add it email style."
2298 1963 msgstr ""
2299 1964
2300 #: hgext/mq.py:104
2301 1965 msgid ""
2302 1966 "Remove existing message, keeping the rest of the comments fields.\n"
2303 1967 " If comments contains 'subject: ', message will prepend\n"
2304 1968 " the field and a blank line."
2305 1969 msgstr ""
2306 1970
2307 #: hgext/mq.py:184
2308 1971 msgid "%s appears more than once in %s"
2309 1972 msgstr "%s findes mere end én gang i %s"
2310 1973
2311 #: hgext/mq.py:191
2312 1974 msgid "guard cannot be an empty string"
2313 1975 msgstr ""
2314 1976
2315 #: hgext/mq.py:196
2316 1977 msgid "guard %r starts with invalid character: %r"
2317 1978 msgstr ""
2318 1979
2319 #: hgext/mq.py:200
2320 1980 msgid "invalid character in guard %r: %r"
2321 1981 msgstr ""
2322 1982
2323 #: hgext/mq.py:208
2324 1983 msgid "active guards: %s\n"
2325 1984 msgstr ""
2326 1985
2327 #: hgext/mq.py:232
2328 1986 msgid "guard %r too short"
2329 1987 msgstr ""
2330 1988
2331 #: hgext/mq.py:234
2332 1989 msgid "guard %r starts with invalid char"
2333 1990 msgstr ""
2334 1991
2335 #: hgext/mq.py:269
2336 1992 msgid "allowing %s - no guards in effect\n"
2337 1993 msgstr ""
2338 1994
2339 #: hgext/mq.py:273
2340 1995 msgid "allowing %s - no matching negative guards\n"
2341 1996 msgstr ""
2342 1997
2343 #: hgext/mq.py:276
2344 1998 msgid "allowing %s - guarded by %r\n"
2345 1999 msgstr ""
2346 2000
2347 #: hgext/mq.py:280
2348 2001 msgid "skipping %s - guarded by %r\n"
2349 2002 msgstr ""
2350 2003
2351 #: hgext/mq.py:283
2352 2004 msgid "skipping %s - no matching guards\n"
2353 2005 msgstr ""
2354 2006
2355 #: hgext/mq.py:380
2356 2007 msgid "error removing undo: %s\n"
2357 2008 msgstr ""
2358 2009
2359 #: hgext/mq.py:399
2360 2010 msgid "apply failed for patch %s"
2361 2011 msgstr ""
2362 2012
2363 #: hgext/mq.py:401
2364 2013 msgid "patch didn't work out, merging %s\n"
2365 2014 msgstr ""
2366 2015
2367 #: hgext/mq.py:410
2368 2016 msgid "update returned %d"
2369 2017 msgstr ""
2370 2018
2371 #: hgext/mq.py:413 hgext/mq.py:581 hgext/mq.py:751
2372 2019 msgid "repo commit failed"
2373 2020 msgstr ""
2374 2021
2375 #: hgext/mq.py:417 hgext/mq.py:1603
2376 2022 msgid "unable to read %s"
2377 2023 msgstr "ikke i stand til at læse %s"
2378 2024
2379 #: hgext/mq.py:466
2380 2025 msgid "patch %s does not exist\n"
2381 2026 msgstr "rettelsen %s findes ikke\n"
2382 2027
2383 #: hgext/mq.py:474
2384 2028 msgid "patch %s is not applied\n"
2385 2029 msgstr "rettelsen %s er ikke anvendt\n"
2386 2030
2387 #: hgext/mq.py:487
2388 2031 msgid ""
2389 2032 "Apply patchfile to the working directory.\n"
2390 2033 " patchfile: file name of patch"
2391 2034 msgstr ""
2392 2035
2393 #: hgext/mq.py:496
2394 2036 msgid "patch failed, unable to continue (try -v)\n"
2395 2037 msgstr ""
2396 2038
2397 #: hgext/mq.py:537 hgext/transplant.py:208 mercurial/commands.py:1627
2398 2039 msgid "applying %s\n"
2399 2040 msgstr "anvender %s\n"
2400 2041
2401 #: hgext/mq.py:543
2402 2042 msgid "Unable to read %s\n"
2403 2043 msgstr ""
2404 2044
2405 #: hgext/mq.py:549
2406 2045 msgid "imported patch %s\n"
2407 2046 msgstr "importeret rettelse %s\n"
2408 2047
2409 #: hgext/mq.py:552
2410 2048 msgid ""
2411 2049 "\n"
2412 2050 "imported patch %s"
2413 msgstr "\nimporteret rettelse %s"
2414
2415 #: hgext/mq.py:588
2051 msgstr ""
2052 "\n"
2053 "importeret rettelse %s"
2054
2416 2055 msgid "patch %s is empty\n"
2417 2056 msgstr "rettelse %s er tom\n"
2418 2057
2419 #: hgext/mq.py:591
2420 2058 msgid "patch failed, rejects left in working dir\n"
2421 2059 msgstr ""
2422 2060
2423 #: hgext/mq.py:596
2424 2061 msgid "fuzz found when applying patch, stopping\n"
2425 2062 msgstr ""
2426 2063
2427 #: hgext/mq.py:615 hgext/mq.py:659
2428 2064 msgid "revision %d is not managed"
2429 2065 msgstr ""
2430 2066
2431 #: hgext/mq.py:619 hgext/mq.py:664
2432 2067 msgid "cannot delete revision %d above applied patches"
2433 2068 msgstr "kan ikke slette revision %d ovenover anvendte rettelser"
2434 2069
2435 #: hgext/mq.py:637
2436 2070 msgid "qdelete requires at least one revision or patch name"
2437 2071 msgstr ""
2438 2072
2439 #: hgext/mq.py:645
2440 2073 msgid "cannot delete applied patch %s"
2441 2074 msgstr "kan ikke slette den anvendte rettelse %s"
2442 2075
2443 #: hgext/mq.py:647
2444 2076 msgid "patch %s not in series file"
2445 2077 msgstr "rettelse %s er ikke i series filen"
2446 2078
2447 #: hgext/mq.py:653 hgext/mq.py:2016
2448 2079 msgid "no patches applied"
2449 2080 msgstr "ingen rettelser anvendt"
2450 2081
2451 #: hgext/mq.py:687
2452 2082 msgid "working directory revision is not qtip"
2453 2083 msgstr ""
2454 2084
2455 #: hgext/mq.py:695
2456 2085 msgid "local changes found, refresh first"
2457 2086 msgstr "lokale ændringer fundet, genopfrisk først"
2458 2087
2459 #: hgext/mq.py:697
2460 2088 msgid "local changes found"
2461 2089 msgstr "lokale ændringer fundet"
2462 2090
2463 #: hgext/mq.py:704
2464 2091 msgid "\"%s\" cannot be used as the name of a patch"
2465 2092 msgstr "\"%s\" kan ikke bruges som navnet på en rettelse"
2466 2093
2467 #: hgext/mq.py:708
2468 2094 msgid ""
2469 2095 "options:\n"
2470 2096 " msg: a string or a no-argument function returning a string\n"
2471 2097 " "
2472 2098 msgstr ""
2473 2099
2474 #: hgext/mq.py:719 hgext/mq.py:1515
2475 2100 msgid "patch \"%s\" already exists"
2476 2101 msgstr "rettelsen \"%s\" findes allerede"
2477 2102
2478 #: hgext/mq.py:781
2479 2103 msgid "error unlinking %s\n"
2480 2104 msgstr "fejl ved sletning af %s\n"
2481 2105
2482 #: hgext/mq.py:808
2483 2106 msgid "returns (index, rev, patch)"
2484 2107 msgstr ""
2485 2108
2486 #: hgext/mq.py:829
2487 2109 msgid "patch name \"%s\" is ambiguous:\n"
2488 2110 msgstr "rettelsen \"%s\" er tvetydigt:\n"
2489 2111
2490 #: hgext/mq.py:884
2491 2112 msgid "patch %s not in series"
2492 2113 msgstr ""
2493 2114
2494 #: hgext/mq.py:890
2495 2115 msgid "(working directory not at tip)\n"
2496 2116 msgstr ""
2497 2117
2498 #: hgext/mq.py:893
2499 2118 msgid "no patches in series\n"
2500 2119 msgstr "ingen patches i serien\n"
2501 2120
2502 #: hgext/mq.py:907
2503 2121 msgid "cannot push to a previous patch: %s"
2504 2122 msgstr ""
2505 2123
2506 #: hgext/mq.py:909
2507 2124 msgid "qpush: %s is already at the top\n"
2508 2125 msgstr ""
2509 2126
2510 #: hgext/mq.py:914
2511 2127 msgid "guarded by %r"
2512 2128 msgstr ""
2513 2129
2514 #: hgext/mq.py:916
2515 2130 msgid "no matching guards"
2516 2131 msgstr ""
2517 2132
2518 #: hgext/mq.py:917
2519 2133 msgid "cannot push '%s' - %s\n"
2520 2134 msgstr "kan ikke skubbe '%s' - %s\n"
2521 2135
2522 #: hgext/mq.py:922
2523 2136 msgid "all patches are currently applied\n"
2524 2137 msgstr "alle rettelser er i øjeblikket anvendt\n"
2525 2138
2526 #: hgext/mq.py:932
2527 2139 msgid "patch series already fully applied\n"
2528 2140 msgstr ""
2529 2141
2530 #: hgext/mq.py:953
2531 2142 msgid "cleaning up working directory..."
2532 2143 msgstr "rydder op i arbejdsbiblioteket..."
2533 2144
2534 #: hgext/mq.py:966
2535 2145 msgid "Errors during apply, please fix and refresh %s\n"
2536 2146 msgstr ""
2537 2147
2538 #: hgext/mq.py:969 hgext/mq.py:1070
2539 2148 msgid "Now at: %s\n"
2540 2149 msgstr "Nu ved: %s\n"
2541 2150
2542 #: hgext/mq.py:988
2543 2151 msgid "patch %s is not applied"
2544 2152 msgstr "rettelse %s er ikke anvendt"
2545 2153
2546 #: hgext/mq.py:993 hgext/mq.py:2358
2547 2154 msgid "no patches applied\n"
2548 2155 msgstr "ingen rettelser anvendt\n"
2549 2156
2550 #: hgext/mq.py:1004
2551 2157 msgid "qpop: %s is already at the top\n"
2552 2158 msgstr ""
2553 2159
2554 #: hgext/mq.py:1012
2555 2160 msgid "qpop: forcing dirstate update\n"
2556 2161 msgstr ""
2557 2162
2558 #: hgext/mq.py:1036
2559 2163 msgid "trying to pop unknown node %s"
2560 2164 msgstr ""
2561 2165
2562 #: hgext/mq.py:1039
2563 2166 msgid "popping would remove a revision not managed by this patch queue"
2564 2167 msgstr ""
2565 2168
2566 #: hgext/mq.py:1050
2567 2169 msgid "deletions found between repo revs"
2568 2170 msgstr ""
2569 2171
2570 #: hgext/mq.py:1072
2571 2172 msgid "Patch queue now empty\n"
2572 2173 msgstr ""
2573 2174
2574 #: hgext/mq.py:1079 hgext/mq.py:1087 hgext/mq.py:1800 hgext/mq.py:1820
2575 #: hgext/mq.py:1884 hgext/mq.py:2126
2576 2175 msgid "No patches applied\n"
2577 2176 msgstr "Ingen rettelser er anvendt\n"
2578 2177
2579 #: hgext/mq.py:1100
2580 2178 msgid "cannot refresh a revision with children"
2581 2179 msgstr ""
2582 2180
2583 #: hgext/mq.py:1277
2584 2181 msgid ""
2585 2182 "refresh interrupted while patch was popped! (revert --all, qpush to "
2586 2183 "recover)\n"
2587 2184 msgstr ""
2588 2185
2589 #: hgext/mq.py:1304
2590 2186 msgid "patch queue directory already exists"
2591 2187 msgstr ""
2592 2188
2593 #: hgext/mq.py:1315 hgext/mq.py:1646 hgext/mq.py:1657
2594 2189 msgid "patch %s is not in series file"
2595 2190 msgstr "rettelse %s er ikke i series filen"
2596 2191
2597 #: hgext/mq.py:1405
2598 2192 msgid "No saved patch data found\n"
2599 2193 msgstr ""
2600 2194
2601 #: hgext/mq.py:1407
2602 2195 msgid "restoring status: %s\n"
2603 2196 msgstr "genopretter status: %s\n"
2604 2197
2605 #: hgext/mq.py:1416
2606 2198 msgid "save entry has children, leaving it alone\n"
2607 2199 msgstr ""
2608 2200
2609 #: hgext/mq.py:1418
2610 2201 msgid "removing save entry %s\n"
2611 2202 msgstr ""
2612 2203
2613 #: hgext/mq.py:1426
2614 2204 msgid "saved queue repository parents: %s %s\n"
2615 2205 msgstr ""
2616 2206
2617 #: hgext/mq.py:1429
2618 2207 msgid "queue directory updating\n"
2619 2208 msgstr ""
2620 2209
2621 #: hgext/mq.py:1432
2622 2210 msgid "Unable to load queue repository\n"
2623 2211 msgstr ""
2624 2212
2625 #: hgext/mq.py:1438
2626 2213 msgid "save: no patches applied, exiting\n"
2627 2214 msgstr ""
2628 2215
2629 #: hgext/mq.py:1441
2630 2216 msgid "status is already saved\n"
2631 2217 msgstr ""
2632 2218
2633 #: hgext/mq.py:1446
2634 2219 msgid "hg patches saved state"
2635 2220 msgstr ""
2636 2221
2637 #: hgext/mq.py:1458
2638 2222 msgid "repo commit failed\n"
2639 2223 msgstr ""
2640 2224
2641 #: hgext/mq.py:1474
2642 2225 msgid ""
2643 2226 "If all_patches is False, return the index of the next pushable patch\n"
2644 2227 " in the series, or the series length. If all_patches is True, return "
2645 2228 "the\n"
2646 2229 " index of the first patch past the last applied one.\n"
2647 2230 " "
2648 2231 msgstr ""
2649 2232
2650 #: hgext/mq.py:1511
2651 2233 msgid "patch %s is already in the series file"
2652 2234 msgstr ""
2653 2235
2654 #: hgext/mq.py:1520
2655 2236 msgid "option \"-r\" not valid when importing files"
2656 2237 msgstr ""
2657 2238
2658 #: hgext/mq.py:1525
2659 2239 msgid "option \"-n\" not valid when importing multiple patches"
2660 2240 msgstr ""
2661 2241
2662 #: hgext/mq.py:1535
2663 2242 msgid "revision %d is the root of more than one branch"
2664 2243 msgstr ""
2665 2244
2666 #: hgext/mq.py:1540
2667 2245 msgid "revision %d is already managed"
2668 2246 msgstr ""
2669 2247
2670 #: hgext/mq.py:1543
2671 2248 msgid "revision %d is not the parent of the queue"
2672 2249 msgstr ""
2673 2250
2674 #: hgext/mq.py:1549
2675 2251 msgid "revision %d has unmanaged children"
2676 2252 msgstr ""
2677 2253
2678 #: hgext/mq.py:1560
2679 2254 msgid "cannot import merge revision %d"
2680 2255 msgstr ""
2681 2256
2682 #: hgext/mq.py:1562
2683 2257 msgid "revision %d is not the parent of %d"
2684 2258 msgstr ""
2685 2259
2686 #: hgext/mq.py:1588
2687 2260 msgid "-e is incompatible with import from -"
2688 2261 msgstr ""
2689 2262
2690 #: hgext/mq.py:1593
2691 2263 msgid "patch %s does not exist"
2692 2264 msgstr "rettelse %s eksisterer ikke"
2693 2265
2694 #: hgext/mq.py:1598
2695 2266 msgid "need --name to import a patch from -"
2696 2267 msgstr ""
2697 2268
2698 #: hgext/mq.py:1616
2699 2269 msgid "adding %s to series file\n"
2700 2270 msgstr "tilføjer %s til series filen\n"
2701 2271
2702 #: hgext/mq.py:1626
2703 2272 msgid ""
2704 2273 "remove patches from queue\n"
2705 2274 "\n"
2706 2275 " The patches must not be applied, unless they are arguments to\n"
2707 2276 " the --rev parameter. At least one patch or revision is required.\n"
2708 2277 "\n"
2709 2278 " With --rev, mq will stop managing the named revisions (converting\n"
2710 2279 " them to regular mercurial changesets). The qfinish command should be\n"
2711 2280 " used as an alternative for qdel -r, as the latter option is deprecated.\n"
2712 2281 "\n"
2713 2282 " With --keep, the patch files are preserved in the patch directory."
2714 2283 msgstr ""
2715 2284
2716 #: hgext/mq.py:1642
2717 2285 msgid "print the patches already applied"
2718 2286 msgstr "udskriver rettelserne som allerede er anvendt"
2719 2287
2720 #: hgext/mq.py:1653
2721 2288 msgid "print the patches not yet applied"
2722 2289 msgstr "udskriver rettelserne som ikke er anvendt endnu"
2723 2290
2724 #: hgext/mq.py:1664
2725 2291 msgid ""
2726 2292 "import a patch\n"
2727 2293 "\n"
2728 2294 " The patch is inserted into the series after the last applied patch.\n"
2729 2295 " If no patches have been applied, qimport prepends the patch\n"
2730 2296 " to the series.\n"
2731 2297 "\n"
2732 2298 " The patch will have the same name as its source file unless you\n"
2733 2299 " give it a new one with --name.\n"
2734 2300 "\n"
2735 2301 " You can register an existing patch inside the patch directory\n"
2736 2302 " with the --existing flag.\n"
2737 2303 "\n"
2738 2304 " With --force, an existing patch of the same name will be overwritten.\n"
2739 2305 "\n"
2740 2306 " An existing changeset may be placed under mq control with --rev\n"
2741 2307 " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
2742 2308 " With --git, patches imported with --rev will use the git diff\n"
2743 2309 " format. See the diffs help topic for information on why this is\n"
2744 2310 " important for preserving rename/copy information and permission "
2745 2311 "changes.\n"
2746 2312 " "
2747 2313 msgstr ""
2748 2314
2749 #: hgext/mq.py:1692
2750 2315 msgid ""
2751 2316 "init a new queue repository\n"
2752 2317 "\n"
2753 2318 " The queue repository is unversioned by default. If -c is\n"
2754 2319 " specified, qinit will create a separate nested repository\n"
2755 2320 " for patches (qinit -c may also be run later to convert\n"
2756 2321 " an unversioned patch repository into a versioned one).\n"
2757 2322 " You can use qcommit to commit changes to this queue repository."
2758 2323 msgstr ""
2759 2324
2760 #: hgext/mq.py:1718
2761 2325 msgid ""
2762 2326 "clone main and patch repository at same time\n"
2763 2327 "\n"
2764 2328 " If source is local, destination will have no patches applied. If\n"
2765 2329 " source is remote, this command can not check if patches are\n"
2766 2330 " applied in source, so cannot guarantee that patches are not\n"
2767 2331 " applied in destination. If you clone remote repository, be sure\n"
2768 2332 " before that it has no patches applied.\n"
2769 2333 "\n"
2770 2334 " Source patch repository is looked for in <src>/.hg/patches by\n"
2771 2335 " default. Use -p <url> to change.\n"
2772 2336 "\n"
2773 2337 " The patch directory must be a nested mercurial repository, as\n"
2774 2338 " would be created by qinit -c.\n"
2775 2339 " "
2776 2340 msgstr ""
2777 2341
2778 #: hgext/mq.py:1745
2779 2342 msgid "versioned patch repository not found (see qinit -c)"
2780 2343 msgstr "versionsstyret arkiv til rettelser blev ikke fundet (se qinit -c)"
2781 2344
2782 #: hgext/mq.py:1762
2783 2345 msgid "cloning main repo\n"
2784 2346 msgstr "kloner hovedarkiv\n"
2785 2347
2786 #: hgext/mq.py:1768
2787 2348 msgid "cloning patch repo\n"
2788 2349 msgstr "kloner rettelsesarkiv\n"
2789 2350
2790 #: hgext/mq.py:1774
2791 2351 msgid "stripping applied patches from destination repo\n"
2792 2352 msgstr ""
2793 2353
2794 #: hgext/mq.py:1777
2795 2354 msgid "updating destination repo\n"
2796 2355 msgstr ""
2797 2356
2798 #: hgext/mq.py:1781
2799 2357 msgid "commit changes in the queue repository"
2800 2358 msgstr ""
2801 2359
2802 #: hgext/mq.py:1788
2803 2360 msgid "print the entire series file"
2804 2361 msgstr "udskriver hele series filen"
2805 2362
2806 #: hgext/mq.py:1793
2807 2363 msgid "print the name of the current patch"
2808 2364 msgstr "udskriver navnet på den nuværende rettelse"
2809 2365
2810 #: hgext/mq.py:1804
2811 2366 msgid "print the name of the next patch"
2812 2367 msgstr "udskriver navnet på den næste rettelse"
2813 2368
2814 #: hgext/mq.py:1808
2815 2369 msgid "All patches applied\n"
2816 2370 msgstr "Alle patches er anvendt\n"
2817 2371
2818 #: hgext/mq.py:1813
2819 2372 msgid "print the name of the previous patch"
2820 2373 msgstr "udskriver navnet på den forgående rettelse"
2821 2374
2822 #: hgext/mq.py:1817
2823 2375 msgid "Only one patch applied\n"
2824 2376 msgstr "Kun én patch anvendt\n"
2825 2377
2826 #: hgext/mq.py:1833
2827 2378 msgid ""
2828 2379 "create a new patch\n"
2829 2380 "\n"
2830 2381 " qnew creates a new patch on top of the currently-applied patch (if "
2831 2382 "any).\n"
2832 2383 " It will refuse to run if there are any outstanding changes unless -f is\n"
2833 2384 " specified, in which case the patch will be initialized with them. You\n"
2834 2385 " may also use -I, -X, and/or a list of files after the patch name to add\n"
2835 2386 " only changes to matching files to the new patch, leaving the rest as\n"
2836 2387 " uncommitted modifications.\n"
2837 2388 "\n"
2838 2389 " -u and -d can be used to set the (given) user and date, respectively.\n"
2839 2390 " -U and -D set user to current user and date to current date.\n"
2840 2391 "\n"
2841 2392 " -e, -m or -l set the patch header as well as the commit message. If "
2842 2393 "none\n"
2843 2394 " is specified, the header is empty and the commit message is '[mq]: "
2844 2395 "PATCH'.\n"
2845 2396 "\n"
2846 2397 " Use the --git option to keep the patch in the git extended diff\n"
2847 2398 " format. Read the diffs help topic for more information on why this\n"
2848 2399 " is important for preserving permission changes and copy/rename\n"
2849 2400 " information.\n"
2850 2401 " "
2851 2402 msgstr ""
2852 2403
2853 #: hgext/mq.py:1867
2854 2404 msgid ""
2855 2405 "update the current patch\n"
2856 2406 "\n"
2857 2407 " If any file patterns are provided, the refreshed patch will contain "
2858 2408 "only\n"
2859 2409 " the modifications that match those patterns; the remaining "
2860 2410 "modifications\n"
2861 2411 " will remain in the working directory.\n"
2862 2412 "\n"
2863 2413 " If --short is specified, files currently included in the patch will\n"
2864 2414 " be refreshed just like matched files and remain in the patch.\n"
2865 2415 "\n"
2866 2416 " hg add/remove/copy/rename work as usual, though you might want to use\n"
2867 2417 " git-style patches (--git or [diff] git=1) to track copies and renames.\n"
2868 2418 " See the diffs help topic for more information on the git diff format.\n"
2869 2419 " "
2870 2420 msgstr ""
2871 2421
2872 #: hgext/mq.py:1887 hgext/mq.py:1933
2873 2422 msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
2874 2423 msgstr ""
2875 2424
2876 #: hgext/mq.py:1897
2877 2425 msgid ""
2878 2426 "diff of the current patch and subsequent modifications\n"
2879 2427 "\n"
2880 2428 " Shows a diff which includes the current patch as well as any changes "
2881 2429 "which\n"
2882 2430 " have been made in the working directory since the last refresh (thus\n"
2883 2431 " showing what the current patch would become after a qrefresh).\n"
2884 2432 "\n"
2885 2433 " Use 'hg diff' if you only want to see the changes made since the last\n"
2886 2434 " qrefresh, or 'hg export qtip' if you want to see changes made by the\n"
2887 2435 " current patch without including changes made since the qrefresh.\n"
2888 2436 " "
2889 2437 msgstr ""
2890 2438
2891 #: hgext/mq.py:1911
2892 2439 msgid ""
2893 2440 "fold the named patches into the current patch\n"
2894 2441 "\n"
2895 2442 " Patches must not yet be applied. Each patch will be successively\n"
2896 2443 " applied to the current patch in the order given. If all the\n"
2897 2444 " patches apply successfully, the current patch will be refreshed\n"
2898 2445 " with the new cumulative patch, and the folded patches will\n"
2899 2446 " be deleted. With -k/--keep, the folded patch files will not\n"
2900 2447 " be removed afterwards.\n"
2901 2448 "\n"
2902 2449 " The header for each folded patch will be concatenated with\n"
2903 2450 " the current patch header, separated by a line of '* * *'."
2904 2451 msgstr ""
2905 2452
2906 #: hgext/mq.py:1926
2907 2453 msgid "qfold requires at least one patch name"
2908 2454 msgstr ""
2909 2455
2910 #: hgext/mq.py:1928
2911 2456 msgid "No patches applied"
2912 2457 msgstr "Ingen rettelser anvendt"
2913 2458
2914 #: hgext/mq.py:1941
2915 2459 msgid "Skipping already folded patch %s"
2916 2460 msgstr ""
2917 2461
2918 #: hgext/mq.py:1943
2919 2462 msgid "qfold cannot fold already applied patch %s"
2920 2463 msgstr ""
2921 2464
2922 #: hgext/mq.py:1954
2923 2465 msgid "Error folding patch %s"
2924 2466 msgstr ""
2925 2467
2926 #: hgext/mq.py:1973
2927 2468 msgid "push or pop patches until named patch is at top of stack"
2928 2469 msgstr ""
2929 2470
2930 #: hgext/mq.py:1984
2931 2471 msgid ""
2932 2472 "set or print guards for a patch\n"
2933 2473 "\n"
2934 2474 " Guards control whether a patch can be pushed. A patch with no\n"
2935 2475 " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
2936 2476 " pushed only if the qselect command has activated it. A patch with\n"
2937 2477 " a negative guard (\"-foo\") is never pushed if the qselect command\n"
2938 2478 " has activated it.\n"
2939 2479 "\n"
2940 2480 " With no arguments, print the currently active guards.\n"
2941 2481 " With arguments, set guards for the named patch.\n"
2942 2482 "\n"
2943 2483 " To set a negative guard \"-foo\" on topmost patch (\"--\" is needed so\n"
2944 2484 " hg will not interpret \"-foo\" as an option):\n"
2945 2485 " hg qguard -- -foo\n"
2946 2486 "\n"
2947 2487 " To set guards on another patch:\n"
2948 2488 " hg qguard other.patch +2.6.17 -stable\n"
2949 2489 " "
2950 2490 msgstr ""
2951 2491
2952 #: hgext/mq.py:2010
2953 2492 msgid "cannot mix -l/--list with options or arguments"
2954 2493 msgstr ""
2955 2494
2956 #: hgext/mq.py:2021
2957 2495 msgid "no patch to work with"
2958 2496 msgstr ""
2959 2497
2960 #: hgext/mq.py:2025
2961 2498 msgid "no patch named %s"
2962 2499 msgstr "ingen patch ved navn %s"
2963 2500
2964 #: hgext/mq.py:2032
2965 2501 msgid "print the header of the topmost or specified patch"
2966 2502 msgstr ""
2967 2503
2968 #: hgext/mq.py:2071
2969 2504 msgid ""
2970 2505 "push the next patch onto the stack\n"
2971 2506 "\n"
2972 2507 " When --force is applied, all local changes in patched files will be "
2973 2508 "lost.\n"
2974 2509 " "
2975 2510 msgstr ""
2976 2511
2977 #: hgext/mq.py:2084
2978 2512 msgid "no saved queues found, please use -n\n"
2979 2513 msgstr ""
2980 2514
2981 #: hgext/mq.py:2087
2982 2515 msgid "merging with queue at: %s\n"
2983 2516 msgstr ""
2984 2517
2985 #: hgext/mq.py:2093
2986 2518 msgid ""
2987 2519 "pop the current patch off the stack\n"
2988 2520 "\n"
2989 2521 " By default, pops off the top of the patch stack. If given a patch name,\n"
2990 2522 " keeps popping off patches until the named patch is at the top of the "
2991 2523 "stack.\n"
2992 2524 " "
2993 2525 msgstr ""
2994 2526
2995 #: hgext/mq.py:2101
2996 2527 msgid "using patch queue: %s\n"
2997 2528 msgstr ""
2998 2529
2999 #: hgext/mq.py:2111
3000 2530 msgid ""
3001 2531 "rename a patch\n"
3002 2532 "\n"
3003 2533 " With one argument, renames the current patch to PATCH1.\n"
3004 2534 " With two arguments, renames PATCH1 to PATCH2."
3005 2535 msgstr ""
3006 2536
3007 #: hgext/mq.py:2134
3008 2537 msgid "%s already exists"
3009 2538 msgstr "%s eksisterer allerede"
3010 2539
3011 #: hgext/mq.py:2137
3012 2540 msgid "A patch named %s already exists in the series file"
3013 2541 msgstr ""
3014 2542
3015 #: hgext/mq.py:2171
3016 2543 msgid "restore the queue state saved by a rev"
3017 2544 msgstr ""
3018 2545
3019 #: hgext/mq.py:2180
3020 2546 msgid "save current queue state"
3021 2547 msgstr ""
3022 2548
3023 #: hgext/mq.py:2193
3024 2549 msgid "destination %s exists and is not a directory"
3025 2550 msgstr ""
3026 2551
3027 #: hgext/mq.py:2196
3028 2552 msgid "destination %s exists, use -f to force"
3029 2553 msgstr ""
3030 2554
3031 #: hgext/mq.py:2200
3032 2555 msgid "copy %s to %s\n"
3033 2556 msgstr ""
3034 2557
3035 #: hgext/mq.py:2210
3036 2558 msgid ""
3037 2559 "strip a revision and all its descendants from the repository\n"
3038 2560 "\n"
3039 2561 " If one of the working dir's parent revisions is stripped, the working\n"
3040 2562 " directory will be updated to the parent of the stripped revision.\n"
3041 2563 " "
3042 2564 msgstr ""
3043 2565
3044 #: hgext/mq.py:2236
3045 2566 msgid ""
3046 2567 "set or print guarded patches to push\n"
3047 2568 "\n"
3048 2569 " Use the qguard command to set or print guards on patch, then use\n"
3049 2570 " qselect to tell mq which guards to use. A patch will be pushed if it\n"
3050 2571 " has no guards or any positive guards match the currently selected "
3051 2572 "guard,\n"
3052 2573 " but will not be pushed if any negative guards match the current guard.\n"
3053 2574 " For example:\n"
3054 2575 "\n"
3055 2576 " qguard foo.patch -stable (negative guard)\n"
3056 2577 " qguard bar.patch +stable (positive guard)\n"
3057 2578 " qselect stable\n"
3058 2579 "\n"
3059 2580 " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
3060 2581 " it has a negative match) but push bar.patch (because it\n"
3061 2582 " has a positive match).\n"
3062 2583 "\n"
3063 2584 " With no arguments, prints the currently active guards.\n"
3064 2585 " With one argument, sets the active guard.\n"
3065 2586 "\n"
3066 2587 " Use -n/--none to deactivate guards (no other arguments needed).\n"
3067 2588 " When no guards are active, patches with positive guards are skipped\n"
3068 2589 " and patches with negative guards are pushed.\n"
3069 2590 "\n"
3070 2591 " qselect can change the guards on applied patches. It does not pop\n"
3071 2592 " guarded patches by default. Use --pop to pop back to the last applied\n"
3072 2593 " patch that is not guarded. Use --reapply (which implies --pop) to push\n"
3073 2594 " back to the current patch afterwards, but skip guarded patches.\n"
3074 2595 "\n"
3075 2596 " Use -s/--series to print a list of all guards in the series file (no\n"
3076 2597 " other arguments needed). Use -v for more information."
3077 2598 msgstr ""
3078 2599
3079 #: hgext/mq.py:2276
3080 2600 msgid "guards deactivated\n"
3081 2601 msgstr ""
3082 2602
3083 #: hgext/mq.py:2282
3084 2603 msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
3085 2604 msgstr ""
3086 2605
3087 #: hgext/mq.py:2286
3088 2606 msgid "number of guarded, applied patches has changed from %d to %d\n"
3089 2607 msgstr ""
3090 2608
3091 #: hgext/mq.py:2303
3092 2609 msgid "guards in series file:\n"
3093 2610 msgstr ""
3094 2611
3095 #: hgext/mq.py:2308
3096 2612 msgid "no guards in series file\n"
3097 2613 msgstr ""
3098 2614
3099 #: hgext/mq.py:2311
3100 2615 msgid "active guards:\n"
3101 2616 msgstr ""
3102 2617
3103 #: hgext/mq.py:2315
3104 2618 msgid "no active guards\n"
3105 2619 msgstr ""
3106 2620
3107 #: hgext/mq.py:2322
3108 2621 msgid "popping guarded patches\n"
3109 2622 msgstr ""
3110 2623
3111 #: hgext/mq.py:2332
3112 2624 msgid "reapplying unguarded patches\n"
3113 2625 msgstr ""
3114 2626
3115 #: hgext/mq.py:2338
3116 2627 msgid ""
3117 2628 "move applied patches into repository history\n"
3118 2629 "\n"
3119 2630 " Finishes the specified revisions (corresponding to applied patches) by\n"
3120 2631 " moving them out of mq control into regular repository history.\n"
3121 2632 "\n"
3122 2633 " Accepts a revision range or the --applied option. If --applied is\n"
3123 2634 " specified, all applied mq revisions are removed from mq control.\n"
3124 2635 " Otherwise, the given revisions must be at the base of the stack of\n"
3125 2636 " applied patches.\n"
3126 2637 "\n"
3127 2638 " This can be especially useful if your changes have been applied to an\n"
3128 2639 " upstream repository, or if you are about to push your changes to "
3129 2640 "upstream.\n"
3130 2641 " "
3131 2642 msgstr ""
3132 2643
3133 #: hgext/mq.py:2352
3134 2644 msgid "no revisions specified"
3135 2645 msgstr ""
3136 2646
3137 #: hgext/mq.py:2380
3138 2647 msgid "cannot commit over an applied mq patch"
3139 2648 msgstr ""
3140 2649
3141 #: hgext/mq.py:2387
3142 2650 msgid "source has mq patches applied"
3143 2651 msgstr ""
3144 2652
3145 #: hgext/mq.py:2403 hgext/mq.py:2427
3146 2653 msgid "mq status file refers to unknown node %s\n"
3147 2654 msgstr ""
3148 2655
3149 #: hgext/mq.py:2412
3150 2656 msgid "Tag %s overrides mq patch of the same name\n"
3151 2657 msgstr ""
3152 2658
3153 #: hgext/mq.py:2453
3154 2659 msgid "cannot import over an applied patch"
3155 2660 msgstr ""
3156 2661
3157 #: hgext/mq.py:2460
3158 2662 msgid "print first line of patch header"
3159 2663 msgstr ""
3160 2664
3161 #: hgext/mq.py:2463
3162 2665 msgid "hg qapplied [-s] [PATCH]"
3163 2666 msgstr ""
3164 2667
3165 #: hgext/mq.py:2466 mercurial/commands.py:3119
3166 2668 msgid "use pull protocol to copy metadata"
3167 2669 msgstr ""
3168 2670
3169 #: hgext/mq.py:2467
3170 2671 msgid "do not update the new working directories"
3171 2672 msgstr ""
3172 2673
3173 #: hgext/mq.py:2469 mercurial/commands.py:3121
3174 2674 msgid "use uncompressed transfer (fast over LAN)"
3175 2675 msgstr ""
3176 2676
3177 #: hgext/mq.py:2470
3178 2677 msgid "location of source patch repo"
3179 2678 msgstr ""
3180 2679
3181 #: hgext/mq.py:2472
3182 2680 msgid "hg qclone [OPTION]... SOURCE [DEST]"
3183 2681 msgstr ""
3184 2682
3185 #: hgext/mq.py:2476
3186 2683 msgid "hg qcommit [OPTION]... [FILE]..."
3187 2684 msgstr ""
3188 2685
3189 #: hgext/mq.py:2480
3190 2686 msgid "hg qdiff [OPTION]... [FILE]..."
3191 2687 msgstr ""
3192 2688
3193 #: hgext/mq.py:2483
3194 2689 msgid "keep patch file"
3195 2690 msgstr ""
3196 2691
3197 #: hgext/mq.py:2484
3198 2692 msgid "stop managing a revision"
3199 2693 msgstr ""
3200 2694
3201 #: hgext/mq.py:2485
3202 2695 msgid "hg qdelete [-k] [-r REV]... [PATCH]..."
3203 2696 msgstr ""
3204 2697
3205 #: hgext/mq.py:2488
3206 2698 msgid "edit patch header"
3207 2699 msgstr ""
3208 2700
3209 #: hgext/mq.py:2489
3210 2701 msgid "keep folded patch files"
3211 2702 msgstr ""
3212 2703
3213 #: hgext/mq.py:2491
3214 2704 msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
3215 2705 msgstr ""
3216 2706
3217 #: hgext/mq.py:2494
3218 2707 msgid "overwrite any local changes"
3219 2708 msgstr ""
3220 2709
3221 #: hgext/mq.py:2495
3222 2710 msgid "hg qgoto [OPTION]... PATCH"
3223 2711 msgstr ""
3224 2712
3225 #: hgext/mq.py:2498
3226 2713 msgid "list all patches and guards"
3227 2714 msgstr ""
3228 2715
3229 #: hgext/mq.py:2499
3230 2716 msgid "drop all guards"
3231 2717 msgstr ""
3232 2718
3233 #: hgext/mq.py:2500
3234 2719 msgid "hg qguard [-l] [-n] [PATCH] [+GUARD]... [-GUARD]..."
3235 2720 msgstr ""
3236 2721
3237 #: hgext/mq.py:2501
3238 2722 msgid "hg qheader [PATCH]"
3239 2723 msgstr ""
3240 2724
3241 #: hgext/mq.py:2504
3242 2725 msgid "import file in patch dir"
3243 2726 msgstr ""
3244 2727
3245 #: hgext/mq.py:2505
3246 2728 msgid "patch file name"
3247 2729 msgstr "patch navn"
3248 2730
3249 #: hgext/mq.py:2506
3250 2731 msgid "overwrite existing files"
3251 2732 msgstr ""
3252 2733
3253 #: hgext/mq.py:2507
3254 2734 msgid "place existing revisions under mq control"
3255 2735 msgstr ""
3256 2736
3257 #: hgext/mq.py:2508 hgext/mq.py:2518 hgext/mq.py:2544 hgext/patchbomb.py:459
3258 #: mercurial/commands.py:3020
3259 2737 msgid "use git extended diff format"
3260 2738 msgstr ""
3261 2739
3262 #: hgext/mq.py:2509
3263 2740 msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-r REV]... FILE..."
3264 2741 msgstr ""
3265 2742
3266 #: hgext/mq.py:2512
3267 2743 msgid "create queue repository"
3268 2744 msgstr "opret kø-repository"
3269 2745
3270 #: hgext/mq.py:2513
3271 2746 msgid "hg qinit [-c]"
3272 2747 msgstr ""
3273 2748
3274 #: hgext/mq.py:2517
3275 2749 msgid "import uncommitted changes into patch"
3276 2750 msgstr ""
3277 2751
3278 #: hgext/mq.py:2519
3279 2752 msgid "add \"From: <current user>\" to patch"
3280 2753 msgstr ""
3281 2754
3282 #: hgext/mq.py:2520
3283 2755 msgid "add \"From: <given user>\" to patch"
3284 2756 msgstr ""
3285 2757
3286 #: hgext/mq.py:2521
3287 2758 msgid "add \"Date: <current date>\" to patch"
3288 2759 msgstr ""
3289 2760
3290 #: hgext/mq.py:2522
3291 2761 msgid "add \"Date: <given date>\" to patch"
3292 2762 msgstr ""
3293 2763
3294 #: hgext/mq.py:2524
3295 2764 msgid "hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]..."
3296 2765 msgstr ""
3297 2766
3298 #: hgext/mq.py:2525
3299 2767 msgid "hg qnext [-s]"
3300 2768 msgstr ""
3301 2769
3302 #: hgext/mq.py:2526
3303 2770 msgid "hg qprev [-s]"
3304 2771 msgstr ""
3305 2772
3306 #: hgext/mq.py:2529
3307 2773 msgid "pop all patches"
3308 2774 msgstr ""
3309 2775
3310 #: hgext/mq.py:2530
3311 2776 msgid "queue name to pop"
3312 2777 msgstr ""
3313 2778
3314 #: hgext/mq.py:2531
3315 2779 msgid "forget any local changes"
3316 2780 msgstr ""
3317 2781
3318 #: hgext/mq.py:2532
3319 2782 msgid "hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]"
3320 2783 msgstr ""
3321 2784
3322 #: hgext/mq.py:2535
3323 2785 msgid "apply if the patch has rejects"
3324 2786 msgstr ""
3325 2787
3326 #: hgext/mq.py:2536
3327 2788 msgid "list patch name in commit text"
3328 2789 msgstr ""
3329 2790
3330 #: hgext/mq.py:2537
3331 2791 msgid "apply all patches"
3332 2792 msgstr ""
3333 2793
3334 #: hgext/mq.py:2538
3335 2794 msgid "merge from another queue"
3336 2795 msgstr ""
3337 2796
3338 #: hgext/mq.py:2539
3339 2797 msgid "merge queue name"
3340 2798 msgstr ""
3341 2799
3342 #: hgext/mq.py:2540
3343 2800 msgid "hg qpush [-f] [-l] [-a] [-m] [-n NAME] [PATCH | INDEX]"
3344 2801 msgstr ""
3345 2802
3346 #: hgext/mq.py:2545
3347 2803 msgid "refresh only files already in the patch and specified files"
3348 2804 msgstr ""
3349 2805
3350 #: hgext/mq.py:2546
3351 2806 msgid "add/update \"From: <current user>\" in patch"
3352 2807 msgstr ""
3353 2808
3354 #: hgext/mq.py:2547
3355 2809 msgid "add/update \"From: <given user>\" in patch"
3356 2810 msgstr ""
3357 2811
3358 #: hgext/mq.py:2548
3359 2812 msgid "update \"Date: <current date>\" in patch (if present)"
3360 2813 msgstr ""
3361 2814
3362 #: hgext/mq.py:2549
3363 2815 msgid "update \"Date: <given date>\" in patch (if present)"
3364 2816 msgstr ""
3365 2817
3366 #: hgext/mq.py:2551
3367 2818 msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
3368 2819 msgstr ""
3369 2820
3370 #: hgext/mq.py:2553
3371 2821 msgid "hg qrename PATCH1 [PATCH2]"
3372 2822 msgstr ""
3373 2823
3374 #: hgext/mq.py:2556
3375 2824 msgid "delete save entry"
3376 2825 msgstr ""
3377 2826
3378 #: hgext/mq.py:2557
3379 2827 msgid "update queue working dir"
3380 2828 msgstr ""
3381 2829
3382 #: hgext/mq.py:2558
3383 2830 msgid "hg qrestore [-d] [-u] REV"
3384 2831 msgstr ""
3385 2832
3386 #: hgext/mq.py:2561
3387 2833 msgid "copy patch directory"
3388 2834 msgstr ""
3389 2835
3390 #: hgext/mq.py:2562
3391 2836 msgid "copy directory name"
3392 2837 msgstr ""
3393 2838
3394 #: hgext/mq.py:2563
3395 2839 msgid "clear queue status file"
3396 2840 msgstr ""
3397 2841
3398 #: hgext/mq.py:2564
3399 2842 msgid "force copy"
3400 2843 msgstr ""
3401 2844
3402 #: hgext/mq.py:2565
3403 2845 msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
3404 2846 msgstr ""
3405 2847
3406 #: hgext/mq.py:2568
3407 2848 msgid "disable all guards"
3408 2849 msgstr ""
3409 2850
3410 #: hgext/mq.py:2569
3411 2851 msgid "list all guards in series file"
3412 2852 msgstr ""
3413 2853
3414 #: hgext/mq.py:2570
3415 2854 msgid "pop to before first guarded applied patch"
3416 2855 msgstr ""
3417 2856
3418 #: hgext/mq.py:2571
3419 2857 msgid "pop, then reapply patches"
3420 2858 msgstr ""
3421 2859
3422 #: hgext/mq.py:2572
3423 2860 msgid "hg qselect [OPTION]... [GUARD]..."
3424 2861 msgstr ""
3425 2862
3426 #: hgext/mq.py:2575
3427 2863 msgid "print patches not in series"
3428 2864 msgstr ""
3429 2865
3430 #: hgext/mq.py:2577
3431 2866 msgid "hg qseries [-ms]"
3432 2867 msgstr ""
3433 2868
3434 #: hgext/mq.py:2580
3435 2869 msgid "force removal with local changes"
3436 2870 msgstr ""
3437 2871
3438 #: hgext/mq.py:2581
3439 2872 msgid "bundle unrelated changesets"
3440 2873 msgstr ""
3441 2874
3442 #: hgext/mq.py:2582
3443 2875 msgid "no backups"
3444 2876 msgstr ""
3445 2877
3446 #: hgext/mq.py:2583
3447 2878 msgid "hg strip [-f] [-b] [-n] REV"
3448 2879 msgstr ""
3449 2880
3450 #: hgext/mq.py:2584
3451 2881 msgid "hg qtop [-s]"
3452 2882 msgstr ""
3453 2883
3454 #: hgext/mq.py:2585
3455 2884 msgid "hg qunapplied [-s] [PATCH]"
3456 2885 msgstr ""
3457 2886
3458 #: hgext/mq.py:2588
3459 2887 msgid "finish all applied changesets"
3460 2888 msgstr ""
3461 2889
3462 #: hgext/mq.py:2589
3463 2890 msgid "hg qfinish [-a] [REV...]"
3464 2891 msgstr ""
3465 2892
3466 #: hgext/notify.py:8
3467 2893 msgid ""
3468 2894 "hook extension to email notifications on commits/pushes\n"
3469 2895 "\n"
3470 2896 "Subscriptions can be managed through hgrc. Default mode is to print\n"
3471 2897 "messages to stdout, for testing and configuring.\n"
3472 2898 "\n"
3473 2899 "To use, configure notify extension and enable in hgrc like this:\n"
3474 2900 "\n"
3475 2901 " [extensions]\n"
3476 2902 " hgext.notify =\n"
3477 2903 "\n"
3478 2904 " [hooks]\n"
3479 2905 " # one email for each incoming changeset\n"
3480 2906 " incoming.notify = python:hgext.notify.hook\n"
3481 2907 " # batch emails when many changesets incoming at one time\n"
3482 2908 " changegroup.notify = python:hgext.notify.hook\n"
3483 2909 "\n"
3484 2910 " [notify]\n"
3485 2911 " # config items go in here\n"
3486 2912 "\n"
3487 2913 " config items:\n"
3488 2914 "\n"
3489 2915 " REQUIRED:\n"
3490 2916 " config = /path/to/file # file containing subscriptions\n"
3491 2917 "\n"
3492 2918 " OPTIONAL:\n"
3493 2919 " test = True # print messages to stdout for testing\n"
3494 2920 " strip = 3 # number of slashes to strip for url paths\n"
3495 2921 " domain = example.com # domain to use if committer missing domain\n"
3496 2922 " style = ... # style file to use when formatting email\n"
3497 2923 " template = ... # template to use when formatting email\n"
3498 2924 " incoming = ... # template to use when run as incoming hook\n"
3499 2925 " changegroup = ... # template when run as changegroup hook\n"
3500 2926 " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
3501 2927 " maxsubject = 67 # truncate subject line longer than this\n"
3502 2928 " diffstat = True # add a diffstat before the diff content\n"
3503 2929 " sources = serve # notify if source of incoming changes in this "
3504 2930 "list\n"
3505 2931 " # (serve == ssh or http, push, pull, bundle)\n"
3506 2932 " [email]\n"
3507 2933 " from = user@host.com # email address to send as if none given\n"
3508 2934 " [web]\n"
3509 2935 " baseurl = http://hgserver/... # root of hg web site for browsing commits\n"
3510 2936 "\n"
3511 2937 " notify config file has same format as regular hgrc. it has two\n"
3512 2938 " sections so you can express subscriptions in whatever way is handier\n"
3513 2939 " for you.\n"
3514 2940 "\n"
3515 2941 " [usersubs]\n"
3516 2942 " # key is subscriber email, value is \",\"-separated list of glob "
3517 2943 "patterns\n"
3518 2944 " user@host = pattern\n"
3519 2945 "\n"
3520 2946 " [reposubs]\n"
3521 2947 " # key is glob pattern, value is \",\"-separated list of subscriber "
3522 2948 "emails\n"
3523 2949 " pattern = user@host\n"
3524 2950 "\n"
3525 2951 " glob patterns are matched against path to repo root.\n"
3526 2952 "\n"
3527 2953 " if you like, you can put notify config file in repo that users can\n"
3528 2954 " push changes to, they can manage their own subscriptions."
3529 2955 msgstr ""
3530 2956
3531 #: hgext/notify.py:97
3532 2957 msgid "email notification class."
3533 2958 msgstr ""
3534 2959
3535 #: hgext/notify.py:124
3536 2960 msgid "strip leading slashes from local path, turn into web-safe path."
3537 2961 msgstr ""
3538 2962
3539 #: hgext/notify.py:137
3540 2963 msgid "try to clean up email addresses."
3541 2964 msgstr ""
3542 2965
3543 #: hgext/notify.py:149
3544 2966 msgid "return list of email addresses of subscribers to this repo."
3545 2967 msgstr ""
3546 2968
3547 #: hgext/notify.py:168
3548 2969 msgid "format one changeset."
3549 2970 msgstr ""
3550 2971
3551 #: hgext/notify.py:176
3552 2972 msgid "true if incoming changes from this source should be skipped."
3553 2973 msgstr ""
3554 2974
3555 #: hgext/notify.py:181
3556 2975 msgid "send message."
3557 2976 msgstr ""
3558 2977
3559 #: hgext/notify.py:194
3560 2978 msgid "try to make subject line exist and be useful."
3561 2979 msgstr ""
3562 2980
3563 #: hgext/notify.py:198
3564 2981 msgid "%s: %d new changesets"
3565 2982 msgstr ""
3566 2983
3567 #: hgext/notify.py:210
3568 2984 msgid "try to make message have proper sender."
3569 2985 msgstr ""
3570 2986
3571 #: hgext/notify.py:236
3572 2987 msgid "notify: sending %d subscribers %d changes\n"
3573 2988 msgstr ""
3574 2989
3575 #: hgext/notify.py:256
3576 2990 msgid ""
3577 2991 "\n"
3578 2992 "diffs (truncated from %d to %d lines):\n"
3579 2993 "\n"
3580 2994 msgstr ""
3581 2995
3582 #: hgext/notify.py:260
3583 2996 msgid ""
3584 2997 "\n"
3585 2998 "diffs (%d lines):\n"
3586 2999 "\n"
3587 3000 msgstr ""
3588 3001
3589 #: hgext/notify.py:264
3590 3002 msgid ""
3591 3003 "send email notifications to interested subscribers.\n"
3592 3004 "\n"
3593 3005 " if used as changegroup hook, send one email for all changesets in\n"
3594 3006 " changegroup. else send one email per changeset."
3595 3007 msgstr ""
3596 3008
3597 #: hgext/notify.py:270
3598 3009 msgid "notify: no subscribers to repo %s\n"
3599 3010 msgstr ""
3600 3011
3601 #: hgext/notify.py:273
3602 3012 msgid "notify: changes have source \"%s\" - skipping\n"
3603 3013 msgstr ""
3604 3014
3605 #: hgext/pager.py:15
3606 3015 msgid ""
3607 3016 "browse command output with external pager\n"
3608 3017 "\n"
3609 3018 "To set the pager that should be used, set the application variable:\n"
3610 3019 "\n"
3611 3020 " [pager]\n"
3612 3021 " pager = LESS='FSRX' less\n"
3613 3022 "\n"
3614 3023 "If no pager is set, the pager extensions uses the environment\n"
3615 3024 "variable $PAGER. If neither pager.pager, nor $PAGER is set, no pager\n"
3616 3025 "is used.\n"
3617 3026 "\n"
3618 3027 "If you notice \"BROKEN PIPE\" error messages, you can disable them\n"
3619 3028 "by setting:\n"
3620 3029 "\n"
3621 3030 " [pager]\n"
3622 3031 " quiet = True\n"
3623 3032 "\n"
3624 3033 "You can disable the pager for certain commands by adding them to the\n"
3625 3034 "pager.ignore list:\n"
3626 3035 "\n"
3627 3036 " [pager]\n"
3628 3037 " ignore = version, help, update\n"
3629 3038 "\n"
3630 3039 "You can also enable the pager only for certain commands using pager.attend:\n"
3631 3040 "\n"
3632 3041 " [pager]\n"
3633 3042 " attend = log\n"
3634 3043 "\n"
3635 3044 "If pager.attend is present, pager.ignore will be ignored.\n"
3636 3045 "\n"
3637 3046 "To ignore global commands like \"hg version\" or \"hg help\", you have to "
3638 3047 "specify\n"
3639 3048 "them in the global .hgrc\n"
3640 3049 msgstr ""
3641 3050
3642 #: hgext/parentrevspec.py:7
3643 3051 msgid ""
3644 3052 "use suffixes to refer to ancestor revisions\n"
3645 3053 "\n"
3646 3054 "This extension allows you to use git-style suffixes to refer to\n"
3647 3055 "the ancestors of a specific revision.\n"
3648 3056 "\n"
3649 3057 "For example, if you can refer to a revision as \"foo\", then:\n"
3650 3058 "\n"
3651 3059 "- foo^N = Nth parent of foo:\n"
3652 3060 " foo^0 = foo\n"
3653 3061 " foo^1 = first parent of foo\n"
3654 3062 " foo^2 = second parent of foo\n"
3655 3063 " foo^ = foo^1\n"
3656 3064 "\n"
3657 3065 "- foo~N = Nth first grandparent of foo\n"
3658 3066 " foo~0 = foo\n"
3659 3067 " foo~1 = foo^1 = foo^ = first parent of foo\n"
3660 3068 " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
3661 3069 msgstr ""
3662 3070
3663 #: hgext/patchbomb.py:1
3664 3071 msgid ""
3665 3072 "sending Mercurial changesets as a series of patch emails\n"
3666 3073 "\n"
3667 3074 "The series is started off with a \"[PATCH 0 of N]\" introduction,\n"
3668 3075 "which describes the series as a whole.\n"
3669 3076 "\n"
3670 3077 "Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
3671 3078 "the first line of the changeset description as the subject text.\n"
3672 3079 "The message contains two or three body parts:\n"
3673 3080 "\n"
3674 3081 " The remainder of the changeset description.\n"
3675 3082 "\n"
3676 3083 " [Optional] The result of running diffstat on the patch.\n"
3677 3084 "\n"
3678 3085 " The patch itself, as generated by \"hg export\".\n"
3679 3086 "\n"
3680 3087 "Each message refers to all of its predecessors using the In-Reply-To\n"
3681 3088 "and References headers, so they will show up as a sequence in\n"
3682 3089 "threaded mail and news readers, and in mail archives.\n"
3683 3090 "\n"
3684 3091 "For each changeset, you will be prompted with a diffstat summary and\n"
3685 3092 "the changeset summary, so you can be sure you are sending the right "
3686 3093 "changes.\n"
3687 3094 "\n"
3688 3095 "To enable this extension:\n"
3689 3096 "\n"
3690 3097 " [extensions]\n"
3691 3098 " hgext.patchbomb =\n"
3692 3099 "\n"
3693 3100 "To configure other defaults, add a section like this to your hgrc file:\n"
3694 3101 "\n"
3695 3102 " [email]\n"
3696 3103 " from = My Name <my@email>\n"
3697 3104 " to = recipient1, recipient2, ...\n"
3698 3105 " cc = cc1, cc2, ...\n"
3699 3106 " bcc = bcc1, bcc2, ...\n"
3700 3107 "\n"
3701 3108 "Then you can use the \"hg email\" command to mail a series of changesets\n"
3702 3109 "as a patchbomb.\n"
3703 3110 "\n"
3704 3111 "To avoid sending patches prematurely, it is a good idea to first run\n"
3705 3112 "the \"email\" command with the \"-n\" option (test only). You will be\n"
3706 3113 "prompted for an email recipient address, a subject an an introductory\n"
3707 3114 "message describing the patches of your patchbomb. Then when all is\n"
3708 3115 "done, patchbomb messages are displayed. If PAGER environment variable\n"
3709 3116 "is set, your pager will be fired up once for each patchbomb message, so\n"
3710 3117 "you can verify everything is alright.\n"
3711 3118 "\n"
3712 3119 "The \"-m\" (mbox) option is also very useful. Instead of previewing\n"
3713 3120 "each patchbomb message in a pager or sending the messages directly,\n"
3714 3121 "it will create a UNIX mailbox file with the patch emails. This\n"
3715 3122 "mailbox file can be previewed with any mail user agent which supports\n"
3716 3123 "UNIX mbox files, i.e. with mutt:\n"
3717 3124 "\n"
3718 3125 " % mutt -R -f mbox\n"
3719 3126 "\n"
3720 3127 "When you are previewing the patchbomb messages, you can use `formail'\n"
3721 3128 "(a utility that is commonly installed as part of the procmail package),\n"
3722 3129 "to send each message out:\n"
3723 3130 "\n"
3724 3131 " % formail -s sendmail -bm -t < mbox\n"
3725 3132 "\n"
3726 3133 "That should be all. Now your patchbomb is on its way out."
3727 3134 msgstr ""
3728 3135
3729 #: hgext/patchbomb.py:84
3730 3136 msgid "Please enter a valid value.\n"
3731 3137 msgstr ""
3732 3138
3733 #: hgext/patchbomb.py:91
3734 3139 msgid "does the diffstat above look okay? "
3735 3140 msgstr ""
3736 3141
3737 #: hgext/patchbomb.py:93
3738 3142 msgid "diffstat rejected"
3739 3143 msgstr "diffstat afvist"
3740 3144
3741 #: hgext/patchbomb.py:167
3742 3145 msgid ""
3743 3146 "send changesets by email\n"
3744 3147 "\n"
3745 3148 " By default, diffs are sent in the format generated by hg export,\n"
3746 3149 " one per message. The series starts with a \"[PATCH 0 of N]\"\n"
3747 3150 " introduction, which describes the series as a whole.\n"
3748 3151 "\n"
3749 3152 " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
3750 3153 " the first line of the changeset description as the subject text.\n"
3751 3154 " The message contains two or three body parts. First, the rest of\n"
3752 3155 " the changeset description. Next, (optionally) if the diffstat\n"
3753 3156 " program is installed, the result of running diffstat on the patch.\n"
3754 3157 " Finally, the patch itself, as generated by \"hg export\".\n"
3755 3158 "\n"
3756 3159 " With --outgoing, emails will be generated for patches not\n"
3757 3160 " found in the destination repository (or only those which are\n"
3758 3161 " ancestors of the specified revisions if any are provided)\n"
3759 3162 "\n"
3760 3163 " With --bundle, changesets are selected as for --outgoing,\n"
3761 3164 " but a single email containing a binary Mercurial bundle as an\n"
3762 3165 " attachment will be sent.\n"
3763 3166 "\n"
3764 3167 " Examples:\n"
3765 3168 "\n"
3766 3169 " hg email -r 3000 # send patch 3000 only\n"
3767 3170 " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
3768 3171 " hg email -r 3000:3005 # send patches 3000 through 3005\n"
3769 3172 " hg email 3000 # send patch 3000 (deprecated)\n"
3770 3173 "\n"
3771 3174 " hg email -o # send all patches not in default\n"
3772 3175 " hg email -o DEST # send all patches not in DEST\n"
3773 3176 " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
3774 3177 " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST\n"
3775 3178 "\n"
3776 3179 " hg email -b # send bundle of all patches not in default\n"
3777 3180 " hg email -b DEST # send bundle of all patches not in DEST\n"
3778 3181 " hg email -b -r 3000 # bundle of all ancestors of 3000 not in "
3779 3182 "default\n"
3780 3183 " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST\n"
3781 3184 "\n"
3782 3185 " Before using this command, you will need to enable email in your hgrc.\n"
3783 3186 " See the [email] section in hgrc(5) for details.\n"
3784 3187 " "
3785 3188 msgstr ""
3786 3189
3787 #: hgext/patchbomb.py:212
3788 3190 msgid "Return the revisions present locally but not in dest"
3789 3191 msgstr ""
3790 3192
3791 #: hgext/patchbomb.py:251
3792 3193 msgid "specify at least one changeset with -r or -o"
3793 3194 msgstr "angiv mindst en ændring med -r eller -o"
3794 3195
3795 #: hgext/patchbomb.py:255
3796 3196 msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
3797 3197 msgstr ""
3798 3198
3799 #: hgext/patchbomb.py:260
3800 3199 msgid "too many destinations"
3801 3200 msgstr "for mange destinationer"
3802 3201
3803 #: hgext/patchbomb.py:266
3804 3202 msgid "use only one form to specify the revision"
3805 3203 msgstr ""
3806 3204
3807 #: hgext/patchbomb.py:287
3808 3205 msgid ""
3809 3206 "\n"
3810 3207 "Write the introductory message for the patch series.\n"
3811 3208 "\n"
3812 3209 msgstr ""
3813 3210
3814 #: hgext/patchbomb.py:296
3815 3211 msgid ""
3816 3212 "This patch series consists of %d patches.\n"
3817 3213 "\n"
3818 3214 msgstr ""
3819 3215
3820 #: hgext/patchbomb.py:319
3821 3216 msgid "Final summary:\n"
3822 3217 msgstr ""
3823 3218
3824 #: hgext/patchbomb.py:403
3825 3219 msgid "Displaying "
3826 3220 msgstr ""
3827 3221
3828 #: hgext/patchbomb.py:419
3829 3222 msgid "Writing "
3830 3223 msgstr ""
3831 3224
3832 #: hgext/patchbomb.py:430
3833 3225 msgid "Sending "
3834 3226 msgstr ""
3835 3227
3836 #: hgext/patchbomb.py:439
3837 3228 msgid "send patches as attachments"
3838 3229 msgstr ""
3839 3230
3840 #: hgext/patchbomb.py:440
3841 3231 msgid "send patches as inline attachments"
3842 3232 msgstr ""
3843 3233
3844 #: hgext/patchbomb.py:441
3845 3234 msgid "email addresses of blind copy recipients"
3846 3235 msgstr ""
3847 3236
3848 #: hgext/patchbomb.py:442
3849 3237 msgid "email addresses of copy recipients"
3850 3238 msgstr ""
3851 3239
3852 #: hgext/patchbomb.py:443
3853 3240 msgid "add diffstat output to messages"
3854 3241 msgstr ""
3855 3242
3856 #: hgext/patchbomb.py:444
3857 3243 msgid "use the given date as the sending date"
3858 3244 msgstr ""
3859 3245
3860 #: hgext/patchbomb.py:445
3861 3246 msgid "use the given file as the series description"
3862 3247 msgstr ""
3863 3248
3864 #: hgext/patchbomb.py:446
3865 3249 msgid "email address of sender"
3866 3250 msgstr ""
3867 3251
3868 #: hgext/patchbomb.py:447
3869 3252 msgid "print messages that would be sent"
3870 3253 msgstr ""
3871 3254
3872 #: hgext/patchbomb.py:449
3873 3255 msgid "write messages to mbox file instead of sending them"
3874 3256 msgstr ""
3875 3257
3876 #: hgext/patchbomb.py:451
3877 3258 msgid "subject of first message (intro or single patch)"
3878 3259 msgstr ""
3879 3260
3880 #: hgext/patchbomb.py:452
3881 3261 msgid "email addresses of recipients"
3882 3262 msgstr ""
3883 3263
3884 #: hgext/patchbomb.py:460
3885 3264 msgid "omit hg patch header"
3886 3265 msgstr ""
3887 3266
3888 #: hgext/patchbomb.py:462
3889 3267 msgid "send changes not found in the target repository"
3890 3268 msgstr ""
3891 3269
3892 #: hgext/patchbomb.py:464
3893 3270 msgid "send changes not in target as a binary bundle"
3894 3271 msgstr ""
3895 3272
3896 #: hgext/patchbomb.py:465
3897 3273 msgid "a revision to send"
3898 3274 msgstr ""
3899 3275
3900 #: hgext/patchbomb.py:467
3901 3276 msgid "run even when remote repository is unrelated (with -b)"
3902 3277 msgstr ""
3903 3278
3904 #: hgext/patchbomb.py:469
3905 3279 msgid "a base changeset to specify instead of a destination (with -b)"
3906 3280 msgstr ""
3907 3281
3908 #: hgext/patchbomb.py:471
3909 3282 msgid "send an introduction email for a single patch"
3910 3283 msgstr ""
3911 3284
3912 #: hgext/patchbomb.py:473
3913 3285 msgid "hg email [OPTION]... [DEST]..."
3914 3286 msgstr ""
3915 3287
3916 #: hgext/purge.py:35
3917 3288 msgid ""
3918 3289 "removes files not tracked by Mercurial\n"
3919 3290 "\n"
3920 3291 " Delete files not known to Mercurial. This is useful to test local and\n"
3921 3292 " uncommitted changes in an otherwise-clean source tree.\n"
3922 3293 "\n"
3923 3294 " This means that purge will delete:\n"
3924 3295 " - Unknown files: files marked with \"?\" by \"hg status\"\n"
3925 3296 " - Empty directories: in fact Mercurial ignores directories unless they\n"
3926 3297 " contain files under source control managment\n"
3927 3298 " But it will leave untouched:\n"
3928 3299 " - Modified and unmodified tracked files\n"
3929 3300 " - Ignored files (unless --all is specified)\n"
3930 3301 " - New files added to the repository (with \"hg add\")\n"
3931 3302 "\n"
3932 3303 " If directories are given on the command line, only files in these\n"
3933 3304 " directories are considered.\n"
3934 3305 "\n"
3935 3306 " Be careful with purge, as you could irreversibly delete some files you\n"
3936 3307 " forgot to add to the repository. If you only want to print the list of\n"
3937 3308 " files that this program would delete, use the --print option.\n"
3938 3309 " "
3939 3310 msgstr ""
3940 3311
3941 #: hgext/purge.py:67
3942 3312 msgid "%s cannot be removed"
3943 3313 msgstr ""
3944 3314
3945 #: hgext/purge.py:70 mercurial/simplemerge.py:418
3946 3315 msgid "warning: %s\n"
3947 3316 msgstr ""
3948 3317
3949 #: hgext/purge.py:80
3950 3318 msgid "Removing file %s\n"
3951 3319 msgstr ""
3952 3320
3953 #: hgext/purge.py:85
3954 3321 msgid "Removing directory %s\n"
3955 3322 msgstr ""
3956 3323
3957 #: hgext/purge.py:91
3958 3324 msgid "abort if an error occurs"
3959 3325 msgstr ""
3960 3326
3961 #: hgext/purge.py:92
3962 3327 msgid "purge ignored files too"
3963 3328 msgstr ""
3964 3329
3965 #: hgext/purge.py:93
3966 3330 msgid "print the file names instead of deleting them"
3967 3331 msgstr ""
3968 3332
3969 #: hgext/purge.py:94
3970 3333 msgid "end filenames with NUL, for use with xargs (implies -p)"
3971 3334 msgstr ""
3972 3335
3973 #: hgext/purge.py:97
3974 3336 msgid "hg purge [OPTION]... [DIR]..."
3975 3337 msgstr ""
3976 3338
3977 #: hgext/rebase.py:8
3978 3339 msgid ""
3979 3340 "move sets of revisions to a different ancestor\n"
3980 3341 "\n"
3981 3342 "This extension lets you rebase changesets in an existing Mercurial "
3982 3343 "repository.\n"
3983 3344 "\n"
3984 3345 "For more information:\n"
3985 3346 "http://www.selenic.com/mercurial/wiki/index.cgi/RebaseProject\n"
3986 3347 msgstr ""
3987 3348
3988 #: hgext/rebase.py:24
3989 3349 msgid "return the correct ancestor"
3990 3350 msgstr ""
3991 3351
3992 #: hgext/rebase.py:37
3993 3352 msgid "first revision, do not change ancestor\n"
3994 3353 msgstr ""
3995 3354
3996 #: hgext/rebase.py:42
3997 3355 msgid ""
3998 3356 "move changeset (and descendants) to a different branch\n"
3999 3357 "\n"
4000 3358 " Rebase uses repeated merging to graft changesets from one part of "
4001 3359 "history\n"
4002 3360 " onto another. This can be useful for linearizing local changes relative "
4003 3361 "to\n"
4004 3362 " a master development tree.\n"
4005 3363 "\n"
4006 3364 " If a rebase is interrupted to manually resolve a merge, it can be "
4007 3365 "continued\n"
4008 3366 " with --continue or aborted with --abort.\n"
4009 3367 " "
4010 3368 msgstr ""
4011 3369
4012 #: hgext/rebase.py:71
4013 3370 msgid "cannot use both keepbranches and extrafn"
4014 3371 msgstr ""
4015 3372
4016 #: hgext/rebase.py:78
4017 3373 msgid "cannot use both abort and continue"
4018 3374 msgstr ""
4019 3375
4020 #: hgext/rebase.py:81
4021 3376 msgid "cannot use collapse with continue or abort"
4022 3377 msgstr ""
4023 3378
4024 #: hgext/rebase.py:85
4025 3379 msgid "abort and continue do not allow specifying revisions"
4026 3380 msgstr ""
4027 3381
4028 #: hgext/rebase.py:93
4029 3382 msgid "cannot specify both a revision and a base"
4030 3383 msgstr ""
4031 3384
4032 #: hgext/rebase.py:100
4033 3385 msgid "nothing to rebase\n"
4034 3386 msgstr ""
4035 3387
4036 #: hgext/rebase.py:113
4037 3388 msgid "rebase merging completed\n"
4038 3389 msgstr ""
4039 3390
4040 #: hgext/rebase.py:128
4041 3391 msgid "warning: new changesets detected on source branch, not stripping\n"
4042 3392 msgstr ""
4043 3393
4044 #: hgext/rebase.py:134
4045 3394 msgid "rebase completed\n"
4046 3395 msgstr ""
4047 3396
4048 #: hgext/rebase.py:138
4049 3397 msgid "%d revisions have been skipped\n"
4050 3398 msgstr ""
4051 3399
4052 #: hgext/rebase.py:144
4053 3400 msgid ""
4054 3401 "Skip commit if collapsing has been required and rev is not the last\n"
4055 3402 " revision, commit otherwise\n"
4056 3403 " "
4057 3404 msgstr ""
4058 3405
4059 #: hgext/rebase.py:147
4060 3406 msgid " set parents\n"
4061 3407 msgstr ""
4062 3408
4063 #: hgext/rebase.py:183
4064 3409 msgid "Rebase a single revision"
4065 3410 msgstr ""
4066 3411
4067 #: hgext/rebase.py:184
4068 3412 msgid "rebasing %d:%s\n"
4069 3413 msgstr ""
4070 3414
4071 #: hgext/rebase.py:188
4072 3415 msgid " future parents are %d and %d\n"
4073 3416 msgstr ""
4074 3417
4075 #: hgext/rebase.py:195
4076 3418 msgid " update to %d:%s\n"
4077 3419 msgstr " opdater til %d:%s\n"
4078 3420
4079 #: hgext/rebase.py:198
4080 3421 msgid " already in target\n"
4081 3422 msgstr ""
4082 3423
4083 #: hgext/rebase.py:200
4084 3424 msgid " merge against %d:%s\n"
4085 3425 msgstr ""
4086 3426
4087 #: hgext/rebase.py:205
4088 3427 msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
4089 3428 msgstr ""
4090 3429
4091 #: hgext/rebase.py:208
4092 3430 msgid "resuming interrupted rebase\n"
4093 3431 msgstr ""
4094 3432
4095 #: hgext/rebase.py:219
4096 3433 msgid "no changes, revision %d skipped\n"
4097 3434 msgstr ""
4098 3435
4099 #: hgext/rebase.py:220
4100 3436 msgid "next revision set to %s\n"
4101 3437 msgstr ""
4102 3438
4103 #: hgext/rebase.py:225
4104 3439 msgid "Return the new parent relationship of the revision that will be rebased"
4105 3440 msgstr ""
4106 3441
4107 #: hgext/rebase.py:248
4108 3442 msgid "cannot use revision %d as base, result would have 3 parents"
4109 3443 msgstr ""
4110 3444
4111 #: hgext/rebase.py:254
4112 3445 msgid "Update rebased mq patches - finalize and then import them"
4113 3446 msgstr ""
4114 3447
4115 #: hgext/rebase.py:258
4116 3448 msgid "revision %d is an mq patch (%s), finalize it.\n"
4117 3449 msgstr ""
4118 3450
4119 #: hgext/rebase.py:271
4120 3451 msgid "import mq patch %d (%s)\n"
4121 3452 msgstr ""
4122 3453
4123 #: hgext/rebase.py:278
4124 3454 msgid "Store the current status to allow recovery"
4125 3455 msgstr ""
4126 3456
4127 #: hgext/rebase.py:289
4128 3457 msgid "rebase status stored\n"
4129 3458 msgstr ""
4130 3459
4131 #: hgext/rebase.py:292
4132 3460 msgid "Remove the status files"
4133 3461 msgstr ""
4134 3462
4135 #: hgext/rebase.py:297
4136 3463 msgid "Restore a previously stored status"
4137 3464 msgstr ""
4138 3465
4139 #: hgext/rebase.py:316
4140 3466 msgid "rebase status resumed\n"
4141 3467 msgstr ""
4142 3468
4143 #: hgext/rebase.py:321
4144 3469 msgid "no rebase in progress"
4145 3470 msgstr ""
4146 3471
4147 #: hgext/rebase.py:324
4148 3472 msgid "Restore the repository to its original state"
4149 3473 msgstr ""
4150 3474
4151 #: hgext/rebase.py:326
4152 3475 msgid "warning: new changesets detected on target branch, not stripping\n"
4153 3476 msgstr ""
4154 3477
4155 #: hgext/rebase.py:336
4156 3478 msgid "rebase aborted\n"
4157 3479 msgstr ""
4158 3480
4159 #: hgext/rebase.py:339
4160 3481 msgid "Define which revisions are going to be rebased and where"
4161 3482 msgstr ""
4162 3483
4163 #: hgext/rebase.py:350
4164 3484 msgid "cannot rebase onto an applied mq patch"
4165 3485 msgstr ""
4166 3486
4167 #: hgext/rebase.py:356
4168 3487 msgid "cannot rebase an ancestor"
4169 3488 msgstr ""
4170 3489
4171 #: hgext/rebase.py:358
4172 3490 msgid "cannot rebase a descendant"
4173 3491 msgstr ""
4174 3492
4175 #: hgext/rebase.py:367
4176 3493 msgid "already working on current\n"
4177 3494 msgstr ""
4178 3495
4179 #: hgext/rebase.py:372
4180 3496 msgid "already working on the current branch\n"
4181 3497 msgstr ""
4182 3498
4183 #: hgext/rebase.py:380
4184 3499 msgid "rebase onto %d starting from %d\n"
4185 3500 msgstr ""
4186 3501
4187 #: hgext/rebase.py:392
4188 3502 msgid "unable to collapse, there is more than one external parent"
4189 3503 msgstr ""
4190 3504
4191 #: hgext/rebase.py:400
4192 3505 msgid "Call rebase after pull if the latter has been invoked with --rebase"
4193 3506 msgstr ""
4194 3507
4195 #: hgext/rebase.py:403
4196 3508 msgid "--update and --rebase are not compatible"
4197 3509 msgstr ""
4198 3510
4199 #: hgext/rebase.py:415
4200 3511 msgid "Replace pull with a decorator to provide --rebase option"
4201 3512 msgstr ""
4202 3513
4203 #: hgext/rebase.py:418
4204 3514 msgid "rebase working directory to branch head"
4205 3515 msgstr ""
4206 3516
4207 #: hgext/rebase.py:425
4208 3517 msgid "keep original revisions"
4209 3518 msgstr ""
4210 3519
4211 #: hgext/rebase.py:426
4212 3520 msgid "keep original branches"
4213 3521 msgstr ""
4214 3522
4215 #: hgext/rebase.py:427
4216 3523 msgid "rebase from a given revision"
4217 3524 msgstr ""
4218 3525
4219 #: hgext/rebase.py:428
4220 3526 msgid "rebase from the base of a given revision"
4221 3527 msgstr ""
4222 3528
4223 #: hgext/rebase.py:429
4224 3529 msgid "rebase onto a given revision"
4225 3530 msgstr ""
4226 3531
4227 #: hgext/rebase.py:430
4228 3532 msgid "collapse the rebased revisions"
4229 3533 msgstr ""
4230 3534
4231 #: hgext/rebase.py:431
4232 3535 msgid "continue an interrupted rebase"
4233 3536 msgstr ""
4234 3537
4235 #: hgext/rebase.py:432
4236 3538 msgid "abort an interrupted rebase"
4237 3539 msgstr ""
4238 3540
4239 #: hgext/rebase.py:434
4240 3541 msgid ""
4241 3542 "hg rebase [-s rev | -b rev] [-d rev] [--collapse] | [-c] | [-a] | [--keep]"
4242 3543 msgstr ""
4243 3544
4244 #: hgext/record.py:8
4245 3545 msgid "interactive change selection during commit or qrefresh"
4246 3546 msgstr ""
4247 3547
4248 #: hgext/record.py:18
4249 3548 msgid ""
4250 3549 "like patch.iterhunks, but yield different events\n"
4251 3550 "\n"
4252 3551 " - ('file', [header_lines + fromfile + tofile])\n"
4253 3552 " - ('context', [context_lines])\n"
4254 3553 " - ('hunk', [hunk_lines])\n"
4255 3554 " - ('range', (-start,len, +start,len, diffp))\n"
4256 3555 " "
4257 3556 msgstr ""
4258 3557
4259 #: hgext/record.py:28
4260 3558 msgid "scan lr while predicate holds"
4261 3559 msgstr ""
4262 3560
4263 #: hgext/record.py:69
4264 3561 msgid ""
4265 3562 "patch header\n"
4266 3563 "\n"
4267 3564 " XXX shoudn't we move this to mercurial/patch.py ?\n"
4268 3565 " "
4269 3566 msgstr ""
4270 3567
4271 #: hgext/record.py:90
4272 3568 msgid "this modifies a binary file (all or nothing)\n"
4273 3569 msgstr ""
4274 3570
4275 #: hgext/record.py:95
4276 3571 msgid "this is a binary file\n"
4277 3572 msgstr ""
4278 3573
4279 #: hgext/record.py:98
4280 3574 msgid "%d hunks, %d lines changed\n"
4281 3575 msgstr ""
4282 3576
4283 #: hgext/record.py:130
4284 3577 msgid "hunk -> (n+,n-)"
4285 3578 msgstr ""
4286 3579
4287 #: hgext/record.py:136
4288 3580 msgid ""
4289 3581 "patch hunk\n"
4290 3582 "\n"
4291 3583 " XXX shouldn't we merge this with patch.hunk ?\n"
4292 3584 " "
4293 3585 msgstr ""
4294 3586
4295 #: hgext/record.py:176
4296 3587 msgid "patch -> [] of hunks "
4297 3588 msgstr ""
4298 3589
4299 #: hgext/record.py:178
4300 3590 msgid "patch parsing state machine"
4301 3591 msgstr ""
4302 3592
4303 #: hgext/record.py:251
4304 3593 msgid "Interactively filter patch chunks into applied-only chunks"
4305 3594 msgstr ""
4306 3595
4307 #: hgext/record.py:256
4308 3596 msgid ""
4309 3597 "fetch next portion from chunks until a 'header' is seen\n"
4310 3598 " NB: header == new-file mark\n"
4311 3599 " "
4312 3600 msgstr ""
4313 3601
4314 #: hgext/record.py:271
4315 3602 msgid ""
4316 3603 "prompt query, and process base inputs\n"
4317 3604 "\n"
4318 3605 " - y/n for the rest of file\n"
4319 3606 " - y/n for the rest\n"
4320 3607 " - ? (help)\n"
4321 3608 " - q (quit)\n"
4322 3609 "\n"
4323 3610 " else, input is returned to the caller.\n"
4324 3611 " "
4325 3612 msgstr ""
4326 3613
4327 #: hgext/record.py:285
4328 3614 msgid "[Ynsfdaq?]"
4329 3615 msgstr ""
4330 3616
4331 #: hgext/record.py:287 hgext/record.py:320 hgext/record.py:332
4332 #: mercurial/filemerge.py:208
4333 3617 msgid "y"
4334 3618 msgstr ""
4335 3619
4336 #: hgext/record.py:288
4337 3620 msgid "?"
4338 3621 msgstr ""
4339 3622
4340 #: hgext/record.py:290
4341 3623 msgid "y - record this change"
4342 3624 msgstr ""
4343 3625
4344 #: hgext/record.py:294
4345 3626 msgid "s"
4346 3627 msgstr ""
4347 3628
4348 #: hgext/record.py:296
4349 3629 msgid "f"
4350 3630 msgstr ""
4351 3631
4352 #: hgext/record.py:298 mercurial/merge.py:221
4353 3632 msgid "d"
4354 3633 msgstr ""
4355 3634
4356 #: hgext/record.py:300
4357 3635 msgid "a"
4358 3636 msgstr ""
4359 3637
4360 #: hgext/record.py:302
4361 3638 msgid "q"
4362 3639 msgstr ""
4363 3640
4364 #: hgext/record.py:303
4365 3641 msgid "user quit"
4366 3642 msgstr ""
4367 3643
4368 #: hgext/record.py:318
4369 3644 msgid "examine changes to %s?"
4370 3645 msgstr ""
4371 3646
4372 #: hgext/record.py:319
4373 3647 msgid " and "
4374 3648 msgstr ""
4375 3649
4376 #: hgext/record.py:330
4377 3650 msgid "record this change to %r?"
4378 3651 msgstr ""
4379 3652
4380 #: hgext/record.py:343
4381 3653 msgid ""
4382 3654 "interactively select changes to commit\n"
4383 3655 "\n"
4384 3656 " If a list of files is omitted, all changes reported by \"hg status\"\n"
4385 3657 " will be candidates for recording.\n"
4386 3658 "\n"
4387 3659 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
4388 3660 "\n"
4389 3661 " You will be prompted for whether to record changes to each\n"
4390 3662 " modified file, and for files with multiple changes, for each\n"
4391 3663 " change to use. For each query, the following responses are\n"
4392 3664 " possible:\n"
4393 3665 "\n"
4394 3666 " y - record this change\n"
4395 3667 " n - skip this change\n"
4396 3668 "\n"
4397 3669 " s - skip remaining changes to this file\n"
4398 3670 " f - record remaining changes to this file\n"
4399 3671 "\n"
4400 3672 " d - done, skip remaining changes and files\n"
4401 3673 " a - record all changes to all remaining files\n"
4402 3674 " q - quit, recording no changes\n"
4403 3675 "\n"
4404 3676 " ? - display help"
4405 3677 msgstr ""
4406 3678
4407 #: hgext/record.py:374
4408 3679 msgid ""
4409 3680 "interactively record a new patch\n"
4410 3681 "\n"
4411 3682 " see 'hg help qnew' & 'hg help record' for more information and usage\n"
4412 3683 " "
4413 3684 msgstr ""
4414 3685
4415 #: hgext/record.py:382
4416 3686 msgid "'mq' extension not loaded"
4417 3687 msgstr ""
4418 3688
4419 #: hgext/record.py:394
4420 3689 msgid "running non-interactively, use commit instead"
4421 3690 msgstr ""
4422 3691
4423 #: hgext/record.py:397
4424 3692 msgid ""
4425 3693 "This is generic record driver.\n"
4426 3694 "\n"
4427 3695 " It's job is to interactively filter local changes, and accordingly\n"
4428 3696 " prepare working dir into a state, where the job can be delegated to\n"
4429 3697 " non-interactive commit command such as 'commit' or 'qrefresh'.\n"
4430 3698 "\n"
4431 3699 " After the actual job is done by non-interactive command, working "
4432 3700 "dir\n"
4433 3701 " state is restored to original.\n"
4434 3702 "\n"
4435 3703 " In the end we'll record intresting changes, and everything else will "
4436 3704 "be\n"
4437 3705 " left in place, so the user can continue his work.\n"
4438 3706 " "
4439 3707 msgstr ""
4440 3708
4441 #: hgext/record.py:434
4442 3709 msgid "no changes to record\n"
4443 3710 msgstr ""
4444 3711
4445 #: hgext/record.py:458
4446 3712 msgid "backup %r as %r\n"
4447 3713 msgstr ""
4448 3714
4449 #: hgext/record.py:476
4450 3715 msgid "applying patch\n"
4451 3716 msgstr ""
4452 3717
4453 #: hgext/record.py:484 mercurial/patch.py:1152
4454 3718 msgid "patch failed to apply"
4455 3719 msgstr ""
4456 3720
4457 #: hgext/record.py:504
4458 3721 msgid "restoring %r to %r\n"
4459 3722 msgstr ""
4460 3723
4461 #: hgext/record.py:519
4462 3724 msgid "hg record [OPTION]... [FILE]..."
4463 3725 msgstr ""
4464 3726
4465 #: hgext/record.py:536
4466 3727 msgid "hg qrecord [OPTION]... PATCH [FILE]..."
4467 3728 msgstr ""
4468 3729
4469 #: hgext/transplant.py:75
4470 3730 msgid ""
4471 3731 "returns True if a node is already an ancestor of parent\n"
4472 3732 " or has already been transplanted"
4473 3733 msgstr ""
4474 3734
4475 #: hgext/transplant.py:90
4476 3735 msgid "apply the revisions in revmap one by one in revision order"
4477 3736 msgstr ""
4478 3737
4479 #: hgext/transplant.py:106
4480 3738 msgid "skipping already applied revision %s\n"
4481 3739 msgstr ""
4482 3740
4483 #: hgext/transplant.py:135
4484 3741 msgid "skipping merge changeset %s:%s\n"
4485 3742 msgstr ""
4486 3743
4487 #: hgext/transplant.py:155
4488 3744 msgid "%s merged at %s\n"
4489 3745 msgstr ""
4490 3746
4491 #: hgext/transplant.py:158
4492 3747 msgid "%s transplanted to %s\n"
4493 3748 msgstr ""
4494 3749
4495 #: hgext/transplant.py:172
4496 3750 msgid "arbitrarily rewrite changeset before applying it"
4497 3751 msgstr ""
4498 3752
4499 #: hgext/transplant.py:174
4500 3753 msgid "filtering %s\n"
4501 3754 msgstr ""
4502 3755
4503 #: hgext/transplant.py:189
4504 3756 msgid "filter failed"
4505 3757 msgstr ""
4506 3758
4507 #: hgext/transplant.py:198
4508 3759 msgid "apply the patch in patchfile to the repository as a transplant"
4509 3760 msgstr ""
4510 3761
4511 #: hgext/transplant.py:212
4512 3762 msgid "can only omit patchfile if merging"
4513 3763 msgstr ""
4514 3764
4515 #: hgext/transplant.py:220
4516 3765 msgid "%s: empty changeset"
4517 3766 msgstr ""
4518 3767
4519 #: hgext/transplant.py:234
4520 3768 msgid "Fix up the merge and run hg transplant --continue"
4521 3769 msgstr ""
4522 3770
4523 #: hgext/transplant.py:248
4524 3771 msgid "recover last transaction and apply remaining changesets"
4525 3772 msgstr ""
4526 3773
4527 #: hgext/transplant.py:251
4528 3774 msgid "%s transplanted as %s\n"
4529 3775 msgstr ""
4530 3776
4531 #: hgext/transplant.py:266
4532 3777 msgid "commit working directory using journal metadata"
4533 3778 msgstr ""
4534 3779
4535 #: hgext/transplant.py:271
4536 3780 msgid "transplant log file is corrupt"
4537 3781 msgstr ""
4538 3782
4539 #: hgext/transplant.py:279
4540 3783 msgid "working dir not at transplant parent %s"
4541 3784 msgstr ""
4542 3785
4543 #: hgext/transplant.py:285
4544 3786 msgid "commit failed"
4545 3787 msgstr ""
4546 3788
4547 #: hgext/transplant.py:343
4548 3789 msgid "journal changelog metadata for later recover"
4549 3790 msgstr ""
4550 3791
4551 #: hgext/transplant.py:361
4552 3792 msgid "remove changelog journal"
4553 3793 msgstr ""
4554 3794
4555 #: hgext/transplant.py:387
4556 3795 msgid "interactively transplant changesets"
4557 3796 msgstr ""
4558 3797
4559 #: hgext/transplant.py:404
4560 3798 msgid "apply changeset? [ynmpcq?]:"
4561 3799 msgstr ""
4562 3800
4563 #: hgext/transplant.py:429
4564 3801 msgid ""
4565 3802 "transplant changesets from another branch\n"
4566 3803 "\n"
4567 3804 " Selected changesets will be applied on top of the current working\n"
4568 3805 " directory with the log of the original changeset. If --log is\n"
4569 3806 " specified, log messages will have a comment appended of the form:\n"
4570 3807 "\n"
4571 3808 " (transplanted from CHANGESETHASH)\n"
4572 3809 "\n"
4573 3810 " You can rewrite the changelog message with the --filter option.\n"
4574 3811 " Its argument will be invoked with the current changelog message\n"
4575 3812 " as $1 and the patch as $2.\n"
4576 3813 "\n"
4577 3814 " If --source is specified, selects changesets from the named\n"
4578 3815 " repository. If --branch is specified, selects changesets from the\n"
4579 3816 " branch holding the named revision, up to that revision. If --all\n"
4580 3817 " is specified, all changesets on the branch will be transplanted,\n"
4581 3818 " otherwise you will be prompted to select the changesets you want.\n"
4582 3819 "\n"
4583 3820 " hg transplant --branch REVISION --all will rebase the selected branch\n"
4584 3821 " (up to the named revision) onto your current working directory.\n"
4585 3822 "\n"
4586 3823 " You can optionally mark selected transplanted changesets as\n"
4587 3824 " merge changesets. You will not be prompted to transplant any\n"
4588 3825 " ancestors of a merged transplant, and you can merge descendants\n"
4589 3826 " of them normally instead of transplanting them.\n"
4590 3827 "\n"
4591 3828 " If no merges or revisions are provided, hg transplant will start\n"
4592 3829 " an interactive changeset browser.\n"
4593 3830 "\n"
4594 3831 " If a changeset application fails, you can fix the merge by hand and\n"
4595 3832 " then resume where you left off by calling hg transplant --continue.\n"
4596 3833 " "
4597 3834 msgstr ""
4598 3835
4599 #: hgext/transplant.py:499
4600 3836 msgid "--continue is incompatible with branch, all or merge"
4601 3837 msgstr ""
4602 3838
4603 #: hgext/transplant.py:503
4604 3839 msgid "no source URL, branch tag or revision list provided"
4605 3840 msgstr ""
4606 3841
4607 #: hgext/transplant.py:506
4608 3842 msgid "--all requires a branch revision"
4609 3843 msgstr ""
4610 3844
4611 #: hgext/transplant.py:508
4612 3845 msgid "--all is incompatible with a revision list"
4613 3846 msgstr ""
4614 3847
4615 #: hgext/transplant.py:521
4616 3848 msgid "no revision checked out"
4617 3849 msgstr ""
4618 3850
4619 #: hgext/transplant.py:524 mercurial/merge.py:448
4620 3851 msgid "outstanding uncommitted merges"
4621 3852 msgstr ""
4622 3853
4623 #: hgext/transplant.py:527
4624 3854 msgid "outstanding local changes"
4625 3855 msgstr ""
4626 3856
4627 #: hgext/transplant.py:578
4628 3857 msgid "pull patches from REPOSITORY"
4629 3858 msgstr ""
4630 3859
4631 #: hgext/transplant.py:579
4632 3860 msgid "pull patches from branch BRANCH"
4633 3861 msgstr ""
4634 3862
4635 #: hgext/transplant.py:580
4636 3863 msgid "pull all changesets up to BRANCH"
4637 3864 msgstr ""
4638 3865
4639 #: hgext/transplant.py:581
4640 3866 msgid "skip over REV"
4641 3867 msgstr ""
4642 3868
4643 #: hgext/transplant.py:582
4644 3869 msgid "merge at REV"
4645 3870 msgstr ""
4646 3871
4647 #: hgext/transplant.py:583
4648 3872 msgid "append transplant info to log message"
4649 3873 msgstr ""
4650 3874
4651 #: hgext/transplant.py:584
4652 3875 msgid "continue last transplant session after repair"
4653 3876 msgstr ""
4654 3877
4655 #: hgext/transplant.py:585
4656 3878 msgid "filter changesets through FILTER"
4657 3879 msgstr ""
4658 3880
4659 #: hgext/transplant.py:586
4660 3881 msgid ""
4661 3882 "hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
4662 3883 msgstr ""
4663 3884
4664 #: hgext/win32mbcs.py:11
4665 3885 msgid ""
4666 3886 "allow to use MBCS path with problematic encoding.\n"
4667 3887 "\n"
4668 3888 "Some MBCS encodings are not good for some path operations\n"
4669 3889 "(i.e. splitting path, case conversion, etc.) with its encoded bytes.\n"
4670 3890 "We call such a encoding (i.e. shift_jis and big5) as \"problematic\n"
4671 3891 "encoding\". This extension can be used to fix the issue with those\n"
4672 3892 "encodings by wrapping some functions to convert to unicode string\n"
4673 3893 "before path operation.\n"
4674 3894 "\n"
4675 3895 "This extension is usefull for:\n"
4676 3896 " * Japanese Windows users using shift_jis encoding.\n"
4677 3897 " * Chinese Windows users using big5 encoding.\n"
4678 3898 " * All users who use a repository with one of problematic encodings\n"
4679 3899 " on case-insensitive file system.\n"
4680 3900 "\n"
4681 3901 "This extension is not needed for:\n"
4682 3902 " * Any user who use only ascii chars in path.\n"
4683 3903 " * Any user who do not use any of problematic encodings.\n"
4684 3904 "\n"
4685 3905 "Note that there are some limitations on using this extension:\n"
4686 3906 " * You should use single encoding in one repository.\n"
4687 3907 " * You should set same encoding for the repository by locale or HGENCODING.\n"
4688 3908 "\n"
4689 3909 "To use this extension, enable the extension in .hg/hgrc or ~/.hgrc:\n"
4690 3910 "\n"
4691 3911 " [extensions]\n"
4692 3912 " hgext.win32mbcs =\n"
4693 3913 "\n"
4694 3914 "Path encoding conversion are done between unicode and util._encoding\n"
4695 3915 "which is decided by mercurial from current locale setting or HGENCODING.\n"
4696 3916 "\n"
4697 3917 msgstr ""
4698 3918
4699 #: hgext/win32mbcs.py:81
4700 3919 msgid "[win32mbcs] filename conversion fail with %s encoding\n"
4701 3920 msgstr ""
4702 3921
4703 #: hgext/win32mbcs.py:114
4704 3922 msgid "[win32mbcs] cannot activate on this platform.\n"
4705 3923 msgstr ""
4706 3924
4707 #: hgext/win32mbcs.py:121
4708 3925 msgid "[win32mbcs] activated with encoding: %s\n"
4709 3926 msgstr ""
4710 3927
4711 #: hgext/win32text.py:47
4712 3928 msgid ""
4713 3929 "WARNING: %s already has %s line endings\n"
4714 3930 "and does not need EOL conversion by the win32text plugin.\n"
4715 3931 "Before your next commit, please reconsider your encode/decode settings in \n"
4716 3932 "Mercurial.ini or %s.\n"
4717 3933 msgstr ""
4718 3934
4719 #: hgext/win32text.py:109
4720 3935 msgid "Attempt to commit or push text file(s) using %s line endings\n"
4721 3936 msgstr ""
4722 3937
4723 #: hgext/win32text.py:112
4724 3938 msgid "in %s: %s\n"
4725 3939 msgstr ""
4726 3940
4727 #: hgext/win32text.py:117
4728 3941 msgid ""
4729 3942 "\n"
4730 3943 "To prevent this mistake in your local repository,\n"
4731 3944 "add to Mercurial.ini or .hg/hgrc:\n"
4732 3945 "\n"
4733 3946 "[hooks]\n"
4734 3947 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
4735 3948 "\n"
4736 3949 "and also consider adding:\n"
4737 3950 "\n"
4738 3951 "[extensions]\n"
4739 3952 "hgext.win32text =\n"
4740 3953 "[encode]\n"
4741 3954 "** = %sencode:\n"
4742 3955 "[decode]\n"
4743 3956 "** = %sdecode:\n"
4744 3957 msgstr ""
4745 3958
4746 #: hgext/zeroconf/__init__.py:9
4747 3959 msgid ""
4748 3960 "zeroconf support for mercurial repositories\n"
4749 3961 "\n"
4750 3962 "Zeroconf enabled repositories will be announced in a network without the "
4751 3963 "need\n"
4752 3964 "to configure a server or a service. They can be discovered without knowing\n"
4753 3965 "their actual IP address.\n"
4754 3966 "\n"
4755 3967 "To use the zeroconf extension add the following entry to your hgrc file:\n"
4756 3968 "\n"
4757 3969 "[extensions]\n"
4758 3970 "hgext.zeroconf =\n"
4759 3971 "\n"
4760 3972 "To allow other people to discover your repository using run \"hg serve\" in "
4761 3973 "your\n"
4762 3974 "repository.\n"
4763 3975 "\n"
4764 3976 " $ cd test\n"
4765 3977 " $ hg serve\n"
4766 3978 "\n"
4767 3979 "You can discover zeroconf enabled repositories by running \"hg paths\".\n"
4768 3980 "\n"
4769 3981 " $ hg paths\n"
4770 3982 " zc-test = http://example.com:8000/test\n"
4771 3983 msgstr ""
4772 3984
4773 #: mercurial/commands.py:21
4774 3985 msgid ""
4775 3986 "add the specified files on the next commit\n"
4776 3987 "\n"
4777 3988 " Schedule files to be version controlled and added to the repository.\n"
4778 3989 "\n"
4779 3990 " The files will be added to the repository at the next commit. To\n"
4780 3991 " undo an add before that, see hg revert.\n"
4781 3992 "\n"
4782 3993 " If no names are given, add all files in the repository.\n"
4783 3994 " "
4784 3995 msgstr ""
4785 3996 "tilføj de angivne filer ved næste commit\n"
4786 3997 "\n"
4787 3998 " Opskriv filer til at blive versionsstyret og tilføjet til arkivet.\n"
4788 3999 "\n"
4789 4000 " Filerne vil bliver tilføjet til arkivet ved næste commit. For at\n"
4790 4001 " omgøre en tilføjelse før det, se hg revert.\n"
4791 4002 "\n"
4792 4003 " Hvis der ikke er angivet nogen navne tilføjes alle filer i\n"
4793 4004 " arkivet.\n"
4794 4005 " "
4795 4006
4796 #: mercurial/commands.py:39 mercurial/commands.py:43
4797 #: mercurial/commands.py:2485 mercurial/cmdutil.py:297
4798 4007 msgid "adding %s\n"
4799 4008 msgstr "tilføjer %s\n"
4800 4009
4801 #: mercurial/commands.py:51
4802 4010 msgid ""
4803 4011 "add all new files, delete all missing files\n"
4804 4012 "\n"
4805 4013 " Add all new files and remove all missing files from the repository.\n"
4806 4014 "\n"
4807 4015 " New files are ignored if they match any of the patterns in .hgignore. "
4808 4016 "As\n"
4809 4017 " with add, these changes take effect at the next commit.\n"
4810 4018 "\n"
4811 4019 " Use the -s option to detect renamed files. With a parameter > 0,\n"
4812 4020 " this compares every removed file with every added file and records\n"
4813 4021 " those similar enough as renames. This option takes a percentage\n"
4814 4022 " between 0 (disabled) and 100 (files must be identical) as its\n"
4815 4023 " parameter. Detecting renamed files this way can be expensive.\n"
4816 4024 " "
4817 4025 msgstr ""
4818 4026
4819 #: mercurial/commands.py:67 mercurial/commands.py:1607
4820 4027 msgid "similarity must be a number"
4821 4028 msgstr ""
4822 4029
4823 #: mercurial/commands.py:69 mercurial/commands.py:1609
4824 4030 msgid "similarity must be between 0 and 100"
4825 4031 msgstr ""
4826 4032
4827 #: mercurial/commands.py:73
4828 4033 msgid ""
4829 4034 "show changeset information per file line\n"
4830 4035 "\n"
4831 4036 " List changes in files, showing the revision id responsible for each "
4832 4037 "line\n"
4833 4038 "\n"
4834 4039 " This command is useful to discover who did a change or when a change "
4835 4040 "took\n"
4836 4041 " place.\n"
4837 4042 "\n"
4838 4043 " Without the -a option, annotate will avoid processing files it\n"
4839 4044 " detects as binary. With -a, annotate will generate an annotation\n"
4840 4045 " anyway, probably with undesirable results.\n"
4841 4046 " "
4842 4047 msgstr ""
4843 4048
4844 #: mercurial/commands.py:88
4845 4049 msgid "at least one file name or pattern required"
4846 4050 msgstr ""
4847 4051
4848 #: mercurial/commands.py:103
4849 4052 msgid "at least one of -n/-c is required for -l"
4850 4053 msgstr ""
4851 4054
4852 #: mercurial/commands.py:116
4853 4055 msgid "%s: binary file\n"
4854 4056 msgstr ""
4855 4057
4856 #: mercurial/commands.py:134
4857 4058 msgid ""
4858 4059 "create unversioned archive of a repository revision\n"
4859 4060 "\n"
4860 4061 " By default, the revision used is the parent of the working\n"
4861 4062 " directory; use \"-r\" to specify a different revision.\n"
4862 4063 "\n"
4863 4064 " To specify the type of archive to create, use \"-t\". Valid\n"
4864 4065 " types are:\n"
4865 4066 "\n"
4866 4067 " \"files\" (default): a directory full of files\n"
4867 4068 " \"tar\": tar archive, uncompressed\n"
4868 4069 " \"tbz2\": tar archive, compressed using bzip2\n"
4869 4070 " \"tgz\": tar archive, compressed using gzip\n"
4870 4071 " \"uzip\": zip archive, uncompressed\n"
4871 4072 " \"zip\": zip archive, compressed using deflate\n"
4872 4073 "\n"
4873 4074 " The exact name of the destination archive or directory is given\n"
4874 4075 " using a format string; see \"hg help export\" for details.\n"
4875 4076 "\n"
4876 4077 " Each member added to an archive file has a directory prefix\n"
4877 4078 " prepended. Use \"-p\" to specify a format string for the prefix.\n"
4878 4079 " The default is the basename of the archive, with suffixes removed.\n"
4879 4080 " "
4880 4081 msgstr ""
4881 4082
4882 #: mercurial/commands.py:159
4883 4083 msgid "no working directory: please specify a revision"
4884 4084 msgstr ""
4885 4085
4886 #: mercurial/commands.py:163
4887 4086 msgid "repository root cannot be destination"
4888 4087 msgstr ""
4889 4088
4890 #: mercurial/commands.py:169
4891 4089 msgid "cannot archive plain files to stdout"
4892 4090 msgstr ""
4893 4091
4894 #: mercurial/commands.py:177
4895 4092 msgid ""
4896 4093 "reverse effect of earlier changeset\n"
4897 4094 "\n"
4898 4095 " Commit the backed out changes as a new changeset. The new\n"
4899 4096 " changeset is a child of the backed out changeset.\n"
4900 4097 "\n"
4901 4098 " If you back out a changeset other than the tip, a new head is\n"
4902 4099 " created. This head will be the new tip and you should merge this\n"
4903 4100 " backout changeset with another head (current one by default).\n"
4904 4101 "\n"
4905 4102 " The --merge option remembers the parent of the working directory\n"
4906 4103 " before starting the backout, then merges the new head with that\n"
4907 4104 " changeset afterwards. This saves you from doing the merge by\n"
4908 4105 " hand. The result of this merge is not committed, as for a normal\n"
4909 4106 " merge.\n"
4910 4107 "\n"
4911 4108 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
4912 4109 " "
4913 4110 msgstr ""
4914 4111
4915 #: mercurial/commands.py:201
4916 4112 msgid "please specify a revision to backout"
4917 4113 msgstr ""
4918 4114
4919 #: mercurial/commands.py:213
4920 4115 msgid "cannot back out change on a different branch"
4921 4116 msgstr ""
4922 4117
4923 #: mercurial/commands.py:217
4924 4118 msgid "cannot back out a change with no parents"
4925 4119 msgstr ""
4926 4120
4927 #: mercurial/commands.py:220
4928 4121 msgid "cannot back out a merge changeset without --parent"
4929 4122 msgstr ""
4930 4123
4931 #: mercurial/commands.py:224
4932 4124 msgid "%s is not a parent of %s"
4933 4125 msgstr "%s er ikke forældre til %s"
4934 4126
4935 #: mercurial/commands.py:229
4936 4127 msgid "cannot use --parent on non-merge changeset"
4937 4128 msgstr ""
4938 4129
4939 #: mercurial/commands.py:245
4940 4130 msgid "Backed out changeset %s"
4941 4131 msgstr ""
4942 4132
4943 #: mercurial/commands.py:250
4944 4133 msgid "changeset %s backs out changeset %s\n"
4945 4134 msgstr ""
4946 4135
4947 #: mercurial/commands.py:255
4948 4136 msgid "merging with changeset %s\n"
4949 4137 msgstr ""
4950 4138
4951 #: mercurial/commands.py:258
4952 4139 msgid "the backout changeset is a new head - do not forget to merge\n"
4953 4140 msgstr ""
4954 4141
4955 #: mercurial/commands.py:260
4956 4142 msgid "(use \"backout --merge\" if you want to auto-merge)\n"
4957 4143 msgstr ""
4958 4144
4959 #: mercurial/commands.py:265
4960 4145 msgid ""
4961 4146 "subdivision search of changesets\n"
4962 4147 "\n"
4963 4148 " This command helps to find changesets which introduce problems.\n"
4964 4149 " To use, mark the earliest changeset you know exhibits the problem\n"
4965 4150 " as bad, then mark the latest changeset which is free from the\n"
4966 4151 " problem as good. Bisect will update your working directory to a\n"
4967 4152 " revision for testing (unless the --noupdate option is specified).\n"
4968 4153 " Once you have performed tests, mark the working directory as bad\n"
4969 4154 " or good and bisect will either update to another candidate changeset\n"
4970 4155 " or announce that it has found the bad revision.\n"
4971 4156 "\n"
4972 4157 " As a shortcut, you can also use the revision argument to mark a\n"
4973 4158 " revision as good or bad without checking it out first.\n"
4974 4159 "\n"
4975 4160 " If you supply a command it will be used for automatic bisection. Its "
4976 4161 "exit\n"
4977 4162 " status will be used as flag to mark revision as bad or good. In case "
4978 4163 "exit\n"
4979 4164 " status is 0 the revision is marked as good, 125 - skipped, 127 (command "
4980 4165 "not\n"
4981 4166 " found) - bisection will be aborted and any other status bigger than 0 "
4982 4167 "will\n"
4983 4168 " mark revision as bad.\n"
4984 4169 " "
4985 4170 msgstr ""
4986 4171
4987 #: mercurial/commands.py:290
4988 4172 msgid "The first %s revision is:\n"
4989 4173 msgstr "Den første %s revision er:\n"
4990 4174
4991 #: mercurial/commands.py:294
4992 4175 msgid "Due to skipped revisions, the first %s revision could be any of:\n"
4993 4176 msgstr ""
4994 4177
4995 #: mercurial/commands.py:304
4996 4178 msgid "cannot bisect (no known good revisions)"
4997 4179 msgstr ""
4998 4180
4999 #: mercurial/commands.py:306
5000 4181 msgid "cannot bisect (no known bad revisions)"
5001 4182 msgstr ""
5002 4183
5003 #: mercurial/commands.py:311
5004 4184 msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
5005 4185 msgstr ""
5006 4186
5007 #: mercurial/commands.py:320
5008 4187 msgid "incompatible arguments"
5009 4188 msgstr ""
5010 4189
5011 #: mercurial/commands.py:343
5012 4190 msgid "failed to execute %s"
5013 4191 msgstr ""
5014 4192
5015 #: mercurial/commands.py:345
5016 4193 msgid "%s killed"
5017 4194 msgstr "%s dræbt"
5018 4195
5019 #: mercurial/commands.py:350
5020 4196 msgid "Changeset %s: %s\n"
5021 4197 msgstr "Ændring: %s: %s\n"
5022 4198
5023 #: mercurial/commands.py:387
5024 4199 msgid "Testing changeset %s:%s (%s changesets remaining, ~%s tests)\n"
5025 4200 msgstr ""
5026 4201
5027 #: mercurial/commands.py:395
5028 4202 msgid ""
5029 4203 "set or show the current branch name\n"
5030 4204 "\n"
5031 4205 " With no argument, show the current branch name. With one argument,\n"
5032 4206 " set the working directory branch name (the branch does not exist in\n"
5033 4207 " the repository until the next commit).\n"
5034 4208 "\n"
5035 4209 " Unless --force is specified, branch will not let you set a\n"
5036 4210 " branch name that shadows an existing branch.\n"
5037 4211 "\n"
5038 4212 " Use --clean to reset the working directory branch to that of the\n"
5039 4213 " parent of the working directory, negating a previous branch change.\n"
5040 4214 "\n"
5041 4215 " Use the command 'hg update' to switch to an existing branch.\n"
5042 4216 " "
5043 4217 msgstr ""
5044 4218
5045 #: mercurial/commands.py:413
5046 4219 msgid "reset working directory to branch %s\n"
5047 4220 msgstr ""
5048 4221
5049 #: mercurial/commands.py:417
5050 4222 msgid "a branch of the same name already exists (use --force to override)"
5051 4223 msgstr ""
5052 4224
5053 #: mercurial/commands.py:420
5054 4225 msgid "marked working directory as branch %s\n"
5055 4226 msgstr ""
5056 4227
5057 #: mercurial/commands.py:425
5058 4228 msgid ""
5059 4229 "list repository named branches\n"
5060 4230 "\n"
5061 4231 " List the repository's named branches, indicating which ones are\n"
5062 4232 " inactive. If active is specified, only show active branches.\n"
5063 4233 "\n"
5064 4234 " A branch is considered active if it contains repository heads.\n"
5065 4235 "\n"
5066 4236 " Use the command 'hg update' to switch to an existing branch.\n"
5067 4237 " "
5068 4238 msgstr ""
5069 4239
5070 #: mercurial/commands.py:452
5071 4240 msgid ""
5072 4241 "create a changegroup file\n"
5073 4242 "\n"
5074 4243 " Generate a compressed changegroup file collecting changesets not\n"
5075 4244 " found in the other repository.\n"
5076 4245 "\n"
5077 4246 " If no destination repository is specified the destination is\n"
5078 4247 " assumed to have all the nodes specified by one or more --base\n"
5079 4248 " parameters. To create a bundle containing all changesets, use\n"
5080 4249 " --all (or --base null). To change the compression method applied,\n"
5081 4250 " use the -t option (by default, bundles are compressed using bz2).\n"
5082 4251 "\n"
5083 4252 " The bundle file can then be transferred using conventional means and\n"
5084 4253 " applied to another repository with the unbundle or pull command.\n"
5085 4254 " This is useful when direct push and pull are not available or when\n"
5086 4255 " exporting an entire repository is undesirable.\n"
5087 4256 "\n"
5088 4257 " Applying bundles preserves all changeset contents including\n"
5089 4258 " permissions, copy/rename information, and revision history.\n"
5090 4259 " "
5091 4260 msgstr ""
5092 4261
5093 #: mercurial/commands.py:480
5094 4262 msgid "--base is incompatible with specifiying a destination"
5095 4263 msgstr ""
5096 4264
5097 #: mercurial/commands.py:520
5098 4265 msgid "unknown bundle type specified with --type"
5099 4266 msgstr ""
5100 4267
5101 #: mercurial/commands.py:525
5102 4268 msgid ""
5103 4269 "output the current or given revision of files\n"
5104 4270 "\n"
5105 4271 " Print the specified files as they were at the given revision.\n"
5106 4272 " If no revision is given, the parent of the working directory is used,\n"
5107 4273 " or tip if no revision is checked out.\n"
5108 4274 "\n"
5109 4275 " Output may be to a file, in which case the name of the file is\n"
5110 4276 " given using a format string. The formatting rules are the same as\n"
5111 4277 " for the export command, with the following additions:\n"
5112 4278 "\n"
5113 4279 " %s basename of file being printed\n"
5114 4280 " %d dirname of file being printed, or '.' if in repo root\n"
5115 4281 " %p root-relative path name of file being printed\n"
5116 4282 " "
5117 4283 msgstr ""
5118 4284
5119 #: mercurial/commands.py:552
5120 4285 msgid ""
5121 4286 "make a copy of an existing repository\n"
5122 4287 "\n"
5123 4288 " Create a copy of an existing repository in a new directory.\n"
5124 4289 "\n"
5125 4290 " If no destination directory name is specified, it defaults to the\n"
5126 4291 " basename of the source.\n"
5127 4292 "\n"
5128 4293 " The location of the source is added to the new repository's\n"
5129 4294 " .hg/hgrc file, as the default to be used for future pulls.\n"
5130 4295 "\n"
5131 4296 " For efficiency, hardlinks are used for cloning whenever the source\n"
5132 4297 " and destination are on the same filesystem (note this applies only\n"
5133 4298 " to the repository data, not to the checked out files). Some\n"
5134 4299 " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
5135 4300 " do not report errors. In these cases, use the --pull option to\n"
5136 4301 " avoid hardlinking.\n"
5137 4302 "\n"
5138 4303 " In some cases, you can clone repositories and checked out files\n"
5139 4304 " using full hardlinks with\n"
5140 4305 "\n"
5141 4306 " $ cp -al REPO REPOCLONE\n"
5142 4307 "\n"
5143 4308 " This is the fastest way to clone, but it is not always safe. The\n"
5144 4309 " operation is not atomic (making sure REPO is not modified during\n"
5145 4310 " the operation is up to you) and you have to make sure your editor\n"
5146 4311 " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
5147 4312 " this is not compatible with certain extensions that place their\n"
5148 4313 " metadata under the .hg directory, such as mq.\n"
5149 4314 "\n"
5150 4315 " If you use the -r option to clone up to a specific revision, no\n"
5151 4316 " subsequent revisions will be present in the cloned repository.\n"
5152 4317 " This option implies --pull, even on local repositories.\n"
5153 4318 "\n"
5154 4319 " If the -U option is used, the new clone will contain only a repository\n"
5155 4320 " (.hg) and no working copy (the working copy parent is the null "
5156 4321 "revision).\n"
5157 4322 "\n"
5158 4323 " See pull for valid source format details.\n"
5159 4324 "\n"
5160 4325 " It is possible to specify an ssh:// URL as the destination, but no\n"
5161 4326 " .hg/hgrc and working directory will be created on the remote side.\n"
5162 4327 " Look at the help text for the pull command for important details\n"
5163 4328 " about ssh:// URLs.\n"
5164 4329 " "
5165 4330 msgstr ""
5166 4331
5167 #: mercurial/commands.py:603
5168 4332 msgid ""
5169 4333 "commit the specified files or all outstanding changes\n"
5170 4334 "\n"
5171 4335 " Commit changes to the given files into the repository.\n"
5172 4336 "\n"
5173 4337 " If a list of files is omitted, all changes reported by \"hg status\"\n"
5174 4338 " will be committed.\n"
5175 4339 "\n"
5176 4340 " If you are committing the result of a merge, do not provide any\n"
5177 4341 " file names or -I/-X filters.\n"
5178 4342 "\n"
5179 4343 " If no commit message is specified, the configured editor is started to\n"
5180 4344 " enter a message.\n"
5181 4345 "\n"
5182 4346 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5183 4347 " "
5184 4348 msgstr ""
5185 4349
5186 #: mercurial/commands.py:634
5187 4350 msgid "created new head\n"
5188 4351 msgstr "lavede et nyt hoved\n"
5189 4352
5190 #: mercurial/commands.py:637 mercurial/commands.py:639
5191 4353 msgid "committed changeset %d:%s\n"
5192 4354 msgstr ""
5193 4355
5194 #: mercurial/commands.py:642
5195 4356 msgid ""
5196 4357 "mark files as copied for the next commit\n"
5197 4358 "\n"
5198 4359 " Mark dest as having copies of source files. If dest is a\n"
5199 4360 " directory, copies are put in that directory. If dest is a file,\n"
5200 4361 " there can only be one source.\n"
5201 4362 "\n"
5202 4363 " By default, this command copies the contents of files as they\n"
5203 4364 " stand in the working directory. If invoked with --after, the\n"
5204 4365 " operation is recorded, but no copying is performed.\n"
5205 4366 "\n"
5206 4367 " This command takes effect in the next commit. To undo a copy\n"
5207 4368 " before that, see hg revert.\n"
5208 4369 " "
5209 4370 msgstr ""
5210 4371
5211 #: mercurial/commands.py:662
5212 4372 msgid "find the ancestor revision of two revisions in a given index"
5213 4373 msgstr ""
5214 4374
5215 #: mercurial/commands.py:669 mercurial/commands.py:1512
5216 #: mercurial/commands.py:2642 mercurial/commands.py:2657
5217 #: mercurial/dispatch.py:356 mercurial/hgweb/server.py:252
5218 4375 msgid "There is no Mercurial repository here (.hg not found)"
5219 4376 msgstr "Der er ikke noget Mercurial arkiv her (fandt ikke .hg)"
5220 4377
5221 #: mercurial/commands.py:675
5222 4378 msgid "either two or three arguments required"
5223 4379 msgstr "kræver enten to eller tre argumenter"
5224 4380
5225 #: mercurial/commands.py:680
5226 4381 msgid "returns the completion list associated with the given command"
5227 4382 msgstr ""
5228 4383
5229 #: mercurial/commands.py:710
5230 4384 msgid "rebuild the dirstate as it would look like for the given revision"
5231 4385 msgstr ""
5232 4386
5233 #: mercurial/commands.py:719
5234 4387 msgid "validate the correctness of the current dirstate"
5235 4388 msgstr ""
5236 4389
5237 #: mercurial/commands.py:727
5238 4390 msgid "%s in state %s, but not in manifest1\n"
5239 4391 msgstr ""
5240 4392
5241 #: mercurial/commands.py:730
5242 4393 msgid "%s in state %s, but also in manifest1\n"
5243 4394 msgstr ""
5244 4395
5245 #: mercurial/commands.py:733
5246 4396 msgid "%s in state %s, but not in either manifest\n"
5247 4397 msgstr ""
5248 4398
5249 #: mercurial/commands.py:739
5250 4399 msgid "%s in manifest1, but listed as state %s"
5251 4400 msgstr ""
5252 4401
5253 #: mercurial/commands.py:742
5254 4402 msgid ".hg/dirstate inconsistent with current parent's manifest"
5255 4403 msgstr ""
5256 4404
5257 #: mercurial/commands.py:746
5258 4405 msgid ""
5259 4406 "show combined config settings from all hgrc files\n"
5260 4407 "\n"
5261 4408 " With no args, print names and values of all config items.\n"
5262 4409 "\n"
5263 4410 " With one arg of the form section.name, print just the value of\n"
5264 4411 " that config item.\n"
5265 4412 "\n"
5266 4413 " With multiple args, print names and values of all config items\n"
5267 4414 " with matching section names."
5268 4415 msgstr ""
5269 4416
5270 #: mercurial/commands.py:759
5271 4417 msgid "only one config item permitted"
5272 4418 msgstr ""
5273 4419
5274 #: mercurial/commands.py:772
5275 4420 msgid ""
5276 4421 "manually set the parents of the current working directory\n"
5277 4422 "\n"
5278 4423 " This is useful for writing repository conversion tools, but should\n"
5279 4424 " be used with care.\n"
5280 4425 " "
5281 4426 msgstr ""
5282 4427
5283 #: mercurial/commands.py:788
5284 4428 msgid "show the contents of the current dirstate"
5285 4429 msgstr ""
5286 4430
5287 #: mercurial/commands.py:806
5288 4431 msgid "copy: %s -> %s\n"
5289 4432 msgstr "kopi: %s -> %s\n"
5290 4433
5291 #: mercurial/commands.py:809
5292 4434 msgid "dump the contents of a data file revision"
5293 4435 msgstr ""
5294 4436
5295 #: mercurial/commands.py:814
5296 4437 msgid "invalid revision identifier %s"
5297 4438 msgstr "ugyldig revisionsidentification %s"
5298 4439
5299 #: mercurial/commands.py:817
5300 4440 msgid "parse and display a date"
5301 4441 msgstr ""
5302 4442
5303 #: mercurial/commands.py:829
5304 4443 msgid "dump the contents of an index file"
5305 4444 msgstr ""
5306 4445
5307 #: mercurial/commands.py:844
5308 4446 msgid "dump an index DAG as a .dot file"
5309 4447 msgstr ""
5310 4448
5311 #: mercurial/commands.py:856
5312 4449 msgid "test Mercurial installation"
5313 4450 msgstr ""
5314 4451
5315 #: mercurial/commands.py:868
5316 4452 msgid "Checking encoding (%s)...\n"
5317 4453 msgstr ""
5318 4454
5319 #: mercurial/commands.py:873
5320 4455 msgid " (check that your locale is properly set)\n"
5321 4456 msgstr ""
5322 4457
5323 #: mercurial/commands.py:877
5324 4458 msgid "Checking extensions...\n"
5325 4459 msgstr ""
5326 4460
5327 #: mercurial/commands.py:882
5328 4461 msgid " One or more extensions could not be found"
5329 4462 msgstr ""
5330 4463
5331 #: mercurial/commands.py:883
5332 4464 msgid " (check that you compiled the extensions)\n"
5333 4465 msgstr ""
5334 4466
5335 #: mercurial/commands.py:887
5336 4467 msgid "Checking templates...\n"
5337 4468 msgstr ""
5338 4469
5339 #: mercurial/commands.py:893
5340 4470 msgid " (templates seem to have been installed incorrectly)\n"
5341 4471 msgstr ""
5342 4472
5343 #: mercurial/commands.py:897
5344 4473 msgid "Checking patch...\n"
5345 4474 msgstr ""
5346 4475
5347 #: mercurial/commands.py:910
5348 4476 msgid " patch call failed:\n"
5349 4477 msgstr ""
5350 4478
5351 #: mercurial/commands.py:915
5352 4479 msgid " unexpected patch output!\n"
5353 4480 msgstr ""
5354 4481
5355 #: mercurial/commands.py:919
5356 4482 msgid " patch test failed!\n"
5357 4483 msgstr ""
5358 4484
5359 #: mercurial/commands.py:924
5360 4485 msgid ""
5361 4486 " (Current patch tool may be incompatible with patch, or misconfigured. "
5362 4487 "Please check your .hgrc file)\n"
5363 4488 msgstr ""
5364 4489
5365 #: mercurial/commands.py:927
5366 4490 msgid ""
5367 4491 " Internal patcher failure, please report this error to http://www.selenic."
5368 4492 "com/mercurial/bts\n"
5369 4493 msgstr ""
5370 4494
5371 #: mercurial/commands.py:935
5372 4495 msgid "Checking commit editor...\n"
5373 4496 msgstr ""
5374 4497
5375 #: mercurial/commands.py:940
5376 4498 msgid " No commit editor set and can't find vi in PATH\n"
5377 4499 msgstr ""
5378 4500
5379 #: mercurial/commands.py:941 mercurial/commands.py:944
5380 4501 msgid " (specify a commit editor in your .hgrc file)\n"
5381 4502 msgstr ""
5382 4503
5383 #: mercurial/commands.py:943
5384 4504 msgid " Can't find editor '%s' in PATH\n"
5385 4505 msgstr ""
5386 4506
5387 #: mercurial/commands.py:948
5388 4507 msgid "Checking username...\n"
5389 4508 msgstr ""
5390 4509
5391 #: mercurial/commands.py:957
5392 4510 msgid " (specify a username in your .hgrc file)\n"
5393 4511 msgstr ""
5394 4512
5395 #: mercurial/commands.py:960
5396 4513 msgid "No problems detected\n"
5397 4514 msgstr "Fandt ingen problemer\n"
5398 4515
5399 #: mercurial/commands.py:962
5400 4516 msgid "%s problems detected, please check your install!\n"
5401 4517 msgstr ""
5402 4518
5403 #: mercurial/commands.py:968
5404 4519 msgid "dump rename information"
5405 4520 msgstr ""
5406 4521
5407 #: mercurial/commands.py:977
5408 4522 msgid "%s renamed from %s:%s\n"
5409 4523 msgstr "%s omdøbt fra %s:%s\n"
5410 4524
5411 #: mercurial/commands.py:979
5412 4525 msgid "%s not renamed\n"
5413 4526 msgstr "%s ikke omdøbt\n"
5414 4527
5415 #: mercurial/commands.py:982
5416 4528 msgid "show how files match on given patterns"
5417 4529 msgstr ""
5418 4530
5419 #: mercurial/commands.py:995
5420 4531 msgid ""
5421 4532 "diff repository (or selected files)\n"
5422 4533 "\n"
5423 4534 " Show differences between revisions for the specified files.\n"
5424 4535 "\n"
5425 4536 " Differences between files are shown using the unified diff format.\n"
5426 4537 "\n"
5427 4538 " NOTE: diff may generate unexpected results for merges, as it will\n"
5428 4539 " default to comparing against the working directory's first parent\n"
5429 4540 " changeset if no revisions are specified.\n"
5430 4541 "\n"
5431 4542 " When two revision arguments are given, then changes are shown\n"
5432 4543 " between those revisions. If only one revision is specified then\n"
5433 4544 " that revision is compared to the working directory, and, when no\n"
5434 4545 " revisions are specified, the working directory files are compared\n"
5435 4546 " to its parent.\n"
5436 4547 "\n"
5437 4548 " Without the -a option, diff will avoid generating diffs of files\n"
5438 4549 " it detects as binary. With -a, diff will generate a diff anyway,\n"
5439 4550 " probably with undesirable results.\n"
5440 4551 "\n"
5441 4552 " Use the --git option to generate diffs in the git extended diff\n"
5442 4553 " format. Read the diffs help topic for more information.\n"
5443 4554 " "
5444 4555 msgstr ""
5445 4556
5446 #: mercurial/commands.py:1026
5447 4557 msgid ""
5448 4558 "dump the header and diffs for one or more changesets\n"
5449 4559 "\n"
5450 4560 " Print the changeset header and diffs for one or more revisions.\n"
5451 4561 "\n"
5452 4562 " The information shown in the changeset header is: author,\n"
5453 4563 " changeset hash, parent(s) and commit comment.\n"
5454 4564 "\n"
5455 4565 " NOTE: export may generate unexpected diff output for merge changesets,\n"
5456 4566 " as it will compare the merge changeset against its first parent only.\n"
5457 4567 "\n"
5458 4568 " Output may be to a file, in which case the name of the file is\n"
5459 4569 " given using a format string. The formatting rules are as follows:\n"
5460 4570 "\n"
5461 4571 " %% literal \"%\" character\n"
5462 4572 " %H changeset hash (40 bytes of hexadecimal)\n"
5463 4573 " %N number of patches being generated\n"
5464 4574 " %R changeset revision number\n"
5465 4575 " %b basename of the exporting repository\n"
5466 4576 " %h short-form changeset hash (12 bytes of hexadecimal)\n"
5467 4577 " %n zero-padded sequence number, starting at 1\n"
5468 4578 " %r zero-padded changeset revision number\n"
5469 4579 "\n"
5470 4580 " Without the -a option, export will avoid generating diffs of files\n"
5471 4581 " it detects as binary. With -a, export will generate a diff anyway,\n"
5472 4582 " probably with undesirable results.\n"
5473 4583 "\n"
5474 4584 " Use the --git option to generate diffs in the git extended diff\n"
5475 4585 " format. Read the diffs help topic for more information.\n"
5476 4586 "\n"
5477 4587 " With the --switch-parent option, the diff will be against the second\n"
5478 4588 " parent. It can be useful to review a merge.\n"
5479 4589 " "
5480 4590 msgstr ""
5481 4591
5482 #: mercurial/commands.py:1059
5483 4592 msgid "export requires at least one changeset"
5484 4593 msgstr ""
5485 4594
5486 #: mercurial/commands.py:1062
5487 4595 msgid "exporting patches:\n"
5488 4596 msgstr ""
5489 4597
5490 #: mercurial/commands.py:1064
5491 4598 msgid "exporting patch:\n"
5492 4599 msgstr ""
5493 4600
5494 #: mercurial/commands.py:1070
5495 4601 msgid ""
5496 4602 "search for a pattern in specified files and revisions\n"
5497 4603 "\n"
5498 4604 " Search revisions of files for a regular expression.\n"
5499 4605 "\n"
5500 4606 " This command behaves differently than Unix grep. It only accepts\n"
5501 4607 " Python/Perl regexps. It searches repository history, not the\n"
5502 4608 " working directory. It always prints the revision number in which\n"
5503 4609 " a match appears.\n"
5504 4610 "\n"
5505 4611 " By default, grep only prints output for the first revision of a\n"
5506 4612 " file in which it finds a match. To get it to print every revision\n"
5507 4613 " that contains a change in match status (\"-\" for a match that\n"
5508 4614 " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
5509 4615 " use the --all flag.\n"
5510 4616 " "
5511 4617 msgstr ""
5512 4618
5513 #: mercurial/commands.py:1091
5514 4619 msgid "grep: invalid match pattern: %s\n"
5515 4620 msgstr ""
5516 4621
5517 #: mercurial/commands.py:1236
5518 4622 msgid ""
5519 4623 "show current repository heads or show branch heads\n"
5520 4624 "\n"
5521 4625 " With no arguments, show all repository head changesets.\n"
5522 4626 "\n"
5523 4627 " If branch or revisions names are given this will show the heads of\n"
5524 4628 " the specified branches or the branches those revisions are tagged\n"
5525 4629 " with.\n"
5526 4630 "\n"
5527 4631 " Repository \"heads\" are changesets that don't have child\n"
5528 4632 " changesets. They are where development generally takes place and\n"
5529 4633 " are the usual targets for update and merge operations.\n"
5530 4634 "\n"
5531 4635 " Branch heads are changesets that have a given branch tag, but have\n"
5532 4636 " no child changesets with that tag. They are usually where\n"
5533 4637 " development on the given branch takes place.\n"
5534 4638 " "
5535 4639 msgstr ""
5536 4640
5537 #: mercurial/commands.py:1270
5538 4641 msgid "no changes on branch %s containing %s are reachable from %s\n"
5539 4642 msgstr ""
5540 4643
5541 #: mercurial/commands.py:1274
5542 4644 msgid "no changes on branch %s are reachable from %s\n"
5543 4645 msgstr ""
5544 4646
5545 #: mercurial/commands.py:1284
5546 4647 msgid ""
5547 4648 "show help for a given topic or a help overview\n"
5548 4649 "\n"
5549 4650 " With no arguments, print a list of commands and short help.\n"
5550 4651 "\n"
5551 4652 " Given a topic, extension, or command name, print help for that topic."
5552 4653 msgstr ""
5553 4654
5554 #: mercurial/commands.py:1293
5555 4655 msgid "global options:"
5556 4656 msgstr ""
5557 4657
5558 #: mercurial/commands.py:1295
5559 4658 msgid "use \"hg help\" for the full list of commands"
5560 4659 msgstr "brug \"hg help\" for den fulde liste af kommandoer"
5561 4660
5562 #: mercurial/commands.py:1299
5563 4661 msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
5564 4662 msgstr ""
5565 4663 "brug \"hg help\" for den fulde liste af kommandoer eller \"hg -v\" for "
5566 4664 "detaljer"
5567 4665
5568 #: mercurial/commands.py:1302
5569 4666 msgid "use \"hg -v help%s\" to show aliases and global options"
5570 4667 msgstr "brug \"hg -v help%s\" for at vise aliaser og globale valgmuligheder"
5571 4668
5572 #: mercurial/commands.py:1305
5573 4669 msgid "use \"hg -v help %s\" to show global options"
5574 4670 msgstr "brug \"hg -v help %s\" for at vise globale valgmuligheder"
5575 4671
5576 #: mercurial/commands.py:1317 mercurial/commands.py:1435
5577 #: mercurial/commands.py:1461
5578 4672 msgid ""
5579 4673 "list of commands:\n"
5580 4674 "\n"
5581 4675 msgstr ""
5582 4676 "liste af kommandoer:\n"
5583 4677 "\n"
5584 4678
5585 #: mercurial/commands.py:1331
5586 4679 msgid ""
5587 4680 "\n"
5588 4681 "aliases: %s\n"
5589 4682 msgstr ""
5590 4683 "\n"
5591 4684 "aliaser %s:\n"
5592 4685
5593 #: mercurial/commands.py:1336 mercurial/commands.py:1365
5594 #: mercurial/commands.py:1389 mercurial/commands.py:1408
5595 4686 msgid "(no help text available)"
5596 4687 msgstr "(ingen hjælpetekst tilgængelig)"
5597 4688
5598 #: mercurial/commands.py:1344
5599 4689 msgid "options:\n"
5600 4690 msgstr "valgmuligheder:\n"
5601 4691
5602 #: mercurial/commands.py:1370
5603 4692 msgid "no commands defined\n"
5604 4693 msgstr "ingen kommandoer defineret\n"
5605 4694
5606 #: mercurial/commands.py:1385
5607 4695 msgid ""
5608 4696 "\n"
5609 4697 "enabled extensions:\n"
5610 4698 "\n"
5611 msgstr "\naktiverede udvidelser:\n\n"
5612
5613 #: mercurial/commands.py:1394
4699 msgstr ""
4700 "\n"
4701 "aktiverede udvidelser:\n"
4702 "\n"
4703
5614 4704 msgid " %s %s\n"
5615 4705 msgstr ""
5616 4706
5617 #: mercurial/commands.py:1421
5618 4707 msgid "no help text available"
5619 4708 msgstr "ingen hjælpetekst tilgængelig"
5620 4709
5621 #: mercurial/commands.py:1423
5622 4710 msgid "%s extension - %s\n"
5623 4711 msgstr ""
5624 4712
5625 #: mercurial/commands.py:1454
5626 4713 msgid "Mercurial Distributed SCM\n"
5627 4714 msgstr "Mercurial Distribueret SCM\n"
5628 4715
5629 #: mercurial/commands.py:1459
5630 4716 msgid ""
5631 4717 "basic commands:\n"
5632 4718 "\n"
5633 4719 msgstr ""
5634 4720 "basale kommandoer:\n"
5635 4721 "\n"
5636 4722
5637 #: mercurial/commands.py:1475 doc/gendoc.py:31
5638 4723 msgid " (default: %s)"
5639 4724 msgstr " (standard: %s)"
5640 4725
5641 #: mercurial/commands.py:1479
5642 4726 msgid ""
5643 4727 "\n"
5644 4728 "additional help topics:\n"
5645 4729 "\n"
5646 4730 msgstr ""
5647 4731 "\n"
5648 4732 "yderligere hjælpeemner:\n"
5649 4733 "\n"
5650 4734
5651 #: mercurial/commands.py:1499
5652 4735 msgid ""
5653 4736 "identify the working copy or specified revision\n"
5654 4737 "\n"
5655 4738 " With no revision, print a summary of the current state of the repo.\n"
5656 4739 "\n"
5657 4740 " With a path, do a lookup in another repository.\n"
5658 4741 "\n"
5659 4742 " This summary identifies the repository state using one or two parent\n"
5660 4743 " hash identifiers, followed by a \"+\" if there are uncommitted changes\n"
5661 4744 " in the working directory, a list of tags for this revision and a branch\n"
5662 4745 " name for non-default branches.\n"
5663 4746 " "
5664 4747 msgstr ""
5665 4748
5666 #: mercurial/commands.py:1568
5667 4749 msgid ""
5668 4750 "import an ordered set of patches\n"
5669 4751 "\n"
5670 4752 " Import a list of patches and commit them individually.\n"
5671 4753 "\n"
5672 4754 " If there are outstanding changes in the working directory, import\n"
5673 4755 " will abort unless given the -f flag.\n"
5674 4756 "\n"
5675 4757 " You can import a patch straight from a mail message. Even patches\n"
5676 4758 " as attachments work (body part must be type text/plain or\n"
5677 4759 " text/x-patch to be used). From and Subject headers of email\n"
5678 4760 " message are used as default committer and commit message. All\n"
5679 4761 " text/plain body parts before first diff are added to commit\n"
5680 4762 " message.\n"
5681 4763 "\n"
5682 4764 " If the imported patch was generated by hg export, user and description\n"
5683 4765 " from patch override values from message headers and body. Values\n"
5684 4766 " given on command line with -m and -u override these.\n"
5685 4767 "\n"
5686 4768 " If --exact is specified, import will set the working directory\n"
5687 4769 " to the parent of each patch before applying it, and will abort\n"
5688 4770 " if the resulting changeset has a different ID than the one\n"
5689 4771 " recorded in the patch. This may happen due to character set\n"
5690 4772 " problems or other deficiencies in the text patch format.\n"
5691 4773 "\n"
5692 4774 " With --similarity, hg will attempt to discover renames and copies\n"
5693 4775 " in the patch in the same way as 'addremove'.\n"
5694 4776 "\n"
5695 4777 " To read a patch from standard input, use patch name \"-\".\n"
5696 4778 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5697 4779 " "
5698 4780 msgstr ""
5699 4781
5700 #: mercurial/commands.py:1624
5701 4782 msgid "applying patch from stdin\n"
5702 4783 msgstr ""
5703 4784
5704 #: mercurial/commands.py:1633
5705 4785 msgid "no diffs found"
5706 4786 msgstr ""
5707 4787
5708 #: mercurial/commands.py:1646
5709 4788 msgid ""
5710 4789 "message:\n"
5711 4790 "%s\n"
5712 4791 msgstr ""
5713 4792 "meddelse:\n"
5714 4793 "%s\n"
5715 4794
5716 #: mercurial/commands.py:1651
5717 4795 msgid "not a mercurial patch"
5718 4796 msgstr ""
5719 4797
5720 #: mercurial/commands.py:1681
5721 4798 msgid "patch is damaged or loses information"
5722 4799 msgstr ""
5723 4800
5724 #: mercurial/commands.py:1692
5725 4801 msgid ""
5726 4802 "show new changesets found in source\n"
5727 4803 "\n"
5728 4804 " Show new changesets found in the specified path/URL or the default\n"
5729 4805 " pull location. These are the changesets that would be pulled if a pull\n"
5730 4806 " was requested.\n"
5731 4807 "\n"
5732 4808 " For remote repository, using --bundle avoids downloading the changesets\n"
5733 4809 " twice if the incoming is followed by a pull.\n"
5734 4810 "\n"
5735 4811 " See pull for valid source format details.\n"
5736 4812 " "
5737 4813 msgstr ""
5738 4814
5739 #: mercurial/commands.py:1763
5740 4815 msgid ""
5741 4816 "create a new repository in the given directory\n"
5742 4817 "\n"
5743 4818 " Initialize a new repository in the given directory. If the given\n"
5744 4819 " directory does not exist, it is created.\n"
5745 4820 "\n"
5746 4821 " If no directory is given, the current directory is used.\n"
5747 4822 "\n"
5748 4823 " It is possible to specify an ssh:// URL as the destination.\n"
5749 4824 " Look at the help text for the pull command for important details\n"
5750 4825 " about ssh:// URLs.\n"
5751 4826 " "
5752 4827 msgstr ""
5753 4828
5754 #: mercurial/commands.py:1778
5755 4829 msgid ""
5756 4830 "locate files matching specific patterns\n"
5757 4831 "\n"
5758 4832 " Print all files under Mercurial control whose names match the\n"
5759 4833 " given patterns.\n"
5760 4834 "\n"
5761 4835 " This command searches the entire repository by default. To search\n"
5762 4836 " just the current directory and its subdirectories, use\n"
5763 4837 " \"--include .\".\n"
5764 4838 "\n"
5765 4839 " If no patterns are given to match, this command prints all file\n"
5766 4840 " names.\n"
5767 4841 "\n"
5768 4842 " If you want to feed the output of this command into the \"xargs\"\n"
5769 4843 " command, use the \"-0\" option to both this command and \"xargs\".\n"
5770 4844 " This will avoid the problem of \"xargs\" treating single filenames\n"
5771 4845 " that contain white space as multiple filenames.\n"
5772 4846 " "
5773 4847 msgstr ""
5774 4848
5775 #: mercurial/commands.py:1813
5776 4849 msgid ""
5777 4850 "show revision history of entire repository or files\n"
5778 4851 "\n"
5779 4852 " Print the revision history of the specified files or the entire\n"
5780 4853 " project.\n"
5781 4854 "\n"
5782 4855 " File history is shown without following rename or copy history of\n"
5783 4856 " files. Use -f/--follow with a file name to follow history across\n"
5784 4857 " renames and copies. --follow without a file name will only show\n"
5785 4858 " ancestors or descendants of the starting revision. --follow-first\n"
5786 4859 " only follows the first parent of merge revisions.\n"
5787 4860 "\n"
5788 4861 " If no revision range is specified, the default is tip:0 unless\n"
5789 4862 " --follow is set, in which case the working directory parent is\n"
5790 4863 " used as the starting revision.\n"
5791 4864 "\n"
5792 4865 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5793 4866 "\n"
5794 4867 " By default this command outputs: changeset id and hash, tags,\n"
5795 4868 " non-trivial parents, user, date and time, and a summary for each\n"
5796 4869 " commit. When the -v/--verbose switch is used, the list of changed\n"
5797 4870 " files and full commit message is shown.\n"
5798 4871 "\n"
5799 4872 " NOTE: log -p may generate unexpected diff output for merge\n"
5800 4873 " changesets, as it will compare the merge changeset against its\n"
5801 4874 " first parent only. Also, the files: list will only reflect files\n"
5802 4875 " that are different from BOTH parents.\n"
5803 4876 "\n"
5804 4877 " "
5805 4878 msgstr ""
5806 4879
5807 #: mercurial/commands.py:1855
5808 4880 msgid ""
5809 4881 "looks up all renames for a file (up to endrev) the first\n"
5810 4882 " time the file is given. It indexes on the changerev and only\n"
5811 4883 " parses the manifest if linkrev != changerev.\n"
5812 4884 " Returns rename info for fn at changerev rev."
5813 4885 msgstr ""
5814 4886
5815 #: mercurial/commands.py:1945
5816 4887 msgid ""
5817 4888 "output the current or given revision of the project manifest\n"
5818 4889 "\n"
5819 4890 " Print a list of version controlled files for the given revision.\n"
5820 4891 " If no revision is given, the parent of the working directory is used,\n"
5821 4892 " or tip if no revision is checked out.\n"
5822 4893 "\n"
5823 4894 " The manifest is the list of files being version controlled. If no "
5824 4895 "revision\n"
5825 4896 " is given then the first parent of the working directory is used.\n"
5826 4897 "\n"
5827 4898 " With -v flag, print file permissions, symlink and executable bits. With\n"
5828 4899 " --debug flag, print file revision hashes.\n"
5829 4900 " "
5830 4901 msgstr ""
5831 4902
5832 #: mercurial/commands.py:1974
5833 4903 msgid ""
5834 4904 "merge working directory with another revision\n"
5835 4905 "\n"
5836 4906 " Merge the contents of the current working directory and the\n"
5837 4907 " requested revision. Files that changed between either parent are\n"
5838 4908 " marked as changed for the next commit and a commit must be\n"
5839 4909 " performed before any further updates are allowed.\n"
5840 4910 "\n"
5841 4911 " If no revision is specified, the working directory's parent is a\n"
5842 4912 " head revision, and the current branch contains exactly one other head,\n"
5843 4913 " the other head is merged with by default. Otherwise, an explicit\n"
5844 4914 " revision to merge with must be provided.\n"
5845 4915 " "
5846 4916 msgstr ""
5847 4917
5848 #: mercurial/commands.py:1996
5849 4918 msgid "branch '%s' has %d heads - please merge with an explicit rev"
5850 4919 msgstr ""
5851 4920
5852 #: mercurial/commands.py:2003
5853 4921 msgid "branch '%s' has one head - please merge with an explicit rev"
5854 4922 msgstr ""
5855 4923
5856 #: mercurial/commands.py:2006
5857 4924 msgid "there is nothing to merge"
5858 4925 msgstr ""
5859 4926
5860 #: mercurial/commands.py:2008
5861 4927 msgid "%s - use \"hg update\" instead"
5862 4928 msgstr "%s - brug \"hg update\" istedet"
5863 4929
5864 #: mercurial/commands.py:2012
5865 4930 msgid ""
5866 4931 "working dir not at a head rev - use \"hg update\" or merge with an explicit "
5867 4932 "rev"
5868 4933 msgstr ""
5869 4934
5870 #: mercurial/commands.py:2018
5871 4935 msgid ""
5872 4936 "show changesets not found in destination\n"
5873 4937 "\n"
5874 4938 " Show changesets not found in the specified destination repository or\n"
5875 4939 " the default push location. These are the changesets that would be "
5876 4940 "pushed\n"
5877 4941 " if a push was requested.\n"
5878 4942 "\n"
5879 4943 " See pull for valid destination format details.\n"
5880 4944 " "
5881 4945 msgstr ""
5882 4946
5883 #: mercurial/commands.py:2054
5884 4947 msgid ""
5885 4948 "show the parents of the working dir or revision\n"
5886 4949 "\n"
5887 4950 " Print the working directory's parent revisions. If a\n"
5888 4951 " revision is given via --rev, the parent of that revision\n"
5889 4952 " will be printed. If a file argument is given, revision in\n"
5890 4953 " which the file was last changed (before the working directory\n"
5891 4954 " revision or the argument to --rev if given) is printed.\n"
5892 4955 " "
5893 4956 msgstr ""
5894 4957
5895 #: mercurial/commands.py:2071
5896 4958 msgid "can only specify an explicit file name"
5897 4959 msgstr ""
5898 4960
5899 #: mercurial/commands.py:2082
5900 4961 msgid "'%s' not found in manifest!"
5901 4962 msgstr ""
5902 4963
5903 #: mercurial/commands.py:2094
5904 4964 msgid ""
5905 4965 "show definition of symbolic path names\n"
5906 4966 "\n"
5907 4967 " Show definition of symbolic path name NAME. If no name is given, show\n"
5908 4968 " definition of available names.\n"
5909 4969 "\n"
5910 4970 " Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
5911 4971 " and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.\n"
5912 4972 " "
5913 4973 msgstr ""
5914 4974
5915 #: mercurial/commands.py:2107
5916 4975 msgid "not found!\n"
5917 4976 msgstr "ikke fundet!\n"
5918 4977
5919 #: mercurial/commands.py:2120
5920 4978 msgid "not updating, since new heads added\n"
5921 4979 msgstr "opdaterer ikke idet nye hoveder er tilføjet\n"
5922 4980
5923 #: mercurial/commands.py:2122
5924 4981 msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
5925 4982 msgstr "(kør 'hg heads' for at se hoveder, 'hg merge' for at sammenføje)\n"
5926 4983
5927 #: mercurial/commands.py:2124
5928 4984 msgid "(run 'hg update' to get a working copy)\n"
5929 4985 msgstr "(kør 'hg update' for at få en arbejdskopi)\n"
5930 4986
5931 #: mercurial/commands.py:2127
5932 4987 msgid ""
5933 4988 "pull changes from the specified source\n"
5934 4989 "\n"
5935 4990 " Pull changes from a remote repository to a local one.\n"
5936 4991 "\n"
5937 4992 " This finds all changes from the repository at the specified path\n"
5938 4993 " or URL and adds them to the local repository. By default, this\n"
5939 4994 " does not update the copy of the project in the working directory.\n"
5940 4995 "\n"
5941 4996 " Valid URLs are of the form:\n"
5942 4997 "\n"
5943 4998 " local/filesystem/path (or file://local/filesystem/path)\n"
5944 4999 " http://[user[:pass]@]host[:port]/[path]\n"
5945 5000 " https://[user[:pass]@]host[:port]/[path]\n"
5946 5001 " ssh://[user[:pass]@]host[:port]/[path]\n"
5947 5002 "\n"
5948 5003 " Paths in the local filesystem can either point to Mercurial\n"
5949 5004 " repositories or to bundle files (as created by 'hg bundle' or\n"
5950 5005 " 'hg incoming --bundle').\n"
5951 5006 "\n"
5952 5007 " An optional identifier after # indicates a particular branch, tag,\n"
5953 5008 " or changeset to pull.\n"
5954 5009 "\n"
5955 5010 " Some notes about using SSH with Mercurial:\n"
5956 5011 " - SSH requires an accessible shell account on the destination machine\n"
5957 5012 " and a copy of hg in the remote path or specified with as remotecmd.\n"
5958 5013 " - path is relative to the remote user's home directory by default.\n"
5959 5014 " Use an extra slash at the start of a path to specify an absolute "
5960 5015 "path:\n"
5961 5016 " ssh://example.com//tmp/repository\n"
5962 5017 " - Mercurial doesn't use its own compression via SSH; the right thing\n"
5963 5018 " to do is to configure it in your ~/.ssh/config, e.g.:\n"
5964 5019 " Host *.mylocalnetwork.example.com\n"
5965 5020 " Compression no\n"
5966 5021 " Host *\n"
5967 5022 " Compression yes\n"
5968 5023 " Alternatively specify \"ssh -C\" as your ssh command in your hgrc or\n"
5969 5024 " with the --ssh command line option.\n"
5970 5025 " "
5971 5026 msgstr ""
5972 5027
5973 #: mercurial/commands.py:2173
5974 5028 msgid ""
5975 5029 "Other repository doesn't support revision lookup, so a rev cannot be "
5976 5030 "specified."
5977 5031 msgstr ""
5978 5032
5979 #: mercurial/commands.py:2181
5980 5033 msgid ""
5981 5034 "push changes to the specified destination\n"
5982 5035 "\n"
5983 5036 " Push changes from the local repository to the given destination.\n"
5984 5037 "\n"
5985 5038 " This is the symmetrical operation for pull. It helps to move\n"
5986 5039 " changes from the current repository to a different one. If the\n"
5987 5040 " destination is local this is identical to a pull in that directory\n"
5988 5041 " from the current one.\n"
5989 5042 "\n"
5990 5043 " By default, push will refuse to run if it detects the result would\n"
5991 5044 " increase the number of remote heads. This generally indicates the\n"
5992 5045 " the client has forgotten to pull and merge before pushing.\n"
5993 5046 "\n"
5994 5047 " Valid URLs are of the form:\n"
5995 5048 "\n"
5996 5049 " local/filesystem/path (or file://local/filesystem/path)\n"
5997 5050 " ssh://[user[:pass]@]host[:port]/[path]\n"
5998 5051 " http://[user[:pass]@]host[:port]/[path]\n"
5999 5052 " https://[user[:pass]@]host[:port]/[path]\n"
6000 5053 "\n"
6001 5054 " An optional identifier after # indicates a particular branch, tag,\n"
6002 5055 " or changeset to push. If -r is used, the named changeset and all its\n"
6003 5056 " ancestors will be pushed to the remote repository.\n"
6004 5057 "\n"
6005 5058 " Look at the help text for the pull command for important details\n"
6006 5059 " about ssh:// URLs.\n"
6007 5060 "\n"
6008 5061 " Pushing to http:// and https:// URLs is only possible, if this\n"
6009 5062 " feature is explicitly enabled on the remote Mercurial server.\n"
6010 5063 " "
6011 5064 msgstr ""
6012 5065
6013 #: mercurial/commands.py:2216
6014 5066 msgid "pushing to %s\n"
6015 5067 msgstr "skubber til %s\n"
6016 5068
6017 #: mercurial/commands.py:2223
6018 5069 msgid ""
6019 5070 "raw commit interface (DEPRECATED)\n"
6020 5071 "\n"
6021 5072 " (DEPRECATED)\n"
6022 5073 " Lowlevel commit, for use in helper scripts.\n"
6023 5074 "\n"
6024 5075 " This command is not intended to be used by normal users, as it is\n"
6025 5076 " primarily useful for importing from other SCMs.\n"
6026 5077 "\n"
6027 5078 " This command is now deprecated and will be removed in a future\n"
6028 5079 " release, please use debugsetparents and commit instead.\n"
6029 5080 " "
6030 5081 msgstr ""
6031 5082
6032 #: mercurial/commands.py:2235
6033 5083 msgid "(the rawcommit command is deprecated)\n"
6034 5084 msgstr ""
6035 5085
6036 #: mercurial/commands.py:2251
6037 5086 msgid ""
6038 5087 "roll back an interrupted transaction\n"
6039 5088 "\n"
6040 5089 " Recover from an interrupted commit or pull.\n"
6041 5090 "\n"
6042 5091 " This command tries to fix the repository status after an interrupted\n"
6043 5092 " operation. It should only be necessary when Mercurial suggests it.\n"
6044 5093 " "
6045 5094 msgstr ""
6046 5095
6047 #: mercurial/commands.py:2263
6048 5096 msgid ""
6049 5097 "remove the specified files on the next commit\n"
6050 5098 "\n"
6051 5099 " Schedule the indicated files for removal from the repository.\n"
6052 5100 "\n"
6053 5101 " This only removes files from the current branch, not from the entire\n"
6054 5102 " project history. -A can be used to remove only files that have already\n"
6055 5103 " been deleted, -f can be used to force deletion, and -Af can be used\n"
6056 5104 " to remove files from the next revision without deleting them.\n"
6057 5105 "\n"
6058 5106 " The following table details the behavior of remove for different file\n"
6059 5107 " states (columns) and option combinations (rows). The file states are\n"
6060 5108 " Added, Clean, Modified and Missing (as reported by hg status). The\n"
6061 5109 " actions are Warn, Remove (from branch) and Delete (from disk).\n"
6062 5110 "\n"
6063 5111 " A C M !\n"
6064 5112 " none W RD W R\n"
6065 5113 " -f R RD RD R\n"
6066 5114 " -A W W W R\n"
6067 5115 " -Af R R R R\n"
6068 5116 "\n"
6069 5117 " This command schedules the files to be removed at the next commit.\n"
6070 5118 " To undo a remove before that, see hg revert.\n"
6071 5119 " "
6072 5120 msgstr ""
6073 5121
6074 #: mercurial/commands.py:2289
6075 5122 msgid "no files specified"
6076 5123 msgstr ""
6077 5124
6078 #: mercurial/commands.py:2297
6079 5125 msgid "not removing %s: file %s (use -f to force removal)\n"
6080 5126 msgstr "fjerner ikke %s: filen %s (brug -f for at forcere fjernelsen)\n"
6081 5127
6082 #: mercurial/commands.py:2304
6083 5128 msgid "still exists"
6084 5129 msgstr "eksisterer stadig"
6085 5130
6086 #: mercurial/commands.py:2307
6087 5131 msgid "is modified"
6088 5132 msgstr "er modificeret"
6089 5133
6090 #: mercurial/commands.py:2308
6091 5134 msgid "has been marked for add"
6092 5135 msgstr "er markeret som tilføjet"
6093 5136
6094 #: mercurial/commands.py:2312 mercurial/commands.py:2482
6095 #: mercurial/cmdutil.py:303 mercurial/merge.py:298 mercurial/merge.py:308
6096 #: mercurial/merge.py:329
6097 5137 msgid "removing %s\n"
6098 5138 msgstr "fjerner %s\n"
6099 5139
6100 #: mercurial/commands.py:2318
6101 5140 msgid ""
6102 5141 "rename files; equivalent of copy + remove\n"
6103 5142 "\n"
6104 5143 " Mark dest as copies of sources; mark sources for deletion. If\n"
6105 5144 " dest is a directory, copies are put in that directory. If dest is\n"
6106 5145 " a file, there can only be one source.\n"
6107 5146 "\n"
6108 5147 " By default, this command copies the contents of files as they\n"
6109 5148 " stand in the working directory. If invoked with --after, the\n"
6110 5149 " operation is recorded, but no copying is performed.\n"
6111 5150 "\n"
6112 5151 " This command takes effect in the next commit. To undo a rename\n"
6113 5152 " before that, see hg revert.\n"
6114 5153 " "
6115 5154 msgstr ""
6116 5155
6117 #: mercurial/commands.py:2338
6118 5156 msgid ""
6119 5157 "retry file merges from a merge or update\n"
6120 5158 "\n"
6121 5159 " This command will cleanly retry unresolved file merges using file\n"
6122 5160 " revisions preserved from the last update or merge. To attempt to\n"
6123 5161 " resolve all unresolved files, use the -a switch.\n"
6124 5162 "\n"
6125 5163 " This command will also allow listing resolved files and manually\n"
6126 5164 " marking and unmarking files as resolved.\n"
6127 5165 "\n"
6128 5166 " The codes used to show the status of files are:\n"
6129 5167 " U = unresolved\n"
6130 5168 " R = resolved\n"
6131 5169 " "
6132 5170 msgstr ""
6133 5171
6134 #: mercurial/commands.py:2355
6135 5172 msgid "too many options specified"
6136 5173 msgstr ""
6137 5174
6138 #: mercurial/commands.py:2357
6139 5175 msgid "can't specify --all and patterns"
6140 5176 msgstr ""
6141 5177
6142 #: mercurial/commands.py:2359
6143 5178 msgid "no files or directories specified; use --all to remerge all files"
6144 5179 msgstr ""
6145 5180 "ingen filer eller mapper specificeret; brug --all for at gen-sammenføje alle "
6146 5181 "filerne"
6147 5182
6148 #: mercurial/commands.py:2379
6149 5183 msgid ""
6150 5184 "restore individual files or dirs to an earlier state\n"
6151 5185 "\n"
6152 5186 " (use update -r to check out earlier revisions, revert does not\n"
6153 5187 " change the working dir parents)\n"
6154 5188 "\n"
6155 5189 " With no revision specified, revert the named files or directories\n"
6156 5190 " to the contents they had in the parent of the working directory.\n"
6157 5191 " This restores the contents of the affected files to an unmodified\n"
6158 5192 " state and unschedules adds, removes, copies, and renames. If the\n"
6159 5193 " working directory has two parents, you must explicitly specify the\n"
6160 5194 " revision to revert to.\n"
6161 5195 "\n"
6162 5196 " Using the -r option, revert the given files or directories to their\n"
6163 5197 " contents as of a specific revision. This can be helpful to \"roll\n"
6164 5198 " back\" some or all of an earlier change.\n"
6165 5199 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6166 5200 "\n"
6167 5201 " Revert modifies the working directory. It does not commit any\n"
6168 5202 " changes, or change the parent of the working directory. If you\n"
6169 5203 " revert to a revision other than the parent of the working\n"
6170 5204 " directory, the reverted files will thus appear modified\n"
6171 5205 " afterwards.\n"
6172 5206 "\n"
6173 5207 " If a file has been deleted, it is restored. If the executable\n"
6174 5208 " mode of a file was changed, it is reset.\n"
6175 5209 "\n"
6176 5210 " If names are given, all files matching the names are reverted.\n"
6177 5211 " If no arguments are given, no files are reverted.\n"
6178 5212 "\n"
6179 5213 " Modified files are saved with a .orig suffix before reverting.\n"
6180 5214 " To disable these backups, use --no-backup.\n"
6181 5215 " "
6182 5216 msgstr ""
6183 5217
6184 #: mercurial/commands.py:2414 mercurial/commands.py:2930
6185 5218 msgid "you can't specify a revision and a date"
6186 5219 msgstr "du kan ikke specificeret en revision og en dato"
6187 5220
6188 #: mercurial/commands.py:2418
6189 5221 msgid "no files or directories specified; use --all to revert the whole repo"
6190 5222 msgstr ""
6191 5223 "ingen filer eller mapper specificeret; brug --all for at føre hele repo'et "
6192 5224 "tilbage"
6193 5225
6194 #: mercurial/commands.py:2481
6195 5226 msgid "forgetting %s\n"
6196 5227 msgstr "glemmer %s\n"
6197 5228
6198 #: mercurial/commands.py:2484
6199 5229 msgid "reverting %s\n"
6200 5230 msgstr "fører %s tilbage\n"
6201 5231
6202 #: mercurial/commands.py:2487
6203 5232 msgid "undeleting %s\n"
6204 5233 msgstr ""
6205 5234
6206 #: mercurial/commands.py:2509
6207 5235 msgid "saving current version of %s as %s\n"
6208 5236 msgstr "gemmer nuværende version af %s som %s\n"
6209 5237
6210 #: mercurial/commands.py:2531
6211 5238 msgid "file not managed: %s\n"
6212 5239 msgstr ""
6213 5240
6214 #: mercurial/commands.py:2535
6215 5241 msgid "no changes needed to %s\n"
6216 5242 msgstr ""
6217 5243
6218 #: mercurial/commands.py:2597
6219 5244 msgid ""
6220 5245 "roll back the last transaction\n"
6221 5246 "\n"
6222 5247 " This command should be used with care. There is only one level of\n"
6223 5248 " rollback, and there is no way to undo a rollback. It will also\n"
6224 5249 " restore the dirstate at the time of the last transaction, losing\n"
6225 5250 " any dirstate changes since that time.\n"
6226 5251 "\n"
6227 5252 " Transactions are used to encapsulate the effects of all commands\n"
6228 5253 " that create new changesets or propagate existing changesets into a\n"
6229 5254 " repository. For example, the following commands are transactional,\n"
6230 5255 " and their effects can be rolled back:\n"
6231 5256 "\n"
6232 5257 " commit\n"
6233 5258 " import\n"
6234 5259 " pull\n"
6235 5260 " push (with this repository as destination)\n"
6236 5261 " unbundle\n"
6237 5262 "\n"
6238 5263 " This command is not intended for use on public repositories. Once\n"
6239 5264 " changes are visible for pull by other users, rolling a transaction\n"
6240 5265 " back locally is ineffective (someone else may already have pulled\n"
6241 5266 " the changes). Furthermore, a race is possible with readers of the\n"
6242 5267 " repository; for example an in-progress pull from the repository\n"
6243 5268 " may fail if a rollback is performed.\n"
6244 5269 " "
6245 5270 msgstr ""
6246 5271
6247 #: mercurial/commands.py:2625
6248 5272 msgid ""
6249 5273 "print the root (top) of the current working dir\n"
6250 5274 "\n"
6251 5275 " Print the root directory of the current repository.\n"
6252 5276 " "
6253 5277 msgstr ""
6254 5278
6255 #: mercurial/commands.py:2632
6256 5279 msgid ""
6257 5280 "export the repository via HTTP\n"
6258 5281 "\n"
6259 5282 " Start a local HTTP repository browser and pull server.\n"
6260 5283 "\n"
6261 5284 " By default, the server logs accesses to stdout and errors to\n"
6262 5285 " stderr. Use the \"-A\" and \"-E\" options to log to files.\n"
6263 5286 " "
6264 5287 msgstr ""
6265 5288
6266 #: mercurial/commands.py:2685
6267 5289 msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
6268 5290 msgstr "lytter på http://%s%s/%s (bundet til %s:%d)\n"
6269 5291
6270 #: mercurial/commands.py:2696
6271 5292 msgid ""
6272 5293 "show changed files in the working directory\n"
6273 5294 "\n"
6274 5295 " Show status of files in the repository. If names are given, only\n"
6275 5296 " files that match are shown. Files that are clean or ignored or\n"
6276 5297 " source of a copy/move operation, are not listed unless -c (clean),\n"
6277 5298 " -i (ignored), -C (copies) or -A is given. Unless options described\n"
6278 5299 " with \"show only ...\" are given, the options -mardu are used.\n"
6279 5300 "\n"
6280 5301 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
6281 5302 " unless explicitly requested with -u/--unknown or -i/-ignored.\n"
6282 5303 "\n"
6283 5304 " NOTE: status may appear to disagree with diff if permissions have\n"
6284 5305 " changed or a merge has occurred. The standard diff format does not\n"
6285 5306 " report permission changes and diff only reports changes relative\n"
6286 5307 " to one merge parent.\n"
6287 5308 "\n"
6288 5309 " If one revision is given, it is used as the base revision.\n"
6289 5310 " If two revisions are given, the difference between them is shown.\n"
6290 5311 "\n"
6291 5312 " The codes used to show the status of files are:\n"
6292 5313 " M = modified\n"
6293 5314 " A = added\n"
6294 5315 " R = removed\n"
6295 5316 " C = clean\n"
6296 5317 " ! = deleted, but still tracked\n"
6297 5318 " ? = not tracked\n"
6298 5319 " I = ignored\n"
6299 5320 " = the previous added file was copied from here\n"
6300 5321 " "
6301 5322 msgstr ""
6302 5323
6303 #: mercurial/commands.py:2767
6304 5324 msgid ""
6305 5325 "add one or more tags for the current or given revision\n"
6306 5326 "\n"
6307 5327 " Name a particular revision using <name>.\n"
6308 5328 "\n"
6309 5329 " Tags are used to name particular revisions of the repository and are\n"
6310 5330 " very useful to compare different revisions, to go back to significant\n"
6311 5331 " earlier versions or to mark branch points as releases, etc.\n"
6312 5332 "\n"
6313 5333 " If no revision is given, the parent of the working directory is used,\n"
6314 5334 " or tip if no revision is checked out.\n"
6315 5335 "\n"
6316 5336 " To facilitate version control, distribution, and merging of tags,\n"
6317 5337 " they are stored as a file named \".hgtags\" which is managed\n"
6318 5338 " similarly to other project files and can be hand-edited if\n"
6319 5339 " necessary. The file '.hg/localtags' is used for local tags (not\n"
6320 5340 " shared among repositories).\n"
6321 5341 "\n"
6322 5342 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6323 5343 " "
6324 5344 msgstr ""
6325 5345
6326 #: mercurial/commands.py:2790
6327 5346 msgid "tag names must be unique"
6328 5347 msgstr ""
6329 5348
6330 #: mercurial/commands.py:2793
6331 5349 msgid "the name '%s' is reserved"
6332 5350 msgstr ""
6333 5351
6334 #: mercurial/commands.py:2795
6335 5352 msgid "--rev and --remove are incompatible"
6336 5353 msgstr ""
6337 5354
6338 #: mercurial/commands.py:2803
6339 5355 msgid "tag '%s' does not exist"
6340 5356 msgstr ""
6341 5357
6342 #: mercurial/commands.py:2805
6343 5358 msgid "tag '%s' is not a %s tag"
6344 5359 msgstr ""
6345 5360
6346 #: mercurial/commands.py:2809
6347 5361 msgid "Removed tag %s"
6348 5362 msgstr ""
6349 5363
6350 #: mercurial/commands.py:2813
6351 5364 msgid "tag '%s' already exists (use -f to force)"
6352 5365 msgstr ""
6353 5366
6354 #: mercurial/commands.py:2821
6355 5367 msgid "Added tag %s for changeset %s"
6356 5368 msgstr ""
6357 5369
6358 #: mercurial/commands.py:2831
6359 5370 msgid ""
6360 5371 "list repository tags\n"
6361 5372 "\n"
6362 5373 " This lists both regular and local tags. When the -v/--verbose switch\n"
6363 5374 " is used, a third column \"local\" is printed for local tags.\n"
6364 5375 " "
6365 5376 msgstr ""
6366 5377
6367 #: mercurial/commands.py:2862
6368 5378 msgid ""
6369 5379 "show the tip revision\n"
6370 5380 "\n"
6371 5381 " The tip revision (usually just called the tip) is the most\n"
6372 5382 " recently added changeset in the repository, the most recently\n"
6373 5383 " changed head.\n"
6374 5384 "\n"
6375 5385 " If you have just made a commit, that commit will be the tip. If\n"
6376 5386 " you have just pulled changes from another repository, the tip of\n"
6377 5387 " that repository becomes the current tip. The \"tip\" tag is special\n"
6378 5388 " and cannot be renamed or assigned to a different changeset.\n"
6379 5389 " "
6380 5390 msgstr ""
6381 5391
6382 #: mercurial/commands.py:2876
6383 5392 msgid ""
6384 5393 "apply one or more changegroup files\n"
6385 5394 "\n"
6386 5395 " Apply one or more compressed changegroup files generated by the\n"
6387 5396 " bundle command.\n"
6388 5397 " "
6389 5398 msgstr ""
6390 5399
6391 #: mercurial/commands.py:2896
6392 5400 msgid ""
6393 5401 "update working directory\n"
6394 5402 "\n"
6395 5403 " Update the repository's working directory to the specified revision,\n"
6396 5404 " or the tip of the current branch if none is specified. Use null as\n"
6397 5405 " the revision to remove the working copy (like 'hg clone -U').\n"
6398 5406 "\n"
6399 5407 " When the working dir contains no uncommitted changes, it will be\n"
6400 5408 " replaced by the state of the requested revision from the repo. When\n"
6401 5409 " the requested revision is on a different branch, the working dir\n"
6402 5410 " will additionally be switched to that branch.\n"
6403 5411 "\n"
6404 5412 " When there are uncommitted changes, use option -C to discard them,\n"
6405 5413 " forcibly replacing the state of the working dir with the requested\n"
6406 5414 " revision.\n"
6407 5415 "\n"
6408 5416 " When there are uncommitted changes and option -C is not used, and\n"
6409 5417 " the parent revision and requested revision are on the same branch,\n"
6410 5418 " and one of them is an ancestor of the other, then the new working\n"
6411 5419 " directory will contain the requested revision merged with the\n"
6412 5420 " uncommitted changes. Otherwise, the update will fail with a\n"
6413 5421 " suggestion to use 'merge' or 'update -C' instead.\n"
6414 5422 "\n"
6415 5423 " If you want to update just one file to an older revision, use revert.\n"
6416 5424 "\n"
6417 5425 " See 'hg help dates' for a list of formats valid for --date.\n"
6418 5426 " "
6419 5427 msgstr ""
6420 5428
6421 #: mercurial/commands.py:2939
6422 5429 msgid ""
6423 5430 "verify the integrity of the repository\n"
6424 5431 "\n"
6425 5432 " Verify the integrity of the current repository.\n"
6426 5433 "\n"
6427 5434 " This will perform an extensive check of the repository's\n"
6428 5435 " integrity, validating the hashes and checksums of each entry in\n"
6429 5436 " the changelog, manifest, and tracked files, as well as the\n"
6430 5437 " integrity of their crosslinks and indices.\n"
6431 5438 " "
6432 5439 msgstr ""
6433 5440
6434 #: mercurial/commands.py:2951
6435 5441 msgid "output version and copyright information"
6436 5442 msgstr ""
6437 5443
6438 #: mercurial/commands.py:2952
6439 5444 msgid "Mercurial Distributed SCM (version %s)\n"
6440 5445 msgstr "Mercurial Distributed SCM (version %s)\n"
6441 5446
6442 #: mercurial/commands.py:2954
6443 5447 msgid ""
6444 5448 "\n"
6445 5449 "Copyright (C) 2005-2008 Matt Mackall <mpm@selenic.com> and others\n"
6446 5450 "This is free software; see the source for copying conditions. There is NO\n"
6447 5451 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
6448 5452 msgstr ""
6449 5453
6450 #: mercurial/commands.py:2965
6451 5454 msgid "repository root directory or symbolic path name"
6452 5455 msgstr ""
6453 5456
6454 #: mercurial/commands.py:2966
6455 5457 msgid "change working directory"
6456 5458 msgstr "skift arbejdsbibliotek"
6457 5459
6458 #: mercurial/commands.py:2968
6459 5460 msgid "do not prompt, assume 'yes' for any required answers"
6460 5461 msgstr "spørg ikke, antag alle svar er 'ja'"
6461 5462
6462 #: mercurial/commands.py:2969
6463 5463 msgid "suppress output"
6464 5464 msgstr "undertryk output"
6465 5465
6466 #: mercurial/commands.py:2970
6467 5466 msgid "enable additional output"
6468 5467 msgstr ""
6469 5468
6470 #: mercurial/commands.py:2971
6471 5469 msgid "set/override config option"
6472 5470 msgstr ""
6473 5471
6474 #: mercurial/commands.py:2972
6475 5472 msgid "enable debugging output"
6476 5473 msgstr ""
6477 5474
6478 #: mercurial/commands.py:2973
6479 5475 msgid "start debugger"
6480 5476 msgstr ""
6481 5477
6482 #: mercurial/commands.py:2974
6483 5478 msgid "set the charset encoding"
6484 5479 msgstr ""
6485 5480
6486 #: mercurial/commands.py:2975
6487 5481 msgid "set the charset encoding mode"
6488 5482 msgstr ""
6489 5483
6490 #: mercurial/commands.py:2976
6491 5484 msgid "print improved command execution profile"
6492 5485 msgstr ""
6493 5486
6494 #: mercurial/commands.py:2977
6495 5487 msgid "print traceback on exception"
6496 5488 msgstr ""
6497 5489
6498 #: mercurial/commands.py:2978
6499 5490 msgid "time how long the command takes"
6500 5491 msgstr ""
6501 5492
6502 #: mercurial/commands.py:2979
6503 5493 msgid "print command execution profile"
6504 5494 msgstr ""
6505 5495
6506 #: mercurial/commands.py:2980
6507 5496 msgid "output version information and exit"
6508 5497 msgstr ""
6509 5498
6510 #: mercurial/commands.py:2981
6511 5499 msgid "display help and exit"
6512 5500 msgstr ""
6513 5501
6514 #: mercurial/commands.py:2985
6515 5502 msgid "do not perform actions, just print output"
6516 5503 msgstr "udfør ingen handlinger, udskriv kun outputttet"
6517 5504
6518 #: mercurial/commands.py:2988
6519 5505 msgid "specify ssh command to use"
6520 5506 msgstr "specificer ssh kommandoen som skal bruges"
6521 5507
6522 #: mercurial/commands.py:2989
6523 5508 msgid "specify hg command to run on the remote side"
6524 5509 msgstr ""
6525 5510
6526 #: mercurial/commands.py:2993
6527 5511 msgid "include names matching the given patterns"
6528 5512 msgstr "inkluder navne som matcher det givne mønster"
6529 5513
6530 #: mercurial/commands.py:2994
6531 5514 msgid "exclude names matching the given patterns"
6532 5515 msgstr "ekskluder navne som matcher det givne mønster"
6533 5516
6534 #: mercurial/commands.py:2998 mercurial/commands.py:3392
6535 5517 msgid "use <text> as commit message"
6536 5518 msgstr "brug <tekst> som commit-besked"
6537 5519
6538 #: mercurial/commands.py:2999
6539 5520 msgid "read commit message from <file>"
6540 5521 msgstr "læs commit-beskeden fra <fil>"
6541 5522
6542 #: mercurial/commands.py:3003
6543 5523 msgid "record datecode as commit date"
6544 5524 msgstr ""
6545 5525
6546 #: mercurial/commands.py:3004
6547 5526 msgid "record user as committer"
6548 5527 msgstr ""
6549 5528
6550 #: mercurial/commands.py:3008
6551 5529 msgid "display using template map file"
6552 5530 msgstr ""
6553 5531
6554 #: mercurial/commands.py:3009
6555 5532 msgid "display with template"
6556 5533 msgstr ""
6557 5534
6558 #: mercurial/commands.py:3015
6559 5535 msgid "do not show merges"
6560 5536 msgstr ""
6561 5537
6562 #: mercurial/commands.py:3019 mercurial/commands.py:3049
6563 5538 msgid "treat all files as text"
6564 5539 msgstr "behandl alle filer som tekst"
6565 5540
6566 #: mercurial/commands.py:3021
6567 5541 msgid "don't include dates in diff headers"
6568 5542 msgstr ""
6569 5543
6570 #: mercurial/commands.py:3025
6571 5544 msgid "show which function each change is in"
6572 5545 msgstr ""
6573 5546
6574 #: mercurial/commands.py:3027
6575 5547 msgid "ignore white space when comparing lines"
6576 5548 msgstr ""
6577 5549
6578 #: mercurial/commands.py:3029
6579 5550 msgid "ignore changes in the amount of white space"
6580 5551 msgstr ""
6581 5552
6582 #: mercurial/commands.py:3031
6583 5553 msgid "ignore changes whose lines are all blank"
6584 5554 msgstr ""
6585 5555
6586 #: mercurial/commands.py:3032
6587 5556 msgid "number of lines of context to show"
6588 5557 msgstr ""
6589 5558
6590 #: mercurial/commands.py:3037
6591 5559 msgid "guess renamed files by similarity (0<=s<=100)"
6592 5560 msgstr ""
6593 5561
6594 #: mercurial/commands.py:3041 mercurial/commands.py:3044
6595 #: mercurial/commands.py:3129 mercurial/commands.py:3157
6596 #: mercurial/commands.py:3172 mercurial/commands.py:3333
6597 #: mercurial/commands.py:3384
6598 5562 msgid "[OPTION]... [FILE]..."
6599 5563 msgstr ""
6600 5564
6601 #: mercurial/commands.py:3047
6602 5565 msgid "annotate the specified revision"
6603 5566 msgstr ""
6604 5567
6605 #: mercurial/commands.py:3048
6606 5568 msgid "follow file copies and renames"
6607 5569 msgstr ""
6608 5570
6609 #: mercurial/commands.py:3050 mercurial/commands.py:3195
6610 5571 msgid "list the author (long with -v)"
6611 5572 msgstr ""
6612 5573
6613 #: mercurial/commands.py:3051 mercurial/commands.py:3196
6614 5574 msgid "list the date (short with -q)"
6615 5575 msgstr ""
6616 5576
6617 #: mercurial/commands.py:3052
6618 5577 msgid "list the revision number (default)"
6619 5578 msgstr ""
6620 5579
6621 #: mercurial/commands.py:3053
6622 5580 msgid "list the changeset"
6623 5581 msgstr ""
6624 5582
6625 #: mercurial/commands.py:3055
6626 5583 msgid "show line number at the first appearance"
6627 5584 msgstr ""
6628 5585
6629 #: mercurial/commands.py:3057
6630 5586 msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
6631 5587 msgstr ""
6632 5588
6633 #: mercurial/commands.py:3060
6634 5589 msgid "do not pass files through decoders"
6635 5590 msgstr ""
6636 5591
6637 #: mercurial/commands.py:3061
6638 5592 msgid "directory prefix for files in archive"
6639 5593 msgstr ""
6640 5594
6641 #: mercurial/commands.py:3062
6642 5595 msgid "revision to distribute"
6643 5596 msgstr ""
6644 5597
6645 #: mercurial/commands.py:3063
6646 5598 msgid "type of distribution to create"
6647 5599 msgstr ""
6648 5600
6649 #: mercurial/commands.py:3065
6650 5601 msgid "[OPTION]... DEST"
6651 5602 msgstr ""
6652 5603
6653 #: mercurial/commands.py:3069
6654 5604 msgid "merge with old dirstate parent after backout"
6655 5605 msgstr ""
6656 5606
6657 #: mercurial/commands.py:3070
6658 5607 msgid "parent to choose when backing out merge"
6659 5608 msgstr ""
6660 5609
6661 #: mercurial/commands.py:3071
6662 5610 msgid "revision to backout"
6663 5611 msgstr ""
6664 5612
6665 #: mercurial/commands.py:3073
6666 5613 msgid "[OPTION]... [-r] REV"
6667 5614 msgstr ""
6668 5615
6669 #: mercurial/commands.py:3076
6670 5616 msgid "reset bisect state"
6671 5617 msgstr "nulstil bisect"
6672 5618
6673 #: mercurial/commands.py:3077
6674 5619 msgid "mark changeset good"
6675 5620 msgstr "marker ændring som god"
6676 5621
6677 #: mercurial/commands.py:3078
6678 5622 msgid "mark changeset bad"
6679 5623 msgstr "marker ændring som dårlig"
6680 5624
6681 #: mercurial/commands.py:3079
6682 5625 msgid "skip testing changeset"
6683 5626 msgstr ""
6684 5627
6685 #: mercurial/commands.py:3080
6686 5628 msgid "use command to check changeset state"
6687 5629 msgstr ""
6688 5630
6689 #: mercurial/commands.py:3081
6690 5631 msgid "do not update to target"
6691 5632 msgstr ""
6692 5633
6693 #: mercurial/commands.py:3082
6694 5634 msgid "[-gbsr] [-c CMD] [REV]"
6695 5635 msgstr ""
6696 5636
6697 #: mercurial/commands.py:3086
6698 5637 msgid "set branch name even if it shadows an existing branch"
6699 5638 msgstr ""
6700 5639
6701 #: mercurial/commands.py:3087
6702 5640 msgid "reset branch name to parent branch name"
6703 5641 msgstr ""
6704 5642
6705 #: mercurial/commands.py:3088
6706 5643 msgid "[-fC] [NAME]"
6707 5644 msgstr ""
6708 5645
6709 #: mercurial/commands.py:3092
6710 5646 msgid "show only branches that have unmerged heads"
6711 5647 msgstr ""
6712 5648
6713 #: mercurial/commands.py:3093
6714 5649 msgid "[-a]"
6715 5650 msgstr ""
6716 5651
6717 #: mercurial/commands.py:3097 mercurial/commands.py:3231
6718 #: mercurial/commands.py:3283 mercurial/commands.py:3300
6719 5652 msgid "run even when remote repository is unrelated"
6720 5653 msgstr ""
6721 5654
6722 #: mercurial/commands.py:3099
6723 5655 msgid "a changeset up to which you would like to bundle"
6724 5656 msgstr ""
6725 5657
6726 #: mercurial/commands.py:3101
6727 5658 msgid "a base changeset to specify instead of a destination"
6728 5659 msgstr ""
6729 5660
6730 #: mercurial/commands.py:3102
6731 5661 msgid "bundle all changesets in the repository"
6732 5662 msgstr ""
6733 5663
6734 #: mercurial/commands.py:3103
6735 5664 msgid "bundle compression type to use"
6736 5665 msgstr ""
6737 5666
6738 #: mercurial/commands.py:3105
6739 5667 msgid "[-f] [-a] [-r REV]... [--base REV]... FILE [DEST]"
6740 5668 msgstr ""
6741 5669
6742 #: mercurial/commands.py:3108 mercurial/commands.py:3180
6743 5670 msgid "print output to file with formatted name"
6744 5671 msgstr ""
6745 5672
6746 #: mercurial/commands.py:3109
6747 5673 msgid "print the given revision"
6748 5674 msgstr ""
6749 5675
6750 #: mercurial/commands.py:3110
6751 5676 msgid "apply any matching decode filter"
6752 5677 msgstr ""
6753 5678
6754 #: mercurial/commands.py:3112 mercurial/commands.py:3319
6755 5679 msgid "[OPTION]... FILE..."
6756 5680 msgstr ""
6757 5681
6758 #: mercurial/commands.py:3116
6759 5682 msgid "the clone will only contain a repository (no working copy)"
6760 5683 msgstr ""
6761 5684
6762 #: mercurial/commands.py:3118
6763 5685 msgid "a changeset you would like to have after cloning"
6764 5686 msgstr ""
6765 5687
6766 #: mercurial/commands.py:3123
6767 5688 msgid "[OPTION]... SOURCE [DEST]"
6768 5689 msgstr ""
6769 5690
6770 #: mercurial/commands.py:3127
6771 5691 msgid "mark new/missing files as added/removed before committing"
6772 5692 msgstr ""
6773 5693
6774 #: mercurial/commands.py:3132
6775 5694 msgid "record a copy that has already occurred"
6776 5695 msgstr ""
6777 5696
6778 #: mercurial/commands.py:3134 mercurial/commands.py:3324
6779 5697 msgid "forcibly copy over an existing managed file"
6780 5698 msgstr ""
6781 5699
6782 #: mercurial/commands.py:3136
6783 5700 msgid "[OPTION]... [SOURCE]... DEST"
6784 5701 msgstr ""
6785 5702
6786 #: mercurial/commands.py:3137
6787 5703 msgid "[INDEX] REV1 REV2"
6788 5704 msgstr ""
6789 5705
6790 #: mercurial/commands.py:3141
6791 5706 msgid "show the command options"
6792 5707 msgstr ""
6793 5708
6794 #: mercurial/commands.py:3142
6795 5709 msgid "[-o] CMD"
6796 5710 msgstr ""
6797 5711
6798 #: mercurial/commands.py:3145
6799 5712 msgid "try extended date formats"
6800 5713 msgstr ""
6801 5714
6802 #: mercurial/commands.py:3146
6803 5715 msgid "[-e] DATE [RANGE]"
6804 5716 msgstr ""
6805 5717
6806 #: mercurial/commands.py:3147
6807 5718 msgid "FILE REV"
6808 5719 msgstr ""
6809 5720
6810 #: mercurial/commands.py:3148
6811 5721 msgid "[PATH]"
6812 5722 msgstr ""
6813 5723
6814 #: mercurial/commands.py:3149 mercurial/commands.py:3150
6815 5724 msgid "FILE"
6816 5725 msgstr ""
6817 5726
6818 #: mercurial/commands.py:3154
6819 5727 msgid "parent"
6820 5728 msgstr ""
6821 5729
6822 #: mercurial/commands.py:3155
6823 5730 msgid "file list"
6824 5731 msgstr ""
6825 5732
6826 #: mercurial/commands.py:3160
6827 5733 msgid "revision to rebuild to"
6828 5734 msgstr ""
6829 5735
6830 #: mercurial/commands.py:3161
6831 5736 msgid "[-r REV] [REV]"
6832 5737 msgstr ""
6833 5738
6834 #: mercurial/commands.py:3164
6835 5739 msgid "revision to debug"
6836 5740 msgstr ""
6837 5741
6838 #: mercurial/commands.py:3165
6839 5742 msgid "[-r REV] FILE"
6840 5743 msgstr ""
6841 5744
6842 #: mercurial/commands.py:3167
6843 5745 msgid "REV1 [REV2]"
6844 5746 msgstr ""
6845 5747
6846 #: mercurial/commands.py:3170
6847 5748 msgid "do not display the saved mtime"
6848 5749 msgstr ""
6849 5750
6850 #: mercurial/commands.py:3171 mercurial/commands.py:3363
6851 5751 msgid "[OPTION]..."
6852 5752 msgstr ""
6853 5753
6854 #: mercurial/commands.py:3177
6855 5754 msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
6856 5755 msgstr ""
6857 5756
6858 #: mercurial/commands.py:3181
6859 5757 msgid "diff against the second parent"
6860 5758 msgstr ""
6861 5759
6862 #: mercurial/commands.py:3183
6863 5760 msgid "[OPTION]... [-o OUTFILESPEC] REV..."
6864 5761 msgstr ""
6865 5762
6866 #: mercurial/commands.py:3186
6867 5763 msgid "end fields with NUL"
6868 5764 msgstr ""
6869 5765
6870 #: mercurial/commands.py:3187
6871 5766 msgid "print all revisions that match"
6872 5767 msgstr ""
6873 5768
6874 #: mercurial/commands.py:3189 mercurial/commands.py:3255
6875 5769 msgid "follow changeset history, or file history across copies and renames"
6876 5770 msgstr ""
6877 5771
6878 #: mercurial/commands.py:3190
6879 5772 msgid "ignore case when matching"
6880 5773 msgstr ""
6881 5774
6882 #: mercurial/commands.py:3192
6883 5775 msgid "print only filenames and revs that match"
6884 5776 msgstr ""
6885 5777
6886 #: mercurial/commands.py:3193
6887 5778 msgid "print matching line numbers"
6888 5779 msgstr ""
6889 5780
6890 #: mercurial/commands.py:3194
6891 5781 msgid "search in given revision range"
6892 5782 msgstr ""
6893 5783
6894 #: mercurial/commands.py:3198
6895 5784 msgid "[OPTION]... PATTERN [FILE]..."
6896 5785 msgstr ""
6897 5786
6898 #: mercurial/commands.py:3201
6899 5787 msgid "show only heads which are descendants of rev"
6900 5788 msgstr ""
6901 5789
6902 #: mercurial/commands.py:3203
6903 5790 msgid "[-r REV] [REV]..."
6904 5791 msgstr ""
6905 5792
6906 #: mercurial/commands.py:3204
6907 5793 msgid "[TOPIC]"
6908 5794 msgstr ""
6909 5795
6910 #: mercurial/commands.py:3207
6911 5796 msgid "identify the specified rev"
6912 5797 msgstr ""
6913 5798
6914 #: mercurial/commands.py:3208
6915 5799 msgid "show local revision number"
6916 5800 msgstr ""
6917 5801
6918 #: mercurial/commands.py:3209
6919 5802 msgid "show global revision id"
6920 5803 msgstr ""
6921 5804
6922 #: mercurial/commands.py:3210
6923 5805 msgid "show branch"
6924 5806 msgstr ""
6925 5807
6926 #: mercurial/commands.py:3211
6927 5808 msgid "show tags"
6928 5809 msgstr ""
6929 5810
6930 #: mercurial/commands.py:3212
6931 5811 msgid "[-nibt] [-r REV] [SOURCE]"
6932 5812 msgstr ""
6933 5813
6934 #: mercurial/commands.py:3216
6935 5814 msgid ""
6936 5815 "directory strip option for patch. This has the same\n"
6937 5816 "meaning as the corresponding patch option"
6938 5817 msgstr ""
6939 5818
6940 #: mercurial/commands.py:3218
6941 5819 msgid "base path"
6942 5820 msgstr ""
6943 5821
6944 #: mercurial/commands.py:3220
6945 5822 msgid "skip check for outstanding uncommitted changes"
6946 5823 msgstr ""
6947 5824
6948 #: mercurial/commands.py:3221
6949 5825 msgid "don't commit, just update the working directory"
6950 5826 msgstr ""
6951 5827
6952 #: mercurial/commands.py:3223
6953 5828 msgid "apply patch to the nodes from which it was generated"
6954 5829 msgstr ""
6955 5830
6956 #: mercurial/commands.py:3225
6957 5831 msgid "Use any branch information in patch (implied by --exact)"
6958 5832 msgstr ""
6959 5833
6960 #: mercurial/commands.py:3227
6961 5834 msgid "[OPTION]... PATCH..."
6962 5835 msgstr ""
6963 5836
6964 #: mercurial/commands.py:3232 mercurial/commands.py:3286
6965 5837 msgid "show newest record first"
6966 5838 msgstr ""
6967 5839
6968 #: mercurial/commands.py:3233
6969 5840 msgid "file to store the bundles into"
6970 5841 msgstr ""
6971 5842
6972 #: mercurial/commands.py:3235 mercurial/commands.py:3302
6973 5843 msgid "a specific revision up to which you would like to pull"
6974 5844 msgstr ""
6975 5845
6976 #: mercurial/commands.py:3237
6977 5846 msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
6978 5847 msgstr ""
6979 5848
6980 #: mercurial/commands.py:3242
6981 5849 msgid "[-e CMD] [--remotecmd CMD] [DEST]"
6982 5850 msgstr ""
6983 5851
6984 #: mercurial/commands.py:3245
6985 5852 msgid "search the repository as it stood at rev"
6986 5853 msgstr ""
6987 5854
6988 #: mercurial/commands.py:3247 mercurial/commands.py:3381
6989 5855 msgid "end filenames with NUL, for use with xargs"
6990 5856 msgstr ""
6991 5857
6992 #: mercurial/commands.py:3249
6993 5858 msgid "print complete paths from the filesystem root"
6994 5859 msgstr ""
6995 5860
6996 #: mercurial/commands.py:3251
6997 5861 msgid "[OPTION]... [PATTERN]..."
6998 5862 msgstr ""
6999 5863
7000 #: mercurial/commands.py:3257
7001 5864 msgid "only follow the first parent of merge changesets"
7002 5865 msgstr ""
7003 5866
7004 #: mercurial/commands.py:3258
7005 5867 msgid "show revs matching date spec"
7006 5868 msgstr ""
7007 5869
7008 #: mercurial/commands.py:3259
7009 5870 msgid "show copied files"
7010 5871 msgstr ""
7011 5872
7012 #: mercurial/commands.py:3260
7013 5873 msgid "do case-insensitive search for a keyword"
7014 5874 msgstr ""
7015 5875
7016 #: mercurial/commands.py:3262
7017 5876 msgid "include revs where files were removed"
7018 5877 msgstr ""
7019 5878
7020 #: mercurial/commands.py:3263
7021 5879 msgid "show only merges"
7022 5880 msgstr ""
7023 5881
7024 #: mercurial/commands.py:3264
7025 5882 msgid "revs committed by user"
7026 5883 msgstr ""
7027 5884
7028 #: mercurial/commands.py:3266
7029 5885 msgid "show only changesets within the given named branch"
7030 5886 msgstr ""
7031 5887
7032 #: mercurial/commands.py:3267
7033 5888 msgid "do not display revision or any of its ancestors"
7034 5889 msgstr ""
7035 5890
7036 #: mercurial/commands.py:3269
7037 5891 msgid "[OPTION]... [FILE]"
7038 5892 msgstr ""
7039 5893
7040 #: mercurial/commands.py:3272
7041 5894 msgid "revision to display"
7042 5895 msgstr ""
7043 5896
7044 #: mercurial/commands.py:3273
7045 5897 msgid "[-r REV]"
7046 5898 msgstr ""
7047 5899
7048 #: mercurial/commands.py:3276
7049 5900 msgid "force a merge with outstanding changes"
7050 5901 msgstr ""
7051 5902
7052 #: mercurial/commands.py:3279
7053 5903 msgid "[-f] [[-r] REV]"
7054 5904 msgstr ""
7055 5905
7056 #: mercurial/commands.py:3285 mercurial/commands.py:3309
7057 5906 msgid "a specific revision up to which you would like to push"
7058 5907 msgstr ""
7059 5908
7060 #: mercurial/commands.py:3288
7061 5909 msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
7062 5910 msgstr ""
7063 5911
7064 #: mercurial/commands.py:3291
7065 5912 msgid "show parents from the specified rev"
7066 5913 msgstr ""
7067 5914
7068 #: mercurial/commands.py:3293
7069 5915 msgid "hg parents [-r REV] [FILE]"
7070 5916 msgstr ""
7071 5917
7072 #: mercurial/commands.py:3294
7073 5918 msgid "[NAME]"
7074 5919 msgstr ""
7075 5920
7076 #: mercurial/commands.py:3298
7077 5921 msgid "update to new tip if changesets were pulled"
7078 5922 msgstr ""
7079 5923
7080 #: mercurial/commands.py:3304
7081 5924 msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
7082 5925 msgstr ""
7083 5926
7084 #: mercurial/commands.py:3307
7085 5927 msgid "force push"
7086 5928 msgstr ""
7087 5929
7088 #: mercurial/commands.py:3311
7089 5930 msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
7090 5931 msgstr ""
7091 5932
7092 #: mercurial/commands.py:3315
7093 5933 msgid "record delete for missing files"
7094 5934 msgstr ""
7095 5935
7096 #: mercurial/commands.py:3317
7097 5936 msgid "remove (and delete) file even if added or modified"
7098 5937 msgstr ""
7099 5938
7100 #: mercurial/commands.py:3322
7101 5939 msgid "record a rename that has already occurred"
7102 5940 msgstr ""
7103 5941
7104 #: mercurial/commands.py:3326
7105 5942 msgid "[OPTION]... SOURCE... DEST"
7106 5943 msgstr ""
7107 5944
7108 #: mercurial/commands.py:3329
7109 5945 msgid "remerge all unresolved files"
7110 5946 msgstr ""
7111 5947
7112 #: mercurial/commands.py:3330
7113 5948 msgid "list state of files needing merge"
7114 5949 msgstr ""
7115 5950
7116 #: mercurial/commands.py:3331
7117 5951 msgid "mark files as resolved"
7118 5952 msgstr ""
7119 5953
7120 #: mercurial/commands.py:3332
7121 5954 msgid "unmark files as resolved"
7122 5955 msgstr ""
7123 5956
7124 #: mercurial/commands.py:3336
7125 5957 msgid "revert all changes when no arguments given"
7126 5958 msgstr ""
7127 5959
7128 #: mercurial/commands.py:3337 mercurial/commands.py:3409
7129 5960 msgid "tipmost revision matching date"
7130 5961 msgstr ""
7131 5962
7132 #: mercurial/commands.py:3338
7133 5963 msgid "revision to revert to"
7134 5964 msgstr ""
7135 5965
7136 #: mercurial/commands.py:3339
7137 5966 msgid "do not save backup copies of files"
7138 5967 msgstr ""
7139 5968
7140 #: mercurial/commands.py:3341
7141 5969 msgid "[OPTION]... [-r REV] [NAME]..."
7142 5970 msgstr ""
7143 5971
7144 #: mercurial/commands.py:3346
7145 5972 msgid "name of access log file to write to"
7146 5973 msgstr ""
7147 5974
7148 #: mercurial/commands.py:3349
7149 5975 msgid "name of error log file to write to"
7150 5976 msgstr ""
7151 5977
7152 #: mercurial/commands.py:3350
7153 5978 msgid "port to listen on (default: 8000)"
7154 5979 msgstr ""
7155 5980
7156 #: mercurial/commands.py:3351
7157 5981 msgid "address to listen on (default: all interfaces)"
7158 5982 msgstr ""
7159 5983
7160 #: mercurial/commands.py:3352
7161 5984 msgid "prefix path to serve from (default: server root)"
7162 5985 msgstr ""
7163 5986
7164 #: mercurial/commands.py:3354
7165 5987 msgid "name to show in web pages (default: working dir)"
7166 5988 msgstr ""
7167 5989
7168 #: mercurial/commands.py:3355
7169 5990 msgid "name of the webdir config file (serve more than one repo)"
7170 5991 msgstr ""
7171 5992
7172 #: mercurial/commands.py:3358
7173 5993 msgid "for remote clients"
7174 5994 msgstr ""
7175 5995
7176 #: mercurial/commands.py:3359
7177 5996 msgid "web templates to use"
7178 5997 msgstr ""
7179 5998
7180 #: mercurial/commands.py:3360
7181 5999 msgid "template style to use"
7182 6000 msgstr ""
7183 6001
7184 #: mercurial/commands.py:3361
7185 6002 msgid "use IPv6 in addition to IPv4"
7186 6003 msgstr ""
7187 6004
7188 #: mercurial/commands.py:3362
7189 6005 msgid "SSL certificate file"
7190 6006 msgstr ""
7191 6007
7192 #: mercurial/commands.py:3366
7193 6008 msgid "show untrusted configuration options"
7194 6009 msgstr ""
7195 6010
7196 #: mercurial/commands.py:3367
7197 6011 msgid "[-u] [NAME]..."
7198 6012 msgstr ""
7199 6013
7200 #: mercurial/commands.py:3370
7201 6014 msgid "show status of all files"
7202 6015 msgstr ""
7203 6016
7204 #: mercurial/commands.py:3371
7205 6017 msgid "show only modified files"
7206 6018 msgstr ""
7207 6019
7208 #: mercurial/commands.py:3372
7209 6020 msgid "show only added files"
7210 6021 msgstr ""
7211 6022
7212 #: mercurial/commands.py:3373
7213 6023 msgid "show only removed files"
7214 6024 msgstr ""
7215 6025
7216 #: mercurial/commands.py:3374
7217 6026 msgid "show only deleted (but tracked) files"
7218 6027 msgstr ""
7219 6028
7220 #: mercurial/commands.py:3375
7221 6029 msgid "show only files without changes"
7222 6030 msgstr ""
7223 6031
7224 #: mercurial/commands.py:3376
7225 6032 msgid "show only unknown (not tracked) files"
7226 6033 msgstr ""
7227 6034
7228 #: mercurial/commands.py:3377
7229 6035 msgid "show only ignored files"
7230 6036 msgstr ""
7231 6037
7232 #: mercurial/commands.py:3379
7233 6038 msgid "show source of copied files"
7234 6039 msgstr ""
7235 6040
7236 #: mercurial/commands.py:3382
7237 6041 msgid "show difference from revision"
7238 6042 msgstr ""
7239 6043
7240 #: mercurial/commands.py:3387
7241 6044 msgid "replace existing tag"
7242 6045 msgstr ""
7243 6046
7244 #: mercurial/commands.py:3388
7245 6047 msgid "make the tag local"
7246 6048 msgstr ""
7247 6049
7248 #: mercurial/commands.py:3389
7249 6050 msgid "revision to tag"
7250 6051 msgstr ""
7251 6052
7252 #: mercurial/commands.py:3390
7253 6053 msgid "remove a tag"
7254 6054 msgstr ""
7255 6055
7256 #: mercurial/commands.py:3394
7257 6056 msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
7258 6057 msgstr ""
7259 6058
7260 #: mercurial/commands.py:3400
7261 6059 msgid "[-p]"
7262 6060 msgstr ""
7263 6061
7264 #: mercurial/commands.py:3404
7265 6062 msgid "update to new tip if changesets were unbundled"
7266 6063 msgstr ""
7267 6064
7268 #: mercurial/commands.py:3405
7269 6065 msgid "[-u] FILE..."
7270 6066 msgstr ""
7271 6067
7272 #: mercurial/commands.py:3408
7273 6068 msgid "overwrite locally modified files (no backup)"
7274 6069 msgstr ""
7275 6070
7276 #: mercurial/commands.py:3411
7277 6071 msgid "[-C] [-d DATE] [[-r] REV]"
7278 6072 msgstr ""
7279 6073
7280 #: doc/gendoc.py:61
7281 6074 msgid "OPTIONS"
7282 6075 msgstr ""
7283 6076
7284 #: doc/gendoc.py:66
7285 6077 msgid "COMMANDS"
7286 6078 msgstr ""
7287 6079
7288 #: doc/gendoc.py:87
7289 6080 msgid " options:\n"
7290 6081 msgstr ""
7291 6082
7292 #: doc/gendoc.py:99
7293 6083 msgid ""
7294 6084 " aliases: %s\n"
7295 6085 "\n"
7296 msgstr " aliaser %s:\n\n"
7297
7298 #: hgext/convert/bzr.py:67
6086 msgstr ""
6087 " aliaser %s:\n"
6088 "\n"
6089
7299 6090 msgid "%s is not a valid revision in current branch"
7300 6091 msgstr ""
7301 6092
7302 #: hgext/convert/bzr.py:76
7303 6093 msgid "%s is not available in %s anymore"
7304 6094 msgstr ""
7305 6095
7306 #: hgext/convert/common.py:27
7307 6096 msgid "cannot find required \"%s\" tool"
7308 6097 msgstr ""
7309 6098
7310 #: hgext/convert/common.py:239
7311 6099 msgid "running: %s\n"
7312 6100 msgstr "kører: %s\n"
7313 6101
7314 #: hgext/convert/common.py:261
7315 6102 msgid "%s error:\n"
7316 6103 msgstr ""
7317 6104
7318 #: hgext/convert/common.py:264
7319 6105 msgid "%s %s"
7320 6106 msgstr ""
7321 6107
7322 #: hgext/convert/common.py:348
7323 6108 msgid "could not open map file %r: %s"
7324 6109 msgstr ""
7325 6110
7326 #: hgext/convert/convcmd.py:58
7327 6111 msgid "%s: missing or unsupported repository"
7328 6112 msgstr ""
7329 6113
7330 #: hgext/convert/convcmd.py:66
7331 6114 msgid "convert: %s\n"
7332 6115 msgstr ""
7333 6116
7334 #: hgext/convert/convcmd.py:67
7335 6117 msgid "%s: unknown repository type"
7336 6118 msgstr ""
7337 6119
7338 #: hgext/convert/convcmd.py:174
7339 6120 msgid "cycle detected between %s and %s"
7340 6121 msgstr ""
7341 6122
7342 #: hgext/convert/convcmd.py:182
7343 6123 msgid "not all revisions were sorted"
7344 6124 msgstr ""
7345 6125
7346 #: hgext/convert/convcmd.py:189
7347 6126 msgid "Writing author map file %s\n"
7348 6127 msgstr ""
7349 6128
7350 #: hgext/convert/convcmd.py:206
7351 6129 msgid "Overriding mapping for author %s, was %s, will be %s\n"
7352 6130 msgstr ""
7353 6131
7354 #: hgext/convert/convcmd.py:209
7355 6132 msgid "mapping author %s to %s\n"
7356 6133 msgstr ""
7357 6134
7358 #: hgext/convert/convcmd.py:214
7359 6135 msgid "Ignoring bad line in author map file %s: %s\n"
7360 6136 msgstr ""
7361 6137
7362 #: hgext/convert/convcmd.py:246
7363 6138 msgid "spliced in %s as parents of %s\n"
7364 6139 msgstr ""
7365 6140
7366 #: hgext/convert/convcmd.py:261
7367 6141 msgid "scanning source...\n"
7368 6142 msgstr ""
7369 6143
7370 #: hgext/convert/convcmd.py:264
7371 6144 msgid "sorting...\n"
7372 6145 msgstr ""
7373 6146
7374 #: hgext/convert/convcmd.py:269
7375 6147 msgid "converting...\n"
7376 6148 msgstr ""
7377 6149
7378 #: hgext/convert/convcmd.py:279
7379 6150 msgid "source: %s\n"
7380 6151 msgstr ""
7381 6152
7382 #: hgext/convert/convcmd.py:314
7383 6153 msgid "assuming destination %s\n"
7384 6154 msgstr ""
7385 6155
7386 #: hgext/convert/cvs.py:57
7387 6156 msgid "revision %s is not a patchset number or date"
7388 6157 msgstr ""
7389 6158
7390 #: hgext/convert/cvs.py:68
7391 6159 msgid "using builtin cvsps\n"
7392 6160 msgstr ""
7393 6161
7394 #: hgext/convert/cvs.py:184
7395 6162 msgid "connecting to %s\n"
7396 6163 msgstr ""
7397 6164
7398 #: hgext/convert/cvs.py:231
7399 6165 msgid "CVS pserver authentication failed"
7400 6166 msgstr ""
7401 6167
7402 #: hgext/convert/cvs.py:274
7403 6168 msgid "server sucks"
7404 6169 msgstr ""
7405 6170
7406 #: hgext/convert/cvs.py:293
7407 6171 msgid "%d bytes missing from remote file"
7408 6172 msgstr ""
7409 6173
7410 #: hgext/convert/cvs.py:328
7411 6174 msgid "cvs server: %s\n"
7412 6175 msgstr ""
7413 6176
7414 #: hgext/convert/cvs.py:332
7415 6177 msgid "unknown CVS response: %s"
7416 6178 msgstr ""
7417 6179
7418 #: hgext/convert/cvsps.py:92
7419 6180 msgid "collecting CVS rlog\n"
7420 6181 msgstr ""
7421 6182
7422 #: hgext/convert/cvsps.py:161
7423 6183 msgid "reading cvs log cache %s\n"
7424 6184 msgstr ""
7425 6185
7426 #: hgext/convert/cvsps.py:163
7427 6186 msgid "cache has %d log entries\n"
7428 6187 msgstr ""
7429 6188
7430 #: hgext/convert/cvsps.py:165
7431 6189 msgid "error reading cache: %r\n"
7432 6190 msgstr ""
7433 6191
7434 #: hgext/convert/cvsps.py:192
7435 6192 msgid "prefix=%r directory=%r root=%r\n"
7436 6193 msgstr ""
7437 6194
7438 #: hgext/convert/cvsps.py:237
7439 6195 msgid "RCS file must be followed by working file"
7440 6196 msgstr ""
7441 6197
7442 #: hgext/convert/cvsps.py:272
7443 6198 msgid "must have at least some revisions"
7444 6199 msgstr ""
7445 6200
7446 #: hgext/convert/cvsps.py:279
7447 6201 msgid "expected revision number"
7448 6202 msgstr ""
7449 6203
7450 #: hgext/convert/cvsps.py:288
7451 6204 msgid "revision must be followed by date line"
7452 6205 msgstr ""
7453 6206
7454 #: hgext/convert/cvsps.py:383
7455 6207 msgid "writing cvs log cache %s\n"
7456 6208 msgstr ""
7457 6209
7458 #: hgext/convert/cvsps.py:388
7459 6210 msgid "%d log entries\n"
7460 6211 msgstr ""
7461 6212
7462 #: hgext/convert/cvsps.py:409
7463 6213 msgid "creating changesets\n"
7464 6214 msgstr ""
7465 6215
7466 #: hgext/convert/cvsps.py:590
7467 6216 msgid "%d changeset entries\n"
7468 6217 msgstr ""
7469 6218
7470 #: hgext/convert/darcs.py:33
7471 6219 msgid "Python ElementTree module is not available"
7472 6220 msgstr ""
7473 6221
7474 #: hgext/convert/darcs.py:69 hgext/convert/gnuarch.py:121
7475 6222 msgid "cleaning up %s\n"
7476 6223 msgstr ""
7477 6224
7478 #: hgext/convert/darcs.py:118 hgext/convert/gnuarch.py:129
7479 6225 msgid "internal calling inconsistency"
7480 6226 msgstr ""
7481 6227
7482 #: hgext/convert/filemap.py:31
7483 6228 msgid "errors in filemap"
7484 6229 msgstr ""
7485 6230
7486 #: hgext/convert/filemap.py:37
7487 6231 msgid "%s:%d: %r already in %s list\n"
7488 6232 msgstr ""
7489 6233
7490 #: hgext/convert/filemap.py:62
7491 6234 msgid "%s:%d: unknown directive %r\n"
7492 6235 msgstr ""
7493 6236
7494 #: hgext/convert/filemap.py:226
7495 6237 msgid "source repository doesn't support --filemap"
7496 6238 msgstr ""
7497 6239
7498 #: hgext/convert/gnuarch.py:28
7499 6240 msgid "%s does not look like a GNU Arch repo"
7500 6241 msgstr ""
7501 6242
7502 #: hgext/convert/gnuarch.py:38
7503 6243 msgid "cannot find a GNU Arch tool"
7504 6244 msgstr ""
7505 6245
7506 #: hgext/convert/gnuarch.py:76
7507 6246 msgid "analyzing tree version %s...\n"
7508 6247 msgstr ""
7509 6248
7510 #: hgext/convert/gnuarch.py:80
7511 6249 msgid ""
7512 6250 "tree analysis stopped because it points to an unregistered archive %s...\n"
7513 6251 msgstr ""
7514 6252
7515 #: hgext/convert/gnuarch.py:191
7516 6253 msgid "applying revision %s...\n"
7517 6254 msgstr ""
7518 6255
7519 #: hgext/convert/gnuarch.py:201
7520 6256 msgid "computing changeset between %s and %s...\n"
7521 6257 msgstr ""
7522 6258
7523 #: hgext/convert/gnuarch.py:250
7524 6259 msgid "obtaining revision %s...\n"
7525 6260 msgstr ""
7526 6261
7527 #: hgext/convert/gnuarch.py:253
7528 6262 msgid "analysing revision %s...\n"
7529 6263 msgstr ""
7530 6264
7531 #: hgext/convert/gnuarch.py:283
7532 6265 msgid "could not parse cat-log of %s"
7533 6266 msgstr ""
7534 6267
7535 #: hgext/convert/hg.py:35 hgext/convert/hg.py:44
7536 6268 msgid "%s is not a local Mercurial repo"
7537 6269 msgstr ""
7538 6270
7539 #: hgext/convert/hg.py:41
7540 6271 msgid "initializing destination %s repository\n"
7541 6272 msgstr ""
7542 6273
7543 #: hgext/convert/hg.py:54
7544 6274 msgid "run hg sink pre-conversion action\n"
7545 6275 msgstr ""
7546 6276
7547 #: hgext/convert/hg.py:59
7548 6277 msgid "run hg sink post-conversion action\n"
7549 6278 msgstr ""
7550 6279
7551 #: hgext/convert/hg.py:107
7552 6280 msgid "pulling from %s into %s\n"
7553 6281 msgstr ""
7554 6282
7555 #: hgext/convert/hg.py:180
7556 6283 msgid "updating tags\n"
7557 6284 msgstr ""
7558 6285
7559 #: hgext/convert/hg.py:217
7560 6286 msgid "%s is not a valid start revision"
7561 6287 msgstr ""
7562 6288
7563 #: hgext/convert/hg.py:290
7564 6289 msgid "ignoring: %s\n"
7565 6290 msgstr "ignorerer: %s\n"
7566 6291
7567 #: hgext/convert/hg.py:333
7568 6292 msgid "run hg source pre-conversion action\n"
7569 6293 msgstr ""
7570 6294
7571 #: hgext/convert/hg.py:336
7572 6295 msgid "run hg source post-conversion action\n"
7573 6296 msgstr ""
7574 6297
7575 #: hgext/convert/monotone.py:42
7576 6298 msgid "%s does not look like a monotone repo"
7577 6299 msgstr ""
7578 6300
7579 #: hgext/convert/monotone.py:158
7580 6301 msgid "copying file in renamed dir from '%s' to '%s'"
7581 6302 msgstr ""
7582 6303
7583 #: hgext/convert/subversion.py:158
7584 6304 msgid "Subversion python bindings could not be loaded"
7585 6305 msgstr ""
7586 6306
7587 #: hgext/convert/subversion.py:163
7588 6307 msgid "Subversion python bindings %d.%d found, 1.4 or later required"
7589 6308 msgstr ""
7590 6309
7591 #: hgext/convert/subversion.py:166
7592 6310 msgid "Subversion python bindings are too old, 1.4 or later required"
7593 6311 msgstr ""
7594 6312
7595 #: hgext/convert/subversion.py:205
7596 6313 msgid "svn: revision %s is not an integer"
7597 6314 msgstr ""
7598 6315
7599 #: hgext/convert/subversion.py:213
7600 6316 msgid "svn: start revision %s is not an integer"
7601 6317 msgstr ""
7602 6318
7603 #: hgext/convert/subversion.py:223 hgext/convert/subversion.py:284
7604 6319 msgid "no revision found in module %s"
7605 6320 msgstr ""
7606 6321
7607 #: hgext/convert/subversion.py:265
7608 6322 msgid "expected %s to be at %r, but not found"
7609 6323 msgstr ""
7610 6324
7611 #: hgext/convert/subversion.py:268
7612 6325 msgid "found %s at %r\n"
7613 6326 msgstr ""
7614 6327
7615 #: hgext/convert/subversion.py:303
7616 6328 msgid "ignoring empty branch %s\n"
7617 6329 msgstr ""
7618 6330
7619 #: hgext/convert/subversion.py:306
7620 6331 msgid "found branch %s at %d\n"
7621 6332 msgstr ""
7622 6333
7623 #: hgext/convert/subversion.py:312
7624 6334 msgid "svn: start revision is not supported with with more than one branch"
7625 6335 msgstr ""
7626 6336
7627 #: hgext/convert/subversion.py:316
7628 6337 msgid "svn: no revision found after start revision %d"
7629 6338 msgstr ""
7630 6339
7631 #: hgext/convert/subversion.py:442
7632 6340 msgid "no tags found at revision %d\n"
7633 6341 msgstr ""
7634 6342
7635 #: hgext/convert/subversion.py:483 hgext/convert/subversion.py:519
7636 6343 msgid "ignoring foreign branch %r\n"
7637 6344 msgstr ""
7638 6345
7639 #: hgext/convert/subversion.py:495
7640 6346 msgid "%s not found up to revision %d"
7641 6347 msgstr ""
7642 6348
7643 #: hgext/convert/subversion.py:511
7644 6349 msgid "branch renamed from %s to %s at %d\n"
7645 6350 msgstr ""
7646 6351
7647 #: hgext/convert/subversion.py:550
7648 6352 msgid "reparent to %s\n"
7649 6353 msgstr ""
7650 6354
7651 #: hgext/convert/subversion.py:582
7652 6355 msgid "copied to %s from %s@%s\n"
7653 6356 msgstr ""
7654 6357
7655 #: hgext/convert/subversion.py:586
7656 6358 msgid "gone from %s\n"
7657 6359 msgstr ""
7658 6360
7659 #: hgext/convert/subversion.py:604
7660 6361 msgid "found parent directory %s\n"
7661 6362 msgstr ""
7662 6363
7663 #: hgext/convert/subversion.py:608
7664 6364 msgid "base, entry %s %s\n"
7665 6365 msgstr ""
7666 6366
7667 #: hgext/convert/subversion.py:614
7668 6367 msgid "munge-o-matic\n"
7669 6368 msgstr ""
7670 6369
7671 #: hgext/convert/subversion.py:619
7672 6370 msgid "info: %s %s %s %s\n"
7673 6371 msgstr ""
7674 6372
7675 #: hgext/convert/subversion.py:660
7676 6373 msgid "unknown path in revision %d: %s\n"
7677 6374 msgstr ""
7678 6375
7679 #: hgext/convert/subversion.py:706
7680 6376 msgid "mark %s came from %s:%d\n"
7681 6377 msgstr ""
7682 6378
7683 #: hgext/convert/subversion.py:731
7684 6379 msgid "parsing revision %d (%d changes)\n"
7685 6380 msgstr ""
7686 6381
7687 #: hgext/convert/subversion.py:757
7688 6382 msgid "found parent of branch %s at %d: %s\n"
7689 6383 msgstr ""
7690 6384
7691 #: hgext/convert/subversion.py:760
7692 6385 msgid "no copyfrom path, don't know what to do.\n"
7693 6386 msgstr ""
7694 6387
7695 #: hgext/convert/subversion.py:799
7696 6388 msgid "fetching revision log for \"%s\" from %d to %d\n"
7697 6389 msgstr ""
7698 6390
7699 #: hgext/convert/subversion.py:813
7700 6391 msgid "skipping blacklisted revision %d\n"
7701 6392 msgstr ""
7702 6393
7703 #: hgext/convert/subversion.py:817
7704 6394 msgid "revision %d has no entries\n"
7705 6395 msgstr ""
7706 6396
7707 #: hgext/convert/subversion.py:842
7708 6397 msgid "svn: branch has no revision %s"
7709 6398 msgstr ""
7710 6399
7711 #: hgext/convert/subversion.py:899
7712 6400 msgid "%r is not under %r, ignoring\n"
7713 6401 msgstr ""
7714 6402
7715 #: hgext/convert/subversion.py:983
7716 6403 msgid "initializing svn repo %r\n"
7717 6404 msgstr ""
7718 6405
7719 #: hgext/convert/subversion.py:992
7720 6406 msgid "initializing svn wc %r\n"
7721 6407 msgstr ""
7722 6408
7723 #: hgext/convert/subversion.py:1151
7724 6409 msgid "unexpected svn output:\n"
7725 6410 msgstr ""
7726 6411
7727 #: hgext/convert/subversion.py:1153
7728 6412 msgid "unable to cope with svn output"
7729 6413 msgstr ""
7730 6414
7731 #: hgext/convert/subversion.py:1167
7732 6415 msgid "XXX TAGS NOT IMPLEMENTED YET\n"
7733 6416 msgstr ""
7734 6417
7735 #: hgext/inotify/client.py:45
7736 6418 msgid "(inotify: received response from incompatible server version %d)\n"
7737 6419 msgstr ""
7738 6420
7739 #: hgext/inotify/server.py:106
7740 6421 msgid "this system does not seem to support inotify"
7741 6422 msgstr ""
7742 6423
7743 #: hgext/inotify/server.py:108
7744 6424 msgid "*** the current per-user limit on the number of inotify watches is %s\n"
7745 6425 msgstr ""
7746 6426
7747 #: hgext/inotify/server.py:110
7748 6427 msgid "*** this limit is too low to watch every directory in this repository\n"
7749 6428 msgstr ""
7750 6429
7751 #: hgext/inotify/server.py:112
7752 6430 msgid "*** counting directories: "
7753 6431 msgstr ""
7754 6432
7755 #: hgext/inotify/server.py:114
7756 6433 msgid "found %d\n"
7757 6434 msgstr ""
7758 6435
7759 #: hgext/inotify/server.py:118
7760 6436 msgid "*** to raise the limit from %d to %d (run as root):\n"
7761 6437 msgstr ""
7762 6438
7763 #: hgext/inotify/server.py:120
7764 6439 msgid "*** echo %d > %s\n"
7765 6440 msgstr ""
7766 6441
7767 #: hgext/inotify/server.py:121
7768 6442 msgid "cannot watch %s until inotify watch limit is raised"
7769 6443 msgstr ""
7770 6444
7771 #: hgext/inotify/server.py:149
7772 6445 msgid "inotify service not available: %s"
7773 6446 msgstr ""
7774 6447
7775 #: hgext/inotify/server.py:198
7776 6448 msgid "watching %r\n"
7777 6449 msgstr ""
7778 6450
7779 #: hgext/inotify/server.py:210
7780 6451 msgid "watching directories under %r\n"
7781 6452 msgstr ""
7782 6453
7783 #: hgext/inotify/server.py:293
7784 6454 msgid "status: %r dir(%d) -> %s\n"
7785 6455 msgstr ""
7786 6456
7787 #: hgext/inotify/server.py:296
7788 6457 msgid "status: %r %s -> %s\n"
7789 6458 msgstr ""
7790 6459
7791 #: hgext/inotify/server.py:356
7792 6460 msgid "%s dirstate reload\n"
7793 6461 msgstr ""
7794 6462
7795 #: hgext/inotify/server.py:359
7796 6463 msgid "%s end dirstate reload\n"
7797 6464 msgstr ""
7798 6465
7799 #: hgext/inotify/server.py:386
7800 6466 msgid "rescanning due to .hgignore change\n"
7801 6467 msgstr ""
7802 6468
7803 #: hgext/inotify/server.py:461
7804 6469 msgid "%s event: created %s\n"
7805 6470 msgstr ""
7806 6471
7807 #: hgext/inotify/server.py:471
7808 6472 msgid "%s event: deleted %s\n"
7809 6473 msgstr ""
7810 6474
7811 #: hgext/inotify/server.py:481
7812 6475 msgid "%s event: modified %s\n"
7813 6476 msgstr ""
7814 6477
7815 #: hgext/inotify/server.py:488
7816 6478 msgid "filesystem containing %s was unmounted\n"
7817 6479 msgstr ""
7818 6480
7819 #: hgext/inotify/server.py:494
7820 6481 msgid "%s readable: %d bytes\n"
7821 6482 msgstr ""
7822 6483
7823 #: hgext/inotify/server.py:499
7824 6484 msgid "%s below threshold - unhooking\n"
7825 6485 msgstr ""
7826 6486
7827 #: hgext/inotify/server.py:510
7828 6487 msgid "%s reading %d events\n"
7829 6488 msgstr ""
7830 6489
7831 #: hgext/inotify/server.py:527
7832 6490 msgid "%s hooking back up with %d bytes readable\n"
7833 6491 msgstr ""
7834 6492
7835 #: hgext/inotify/server.py:535
7836 6493 msgid "%s processing %d deferred events as %d\n"
7837 6494 msgstr ""
7838 6495
7839 #: hgext/inotify/server.py:563 hgext/inotify/server.py:578
7840 6496 msgid "could not start server: %s"
7841 6497 msgstr ""
7842 6498
7843 #: hgext/inotify/server.py:598
7844 6499 msgid "received query from incompatible client version %d\n"
7845 6500 msgstr ""
7846 6501
7847 #: hgext/inotify/server.py:606
7848 6502 msgid "answering query for %r\n"
7849 6503 msgstr ""
7850 6504
7851 #: hgext/inotify/server.py:684
7852 6505 msgid "finished setup\n"
7853 6506 msgstr ""
7854 6507
7855 #: hgext/inotify/server.py:696
7856 6508 msgid "polling: no timeout\n"
7857 6509 msgstr ""
7858 6510
7859 #: hgext/inotify/server.py:698
7860 6511 msgid "polling: %sms timeout\n"
7861 6512 msgstr ""
7862 6513
7863 #: mercurial/archival.py:33
7864 6514 msgid "archive prefix contains illegal components"
7865 6515 msgstr "arkivpræfix indeholder ugyldige komponenter"
7866 6516
7867 #: mercurial/archival.py:162
7868 6517 msgid "cannot give prefix when archiving to files"
7869 6518 msgstr "kan ikke give præfix ved arkivering til filer"
7870 6519
7871 #: mercurial/archival.py:212
7872 6520 msgid "unknown archive type '%s'"
7873 6521 msgstr "ukendt arkivtype '%s'"
7874 6522
7875 #: mercurial/bundlerepo.py:42
7876 6523 msgid "invalid changegroup"
7877 6524 msgstr ""
7878 6525
7879 #: mercurial/bundlerepo.py:52 mercurial/revlog.py:1214
7880 6526 msgid "unknown parent"
7881 6527 msgstr "ukendt forældre"
7882 6528
7883 #: mercurial/bundlerepo.py:122 mercurial/revlog.py:989
7884 6529 msgid "integrity check failed on %s:%d"
7885 6530 msgstr "integritetstjek fejlede på %s:%d"
7886 6531
7887 #: mercurial/bundlerepo.py:173 mercurial/changegroup.py:136
7888 6532 msgid "%s: not a Mercurial bundle file"
7889 6533 msgstr "%s er ikke en Mercurial bundle fil"
7890 6534
7891 #: mercurial/bundlerepo.py:175 mercurial/changegroup.py:138
7892 6535 msgid "%s: unknown bundle version"
7893 6536 msgstr "%s: ukendt bundle version"
7894 6537
7895 #: mercurial/bundlerepo.py:206 mercurial/changegroup.py:140
7896 6538 msgid "%s: unknown bundle compression type"
7897 6539 msgstr "%s: ukendt bundle kompressionstype"
7898 6540
7899 #: mercurial/bundlerepo.py:276
7900 6541 msgid "cannot create new bundle repository"
7901 6542 msgstr ""
7902 6543
7903 #: mercurial/changegroup.py:23
7904 6544 msgid "premature EOF reading chunk (got %d bytes, expected %d)"
7905 6545 msgstr "for tidlig EOF ved læsning af chunk (fik %d bytes, forventede %d)"
7906 6546
7907 #: mercurial/changelog.py:182
7908 6547 msgid "username %s contains a newline"
7909 6548 msgstr "brugernavn %s indeholder et linieskift"
7910 6549
7911 #: mercurial/cmdutil.py:80
7912 6550 msgid "options --message and --logfile are mutually exclusive"
7913 6551 msgstr ""
7914 6552
7915 #: mercurial/cmdutil.py:89
7916 6553 msgid "can't read commit message '%s': %s"
7917 6554 msgstr "Kan ikke lase commit besked '%s': %s"
7918 6555
7919 #: mercurial/cmdutil.py:134 mercurial/cmdutil.py:138
7920 6556 msgid "too many revisions specified"
7921 6557 msgstr "der er specificeret for mange revisioner"
7922 6558
7923 #: mercurial/cmdutil.py:212
7924 6559 msgid "invalid format spec '%%%s' in output file name"
7925 6560 msgstr ""
7926 6561
7927 #: mercurial/cmdutil.py:312
7928 6562 msgid "recording removal of %s as rename to %s (%d%% similar)\n"
7929 6563 msgstr "noterer fjernelse af %s som en omdøbning til %s (%d%% lighed)\n"
7930 6564
7931 #: mercurial/cmdutil.py:337
7932 6565 msgid "%s: not copying - file is not managed\n"
7933 6566 msgstr "%s: kopierer ikke - filen er ikke versionsstyret\n"
7934 6567
7935 #: mercurial/cmdutil.py:339
7936 6568 msgid "%s: not copying - file has been marked for remove\n"
7937 6569 msgstr "%s: kopierer ikke - filen er markeret til sletning\n"
7938 6570
7939 #: mercurial/cmdutil.py:360
7940 6571 msgid "%s: not overwriting - %s collides with %s\n"
7941 6572 msgstr "%s: overskriver ikke - %s kolliderer med %s\n"
7942 6573
7943 #: mercurial/cmdutil.py:369
7944 6574 msgid "%s: not overwriting - file exists\n"
7945 6575 msgstr "%s: overskriver ikke - filen eksisterer\n"
7946 6576
7947 #: mercurial/cmdutil.py:386
7948 6577 msgid "%s: deleted in working copy\n"
7949 6578 msgstr "%s: slettet i arbejdskopien\n"
7950 6579
7951 #: mercurial/cmdutil.py:388
7952 6580 msgid "%s: cannot copy - %s\n"
7953 6581 msgstr "%s: kan ikke kopiere - %s\n"
7954 6582
7955 #: mercurial/cmdutil.py:394
7956 6583 msgid "%s %s to %s\n"
7957 6584 msgstr "%s: %s til %s\n"
7958 6585
7959 #: mercurial/cmdutil.py:406
7960 6586 msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
7961 6587 msgstr ""
7962 6588 "%s er endnu ikke comitted, så der vil ikke blive gemt kopieringsdata for %"
7963 6589 "s.\n"
7964 6590
7965 #: mercurial/cmdutil.py:486
7966 6591 msgid "no source or destination specified"
7967 6592 msgstr "ingen kilde eller destination angivet"
7968 6593
7969 #: mercurial/cmdutil.py:488
7970 6594 msgid "no destination specified"
7971 6595 msgstr "ingen destination angivet"
7972 6596
7973 #: mercurial/cmdutil.py:493
7974 6597 msgid "with multiple sources, destination must be an existing directory"
7975 6598 msgstr ""
7976 6599 "destinationen skal være en eksisterende mappe når der angivet flere kilder"
7977 6600
7978 #: mercurial/cmdutil.py:496
7979 6601 msgid "destination %s is not a directory"
7980 6602 msgstr "destinationen %s er ikke en mappe"
7981 6603
7982 #: mercurial/cmdutil.py:508
7983 6604 msgid "no files to copy"
7984 6605 msgstr "ingen filer at kopiere"
7985 6606
7986 #: mercurial/cmdutil.py:517
7987 6607 msgid "(consider using --after)\n"
7988 6608 msgstr "(overvej at bruge --after)\n"
7989 6609
7990 #: mercurial/cmdutil.py:627
7991 6610 msgid "changeset: %d:%s\n"
7992 6611 msgstr "ændring: %d:%s\n"
7993 6612
7994 #: mercurial/cmdutil.py:632
7995 6613 msgid "branch: %s\n"
7996 6614 msgstr "gren: %s\n"
7997 6615
7998 #: mercurial/cmdutil.py:634
7999 6616 msgid "tag: %s\n"
8000 6617 msgstr "mærkat: %s\n"
8001 6618
8002 #: mercurial/cmdutil.py:636
8003 6619 msgid "parent: %d:%s\n"
8004 6620 msgstr "forældre: %d:%s\n"
8005 6621
8006 #: mercurial/cmdutil.py:639
8007 6622 msgid "manifest: %d:%s\n"
8008 6623 msgstr ""
8009 6624
8010 #: mercurial/cmdutil.py:641
8011 6625 msgid "user: %s\n"
8012 6626 msgstr "bruger: %s\n"
8013 6627
8014 #: mercurial/cmdutil.py:642
8015 6628 msgid "date: %s\n"
8016 6629 msgstr "dato: %s\n"
8017 6630
8018 #: mercurial/cmdutil.py:646
8019 6631 msgid "files+:"
8020 6632 msgstr "filer+:"
8021 6633
8022 #: mercurial/cmdutil.py:646
8023 6634 msgid "files-:"
8024 6635 msgstr "filer-:"
8025 6636
8026 #: mercurial/cmdutil.py:646
8027 6637 msgid "files:"
8028 6638 msgstr ""
8029 6639
8030 #: mercurial/cmdutil.py:651
8031 6640 msgid "files: %s\n"
8032 6641 msgstr "filer: %s\n"
8033 6642
8034 #: mercurial/cmdutil.py:654
8035 6643 msgid "copies: %s\n"
8036 6644 msgstr "kopier: %s\n"
8037 6645
8038 #: mercurial/cmdutil.py:658
8039 6646 msgid "extra: %s=%s\n"
8040 6647 msgstr "ekstra: %s=%s\n"
8041 6648
8042 #: mercurial/cmdutil.py:664
8043 6649 msgid "description:\n"
8044 6650 msgstr "beskrivelse:\n"
8045 6651
8046 #: mercurial/cmdutil.py:668
8047 6652 msgid "summary: %s\n"
8048 6653 msgstr "uddrag: %s\n"
8049 6654
8050 #: mercurial/cmdutil.py:878
8051 6655 msgid "%s: no key named '%s'"
8052 6656 msgstr ""
8053 6657
8054 #: mercurial/cmdutil.py:881
8055 6658 msgid "%s: %s"
8056 6659 msgstr ""
8057 6660
8058 #: mercurial/cmdutil.py:940
8059 6661 msgid "Found revision %s from %s\n"
8060 6662 msgstr ""
8061 6663
8062 #: mercurial/cmdutil.py:944
8063 6664 msgid "revision matching date not found"
8064 6665 msgstr ""
8065 6666
8066 #: mercurial/cmdutil.py:1037
8067 6667 msgid "cannot follow nonexistent file: \"%s\""
8068 6668 msgstr ""
8069 6669
8070 #: mercurial/cmdutil.py:1041
8071 6670 msgid "%s:%s copy source revision cannot be found!\n"
8072 6671 msgstr ""
8073 6672
8074 #: mercurial/cmdutil.py:1055
8075 6673 msgid "can only follow copies/renames for explicit file names"
8076 6674 msgstr ""
8077 6675
8078 #: mercurial/cmdutil.py:1177
8079 6676 msgid "file %s not found!"
8080 6677 msgstr "filen %s blev ikke fundet!"
8081 6678
8082 #: mercurial/cmdutil.py:1180
8083 6679 msgid "no match under directory %s!"
8084 6680 msgstr ""
8085 6681
8086 #: mercurial/cmdutil.py:1183
8087 6682 msgid "can't commit %s: unsupported file type!"
8088 6683 msgstr ""
8089 6684
8090 #: mercurial/cmdutil.py:1186
8091 6685 msgid "file %s not tracked!"
8092 6686 msgstr ""
8093 6687
8094 #: mercurial/context.py:129 mercurial/context.py:136
8095 6688 msgid "not found in manifest"
8096 6689 msgstr ""
8097 6690
8098 #: mercurial/context.py:504
8099 6691 msgid "branch name not in UTF-8!"
8100 6692 msgstr ""
8101 6693
8102 #: mercurial/copies.py:147
8103 6694 msgid " searching for copies back to rev %d\n"
8104 6695 msgstr ""
8105 6696
8106 #: mercurial/copies.py:153
8107 6697 msgid ""
8108 6698 " unmatched files in local:\n"
8109 6699 " %s\n"
8110 6700 msgstr ""
8111 6701
8112 #: mercurial/copies.py:156
8113 6702 msgid ""
8114 6703 " unmatched files in other:\n"
8115 6704 " %s\n"
8116 6705 msgstr ""
8117 6706
8118 #: mercurial/copies.py:172
8119 6707 msgid " all copies found (* = to merge, ! = divergent):\n"
8120 6708 msgstr ""
8121 6709
8122 #: mercurial/copies.py:177
8123 6710 msgid " %s -> %s %s\n"
8124 6711 msgstr ""
8125 6712
8126 #: mercurial/copies.py:183
8127 6713 msgid " checking for directory renames\n"
8128 6714 msgstr ""
8129 6715
8130 #: mercurial/copies.py:219
8131 6716 msgid " dir %s -> %s\n"
8132 6717 msgstr ""
8133 6718
8134 #: mercurial/copies.py:230
8135 6719 msgid " file %s -> %s\n"
8136 6720 msgstr ""
8137 6721
8138 #: mercurial/dirstate.py:244
8139 6722 msgid "'\\n' and '\\r' disallowed in filenames: %r"
8140 6723 msgstr ""
8141 6724
8142 #: mercurial/dirstate.py:246
8143 6725 msgid "directory %r already in dirstate"
8144 6726 msgstr ""
8145 6727
8146 #: mercurial/dirstate.py:253
8147 6728 msgid "file %r in dirstate clashes with %r"
8148 6729 msgstr ""
8149 6730
8150 #: mercurial/dirstate.py:336
8151 6731 msgid "not in dirstate: %s\n"
8152 6732 msgstr ""
8153 6733
8154 #: mercurial/dirstate.py:425
8155 6734 msgid "character device"
8156 6735 msgstr ""
8157 6736
8158 #: mercurial/dirstate.py:426
8159 6737 msgid "block device"
8160 6738 msgstr ""
8161 6739
8162 #: mercurial/dirstate.py:427
8163 6740 msgid "fifo"
8164 6741 msgstr ""
8165 6742
8166 #: mercurial/dirstate.py:428
8167 6743 msgid "socket"
8168 6744 msgstr ""
8169 6745
8170 #: mercurial/dirstate.py:429
8171 6746 msgid "directory"
8172 6747 msgstr ""
8173 6748
8174 #: mercurial/dirstate.py:430
8175 6749 msgid "%s: unsupported file type (type is %s)\n"
8176 6750 msgstr ""
8177 6751
8178 #: mercurial/dispatch.py:27 mercurial/dispatch.py:93 mercurial/dispatch.py:96
8179 #: mercurial/dispatch.py:110 mercurial/dispatch.py:117
8180 #: mercurial/dispatch.py:135
8181 6752 msgid "abort: %s\n"
8182 6753 msgstr "afbrudt: %s\n"
8183 6754
8184 #: mercurial/dispatch.py:57
8185 6755 msgid "hg %s: %s\n"
8186 6756 msgstr "hg %s: %s\n"
8187 6757
8188 #: mercurial/dispatch.py:60
8189 6758 msgid "hg: %s\n"
8190 6759 msgstr "hg: %s\n"
8191 6760
8192 #: mercurial/dispatch.py:63
8193 6761 msgid ""
8194 6762 "hg: command '%s' is ambiguous:\n"
8195 6763 " %s\n"
8196 6764 msgstr ""
8197 6765 "hg: kommandoen '%s' is tvetydig:\n"
8198 6766 " %s\n"
8199 6767
8200 #: mercurial/dispatch.py:66
8201 6768 msgid "hg: unknown command '%s'\n"
8202 6769 msgstr "hg: ukendt kommando '%s'\n"
8203 6770
8204 #: mercurial/dispatch.py:69 mercurial/dispatch.py:80
8205 6771 msgid "abort: %s!\n"
8206 6772 msgstr "afbrudt: %s!\n"
8207 6773
8208 #: mercurial/dispatch.py:72
8209 6774 msgid "timed out waiting for lock held by %s"
8210 6775 msgstr ""
8211 6776
8212 #: mercurial/dispatch.py:74
8213 6777 msgid "lock held by %s"
8214 6778 msgstr ""
8215 6779
8216 #: mercurial/dispatch.py:75 mercurial/dispatch.py:108
8217 #: mercurial/dispatch.py:115
8218 6780 msgid "abort: %s: %s\n"
8219 6781 msgstr "afbrudt: %s: %s\n"
8220 6782
8221 #: mercurial/dispatch.py:77
8222 6783 msgid "abort: could not lock %s: %s\n"
8223 6784 msgstr "afbrudt: kunne ikke låse %s: %s\n"
8224 6785
8225 #: mercurial/dispatch.py:82
8226 6786 msgid "killed!\n"
8227 6787 msgstr "dræbt!\n"
8228 6788
8229 #: mercurial/dispatch.py:85
8230 6789 msgid "interrupted!\n"
8231 6790 msgstr "standset!\n"
8232 6791
8233 #: mercurial/dispatch.py:89
8234 6792 msgid ""
8235 6793 "\n"
8236 6794 "broken pipe\n"
8237 6795 msgstr ""
8238 6796
8239 #: mercurial/dispatch.py:102
8240 6797 msgid "abort: error: %s\n"
8241 6798 msgstr ""
8242 6799
8243 #: mercurial/dispatch.py:105
8244 6800 msgid "broken pipe\n"
8245 6801 msgstr ""
8246 6802
8247 #: mercurial/dispatch.py:119
8248 6803 msgid "abort: %s"
8249 6804 msgstr "afbrudt: %s"
8250 6805
8251 #: mercurial/dispatch.py:123
8252 6806 msgid " empty string\n"
8253 6807 msgstr " tom streng\n"
8254 6808
8255 #: mercurial/dispatch.py:128
8256 6809 msgid "abort: could not import module %s!\n"
8257 6810 msgstr "afbrudt: kunne ikke importere modul %s!\n"
8258 6811
8259 #: mercurial/dispatch.py:130
8260 6812 msgid "(did you forget to compile extensions?)\n"
8261 6813 msgstr "(glemte du at kompilere udvidelserne?)\n"
8262 6814
8263 #: mercurial/dispatch.py:132
8264 6815 msgid "(is your Python install correct?)\n"
8265 6816 msgstr "(er din Python installeret korrekt?)\n"
8266 6817
8267 #: mercurial/dispatch.py:137
8268 6818 msgid "abort: out of memory\n"
8269 6819 msgstr "afbrudt: løbet tør for hukommelse\n"
8270 6820
8271 #: mercurial/dispatch.py:143
8272 6821 msgid "** unknown exception encountered, details follow\n"
8273 6822 msgstr "** der opstod en ukendt fejl, detaljer følger\n"
8274 6823
8275 #: mercurial/dispatch.py:144
8276 6824 msgid "** report bug details to http://www.selenic.com/mercurial/bts\n"
8277 6825 msgstr "** angiv fejldetaljer på http://www.selenic.com/mercurial/bts\n"
8278 6826
8279 #: mercurial/dispatch.py:146
8280 6827 msgid "** or mercurial@selenic.com\n"
8281 6828 msgstr "** eller mercurial@selenic.com\n"
8282 6829
8283 #: mercurial/dispatch.py:147
8284 6830 msgid "** Mercurial Distributed SCM (version %s)\n"
8285 6831 msgstr "** Mercurial Distributed SCM (version %s)\n"
8286 6832
8287 #: mercurial/dispatch.py:149
8288 6833 msgid "** Extensions loaded: %s\n"
8289 6834 msgstr ""
8290 6835
8291 #: mercurial/dispatch.py:213
8292 6836 msgid "malformed --config option: %s"
8293 6837 msgstr ""
8294 6838
8295 #: mercurial/dispatch.py:292
8296 6839 msgid "extension '%s' overrides commands: %s\n"
8297 6840 msgstr ""
8298 6841
8299 #: mercurial/dispatch.py:305
8300 6842 msgid "Option --config may not be abbreviated!"
8301 6843 msgstr ""
8302 6844
8303 #: mercurial/dispatch.py:307
8304 6845 msgid "Option --cwd may not be abbreviated!"
8305 6846 msgstr ""
8306 6847
8307 #: mercurial/dispatch.py:309
8308 6848 msgid ""
8309 6849 "Option -R has to be separated from other options (i.e. not -qR) and --"
8310 6850 "repository may only be abbreviated as --repo!"
8311 6851 msgstr ""
8312 6852
8313 #: mercurial/dispatch.py:326
8314 6853 msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
8315 6854 msgstr ""
8316 6855
8317 #: mercurial/dispatch.py:346
8318 6856 msgid "repository '%s' is not local"
8319 6857 msgstr ""
8320 6858
8321 #: mercurial/dispatch.py:378
8322 6859 msgid "invalid arguments"
8323 6860 msgstr ""
8324 6861
8325 #: mercurial/dispatch.py:388
8326 6862 msgid "exception raised - generating profile anyway\n"
8327 6863 msgstr ""
8328 6864
8329 #: mercurial/dispatch.py:403
8330 6865 msgid ""
8331 6866 "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
8332 6867 "misc/lsprof/"
8333 6868 msgstr ""
8334 6869
8335 #: mercurial/extensions.py:82
8336 6870 msgid "*** failed to import extension %s from %s: %s\n"
8337 6871 msgstr ""
8338 6872
8339 #: mercurial/extensions.py:85
8340 6873 msgid "*** failed to import extension %s: %s\n"
8341 6874 msgstr ""
8342 6875
8343 #: mercurial/filemerge.py:37 mercurial/filemerge.py:39
8344 6876 msgid "couldn't find merge tool %s\n"
8345 6877 msgstr ""
8346 6878
8347 #: mercurial/filemerge.py:41
8348 6879 msgid "tool %s can't handle symlinks\n"
8349 6880 msgstr ""
8350 6881
8351 #: mercurial/filemerge.py:43
8352 6882 msgid "tool %s can't handle binary\n"
8353 6883 msgstr ""
8354 6884
8355 #: mercurial/filemerge.py:45
8356 6885 msgid "tool %s requires a GUI\n"
8357 6886 msgstr ""
8358 6887
8359 #: mercurial/filemerge.py:139
8360 6888 msgid "picked tool '%s' for %s (binary %s symlink %s)\n"
8361 6889 msgstr ""
8362 6890
8363 #: mercurial/filemerge.py:144
8364 6891 msgid ""
8365 6892 " no tool found to merge %s\n"
8366 6893 "keep (l)ocal or take (o)ther?"
8367 6894 msgstr ""
8368 6895
8369 #: mercurial/filemerge.py:146
8370 6896 msgid "[lo]"
8371 6897 msgstr ""
8372 6898
8373 #: mercurial/filemerge.py:146
8374 6899 msgid "l"
8375 6900 msgstr ""
8376 6901
8377 #: mercurial/filemerge.py:165
8378 6902 msgid "merging %s and %s to %s\n"
8379 6903 msgstr ""
8380 6904
8381 #: mercurial/filemerge.py:167
8382 6905 msgid "merging %s\n"
8383 6906 msgstr ""
8384 6907
8385 #: mercurial/filemerge.py:169
8386 6908 msgid "my %s other %s ancestor %s\n"
8387 6909 msgstr ""
8388 6910
8389 #: mercurial/filemerge.py:175
8390 6911 msgid " premerge successful\n"
8391 6912 msgstr ""
8392 6913
8393 #: mercurial/filemerge.py:206
8394 6914 msgid ""
8395 6915 " output file %s appears unchanged\n"
8396 6916 "was merge successful (yn)?"
8397 6917 msgstr ""
8398 6918
8399 #: mercurial/filemerge.py:208
8400 6919 msgid "[yn]"
8401 6920 msgstr ""
8402 6921
8403 #: mercurial/filemerge.py:208
8404 6922 msgid "n"
8405 6923 msgstr ""
8406 6924
8407 #: mercurial/filemerge.py:215
8408 6925 msgid "merging %s failed!\n"
8409 6926 msgstr ""
8410 6927
8411 #: mercurial/hbisect.py:55
8412 6928 msgid "Inconsistent state, %s:%s is good and bad"
8413 6929 msgstr ""
8414 6930
8415 #: mercurial/hbisect.py:129
8416 6931 msgid "unknown bisect kind %s"
8417 6932 msgstr ""
8418 6933
8419 #: mercurial/help.py:11
8420 6934 msgid "Date Formats"
8421 6935 msgstr "Datoformater"
8422 6936
8423 #: mercurial/help.py:12
8424 6937 msgid ""
8425 6938 "\n"
8426 6939 " Some commands allow the user to specify a date:\n"
8427 6940 " backout, commit, import, tag: Specify the commit date.\n"
8428 6941 " log, revert, update: Select revision(s) by date.\n"
8429 6942 "\n"
8430 6943 " Many date formats are valid. Here are some examples:\n"
8431 6944 "\n"
8432 6945 " \"Wed Dec 6 13:18:29 2006\" (local timezone assumed)\n"
8433 6946 " \"Dec 6 13:18 -0600\" (year assumed, time offset provided)\n"
8434 6947 " \"Dec 6 13:18 UTC\" (UTC and GMT are aliases for +0000)\n"
8435 6948 " \"Dec 6\" (midnight)\n"
8436 6949 " \"13:18\" (today assumed)\n"
8437 6950 " \"3:39\" (3:39AM assumed)\n"
8438 6951 " \"3:39pm\" (15:39)\n"
8439 6952 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
8440 6953 " \"2006-12-6 13:18\"\n"
8441 6954 " \"2006-12-6\"\n"
8442 6955 " \"12-6\"\n"
8443 6956 " \"12/6\"\n"
8444 6957 " \"12/6/6\" (Dec 6 2006)\n"
8445 6958 "\n"
8446 6959 " Lastly, there is Mercurial's internal format:\n"
8447 6960 "\n"
8448 6961 " \"1165432709 0\" (Wed Dec 6 13:18:29 2006 UTC)\n"
8449 6962 "\n"
8450 6963 " This is the internal representation format for dates. unixtime is\n"
8451 6964 " the number of seconds since the epoch (1970-01-01 00:00 UTC). offset\n"
8452 6965 " is the offset of the local timezone, in seconds west of UTC (negative\n"
8453 6966 " if the timezone is east of UTC).\n"
8454 6967 "\n"
8455 6968 " The log command also accepts date ranges:\n"
8456 6969 "\n"
8457 6970 " \"<{date}\" - on or before a given date\n"
8458 6971 " \">{date}\" - on or after a given date\n"
8459 6972 " \"{date} to {date}\" - a date range, inclusive\n"
8460 6973 " \"-{days}\" - within a given number of days of today\n"
8461 6974 " "
8462 6975 msgstr ""
8463 6976 "\n"
8464 6977 " Nogle kommandoer tillader brugeren at specificere en dato:\n"
8465 6978 " backout, commit, import, tag: specificer commit-datoen.\n"
8466 6979 " log, revert, update: vælg revisioner efter dato.\n"
8467 6980 "\n"
8468 6981 " Der er mange gyldige datoformater. Her er nogle eksempler:\n"
8469 6982 "\n"
8470 6983 " \"Wed Dec 6 13:18:29 2006\" (antager lokal tidszone)\n"
8471 6984 " \"Dec 6 13:18 -0600\" (antager år, tidszone er angivet)\n"
8472 6985 " \"Dec 6 13:18 UTC\" (UTC og GMT er aliaser for +0000)\n"
8473 6986 " \"Dec 6\" (midnat)\n"
8474 6987 " \"13:18\" (antager dags dato)\n"
8475 6988 " \"3:39\"\n"
8476 6989 " \"3:39pm\" (15:39)\n"
8477 6990 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
8478 6991 " \"2006-12-6 13:18\"\n"
8479 6992 " \"2006-12-6\"\n"
8480 6993 " \"12-6\"\n"
8481 6994 " \"12/6\"\n"
8482 6995 " \"12/6/6\" (6. dec. 2006)\n"
8483 6996 "\n"
8484 6997 " Endelig er der Mercurials interne format:\n"
8485 6998 "\n"
8486 6999 " \"1165432709 0\" (Ons 6. dec. 13:18:29 2006 UTC)\n"
8487 7000 "\n"
8488 7001 " Dette er den interne repræsentation af datoer. unixtime er\n"
8489 7002 " antallet af sekunder siden begyndelsen af epoken (1970-01-01 00:00\n"
8490 7003 " UTC). offset er den lokale tidszone, angivet i antal sekunder vest\n"
8491 7004 " for UTC (negativ hvis tidszonen er øst for UTC).\n"
8492 7005 "\n"
8493 7006 " Kommandoen log accepterer også datointervaller:\n"
8494 7007 "\n"
8495 7008 " \"<{date}\" - på eller før den angivne dato\n"
8496 7009 " \">{date}\" - på eller efter den angivne dato\n"
8497 7010 " \"{date} to {date}\" - et datointerval, inklusiv endepunkterne\n"
8498 7011 " \"-{days}\" - indenfor et angivet antal dage, fra dags dato\n"
8499 7012 " "
8500 7013
8501 #: mercurial/help.py:50
8502 7014 msgid "File Name Patterns"
8503 7015 msgstr ""
8504 7016
8505 #: mercurial/help.py:51
8506 7017 msgid ""
8507 7018 "\n"
8508 7019 " Mercurial accepts several notations for identifying one or more\n"
8509 7020 " files at a time.\n"
8510 7021 "\n"
8511 7022 " By default, Mercurial treats filenames as shell-style extended\n"
8512 7023 " glob patterns.\n"
8513 7024 "\n"
8514 7025 " Alternate pattern notations must be specified explicitly.\n"
8515 7026 "\n"
8516 7027 " To use a plain path name without any pattern matching, start a\n"
8517 7028 " name with \"path:\". These path names must match completely, from\n"
8518 7029 " the root of the current repository.\n"
8519 7030 "\n"
8520 7031 " To use an extended glob, start a name with \"glob:\". Globs are\n"
8521 7032 " rooted at the current directory; a glob such as \"*.c\" will match\n"
8522 7033 " files ending in \".c\" in the current directory only.\n"
8523 7034 "\n"
8524 7035 " The supported glob syntax extensions are \"**\" to match any string\n"
8525 7036 " across path separators, and \"{a,b}\" to mean \"a or b\".\n"
8526 7037 "\n"
8527 7038 " To use a Perl/Python regular expression, start a name with \"re:\".\n"
8528 7039 " Regexp pattern matching is anchored at the root of the repository.\n"
8529 7040 "\n"
8530 7041 " Plain examples:\n"
8531 7042 "\n"
8532 7043 " path:foo/bar a name bar in a directory named foo in the root of\n"
8533 7044 " the repository\n"
8534 7045 " path:path:name a file or directory named \"path:name\"\n"
8535 7046 "\n"
8536 7047 " Glob examples:\n"
8537 7048 "\n"
8538 7049 " glob:*.c any name ending in \".c\" in the current directory\n"
8539 7050 " *.c any name ending in \".c\" in the current directory\n"
8540 7051 " **.c any name ending in \".c\" in the current directory, or\n"
8541 7052 " any subdirectory\n"
8542 7053 " foo/*.c any name ending in \".c\" in the directory foo\n"
8543 7054 " foo/**.c any name ending in \".c\" in the directory foo, or any\n"
8544 7055 " subdirectory\n"
8545 7056 "\n"
8546 7057 " Regexp examples:\n"
8547 7058 "\n"
8548 7059 " re:.*\\.c$ any name ending in \".c\", anywhere in the repository\n"
8549 7060 "\n"
8550 7061 " "
8551 7062 msgstr ""
8552 7063
8553 #: mercurial/help.py:96
8554 7064 msgid "Environment Variables"
8555 7065 msgstr "Miljøvariable"
8556 7066
8557 #: mercurial/help.py:97
8558 7067 msgid ""
8559 7068 "\n"
8560 7069 "HG::\n"
8561 7070 " Path to the 'hg' executable, automatically passed when running hooks,\n"
8562 7071 " extensions or external tools. If unset or empty, an executable named\n"
8563 7072 " 'hg' (with com/exe/bat/cmd extension on Windows) is searched.\n"
8564 7073 "\n"
8565 7074 "HGEDITOR::\n"
8566 7075 " This is the name of the editor to use when committing. See EDITOR.\n"
8567 7076 "\n"
8568 7077 " (deprecated, use .hgrc)\n"
8569 7078 "\n"
8570 7079 "HGENCODING::\n"
8571 7080 " This overrides the default locale setting detected by Mercurial.\n"
8572 7081 " This setting is used to convert data including usernames,\n"
8573 7082 " changeset descriptions, tag names, and branches. This setting can\n"
8574 7083 " be overridden with the --encoding command-line option.\n"
8575 7084 "\n"
8576 7085 "HGENCODINGMODE::\n"
8577 7086 " This sets Mercurial's behavior for handling unknown characters\n"
8578 7087 " while transcoding user inputs. The default is \"strict\", which\n"
8579 7088 " causes Mercurial to abort if it can't translate a character. Other\n"
8580 7089 " settings include \"replace\", which replaces unknown characters, and\n"
8581 7090 " \"ignore\", which drops them. This setting can be overridden with\n"
8582 7091 " the --encodingmode command-line option.\n"
8583 7092 "\n"
8584 7093 "HGMERGE::\n"
8585 7094 " An executable to use for resolving merge conflicts. The program\n"
8586 7095 " will be executed with three arguments: local file, remote file,\n"
8587 7096 " ancestor file.\n"
8588 7097 "\n"
8589 7098 " (deprecated, use .hgrc)\n"
8590 7099 "\n"
8591 7100 "HGRCPATH::\n"
8592 7101 " A list of files or directories to search for hgrc files. Item\n"
8593 7102 " separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
8594 7103 " platform default search path is used. If empty, only .hg/hgrc of\n"
8595 7104 " current repository is read.\n"
8596 7105 "\n"
8597 7106 " For each element in path, if a directory, all entries in directory\n"
8598 7107 " ending with \".rc\" are added to path. Else, element itself is\n"
8599 7108 " added to path.\n"
8600 7109 "\n"
8601 7110 "HGUSER::\n"
8602 7111 " This is the string used for the author of a commit.\n"
8603 7112 "\n"
8604 7113 " (deprecated, use .hgrc)\n"
8605 7114 "\n"
8606 7115 "EMAIL::\n"
8607 7116 " If HGUSER is not set, this will be used as the author for a commit.\n"
8608 7117 "\n"
8609 7118 "LOGNAME::\n"
8610 7119 " If neither HGUSER nor EMAIL is set, LOGNAME will be used (with\n"
8611 7120 " '@hostname' appended) as the author value for a commit.\n"
8612 7121 "\n"
8613 7122 "VISUAL::\n"
8614 7123 " This is the name of the editor to use when committing. See EDITOR.\n"
8615 7124 "\n"
8616 7125 "EDITOR::\n"
8617 7126 " Sometimes Mercurial needs to open a text file in an editor\n"
8618 7127 " for a user to modify, for example when writing commit messages.\n"
8619 7128 " The editor it uses is determined by looking at the environment\n"
8620 7129 " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
8621 7130 " non-empty one is chosen. If all of them are empty, the editor\n"
8622 7131 " defaults to 'vi'.\n"
8623 7132 "\n"
8624 7133 "PYTHONPATH::\n"
8625 7134 " This is used by Python to find imported modules and may need to be set\n"
8626 7135 " appropriately if Mercurial is not installed system-wide.\n"
8627 7136 " "
8628 7137 msgstr ""
8629 7138
8630 #: mercurial/help.py:167
8631 7139 msgid "Specifying Single Revisions"
8632 7140 msgstr "Angivning af en enkelt revision"
8633 7141
8634 #: mercurial/help.py:168
8635 7142 msgid ""
8636 7143 "\n"
8637 7144 " Mercurial accepts several notations for identifying individual\n"
8638 7145 " revisions.\n"
8639 7146 "\n"
8640 7147 " A plain integer is treated as a revision number. Negative\n"
8641 7148 " integers are treated as offsets from the tip, with -1 denoting the\n"
8642 7149 " tip.\n"
8643 7150 "\n"
8644 7151 " A 40-digit hexadecimal string is treated as a unique revision\n"
8645 7152 " identifier.\n"
8646 7153 "\n"
8647 7154 " A hexadecimal string less than 40 characters long is treated as a\n"
8648 7155 " unique revision identifier, and referred to as a short-form\n"
8649 7156 " identifier. A short-form identifier is only valid if it is the\n"
8650 7157 " prefix of one full-length identifier.\n"
8651 7158 "\n"
8652 7159 " Any other string is treated as a tag name, which is a symbolic\n"
8653 7160 " name associated with a revision identifier. Tag names may not\n"
8654 7161 " contain the \":\" character.\n"
8655 7162 "\n"
8656 7163 " The reserved name \"tip\" is a special tag that always identifies\n"
8657 7164 " the most recent revision.\n"
8658 7165 "\n"
8659 7166 " The reserved name \"null\" indicates the null revision. This is the\n"
8660 7167 " revision of an empty repository, and the parent of revision 0.\n"
8661 7168 "\n"
8662 7169 " The reserved name \".\" indicates the working directory parent. If\n"
8663 7170 " no working directory is checked out, it is equivalent to null.\n"
8664 7171 " If an uncommitted merge is in progress, \".\" is the revision of\n"
8665 7172 " the first parent.\n"
8666 7173 " "
8667 7174 msgstr ""
8668 7175
8669 #: mercurial/help.py:200
8670 7176 msgid "Specifying Multiple Revisions"
8671 7177 msgstr "Angivning af flere revisioner"
8672 7178
8673 #: mercurial/help.py:201
8674 7179 msgid ""
8675 7180 "\n"
8676 7181 " When Mercurial accepts more than one revision, they may be\n"
8677 7182 " specified individually, or provided as a continuous range,\n"
8678 7183 " separated by the \":\" character.\n"
8679 7184 "\n"
8680 7185 " The syntax of range notation is [BEGIN]:[END], where BEGIN and END\n"
8681 7186 " are revision identifiers. Both BEGIN and END are optional. If\n"
8682 7187 " BEGIN is not specified, it defaults to revision number 0. If END\n"
8683 7188 " is not specified, it defaults to the tip. The range \":\" thus\n"
8684 7189 " means \"all revisions\".\n"
8685 7190 "\n"
8686 7191 " If BEGIN is greater than END, revisions are treated in reverse\n"
8687 7192 " order.\n"
8688 7193 "\n"
8689 7194 " A range acts as a closed interval. This means that a range of 3:5\n"
8690 7195 " gives 3, 4 and 5. Similarly, a range of 4:2 gives 4, 3, and 2.\n"
8691 7196 " "
8692 7197 msgstr ""
8693 7198
8694 #: mercurial/help.py:219
8695 7199 msgid "Diff Formats"
8696 7200 msgstr ""
8697 7201
8698 #: mercurial/help.py:220
8699 7202 msgid ""
8700 7203 "\n"
8701 7204 " Mercurial's default format for showing changes between two versions\n"
8702 7205 " of a file is compatible with the unified format of GNU diff, which\n"
8703 7206 " can be used by GNU patch and many other standard tools.\n"
8704 7207 "\n"
8705 7208 " While this standard format is often enough, it does not encode the\n"
8706 7209 " following information:\n"
8707 7210 "\n"
8708 7211 " - executable status\n"
8709 7212 " - copy or rename information\n"
8710 7213 " - changes in binary files\n"
8711 7214 " - creation or deletion of empty files\n"
8712 7215 "\n"
8713 7216 " Mercurial also supports the extended diff format from the git VCS\n"
8714 7217 " which addresses these limitations. The git diff format is not\n"
8715 7218 " produced by default because there are very few tools which\n"
8716 7219 " understand this format.\n"
8717 7220 "\n"
8718 7221 " This means that when generating diffs from a Mercurial repository\n"
8719 7222 " (e.g. with \"hg export\"), you should be careful about things like\n"
8720 7223 " file copies and renames or other things mentioned above, because\n"
8721 7224 " when applying a standard diff to a different repository, this extra\n"
8722 7225 " information is lost. Mercurial's internal operations (like push and\n"
8723 7226 " pull) are not affected by this, because they use an internal binary\n"
8724 7227 " format for communicating changes.\n"
8725 7228 "\n"
8726 7229 " To make Mercurial produce the git extended diff format, use the\n"
8727 7230 " --git option available for many commands, or set 'git = True' in the\n"
8728 7231 " [diff] section of your hgrc. You do not need to set this option when\n"
8729 7232 " importing diffs in this format or using them in the mq extension.\n"
8730 7233 " "
8731 7234 msgstr ""
8732 7235
8733 #: mercurial/hg.py:128
8734 7236 msgid "destination directory: %s\n"
8735 7237 msgstr ""
8736 7238
8737 #: mercurial/hg.py:134 mercurial/hg.py:176 mercurial/hg.py:202
8738 7239 msgid "destination '%s' already exists"
8739 7240 msgstr ""
8740 7241
8741 #: mercurial/hg.py:209
8742 7242 msgid ""
8743 7243 "src repository does not support revision lookup and so doesn't support clone "
8744 7244 "by revision"
8745 7245 msgstr ""
8746 7246
8747 #: mercurial/hg.py:219
8748 7247 msgid "clone from remote to remote not supported"
8749 7248 msgstr ""
8750 7249
8751 #: mercurial/hg.py:232
8752 7250 msgid "updating working directory\n"
8753 7251 msgstr ""
8754 7252
8755 #: mercurial/hg.py:248
8756 7253 msgid "updated"
8757 7254 msgstr "opdateret"
8758 7255
8759 #: mercurial/hg.py:249
8760 7256 msgid "merged"
8761 7257 msgstr "sammenføjet"
8762 7258
8763 #: mercurial/hg.py:250
8764 7259 msgid "removed"
8765 7260 msgstr "fjernet"
8766 7261
8767 #: mercurial/hg.py:251
8768 7262 msgid "unresolved"
8769 7263 msgstr "uløst"
8770 7264
8771 #: mercurial/hg.py:252
8772 7265 msgid "%d files %s"
8773 7266 msgstr "%d filer %s"
8774 7267
8775 #: mercurial/hg.py:260 mercurial/hg.py:277
8776 7268 msgid "use 'hg resolve' to retry unresolved file merges\n"
8777 7269 msgstr ""
8778 7270
8779 #: mercurial/hg.py:279
8780 7271 msgid "(branch merge, don't forget to commit)\n"
8781 7272 msgstr ""
8782 7273
8783 #: mercurial/hgweb/hgwebdir_mod.py:211
8784 7274 msgid "error reading %s/.hg/hgrc: %s\n"
8785 7275 msgstr ""
8786 7276
8787 #: mercurial/hgweb/server.py:262
8788 7277 msgid "SSL support is unavailable"
8789 7278 msgstr "understøttelse for SSL er ikke tilstede"
8790 7279
8791 #: mercurial/hgweb/server.py:279
8792 7280 msgid "IPv6 not available on this system"
8793 7281 msgstr "IPv6 er ikke til rådighed på dette system"
8794 7282
8795 #: mercurial/hgweb/server.py:293
8796 7283 msgid "cannot start server at '%s:%d': %s"
8797 7284 msgstr "kan ikke starte server på '%s:%d': %s"
8798 7285
8799 #: mercurial/hook.py:21
8800 7286 msgid "calling hook %s: %s\n"
8801 7287 msgstr ""
8802 7288
8803 #: mercurial/hook.py:26
8804 7289 msgid "%s hook is invalid (\"%s\" not in a module)"
8805 7290 msgstr ""
8806 7291
8807 #: mercurial/hook.py:36
8808 7292 msgid "%s hook is invalid (import of \"%s\" failed)"
8809 7293 msgstr ""
8810 7294
8811 #: mercurial/hook.py:43
8812 7295 msgid "%s hook is invalid (\"%s\" is not defined)"
8813 7296 msgstr ""
8814 7297
8815 #: mercurial/hook.py:47
8816 7298 msgid "%s hook is invalid (\"%s\" is not callable)"
8817 7299 msgstr ""
8818 7300
8819 #: mercurial/hook.py:56
8820 7301 msgid "error: %s hook failed: %s\n"
8821 7302 msgstr ""
8822 7303
8823 #: mercurial/hook.py:59
8824 7304 msgid "error: %s hook raised an exception: %s\n"
8825 7305 msgstr ""
8826 7306
8827 #: mercurial/hook.py:67
8828 7307 msgid "%s hook failed"
8829 7308 msgstr ""
8830 7309
8831 #: mercurial/hook.py:68
8832 7310 msgid "warning: %s hook failed\n"
8833 7311 msgstr ""
8834 7312
8835 #: mercurial/hook.py:72
8836 7313 msgid "running hook %s: %s\n"
8837 7314 msgstr ""
8838 7315
8839 #: mercurial/hook.py:82
8840 7316 msgid "%s hook %s"
8841 7317 msgstr ""
8842 7318
8843 #: mercurial/hook.py:83
8844 7319 msgid "warning: %s hook %s\n"
8845 7320 msgstr ""
8846 7321
8847 #: mercurial/httprepo.py:21
8848 7322 msgid "connection ended unexpectedly"
8849 7323 msgstr ""
8850 7324
8851 #: mercurial/httprepo.py:31
8852 7325 msgid "unsupported URL component: \"%s\""
8853 7326 msgstr ""
8854 7327
8855 #: mercurial/httprepo.py:38
8856 7328 msgid "using %s\n"
8857 7329 msgstr "bruger %s\n"
8858 7330
8859 #: mercurial/httprepo.py:53
8860 7331 msgid "capabilities: %s\n"
8861 7332 msgstr ""
8862 7333
8863 #: mercurial/httprepo.py:60
8864 7334 msgid "operation not supported over http"
8865 7335 msgstr ""
8866 7336
8867 #: mercurial/httprepo.py:65 mercurial/sshrepo.py:116
8868 7337 msgid "sending %s command\n"
8869 7338 msgstr "sender %s kommando\n"
8870 7339
8871 #: mercurial/httprepo.py:72
8872 7340 msgid "sending %s bytes\n"
8873 7341 msgstr "sender %s bytes\n"
8874 7342
8875 #: mercurial/httprepo.py:76
8876 7343 msgid "authorization failed"
8877 7344 msgstr "autorisation fejlede"
8878 7345
8879 #: mercurial/httprepo.py:79
8880 7346 msgid "http error while sending %s command\n"
8881 7347 msgstr ""
8882 7348
8883 #: mercurial/httprepo.py:84
8884 7349 msgid "http error, possibly caused by proxy setting"
8885 7350 msgstr ""
8886 7351
8887 #: mercurial/httprepo.py:90
8888 7352 msgid "real URL is %s\n"
8889 7353 msgstr "den rigtige URL er %s\n"
8890 7354
8891 #: mercurial/httprepo.py:101
8892 7355 msgid "Requested URL: '%s'\n"
8893 7356 msgstr ""
8894 7357
8895 #: mercurial/httprepo.py:102 mercurial/statichttprepo.py:81
8896 7358 msgid "'%s' does not appear to be an hg repository"
8897 7359 msgstr ""
8898 7360
8899 #: mercurial/httprepo.py:110
8900 7361 msgid "'%s' sent a broken Content-Type header (%s)"
8901 7362 msgstr ""
8902 7363
8903 #: mercurial/httprepo.py:113
8904 7364 msgid "'%s' uses newer protocol %s"
8905 7365 msgstr "'%s' bruger nyere protokol %s"
8906 7366
8907 #: mercurial/httprepo.py:127 mercurial/sshrepo.py:154
8908 7367 msgid "look up remote revision"
8909 7368 msgstr ""
8910 7369
8911 #: mercurial/httprepo.py:139 mercurial/httprepo.py:148
8912 #: mercurial/httprepo.py:159 mercurial/sshrepo.py:135 mercurial/sshrepo.py:167
8913 #: mercurial/sshrepo.py:176 mercurial/sshrepo.py:185 mercurial/sshrepo.py:220
8914 #: mercurial/sshrepo.py:242
8915 7370 msgid "unexpected response:"
8916 7371 msgstr ""
8917 7372
8918 #: mercurial/httprepo.py:168 mercurial/sshrepo.py:192
8919 7373 msgid "look up remote changes"
8920 7374 msgstr ""
8921 7375
8922 #: mercurial/httprepo.py:205
8923 7376 msgid "push failed (unexpected response):"
8924 7377 msgstr ""
8925 7378
8926 #: mercurial/httprepo.py:210 mercurial/sshrepo.py:214
8927 7379 msgid "push failed: %s"
8928 7380 msgstr "skub fejlede: %s"
8929 7381
8930 #: mercurial/httprepo.py:222
8931 7382 msgid "Python support for SSL and HTTPS is not installed"
8932 7383 msgstr ""
8933 7384
8934 #: mercurial/httprepo.py:228
8935 7385 msgid "cannot create new http repository"
8936 7386 msgstr "kan ikke lave nyt http arkiv"
8937 7387
8938 #: mercurial/ignore.py:60
8939 7388 msgid "%s: ignoring invalid syntax '%s'\n"
8940 7389 msgstr "%s: ignorerer ugyldig syntaks '%s'\n"
8941 7390
8942 #: mercurial/ignore.py:73
8943 7391 msgid "skipping unreadable ignore file '%s': %s\n"
8944 7392 msgstr ""
8945 7393
8946 #: mercurial/localrepo.py:50
8947 7394 msgid "repository %s not found"
8948 7395 msgstr "arkivet %s blev ikke fundet"
8949 7396
8950 #: mercurial/localrepo.py:52
8951 7397 msgid "repository %s already exists"
8952 7398 msgstr "arkivet %s eksisterer allerede"
8953 7399
8954 #: mercurial/localrepo.py:60 mercurial/statichttprepo.py:88
8955 7400 msgid "requirement '%s' not supported"
8956 7401 msgstr ""
8957 7402
8958 #: mercurial/localrepo.py:137
8959 7403 msgid "%r cannot be used in a tag name"
8960 7404 msgstr ""
8961 7405
8962 #: mercurial/localrepo.py:223
8963 7406 msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
8964 7407 msgstr ""
8965 7408
8966 #: mercurial/localrepo.py:241
8967 7409 msgid "%s, line %s: %s\n"
8968 7410 msgstr "%s, linie %s: %s\n"
8969 7411
8970 #: mercurial/localrepo.py:249
8971 7412 msgid "cannot parse entry"
8972 7413 msgstr ""
8973 7414
8974 #: mercurial/localrepo.py:256
8975 7415 msgid "node '%s' is not well formed"
8976 7416 msgstr ""
8977 7417
8978 #: mercurial/localrepo.py:259
8979 7418 msgid "tag '%s' refers to unknown node"
8980 7419 msgstr ""
8981 7420
8982 #: mercurial/localrepo.py:463
8983 7421 msgid "unknown revision '%s'"
8984 7422 msgstr ""
8985 7423
8986 #: mercurial/localrepo.py:531
8987 7424 msgid "filtering %s through %s\n"
8988 7425 msgstr ""
8989 7426
8990 #: mercurial/localrepo.py:569
8991 7427 msgid "journal already exists - run hg recover"
8992 7428 msgstr ""
8993 7429
8994 #: mercurial/localrepo.py:593
8995 7430 msgid "rolling back interrupted transaction\n"
8996 7431 msgstr ""
8997 7432
8998 #: mercurial/localrepo.py:598
8999 7433 msgid "no interrupted transaction available\n"
9000 7434 msgstr ""
9001 7435
9002 #: mercurial/localrepo.py:609
9003 7436 msgid "rolling back last transaction\n"
9004 7437 msgstr ""
9005 7438
9006 #: mercurial/localrepo.py:616
9007 7439 msgid "Named branch could not be reset, current branch still is: %s\n"
9008 7440 msgstr ""
9009 7441
9010 #: mercurial/localrepo.py:622
9011 7442 msgid "no rollback information available\n"
9012 7443 msgstr ""
9013 7444
9014 #: mercurial/localrepo.py:643
9015 7445 msgid "waiting for lock on %s held by %r\n"
9016 7446 msgstr ""
9017 7447
9018 #: mercurial/localrepo.py:657
9019 7448 msgid "repository %s"
9020 7449 msgstr ""
9021 7450
9022 #: mercurial/localrepo.py:666
9023 7451 msgid "working directory of %s"
9024 7452 msgstr ""
9025 7453
9026 #: mercurial/localrepo.py:716
9027 7454 msgid " %s: searching for copy revision for %s\n"
9028 7455 msgstr ""
9029 7456
9030 #: mercurial/localrepo.py:723
9031 7457 msgid " %s: copy %s:%s\n"
9032 7458 msgstr ""
9033 7459
9034 #: mercurial/localrepo.py:765
9035 7460 msgid "cannot partially commit a merge (do not specify files or patterns)"
9036 7461 msgstr ""
9037 7462
9038 #: mercurial/localrepo.py:777 mercurial/localrepo.py:1125
9039 7463 msgid "%s not tracked!\n"
9040 7464 msgstr ""
9041 7465
9042 #: mercurial/localrepo.py:789
9043 7466 msgid "unresolved merge conflicts (see hg resolve)"
9044 7467 msgstr ""
9045 7468
9046 #: mercurial/localrepo.py:836
9047 7469 msgid "nothing changed\n"
9048 7470 msgstr ""
9049 7471
9050 #: mercurial/localrepo.py:871
9051 7472 msgid "trouble committing %s!\n"
9052 7473 msgstr ""
9053 7474
9054 #: mercurial/localrepo.py:902
9055 7475 msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
9056 7476 msgstr ""
9057 7477
9058 #: mercurial/localrepo.py:926
9059 7478 msgid "empty commit message"
9060 7479 msgstr ""
9061 7480
9062 #: mercurial/localrepo.py:1075 mercurial/localrepo.py:1153
9063 7481 msgid "%s does not exist!\n"
9064 7482 msgstr ""
9065 7483
9066 #: mercurial/localrepo.py:1079
9067 7484 msgid ""
9068 7485 "%s: files over 10MB may cause memory and performance problems\n"
9069 7486 "(use 'hg revert %s' to unadd the file)\n"
9070 7487 msgstr ""
9071 7488
9072 #: mercurial/localrepo.py:1084
9073 7489 msgid "%s not added: only files and symlinks supported currently\n"
9074 7490 msgstr ""
9075 7491
9076 #: mercurial/localrepo.py:1088
9077 7492 msgid "%s already tracked!\n"
9078 7493 msgstr ""
9079 7494
9080 #: mercurial/localrepo.py:1102
9081 7495 msgid "%s not added!\n"
9082 7496 msgstr ""
9083 7497
9084 #: mercurial/localrepo.py:1121
9085 7498 msgid "%s still exists!\n"
9086 7499 msgstr ""
9087 7500
9088 #: mercurial/localrepo.py:1139
9089 7501 msgid "%s not removed!\n"
9090 7502 msgstr ""
9091 7503
9092 #: mercurial/localrepo.py:1155
9093 7504 msgid "copy failed: %s is not a file or a symbolic link\n"
9094 7505 msgstr ""
9095 7506
9096 #: mercurial/localrepo.py:1303
9097 7507 msgid "searching for changes\n"
9098 7508 msgstr "leder efter ændringer\n"
9099 7509
9100 #: mercurial/localrepo.py:1331
9101 7510 msgid "examining %s:%s\n"
9102 7511 msgstr "undersøger %s:%s\n"
9103 7512
9104 #: mercurial/localrepo.py:1336
9105 7513 msgid "branch already found\n"
9106 7514 msgstr "gren er allerede fundet\n"
9107 7515
9108 #: mercurial/localrepo.py:1339
9109 7516 msgid "found incomplete branch %s:%s\n"
9110 7517 msgstr "fandt ukomplet gren %s:%s\n"
9111 7518
9112 #: mercurial/localrepo.py:1346
9113 7519 msgid "found new changeset %s\n"
9114 7520 msgstr "fandt ny ændring %s\n"
9115 7521
9116 #: mercurial/localrepo.py:1361
9117 7522 msgid "request %d: %s\n"
9118 7523 msgstr ""
9119 7524
9120 #: mercurial/localrepo.py:1365
9121 7525 msgid "received %s:%s\n"
9122 7526 msgstr "modtog %s:%s\n"
9123 7527
9124 #: mercurial/localrepo.py:1378
9125 7528 msgid "narrowing %d:%d %s\n"
9126 7529 msgstr ""
9127 7530
9128 #: mercurial/localrepo.py:1381
9129 7531 msgid "found new branch changeset %s\n"
9130 7532 msgstr ""
9131 7533
9132 #: mercurial/localrepo.py:1386
9133 7534 msgid "narrowed branch search to %s:%s\n"
9134 7535 msgstr ""
9135 7536
9136 #: mercurial/localrepo.py:1396
9137 7537 msgid "already have changeset "
9138 7538 msgstr ""
9139 7539
9140 #: mercurial/localrepo.py:1400
9141 7540 msgid "warning: repository is unrelated\n"
9142 7541 msgstr "advarsel: arkivet er urelateret\n"
9143 7542
9144 #: mercurial/localrepo.py:1402
9145 7543 msgid "repository is unrelated"
9146 7544 msgstr "arkivet er urelateret"
9147 7545
9148 #: mercurial/localrepo.py:1404
9149 7546 msgid "found new changesets starting at "
9150 7547 msgstr ""
9151 7548
9152 #: mercurial/localrepo.py:1407
9153 7549 msgid "%d total queries\n"
9154 7550 msgstr ""
9155 7551
9156 #: mercurial/localrepo.py:1424
9157 7552 msgid "common changesets up to "
9158 7553 msgstr ""
9159 7554
9160 #: mercurial/localrepo.py:1465
9161 7555 msgid "requesting all changes\n"
9162 7556 msgstr ""
9163 7557
9164 #: mercurial/localrepo.py:1478
9165 7558 msgid ""
9166 7559 "Partial pull cannot be done because other repository doesn't support "
9167 7560 "changegroupsubset."
9168 7561 msgstr ""
9169 7562
9170 #: mercurial/localrepo.py:1539
9171 7563 msgid "abort: push creates new remote heads!\n"
9172 7564 msgstr ""
9173 7565
9174 #: mercurial/localrepo.py:1540
9175 7566 msgid "(did you forget to merge? use push -f to force)\n"
9176 7567 msgstr ""
9177 7568
9178 #: mercurial/localrepo.py:1544
9179 7569 msgid "note: unsynced remote changes!\n"
9180 7570 msgstr ""
9181 7571
9182 #: mercurial/localrepo.py:1580
9183 7572 msgid "%d changesets found\n"
9184 7573 msgstr ""
9185 7574
9186 #: mercurial/localrepo.py:1582
9187 7575 msgid "list of changesets:\n"
9188 7576 msgstr ""
9189 7577
9190 #: mercurial/localrepo.py:1861 mercurial/localrepo.py:1951
9191 7578 msgid "empty or missing revlog for %s"
9192 7579 msgstr ""
9193 7580
9194 #: mercurial/localrepo.py:1978
9195 7581 msgid "add changeset %s\n"
9196 7582 msgstr ""
9197 7583
9198 #: mercurial/localrepo.py:2001
9199 7584 msgid "adding changesets\n"
9200 7585 msgstr "tilføjer ændringer\n"
9201 7586
9202 #: mercurial/localrepo.py:2005
9203 7587 msgid "received changelog group is empty"
9204 7588 msgstr ""
9205 7589
9206 #: mercurial/localrepo.py:2010
9207 7590 msgid "adding manifests\n"
9208 7591 msgstr "tilføjer manifester\n"
9209 7592
9210 #: mercurial/localrepo.py:2019
9211 7593 msgid "adding file changes\n"
9212 7594 msgstr "tilføjer filændringer\n"
9213 7595
9214 #: mercurial/localrepo.py:2024
9215 7596 msgid "adding %s revisions\n"
9216 7597 msgstr "tilføjer %s ændringer\n"
9217 7598
9218 #: mercurial/localrepo.py:2029
9219 7599 msgid "received file revlog group is empty"
9220 7600 msgstr ""
9221 7601
9222 #: mercurial/localrepo.py:2039
9223 7602 msgid " (%+d heads)"
9224 7603 msgstr " (%+d hoveder)"
9225 7604
9226 #: mercurial/localrepo.py:2041
9227 7605 msgid "added %d changesets with %d changes to %d files%s\n"
9228 7606 msgstr "tilføjede %d ændringer med %d ændringer i %d filer%s\n"
9229 7607
9230 #: mercurial/localrepo.py:2056
9231 7608 msgid "updating the branch cache\n"
9232 7609 msgstr ""
9233 7610
9234 #: mercurial/localrepo.py:2079 mercurial/localrepo.py:2092
9235 #: mercurial/localrepo.py:2104
9236 7611 msgid "Unexpected response from remote server:"
9237 7612 msgstr ""
9238 7613
9239 #: mercurial/localrepo.py:2081
9240 7614 msgid "operation forbidden by server"
9241 7615 msgstr ""
9242 7616
9243 #: mercurial/localrepo.py:2083
9244 7617 msgid "locking the remote repository failed"
9245 7618 msgstr ""
9246 7619
9247 #: mercurial/localrepo.py:2085
9248 7620 msgid "the server sent an unknown error code"
9249 7621 msgstr ""
9250 7622
9251 #: mercurial/localrepo.py:2086
9252 7623 msgid "streaming all changes\n"
9253 7624 msgstr ""
9254 7625
9255 #: mercurial/localrepo.py:2093
9256 7626 msgid "%d files to transfer, %s of data\n"
9257 7627 msgstr ""
9258 7628
9259 #: mercurial/localrepo.py:2105
9260 7629 msgid "adding %s (%s)\n"
9261 7630 msgstr "tilføjer %s (%s)\n"
9262 7631
9263 #: mercurial/localrepo.py:2113
9264 7632 msgid "transferred %s in %.1f seconds (%s/sec)\n"
9265 7633 msgstr ""
9266 7634
9267 #: mercurial/mail.py:19
9268 7635 msgid "no [smtp]host in hgrc - cannot send mail"
9269 7636 msgstr ""
9270 7637
9271 #: mercurial/mail.py:21
9272 7638 msgid "sending mail: smtp host %s, port %s\n"
9273 7639 msgstr ""
9274 7640
9275 #: mercurial/mail.py:26
9276 7641 msgid "can't use TLS: Python SSL support not installed"
9277 7642 msgstr ""
9278 7643
9279 #: mercurial/mail.py:28
9280 7644 msgid "(using tls)\n"
9281 7645 msgstr ""
9282 7646
9283 #: mercurial/mail.py:37
9284 7647 msgid "(authenticating to mail server as %s)\n"
9285 7648 msgstr ""
9286 7649
9287 #: mercurial/mail.py:57
9288 7650 msgid "sending mail: %s\n"
9289 7651 msgstr ""
9290 7652
9291 #: mercurial/mail.py:82
9292 7653 msgid "smtp specified as email transport, but no smtp host configured"
9293 7654 msgstr ""
9294 7655
9295 #: mercurial/mail.py:86
9296 7656 msgid "%r specified as email transport, but not in PATH"
9297 7657 msgstr ""
9298 7658
9299 #: mercurial/mail.py:131
9300 7659 msgid "ignoring invalid sendcharset: %s\n"
9301 7660 msgstr ""
9302 7661
9303 #: mercurial/mail.py:155
9304 7662 msgid "invalid email address: %s"
9305 7663 msgstr ""
9306 7664
9307 #: mercurial/mail.py:161
9308 7665 msgid "invalid local address: %s"
9309 7666 msgstr ""
9310 7667
9311 #: mercurial/manifest.py:128
9312 7668 msgid "'\\n' and '\\r' disallowed in filenames"
9313 7669 msgstr ""
9314 7670
9315 #: mercurial/manifest.py:172
9316 7671 msgid "failed to remove %s from manifest"
9317 7672 msgstr ""
9318 7673
9319 #: mercurial/mdiff.py:54
9320 7674 msgid "diff context lines count must be an integer, not %r"
9321 7675 msgstr ""
9322 7676
9323 #: mercurial/merge.py:77
9324 7677 msgid ""
9325 7678 "untracked file in working directory differs from file in requested revision: "
9326 7679 "'%s'"
9327 7680 msgstr ""
9328 7681
9329 #: mercurial/merge.py:86
9330 7682 msgid "case-folding collision between %s and %s"
9331 7683 msgstr ""
9332 7684
9333 #: mercurial/merge.py:126
9334 7685 msgid "resolving manifests\n"
9335 7686 msgstr ""
9336 7687
9337 #: mercurial/merge.py:127
9338 7688 msgid " overwrite %s partial %s\n"
9339 7689 msgstr ""
9340 7690
9341 #: mercurial/merge.py:128
9342 7691 msgid " ancestor %s local %s remote %s\n"
9343 7692 msgstr ""
9344 7693
9345 #: mercurial/merge.py:148
9346 7694 msgid ""
9347 7695 " conflicting flags for %s\n"
9348 7696 "(n)one, e(x)ec or sym(l)ink?"
9349 7697 msgstr ""
9350 7698
9351 #: mercurial/merge.py:219
9352 7699 msgid ""
9353 7700 " local changed %s which remote deleted\n"
9354 7701 "use (c)hanged version or (d)elete?"
9355 7702 msgstr ""
9356 7703
9357 #: mercurial/merge.py:221 mercurial/merge.py:255
9358 7704 msgid "[cd]"
9359 7705 msgstr ""
9360 7706
9361 #: mercurial/merge.py:221 mercurial/merge.py:255
9362 7707 msgid "c"
9363 7708 msgstr ""
9364 7709
9365 #: mercurial/merge.py:253
9366 7710 msgid ""
9367 7711 "remote changed %s which local deleted\n"
9368 7712 "use (c)hanged version or leave (d)eleted?"
9369 7713 msgstr ""
9370 7714
9371 #: mercurial/merge.py:287
9372 7715 msgid "preserving %s for resolve of %s\n"
9373 7716 msgstr ""
9374 7717
9375 #: mercurial/merge.py:314
9376 7718 msgid "update failed to remove %s: %s!\n"
9377 7719 msgstr ""
9378 7720
9379 #: mercurial/merge.py:333
9380 7721 msgid "getting %s\n"
9381 7722 msgstr ""
9382 7723
9383 #: mercurial/merge.py:340
9384 7724 msgid "moving %s to %s\n"
9385 7725 msgstr ""
9386 7726
9387 #: mercurial/merge.py:345
9388 7727 msgid "getting %s to %s\n"
9389 7728 msgstr ""
9390 7729
9391 #: mercurial/merge.py:351
9392 7730 msgid "warning: detected divergent renames of %s to:\n"
9393 7731 msgstr ""
9394 7732
9395 #: mercurial/merge.py:438
9396 7733 msgid "branch %s not found"
9397 7734 msgstr ""
9398 7735
9399 #: mercurial/merge.py:451
9400 7736 msgid "can't merge with ancestor"
9401 7737 msgstr ""
9402 7738
9403 #: mercurial/merge.py:456
9404 7739 msgid "nothing to merge (use 'hg update' or check 'hg heads')"
9405 7740 msgstr ""
9406 7741
9407 #: mercurial/merge.py:465
9408 7742 msgid "crosses branches (use 'hg merge' or 'hg update -C' to discard changes)"
9409 7743 msgstr ""
9410 7744
9411 #: mercurial/merge.py:467
9412 7745 msgid "crosses branches (use 'hg merge' or 'hg update -C')"
9413 7746 msgstr ""
9414 7747
9415 #: mercurial/merge.py:470
9416 7748 msgid "crosses named branches (use 'hg update -C' to discard changes)"
9417 7749 msgstr ""
9418 7750
9419 #: mercurial/patch.py:28
9420 7751 msgid "cannot create %s: destination already exists"
9421 7752 msgstr ""
9422 7753
9423 #: mercurial/patch.py:37
9424 7754 msgid "cannot create %s: unable to create destination directory"
9425 7755 msgstr ""
9426 7756
9427 #: mercurial/patch.py:96
9428 7757 msgid "found patch at byte %d\n"
9429 7758 msgstr ""
9430 7759
9431 #: mercurial/patch.py:101
9432 7760 msgid "patch generated by hg export\n"
9433 7761 msgstr ""
9434 7762
9435 #: mercurial/patch.py:250
9436 7763 msgid "unable to find '%s' for patching\n"
9437 7764 msgstr ""
9438 7765
9439 #: mercurial/patch.py:282
9440 7766 msgid "patching file %s\n"
9441 7767 msgstr ""
9442 7768
9443 #: mercurial/patch.py:325
9444 7769 msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
9445 7770 msgstr ""
9446 7771
9447 #: mercurial/patch.py:352
9448 7772 msgid "bad hunk #%d %s (%d %d %d %d)"
9449 7773 msgstr ""
9450 7774
9451 #: mercurial/patch.py:365
9452 7775 msgid "file %s already exists\n"
9453 7776 msgstr ""
9454 7777
9455 #: mercurial/patch.py:427
9456 7778 msgid "Hunk #%d succeeded at %d %s(offset %d %s).\n"
9457 7779 msgstr ""
9458 7780
9459 #: mercurial/patch.py:431
9460 7781 msgid "Hunk #%d FAILED at %d\n"
9461 7782 msgstr ""
9462 7783
9463 #: mercurial/patch.py:452 mercurial/patch.py:478 mercurial/patch.py:510
9464 7784 msgid "bad hunk #%d"
9465 7785 msgstr ""
9466 7786
9467 #: mercurial/patch.py:497 mercurial/patch.py:539
9468 7787 msgid "bad hunk #%d old text line %d"
9469 7788 msgstr ""
9470 7789
9471 #: mercurial/patch.py:691
9472 7790 msgid "could not extract binary patch"
9473 7791 msgstr ""
9474 7792
9475 #: mercurial/patch.py:707
9476 7793 msgid "binary patch is %d bytes, not %d"
9477 7794 msgstr ""
9478 7795
9479 #: mercurial/patch.py:742
9480 7796 msgid "unable to strip away %d dirs from %s"
9481 7797 msgstr ""
9482 7798
9483 #: mercurial/patch.py:781
9484 7799 msgid "undefined source and destination files"
9485 7800 msgstr ""
9486 7801
9487 #: mercurial/patch.py:951
9488 7802 msgid "malformed patch %s %s"
9489 7803 msgstr ""
9490 7804
9491 #: mercurial/patch.py:1008
9492 7805 msgid "unsupported parser state: %s"
9493 7806 msgstr ""
9494 7807
9495 #: mercurial/patch.py:1104
9496 7808 msgid "patch command failed: %s"
9497 7809 msgstr ""
9498 7810
9499 #: mercurial/patch.py:1141
9500 7811 msgid "no valid hunks found; trying with %r instead\n"
9501 7812 msgstr ""
9502 7813
9503 #: mercurial/repair.py:20
9504 7814 msgid "saving bundle to %s\n"
9505 7815 msgstr ""
9506 7816
9507 #: mercurial/repair.py:128
9508 7817 msgid "adding branch\n"
9509 7818 msgstr "tilføjer gren\n"
9510 7819
9511 #: mercurial/repo.py:34
9512 7820 msgid "cannot %s; remote repository does not support the %r capability"
9513 7821 msgstr ""
9514 7822
9515 #: mercurial/revlog.py:40
9516 7823 msgid "%s@%s: %s"
9517 7824 msgstr ""
9518 7825
9519 #: mercurial/revlog.py:108
9520 7826 msgid "unknown compression type %r"
9521 7827 msgstr ""
9522 7828
9523 #: mercurial/revlog.py:450
9524 7829 msgid "index %s unknown flags %#04x for format v0"
9525 7830 msgstr ""
9526 7831
9527 #: mercurial/revlog.py:453
9528 7832 msgid "index %s unknown flags %#04x for revlogng"
9529 7833 msgstr ""
9530 7834
9531 #: mercurial/revlog.py:456
9532 7835 msgid "index %s unknown format %d"
9533 7836 msgstr ""
9534 7837
9535 #: mercurial/revlog.py:500
9536 7838 msgid "no node"
9537 7839 msgstr ""
9538 7840
9539 #: mercurial/revlog.py:884
9540 7841 msgid "ambiguous identifier"
9541 7842 msgstr ""
9542 7843
9543 #: mercurial/revlog.py:901
9544 7844 msgid "no match found"
9545 7845 msgstr ""
9546 7846
9547 #: mercurial/revlog.py:967
9548 7847 msgid "incompatible revision flag %x"
9549 7848 msgstr ""
9550 7849
9551 #: mercurial/revlog.py:1006
9552 7850 msgid "%s not found in the transaction"
9553 7851 msgstr ""
9554 7852
9555 #: mercurial/revlog.py:1220
9556 7853 msgid "unknown base"
9557 7854 msgstr ""
9558 7855
9559 #: mercurial/revlog.py:1253
9560 7856 msgid "consistency error adding group"
9561 7857 msgstr ""
9562 7858
9563 #: mercurial/simplemerge.py:414
9564 7859 msgid "%s looks like a binary file."
9565 7860 msgstr ""
9566 7861
9567 #: mercurial/simplemerge.py:429
9568 7862 msgid "can only specify two labels."
9569 7863 msgstr ""
9570 7864
9571 #: mercurial/simplemerge.py:454
9572 7865 msgid "warning: conflicts during merge.\n"
9573 7866 msgstr ""
9574 7867
9575 #: mercurial/sshrepo.py:29
9576 7868 msgid "couldn't parse location %s"
9577 7869 msgstr ""
9578 7870
9579 #: mercurial/sshrepo.py:48
9580 7871 msgid "could not create remote repo"
9581 7872 msgstr ""
9582 7873
9583 #: mercurial/sshrepo.py:77 mercurial/sshrepo.py:96 mercurial/sshrepo.py:108
9584 7874 msgid "remote: "
9585 7875 msgstr ""
9586 7876
9587 #: mercurial/sshrepo.py:81
9588 7877 msgid "no suitable response from remote hg"
9589 7878 msgstr ""
9590 7879
9591 #: mercurial/sshrepo.py:201 mercurial/sshrepo.py:225
9592 7880 msgid "push refused: %s"
9593 7881 msgstr ""
9594 7882
9595 #: mercurial/sshserver.py:164 mercurial/sshserver.py:187
9596 7883 msgid "unsynced changes"
9597 7884 msgstr ""
9598 7885
9599 #: mercurial/statichttprepo.py:112
9600 7886 msgid "cannot lock static-http repository"
9601 7887 msgstr ""
9602 7888
9603 #: mercurial/statichttprepo.py:116
9604 7889 msgid "cannot create new static-http repository"
9605 7890 msgstr ""
9606 7891
9607 #: mercurial/store.py:227
9608 7892 msgid "invalid entry in fncache, line %s"
9609 7893 msgstr ""
9610 7894
9611 #: mercurial/streamclone.py:46
9612 7895 msgid "scanning\n"
9613 7896 msgstr ""
9614 7897
9615 #: mercurial/streamclone.py:58
9616 7898 msgid "%d files, %d bytes to transfer\n"
9617 7899 msgstr "%d filer, skal overføre %d bytes\n"
9618 7900
9619 #: mercurial/streamclone.py:62
9620 7901 msgid "sending %s (%d bytes)\n"
9621 7902 msgstr ""
9622 7903
9623 #: mercurial/templater.py:19
9624 7904 msgid "unmatched quotes"
9625 7905 msgstr ""
9626 7906
9627 #: mercurial/templater.py:64
9628 7907 msgid "style not found: %s"
9629 7908 msgstr ""
9630 7909
9631 #: mercurial/templater.py:83
9632 7910 msgid "%s:%s: parse error"
9633 7911 msgstr ""
9634 7912
9635 #: mercurial/templater.py:94
9636 7913 msgid "template file %s: %s"
9637 7914 msgstr ""
9638 7915
9639 #: mercurial/templater.py:121
9640 7916 msgid "Error expanding '%s%%%s'"
9641 7917 msgstr ""
9642 7918
9643 #: mercurial/transaction.py:83
9644 7919 msgid "transaction abort!\n"
9645 7920 msgstr ""
9646 7921
9647 #: mercurial/transaction.py:89
9648 7922 msgid "failed to truncate %s\n"
9649 7923 msgstr ""
9650 7924
9651 #: mercurial/transaction.py:93
9652 7925 msgid "rollback completed\n"
9653 7926 msgstr ""
9654 7927
9655 #: mercurial/ui.py:124
9656 7928 msgid "Not trusting file %s from untrusted user %s, group %s\n"
9657 7929 msgstr ""
9658 7930
9659 #: mercurial/ui.py:151
9660 7931 msgid ""
9661 7932 "Failed to parse %s\n"
9662 7933 "%s"
9663 7934 msgstr ""
9664 7935
9665 #: mercurial/ui.py:154 mercurial/ui.py:262 mercurial/ui.py:308
9666 7936 msgid "Ignored: %s\n"
9667 7937 msgstr "Ignoreret: %s\n"
9668 7938
9669 #: mercurial/ui.py:181
9670 7939 msgid "unable to open %s: %s"
9671 7940 msgstr "kunne ikke åbne %s: %s"
9672 7941
9673 #: mercurial/ui.py:188
9674 7942 msgid ""
9675 7943 "failed to parse %s\n"
9676 7944 "%s"
9677 7945 msgstr ""
9678 7946
9679 #: mercurial/ui.py:258
9680 7947 msgid ""
9681 7948 "Error in configuration section [%s] parameter '%s':\n"
9682 7949 "%s"
9683 7950 msgstr ""
9684 7951
9685 #: mercurial/ui.py:272 mercurial/ui.py:317
9686 7952 msgid "Ignoring untrusted configuration option %s.%s = %s\n"
9687 7953 msgstr ""
9688 7954
9689 #: mercurial/ui.py:304
9690 7955 msgid ""
9691 7956 "Error in configuration section [%s]:\n"
9692 7957 "%s"
9693 7958 msgstr ""
9694 7959
9695 #: mercurial/ui.py:343
9696 7960 msgid "enter a commit username:"
9697 7961 msgstr "angiv et commit brugernavn:"
9698 7962
9699 #: mercurial/ui.py:347
9700 7963 msgid "No username found, using '%s' instead\n"
9701 7964 msgstr "Fandt intet brugernavn, bruger '%s' istedet\n"
9702 7965
9703 #: mercurial/ui.py:351
9704 7966 msgid "Please specify a username."
9705 7967 msgstr "Angiv venligst et brugernavn."
9706 7968
9707 #: mercurial/ui.py:353
9708 7969 msgid "username %s contains a newline\n"
9709 7970 msgstr "brugernavn %s indeholder et linieskift\n"
9710 7971
9711 #: mercurial/ui.py:436
9712 7972 msgid "unrecognized response\n"
9713 7973 msgstr ""
9714 7974
9715 #: mercurial/ui.py:438
9716 7975 msgid "response expected"
9717 7976 msgstr ""
9718 7977
9719 #: mercurial/ui.py:442
9720 7978 msgid "password: "
9721 7979 msgstr "kodeord: "
9722 7980
9723 #: mercurial/ui.py:463
9724 7981 msgid "edit failed"
9725 7982 msgstr "redigering fejlede"
9726 7983
9727 #: mercurial/url.py:111
9728 7984 msgid "http authorization required"
9729 7985 msgstr ""
9730 7986
9731 #: mercurial/url.py:113
9732 7987 msgid "http authorization required\n"
9733 7988 msgstr ""
9734 7989
9735 #: mercurial/url.py:114
9736 7990 msgid "realm: %s\n"
9737 7991 msgstr ""
9738 7992
9739 #: mercurial/url.py:116
9740 7993 msgid "user: %s\n"
9741 7994 msgstr ""
9742 7995
9743 #: mercurial/url.py:118
9744 7996 msgid "user:"
9745 7997 msgstr ""
9746 7998
9747 #: mercurial/url.py:163
9748 7999 msgid "proxying through http://%s:%s\n"
9749 8000 msgstr ""
9750 8001
9751 #: mercurial/url.py:289
9752 8002 msgid "http auth: user %s, password %s\n"
9753 8003 msgstr ""
9754 8004
9755 #: mercurial/util.py:117 mercurial/util.py:139
9756 8005 msgid "%s, please check your locale settings"
9757 8006 msgstr "%s, tjek venligst dine sprogindstillinger"
9758 8007
9759 #: mercurial/util.py:257
9760 8008 msgid "command '%s' failed: %s"
9761 8009 msgstr "kommandoen '%s' fejlede: %s"
9762 8010
9763 #: mercurial/util.py:819
9764 8011 msgid "path contains illegal component: %s"
9765 8012 msgstr "stien indeholder ugyldig komponent: %s"
9766 8013
9767 #: mercurial/util.py:825 mercurial/util.py:841
9768 8014 msgid "path %r is inside repo %r"
9769 8015 msgstr "stien %r er inde i repo %r"
9770 8016
9771 #: mercurial/util.py:837
9772 8017 msgid "path %r traverses symbolic link %r"
9773 8018 msgstr "stien %r følger symbolsk link %r"
9774 8019
9775 #: mercurial/util.py:874
9776 8020 msgid "Hardlinks not supported"
9777 8021 msgstr "Hardlinks er ikke supporteret"
9778 8022
9779 #: mercurial/util.py:948
9780 8023 msgid "user name not available - set USERNAME environment variable"
9781 8024 msgstr "der er ikke noget brugernavn - sæt USERNAME miljøvariabel"
9782 8025
9783 #: mercurial/util.py:1263 mercurial/util.py:1440
9784 8026 msgid "exited with status %d"
9785 8027 msgstr "afsluttede med status %d"
9786 8028
9787 #: mercurial/util.py:1443
9788 8029 msgid "killed by signal %d"
9789 8030 msgstr "dræbt af signal %d"
9790 8031
9791 #: mercurial/util.py:1446
9792 8032 msgid "stopped by signal %d"
9793 8033 msgstr "stoppet af signal %d"
9794 8034
9795 #: mercurial/util.py:1447
9796 8035 msgid "invalid exit code"
9797 8036 msgstr "ugyldig returkode"
9798 8037
9799 #: mercurial/util.py:1640
9800 8038 msgid "could not symlink to %r: %s"
9801 8039 msgstr "kunne ikke lave et symbolsk link til %r: %s"
9802 8040
9803 #: mercurial/util.py:1796
9804 8041 msgid "invalid date: %r "
9805 8042 msgstr "ugyldig dato: %r "
9806 8043
9807 #: mercurial/util.py:1802
9808 8044 msgid "date exceeds 32 bits: %d"
9809 8045 msgstr "dato overskrider 32 bit: %d"
9810 8046
9811 #: mercurial/util.py:1804
9812 8047 msgid "impossible time zone offset: %d"
9813 8048 msgstr "umuligt tidszone: %d"
9814 8049
9815 #: mercurial/util.py:1845
9816 8050 msgid "invalid day spec: %s"
9817 8051 msgstr ""
9818 8052
9819 #: mercurial/util.py:1966
9820 8053 msgid "%.0f GB"
9821 8054 msgstr "%.0f GB"
9822 8055
9823 #: mercurial/util.py:1967
9824 8056 msgid "%.1f GB"
9825 8057 msgstr "%.1f GB"
9826 8058
9827 #: mercurial/util.py:1968
9828 8059 msgid "%.2f GB"
9829 8060 msgstr "%.2f GB"
9830 8061
9831 #: mercurial/util.py:1969
9832 8062 msgid "%.0f MB"
9833 8063 msgstr "%.0f MB"
9834 8064
9835 #: mercurial/util.py:1970
9836 8065 msgid "%.1f MB"
9837 8066 msgstr "%.1f MB"
9838 8067
9839 #: mercurial/util.py:1971
9840 8068 msgid "%.2f MB"
9841 8069 msgstr "%.2f MB"
9842 8070
9843 #: mercurial/util.py:1972
9844 8071 msgid "%.0f KB"
9845 8072 msgstr "%.0f KB"
9846 8073
9847 #: mercurial/util.py:1973
9848 8074 msgid "%.1f KB"
9849 8075 msgstr "%.1f KB"
9850 8076
9851 #: mercurial/util.py:1974
9852 8077 msgid "%.2f KB"
9853 8078 msgstr "%.2f KB"
9854 8079
9855 #: mercurial/util.py:1975
9856 8080 msgid "%.0f bytes"
9857 8081 msgstr "%.0f bytes"
9858 8082
9859 #: mercurial/verify.py:32
9860 8083 msgid "cannot verify bundle or remote repos"
9861 8084 msgstr ""
9862 8085
9863 #: mercurial/verify.py:47
9864 8086 msgid "interrupted"
9865 8087 msgstr "afbrudt"
9866 8088
9867 #: mercurial/verify.py:57
9868 8089 msgid "empty or missing %s"
9869 8090 msgstr "tom eller mangler"
9870 8091
9871 #: mercurial/verify.py:62
9872 8092 msgid "data length off by %d bytes"
9873 8093 msgstr ""
9874 8094
9875 #: mercurial/verify.py:64
9876 8095 msgid "index contains %d extra bytes"
9877 8096 msgstr "indekset indeholder %d ekstra bytes"
9878 8097
9879 #: mercurial/verify.py:68
9880 8098 msgid "warning: `%s' uses revlog format 1"
9881 8099 msgstr "advarsel: '%s' bruger revlog format 1"
9882 8100
9883 #: mercurial/verify.py:70
9884 8101 msgid "warning: `%s' uses revlog format 0"
9885 8102 msgstr "advarsel: '%s' bruger revlog format 0"
9886 8103
9887 #: mercurial/verify.py:78
9888 8104 msgid "rev %d point to %s changeset %d"
9889 8105 msgstr ""
9890 8106
9891 #: mercurial/verify.py:80
9892 8107 msgid " (expected %s)"
9893 8108 msgstr " (forventede %s)"
9894 8109
9895 #: mercurial/verify.py:86
9896 8110 msgid "unknown parent 1 %s of %s"
9897 8111 msgstr "ukendt forældre 1 %s til %s"
9898 8112
9899 #: mercurial/verify.py:89
9900 8113 msgid "unknown parent 2 %s of %s"
9901 8114 msgstr "ukendt forældre 2 %s til %s"
9902 8115
9903 #: mercurial/verify.py:92
9904 8116 msgid "checking parents of %s"
9905 8117 msgstr "tjekkre forældrene til %s"
9906 8118
9907 #: mercurial/verify.py:95
9908 8119 msgid "duplicate revision %d (%d)"
9909 8120 msgstr "duplikeret revision %d (%d)"
9910 8121
9911 #: mercurial/verify.py:101
9912 8122 msgid "repository uses revlog format %d\n"
9913 8123 msgstr "arkivet bruger revlog format %d\n"
9914 8124
9915 #: mercurial/verify.py:107
9916 8125 msgid "checking changesets\n"
9917 8126 msgstr "tjekker ændringer\n"
9918 8127
9919 #: mercurial/verify.py:120
9920 8128 msgid "unpacking changeset %s"
9921 8129 msgstr "udpakker ændring %s"
9922 8130
9923 #: mercurial/verify.py:122
9924 8131 msgid "checking manifests\n"
9925 8132 msgstr ""
9926 8133
9927 #: mercurial/verify.py:134
9928 8134 msgid "file without name in manifest"
9929 8135 msgstr ""
9930 8136
9931 #: mercurial/verify.py:140
9932 8137 msgid "reading manifest delta %s"
9933 8138 msgstr ""
9934 8139
9935 #: mercurial/verify.py:142
9936 8140 msgid "crosschecking files in changesets and manifests\n"
9937 8141 msgstr ""
9938 8142
9939 #: mercurial/verify.py:146
9940 8143 msgid "changeset refers to unknown manifest %s"
9941 8144 msgstr ""
9942 8145
9943 #: mercurial/verify.py:152
9944 8146 msgid "in changeset but not in manifest"
9945 8147 msgstr ""
9946 8148
9947 #: mercurial/verify.py:162
9948 8149 msgid "in manifest but not in changeset"
9949 8150 msgstr ""
9950 8151
9951 #: mercurial/verify.py:164
9952 8152 msgid "checking files\n"
9953 8153 msgstr "tjekker filer\n"
9954 8154
9955 #: mercurial/verify.py:169
9956 8155 msgid "cannot decode filename '%s'"
9957 8156 msgstr "kan ikke dekode filnavn '%s'"
9958 8157
9959 #: mercurial/verify.py:181
9960 8158 msgid "missing revlog!"
9961 8159 msgstr "manglende revlog!"
9962 8160
9963 #: mercurial/verify.py:191
9964 8161 msgid "%s not in manifests"
9965 8162 msgstr ""
9966 8163
9967 #: mercurial/verify.py:201
9968 8164 msgid "unpacked size is %s, %s expected"
9969 8165 msgstr "udpakket størrelse er %s, forventede %s"
9970 8166
9971 #: mercurial/verify.py:204
9972 8167 msgid "unpacking %s"
9973 8168 msgstr "udpakker %s"
9974 8169
9975 #: mercurial/verify.py:211
9976 8170 msgid "empty or missing copy source revlog %s:%s"
9977 8171 msgstr ""
9978 8172
9979 #: mercurial/verify.py:214
9980 8173 msgid "warning: %s@%s: copy source revision is nullid %s:%s"
9981 8174 msgstr ""
9982 8175
9983 #: mercurial/verify.py:219
9984 8176 msgid "checking rename of %s"
9985 8177 msgstr "tjekker omdøbning af %s"
9986 8178
9987 #: mercurial/verify.py:225
9988 8179 msgid "%s in manifests not found"
9989 8180 msgstr ""
9990 8181
9991 #: mercurial/verify.py:228
9992 8182 msgid "warning: orphan revlog '%s'"
9993 8183 msgstr "advarsel: forældreløs revlog '%s'"
9994 8184
9995 #: mercurial/verify.py:230
9996 8185 msgid "%d files, %d changesets, %d total revisions\n"
9997 8186 msgstr "%d filer, %d ændringer, ialt %d revisioner\n"
9998 8187
9999 #: mercurial/verify.py:233
10000 8188 msgid "%d warnings encountered!\n"
10001 8189 msgstr "mødte %d advarsler!\n"
10002 8190
10003 #: mercurial/verify.py:235
10004 8191 msgid "%d integrity errors encountered!\n"
10005 8192 msgstr "fandt %d integritetsfejl!\n"
10006 8193
10007 #: mercurial/verify.py:237
10008 8194 msgid "(first damaged changeset appears to be %d)\n"
10009 8195 msgstr "(første beskadigede ændring er tilsyneladende %d)\n"
General Comments 0
You need to be logged in to leave comments. Login now