15 # |
15 # |
16 msgid "" |
16 msgid "" |
17 msgstr "" |
17 msgstr "" |
18 "Project-Id-Version: Mercurial\n" |
18 "Project-Id-Version: Mercurial\n" |
19 "Report-Msgid-Bugs-To: \n" |
19 "Report-Msgid-Bugs-To: \n" |
20 "POT-Creation-Date: 2009-04-07 17:38+0200\n" |
20 "POT-Creation-Date: 2009-04-08 00:41+0200\n" |
21 "PO-Revision-Date: 2009-04-07 17:40+0200\n" |
21 "PO-Revision-Date: 2009-04-08 00:44+0200\n" |
22 "Last-Translator: <mg@daimi.au.dk>\n" |
22 "Last-Translator: <mg@daimi.au.dk>\n" |
23 "Language-Team: Danish\n" |
23 "Language-Team: Danish\n" |
24 "MIME-Version: 1.0\n" |
24 "MIME-Version: 1.0\n" |
25 "Content-Type: text/plain; charset=UTF-8\n" |
25 "Content-Type: text/plain; charset=UTF-8\n" |
26 "Content-Transfer-Encoding: 8bit\n" |
26 "Content-Transfer-Encoding: 8bit\n" |
495 #, python-format |
495 #, python-format |
496 msgid "database error: %s" |
496 msgid "database error: %s" |
497 msgstr "" |
497 msgstr "" |
498 |
498 |
499 msgid "" |
499 msgid "" |
500 "show the children of the given or working dir revision\n" |
500 "show the children of the given or working directory revision\n" |
501 "\n" |
501 "\n" |
502 " Print the children of the working directory's revisions. If a\n" |
502 " Print the children of the working directory's revisions. If a\n" |
503 " revision is given via --rev, the children of that revision will be\n" |
503 " revision is given via --rev, the children of that revision will be\n" |
504 " printed. If a file argument is given, revision in which the file\n" |
504 " printed. If a file argument is given, revision in which the file\n" |
505 " was last changed (after the working directory revision or the\n" |
505 " was last changed (after the working directory revision or the\n" |
513 " en fil er angivet, udskrives revisionen i hvilken filen sidst blev\n" |
513 " en fil er angivet, udskrives revisionen i hvilken filen sidst blev\n" |
514 " ændret (før arbejdskatalogets revision eller argumentet til --rev,\n" |
514 " ændret (før arbejdskatalogets revision eller argumentet til --rev,\n" |
515 " hvis givet).\n" |
515 " hvis givet).\n" |
516 " " |
516 " " |
517 |
517 |
518 msgid "show children of the specified rev" |
518 msgid "show children of the specified revision" |
519 msgstr "" |
519 msgstr "" |
520 |
520 |
521 msgid "hg children [-r REV] [FILE]" |
521 msgid "hg children [-r REV] [FILE]" |
522 msgstr "" |
522 msgstr "" |
523 |
523 |
594 msgstr "" |
594 msgstr "" |
595 |
595 |
596 msgid "count rate for the specified revision or range" |
596 msgid "count rate for the specified revision or range" |
597 msgstr "lav statistik for de specificerede revisioner" |
597 msgstr "lav statistik for de specificerede revisioner" |
598 |
598 |
599 msgid "count rate for revs matching date spec" |
599 msgid "count rate for revisions matching date spec" |
600 msgstr "lav statistik for revisioner som matcher dato specifikationen" |
600 msgstr "lav statistik for revisioner som matcher dato specifikationen" |
601 |
601 |
602 msgid "template to group changesets" |
602 msgid "template to group changesets" |
603 msgstr "mønster for gruppering af ændringer" |
603 msgstr "mønster for gruppering af ændringer" |
604 |
604 |
752 "\n" |
752 "\n" |
753 " rename from/file to/file\n" |
753 " rename from/file to/file\n" |
754 "\n" |
754 "\n" |
755 " The 'include' directive causes a file, or all files under a\n" |
755 " The 'include' directive causes a file, or all files under a\n" |
756 " directory, to be included in the destination repository, and the\n" |
756 " directory, to be included in the destination repository, and the\n" |
757 " exclusion of all other files and dirs not explicitely included.\n" |
757 " exclusion of all other files and directories not explicitely included.\n" |
758 " The 'exclude' directive causes files or directories to be omitted.\n" |
758 " The 'exclude' directive causes files or directories to be omitted.\n" |
759 " The 'rename' directive renames a file or directory. To rename from\n" |
759 " The 'rename' directive renames a file or directory. To rename from\n" |
760 " a subdirectory into the root of the repository, use '.' as the\n" |
760 " a subdirectory into the root of the repository, use '.' as the\n" |
761 " path to rename to.\n" |
761 " path to rename to.\n" |
762 "\n" |
762 "\n" |
1384 msgstr "" |
1384 msgstr "" |
1385 |
1385 |
1386 msgid "" |
1386 msgid "" |
1387 "\n" |
1387 "\n" |
1388 "The `extdiff' Mercurial extension allows you to use external programs\n" |
1388 "The `extdiff' Mercurial extension allows you to use external programs\n" |
1389 "to compare revisions, or revision with working dir. The external diff\n" |
1389 "to compare revisions, or revision with working directory. The external diff\n" |
1390 "programs are called with a configurable set of options and two\n" |
1390 "programs are called with a configurable set of options and two\n" |
1391 "non-option arguments: paths to directories containing snapshots of\n" |
1391 "non-option arguments: paths to directories containing snapshots of\n" |
1392 "files to compare.\n" |
1392 "files to compare.\n" |
1393 "\n" |
1393 "\n" |
1394 "To enable this extension:\n" |
1394 "To enable this extension:\n" |
2203 " # expand keywords in every python file except those matching \"x*\"\n" |
2203 " # expand keywords in every python file except those matching \"x*\"\n" |
2204 " **.py =\n" |
2204 " **.py =\n" |
2205 " x* = ignore\n" |
2205 " x* = ignore\n" |
2206 "\n" |
2206 "\n" |
2207 "Note: the more specific you are in your filename patterns\n" |
2207 "Note: the more specific you are in your filename patterns\n" |
2208 " the less you lose speed in huge repos.\n" |
2208 " the less you lose speed in huge repositories.\n" |
2209 "\n" |
2209 "\n" |
2210 "For [keywordmaps] template mapping and expansion demonstration and\n" |
2210 "For [keywordmaps] template mapping and expansion demonstration and\n" |
2211 "control run \"hg kwdemo\".\n" |
2211 "control run \"hg kwdemo\".\n" |
2212 "\n" |
2212 "\n" |
2213 "An additional date template filter {date|utcdate} is provided.\n" |
2213 "An additional date template filter {date|utcdate} is provided.\n" |
2914 msgstr "" |
2914 msgstr "" |
2915 |
2915 |
2916 msgid "versioned patch repository not found (see qinit -c)" |
2916 msgid "versioned patch repository not found (see qinit -c)" |
2917 msgstr "versionsstyret arkiv til rettelser blev ikke fundet (se qinit -c)" |
2917 msgstr "versionsstyret arkiv til rettelser blev ikke fundet (se qinit -c)" |
2918 |
2918 |
2919 msgid "cloning main repo\n" |
2919 msgid "cloning main repository\n" |
2920 msgstr "kloner hovedarkiv\n" |
2920 msgstr "kloner hovedarkiv\n" |
2921 |
2921 |
2922 msgid "cloning patch repo\n" |
2922 msgid "cloning patch repository\n" |
2923 msgstr "kloner rettelsesarkiv\n" |
2923 msgstr "kloner rettelsesarkiv\n" |
2924 |
2924 |
2925 msgid "stripping applied patches from destination repo\n" |
2925 msgid "stripping applied patches from destination repository\n" |
2926 msgstr "" |
2926 msgstr "" |
2927 |
2927 |
2928 msgid "updating destination repo\n" |
2928 msgid "updating destination repository\n" |
2929 msgstr "" |
2929 msgstr "" |
2930 |
2930 |
2931 msgid "commit changes in the queue repository" |
2931 msgid "commit changes in the queue repository" |
2932 msgstr "" |
2932 msgstr "" |
2933 |
2933 |
3532 " [reposubs]\n" |
3532 " [reposubs]\n" |
3533 " # key is glob pattern, value is \",\"-separated list of subscriber " |
3533 " # key is glob pattern, value is \",\"-separated list of subscriber " |
3534 "emails\n" |
3534 "emails\n" |
3535 " pattern = user@host\n" |
3535 " pattern = user@host\n" |
3536 "\n" |
3536 "\n" |
3537 " glob patterns are matched against path to repo root.\n" |
3537 " glob patterns are matched against path to repository root.\n" |
3538 "\n" |
3538 "\n" |
3539 " if you like, you can put notify config file in repo that users can\n" |
3539 " if you like, you can put notify config file in repository that users\n" |
3540 " push changes to, they can manage their own subscriptions." |
3540 " can push changes to, they can manage their own subscriptions." |
3541 msgstr "" |
3541 msgstr "" |
3542 |
3542 |
3543 msgid "email notification class." |
3543 msgid "email notification class." |
3544 msgstr "" |
3544 msgstr "" |
3545 |
3545 |
5194 " Output may be to a file, in which case the name of the file is\n" |
5194 " Output may be to a file, in which case the name of the file is\n" |
5195 " given using a format string. The formatting rules are the same as\n" |
5195 " given using a format string. The formatting rules are the same as\n" |
5196 " for the export command, with the following additions:\n" |
5196 " for the export command, with the following additions:\n" |
5197 "\n" |
5197 "\n" |
5198 " %s basename of file being printed\n" |
5198 " %s basename of file being printed\n" |
5199 " %d dirname of file being printed, or '.' if in repo root\n" |
5199 " %d dirname of file being printed, or '.' if in repository root\n" |
5200 " %p root-relative path name of file being printed\n" |
5200 " %p root-relative path name of file being printed\n" |
5201 " " |
5201 " " |
5202 msgstr "" |
5202 msgstr "" |
5203 |
5203 |
5204 msgid "" |
5204 msgid "" |
5799 |
5799 |
5800 msgid "" |
5800 msgid "" |
5801 "identify the working copy or specified revision\n" |
5801 "identify the working copy or specified revision\n" |
5802 "\n" |
5802 "\n" |
5803 " With no revision, print a summary of the current state of the\n" |
5803 " With no revision, print a summary of the current state of the\n" |
5804 " repo.\n" |
5804 " repository.\n" |
5805 "\n" |
5805 "\n" |
5806 " With a path, do a lookup in another repository.\n" |
5806 " With a path, do a lookup in another repository.\n" |
5807 "\n" |
5807 "\n" |
5808 " This summary identifies the repository state using one or two\n" |
5808 " This summary identifies the repository state using one or two\n" |
5809 " parent hash identifiers, followed by a \"+\" if there are\n" |
5809 " parent hash identifiers, followed by a \"+\" if there are\n" |
6037 " See pull for valid destination format details.\n" |
6037 " See pull for valid destination format details.\n" |
6038 " " |
6038 " " |
6039 msgstr "" |
6039 msgstr "" |
6040 |
6040 |
6041 msgid "" |
6041 msgid "" |
6042 "show the parents of the working dir or revision\n" |
6042 "show the parents of the working directory or revision\n" |
6043 "\n" |
6043 "\n" |
6044 " Print the working directory's parent revisions. If a revision is\n" |
6044 " Print the working directory's parent revisions. If a revision is\n" |
6045 " given via --rev, the parent of that revision will be printed. If a\n" |
6045 " given via --rev, the parent of that revision will be printed. If a\n" |
6046 " file argument is given, revision in which the file was last\n" |
6046 " file argument is given, revision in which the file was last\n" |
6047 " changed (before the working directory revision or the argument to\n" |
6047 " changed (before the working directory revision or the argument to\n" |
6318 msgstr "" |
6318 msgstr "" |
6319 "ingen filer eller mapper specificeret; brug --all for at gen-sammenføje alle " |
6319 "ingen filer eller mapper specificeret; brug --all for at gen-sammenføje alle " |
6320 "filerne" |
6320 "filerne" |
6321 |
6321 |
6322 msgid "" |
6322 msgid "" |
6323 "restore individual files or dirs to an earlier state\n" |
6323 "restore individual files or directories to an earlier state\n" |
6324 "\n" |
6324 "\n" |
6325 " (use update -r to check out earlier revisions, revert does not\n" |
6325 " (use update -r to check out earlier revisions, revert does not\n" |
6326 " change the working dir parents)\n" |
6326 " change the working directory parents)\n" |
6327 "\n" |
6327 "\n" |
6328 " With no revision specified, revert the named files or directories\n" |
6328 " With no revision specified, revert the named files or directories\n" |
6329 " to the contents they had in the parent of the working directory.\n" |
6329 " to the contents they had in the parent of the working directory.\n" |
6330 " This restores the contents of the affected files to an unmodified\n" |
6330 " This restores the contents of the affected files to an unmodified\n" |
6331 " state and unschedules adds, removes, copies, and renames. If the\n" |
6331 " state and unschedules adds, removes, copies, and renames. If the\n" |
6603 " Update the repository's working directory to the specified\n" |
6603 " Update the repository's working directory to the specified\n" |
6604 " revision, or the tip of the current branch if none is specified.\n" |
6604 " revision, or the tip of the current branch if none is specified.\n" |
6605 " Use null as the revision to remove the working copy (like 'hg\n" |
6605 " Use null as the revision to remove the working copy (like 'hg\n" |
6606 " clone -U').\n" |
6606 " clone -U').\n" |
6607 "\n" |
6607 "\n" |
6608 " When the working dir contains no uncommitted changes, it will be\n" |
6608 " When the working directory contains no uncommitted changes, it\n" |
6609 " replaced by the state of the requested revision from the repo.\n" |
6609 " will be replaced by the state of the requested revision from the\n" |
6610 " When the requested revision is on a different branch, the working\n" |
6610 " repository. When the requested revision is on a different branch,\n" |
6611 " dir will additionally be switched to that branch.\n" |
6611 " the working directory will additionally be switched to that\n" |
|
6612 " branch.\n" |
6612 "\n" |
6613 "\n" |
6613 " When there are uncommitted changes, use option -C to discard them,\n" |
6614 " When there are uncommitted changes, use option -C to discard them,\n" |
6614 " forcibly replacing the state of the working dir with the requested\n" |
6615 " forcibly replacing the state of the working directory with the\n" |
6615 " revision.\n" |
6616 " requested revision.\n" |
6616 "\n" |
6617 "\n" |
6617 " When there are uncommitted changes and option -C is not used, and\n" |
6618 " When there are uncommitted changes and option -C is not used, and\n" |
6618 " the parent revision and requested revision are on the same branch,\n" |
6619 " the parent revision and requested revision are on the same branch,\n" |
6619 " and one of them is an ancestor of the other, then the new working\n" |
6620 " and one of them is an ancestor of the other, then the new working\n" |
6620 " directory will contain the requested revision merged with the\n" |
6621 " directory will contain the requested revision merged with the\n" |
7102 msgstr "" |
7103 msgstr "" |
7103 |
7104 |
7104 msgid "only follow the first parent of merge changesets" |
7105 msgid "only follow the first parent of merge changesets" |
7105 msgstr "" |
7106 msgstr "" |
7106 |
7107 |
7107 msgid "show revs matching date spec" |
7108 msgid "show revisions matching date spec" |
7108 msgstr "" |
7109 msgstr "" |
7109 |
7110 |
7110 msgid "show copied files" |
7111 msgid "show copied files" |
7111 msgstr "" |
7112 msgstr "" |
7112 |
7113 |
7113 msgid "do case-insensitive search for a keyword" |
7114 msgid "do case-insensitive search for a keyword" |
7114 msgstr "" |
7115 msgstr "" |
7115 |
7116 |
7116 msgid "include revs where files were removed" |
7117 msgid "include revisions where files were removed" |
7117 msgstr "" |
7118 msgstr "" |
7118 |
7119 |
7119 msgid "show only merges" |
7120 msgid "show only merges" |
7120 msgstr "" |
7121 msgstr "" |
7121 |
7122 |
7122 msgid "revs committed by user" |
7123 msgid "revisions committed by user" |
7123 msgstr "" |
7124 msgstr "" |
7124 |
7125 |
7125 msgid "show only changesets within the given named branch" |
7126 msgid "show only changesets within the given named branch" |
7126 msgstr "" |
7127 msgstr "" |
7127 |
7128 |