Show More
This diff has been collapsed as it changes many lines, (559 lines changed) Show them Hide them | |||
@@ -17,7 +17,7 b' msgid ""' | |||
|
17 | 17 | msgstr "" |
|
18 | 18 | "Project-Id-Version: Mercurial\n" |
|
19 | 19 | "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n" |
|
20 |
"POT-Creation-Date: 2009-0 |
|
|
20 | "POT-Creation-Date: 2009-06-21 00:59+0200\n" | |
|
21 | 21 | "PO-Revision-Date: 2009-06-21 01:05+0200\n" |
|
22 | 22 | "Last-Translator: <mg@daimi.au.dk>\n" |
|
23 | 23 | "Language-Team: Danish\n" |
@@ -82,7 +82,7 b' msgid "acl: allowing changeset %s\\n"' | |||
|
82 | 82 | msgstr "acl: tillader ændring %s\n" |
|
83 | 83 | |
|
84 | 84 | msgid "" |
|
85 |
" |
|
|
85 | "Mercurial bookmarks\n" | |
|
86 | 86 | "\n" |
|
87 | 87 | "Mercurial bookmarks are local moveable pointers to changesets. Every\n" |
|
88 | 88 | "bookmark points to a changeset identified by its hash. If you commit a\n" |
@@ -99,22 +99,22 b' msgid ""' | |||
|
99 | 99 | "track.current = True\n" |
|
100 | 100 | "\n" |
|
101 | 101 | "This will cause bookmarks to track the bookmark that you are currently\n" |
|
102 |
"on, and just updates it. This is similar to git's approach o |
|
|
102 | "on, and just updates it. This is similar to git's approach to\n" | |
|
103 | 103 | "branching.\n" |
|
104 | 104 | msgstr "" |
|
105 | 105 | |
|
106 | 106 | msgid "" |
|
107 |
" |
|
|
107 | "Mercurial bookmarks\n" | |
|
108 | 108 | "\n" |
|
109 | 109 | " Bookmarks are pointers to certain commits that move when\n" |
|
110 | 110 | " commiting. Bookmarks are local. They can be renamed, copied and\n" |
|
111 | 111 | " deleted. It is possible to use bookmark names in 'hg merge' and\n" |
|
112 | " 'hg update' to update to a given bookmark.\n" | |
|
113 | "\n" | |
|
114 |
" You can use 'hg bookmark NAME' to set a bookmark on the |
|
|
115 |
" |
|
|
116 |
" (where REV may be an existing bookmark), |
|
|
117 | " that revision.\n" | |
|
112 | " 'hg update' to merge and update respectively to a given bookmark.\n" | |
|
113 | "\n" | |
|
114 | " You can use 'hg bookmark NAME' to set a bookmark on the working\n" | |
|
115 | " directory's parent revision with the given name. If you specify\n" | |
|
116 | " a revision using -r REV (where REV may be an existing bookmark),\n" | |
|
117 | " the bookmark is assigned to that revision.\n" | |
|
118 | 118 | " " |
|
119 | 119 | msgstr "" |
|
120 | 120 | |
@@ -372,14 +372,19 b' msgstr "Revision %d er en sammenf\xc3\xb8jning; ignorerer...\\n"' | |||
|
372 | 372 | msgid "generating stats: %d%%" |
|
373 | 373 | msgstr "genererer statistik: %d%%" |
|
374 | 374 | |
|
375 | msgid "" | |
|
376 | "graph count of revisions grouped by template\n" | |
|
377 | "\n" | |
|
378 | " Will graph count of changed lines or revisions grouped by template\n" | |
|
379 | " or alternatively by date, if dateformat is used. In this case it\n" | |
|
380 | " will override template.\n" | |
|
381 | "\n" | |
|
382 | " By default statistics are counted for number of changed lines.\n" | |
|
375 | #, fuzzy | |
|
376 | msgid "" | |
|
377 | "histogram of changes to the repository\n" | |
|
378 | "\n" | |
|
379 | " This command will display a histogram representing the number\n" | |
|
380 | " of changed lines or revisions, grouped according to the given\n" | |
|
381 | " template. The default template will group changes by author.\n" | |
|
382 | " The --dateformat option may be used to group the results by\n" | |
|
383 | " date instead.\n" | |
|
384 | "\n" | |
|
385 | " Statistics are based on the number of changed lines, or\n" | |
|
386 | " alternatively the number of matching revisions if the\n" | |
|
387 | " --changesets option is specified.\n" | |
|
383 | 388 | "\n" |
|
384 | 389 | " Examples:\n" |
|
385 | 390 | "\n" |
@@ -395,12 +400,13 b' msgid ""' | |||
|
395 | 400 | " # display count of lines changed in every year\n" |
|
396 | 401 | " hg churn -f '%Y' -s\n" |
|
397 | 402 | "\n" |
|
398 | " The map file format used to specify aliases is fairly simple:\n" | |
|
399 | "\n" | |
|
403 | " It is possible to map alternate email addresses to a main address\n" | |
|
404 | " by providing a file using the following format:\n" | |
|
405 | " \n" | |
|
400 | 406 | " <alias email> <actual email>\n" |
|
401 | 407 | "\n" |
|
402 | " By default .hgchurn in the working directory root will be used, if\n" | |
|
403 | " it exists. Use the --aliases option to override this.\n" | |
|
408 | " Such a file may be specified with the --aliases option, otherwise a\n" | |
|
409 | " .hgchurn file will be looked for in the working directory root.\n" | |
|
404 | 410 | " " |
|
405 | 411 | msgstr "" |
|
406 | 412 | "plot antallet af revisioner grupperet efter et mønster\n" |
@@ -483,7 +489,7 b' msgid ""' | |||
|
483 | 489 | "[extensions]\n" |
|
484 | 490 | "color =\n" |
|
485 | 491 | "\n" |
|
486 | "Default effects my be overridden from the .hgrc file:\n" | |
|
492 | "Default effects may be overridden from the .hgrc file:\n" | |
|
487 | 493 | "\n" |
|
488 | 494 | "[color]\n" |
|
489 | 495 | "status.modified = blue bold underline red_background\n" |
@@ -547,6 +553,18 b' msgid ""' | |||
|
547 | 553 | " basename of the source with '-hg' appended. If the destination\n" |
|
548 | 554 | " repository doesn't exist, it will be created.\n" |
|
549 | 555 | "\n" |
|
556 | " By default, all sources except Mercurial will use\n" | |
|
557 | " --branchsort. Mercurial uses --sourcesort to preserve original\n" | |
|
558 | " revision numbers order. Sort modes have the following effects:\n" | |
|
559 | " --branchsort: convert from parent to child revision when\n" | |
|
560 | " possible, which means branches are usually converted one after\n" | |
|
561 | " the other. It generates more compact repositories.\n" | |
|
562 | " --datesort: sort revisions by date. Converted repositories have\n" | |
|
563 | " good-looking changelogs but are often an order of magnitude\n" | |
|
564 | " larger than the same ones generated by --branchsort.\n" | |
|
565 | " --sourcesort: try to preserve source revisions order, only\n" | |
|
566 | " supported by Mercurial sources.\n" | |
|
567 | "\n" | |
|
550 | 568 | " If <REVMAP> isn't given, it will be put in a default location\n" |
|
551 | 569 | " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n" |
|
552 | 570 | " that maps each source commit ID to the destination ID for that\n" |
@@ -759,9 +777,17 b' msgstr ""' | |||
|
759 | 777 | msgid "change branch names while converting" |
|
760 | 778 | msgstr "omdøb grene under konverteringen" |
|
761 | 779 | |
|
780 | #, fuzzy | |
|
781 | msgid "try to sort changesets by branches" | |
|
782 | msgstr "forsøg at sortere ændringer efter dato" | |
|
783 | ||
|
762 | 784 | msgid "try to sort changesets by date" |
|
763 | 785 | msgstr "forsøg at sortere ændringer efter dato" |
|
764 | 786 | |
|
787 | #, fuzzy | |
|
788 | msgid "preserve source changesets order" | |
|
789 | msgstr "forsøg at sortere ændringer efter dato" | |
|
790 | ||
|
765 | 791 | msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]" |
|
766 | 792 | msgstr "" |
|
767 | 793 | |
@@ -854,6 +880,10 b' msgstr ""' | |||
|
854 | 880 | msgid "%s: unknown repository type" |
|
855 | 881 | msgstr "%s: ukendt arkivtype" |
|
856 | 882 | |
|
883 | #, fuzzy, python-format | |
|
884 | msgid "unknown sort mode: %s" | |
|
885 | msgstr "ukendt CVS svar: %s" | |
|
886 | ||
|
857 | 887 | #, python-format |
|
858 | 888 | msgid "cycle detected between %s and %s" |
|
859 | 889 | msgstr "" |
@@ -898,6 +928,12 b' msgstr ""' | |||
|
898 | 928 | msgid "assuming destination %s\n" |
|
899 | 929 | msgstr "" |
|
900 | 930 | |
|
931 | msgid "more than one sort mode specified" | |
|
932 | msgstr "" | |
|
933 | ||
|
934 | msgid "--sourcesort is not supported by this data source" | |
|
935 | msgstr "" | |
|
936 | ||
|
901 | 937 | msgid "" |
|
902 | 938 | "warning: support for external cvsps is deprecated and will be removed in " |
|
903 | 939 | "Mercurial 1.4\n" |
@@ -1620,7 +1656,7 b' msgid ""' | |||
|
1620 | 1656 | "distributed with Mercurial.)\n" |
|
1621 | 1657 | "\n" |
|
1622 | 1658 | "hgk consists of two parts: a Tcl script that does the displaying and\n" |
|
1623 |
"querying of information, and an extension to |
|
|
1659 | "querying of information, and an extension to Mercurial named hgk.py,\n" | |
|
1624 | 1660 | "which provides hooks for hgk to get information. hgk can be found in\n" |
|
1625 | 1661 | "the contrib directory, and hgk.py can be found in the hgext directory.\n" |
|
1626 | 1662 | "\n" |
@@ -1808,6 +1844,9 b' msgstr ""' | |||
|
1808 | 1844 | msgid "failed to contact inotify server: %s\n" |
|
1809 | 1845 | msgstr "" |
|
1810 | 1846 | |
|
1847 | msgid "received empty answer from inotify server" | |
|
1848 | msgstr "" | |
|
1849 | ||
|
1811 | 1850 | #, python-format |
|
1812 | 1851 | msgid "(inotify: received response from incompatible server version %d)\n" |
|
1813 | 1852 | msgstr "" |
@@ -1927,11 +1966,25 b' msgstr ""' | |||
|
1927 | 1966 | msgid "finished setup\n" |
|
1928 | 1967 | msgstr "" |
|
1929 | 1968 | |
|
1930 | msgid "polling: no timeout\n" | |
|
1931 | msgstr "" | |
|
1932 | ||
|
1933 | #, python-format | |
|
1934 | msgid "polling: %sms timeout\n" | |
|
1969 | msgid "" | |
|
1970 | "expand expressions into changelog and summaries\n" | |
|
1971 | "\n" | |
|
1972 | "This extension allows the use of a special syntax in summaries,\n" | |
|
1973 | "which will be automatically expanded into links or any other\n" | |
|
1974 | "arbitrary expression, much like InterWiki does.\n" | |
|
1975 | "\n" | |
|
1976 | "To enable this extension, add the following lines to your hgrc:\n" | |
|
1977 | "\n" | |
|
1978 | " [extensions]\n" | |
|
1979 | " interhg =\n" | |
|
1980 | "\n" | |
|
1981 | "A few example patterns (link to bug tracking, etc.):\n" | |
|
1982 | "\n" | |
|
1983 | " [interhg]\n" | |
|
1984 | " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n" | |
|
1985 | " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!" | |
|
1986 | "i\n" | |
|
1987 | " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n" | |
|
1935 | 1988 | msgstr "" |
|
1936 | 1989 | |
|
1937 | 1990 | #, python-format |
@@ -1943,7 +1996,7 b' msgid "interhg: invalid regexp for %s: %' | |||
|
1943 | 1996 | msgstr "" |
|
1944 | 1997 | |
|
1945 | 1998 | msgid "" |
|
1946 |
"keyword expansion in |
|
|
1999 | "keyword expansion in tracked files\n" | |
|
1947 | 2000 | "\n" |
|
1948 | 2001 | "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n" |
|
1949 | 2002 | "tracked text files selected by your configuration.\n" |
@@ -2009,7 +2062,7 b' msgid ""' | |||
|
2009 | 2062 | "print [keywordmaps] configuration and an expansion example\n" |
|
2010 | 2063 | "\n" |
|
2011 | 2064 | " Show current, custom, or default keyword template maps and their\n" |
|
2012 | " expansion.\n" | |
|
2065 | " expansions.\n" | |
|
2013 | 2066 | "\n" |
|
2014 | 2067 | " Extend current configuration by specifying maps as arguments and\n" |
|
2015 | 2068 | " optionally by reading from an additional hgrc file.\n" |
@@ -2044,7 +2097,7 b' msgid ""' | |||
|
2044 | 2097 | msgstr "" |
|
2045 | 2098 | |
|
2046 | 2099 | msgid "" |
|
2047 | "expand keywords in working directory\n" | |
|
2100 | "expand keywords in the working directory\n" | |
|
2048 | 2101 | "\n" |
|
2049 | 2102 | " Run after (re)enabling keyword expansion.\n" |
|
2050 | 2103 | "\n" |
@@ -2062,7 +2115,7 b' msgid ""' | |||
|
2062 | 2115 | msgstr "" |
|
2063 | 2116 | |
|
2064 | 2117 | msgid "" |
|
2065 | "revert expanded keywords in working directory\n" | |
|
2118 | "revert expanded keywords in the working directory\n" | |
|
2066 | 2119 | "\n" |
|
2067 | 2120 | " Run before changing/disabling active keywords or if you experience\n" |
|
2068 | 2121 | " problems with \"hg import\" or \"hg merge\".\n" |
@@ -2483,7 +2536,7 b' msgid ""' | |||
|
2483 | 2536 | " -r/--rev parameter. At least one patch or revision is required.\n" |
|
2484 | 2537 | "\n" |
|
2485 | 2538 | " With --rev, mq will stop managing the named revisions (converting\n" |
|
2486 |
" them to regular |
|
|
2539 | " them to regular Mercurial changesets). The qfinish command should\n" | |
|
2487 | 2540 | " be used as an alternative for qdelete -r, as the latter option is\n" |
|
2488 | 2541 | " deprecated.\n" |
|
2489 | 2542 | "\n" |
@@ -2548,7 +2601,7 b' msgid ""' | |||
|
2548 | 2601 | " Source patch repository is looked for in <src>/.hg/patches by\n" |
|
2549 | 2602 | " default. Use -p <url> to change.\n" |
|
2550 | 2603 | "\n" |
|
2551 |
" The patch directory must be a nested |
|
|
2604 | " The patch directory must be a nested Mercurial repository, as\n" | |
|
2552 | 2605 | " would be created by qinit -c.\n" |
|
2553 | 2606 | " " |
|
2554 | 2607 | msgstr "" |
@@ -2953,8 +3006,9 b' msgstr ""' | |||
|
2953 | 3006 | msgid "import file in patch directory" |
|
2954 | 3007 | msgstr "" |
|
2955 | 3008 | |
|
2956 | msgid "patch file name" | |
|
2957 | msgstr "patch navn" | |
|
3009 | #, fuzzy | |
|
3010 | msgid "name of patch file" | |
|
3011 | msgstr "ingen rettelser anvendt" | |
|
2958 | 3012 | |
|
2959 | 3013 | msgid "overwrite existing files" |
|
2960 | 3014 | msgstr "" |
@@ -3486,7 +3540,7 b' msgstr ""' | |||
|
3486 | 3540 | msgid "send changes not in target as a binary bundle" |
|
3487 | 3541 | msgstr "" |
|
3488 | 3542 | |
|
3489 |
msgid " |
|
|
3543 | msgid "name of the bundle attachment file" | |
|
3490 | 3544 | msgstr "" |
|
3491 | 3545 | |
|
3492 | 3546 | msgid "a revision to send" |
@@ -3551,7 +3605,7 b' msgstr ""' | |||
|
3551 | 3605 | msgid "purge ignored files too" |
|
3552 | 3606 | msgstr "" |
|
3553 | 3607 | |
|
3554 |
msgid "print |
|
|
3608 | msgid "print filenames instead of deleting them" | |
|
3555 | 3609 | msgstr "" |
|
3556 | 3610 | |
|
3557 | 3611 | msgid "end filenames with NUL, for use with xargs (implies -p/--print)" |
@@ -3874,6 +3928,24 b' msgid "hg qrecord [OPTION]... PATCH [FIL' | |||
|
3874 | 3928 | msgstr "" |
|
3875 | 3929 | |
|
3876 | 3930 | msgid "" |
|
3931 | "create a new shared repository (experimental)\n" | |
|
3932 | "\n" | |
|
3933 | " Initialize a new repository and working directory that shares its\n" | |
|
3934 | " history with another repository.\n" | |
|
3935 | "\n" | |
|
3936 | " NOTE: actions that change history such as rollback or moving the\n" | |
|
3937 | " source may confuse sharers.\n" | |
|
3938 | " " | |
|
3939 | msgstr "" | |
|
3940 | ||
|
3941 | #, fuzzy | |
|
3942 | msgid "do not create a working copy" | |
|
3943 | msgstr "%s: slettet i arbejdskopien\n" | |
|
3944 | ||
|
3945 | msgid "[-U] SOURCE [DEST]" | |
|
3946 | msgstr "" | |
|
3947 | ||
|
3948 | msgid "" | |
|
3877 | 3949 | "patch transplanting tool\n" |
|
3878 | 3950 | "\n" |
|
3879 | 3951 | "This extension allows you to transplant patches from another branch.\n" |
@@ -4050,7 +4122,7 b' msgid ""' | |||
|
4050 | 4122 | " hgext.win32mbcs =\n" |
|
4051 | 4123 | "\n" |
|
4052 | 4124 | "Path encoding conversion are done between Unicode and\n" |
|
4053 |
"encoding.encoding which is decided by |
|
|
4125 | "encoding.encoding which is decided by Mercurial from current locale\n" | |
|
4054 | 4126 | "setting or HGENCODING.\n" |
|
4055 | 4127 | "\n" |
|
4056 | 4128 | msgstr "" |
@@ -4102,7 +4174,7 b' msgid ""' | |||
|
4102 | 4174 | msgstr "" |
|
4103 | 4175 | |
|
4104 | 4176 | msgid "" |
|
4105 |
"zeroconf support for |
|
|
4177 | "zeroconf support for Mercurial repositories\n" | |
|
4106 | 4178 | "\n" |
|
4107 | 4179 | "Zeroconf enabled repositories will be announced in a network without\n" |
|
4108 | 4180 | "the need to configure a server or a service. They can be discovered\n" |
@@ -4189,7 +4261,7 b' msgid "too many revisions specified"' | |||
|
4189 | 4261 | msgstr "der er specificeret for mange revisioner" |
|
4190 | 4262 | |
|
4191 | 4263 | #, python-format |
|
4192 |
msgid "invalid format spec '%%%s' in output file |
|
|
4264 | msgid "invalid format spec '%%%s' in output filename" | |
|
4193 | 4265 | msgstr "" |
|
4194 | 4266 | |
|
4195 | 4267 | #, python-format |
@@ -4341,23 +4413,7 b' msgstr ""' | |||
|
4341 | 4413 | msgid "%s:%s copy source revision cannot be found!\n" |
|
4342 | 4414 | msgstr "" |
|
4343 | 4415 | |
|
4344 |
msgid "can only follow copies/renames for explicit file |
|
|
4345 | msgstr "" | |
|
4346 | ||
|
4347 | #, python-format | |
|
4348 | msgid "file %s not found!" | |
|
4349 | msgstr "filen %s blev ikke fundet!" | |
|
4350 | ||
|
4351 | #, python-format | |
|
4352 | msgid "no match under directory %s!" | |
|
4353 | msgstr "" | |
|
4354 | ||
|
4355 | #, python-format | |
|
4356 | msgid "can't commit %s: unsupported file type!" | |
|
4357 | msgstr "" | |
|
4358 | ||
|
4359 | #, python-format | |
|
4360 | msgid "file %s not tracked!" | |
|
4416 | msgid "can only follow copies/renames for explicit filenames" | |
|
4361 | 4417 | msgstr "" |
|
4362 | 4418 | |
|
4363 | 4419 | msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed." |
@@ -4444,18 +4500,20 b' msgstr ""' | |||
|
4444 | 4500 | msgid "similarity must be between 0 and 100" |
|
4445 | 4501 | msgstr "" |
|
4446 | 4502 | |
|
4447 | msgid "" | |
|
4448 | "show changeset information per file line\n" | |
|
4503 | #, fuzzy | |
|
4504 | msgid "" | |
|
4505 | "show changeset information by line for each file\n" | |
|
4449 | 4506 | "\n" |
|
4450 | 4507 | " List changes in files, showing the revision id responsible for\n" |
|
4451 | 4508 | " each line\n" |
|
4452 | 4509 | "\n" |
|
4453 |
" This command is useful |
|
|
4454 | " change took place.\n" | |
|
4510 | " This command is useful for discovering when a change was made and\n" | |
|
4511 | " by whom.\n" | |
|
4455 | 4512 | "\n" |
|
4456 | 4513 | " Without the -a/--text option, annotate will avoid processing files\n" |
|
4457 |
" it detects as binary. With -a, annotate will |
|
|
4458 | " annotation anyway, probably with undesirable results.\n" | |
|
4514 | " it detects as binary. With -a, annotate will annotate the file\n" | |
|
4515 | " anyway, although the results will probably be neither useful\n" | |
|
4516 | " nor desirable.\n" | |
|
4459 | 4517 | " " |
|
4460 | 4518 | msgstr "" |
|
4461 | 4519 | "vis information om ændringer pr linie\n" |
@@ -4471,7 +4529,7 b' msgstr ""' | |||
|
4471 | 4529 | " annotering alligevel, sandsynligvis med et uønsket resultat.\n" |
|
4472 | 4530 | " " |
|
4473 | 4531 | |
|
4474 |
msgid "at least one file |
|
|
4532 | msgid "at least one filename or pattern is required" | |
|
4475 | 4533 | msgstr "" |
|
4476 | 4534 | |
|
4477 | 4535 | msgid "at least one of -n/-c is required for -l" |
@@ -4482,7 +4540,7 b' msgid "%s: binary file\\n"' | |||
|
4482 | 4540 | msgstr "" |
|
4483 | 4541 | |
|
4484 | 4542 | msgid "" |
|
4485 | "create unversioned archive of a repository revision\n" | |
|
4543 | "create an unversioned archive of a repository revision\n" | |
|
4486 | 4544 | "\n" |
|
4487 | 4545 | " By default, the revision used is the parent of the working\n" |
|
4488 | 4546 | " directory; use -r/--rev to specify a different revision.\n" |
@@ -4516,15 +4574,16 b' msgstr ""' | |||
|
4516 | 4574 | msgid "cannot archive plain files to stdout" |
|
4517 | 4575 | msgstr "" |
|
4518 | 4576 | |
|
4577 | #, fuzzy | |
|
4519 | 4578 | msgid "" |
|
4520 | 4579 | "reverse effect of earlier changeset\n" |
|
4521 | 4580 | "\n" |
|
4522 | 4581 | " Commit the backed out changes as a new changeset. The new\n" |
|
4523 | 4582 | " changeset is a child of the backed out changeset.\n" |
|
4524 | 4583 | "\n" |
|
4525 |
" If you back |
|
|
4584 | " If you backout a changeset other than the tip, a new head is\n" | |
|
4526 | 4585 | " created. This head will be the new tip and you should merge this\n" |
|
4527 |
" backout changeset with another head |
|
|
4586 | " backout changeset with another head.\n" | |
|
4528 | 4587 | "\n" |
|
4529 | 4588 | " The --merge option remembers the parent of the working directory\n" |
|
4530 | 4589 | " before starting the backout, then merges the new head with that\n" |
@@ -4559,14 +4618,17 b' msgstr "angiv venligst kun en revision"' | |||
|
4559 | 4618 | msgid "please specify a revision to backout" |
|
4560 | 4619 | msgstr "" |
|
4561 | 4620 | |
|
4562 | msgid "cannot back out change on a different branch" | |
|
4621 | #, fuzzy | |
|
4622 | msgid "cannot backout change on a different branch" | |
|
4563 | 4623 | msgstr "kan ikke bakke en ændring på en anden gren ud" |
|
4564 | 4624 | |
|
4565 | msgid "cannot back out a change with no parents" | |
|
4625 | #, fuzzy | |
|
4626 | msgid "cannot backout a change with no parents" | |
|
4566 | 4627 | msgstr "kan ikke bakke en ændring ud uden forældre" |
|
4567 | 4628 | |
|
4568 | msgid "cannot back out a merge changeset without --parent" | |
|
4569 | msgstr "" | |
|
4629 | #, fuzzy | |
|
4630 | msgid "cannot backout a merge changeset without --parent" | |
|
4631 | msgstr "kan ikke bakke en ændring ud uden forældre" | |
|
4570 | 4632 | |
|
4571 | 4633 | #, python-format |
|
4572 | 4634 | msgid "%s is not a parent of %s" |
@@ -4601,18 +4663,18 b' msgid ""' | |||
|
4601 | 4663 | " bad, then mark the latest changeset which is free from the problem\n" |
|
4602 | 4664 | " as good. Bisect will update your working directory to a revision\n" |
|
4603 | 4665 | " for testing (unless the -U/--noupdate option is specified). Once\n" |
|
4604 |
" you have performed tests, mark the working directory as |
|
|
4605 |
" |
|
|
4666 | " you have performed tests, mark the working directory as good or\n" | |
|
4667 | " bad, and bisect will either update to another candidate changeset\n" | |
|
4606 | 4668 | " or announce that it has found the bad revision.\n" |
|
4607 | 4669 | "\n" |
|
4608 | 4670 | " As a shortcut, you can also use the revision argument to mark a\n" |
|
4609 | 4671 | " revision as good or bad without checking it out first.\n" |
|
4610 | 4672 | "\n" |
|
4611 | " If you supply a command it will be used for automatic bisection.\n" | |
|
4612 |
" Its exit status will be used |
|
|
4613 | " good. In case exit status is 0 the revision is marked as good, 125\n" | |
|
4614 |
" |
|
|
4615 |
" |
|
|
4673 | " If you supply a command, it will be used for automatic bisection.\n" | |
|
4674 | " Its exit status will be used to mark revisions as good or bad:\n" | |
|
4675 | " status 0 means good, 125 means to skip the revision, 127\n" | |
|
4676 | " (command not found) will abort the bisection, and any other\n" | |
|
4677 | " non-zero exit status means the revision is bad.\n" | |
|
4616 | 4678 | " " |
|
4617 | 4679 | msgstr "" |
|
4618 | 4680 | |
@@ -4640,6 +4702,10 b' msgstr ""' | |||
|
4640 | 4702 | msgid "incompatible arguments" |
|
4641 | 4703 | msgstr "" |
|
4642 | 4704 | |
|
4705 | #, fuzzy, python-format | |
|
4706 | msgid "cannot find executable: %s" | |
|
4707 | msgstr "ikke i dirstate: %s\n" | |
|
4708 | ||
|
4643 | 4709 | #, python-format |
|
4644 | 4710 | msgid "failed to execute %s" |
|
4645 | 4711 | msgstr "" |
@@ -4648,8 +4714,8 b' msgstr ""' | |||
|
4648 | 4714 | msgid "%s killed" |
|
4649 | 4715 | msgstr "%s dræbt" |
|
4650 | 4716 | |
|
4651 | #, python-format | |
|
4652 | msgid "Changeset %s: %s\n" | |
|
4717 | #, fuzzy, python-format | |
|
4718 | msgid "Changeset %d:%s: %s\n" | |
|
4653 | 4719 | msgstr "Ændring: %s: %s\n" |
|
4654 | 4720 | |
|
4655 | 4721 | #, python-format |
@@ -4660,12 +4726,13 b' msgid ""' | |||
|
4660 | 4726 | "set or show the current branch name\n" |
|
4661 | 4727 | "\n" |
|
4662 | 4728 | " With no argument, show the current branch name. With one argument,\n" |
|
4663 |
" set the working directory branch name (the branch |
|
|
4664 |
" in the repository until the next commit). |
|
|
4665 | " the 'default' branch as your primary development branch.\n" | |
|
4729 | " set the working directory branch name (the branch will not exist\n" | |
|
4730 | " in the repository until the next commit). Standard practice\n" | |
|
4731 | " recommends that primary development take place on the 'default'\n" | |
|
4732 | " branch.\n" | |
|
4666 | 4733 | "\n" |
|
4667 | 4734 | " Unless -f/--force is specified, branch will not let you set a\n" |
|
4668 |
" branch name that |
|
|
4735 | " branch name that already exists, even if it's inactive.\n" | |
|
4669 | 4736 | "\n" |
|
4670 | 4737 | " Use -C/--clean to reset the working directory branch to that of\n" |
|
4671 | 4738 | " the parent of the working directory, negating a previous branch\n" |
@@ -4744,6 +4811,7 b' msgid ""' | |||
|
4744 | 4811 | " " |
|
4745 | 4812 | msgstr "" |
|
4746 | 4813 | |
|
4814 | #, fuzzy | |
|
4747 | 4815 | msgid "" |
|
4748 | 4816 | "make a copy of an existing repository\n" |
|
4749 | 4817 | "\n" |
@@ -4769,8 +4837,7 b' msgid ""' | |||
|
4769 | 4837 | "\n" |
|
4770 | 4838 | " It is possible to specify an ssh:// URL as the destination, but no\n" |
|
4771 | 4839 | " .hg/hgrc and working directory will be created on the remote side.\n" |
|
4772 |
" |
|
|
4773 | " URLs.\n" | |
|
4840 | " Please see 'hg help urls' for important details about ssh:// URLs.\n" | |
|
4774 | 4841 | "\n" |
|
4775 | 4842 | " For efficiency, hardlinks are used for cloning whenever the source\n" |
|
4776 | 4843 | " and destination are on the same filesystem (note this applies only\n" |
@@ -4841,18 +4908,19 b' msgstr ""' | |||
|
4841 | 4908 | "\n" |
|
4842 | 4909 | " " |
|
4843 | 4910 | |
|
4911 | #, fuzzy | |
|
4844 | 4912 | msgid "" |
|
4845 | 4913 | "commit the specified files or all outstanding changes\n" |
|
4846 | 4914 | "\n" |
|
4847 | 4915 | " Commit changes to the given files into the repository. Unlike a\n" |
|
4848 | 4916 | " centralized RCS, this operation is a local operation. See hg push\n" |
|
4849 |
" for |
|
|
4917 | " for a way to actively distribute your changes.\n" | |
|
4850 | 4918 | "\n" |
|
4851 | 4919 | " If a list of files is omitted, all changes reported by \"hg status\"\n" |
|
4852 | 4920 | " will be committed.\n" |
|
4853 | 4921 | "\n" |
|
4854 | 4922 | " If you are committing the result of a merge, do not provide any\n" |
|
4855 |
" file |
|
|
4923 | " filenames or -I/-X filters.\n" | |
|
4856 | 4924 | "\n" |
|
4857 | 4925 | " If no commit message is specified, the configured editor is\n" |
|
4858 | 4926 | " started to prompt you for a message.\n" |
@@ -4893,7 +4961,7 b' msgid ""' | |||
|
4893 | 4961 | " the source must be a single file.\n" |
|
4894 | 4962 | "\n" |
|
4895 | 4963 | " By default, this command copies the contents of files as they\n" |
|
4896 |
" st |
|
|
4964 | " exist in the working directory. If invoked with -A/--after, the\n" | |
|
4897 | 4965 | " operation is recorded, but no copying is performed.\n" |
|
4898 | 4966 | "\n" |
|
4899 | 4967 | " This command takes effect with the next commit. To undo a copy\n" |
@@ -4949,8 +5017,8 b' msgid ""' | |||
|
4949 | 5017 | " With multiple arguments, print names and values of all config\n" |
|
4950 | 5018 | " items with matching section names.\n" |
|
4951 | 5019 | "\n" |
|
4952 |
" With |
|
|
4953 |
" |
|
|
5020 | " With --debug, the source (filename and line number) is printed\n" | |
|
5021 | " for each config item.\n" | |
|
4954 | 5022 | " " |
|
4955 | 5023 | msgstr "" |
|
4956 | 5024 | |
@@ -4985,7 +5053,7 b' msgstr ""' | |||
|
4985 | 5053 | msgid "dump the contents of an index file" |
|
4986 | 5054 | msgstr "" |
|
4987 | 5055 | |
|
4988 |
msgid "dump an index DAG as a |
|
|
5056 | msgid "dump an index DAG as a graphviz dot file" | |
|
4989 | 5057 | msgstr "" |
|
4990 | 5058 | |
|
4991 | 5059 | msgid "test Mercurial installation" |
@@ -5124,6 +5192,7 b' msgstr ""' | |||
|
5124 | 5192 | " git diff-format. For mere information, læs hg help diffs.\n" |
|
5125 | 5193 | " " |
|
5126 | 5194 | |
|
5195 | #, fuzzy | |
|
5127 | 5196 | msgid "" |
|
5128 | 5197 | "dump the header and diffs for one or more changesets\n" |
|
5129 | 5198 | "\n" |
@@ -5153,7 +5222,7 b' msgid ""' | |||
|
5153 | 5222 | " diff anyway, probably with undesirable results.\n" |
|
5154 | 5223 | "\n" |
|
5155 | 5224 | " Use the -g/--git option to generate diffs in the git extended diff\n" |
|
5156 |
" format. |
|
|
5225 | " format. See 'hg help diffs' for more information.\n" | |
|
5157 | 5226 | "\n" |
|
5158 | 5227 | " With the --switch-parent option, the diff will be against the\n" |
|
5159 | 5228 | " second parent. It can be useful to review a merge.\n" |
@@ -5231,20 +5300,29 b' msgid ""' | |||
|
5231 | 5300 | "\n" |
|
5232 | 5301 | " With no arguments, show all repository head changesets.\n" |
|
5233 | 5302 | "\n" |
|
5234 | " If branch or revisions names are given this will show the heads of\n" | |
|
5235 | " the specified branches or the branches those revisions are tagged\n" | |
|
5236 | " with.\n" | |
|
5237 | "\n" | |
|
5238 | 5303 | " Repository \"heads\" are changesets that don't have child\n" |
|
5239 | 5304 | " changesets. They are where development generally takes place and\n" |
|
5240 | 5305 | " are the usual targets for update and merge operations.\n" |
|
5241 | 5306 | "\n" |
|
5242 | " Branch heads are changesets that have a given branch tag, but have\n" | |
|
5243 | " no child changesets with that tag. They are usually where\n" | |
|
5244 | " development on the given branch takes place.\n" | |
|
5307 | " If one or more REV is given, the \"branch heads\" will be shown for\n" | |
|
5308 | " the named branch associated with that revision. The name of the\n" | |
|
5309 | " branch is called the revision's branch tag.\n" | |
|
5310 | "\n" | |
|
5311 | " Branch heads are revisions on a given named branch that do not have\n" | |
|
5312 | " any children on the same branch. A branch head could be a true head\n" | |
|
5313 | " or it could be the last changeset on a branch before a new branch\n" | |
|
5314 | " was created. If none of the branch heads are true heads, the branch\n" | |
|
5315 | " is considered inactive.\n" | |
|
5316 | "\n" | |
|
5317 | " If STARTREV is specified only those heads (or branch heads) that\n" | |
|
5318 | " are descendants of STARTREV will be displayed.\n" | |
|
5245 | 5319 | " " |
|
5246 | 5320 | msgstr "" |
|
5247 | 5321 | |
|
5322 | #, fuzzy, python-format | |
|
5323 | msgid "no open branch heads on branch %s\n" | |
|
5324 | msgstr "indskrænker forgreningssøgning til %s:%s\n" | |
|
5325 | ||
|
5248 | 5326 | #, python-format |
|
5249 | 5327 | msgid "no changes on branch %s containing %s are reachable from %s\n" |
|
5250 | 5328 | msgstr "" |
@@ -5256,7 +5334,7 b' msgstr ""' | |||
|
5256 | 5334 | msgid "" |
|
5257 | 5335 | "show help for a given topic or a help overview\n" |
|
5258 | 5336 | "\n" |
|
5259 |
" With no arguments, print a list of commands |
|
|
5337 | " With no arguments, print a list of commands with short help messages.\n" | |
|
5260 | 5338 | "\n" |
|
5261 | 5339 | " Given a topic, extension, or command name, print help for that\n" |
|
5262 | 5340 | " topic." |
@@ -5350,7 +5428,8 b' msgid ""' | |||
|
5350 | 5428 | " With no revision, print a summary of the current state of the\n" |
|
5351 | 5429 | " repository.\n" |
|
5352 | 5430 | "\n" |
|
5353 | " With a path, do a lookup in another repository.\n" | |
|
5431 | " Specifying a path to a repository root or Mercurial bundle will\n" | |
|
5432 | " cause lookup to operate on that repository/bundle.\n" | |
|
5354 | 5433 | "\n" |
|
5355 | 5434 | " This summary identifies the repository state using one or two\n" |
|
5356 | 5435 | " parent hash identifiers, followed by a \"+\" if there are\n" |
@@ -5368,8 +5447,8 b' msgid ""' | |||
|
5368 | 5447 | " will abort unless given the -f/--force flag.\n" |
|
5369 | 5448 | "\n" |
|
5370 | 5449 | " You can import a patch straight from a mail message. Even patches\n" |
|
5371 |
" as attachments work (body part must |
|
|
5372 |
" text/x-patch |
|
|
5450 | " as attachments work (to use the body part, it must have type\n" | |
|
5451 | " text/plain or text/x-patch). From and Subject headers of email\n" | |
|
5373 | 5452 | " message are used as default committer and commit message. All\n" |
|
5374 | 5453 | " text/plain body parts before first diff are added to commit\n" |
|
5375 | 5454 | " message.\n" |
@@ -5388,8 +5467,8 b' msgid ""' | |||
|
5388 | 5467 | " With -s/--similarity, hg will attempt to discover renames and\n" |
|
5389 | 5468 | " copies in the patch in the same way as 'addremove'.\n" |
|
5390 | 5469 | "\n" |
|
5391 |
" To read a patch from standard input, use patch name |
|
|
5392 | " help dates' for a list of formats valid for -d/--date.\n" | |
|
5470 | " To read a patch from standard input, use \"-\" as the patch name.\n" | |
|
5471 | " See 'hg help dates' for a list of formats valid for -d/--date.\n" | |
|
5393 | 5472 | " " |
|
5394 | 5473 | msgstr "" |
|
5395 | 5474 | |
@@ -5407,8 +5486,9 b' msgstr ""' | |||
|
5407 | 5486 | "meddelse:\n" |
|
5408 | 5487 | "%s\n" |
|
5409 | 5488 | |
|
5410 | msgid "not a mercurial patch" | |
|
5411 | msgstr "" | |
|
5489 | #, fuzzy | |
|
5490 | msgid "not a Mercurial patch" | |
|
5491 | msgstr "%s er ikke en Mercurial bundle fil" | |
|
5412 | 5492 | |
|
5413 | 5493 | msgid "patch is damaged or loses information" |
|
5414 | 5494 | msgstr "" |
@@ -5417,8 +5497,8 b' msgid ""' | |||
|
5417 | 5497 | "show new changesets found in source\n" |
|
5418 | 5498 | "\n" |
|
5419 | 5499 | " Show new changesets found in the specified path/URL or the default\n" |
|
5420 |
" pull location. These are the changesets that would be pulled |
|
|
5421 | " pull was requested.\n" | |
|
5500 | " pull location. These are the changesets that would have been pulled\n" | |
|
5501 | " if a pull at the time you issued this command.\n" | |
|
5422 | 5502 | "\n" |
|
5423 | 5503 | " For remote repository, using --bundle avoids downloading the\n" |
|
5424 | 5504 | " changesets twice if the incoming is followed by a pull.\n" |
@@ -5427,11 +5507,12 b' msgid ""' | |||
|
5427 | 5507 | " " |
|
5428 | 5508 | msgstr "" |
|
5429 | 5509 | |
|
5510 | #, fuzzy | |
|
5430 | 5511 | msgid "" |
|
5431 | 5512 | "create a new repository in the given directory\n" |
|
5432 | 5513 | "\n" |
|
5433 | 5514 | " Initialize a new repository in the given directory. If the given\n" |
|
5434 |
" directory does not exist, it |
|
|
5515 | " directory does not exist, it will be created.\n" | |
|
5435 | 5516 | "\n" |
|
5436 | 5517 | " If no directory is given, the current directory is used.\n" |
|
5437 | 5518 | "\n" |
@@ -5454,20 +5535,20 b' msgstr ""' | |||
|
5454 | 5535 | msgid "" |
|
5455 | 5536 | "locate files matching specific patterns\n" |
|
5456 | 5537 | "\n" |
|
5457 |
" Print |
|
|
5458 | " given patterns.\n" | |
|
5459 | "\n" | |
|
5460 | " This command searches the entire repository by default. To search\n" | |
|
5461 |
" just the current directory and its |
|
|
5462 | " \"--include .\".\n" | |
|
5463 | "\n" | |
|
5464 |
" If no patterns are given to match, this command prints |
|
|
5465 | " names.\n" | |
|
5538 | " Print files under Mercurial control in the working directory whose\n" | |
|
5539 | " names match the given patterns.\n" | |
|
5540 | "\n" | |
|
5541 | " By default, this command searches all directories in the working\n" | |
|
5542 | " directory. To search just the current directory and its\n" | |
|
5543 | " subdirectories, use \"--include .\".\n" | |
|
5544 | "\n" | |
|
5545 | " If no patterns are given to match, this command prints the names\n" | |
|
5546 | " of all files under Mercurial control in the working directory.\n" | |
|
5466 | 5547 | "\n" |
|
5467 | 5548 | " If you want to feed the output of this command into the \"xargs\"\n" |
|
5468 | 5549 | " command, use the -0 option to both this command and \"xargs\". This\n" |
|
5469 | 5550 | " will avoid the problem of \"xargs\" treating single filenames that\n" |
|
5470 |
" contain white |
|
|
5551 | " contain whitespace as multiple filenames.\n" | |
|
5471 | 5552 | " " |
|
5472 | 5553 | msgstr "" |
|
5473 | 5554 | |
@@ -5478,8 +5559,8 b' msgid ""' | |||
|
5478 | 5559 | " project.\n" |
|
5479 | 5560 | "\n" |
|
5480 | 5561 | " File history is shown without following rename or copy history of\n" |
|
5481 |
" files. Use -f/--follow with a file |
|
|
5482 |
" renames and copies. --follow without a file |
|
|
5562 | " files. Use -f/--follow with a filename to follow history across\n" | |
|
5563 | " renames and copies. --follow without a filename will only show\n" | |
|
5483 | 5564 | " ancestors or descendants of the starting revision. --follow-first\n" |
|
5484 | 5565 | " only follows the first parent of merge revisions.\n" |
|
5485 | 5566 | "\n" |
@@ -5489,16 +5570,15 b' msgid ""' | |||
|
5489 | 5570 | "\n" |
|
5490 | 5571 | " See 'hg help dates' for a list of formats valid for -d/--date.\n" |
|
5491 | 5572 | "\n" |
|
5492 |
" By default this command |
|
|
5493 |
" non-trivial parents, user, date and time, and a summary for |
|
|
5494 |
" commit. When the -v/--verbose switch is used, the list of |
|
|
5495 |
" files and full commit message |
|
|
5573 | " By default this command prints revision number and changeset id,\n" | |
|
5574 | " tags, non-trivial parents, user, date and time, and a summary for\n" | |
|
5575 | " each commit. When the -v/--verbose switch is used, the list of\n" | |
|
5576 | " changed files and full commit message are shown.\n" | |
|
5496 | 5577 | "\n" |
|
5497 | 5578 | " NOTE: log -p/--patch may generate unexpected diff output for merge\n" |
|
5498 | 5579 | " changesets, as it will only compare the merge changeset against\n" |
|
5499 |
" its first parent. Also, |
|
|
5500 | " that are different from BOTH parents.\n" | |
|
5501 | "\n" | |
|
5580 | " its first parent. Also, only files different from BOTH parents\n" | |
|
5581 | " will appear in files:.\n" | |
|
5502 | 5582 | " " |
|
5503 | 5583 | msgstr "" |
|
5504 | 5584 | |
@@ -5507,28 +5587,29 b' msgid ""' | |||
|
5507 | 5587 | "\n" |
|
5508 | 5588 | " Print a list of version controlled files for the given revision.\n" |
|
5509 | 5589 | " If no revision is given, the first parent of the working directory\n" |
|
5510 |
" is used, or the null revision if non |
|
|
5511 | "\n" | |
|
5512 |
" With -v |
|
|
5513 |
" With --debug |
|
|
5590 | " is used, or the null revision if no revision is checked out.\n" | |
|
5591 | "\n" | |
|
5592 | " With -v, print file permissions, symlink and executable bits.\n" | |
|
5593 | " With --debug, print file revision hashes.\n" | |
|
5514 | 5594 | " " |
|
5515 | 5595 | msgstr "" |
|
5516 | 5596 | |
|
5597 | #, fuzzy | |
|
5517 | 5598 | msgid "" |
|
5518 | 5599 | "merge working directory with another revision\n" |
|
5519 | 5600 | "\n" |
|
5520 |
" The c |
|
|
5521 |
" |
|
|
5522 | " predecessor revision.\n" | |
|
5601 | " The current working directory is updated with all changes made in\n" | |
|
5602 | " the requested revision since the last common predecessor revision.\n" | |
|
5523 | 5603 | "\n" |
|
5524 | 5604 | " Files that changed between either parent are marked as changed for\n" |
|
5525 | 5605 | " the next commit and a commit must be performed before any further\n" |
|
5526 |
" updates are allowed. The next commit |
|
|
5606 | " updates to the repository are allowed. The next commit will have\n" | |
|
5607 | " two parents.\n" | |
|
5527 | 5608 | "\n" |
|
5528 | 5609 | " If no revision is specified, the working directory's parent is a\n" |
|
5529 | 5610 | " head revision, and the current branch contains exactly one other\n" |
|
5530 | 5611 | " head, the other head is merged with by default. Otherwise, an\n" |
|
5531 | " explicit revision to merge with must be provided.\n" | |
|
5612 | " explicit revision with which to merge with must be provided.\n" | |
|
5532 | 5613 | " " |
|
5533 | 5614 | msgstr "" |
|
5534 | 5615 | "sammenføj arbejdskataloget med en anden revision\n" |
@@ -5579,14 +5660,15 b' msgid ""' | |||
|
5579 | 5660 | " " |
|
5580 | 5661 | msgstr "" |
|
5581 | 5662 | |
|
5663 | #, fuzzy | |
|
5582 | 5664 | msgid "" |
|
5583 | 5665 | "show the parents of the working directory or revision\n" |
|
5584 | 5666 | "\n" |
|
5585 | 5667 | " Print the working directory's parent revisions. If a revision is\n" |
|
5586 | 5668 | " given via -r/--rev, the parent of that revision will be printed.\n" |
|
5587 |
" If a file argument is given, revision in which the file was |
|
|
5588 |
" changed (before the working directory revision or the |
|
|
5589 | " --rev if given) is printed.\n" | |
|
5669 | " If a file argument is given, the revision in which the file was\n" | |
|
5670 | " last changed (before the working directory revision or the\n" | |
|
5671 | " argument to --rev if given) is printed.\n" | |
|
5590 | 5672 | " " |
|
5591 | 5673 | msgstr "" |
|
5592 | 5674 | "vis forældrene til arbejdskataloget eller en revision\n" |
@@ -5598,7 +5680,7 b' msgstr ""' | |||
|
5598 | 5680 | " --rev, hvis givet).\n" |
|
5599 | 5681 | " " |
|
5600 | 5682 | |
|
5601 |
msgid "can only specify an explicit file |
|
|
5683 | msgid "can only specify an explicit filename" | |
|
5602 | 5684 | msgstr "" |
|
5603 | 5685 | |
|
5604 | 5686 | #, python-format |
@@ -5609,7 +5691,7 b' msgid ""' | |||
|
5609 | 5691 | "show aliases for remote repositories\n" |
|
5610 | 5692 | "\n" |
|
5611 | 5693 | " Show definition of symbolic path name NAME. If no name is given,\n" |
|
5612 | " show definition of available names.\n" | |
|
5694 | " show definition of all available names.\n" | |
|
5613 | 5695 | "\n" |
|
5614 | 5696 | " Path names are defined in the [paths] section of /etc/mercurial/hgrc\n" |
|
5615 | 5697 | " and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.\n" |
@@ -5630,17 +5712,21 b' msgstr "(k\xc3\xb8r \'hg heads\' for at se hoveder, \'hg merge\' for at sammenf\xc3\xb8je)\\n"' | |||
|
5630 | 5712 | msgid "(run 'hg update' to get a working copy)\n" |
|
5631 | 5713 | msgstr "(kør 'hg update' for at få en arbejdskopi)\n" |
|
5632 | 5714 | |
|
5715 | #, fuzzy | |
|
5633 | 5716 | msgid "" |
|
5634 | 5717 | "pull changes from the specified source\n" |
|
5635 | 5718 | "\n" |
|
5636 |
" Pull changes from a remote repository to |
|
|
5719 | " Pull changes from a remote repository to a local one.\n" | |
|
5637 | 5720 | "\n" |
|
5638 | 5721 | " This finds all changes from the repository at the specified path\n" |
|
5639 |
" or URL and adds them to |
|
|
5640 | " does not update the copy of the project in the working directory.\n" | |
|
5641 | "\n" | |
|
5642 | " Use hg incoming if you want to see what will be added by the next\n" | |
|
5643 | " pull without actually adding the changes to the repository.\n" | |
|
5722 | " or URL and adds them to a local repository (the current one unless\n" | |
|
5723 | " -R is specified). By default, this does not update the copy of the\n" | |
|
5724 | " project in the working directory.\n" | |
|
5725 | "\n" | |
|
5726 | " Use hg incoming if you want to see what would have been added by a\n" | |
|
5727 | " pull at the time you issued this command. If you then decide to\n" | |
|
5728 | " added those changes to the repository, you should use pull -r X\n" | |
|
5729 | " where X is the last changeset listed by hg incoming.\n" | |
|
5644 | 5730 | "\n" |
|
5645 | 5731 | " If SOURCE is omitted, the 'default' path will be used.\n" |
|
5646 | 5732 | " See 'hg help urls' for more information.\n" |
@@ -5662,6 +5748,7 b' msgstr ""' | |||
|
5662 | 5748 | " Se 'hg help urls' for mere information.\n" |
|
5663 | 5749 | " " |
|
5664 | 5750 | |
|
5751 | #, fuzzy | |
|
5665 | 5752 | msgid "" |
|
5666 | 5753 | "push changes to the specified destination\n" |
|
5667 | 5754 | "\n" |
@@ -5674,12 +5761,12 b' msgid ""' | |||
|
5674 | 5761 | "\n" |
|
5675 | 5762 | " By default, push will refuse to run if it detects the result would\n" |
|
5676 | 5763 | " increase the number of remote heads. This generally indicates the\n" |
|
5677 |
" |
|
|
5764 | " user forgot to pull and merge before pushing.\n" | |
|
5678 | 5765 | "\n" |
|
5679 | 5766 | " If -r/--rev is used, the named revision and all its ancestors will\n" |
|
5680 | 5767 | " be pushed to the remote repository.\n" |
|
5681 | 5768 | "\n" |
|
5682 |
" |
|
|
5769 | " Please see 'hg help urls' for important details about ssh://\n" | |
|
5683 | 5770 | " URLs. If DESTINATION is omitted, a default path will be used.\n" |
|
5684 | 5771 | " See 'hg help urls' for more information.\n" |
|
5685 | 5772 | " " |
@@ -5721,6 +5808,7 b' msgid ""' | |||
|
5721 | 5808 | " " |
|
5722 | 5809 | msgstr "" |
|
5723 | 5810 | |
|
5811 | #, fuzzy | |
|
5724 | 5812 | msgid "" |
|
5725 | 5813 | "remove the specified files on the next commit\n" |
|
5726 | 5814 | "\n" |
@@ -5730,13 +5818,13 b' msgid ""' | |||
|
5730 | 5818 | " entire project history. -A/--after can be used to remove only\n" |
|
5731 | 5819 | " files that have already been deleted, -f/--force can be used to\n" |
|
5732 | 5820 | " force deletion, and -Af can be used to remove files from the next\n" |
|
5733 | " revision without deleting them.\n" | |
|
5821 | " revision without deleting them from the working directory.\n" | |
|
5734 | 5822 | "\n" |
|
5735 | 5823 | " The following table details the behavior of remove for different\n" |
|
5736 | 5824 | " file states (columns) and option combinations (rows). The file\n" |
|
5737 |
" states are Added, Clean, Modified and Missing |
|
|
5738 |
" status). The actions are Warn, Remove (from |
|
|
5739 | " (from disk).\n" | |
|
5825 | " states are Added [A], Clean [C], Modified [M] and Missing [!]\n" | |
|
5826 | " (as reported by hg status). The actions are Warn, Remove (from\n" | |
|
5827 | " branch) and Delete (from disk).\n" | |
|
5740 | 5828 | "\n" |
|
5741 | 5829 | " A C M !\n" |
|
5742 | 5830 | " none W RD W R\n" |
@@ -5821,9 +5909,9 b' msgid ""' | |||
|
5821 | 5909 | " will be overwritten if the merge is retried with resolve. The\n" |
|
5822 | 5910 | " -m/--mark switch should be used to mark the file as resolved.\n" |
|
5823 | 5911 | "\n" |
|
5824 |
" This command |
|
|
5825 |
" |
|
|
5826 |
" as resolved before |
|
|
5912 | " This command also allows listing resolved files and manually\n" | |
|
5913 | " indicating whether or not files are resolved. All files must be\n" | |
|
5914 | " marked as resolved before a commit is permitted.\n" | |
|
5827 | 5915 | "\n" |
|
5828 | 5916 | " The codes used to show the status of files are:\n" |
|
5829 | 5917 | " U = unresolved\n" |
@@ -5967,15 +6055,16 b' msgstr ""' | |||
|
5967 | 6055 | msgid "listening at http://%s%s/%s (bound to %s:%d)\n" |
|
5968 | 6056 | msgstr "lytter på http://%s%s/%s (bundet til %s:%d)\n" |
|
5969 | 6057 | |
|
6058 | #, fuzzy | |
|
5970 | 6059 | msgid "" |
|
5971 | 6060 | "show changed files in the working directory\n" |
|
5972 | 6061 | "\n" |
|
5973 | 6062 | " Show status of files in the repository. If names are given, only\n" |
|
5974 | 6063 | " files that match are shown. Files that are clean or ignored or\n" |
|
5975 |
" source of a copy/move operation, are not listed unless |
|
|
5976 |
" -i/--ignored, -C/--copies or -A/--all |
|
|
5977 |
" described with \"show only ...\" are given, th |
|
|
5978 | " used.\n" | |
|
6064 | " the source of a copy/move operation, are not listed unless\n" | |
|
6065 | " -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n" | |
|
6066 | " Unless options described with \"show only ...\" are given, the\n" | |
|
6067 | " options -mardu are used.\n" | |
|
5979 | 6068 | "\n" |
|
5980 | 6069 | " Option -q/--quiet hides untracked (unknown and ignored) files\n" |
|
5981 | 6070 | " unless explicitly requested with -u/--unknown or -i/--ignored.\n" |
@@ -5986,7 +6075,8 b' msgid ""' | |||
|
5986 | 6075 | " to one merge parent.\n" |
|
5987 | 6076 | "\n" |
|
5988 | 6077 | " If one revision is given, it is used as the base revision.\n" |
|
5989 |
" If two revisions are given, the difference between them |
|
|
6078 | " If two revisions are given, the differences between them are\n" | |
|
6079 | " shown.\n" | |
|
5990 | 6080 | "\n" |
|
5991 | 6081 | " The codes used to show the status of files are:\n" |
|
5992 | 6082 | " M = modified\n" |
@@ -5996,7 +6086,7 b' msgid ""' | |||
|
5996 | 6086 | " ! = missing (deleted by non-hg command, but still tracked)\n" |
|
5997 | 6087 | " ? = not tracked\n" |
|
5998 | 6088 | " I = ignored\n" |
|
5999 | " = the previous added file was copied from here\n" | |
|
6089 | " = origin of the previous file listed as A (added)\n" | |
|
6000 | 6090 | " " |
|
6001 | 6091 | msgstr "" |
|
6002 | 6092 | "vis ændrede filer i arbejdskataloget\n" |
@@ -6104,9 +6194,9 b' msgstr ""' | |||
|
6104 | 6194 | msgid "" |
|
6105 | 6195 | "show the tip revision\n" |
|
6106 | 6196 | "\n" |
|
6107 |
" The tip revision (usually just called the tip) is the |
|
|
6108 |
" recently added |
|
|
6109 | " changed head.\n" | |
|
6197 | " The tip revision (usually just called the tip) is the changeset\n" | |
|
6198 | " most recently added to the repository (and therefore the most\n" | |
|
6199 | " recently changed head).\n" | |
|
6110 | 6200 | "\n" |
|
6111 | 6201 | " If you have just made a commit, that commit will be the tip. If\n" |
|
6112 | 6202 | " you have just pulled changes from another repository, the tip of\n" |
@@ -6506,6 +6596,10 b' msgstr ""' | |||
|
6506 | 6596 | msgid "[OPTION]..." |
|
6507 | 6597 | msgstr "" |
|
6508 | 6598 | |
|
6599 | #, fuzzy | |
|
6600 | msgid "revision to check" | |
|
6601 | msgstr "revision som skal bakkes ud" | |
|
6602 | ||
|
6509 | 6603 | msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..." |
|
6510 | 6604 | msgstr "" |
|
6511 | 6605 | |
@@ -6545,7 +6639,11 b' msgstr ""' | |||
|
6545 | 6639 | msgid "show only the active heads from open branches" |
|
6546 | 6640 | msgstr "" |
|
6547 | 6641 | |
|
6548 | msgid "[-r REV] [REV]..." | |
|
6642 | #, fuzzy | |
|
6643 | msgid "show normal and closed heads" | |
|
6644 | msgstr "vis kun tilføjede filer" | |
|
6645 | ||
|
6646 | msgid "[-r STARTREV] [REV]..." | |
|
6549 | 6647 | msgstr "" |
|
6550 | 6648 | |
|
6551 | 6649 | msgid "[TOPIC]" |
@@ -6916,7 +7014,7 b' msgid "directory"' | |||
|
6916 | 7014 | msgstr "" |
|
6917 | 7015 | |
|
6918 | 7016 | #, python-format |
|
6919 |
msgid " |
|
|
7017 | msgid "unsupported file type (type is %s)" | |
|
6920 | 7018 | msgstr "" |
|
6921 | 7019 | |
|
6922 | 7020 | #, python-format |
@@ -7054,8 +7152,8 b' msgid ""' | |||
|
7054 | 7152 | "Option -R has to be separated from other options (e.g. not -qR) and --" |
|
7055 | 7153 | "repository may only be abbreviated as --repo!" |
|
7056 | 7154 | msgstr "" |
|
7057 | "Tilvalget -R skal adskilles fra andre tilvalg (fx ikke -qR) og --" | |
|
7058 |
" |
|
|
7155 | "Tilvalget -R skal adskilles fra andre tilvalg (fx ikke -qR) og --repository " | |
|
7156 | "må kun forkortes som --repo!" | |
|
7059 | 7157 | |
|
7060 | 7158 | #, python-format |
|
7061 | 7159 | msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n" |
@@ -7647,6 +7745,16 b' msgid ""' | |||
|
7647 | 7745 | " " |
|
7648 | 7746 | msgstr "" |
|
7649 | 7747 | |
|
7748 | msgid "can only share local repositories" | |
|
7749 | msgstr "" | |
|
7750 | ||
|
7751 | #, fuzzy | |
|
7752 | msgid "destination already exists" | |
|
7753 | msgstr "%s eksisterer allerede" | |
|
7754 | ||
|
7755 | msgid "updating working directory\n" | |
|
7756 | msgstr "opdaterer arbejdskatalog\n" | |
|
7757 | ||
|
7650 | 7758 | #, python-format |
|
7651 | 7759 | msgid "destination directory: %s\n" |
|
7652 | 7760 | msgstr "" |
@@ -7667,9 +7775,6 b' msgstr ""' | |||
|
7667 | 7775 | msgid "clone from remote to remote not supported" |
|
7668 | 7776 | msgstr "" |
|
7669 | 7777 | |
|
7670 | msgid "updating working directory\n" | |
|
7671 | msgstr "opdaterer arbejdskatalog\n" | |
|
7672 | ||
|
7673 | 7778 | msgid "updated" |
|
7674 | 7779 | msgstr "opdateret" |
|
7675 | 7780 | |
@@ -7857,6 +7962,10 b' msgstr "arkivet %s eksisterer allerede"' | |||
|
7857 | 7962 | msgid "requirement '%s' not supported" |
|
7858 | 7963 | msgstr "betingelse '%s' er ikke understøttet" |
|
7859 | 7964 | |
|
7965 | #, fuzzy, python-format | |
|
7966 | msgid ".hg/sharedpath points to nonexistent directory %s" | |
|
7967 | msgstr "rev %d peger på ikke eksisterende ændring %d" | |
|
7968 | ||
|
7860 | 7969 | #, python-format |
|
7861 | 7970 | msgid "%r cannot be used in a tag name" |
|
7862 | 7971 | msgstr "%r kan ikke bruges i et mærkatnavnet" |
@@ -7933,8 +8042,16 b' msgstr ""' | |||
|
7933 | 8042 | msgid "cannot partially commit a merge (do not specify files or patterns)" |
|
7934 | 8043 | msgstr "" |
|
7935 | 8044 | |
|
7936 | #, python-format | |
|
7937 |
msgid " |
|
|
8045 | #, fuzzy | |
|
8046 | msgid "file not found!" | |
|
8047 | msgstr "filen %s blev ikke fundet!" | |
|
8048 | ||
|
8049 | #, fuzzy | |
|
8050 | msgid "no match under directory!" | |
|
8051 | msgstr "skift arbejdskatalog" | |
|
8052 | ||
|
8053 | #, fuzzy | |
|
8054 | msgid "file not tracked!" | |
|
7938 | 8055 | msgstr "%s følges ikke\n" |
|
7939 | 8056 | |
|
7940 | 8057 | msgid "nothing changed\n" |
@@ -7943,6 +8060,10 b' msgstr "ingen \xc3\xa6ndringer\\n"' | |||
|
7943 | 8060 | msgid "unresolved merge conflicts (see hg resolve)" |
|
7944 | 8061 | msgstr "" |
|
7945 | 8062 | |
|
8063 | #, fuzzy, python-format | |
|
8064 | msgid "committing subrepository %s\n" | |
|
8065 | msgstr "kloner hovedarkiv\n" | |
|
8066 | ||
|
7946 | 8067 | #, python-format |
|
7947 | 8068 | msgid "trouble committing %s!\n" |
|
7948 | 8069 | msgstr "problem ved arkivering %s!\n" |
@@ -7974,6 +8095,10 b' msgid "%s still exists!\\n"' | |||
|
7974 | 8095 | msgstr "%s eksisterer stadig!\n" |
|
7975 | 8096 | |
|
7976 | 8097 | #, python-format |
|
8098 | msgid "%s not tracked!\n" | |
|
8099 | msgstr "%s følges ikke\n" | |
|
8100 | ||
|
8101 | #, python-format | |
|
7977 | 8102 | msgid "%s not removed!\n" |
|
7978 | 8103 | msgstr "%s ikke fjernet!\n" |
|
7979 | 8104 | |
@@ -8189,17 +8314,6 b' msgstr ""' | |||
|
8189 | 8314 | msgid "case-folding collision between %s and %s" |
|
8190 | 8315 | msgstr "" |
|
8191 | 8316 | |
|
8192 | msgid "resolving manifests\n" | |
|
8193 | msgstr "" | |
|
8194 | ||
|
8195 | #, python-format | |
|
8196 | msgid " overwrite %s partial %s\n" | |
|
8197 | msgstr "" | |
|
8198 | ||
|
8199 | #, python-format | |
|
8200 | msgid " ancestor %s local %s remote %s\n" | |
|
8201 | msgstr "" | |
|
8202 | ||
|
8203 | 8317 | #, python-format |
|
8204 | 8318 | msgid "" |
|
8205 | 8319 | " conflicting flags for %s\n" |
@@ -8215,6 +8329,17 b' msgstr ""' | |||
|
8215 | 8329 | msgid "Sym&link" |
|
8216 | 8330 | msgstr "" |
|
8217 | 8331 | |
|
8332 | msgid "resolving manifests\n" | |
|
8333 | msgstr "" | |
|
8334 | ||
|
8335 | #, python-format | |
|
8336 | msgid " overwrite %s partial %s\n" | |
|
8337 | msgstr "" | |
|
8338 | ||
|
8339 | #, python-format | |
|
8340 | msgid " ancestor %s local %s remote %s\n" | |
|
8341 | msgstr "" | |
|
8342 | ||
|
8218 | 8343 | #, python-format |
|
8219 | 8344 | msgid "" |
|
8220 | 8345 | " local changed %s which remote deleted\n" |
@@ -8270,16 +8395,20 b' msgid "nothing to merge (use \'hg update\'' | |||
|
8270 | 8395 | msgstr "intet at sammenføje (brug 'hg update' eller kontroller 'hg heads')" |
|
8271 | 8396 | |
|
8272 | 8397 | msgid "outstanding uncommitted changes (use 'hg status' to list changes)" |
|
8273 | msgstr "udestående uarkiverede ændringer (brug 'hg status' for at se ændringer)" | |
|
8398 | msgstr "" | |
|
8399 | "udestående uarkiverede ændringer (brug 'hg status' for at se ændringer)" | |
|
8274 | 8400 | |
|
8275 | 8401 | msgid "crosses branches (use 'hg merge' or 'hg update -C' to discard changes)" |
|
8276 | msgstr "krydser grene (brug 'hg merge' eller 'hg update -C' for at kassere ændringerne)" | |
|
8402 | msgstr "" | |
|
8403 | "krydser grene (brug 'hg merge' eller 'hg update -C' for at kassere " | |
|
8404 | "ændringerne)" | |
|
8277 | 8405 | |
|
8278 | 8406 | msgid "crosses branches (use 'hg merge' or 'hg update -C')" |
|
8279 | 8407 | msgstr "krydser grene (brug 'hg merge' eller 'hg update -C')" |
|
8280 | 8408 | |
|
8281 | 8409 | msgid "crosses named branches (use 'hg update -C' to discard changes)" |
|
8282 | msgstr "krydser navngivne grene (brug 'hg update -C' for at kassere ændringerne)" | |
|
8410 | msgstr "" | |
|
8411 | "krydser navngivne grene (brug 'hg update -C' for at kassere ændringerne)" | |
|
8283 | 8412 | |
|
8284 | 8413 | #, python-format |
|
8285 | 8414 | msgid "cannot create %s: destination already exists" |
@@ -8362,6 +8491,10 b' msgstr ""' | |||
|
8362 | 8491 | msgid "patch command failed: %s" |
|
8363 | 8492 | msgstr "" |
|
8364 | 8493 | |
|
8494 | #, fuzzy, python-format | |
|
8495 | msgid "Unsupported line endings type: %s" | |
|
8496 | msgstr "ikke i dirstate: %s\n" | |
|
8497 | ||
|
8365 | 8498 | #, python-format |
|
8366 | 8499 | msgid "no valid hunks found; trying with %r instead\n" |
|
8367 | 8500 | msgstr "" |
@@ -8486,6 +8619,43 b' msgstr "%d filer, skal overf\xc3\xb8re %d bytes\\n"' | |||
|
8486 | 8619 | msgid "sending %s (%d bytes)\n" |
|
8487 | 8620 | msgstr "" |
|
8488 | 8621 | |
|
8622 | #, python-format | |
|
8623 | msgid "" | |
|
8624 | " subrepository sources for %s differ\n" | |
|
8625 | "use (l)ocal source (%s) or (r)emote source (%s)?" | |
|
8626 | msgstr "" | |
|
8627 | ||
|
8628 | #, fuzzy | |
|
8629 | msgid "&Remote" | |
|
8630 | msgstr "fjernsystem: " | |
|
8631 | ||
|
8632 | msgid "r" | |
|
8633 | msgstr "" | |
|
8634 | ||
|
8635 | #, python-format | |
|
8636 | msgid "" | |
|
8637 | " local changed subrepository %s which remote removed\n" | |
|
8638 | "use (c)hanged version or (d)elete?" | |
|
8639 | msgstr "" | |
|
8640 | ||
|
8641 | #, python-format | |
|
8642 | msgid "" | |
|
8643 | " remote changed subrepository %s which local removed\n" | |
|
8644 | "use (c)hanged version or (d)elete?" | |
|
8645 | msgstr "" | |
|
8646 | ||
|
8647 | #, fuzzy, python-format | |
|
8648 | msgid "removing subrepo %s\n" | |
|
8649 | msgstr "fjerner %s\n" | |
|
8650 | ||
|
8651 | #, fuzzy, python-format | |
|
8652 | msgid "pulling subrepo %s\n" | |
|
8653 | msgstr "hiver fra %s\n" | |
|
8654 | ||
|
8655 | #, fuzzy, python-format | |
|
8656 | msgid "pushing subrepo %s\n" | |
|
8657 | msgstr "skubber til %s\n" | |
|
8658 | ||
|
8489 | 8659 | msgid "unmatched quotes" |
|
8490 | 8660 | msgstr "" |
|
8491 | 8661 | |
@@ -8823,3 +8993,6 b' msgstr "(f\xc3\xb8rste beskadigede \xc3\xa6ndring er tilsyneladende %d)\\n"' | |||
|
8823 | 8993 | |
|
8824 | 8994 | msgid "user name not available - set USERNAME environment variable" |
|
8825 | 8995 | msgstr "der er ikke noget brugernavn - sæt USERNAME miljøvariabel" |
|
8996 | ||
|
8997 | #~ msgid "patch file name" | |
|
8998 | #~ msgstr "patch navn" |
General Comments 0
You need to be logged in to leave comments.
Login now