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