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