##// END OF EJS Templates
i18n-da: translated many one-liners
Martin Geisler -
r8998:d86471ec default
parent child Browse files
Show More
This diff has been collapsed as it changes many lines, (588 lines changed) Show them Hide them
@@ -1,9196 +1,9216 b''
1 # Danish translations for Mercurial
1 # Danish translations for Mercurial
2 # Danske oversættelser for Mercurial
2 # Danske oversættelser for Mercurial
3 # Copyright (C) 2009 Matt Mackall and others
3 # Copyright (C) 2009 Matt Mackall and others
4 #
4 #
5 # Translation dictionary:
5 # Translation dictionary:
6 #
6 #
7 # changeset ændring
7 # changeset ændring
8 # commit deponere
8 # commit deponere
9 # merge sammenføje
9 # merge sammenføje
10 # patch rettelse
10 # patch rettelse
11 # repo(sitory) depot
11 # repo(sitory) depot
12 # revision revision
12 # revision revision
13 # tag mærkat
13 # tag mærkat
14 # working directory arbejdskatalog
14 # working directory arbejdskatalog
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: <mercurial-devel@selenic.com>\n"
19 "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
20 "POT-Creation-Date: 2009-06-24 17:38+0200\n"
20 "POT-Creation-Date: 2009-06-24 17:38+0200\n"
21 "PO-Revision-Date: 2009-06-27 13:35+0200\n"
21 "PO-Revision-Date: 2009-06-30 20:24+0200\n"
22 "Last-Translator: <mg@lazybytes.net>\n"
22 "Last-Translator: <mg@lazybytes.net>\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"
27 "Generated-By: pygettext.py 1.5\n"
27 "Generated-By: pygettext.py 1.5\n"
28 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
28 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
29
29
30 #, python-format
30 #, python-format
31 msgid " (default: %s)"
31 msgid " (default: %s)"
32 msgstr " (standard: %s)"
32 msgstr " (standard: %s)"
33
33
34 msgid "OPTIONS"
34 msgid "OPTIONS"
35 msgstr "TILVALG"
35 msgstr "TILVALG"
36
36
37 msgid "COMMANDS"
37 msgid "COMMANDS"
38 msgstr "KOMMANDOER"
38 msgstr "KOMMANDOER"
39
39
40 msgid " options:\n"
40 msgid " options:\n"
41 msgstr " tilvalg:\n"
41 msgstr " tilvalg:\n"
42
42
43 #, python-format
43 #, python-format
44 msgid ""
44 msgid ""
45 " aliases: %s\n"
45 " aliases: %s\n"
46 "\n"
46 "\n"
47 msgstr ""
47 msgstr ""
48 " aliaser %s:\n"
48 " aliaser %s:\n"
49 "\n"
49 "\n"
50
50
51 msgid ""
51 msgid ""
52 "control access to a repository using simple hooks\n"
52 "control access to a repository using simple hooks\n"
53 "\n"
53 "\n"
54 "This hook makes it possible to allow or deny write access to portions\n"
54 "This hook makes it possible to allow or deny write access to portions\n"
55 "of a repository when receiving incoming changesets.\n"
55 "of a repository when receiving incoming changesets.\n"
56 "\n"
56 "\n"
57 "The authorization is matched based on the local user name on the\n"
57 "The authorization is matched based on the local user name on the\n"
58 "system where the hook runs, and not the committer of the original\n"
58 "system where the hook runs, and not the committer of the original\n"
59 "changeset (since the latter is merely informative).\n"
59 "changeset (since the latter is merely informative).\n"
60 "\n"
60 "\n"
61 "The acl hook is best used along with a restricted shell like hgsh,\n"
61 "The acl hook is best used along with a restricted shell like hgsh,\n"
62 "preventing authenticating users from doing anything other than\n"
62 "preventing authenticating users from doing anything other than\n"
63 "pushing or pulling. The hook is not safe to use if users have\n"
63 "pushing or pulling. The hook is not safe to use if users have\n"
64 "interactive shell access, as they can then disable the hook.\n"
64 "interactive shell access, as they can then disable the hook.\n"
65 "Nor is it safe if remote users share an account, because then there\n"
65 "Nor is it safe if remote users share an account, because then there\n"
66 "is no way to distinguish them.\n"
66 "is no way to distinguish them.\n"
67 "\n"
67 "\n"
68 "To use this hook, configure the acl extension in your hgrc like this:\n"
68 "To use this hook, configure the acl extension in your hgrc like this:\n"
69 "\n"
69 "\n"
70 " [extensions]\n"
70 " [extensions]\n"
71 " hgext.acl =\n"
71 " hgext.acl =\n"
72 "\n"
72 "\n"
73 " [hooks]\n"
73 " [hooks]\n"
74 " pretxnchangegroup.acl = python:hgext.acl.hook\n"
74 " pretxnchangegroup.acl = python:hgext.acl.hook\n"
75 "\n"
75 "\n"
76 " [acl]\n"
76 " [acl]\n"
77 " # Check whether the source of incoming changes is in this list\n"
77 " # Check whether the source of incoming changes is in this list\n"
78 " # (\"serve\" == ssh or http, \"push\", \"pull\", \"bundle\")\n"
78 " # (\"serve\" == ssh or http, \"push\", \"pull\", \"bundle\")\n"
79 " sources = serve\n"
79 " sources = serve\n"
80 "\n"
80 "\n"
81 "The allow and deny sections take a subtree pattern as key (with a\n"
81 "The allow and deny sections take a subtree pattern as key (with a\n"
82 "glob syntax by default), and a comma separated list of users as\n"
82 "glob syntax by default), and a comma separated list of users as\n"
83 "the corresponding value. The deny list is checked before the allow\n"
83 "the corresponding value. The deny list is checked before the allow\n"
84 "list is.\n"
84 "list is.\n"
85 "\n"
85 "\n"
86 " [acl.allow]\n"
86 " [acl.allow]\n"
87 " # If acl.allow is not present, all users are allowed by default.\n"
87 " # If acl.allow is not present, all users are allowed by default.\n"
88 " # An empty acl.allow section means no users allowed.\n"
88 " # An empty acl.allow section means no users allowed.\n"
89 " docs/** = doc_writer\n"
89 " docs/** = doc_writer\n"
90 " .hgtags = release_engineer\n"
90 " .hgtags = release_engineer\n"
91 "\n"
91 "\n"
92 " [acl.deny]\n"
92 " [acl.deny]\n"
93 " # If acl.deny is not present, no users are refused by default.\n"
93 " # If acl.deny is not present, no users are refused by default.\n"
94 " # An empty acl.deny section means all users allowed.\n"
94 " # An empty acl.deny section means all users allowed.\n"
95 " glob pattern = user4, user5\n"
95 " glob pattern = user4, user5\n"
96 " ** = user6\n"
96 " ** = user6\n"
97 msgstr ""
97 msgstr ""
98
98
99 #, python-format
99 #, python-format
100 msgid "acl: %s not enabled\n"
100 msgid "acl: %s not enabled\n"
101 msgstr "acl: %s er ikke slået til\n"
101 msgstr "acl: %s er ikke slået til\n"
102
102
103 #, python-format
103 #, python-format
104 msgid "acl: %s enabled, %d entries for user %s\n"
104 msgid "acl: %s enabled, %d entries for user %s\n"
105 msgstr "acl: %s slået til, %d optegnelser for bruger %s\n"
105 msgstr "acl: %s slået til, %d optegnelser for bruger %s\n"
106
106
107 #, python-format
107 #, python-format
108 msgid "config error - hook type \"%s\" cannot stop incoming changesets"
108 msgid "config error - hook type \"%s\" cannot stop incoming changesets"
109 msgstr ""
109 msgstr ""
110 "konfigurationsfejl - hook type \"%s\" kan ikke stoppe indgående ændringer"
110 "konfigurationsfejl - hook type \"%s\" kan ikke stoppe indgående ændringer"
111
111
112 #, python-format
112 #, python-format
113 msgid "acl: changes have source \"%s\" - skipping\n"
113 msgid "acl: changes have source \"%s\" - skipping\n"
114 msgstr "acl: ændringer har kilde \"%s\" - springer over\n"
114 msgstr "acl: ændringer har kilde \"%s\" - springer over\n"
115
115
116 #, python-format
116 #, python-format
117 msgid "acl: user %s denied on %s\n"
117 msgid "acl: user %s denied on %s\n"
118 msgstr "acl: bruger %s nægtet adgang til %s\n"
118 msgstr "acl: bruger %s nægtet adgang til %s\n"
119
119
120 #, python-format
120 #, python-format
121 msgid "acl: access denied for changeset %s"
121 msgid "acl: access denied for changeset %s"
122 msgstr "acl: adgang nægtet til ændring %s"
122 msgstr "acl: adgang nægtet til ændring %s"
123
123
124 #, python-format
124 #, python-format
125 msgid "acl: user %s not allowed on %s\n"
125 msgid "acl: user %s not allowed on %s\n"
126 msgstr "acl: bruger %s ikke tilladt på %s\n"
126 msgstr "acl: bruger %s ikke tilladt på %s\n"
127
127
128 #, python-format
128 #, python-format
129 msgid "acl: allowing changeset %s\n"
129 msgid "acl: allowing changeset %s\n"
130 msgstr "acl: tillader ændring %s\n"
130 msgstr "acl: tillader ændring %s\n"
131
131
132 msgid ""
132 msgid ""
133 "track a line of development with movable markers\n"
133 "track a line of development with movable markers\n"
134 "\n"
134 "\n"
135 "Bookmarks are local movable markers to changesets. Every bookmark\n"
135 "Bookmarks are local movable markers to changesets. Every bookmark\n"
136 "points to a changeset identified by its hash. If you commit a\n"
136 "points to a changeset identified by its hash. If you commit a\n"
137 "changeset that is based on a changeset that has a bookmark on it,\n"
137 "changeset that is based on a changeset that has a bookmark on it,\n"
138 "the bookmark shifts to the new changeset.\n"
138 "the bookmark shifts to the new changeset.\n"
139 "\n"
139 "\n"
140 "It is possible to use bookmark names in every revision lookup\n"
140 "It is possible to use bookmark names in every revision lookup\n"
141 "(e.g. hg merge, hg update).\n"
141 "(e.g. hg merge, hg update).\n"
142 "\n"
142 "\n"
143 "By default, when several bookmarks point to the same changeset, they\n"
143 "By default, when several bookmarks point to the same changeset, they\n"
144 "will all move forward together. It is possible to obtain a more\n"
144 "will all move forward together. It is possible to obtain a more\n"
145 "git-like experience by adding the following configuration option to\n"
145 "git-like experience by adding the following configuration option to\n"
146 "your .hgrc:\n"
146 "your .hgrc:\n"
147 "\n"
147 "\n"
148 " [bookmarks]\n"
148 " [bookmarks]\n"
149 " track.current = True\n"
149 " track.current = True\n"
150 "\n"
150 "\n"
151 "This will cause Mercurial to track the bookmark that you are currently\n"
151 "This will cause Mercurial to track the bookmark that you are currently\n"
152 "using, and only update it. This is similar to git's approach to\n"
152 "using, and only update it. This is similar to git's approach to\n"
153 "branching.\n"
153 "branching.\n"
154 msgstr ""
154 msgstr ""
155
155
156 msgid ""
156 msgid ""
157 "track a line of development with movable markers\n"
157 "track a line of development with movable markers\n"
158 "\n"
158 "\n"
159 " Bookmarks are pointers to certain commits that move when\n"
159 " Bookmarks are pointers to certain commits that move when\n"
160 " committing. Bookmarks are local. They can be renamed, copied and\n"
160 " committing. Bookmarks are local. They can be renamed, copied and\n"
161 " deleted. It is possible to use bookmark names in 'hg merge' and\n"
161 " deleted. It is possible to use bookmark names in 'hg merge' and\n"
162 " 'hg update' to merge and update respectively to a given bookmark.\n"
162 " 'hg update' to merge and update respectively to a given bookmark.\n"
163 "\n"
163 "\n"
164 " You can use 'hg bookmark NAME' to set a bookmark on the working\n"
164 " You can use 'hg bookmark NAME' to set a bookmark on the working\n"
165 " directory's parent revision with the given name. If you specify\n"
165 " directory's parent revision with the given name. If you specify\n"
166 " a revision using -r REV (where REV may be an existing bookmark),\n"
166 " a revision using -r REV (where REV may be an existing bookmark),\n"
167 " the bookmark is assigned to that revision.\n"
167 " the bookmark is assigned to that revision.\n"
168 " "
168 " "
169 msgstr ""
169 msgstr ""
170
170
171 msgid "a bookmark of this name does not exist"
171 msgid "a bookmark of this name does not exist"
172 msgstr "et bogmærke med dette navn findes ikke"
172 msgstr "et bogmærke med dette navn findes ikke"
173
173
174 msgid "a bookmark of the same name already exists"
174 msgid "a bookmark of the same name already exists"
175 msgstr "et bogmærke med samme navn findes allerede"
175 msgstr "et bogmærke med samme navn findes allerede"
176
176
177 msgid "new bookmark name required"
177 msgid "new bookmark name required"
178 msgstr "nyt bogmærkenavn påkrævet"
178 msgstr "nyt bogmærkenavn påkrævet"
179
179
180 msgid "bookmark name required"
180 msgid "bookmark name required"
181 msgstr "bogmærkenavn påkrævet"
181 msgstr "bogmærkenavn påkrævet"
182
182
183 msgid "bookmark name cannot contain newlines"
183 msgid "bookmark name cannot contain newlines"
184 msgstr "bogmærkenavn kan ikke indeholde linieskift"
184 msgstr "bogmærkenavn kan ikke indeholde linieskift"
185
185
186 msgid "a bookmark cannot have the name of an existing branch"
186 msgid "a bookmark cannot have the name of an existing branch"
187 msgstr "et bogmærke kan ikke hedde det samme som en eksisterende gren"
187 msgstr "et bogmærke kan ikke hedde det samme som en eksisterende gren"
188
188
189 msgid "force"
189 msgid "force"
190 msgstr "gennemtving"
190 msgstr "gennemtving"
191
191
192 msgid "revision"
192 msgid "revision"
193 msgstr "revision"
193 msgstr "revision"
194
194
195 msgid "delete a given bookmark"
195 msgid "delete a given bookmark"
196 msgstr "slet et givent bogmærke"
196 msgstr "slet et givent bogmærke"
197
197
198 msgid "rename a given bookmark"
198 msgid "rename a given bookmark"
199 msgstr "omdøb et givet bogmærke"
199 msgstr "omdøb et givet bogmærke"
200
200
201 msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
201 msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
202 msgstr "hg bookmarks [-f] [-d] [-m NAVN] [-r REV] [NAVN]"
202 msgstr "hg bookmarks [-f] [-d] [-m NAVN] [-r REV] [NAVN]"
203
203
204 msgid ""
204 msgid ""
205 "integrate Mercurial with a Bugzilla bug tracker\n"
205 "integrate Mercurial with a Bugzilla bug tracker\n"
206 "\n"
206 "\n"
207 "This hook extension adds comments on bugs in Bugzilla when changesets\n"
207 "This hook extension adds comments on bugs in Bugzilla when changesets\n"
208 "that refer to bugs by Bugzilla ID are seen. The hook does not change\n"
208 "that refer to bugs by Bugzilla ID are seen. The hook does not change\n"
209 "bug status.\n"
209 "bug status.\n"
210 "\n"
210 "\n"
211 "The hook updates the Bugzilla database directly. Only Bugzilla\n"
211 "The hook updates the Bugzilla database directly. Only Bugzilla\n"
212 "installations using MySQL are supported.\n"
212 "installations using MySQL are supported.\n"
213 "\n"
213 "\n"
214 "The hook relies on a Bugzilla script to send bug change notification\n"
214 "The hook relies on a Bugzilla script to send bug change notification\n"
215 "emails. That script changes between Bugzilla versions; the\n"
215 "emails. That script changes between Bugzilla versions; the\n"
216 "'processmail' script used prior to 2.18 is replaced in 2.18 and\n"
216 "'processmail' script used prior to 2.18 is replaced in 2.18 and\n"
217 "subsequent versions by 'config/sendbugmail.pl'. Note that these will\n"
217 "subsequent versions by 'config/sendbugmail.pl'. Note that these will\n"
218 "be run by Mercurial as the user pushing the change; you will need to\n"
218 "be run by Mercurial as the user pushing the change; you will need to\n"
219 "ensure the Bugzilla install file permissions are set appropriately.\n"
219 "ensure the Bugzilla install file permissions are set appropriately.\n"
220 "\n"
220 "\n"
221 "Configuring the extension:\n"
221 "Configuring the extension:\n"
222 "\n"
222 "\n"
223 " [bugzilla]\n"
223 " [bugzilla]\n"
224 "\n"
224 "\n"
225 " host Hostname of the MySQL server holding the Bugzilla\n"
225 " host Hostname of the MySQL server holding the Bugzilla\n"
226 " database.\n"
226 " database.\n"
227 " db Name of the Bugzilla database in MySQL. Default 'bugs'.\n"
227 " db Name of the Bugzilla database in MySQL. Default 'bugs'.\n"
228 " user Username to use to access MySQL server. Default 'bugs'.\n"
228 " user Username to use to access MySQL server. Default 'bugs'.\n"
229 " password Password to use to access MySQL server.\n"
229 " password Password to use to access MySQL server.\n"
230 " timeout Database connection timeout (seconds). Default 5.\n"
230 " timeout Database connection timeout (seconds). Default 5.\n"
231 " version Bugzilla version. Specify '3.0' for Bugzilla versions\n"
231 " version Bugzilla version. Specify '3.0' for Bugzilla versions\n"
232 " 3.0 and later, '2.18' for Bugzilla versions from 2.18\n"
232 " 3.0 and later, '2.18' for Bugzilla versions from 2.18\n"
233 " and '2.16' for versions prior to 2.18.\n"
233 " and '2.16' for versions prior to 2.18.\n"
234 " bzuser Fallback Bugzilla user name to record comments with, if\n"
234 " bzuser Fallback Bugzilla user name to record comments with, if\n"
235 " changeset committer cannot be found as a Bugzilla user.\n"
235 " changeset committer cannot be found as a Bugzilla user.\n"
236 " bzdir Bugzilla install directory. Used by default notify.\n"
236 " bzdir Bugzilla install directory. Used by default notify.\n"
237 " Default '/var/www/html/bugzilla'.\n"
237 " Default '/var/www/html/bugzilla'.\n"
238 " notify The command to run to get Bugzilla to send bug change\n"
238 " notify The command to run to get Bugzilla to send bug change\n"
239 " notification emails. Substitutes from a map with 3\n"
239 " notification emails. Substitutes from a map with 3\n"
240 " keys, 'bzdir', 'id' (bug id) and 'user' (committer\n"
240 " keys, 'bzdir', 'id' (bug id) and 'user' (committer\n"
241 " bugzilla email). Default depends on version; from 2.18\n"
241 " bugzilla email). Default depends on version; from 2.18\n"
242 " it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n"
242 " it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n"
243 " %(id)s %(user)s\".\n"
243 " %(id)s %(user)s\".\n"
244 " regexp Regular expression to match bug IDs in changeset commit\n"
244 " regexp Regular expression to match bug IDs in changeset commit\n"
245 " message. Must contain one \"()\" group. The default\n"
245 " message. Must contain one \"()\" group. The default\n"
246 " expression matches 'Bug 1234', 'Bug no. 1234', 'Bug\n"
246 " expression matches 'Bug 1234', 'Bug no. 1234', 'Bug\n"
247 " number 1234', 'Bugs 1234,5678', 'Bug 1234 and 5678' and\n"
247 " number 1234', 'Bugs 1234,5678', 'Bug 1234 and 5678' and\n"
248 " variations thereof. Matching is case insensitive.\n"
248 " variations thereof. Matching is case insensitive.\n"
249 " style The style file to use when formatting comments.\n"
249 " style The style file to use when formatting comments.\n"
250 " template Template to use when formatting comments. Overrides\n"
250 " template Template to use when formatting comments. Overrides\n"
251 " style if specified. In addition to the usual Mercurial\n"
251 " style if specified. In addition to the usual Mercurial\n"
252 " keywords, the extension specifies:\n"
252 " keywords, the extension specifies:\n"
253 " {bug} The Bugzilla bug ID.\n"
253 " {bug} The Bugzilla bug ID.\n"
254 " {root} The full pathname of the Mercurial\n"
254 " {root} The full pathname of the Mercurial\n"
255 " repository.\n"
255 " repository.\n"
256 " {webroot} Stripped pathname of the Mercurial\n"
256 " {webroot} Stripped pathname of the Mercurial\n"
257 " repository.\n"
257 " repository.\n"
258 " {hgweb} Base URL for browsing Mercurial\n"
258 " {hgweb} Base URL for browsing Mercurial\n"
259 " repositories.\n"
259 " repositories.\n"
260 " Default 'changeset {node|short} in repo {root} refers '\n"
260 " Default 'changeset {node|short} in repo {root} refers '\n"
261 " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'\n"
261 " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'\n"
262 " strip The number of slashes to strip from the front of {root}\n"
262 " strip The number of slashes to strip from the front of {root}\n"
263 " to produce {webroot}. Default 0.\n"
263 " to produce {webroot}. Default 0.\n"
264 " usermap Path of file containing Mercurial committer ID to\n"
264 " usermap Path of file containing Mercurial committer ID to\n"
265 " Bugzilla user ID mappings. If specified, the file\n"
265 " Bugzilla user ID mappings. If specified, the file\n"
266 " should contain one mapping per line,\n"
266 " should contain one mapping per line,\n"
267 " \"committer\"=\"Bugzilla user\". See also the [usermap]\n"
267 " \"committer\"=\"Bugzilla user\". See also the [usermap]\n"
268 " section.\n"
268 " section.\n"
269 "\n"
269 "\n"
270 " [usermap]\n"
270 " [usermap]\n"
271 " Any entries in this section specify mappings of Mercurial\n"
271 " Any entries in this section specify mappings of Mercurial\n"
272 " committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n"
272 " committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n"
273 " \"committer\"=\"Bugzilla user\"\n"
273 " \"committer\"=\"Bugzilla user\"\n"
274 "\n"
274 "\n"
275 " [web]\n"
275 " [web]\n"
276 " baseurl Base URL for browsing Mercurial repositories. Reference\n"
276 " baseurl Base URL for browsing Mercurial repositories. Reference\n"
277 " from templates as {hgweb}.\n"
277 " from templates as {hgweb}.\n"
278 "\n"
278 "\n"
279 "Activating the extension:\n"
279 "Activating the extension:\n"
280 "\n"
280 "\n"
281 " [extensions]\n"
281 " [extensions]\n"
282 " hgext.bugzilla =\n"
282 " hgext.bugzilla =\n"
283 "\n"
283 "\n"
284 " [hooks]\n"
284 " [hooks]\n"
285 " # run bugzilla hook on every change pulled or pushed in here\n"
285 " # run bugzilla hook on every change pulled or pushed in here\n"
286 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
286 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
287 "\n"
287 "\n"
288 "Example configuration:\n"
288 "Example configuration:\n"
289 "\n"
289 "\n"
290 "This example configuration is for a collection of Mercurial\n"
290 "This example configuration is for a collection of Mercurial\n"
291 "repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n"
291 "repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n"
292 "installation in /opt/bugzilla-3.2.\n"
292 "installation in /opt/bugzilla-3.2.\n"
293 "\n"
293 "\n"
294 " [bugzilla]\n"
294 " [bugzilla]\n"
295 " host=localhost\n"
295 " host=localhost\n"
296 " password=XYZZY\n"
296 " password=XYZZY\n"
297 " version=3.0\n"
297 " version=3.0\n"
298 " bzuser=unknown@domain.com\n"
298 " bzuser=unknown@domain.com\n"
299 " bzdir=/opt/bugzilla-3.2\n"
299 " bzdir=/opt/bugzilla-3.2\n"
300 " template=Changeset {node|short} in {root|basename}.\\n{hgweb}/{webroot}/"
300 " template=Changeset {node|short} in {root|basename}.\\n{hgweb}/{webroot}/"
301 "rev/{node|short}\\n\\n{desc}\\n\n"
301 "rev/{node|short}\\n\\n{desc}\\n\n"
302 " strip=5\n"
302 " strip=5\n"
303 "\n"
303 "\n"
304 " [web]\n"
304 " [web]\n"
305 " baseurl=http://dev.domain.com/hg\n"
305 " baseurl=http://dev.domain.com/hg\n"
306 "\n"
306 "\n"
307 " [usermap]\n"
307 " [usermap]\n"
308 " user@emaildomain.com=user.name@bugzilladomain.com\n"
308 " user@emaildomain.com=user.name@bugzilladomain.com\n"
309 "\n"
309 "\n"
310 "Commits add a comment to the Bugzilla bug record of the form:\n"
310 "Commits add a comment to the Bugzilla bug record of the form:\n"
311 "\n"
311 "\n"
312 " Changeset 3b16791d6642 in repository-name.\n"
312 " Changeset 3b16791d6642 in repository-name.\n"
313 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
313 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
314 "\n"
314 "\n"
315 " Changeset commit comment. Bug 1234.\n"
315 " Changeset commit comment. Bug 1234.\n"
316 msgstr ""
316 msgstr ""
317
317
318 #, python-format
318 #, python-format
319 msgid "connecting to %s:%s as %s, password %s\n"
319 msgid "connecting to %s:%s as %s, password %s\n"
320 msgstr "forbinder til %s:%s som %s, kodeord %s\n"
320 msgstr "forbinder til %s:%s som %s, kodeord %s\n"
321
321
322 #, python-format
322 #, python-format
323 msgid "query: %s %s\n"
323 msgid "query: %s %s\n"
324 msgstr "forespørgsel: %s %s\n"
324 msgstr "forespørgsel: %s %s\n"
325
325
326 #, python-format
326 #, python-format
327 msgid "failed query: %s %s\n"
327 msgid "failed query: %s %s\n"
328 msgstr "fejlet forespørgsel: %s %s\n"
328 msgstr "fejlet forespørgsel: %s %s\n"
329
329
330 msgid "unknown database schema"
330 msgid "unknown database schema"
331 msgstr "ukendt databaseskema"
331 msgstr "ukendt databaseskema"
332
332
333 #, python-format
333 #, python-format
334 msgid "bug %d already knows about changeset %s\n"
334 msgid "bug %d already knows about changeset %s\n"
335 msgstr "fejl %d kender allerede til ændring %s\n"
335 msgstr "fejl %d kender allerede til ændring %s\n"
336
336
337 msgid "telling bugzilla to send mail:\n"
337 msgid "telling bugzilla to send mail:\n"
338 msgstr "beder bugzilla om at sende mail:\n"
338 msgstr "beder bugzilla om at sende mail:\n"
339
339
340 #, python-format
340 #, python-format
341 msgid " bug %s\n"
341 msgid " bug %s\n"
342 msgstr " fejl %s\n"
342 msgstr " fejl %s\n"
343
343
344 #, python-format
344 #, python-format
345 msgid "running notify command %s\n"
345 msgid "running notify command %s\n"
346 msgstr "kører notificeringskommando %s\n"
346 msgstr "kører notificeringskommando %s\n"
347
347
348 #, python-format
348 #, python-format
349 msgid "bugzilla notify command %s"
349 msgid "bugzilla notify command %s"
350 msgstr "bugzilla notificeringskommando %s"
350 msgstr "bugzilla notificeringskommando %s"
351
351
352 msgid "done\n"
352 msgid "done\n"
353 msgstr "færdig\n"
353 msgstr "færdig\n"
354
354
355 #, python-format
355 #, python-format
356 msgid "looking up user %s\n"
356 msgid "looking up user %s\n"
357 msgstr "slår bruger %s op\n"
357 msgstr "slår bruger %s op\n"
358
358
359 #, python-format
359 #, python-format
360 msgid "cannot find bugzilla user id for %s"
360 msgid "cannot find bugzilla user id for %s"
361 msgstr "kan ikke finde bugzilla bruger-id for %s"
361 msgstr "kan ikke finde bugzilla bruger-id for %s"
362
362
363 #, python-format
363 #, python-format
364 msgid "cannot find bugzilla user id for %s or %s"
364 msgid "cannot find bugzilla user id for %s or %s"
365 msgstr "kan ikke finde bugzilla bruger-id for %s eller %s"
365 msgstr "kan ikke finde bugzilla bruger-id for %s eller %s"
366
366
367 #, python-format
367 #, python-format
368 msgid "bugzilla version %s not supported"
368 msgid "bugzilla version %s not supported"
369 msgstr "bugzilla version %s ikke understøttet"
369 msgstr "bugzilla version %s ikke understøttet"
370
370
371 msgid ""
371 msgid ""
372 "changeset {node|short} in repo {root} refers to bug {bug}.\n"
372 "changeset {node|short} in repo {root} refers to bug {bug}.\n"
373 "details:\n"
373 "details:\n"
374 "\t{desc|tabindent}"
374 "\t{desc|tabindent}"
375 msgstr ""
375 msgstr ""
376
376
377 #, python-format
377 #, python-format
378 msgid "python mysql support not available: %s"
378 msgid "python mysql support not available: %s"
379 msgstr "python mysql-understøttelse ikke tilgængelig: %s"
379 msgstr "python mysql-understøttelse ikke tilgængelig: %s"
380
380
381 #, python-format
381 #, python-format
382 msgid "hook type %s does not pass a changeset id"
382 msgid "hook type %s does not pass a changeset id"
383 msgstr ""
383 msgstr ""
384
384
385 #, python-format
385 #, python-format
386 msgid "database error: %s"
386 msgid "database error: %s"
387 msgstr "databasefejl: %s"
387 msgstr "databasefejl: %s"
388
388
389 msgid "display children changesets"
389 msgid "display children changesets"
390 msgstr "vis børne-ændringer"
390 msgstr "vis børne-ændringer"
391
391
392 msgid ""
392 msgid ""
393 "show the children of the given or working directory revision\n"
393 "show the children of the given or working directory revision\n"
394 "\n"
394 "\n"
395 " Print the children of the working directory's revisions. If a\n"
395 " Print the children of the working directory's revisions. If a\n"
396 " revision is given via -r/--rev, the children of that revision will\n"
396 " revision is given via -r/--rev, the children of that revision will\n"
397 " be printed. If a file argument is given, revision in which the\n"
397 " be printed. If a file argument is given, revision in which the\n"
398 " file was last changed (after the working directory revision or the\n"
398 " file was last changed (after the working directory revision or the\n"
399 " argument to --rev if given) is printed.\n"
399 " argument to --rev if given) is printed.\n"
400 " "
400 " "
401 msgstr ""
401 msgstr ""
402 "vis børnene til arbejdskataloget eller en given revision\n"
402 "vis børnene til arbejdskataloget eller en given revision\n"
403 "\n"
403 "\n"
404 " Udskriv arbejdskatalogets børnerevisioner. Hvis en revision er\n"
404 " Udskriv arbejdskatalogets børnerevisioner. Hvis en revision er\n"
405 " angivet med -r/--rev, udskrives børnene til denne revision.\n"
405 " angivet med -r/--rev, udskrives børnene til denne revision.\n"
406 " Hvis en fil er angivet, udskrives revisionen i hvilken filen sidst\n"
406 " Hvis en fil er angivet, udskrives revisionen i hvilken filen sidst\n"
407 " blev ændret (efter arbejdskatalogets revision eller argumentet til\n"
407 " blev ændret (efter arbejdskatalogets revision eller argumentet til\n"
408 " --rev, hvis givet).\n"
408 " --rev, hvis givet).\n"
409 " "
409 " "
410
410
411 msgid "show children of the specified revision"
411 msgid "show children of the specified revision"
412 msgstr "vis børn af den givne revision"
412 msgstr "vis børn af den givne revision"
413
413
414 msgid "hg children [-r REV] [FILE]"
414 msgid "hg children [-r REV] [FILE]"
415 msgstr "hg children [-r REV] [FIL]"
415 msgstr "hg children [-r REV] [FIL]"
416
416
417 msgid "display statistics about repository history"
417 msgid "display statistics about repository history"
418 msgstr "vis statistikker om revisionshistorikken"
418 msgstr "vis statistikker om revisionshistorikken"
419
419
420 #, python-format
420 #, python-format
421 msgid "Revision %d is a merge, ignoring...\n"
421 msgid "Revision %d is a merge, ignoring...\n"
422 msgstr "Revision %d er en sammenføjning; ignorerer...\n"
422 msgstr "Revision %d er en sammenføjning; ignorerer...\n"
423
423
424 #, python-format
424 #, python-format
425 msgid "generating stats: %d%%"
425 msgid "generating stats: %d%%"
426 msgstr "genererer statistik: %d%%"
426 msgstr "genererer statistik: %d%%"
427
427
428 msgid ""
428 msgid ""
429 "histogram of changes to the repository\n"
429 "histogram of changes to the repository\n"
430 "\n"
430 "\n"
431 " This command will display a histogram representing the number\n"
431 " This command will display a histogram representing the number\n"
432 " of changed lines or revisions, grouped according to the given\n"
432 " of changed lines or revisions, grouped according to the given\n"
433 " template. The default template will group changes by author.\n"
433 " template. The default template will group changes by author.\n"
434 " The --dateformat option may be used to group the results by\n"
434 " The --dateformat option may be used to group the results by\n"
435 " date instead.\n"
435 " date instead.\n"
436 "\n"
436 "\n"
437 " Statistics are based on the number of changed lines, or\n"
437 " Statistics are based on the number of changed lines, or\n"
438 " alternatively the number of matching revisions if the\n"
438 " alternatively the number of matching revisions if the\n"
439 " --changesets option is specified.\n"
439 " --changesets option is specified.\n"
440 "\n"
440 "\n"
441 " Examples:\n"
441 " Examples:\n"
442 "\n"
442 "\n"
443 " # display count of changed lines for every committer\n"
443 " # display count of changed lines for every committer\n"
444 " hg churn -t '{author|email}'\n"
444 " hg churn -t '{author|email}'\n"
445 "\n"
445 "\n"
446 " # display daily activity graph\n"
446 " # display daily activity graph\n"
447 " hg churn -f '%H' -s -c\n"
447 " hg churn -f '%H' -s -c\n"
448 "\n"
448 "\n"
449 " # display activity of developers by month\n"
449 " # display activity of developers by month\n"
450 " hg churn -f '%Y-%m' -s -c\n"
450 " hg churn -f '%Y-%m' -s -c\n"
451 "\n"
451 "\n"
452 " # display count of lines changed in every year\n"
452 " # display count of lines changed in every year\n"
453 " hg churn -f '%Y' -s\n"
453 " hg churn -f '%Y' -s\n"
454 "\n"
454 "\n"
455 " It is possible to map alternate email addresses to a main address\n"
455 " It is possible to map alternate email addresses to a main address\n"
456 " by providing a file using the following format:\n"
456 " by providing a file using the following format:\n"
457 "\n"
457 "\n"
458 " <alias email> <actual email>\n"
458 " <alias email> <actual email>\n"
459 "\n"
459 "\n"
460 " Such a file may be specified with the --aliases option, otherwise a\n"
460 " Such a file may be specified with the --aliases option, otherwise a\n"
461 " .hgchurn file will be looked for in the working directory root.\n"
461 " .hgchurn file will be looked for in the working directory root.\n"
462 " "
462 " "
463 msgstr ""
463 msgstr ""
464 "histogram over ændringer i depotet\n"
464 "histogram over ændringer i depotet\n"
465 "\n"
465 "\n"
466 " Denne kommando vil vise et histogram som repræsenterer antallet af\n"
466 " Denne kommando vil vise et histogram som repræsenterer antallet af\n"
467 " ændrede linier eller revisioner, grupperet efter en given\n"
467 " ændrede linier eller revisioner, grupperet efter en given\n"
468 " skabelon. Standardskabelonen vil gruppere ændringer efter\n"
468 " skabelon. Standardskabelonen vil gruppere ændringer efter\n"
469 " forfatter. Med --dateformat tilvalget kan resultaterne i stedet\n"
469 " forfatter. Med --dateformat tilvalget kan resultaterne i stedet\n"
470 " grupperes efter dato.\n"
470 " grupperes efter dato.\n"
471 "\n"
471 "\n"
472 " Statistikken er basseret på antallet af ændrede linier eller\n"
472 " Statistikken er basseret på antallet af ændrede linier eller\n"
473 " alternativt på antallet af matchende revisioner, hvis --changesets\n"
473 " alternativt på antallet af matchende revisioner, hvis --changesets\n"
474 " tilvalget er specificeret.\n"
474 " tilvalget er specificeret.\n"
475 "\n"
475 "\n"
476 " Eksempler:\n"
476 " Eksempler:\n"
477 "\n"
477 "\n"
478 " # viser antaller af ændrede linier for hver bruger\n"
478 " # viser antaller af ændrede linier for hver bruger\n"
479 " hg churn -t '{author|email}'\n"
479 " hg churn -t '{author|email}'\n"
480 "\n"
480 "\n"
481 " # viser graf over daglig aktivitet\n"
481 " # viser graf over daglig aktivitet\n"
482 " hg churn -f '%H' -s -c\n"
482 " hg churn -f '%H' -s -c\n"
483 "\n"
483 "\n"
484 " # viser månedlig aktivitet af udviklerne\n"
484 " # viser månedlig aktivitet af udviklerne\n"
485 " hg churn -f '%Y-%m' -s -c\n"
485 " hg churn -f '%Y-%m' -s -c\n"
486 "\n"
486 "\n"
487 " # viser antallet af linier ændret hvert år\n"
487 " # viser antallet af linier ændret hvert år\n"
488 " hg churn -f '%Y' -s\n"
488 " hg churn -f '%Y' -s\n"
489 "\n"
489 "\n"
490 " Det er muligt at afbilde alternative e-mail-adresser til\n"
490 " Det er muligt at afbilde alternative e-mail-adresser til\n"
491 " hoved-adresser ved at bruge en fil med følgende format:\n"
491 " hoved-adresser ved at bruge en fil med følgende format:\n"
492 "\n"
492 "\n"
493 " <alias email> <faktisk email>\n"
493 " <alias email> <faktisk email>\n"
494 "\n"
494 "\n"
495 " En sådan fil kan angivet med --aliases tilvalget. Som standard\n"
495 " En sådan fil kan angivet med --aliases tilvalget. Som standard\n"
496 " bruges .hgchurn i arbejdskatalogets rod, hvis denne findes.\n"
496 " bruges .hgchurn i arbejdskatalogets rod, hvis denne findes.\n"
497 " "
497 " "
498
498
499 #, python-format
499 #, python-format
500 msgid "assuming %i character terminal\n"
500 msgid "assuming %i character terminal\n"
501 msgstr "antager %i-tegn terminal\n"
501 msgstr "antager %i-tegn terminal\n"
502
502
503 msgid "count rate for the specified revision or range"
503 msgid "count rate for the specified revision or range"
504 msgstr "lav statistik for de specificerede revisioner"
504 msgstr "lav statistik for de specificerede revisioner"
505
505
506 msgid "count rate for revisions matching date spec"
506 msgid "count rate for revisions matching date spec"
507 msgstr "lav statistik for revisioner som matcher dato specifikationen"
507 msgstr "lav statistik for revisioner som matcher dato specifikationen"
508
508
509 msgid "template to group changesets"
509 msgid "template to group changesets"
510 msgstr "skabelon for gruppering af ændringer"
510 msgstr "skabelon for gruppering af ændringer"
511
511
512 msgid "strftime-compatible format for grouping by date"
512 msgid "strftime-compatible format for grouping by date"
513 msgstr "strftime-kompatibelt format til gruppering efter dato"
513 msgstr "strftime-kompatibelt format til gruppering efter dato"
514
514
515 msgid "count rate by number of changesets"
515 msgid "count rate by number of changesets"
516 msgstr "lav statistik efter antallet af ændringer"
516 msgstr "lav statistik efter antallet af ændringer"
517
517
518 msgid "sort by key (default: sort by count)"
518 msgid "sort by key (default: sort by count)"
519 msgstr "sorter efter nøgle (standard: sorter efter antal)"
519 msgstr "sorter efter nøgle (standard: sorter efter antal)"
520
520
521 msgid "file with email aliases"
521 msgid "file with email aliases"
522 msgstr "fil med email-aliaser"
522 msgstr "fil med email-aliaser"
523
523
524 msgid "show progress"
524 msgid "show progress"
525 msgstr "vis fremskridt"
525 msgstr "vis fremskridt"
526
526
527 msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]"
527 msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]"
528 msgstr "hg churn [-d DATO] [-r REV] [--aliases FIL] [--progress] [FIL]"
528 msgstr "hg churn [-d DATO] [-r REV] [--aliases FIL] [--progress] [FIL]"
529
529
530 msgid ""
530 msgid ""
531 "colorize output from some commands\n"
531 "colorize output from some commands\n"
532 "\n"
532 "\n"
533 "This extension modifies the status command to add color to its output\n"
533 "This extension modifies the status command to add color to its output\n"
534 "to reflect file status, the qseries command to add color to reflect\n"
534 "to reflect file status, the qseries command to add color to reflect\n"
535 "patch status (applied, unapplied, missing), and to diff-related\n"
535 "patch status (applied, unapplied, missing), and to diff-related\n"
536 "commands to highlight additions, removals, diff headers, and trailing\n"
536 "commands to highlight additions, removals, diff headers, and trailing\n"
537 "whitespace.\n"
537 "whitespace.\n"
538 "\n"
538 "\n"
539 "Other effects in addition to color, like bold and underlined text, are\n"
539 "Other effects in addition to color, like bold and underlined text, are\n"
540 "also available. Effects are rendered with the ECMA-48 SGR control\n"
540 "also available. Effects are rendered with the ECMA-48 SGR control\n"
541 "function (aka ANSI escape codes). This module also provides the\n"
541 "function (aka ANSI escape codes). This module also provides the\n"
542 "render_text function, which can be used to add effects to any text.\n"
542 "render_text function, which can be used to add effects to any text.\n"
543 "\n"
543 "\n"
544 "Default effects may be overridden from the .hgrc file:\n"
544 "Default effects may be overridden from the .hgrc file:\n"
545 "\n"
545 "\n"
546 "[color]\n"
546 "[color]\n"
547 "status.modified = blue bold underline red_background\n"
547 "status.modified = blue bold underline red_background\n"
548 "status.added = green bold\n"
548 "status.added = green bold\n"
549 "status.removed = red bold blue_background\n"
549 "status.removed = red bold blue_background\n"
550 "status.deleted = cyan bold underline\n"
550 "status.deleted = cyan bold underline\n"
551 "status.unknown = magenta bold underline\n"
551 "status.unknown = magenta bold underline\n"
552 "status.ignored = black bold\n"
552 "status.ignored = black bold\n"
553 "\n"
553 "\n"
554 "# 'none' turns off all effects\n"
554 "# 'none' turns off all effects\n"
555 "status.clean = none\n"
555 "status.clean = none\n"
556 "status.copied = none\n"
556 "status.copied = none\n"
557 "\n"
557 "\n"
558 "qseries.applied = blue bold underline\n"
558 "qseries.applied = blue bold underline\n"
559 "qseries.unapplied = black bold\n"
559 "qseries.unapplied = black bold\n"
560 "qseries.missing = red bold\n"
560 "qseries.missing = red bold\n"
561 "\n"
561 "\n"
562 "diff.diffline = bold\n"
562 "diff.diffline = bold\n"
563 "diff.extended = cyan bold\n"
563 "diff.extended = cyan bold\n"
564 "diff.file_a = red bold\n"
564 "diff.file_a = red bold\n"
565 "diff.file_b = green bold\n"
565 "diff.file_b = green bold\n"
566 "diff.hunk = magenta\n"
566 "diff.hunk = magenta\n"
567 "diff.deleted = red\n"
567 "diff.deleted = red\n"
568 "diff.inserted = green\n"
568 "diff.inserted = green\n"
569 "diff.changed = white\n"
569 "diff.changed = white\n"
570 "diff.trailingwhitespace = bold red_background\n"
570 "diff.trailingwhitespace = bold red_background\n"
571 msgstr ""
571 msgstr ""
572
572
573 msgid "when to colorize (always, auto, or never)"
573 msgid "when to colorize (always, auto, or never)"
574 msgstr "hvornår der skal farvelægges (altid, automatisk eller aldrig)"
574 msgstr "hvornår der skal farvelægges (altid, automatisk eller aldrig)"
575
575
576 msgid "don't colorize output"
576 msgid "don't colorize output"
577 msgstr "farvelæg ikke output"
577 msgstr "farvelæg ikke output"
578
578
579 msgid "import from foreign VCS repositories into Mercurial"
579 msgid "import from foreign VCS repositories into Mercurial"
580 msgstr "importer fra fremmede VCS depoter ind i Mercurial"
580 msgstr "importer fra fremmede VCS depoter ind i Mercurial"
581
581
582 msgid ""
582 msgid ""
583 "convert a foreign SCM repository to a Mercurial one.\n"
583 "convert a foreign SCM repository to a Mercurial one.\n"
584 "\n"
584 "\n"
585 " Accepted source formats [identifiers]:\n"
585 " Accepted source formats [identifiers]:\n"
586 " - Mercurial [hg]\n"
586 " - Mercurial [hg]\n"
587 " - CVS [cvs]\n"
587 " - CVS [cvs]\n"
588 " - Darcs [darcs]\n"
588 " - Darcs [darcs]\n"
589 " - git [git]\n"
589 " - git [git]\n"
590 " - Subversion [svn]\n"
590 " - Subversion [svn]\n"
591 " - Monotone [mtn]\n"
591 " - Monotone [mtn]\n"
592 " - GNU Arch [gnuarch]\n"
592 " - GNU Arch [gnuarch]\n"
593 " - Bazaar [bzr]\n"
593 " - Bazaar [bzr]\n"
594 " - Perforce [p4]\n"
594 " - Perforce [p4]\n"
595 "\n"
595 "\n"
596 " Accepted destination formats [identifiers]:\n"
596 " Accepted destination formats [identifiers]:\n"
597 " - Mercurial [hg]\n"
597 " - Mercurial [hg]\n"
598 " - Subversion [svn] (history on branches is not preserved)\n"
598 " - Subversion [svn] (history on branches is not preserved)\n"
599 "\n"
599 "\n"
600 " If no revision is given, all revisions will be converted.\n"
600 " If no revision is given, all revisions will be converted.\n"
601 " Otherwise, convert will only import up to the named revision\n"
601 " Otherwise, convert will only import up to the named revision\n"
602 " (given in a format understood by the source).\n"
602 " (given in a format understood by the source).\n"
603 "\n"
603 "\n"
604 " If no destination directory name is specified, it defaults to the\n"
604 " If no destination directory name is specified, it defaults to the\n"
605 " basename of the source with '-hg' appended. If the destination\n"
605 " basename of the source with '-hg' appended. If the destination\n"
606 " repository doesn't exist, it will be created.\n"
606 " repository doesn't exist, it will be created.\n"
607 "\n"
607 "\n"
608 " By default, all sources except Mercurial will use\n"
608 " By default, all sources except Mercurial will use\n"
609 " --branchsort. Mercurial uses --sourcesort to preserve original\n"
609 " --branchsort. Mercurial uses --sourcesort to preserve original\n"
610 " revision numbers order. Sort modes have the following effects:\n"
610 " revision numbers order. Sort modes have the following effects:\n"
611 " --branchsort: convert from parent to child revision when\n"
611 " --branchsort: convert from parent to child revision when\n"
612 " possible, which means branches are usually converted one after\n"
612 " possible, which means branches are usually converted one after\n"
613 " the other. It generates more compact repositories.\n"
613 " the other. It generates more compact repositories.\n"
614 " --datesort: sort revisions by date. Converted repositories have\n"
614 " --datesort: sort revisions by date. Converted repositories have\n"
615 " good-looking changelogs but are often an order of magnitude\n"
615 " good-looking changelogs but are often an order of magnitude\n"
616 " larger than the same ones generated by --branchsort.\n"
616 " larger than the same ones generated by --branchsort.\n"
617 " --sourcesort: try to preserve source revisions order, only\n"
617 " --sourcesort: try to preserve source revisions order, only\n"
618 " supported by Mercurial sources.\n"
618 " supported by Mercurial sources.\n"
619 "\n"
619 "\n"
620 " If <REVMAP> isn't given, it will be put in a default location\n"
620 " If <REVMAP> isn't given, it will be put in a default location\n"
621 " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n"
621 " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n"
622 " that maps each source commit ID to the destination ID for that\n"
622 " that maps each source commit ID to the destination ID for that\n"
623 " revision, like so:\n"
623 " revision, like so:\n"
624 " <source ID> <destination ID>\n"
624 " <source ID> <destination ID>\n"
625 "\n"
625 "\n"
626 " If the file doesn't exist, it's automatically created. It's\n"
626 " If the file doesn't exist, it's automatically created. It's\n"
627 " updated on each commit copied, so convert-repo can be interrupted\n"
627 " updated on each commit copied, so convert-repo can be interrupted\n"
628 " and can be run repeatedly to copy new commits.\n"
628 " and can be run repeatedly to copy new commits.\n"
629 "\n"
629 "\n"
630 " The [username mapping] file is a simple text file that maps each\n"
630 " The [username mapping] file is a simple text file that maps each\n"
631 " source commit author to a destination commit author. It is handy\n"
631 " source commit author to a destination commit author. It is handy\n"
632 " for source SCMs that use unix logins to identify authors (eg:\n"
632 " for source SCMs that use unix logins to identify authors (eg:\n"
633 " CVS). One line per author mapping and the line format is:\n"
633 " CVS). One line per author mapping and the line format is:\n"
634 " srcauthor=whatever string you want\n"
634 " srcauthor=whatever string you want\n"
635 "\n"
635 "\n"
636 " The filemap is a file that allows filtering and remapping of files\n"
636 " The filemap is a file that allows filtering and remapping of files\n"
637 " and directories. Comment lines start with '#'. Each line can\n"
637 " and directories. Comment lines start with '#'. Each line can\n"
638 " contain one of the following directives:\n"
638 " contain one of the following directives:\n"
639 "\n"
639 "\n"
640 " include path/to/file\n"
640 " include path/to/file\n"
641 "\n"
641 "\n"
642 " exclude path/to/file\n"
642 " exclude path/to/file\n"
643 "\n"
643 "\n"
644 " rename from/file to/file\n"
644 " rename from/file to/file\n"
645 "\n"
645 "\n"
646 " The 'include' directive causes a file, or all files under a\n"
646 " The 'include' directive causes a file, or all files under a\n"
647 " directory, to be included in the destination repository, and the\n"
647 " directory, to be included in the destination repository, and the\n"
648 " exclusion of all other files and directories not explicitly included.\n"
648 " exclusion of all other files and directories not explicitly included.\n"
649 " The 'exclude' directive causes files or directories to be omitted.\n"
649 " The 'exclude' directive causes files or directories to be omitted.\n"
650 " The 'rename' directive renames a file or directory. To rename from\n"
650 " The 'rename' directive renames a file or directory. To rename from\n"
651 " a subdirectory into the root of the repository, use '.' as the\n"
651 " a subdirectory into the root of the repository, use '.' as the\n"
652 " path to rename to.\n"
652 " path to rename to.\n"
653 "\n"
653 "\n"
654 " The splicemap is a file that allows insertion of synthetic\n"
654 " The splicemap is a file that allows insertion of synthetic\n"
655 " history, letting you specify the parents of a revision. This is\n"
655 " history, letting you specify the parents of a revision. This is\n"
656 " useful if you want to e.g. give a Subversion merge two parents, or\n"
656 " useful if you want to e.g. give a Subversion merge two parents, or\n"
657 " graft two disconnected series of history together. Each entry\n"
657 " graft two disconnected series of history together. Each entry\n"
658 " contains a key, followed by a space, followed by one or two\n"
658 " contains a key, followed by a space, followed by one or two\n"
659 " comma-separated values. The key is the revision ID in the source\n"
659 " comma-separated values. The key is the revision ID in the source\n"
660 " revision control system whose parents should be modified (same\n"
660 " revision control system whose parents should be modified (same\n"
661 " format as a key in .hg/shamap). The values are the revision IDs\n"
661 " format as a key in .hg/shamap). The values are the revision IDs\n"
662 " (in either the source or destination revision control system) that\n"
662 " (in either the source or destination revision control system) that\n"
663 " should be used as the new parents for that node.\n"
663 " should be used as the new parents for that node.\n"
664 "\n"
664 "\n"
665 " The branchmap is a file that allows you to rename a branch when it is\n"
665 " The branchmap is a file that allows you to rename a branch when it is\n"
666 " being brought in from whatever external repository. When used in\n"
666 " being brought in from whatever external repository. When used in\n"
667 " conjunction with a splicemap, it allows for a powerful combination\n"
667 " conjunction with a splicemap, it allows for a powerful combination\n"
668 " to help fix even the most badly mismanaged repositories and turn them\n"
668 " to help fix even the most badly mismanaged repositories and turn them\n"
669 " into nicely structured Mercurial repositories. The branchmap contains\n"
669 " into nicely structured Mercurial repositories. The branchmap contains\n"
670 " lines of the form \"original_branch_name new_branch_name\".\n"
670 " lines of the form \"original_branch_name new_branch_name\".\n"
671 " \"original_branch_name\" is the name of the branch in the source\n"
671 " \"original_branch_name\" is the name of the branch in the source\n"
672 " repository, and \"new_branch_name\" is the name of the branch is the\n"
672 " repository, and \"new_branch_name\" is the name of the branch is the\n"
673 " destination repository. This can be used to (for instance) move code\n"
673 " destination repository. This can be used to (for instance) move code\n"
674 " in one repository from \"default\" to a named branch.\n"
674 " in one repository from \"default\" to a named branch.\n"
675 "\n"
675 "\n"
676 " Mercurial Source\n"
676 " Mercurial Source\n"
677 " -----------------\n"
677 " -----------------\n"
678 "\n"
678 "\n"
679 " --config convert.hg.ignoreerrors=False (boolean)\n"
679 " --config convert.hg.ignoreerrors=False (boolean)\n"
680 " ignore integrity errors when reading. Use it to fix Mercurial\n"
680 " ignore integrity errors when reading. Use it to fix Mercurial\n"
681 " repositories with missing revlogs, by converting from and to\n"
681 " repositories with missing revlogs, by converting from and to\n"
682 " Mercurial.\n"
682 " Mercurial.\n"
683 " --config convert.hg.saverev=False (boolean)\n"
683 " --config convert.hg.saverev=False (boolean)\n"
684 " store original revision ID in changeset (forces target IDs to\n"
684 " store original revision ID in changeset (forces target IDs to\n"
685 " change)\n"
685 " change)\n"
686 " --config convert.hg.startrev=0 (hg revision identifier)\n"
686 " --config convert.hg.startrev=0 (hg revision identifier)\n"
687 " convert start revision and its descendants\n"
687 " convert start revision and its descendants\n"
688 "\n"
688 "\n"
689 " CVS Source\n"
689 " CVS Source\n"
690 " ----------\n"
690 " ----------\n"
691 "\n"
691 "\n"
692 " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
692 " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
693 " to indicate the starting point of what will be converted. Direct\n"
693 " to indicate the starting point of what will be converted. Direct\n"
694 " access to the repository files is not needed, unless of course the\n"
694 " access to the repository files is not needed, unless of course the\n"
695 " repository is :local:. The conversion uses the top level directory\n"
695 " repository is :local:. The conversion uses the top level directory\n"
696 " in the sandbox to find the CVS repository, and then uses CVS rlog\n"
696 " in the sandbox to find the CVS repository, and then uses CVS rlog\n"
697 " commands to find files to convert. This means that unless a\n"
697 " commands to find files to convert. This means that unless a\n"
698 " filemap is given, all files under the starting directory will be\n"
698 " filemap is given, all files under the starting directory will be\n"
699 " converted, and that any directory reorganization in the CVS\n"
699 " converted, and that any directory reorganization in the CVS\n"
700 " sandbox is ignored.\n"
700 " sandbox is ignored.\n"
701 "\n"
701 "\n"
702 " Because CVS does not have changesets, it is necessary to collect\n"
702 " Because CVS does not have changesets, it is necessary to collect\n"
703 " individual commits to CVS and merge them into changesets. CVS\n"
703 " individual commits to CVS and merge them into changesets. CVS\n"
704 " source uses its internal changeset merging code by default but can\n"
704 " source uses its internal changeset merging code by default but can\n"
705 " be configured to call the external 'cvsps' program by setting:\n"
705 " be configured to call the external 'cvsps' program by setting:\n"
706 " --config convert.cvsps='cvsps -A -u --cvs-direct -q'\n"
706 " --config convert.cvsps='cvsps -A -u --cvs-direct -q'\n"
707 " This option is deprecated and will be removed in Mercurial 1.4.\n"
707 " This option is deprecated and will be removed in Mercurial 1.4.\n"
708 "\n"
708 "\n"
709 " The options shown are the defaults.\n"
709 " The options shown are the defaults.\n"
710 "\n"
710 "\n"
711 " Internal cvsps is selected by setting\n"
711 " Internal cvsps is selected by setting\n"
712 " --config convert.cvsps=builtin\n"
712 " --config convert.cvsps=builtin\n"
713 " and has a few more configurable options:\n"
713 " and has a few more configurable options:\n"
714 " --config convert.cvsps.cache=True (boolean)\n"
714 " --config convert.cvsps.cache=True (boolean)\n"
715 " Set to False to disable remote log caching, for testing and\n"
715 " Set to False to disable remote log caching, for testing and\n"
716 " debugging purposes.\n"
716 " debugging purposes.\n"
717 " --config convert.cvsps.fuzz=60 (integer)\n"
717 " --config convert.cvsps.fuzz=60 (integer)\n"
718 " Specify the maximum time (in seconds) that is allowed\n"
718 " Specify the maximum time (in seconds) that is allowed\n"
719 " between commits with identical user and log message in a\n"
719 " between commits with identical user and log message in a\n"
720 " single changeset. When very large files were checked in as\n"
720 " single changeset. When very large files were checked in as\n"
721 " part of a changeset then the default may not be long\n"
721 " part of a changeset then the default may not be long\n"
722 " enough.\n"
722 " enough.\n"
723 " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
723 " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
724 " Specify a regular expression to which commit log messages\n"
724 " Specify a regular expression to which commit log messages\n"
725 " are matched. If a match occurs, then the conversion\n"
725 " are matched. If a match occurs, then the conversion\n"
726 " process will insert a dummy revision merging the branch on\n"
726 " process will insert a dummy revision merging the branch on\n"
727 " which this log message occurs to the branch indicated in\n"
727 " which this log message occurs to the branch indicated in\n"
728 " the regex.\n"
728 " the regex.\n"
729 " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
729 " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
730 " Specify a regular expression to which commit log messages\n"
730 " Specify a regular expression to which commit log messages\n"
731 " are matched. If a match occurs, then the conversion\n"
731 " are matched. If a match occurs, then the conversion\n"
732 " process will add the most recent revision on the branch\n"
732 " process will add the most recent revision on the branch\n"
733 " indicated in the regex as the second parent of the\n"
733 " indicated in the regex as the second parent of the\n"
734 " changeset.\n"
734 " changeset.\n"
735 "\n"
735 "\n"
736 " The hgext/convert/cvsps wrapper script allows the builtin\n"
736 " The hgext/convert/cvsps wrapper script allows the builtin\n"
737 " changeset merging code to be run without doing a conversion. Its\n"
737 " changeset merging code to be run without doing a conversion. Its\n"
738 " parameters and output are similar to that of cvsps 2.1.\n"
738 " parameters and output are similar to that of cvsps 2.1.\n"
739 "\n"
739 "\n"
740 " Subversion Source\n"
740 " Subversion Source\n"
741 " -----------------\n"
741 " -----------------\n"
742 "\n"
742 "\n"
743 " Subversion source detects classical trunk/branches/tags layouts.\n"
743 " Subversion source detects classical trunk/branches/tags layouts.\n"
744 " By default, the supplied \"svn://repo/path/\" source URL is\n"
744 " By default, the supplied \"svn://repo/path/\" source URL is\n"
745 " converted as a single branch. If \"svn://repo/path/trunk\" exists it\n"
745 " converted as a single branch. If \"svn://repo/path/trunk\" exists it\n"
746 " replaces the default branch. If \"svn://repo/path/branches\" exists,\n"
746 " replaces the default branch. If \"svn://repo/path/branches\" exists,\n"
747 " its subdirectories are listed as possible branches. If\n"
747 " its subdirectories are listed as possible branches. If\n"
748 " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
748 " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
749 " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
749 " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
750 " can be overridden with following options. Set them to paths\n"
750 " can be overridden with following options. Set them to paths\n"
751 " relative to the source URL, or leave them blank to disable auto\n"
751 " relative to the source URL, or leave them blank to disable auto\n"
752 " detection.\n"
752 " detection.\n"
753 "\n"
753 "\n"
754 " --config convert.svn.branches=branches (directory name)\n"
754 " --config convert.svn.branches=branches (directory name)\n"
755 " specify the directory containing branches\n"
755 " specify the directory containing branches\n"
756 " --config convert.svn.tags=tags (directory name)\n"
756 " --config convert.svn.tags=tags (directory name)\n"
757 " specify the directory containing tags\n"
757 " specify the directory containing tags\n"
758 " --config convert.svn.trunk=trunk (directory name)\n"
758 " --config convert.svn.trunk=trunk (directory name)\n"
759 " specify the name of the trunk branch\n"
759 " specify the name of the trunk branch\n"
760 "\n"
760 "\n"
761 " Source history can be retrieved starting at a specific revision,\n"
761 " Source history can be retrieved starting at a specific revision,\n"
762 " instead of being integrally converted. Only single branch\n"
762 " instead of being integrally converted. Only single branch\n"
763 " conversions are supported.\n"
763 " conversions are supported.\n"
764 "\n"
764 "\n"
765 " --config convert.svn.startrev=0 (svn revision number)\n"
765 " --config convert.svn.startrev=0 (svn revision number)\n"
766 " specify start Subversion revision.\n"
766 " specify start Subversion revision.\n"
767 "\n"
767 "\n"
768 " Perforce Source\n"
768 " Perforce Source\n"
769 " ---------------\n"
769 " ---------------\n"
770 "\n"
770 "\n"
771 " The Perforce (P4) importer can be given a p4 depot path or a\n"
771 " The Perforce (P4) importer can be given a p4 depot path or a\n"
772 " client specification as source. It will convert all files in the\n"
772 " client specification as source. It will convert all files in the\n"
773 " source to a flat Mercurial repository, ignoring labels, branches\n"
773 " source to a flat Mercurial repository, ignoring labels, branches\n"
774 " and integrations. Note that when a depot path is given you then\n"
774 " and integrations. Note that when a depot path is given you then\n"
775 " usually should specify a target directory, because otherwise the\n"
775 " usually should specify a target directory, because otherwise the\n"
776 " target may be named ...-hg.\n"
776 " target may be named ...-hg.\n"
777 "\n"
777 "\n"
778 " It is possible to limit the amount of source history to be\n"
778 " It is possible to limit the amount of source history to be\n"
779 " converted by specifying an initial Perforce revision.\n"
779 " converted by specifying an initial Perforce revision.\n"
780 "\n"
780 "\n"
781 " --config convert.p4.startrev=0 (perforce changelist number)\n"
781 " --config convert.p4.startrev=0 (perforce changelist number)\n"
782 " specify initial Perforce revision.\n"
782 " specify initial Perforce revision.\n"
783 "\n"
783 "\n"
784 "\n"
784 "\n"
785 " Mercurial Destination\n"
785 " Mercurial Destination\n"
786 " ---------------------\n"
786 " ---------------------\n"
787 "\n"
787 "\n"
788 " --config convert.hg.clonebranches=False (boolean)\n"
788 " --config convert.hg.clonebranches=False (boolean)\n"
789 " dispatch source branches in separate clones.\n"
789 " dispatch source branches in separate clones.\n"
790 " --config convert.hg.tagsbranch=default (branch name)\n"
790 " --config convert.hg.tagsbranch=default (branch name)\n"
791 " tag revisions branch name\n"
791 " tag revisions branch name\n"
792 " --config convert.hg.usebranchnames=True (boolean)\n"
792 " --config convert.hg.usebranchnames=True (boolean)\n"
793 " preserve branch names\n"
793 " preserve branch names\n"
794 "\n"
794 "\n"
795 " "
795 " "
796 msgstr ""
796 msgstr ""
797
797
798 msgid ""
798 msgid ""
799 "create changeset information from CVS\n"
799 "create changeset information from CVS\n"
800 "\n"
800 "\n"
801 " This command is intended as a debugging tool for the CVS to\n"
801 " This command is intended as a debugging tool for the CVS to\n"
802 " Mercurial converter, and can be used as a direct replacement for\n"
802 " Mercurial converter, and can be used as a direct replacement for\n"
803 " cvsps.\n"
803 " cvsps.\n"
804 "\n"
804 "\n"
805 " Hg debugcvsps reads the CVS rlog for current directory (or any\n"
805 " Hg debugcvsps reads the CVS rlog for current directory (or any\n"
806 " named directory) in the CVS repository, and converts the log to a\n"
806 " named directory) in the CVS repository, and converts the log to a\n"
807 " series of changesets based on matching commit log entries and\n"
807 " series of changesets based on matching commit log entries and\n"
808 " dates."
808 " dates."
809 msgstr ""
809 msgstr ""
810
810
811 msgid "username mapping filename"
811 msgid "username mapping filename"
812 msgstr "brugernavnsafbildningsfilnavn"
812 msgstr "brugernavnsafbildningsfilnavn"
813
813
814 msgid "destination repository type"
814 msgid "destination repository type"
815 msgstr "type for destinations repository"
815 msgstr "type for destinations repository"
816
816
817 msgid "remap file names using contents of file"
817 msgid "remap file names using contents of file"
818 msgstr "konverter filnavne ved brug af filindhold"
818 msgstr "konverter filnavne ved brug af filindhold"
819
819
820 msgid "import up to target revision REV"
820 msgid "import up to target revision REV"
821 msgstr "importer op til revision REV"
821 msgstr "importer op til revision REV"
822
822
823 msgid "source repository type"
823 msgid "source repository type"
824 msgstr "kildedepotstype"
824 msgstr "kildedepotstype"
825
825
826 msgid "splice synthesized history into place"
826 msgid "splice synthesized history into place"
827 msgstr "ind-splejs syntetisk historie"
827 msgstr "ind-splejs syntetisk historie"
828
828
829 msgid "change branch names while converting"
829 msgid "change branch names while converting"
830 msgstr "omdøb grene under konverteringen"
830 msgstr "omdøb grene under konverteringen"
831
831
832 msgid "try to sort changesets by branches"
832 msgid "try to sort changesets by branches"
833 msgstr "forsøg at sortere ændringer efter gren"
833 msgstr "forsøg at sortere ændringer efter gren"
834
834
835 msgid "try to sort changesets by date"
835 msgid "try to sort changesets by date"
836 msgstr "forsøg at sortere ændringer efter dato"
836 msgstr "forsøg at sortere ændringer efter dato"
837
837
838 msgid "preserve source changesets order"
838 msgid "preserve source changesets order"
839 msgstr "bevar kildeændringerne ordning"
839 msgstr "bevar kildeændringerne ordning"
840
840
841 msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
841 msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
842 msgstr "hg convert [TILVALG]... KILDE [MÅL [REV-AFBILDNING]]"
842 msgstr "hg convert [TILVALG]... KILDE [MÅL [REV-AFBILDNING]]"
843
843
844 msgid "only return changes on specified branches"
844 msgid "only return changes on specified branches"
845 msgstr "returner kun ændringer på givne grene"
845 msgstr "returner kun ændringer på givne grene"
846
846
847 msgid "prefix to remove from file names"
847 msgid "prefix to remove from file names"
848 msgstr "præfix der skal fjernes fra filnavne"
848 msgstr "præfix der skal fjernes fra filnavne"
849
849
850 msgid "only return changes after or between specified tags"
850 msgid "only return changes after or between specified tags"
851 msgstr "returner kun ændringer efter eller mellem givne mærkater"
851 msgstr "returner kun ændringer efter eller mellem givne mærkater"
852
852
853 msgid "update cvs log cache"
853 msgid "update cvs log cache"
854 msgstr "opdater cvs log cache"
854 msgstr "opdater cvs log cache"
855
855
856 msgid "create new cvs log cache"
856 msgid "create new cvs log cache"
857 msgstr "opret ny cvs log cache"
857 msgstr "opret ny cvs log cache"
858
858
859 msgid "set commit time fuzz in seconds"
859 msgid "set commit time fuzz in seconds"
860 msgstr ""
860 msgstr ""
861
861
862 msgid "specify cvsroot"
862 msgid "specify cvsroot"
863 msgstr "angiv cvsroot"
863 msgstr "angiv cvsroot"
864
864
865 msgid "show parent changesets"
865 msgid "show parent changesets"
866 msgstr "vis forældre-ændringer"
866 msgstr "vis forældre-ændringer"
867
867
868 msgid "show current changeset in ancestor branches"
868 msgid "show current changeset in ancestor branches"
869 msgstr ""
869 msgstr ""
870
870
871 msgid "ignored for compatibility"
871 msgid "ignored for compatibility"
872 msgstr "ignoreret af kompatibilitetsgrunde"
872 msgstr "ignoreret af kompatibilitetsgrunde"
873
873
874 msgid "hg debugcvsps [OPTION]... [PATH]..."
874 msgid "hg debugcvsps [OPTION]... [PATH]..."
875 msgstr "hg debugcvsps [TILVALG]... [STI]..."
875 msgstr "hg debugcvsps [TILVALG]... [STI]..."
876
876
877 msgid ""
877 msgid ""
878 "warning: lightweight checkouts may cause conversion failures, try with a "
878 "warning: lightweight checkouts may cause conversion failures, try with a "
879 "regular branch instead.\n"
879 "regular branch instead.\n"
880 msgstr ""
880 msgstr ""
881
881
882 msgid "bzr source type could not be determined\n"
882 msgid "bzr source type could not be determined\n"
883 msgstr "bzr kildetype kunne ikke bestemmes\n"
883 msgstr "bzr kildetype kunne ikke bestemmes\n"
884
884
885 #, python-format
885 #, python-format
886 msgid "%s is not a valid revision in current branch"
886 msgid "%s is not a valid revision in current branch"
887 msgstr "%s er ikke en gyldig revision i den nuværende gren"
887 msgstr "%s er ikke en gyldig revision i den nuværende gren"
888
888
889 #, python-format
889 #, python-format
890 msgid "%s is not available in %s anymore"
890 msgid "%s is not available in %s anymore"
891 msgstr "%s er ikke længere tilgængelig i %s"
891 msgstr "%s er ikke længere tilgængelig i %s"
892
892
893 #, python-format
893 #, python-format
894 msgid "%s.%s symlink has no target"
894 msgid "%s.%s symlink has no target"
895 msgstr "%s.%s symbolsk lænke er ikke noget mål"
895 msgstr "%s.%s symbolsk lænke er ikke noget mål"
896
896
897 #, python-format
897 #, python-format
898 msgid "cannot find required \"%s\" tool"
898 msgid "cannot find required \"%s\" tool"
899 msgstr "kan ikke finde påkrævet værktøj \"%s\""
899 msgstr "kan ikke finde påkrævet værktøj \"%s\""
900
900
901 #, python-format
901 #, python-format
902 msgid "running: %s\n"
902 msgid "running: %s\n"
903 msgstr "kører: %s\n"
903 msgstr "kører: %s\n"
904
904
905 #, python-format
905 #, python-format
906 msgid "%s error:\n"
906 msgid "%s error:\n"
907 msgstr "%s fejl:\n"
907 msgstr "%s fejl:\n"
908
908
909 #, python-format
909 #, python-format
910 msgid "%s %s"
910 msgid "%s %s"
911 msgstr ""
911 msgstr ""
912
912
913 #, python-format
913 #, python-format
914 msgid "syntax error in %s(%d): key/value pair expected"
914 msgid "syntax error in %s(%d): key/value pair expected"
915 msgstr ""
915 msgstr "syntaksfejl i %s(%d): nøgle/værdi-par forventet"
916
916
917 #, python-format
917 #, python-format
918 msgid "could not open map file %r: %s"
918 msgid "could not open map file %r: %s"
919 msgstr "kunne ikke åbne afbildningsfil %r: %s"
919 msgstr "kunne ikke åbne afbildningsfil %r: %s"
920
920
921 #, python-format
921 #, python-format
922 msgid "%s: missing or unsupported repository"
922 msgid "%s: missing or unsupported repository"
923 msgstr "%s: manglende eller usupporteret depot"
923 msgstr "%s: manglende eller usupporteret depot"
924
924
925 #, python-format
925 #, python-format
926 msgid "convert: %s\n"
926 msgid "convert: %s\n"
927 msgstr "convert: %s\n"
927 msgstr "convert: %s\n"
928
928
929 #, python-format
929 #, python-format
930 msgid "%s: unknown repository type"
930 msgid "%s: unknown repository type"
931 msgstr "%s: ukendt depottype"
931 msgstr "%s: ukendt depottype"
932
932
933 #, python-format
933 #, python-format
934 msgid "unknown sort mode: %s"
934 msgid "unknown sort mode: %s"
935 msgstr "ukendt sortering: %s"
935 msgstr "ukendt sortering: %s"
936
936
937 #, python-format
937 #, python-format
938 msgid "cycle detected between %s and %s"
938 msgid "cycle detected between %s and %s"
939 msgstr "cyklus opdaget mellem %s og %s"
939 msgstr "cyklus opdaget mellem %s og %s"
940
940
941 msgid "not all revisions were sorted"
941 msgid "not all revisions were sorted"
942 msgstr "ikke alle revisioner blev sorteret"
942 msgstr "ikke alle revisioner blev sorteret"
943
943
944 #, python-format
944 #, python-format
945 msgid "Writing author map file %s\n"
945 msgid "Writing author map file %s\n"
946 msgstr "Skriver forfatter-afbildningsfil %s\n"
946 msgstr "Skriver forfatter-afbildningsfil %s\n"
947
947
948 #, python-format
948 #, python-format
949 msgid "Ignoring bad line in author map file %s: %s\n"
949 msgid "Ignoring bad line in author map file %s: %s\n"
950 msgstr "Ignorerer dårlig linie i forfatter-afbildningsfil %s: %s\n"
950 msgstr "Ignorerer dårlig linie i forfatter-afbildningsfil %s: %s\n"
951
951
952 #, python-format
952 #, python-format
953 msgid "mapping author %s to %s\n"
953 msgid "mapping author %s to %s\n"
954 msgstr "afbilder forfatter %s til %s\n"
954 msgstr "afbilder forfatter %s til %s\n"
955
955
956 #, python-format
956 #, python-format
957 msgid "overriding mapping for author %s, was %s, will be %s\n"
957 msgid "overriding mapping for author %s, was %s, will be %s\n"
958 msgstr "tilsidesætter afbildning for forfatter %s, var %s, vil blive %s\n"
958 msgstr "tilsidesætter afbildning for forfatter %s, var %s, vil blive %s\n"
959
959
960 #, python-format
960 #, python-format
961 msgid "spliced in %s as parents of %s\n"
961 msgid "spliced in %s as parents of %s\n"
962 msgstr "splejsede %s ind som forældre til %s\n"
962 msgstr "splejsede %s ind som forældre til %s\n"
963
963
964 msgid "scanning source...\n"
964 msgid "scanning source...\n"
965 msgstr "skanner kilde...\n"
965 msgstr "skanner kilde...\n"
966
966
967 msgid "sorting...\n"
967 msgid "sorting...\n"
968 msgstr "sorterer...\n"
968 msgstr "sorterer...\n"
969
969
970 msgid "converting...\n"
970 msgid "converting...\n"
971 msgstr "konverterer...\n"
971 msgstr "konverterer...\n"
972
972
973 #, python-format
973 #, python-format
974 msgid "source: %s\n"
974 msgid "source: %s\n"
975 msgstr "kilde: %s\n"
975 msgstr "kilde: %s\n"
976
976
977 #, python-format
977 #, python-format
978 msgid "assuming destination %s\n"
978 msgid "assuming destination %s\n"
979 msgstr "antager mål %s\n"
979 msgstr "antager mål %s\n"
980
980
981 msgid "more than one sort mode specified"
981 msgid "more than one sort mode specified"
982 msgstr "mere end end sorteringsmetode angivet"
982 msgstr "mere end end sorteringsmetode angivet"
983
983
984 msgid "--sourcesort is not supported by this data source"
984 msgid "--sourcesort is not supported by this data source"
985 msgstr ""
985 msgstr "--sourcesort er ikke supporteret at denne datakilde"
986
986
987 msgid ""
987 msgid ""
988 "warning: support for external cvsps is deprecated and will be removed in "
988 "warning: support for external cvsps is deprecated and will be removed in "
989 "Mercurial 1.4\n"
989 "Mercurial 1.4\n"
990 msgstr ""
990 msgstr ""
991 "advarsel: support for ekstern cvsps er forældet og vil blive fjernet i "
991 "advarsel: support for ekstern cvsps er forældet og vil blive fjernet i "
992 "Mercurial 1.4\n"
992 "Mercurial 1.4\n"
993
993
994 #, python-format
994 #, python-format
995 msgid "revision %s is not a patchset number or date"
995 msgid "revision %s is not a patchset number or date"
996 msgstr ""
996 msgstr ""
997
997
998 msgid "using builtin cvsps\n"
998 msgid "using builtin cvsps\n"
999 msgstr "bruger indbygget cvsps\n"
999 msgstr "bruger indbygget cvsps\n"
1000
1000
1001 #, python-format
1001 #, python-format
1002 msgid "connecting to %s\n"
1002 msgid "connecting to %s\n"
1003 msgstr "forbinder til %s\n"
1003 msgstr "forbinder til %s\n"
1004
1004
1005 msgid "CVS pserver authentication failed"
1005 msgid "CVS pserver authentication failed"
1006 msgstr "CVS pserver godkendelse fejlede"
1006 msgstr "CVS pserver godkendelse fejlede"
1007
1007
1008 msgid "server sucks"
1008 msgid "server sucks"
1009 msgstr ""
1009 msgstr "serveren sutter"
1010
1010
1011 #, python-format
1011 #, python-format
1012 msgid "%d bytes missing from remote file"
1012 msgid "%d bytes missing from remote file"
1013 msgstr "%d byte mangler i fjernfilen"
1013 msgstr "%d byte mangler i fjernfilen"
1014
1014
1015 #, python-format
1015 #, python-format
1016 msgid "cvs server: %s\n"
1016 msgid "cvs server: %s\n"
1017 msgstr "cvs server: %s\n"
1017 msgstr "cvs server: %s\n"
1018
1018
1019 #, python-format
1019 #, python-format
1020 msgid "unknown CVS response: %s"
1020 msgid "unknown CVS response: %s"
1021 msgstr "ukendt CVS svar: %s"
1021 msgstr "ukendt CVS svar: %s"
1022
1022
1023 msgid "collecting CVS rlog\n"
1023 msgid "collecting CVS rlog\n"
1024 msgstr "samler CVS rlog\n"
1024 msgstr "samler CVS rlog\n"
1025
1025
1026 #, python-format
1026 #, python-format
1027 msgid "reading cvs log cache %s\n"
1027 msgid "reading cvs log cache %s\n"
1028 msgstr "læser cvs log-mellemlager %s\n"
1028 msgstr "læser cvs log-mellemlager %s\n"
1029
1029
1030 #, python-format
1030 #, python-format
1031 msgid "cache has %d log entries\n"
1031 msgid "cache has %d log entries\n"
1032 msgstr "mellemlager har %d lagerindgange\n"
1032 msgstr "mellemlager har %d lagerindgange\n"
1033
1033
1034 #, python-format
1034 #, python-format
1035 msgid "error reading cache: %r\n"
1035 msgid "error reading cache: %r\n"
1036 msgstr "fejl ved læsning af mellemlager: %r\n"
1036 msgstr "fejl ved læsning af mellemlager: %r\n"
1037
1037
1038 #, python-format
1038 #, python-format
1039 msgid "running %s\n"
1039 msgid "running %s\n"
1040 msgstr "kører %s\n"
1040 msgstr "kører %s\n"
1041
1041
1042 #, python-format
1042 #, python-format
1043 msgid "prefix=%r directory=%r root=%r\n"
1043 msgid "prefix=%r directory=%r root=%r\n"
1044 msgstr "præfiks=%r katalog=%r rod=%r\n"
1044 msgstr "præfiks=%r katalog=%r rod=%r\n"
1045
1045
1046 msgid "RCS file must be followed by working file"
1046 msgid "RCS file must be followed by working file"
1047 msgstr "RCS-fil skal efterfølges af en arbejdsfil"
1047 msgstr "RCS-fil skal efterfølges af en arbejdsfil"
1048
1048
1049 msgid "must have at least some revisions"
1049 msgid "must have at least some revisions"
1050 msgstr "kan have mindst nogle revisioner"
1050 msgstr "kan have mindst nogle revisioner"
1051
1051
1052 msgid "expected revision number"
1052 msgid "expected revision number"
1053 msgstr "forventede et revisionsnummer"
1053 msgstr "forventede et revisionsnummer"
1054
1054
1055 msgid "revision must be followed by date line"
1055 msgid "revision must be followed by date line"
1056 msgstr "revision skal efterfølges af datolinje"
1056 msgstr "revision skal efterfølges af datolinje"
1057
1057
1058 #, python-format
1058 #, python-format
1059 msgid "found synthetic revision in %s: %r\n"
1059 msgid "found synthetic revision in %s: %r\n"
1060 msgstr "fandt syntetisk revision i %s: %r\n"
1060 msgstr "fandt syntetisk revision i %s: %r\n"
1061
1061
1062 #, python-format
1062 #, python-format
1063 msgid "writing cvs log cache %s\n"
1063 msgid "writing cvs log cache %s\n"
1064 msgstr "skriver cvs log-mellemlager %s\n"
1064 msgstr "skriver cvs log-mellemlager %s\n"
1065
1065
1066 #, python-format
1066 #, python-format
1067 msgid "%d log entries\n"
1067 msgid "%d log entries\n"
1068 msgstr "%d lagerindgange\n"
1068 msgstr "%d lagerindgange\n"
1069
1069
1070 msgid "creating changesets\n"
1070 msgid "creating changesets\n"
1071 msgstr "opretter ændringer\n"
1071 msgstr "opretter ændringer\n"
1072
1072
1073 msgid "synthetic changeset cannot have multiple parents"
1073 msgid "synthetic changeset cannot have multiple parents"
1074 msgstr "syntetisk ændring kan ikke have flere forældre"
1074 msgstr "syntetisk ændring kan ikke have flere forældre"
1075
1075
1076 #, python-format
1076 #, python-format
1077 msgid ""
1077 msgid ""
1078 "warning: CVS commit message references non-existent branch %r:\n"
1078 "warning: CVS commit message references non-existent branch %r:\n"
1079 "%s\n"
1079 "%s\n"
1080 msgstr ""
1080 msgstr ""
1081 "advarsel: CVS deponeringsbesked refererer en ikke-eksisterende gren %r:\n"
1082 "%s\n"
1081
1083
1082 #, python-format
1084 #, python-format
1083 msgid "%d changeset entries\n"
1085 msgid "%d changeset entries\n"
1084 msgstr "%d ændringer\n"
1086 msgstr "%d ændringer\n"
1085
1087
1086 msgid "Python ElementTree module is not available"
1088 msgid "Python ElementTree module is not available"
1087 msgstr "Python ElementTree modulet er ikke tilstede"
1089 msgstr "Python ElementTree modulet er ikke tilstede"
1088
1090
1089 #, python-format
1091 #, python-format
1090 msgid "cleaning up %s\n"
1092 msgid "cleaning up %s\n"
1091 msgstr "rydder op %s\n"
1093 msgstr "rydder op %s\n"
1092
1094
1093 msgid "internal calling inconsistency"
1095 msgid "internal calling inconsistency"
1094 msgstr "intern kaldeinkonsistens"
1096 msgstr "intern kaldeinkonsistens"
1095
1097
1096 msgid "errors in filemap"
1098 msgid "errors in filemap"
1097 msgstr "fejl i filafbildning"
1099 msgstr "fejl i filafbildning"
1098
1100
1099 #, python-format
1101 #, python-format
1100 msgid "%s:%d: %r already in %s list\n"
1102 msgid "%s:%d: %r already in %s list\n"
1101 msgstr "%s:%d: %r er allerede i %s listen\n"
1103 msgstr "%s:%d: %r er allerede i %s listen\n"
1102
1104
1103 #, python-format
1105 #, python-format
1104 msgid "%s:%d: unknown directive %r\n"
1106 msgid "%s:%d: unknown directive %r\n"
1105 msgstr "%s:%d: ukendt direktiv %r\n"
1107 msgstr "%s:%d: ukendt direktiv %r\n"
1106
1108
1107 msgid "source repository doesn't support --filemap"
1109 msgid "source repository doesn't support --filemap"
1108 msgstr "kildedepot understøtter ikke --filemap"
1110 msgstr "kildedepot understøtter ikke --filemap"
1109
1111
1110 #, python-format
1112 #, python-format
1111 msgid "%s does not look like a GNU Arch repo"
1113 msgid "%s does not look like a GNU Arch repo"
1112 msgstr "%s ser ikke ud som et GNU Arch depot"
1114 msgstr "%s ser ikke ud som et GNU Arch depot"
1113
1115
1114 msgid "cannot find a GNU Arch tool"
1116 msgid "cannot find a GNU Arch tool"
1115 msgstr "kan ikke finde GNU Arch"
1117 msgstr "kan ikke finde GNU Arch"
1116
1118
1117 #, python-format
1119 #, python-format
1118 msgid "analyzing tree version %s...\n"
1120 msgid "analyzing tree version %s...\n"
1119 msgstr "analyserer træ version %s...\n"
1121 msgstr "analyserer træ version %s...\n"
1120
1122
1121 #, python-format
1123 #, python-format
1122 msgid ""
1124 msgid ""
1123 "tree analysis stopped because it points to an unregistered archive %s...\n"
1125 "tree analysis stopped because it points to an unregistered archive %s...\n"
1124 msgstr ""
1126 msgstr ""
1125
1127
1126 #, python-format
1128 #, python-format
1127 msgid "applying revision %s...\n"
1129 msgid "applying revision %s...\n"
1128 msgstr "anvender revision %s...\n"
1130 msgstr "anvender revision %s...\n"
1129
1131
1130 #, python-format
1132 #, python-format
1131 msgid "computing changeset between %s and %s...\n"
1133 msgid "computing changeset between %s and %s...\n"
1132 msgstr "beregner ændringer mellem %s og %s...\n"
1134 msgstr "beregner ændringer mellem %s og %s...\n"
1133
1135
1134 #, python-format
1136 #, python-format
1135 msgid "obtaining revision %s...\n"
1137 msgid "obtaining revision %s...\n"
1136 msgstr "henter revision %s...\n"
1138 msgstr "henter revision %s...\n"
1137
1139
1138 #, python-format
1140 #, python-format
1139 msgid "analyzing revision %s...\n"
1141 msgid "analyzing revision %s...\n"
1140 msgstr "analyserer revision %s...\n"
1142 msgstr "analyserer revision %s...\n"
1141
1143
1142 #, python-format
1144 #, python-format
1143 msgid "could not parse cat-log of %s"
1145 msgid "could not parse cat-log of %s"
1144 msgstr "kan ikke parse cat-log af %s"
1146 msgstr "kan ikke parse cat-log af %s"
1145
1147
1146 #, python-format
1148 #, python-format
1147 msgid "%s is not a local Mercurial repo"
1149 msgid "%s is not a local Mercurial repo"
1148 msgstr "%s er ikke et lokalt Mercurial depot"
1150 msgstr "%s er ikke et lokalt Mercurial depot"
1149
1151
1150 #, python-format
1152 #, python-format
1151 msgid "initializing destination %s repository\n"
1153 msgid "initializing destination %s repository\n"
1152 msgstr "initialiserer mål %s depot\n"
1154 msgstr "initialiserer mål %s depot\n"
1153
1155
1154 msgid "run hg sink pre-conversion action\n"
1156 msgid "run hg sink pre-conversion action\n"
1155 msgstr ""
1157 msgstr ""
1156
1158
1157 msgid "run hg sink post-conversion action\n"
1159 msgid "run hg sink post-conversion action\n"
1158 msgstr ""
1160 msgstr ""
1159
1161
1160 #, python-format
1162 #, python-format
1161 msgid "pulling from %s into %s\n"
1163 msgid "pulling from %s into %s\n"
1162 msgstr "hiver fra %s ind i %s\n"
1164 msgstr "hiver fra %s ind i %s\n"
1163
1165
1164 msgid "filtering out empty revision\n"
1166 msgid "filtering out empty revision\n"
1165 msgstr "bortfiltrerer tom revision\n"
1167 msgstr "bortfiltrerer tom revision\n"
1166
1168
1167 msgid "updating tags\n"
1169 msgid "updating tags\n"
1168 msgstr "opdaterer mærkater\n"
1170 msgstr "opdaterer mærkater\n"
1169
1171
1170 #, python-format
1172 #, python-format
1171 msgid "%s is not a valid start revision"
1173 msgid "%s is not a valid start revision"
1172 msgstr "%s er ikke en gyldig startrevision"
1174 msgstr "%s er ikke en gyldig startrevision"
1173
1175
1174 #, python-format
1176 #, python-format
1175 msgid "ignoring: %s\n"
1177 msgid "ignoring: %s\n"
1176 msgstr "ignorerer: %s\n"
1178 msgstr "ignorerer: %s\n"
1177
1179
1178 msgid "run hg source pre-conversion action\n"
1180 msgid "run hg source pre-conversion action\n"
1179 msgstr ""
1181 msgstr ""
1180
1182
1181 msgid "run hg source post-conversion action\n"
1183 msgid "run hg source post-conversion action\n"
1182 msgstr ""
1184 msgstr ""
1183
1185
1184 #, python-format
1186 #, python-format
1185 msgid "%s does not look like a monotone repo"
1187 msgid "%s does not look like a monotone repo"
1186 msgstr "%s ser ikke ud som et monotone depot"
1188 msgstr "%s ser ikke ud som et monotone depot"
1187
1189
1188 #, python-format
1190 #, python-format
1189 msgid "copying file in renamed directory from '%s' to '%s'"
1191 msgid "copying file in renamed directory from '%s' to '%s'"
1190 msgstr "kopierer fil i omdøbt katalog fra '%s' til '%s'"
1192 msgstr "kopierer fil i omdøbt katalog fra '%s' til '%s'"
1191
1193
1192 msgid "reading p4 views\n"
1194 msgid "reading p4 views\n"
1193 msgstr "læser p4 views\n"
1195 msgstr "læser p4 views\n"
1194
1196
1195 msgid "collecting p4 changelists\n"
1197 msgid "collecting p4 changelists\n"
1196 msgstr "samler p4 changelists\n"
1198 msgstr "samler p4 changelists\n"
1197
1199
1198 msgid "Subversion python bindings could not be loaded"
1200 msgid "Subversion python bindings could not be loaded"
1199 msgstr "Subversion python bindingerne kunne ikke indlæses"
1201 msgstr "Subversion python bindingerne kunne ikke indlæses"
1200
1202
1201 #, python-format
1203 #, python-format
1202 msgid "Subversion python bindings %d.%d found, 1.4 or later required"
1204 msgid "Subversion python bindings %d.%d found, 1.4 or later required"
1203 msgstr "fandt Subversion python bindinger %d.%d, 1.4 eller senere er påkrævet"
1205 msgstr "fandt Subversion python bindinger %d.%d, 1.4 eller senere er påkrævet"
1204
1206
1205 msgid "Subversion python bindings are too old, 1.4 or later required"
1207 msgid "Subversion python bindings are too old, 1.4 or later required"
1206 msgstr "Subversion python bindinger er for gamle, 1.4 eller senere er påkrævet"
1208 msgstr "Subversion python bindinger er for gamle, 1.4 eller senere er påkrævet"
1207
1209
1208 #, python-format
1210 #, python-format
1209 msgid "svn: revision %s is not an integer"
1211 msgid "svn: revision %s is not an integer"
1210 msgstr "svn: revision %s er ikke et heltal"
1212 msgstr "svn: revision %s er ikke et heltal"
1211
1213
1212 #, python-format
1214 #, python-format
1213 msgid "svn: start revision %s is not an integer"
1215 msgid "svn: start revision %s is not an integer"
1214 msgstr "svn: startrevision %s er ikke et heltal"
1216 msgstr "svn: startrevision %s er ikke et heltal"
1215
1217
1216 #, python-format
1218 #, python-format
1217 msgid "no revision found in module %s"
1219 msgid "no revision found in module %s"
1218 msgstr "ingen revision fundet i modul %s"
1220 msgstr "ingen revision fundet i modul %s"
1219
1221
1220 #, python-format
1222 #, python-format
1221 msgid "expected %s to be at %r, but not found"
1223 msgid "expected %s to be at %r, but not found"
1222 msgstr "forventede at %s ville være ved %r, men fandt det ikke"
1224 msgstr "forventede at %s ville være ved %r, men fandt det ikke"
1223
1225
1224 #, python-format
1226 #, python-format
1225 msgid "found %s at %r\n"
1227 msgid "found %s at %r\n"
1226 msgstr "fandt %s ved %r\n"
1228 msgstr "fandt %s ved %r\n"
1227
1229
1228 #, python-format
1230 #, python-format
1229 msgid "ignoring empty branch %s\n"
1231 msgid "ignoring empty branch %s\n"
1230 msgstr "ignorerer tom gren %s\n"
1232 msgstr "ignorerer tom gren %s\n"
1231
1233
1232 #, python-format
1234 #, python-format
1233 msgid "found branch %s at %d\n"
1235 msgid "found branch %s at %d\n"
1234 msgstr "fandt gren %s ved %d\n"
1236 msgstr "fandt gren %s ved %d\n"
1235
1237
1236 msgid "svn: start revision is not supported with more than one branch"
1238 msgid "svn: start revision is not supported with more than one branch"
1237 msgstr "svn: startrevision er ikke understøttet ved mere end en gren"
1239 msgstr "svn: startrevision er ikke understøttet ved mere end en gren"
1238
1240
1239 #, python-format
1241 #, python-format
1240 msgid "svn: no revision found after start revision %d"
1242 msgid "svn: no revision found after start revision %d"
1241 msgstr "svn: fandt ingen revisioner efter startrevision %d"
1243 msgstr "svn: fandt ingen revisioner efter startrevision %d"
1242
1244
1243 #, python-format
1245 #, python-format
1244 msgid "no tags found at revision %d\n"
1246 msgid "no tags found at revision %d\n"
1245 msgstr "ingen mærkater fundet ved revision %d\n"
1247 msgstr "ingen mærkater fundet ved revision %d\n"
1246
1248
1247 #, python-format
1249 #, python-format
1248 msgid "ignoring foreign branch %r\n"
1250 msgid "ignoring foreign branch %r\n"
1249 msgstr "ignorerer fremmed gren %r\n"
1251 msgstr "ignorerer fremmed gren %r\n"
1250
1252
1251 #, python-format
1253 #, python-format
1252 msgid "%s not found up to revision %d"
1254 msgid "%s not found up to revision %d"
1253 msgstr "%s blev ikke fundet op til revision %d"
1255 msgstr "%s blev ikke fundet op til revision %d"
1254
1256
1255 #, python-format
1257 #, python-format
1256 msgid "branch renamed from %s to %s at %d\n"
1258 msgid "branch renamed from %s to %s at %d\n"
1257 msgstr "gren omdøbt fra %s til %s ved %d\n"
1259 msgstr "gren omdøbt fra %s til %s ved %d\n"
1258
1260
1259 #, python-format
1261 #, python-format
1260 msgid "reparent to %s\n"
1262 msgid "reparent to %s\n"
1261 msgstr ""
1263 msgstr ""
1262
1264
1263 #, python-format
1265 #, python-format
1264 msgid "copied to %s from %s@%s\n"
1266 msgid "copied to %s from %s@%s\n"
1265 msgstr "kopieret til %s fra %s@%s\n"
1267 msgstr "kopieret til %s fra %s@%s\n"
1266
1268
1267 #, python-format
1269 #, python-format
1268 msgid "gone from %s\n"
1270 msgid "gone from %s\n"
1269 msgstr "væk fra %s\n"
1271 msgstr "væk fra %s\n"
1270
1272
1271 #, python-format
1273 #, python-format
1272 msgid "entry %s\n"
1274 msgid "entry %s\n"
1273 msgstr ""
1275 msgstr ""
1274
1276
1275 #, python-format
1277 #, python-format
1276 msgid "unknown path in revision %d: %s\n"
1278 msgid "unknown path in revision %d: %s\n"
1277 msgstr "ukendt sti i revision %d: %s\n"
1279 msgstr "ukendt sti i revision %d: %s\n"
1278
1280
1279 #, python-format
1281 #, python-format
1280 msgid "mark %s came from %s:%d\n"
1282 msgid "mark %s came from %s:%d\n"
1281 msgstr ""
1283 msgstr ""
1282
1284
1283 #, python-format
1285 #, python-format
1284 msgid "parsing revision %d (%d changes)\n"
1286 msgid "parsing revision %d (%d changes)\n"
1285 msgstr "parser revision %d (%d ændringer)\n"
1287 msgstr "parser revision %d (%d ændringer)\n"
1286
1288
1287 #, python-format
1289 #, python-format
1288 msgid "found parent of branch %s at %d: %s\n"
1290 msgid "found parent of branch %s at %d: %s\n"
1289 msgstr "fandt forælder til gren %s ved %d: %s\n"
1291 msgstr "fandt forælder til gren %s ved %d: %s\n"
1290
1292
1291 msgid "no copyfrom path, don't know what to do.\n"
1293 msgid "no copyfrom path, don't know what to do.\n"
1292 msgstr ""
1294 msgstr ""
1293
1295
1294 #, python-format
1296 #, python-format
1295 msgid "fetching revision log for \"%s\" from %d to %d\n"
1297 msgid "fetching revision log for \"%s\" from %d to %d\n"
1296 msgstr "henter revisionslog for \"%s\" fra %d til %d\n"
1298 msgstr "henter revisionslog for \"%s\" fra %d til %d\n"
1297
1299
1298 #, python-format
1300 #, python-format
1299 msgid "revision %d has no entries\n"
1301 msgid "revision %d has no entries\n"
1300 msgstr "revision %d har ikke nogen indgange\n"
1302 msgstr "revision %d har ikke nogen indgange\n"
1301
1303
1302 #, python-format
1304 #, python-format
1303 msgid "svn: branch has no revision %s"
1305 msgid "svn: branch has no revision %s"
1304 msgstr "svn: gren har ikke nogen revision %s"
1306 msgstr "svn: gren har ikke nogen revision %s"
1305
1307
1306 #, python-format
1308 #, python-format
1307 msgid "%r is not under %r, ignoring\n"
1309 msgid "%r is not under %r, ignoring\n"
1308 msgstr "%r ikke under %r, ignorerer\n"
1310 msgstr "%r ikke under %r, ignorerer\n"
1309
1311
1310 #, python-format
1312 #, python-format
1311 msgid "initializing svn repo %r\n"
1313 msgid "initializing svn repo %r\n"
1312 msgstr "initialiserer svn depot %r\n"
1314 msgstr "initialiserer svn depot %r\n"
1313
1315
1314 #, python-format
1316 #, python-format
1315 msgid "initializing svn wc %r\n"
1317 msgid "initializing svn wc %r\n"
1316 msgstr "initialiserer svn arbejdskatalog %r\n"
1318 msgstr "initialiserer svn arbejdskatalog %r\n"
1317
1319
1318 msgid "unexpected svn output:\n"
1320 msgid "unexpected svn output:\n"
1319 msgstr "uventet svn output:\n"
1321 msgstr "uventet svn output:\n"
1320
1322
1321 msgid "unable to cope with svn output"
1323 msgid "unable to cope with svn output"
1322 msgstr "kan ikke håndtere svn output"
1324 msgstr "kan ikke håndtere svn output"
1323
1325
1324 msgid "XXX TAGS NOT IMPLEMENTED YET\n"
1326 msgid "XXX TAGS NOT IMPLEMENTED YET\n"
1325 msgstr ""
1327 msgstr ""
1326
1328
1327 msgid ""
1329 msgid ""
1328 "allow external programs to compare revisions\n"
1330 "allow external programs to compare revisions\n"
1329 "\n"
1331 "\n"
1330 "The `extdiff' Mercurial extension allows you to use external programs\n"
1332 "The `extdiff' Mercurial extension allows you to use external programs\n"
1331 "to compare revisions, or revision with working directory. The external diff\n"
1333 "to compare revisions, or revision with working directory. The external diff\n"
1332 "programs are called with a configurable set of options and two\n"
1334 "programs are called with a configurable set of options and two\n"
1333 "non-option arguments: paths to directories containing snapshots of\n"
1335 "non-option arguments: paths to directories containing snapshots of\n"
1334 "files to compare.\n"
1336 "files to compare.\n"
1335 "\n"
1337 "\n"
1336 "The `extdiff' extension also allows to configure new diff commands, so\n"
1338 "The `extdiff' extension also allows to configure new diff commands, so\n"
1337 "you do not need to type \"hg extdiff -p kdiff3\" always.\n"
1339 "you do not need to type \"hg extdiff -p kdiff3\" always.\n"
1338 "\n"
1340 "\n"
1339 " [extdiff]\n"
1341 " [extdiff]\n"
1340 " # add new command that runs GNU diff(1) in 'context diff' mode\n"
1342 " # add new command that runs GNU diff(1) in 'context diff' mode\n"
1341 " cdiff = gdiff -Nprc5\n"
1343 " cdiff = gdiff -Nprc5\n"
1342 " ## or the old way:\n"
1344 " ## or the old way:\n"
1343 " #cmd.cdiff = gdiff\n"
1345 " #cmd.cdiff = gdiff\n"
1344 " #opts.cdiff = -Nprc5\n"
1346 " #opts.cdiff = -Nprc5\n"
1345 "\n"
1347 "\n"
1346 " # add new command called vdiff, runs kdiff3\n"
1348 " # add new command called vdiff, runs kdiff3\n"
1347 " vdiff = kdiff3\n"
1349 " vdiff = kdiff3\n"
1348 "\n"
1350 "\n"
1349 " # add new command called meld, runs meld (no need to name twice)\n"
1351 " # add new command called meld, runs meld (no need to name twice)\n"
1350 " meld =\n"
1352 " meld =\n"
1351 "\n"
1353 "\n"
1352 " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
1354 " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
1353 " # (see http://www.vim.org/scripts/script.php?script_id=102)\n"
1355 " # (see http://www.vim.org/scripts/script.php?script_id=102)\n"
1354 " # Non English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" "
1356 " # Non English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" "
1355 "in\n"
1357 "in\n"
1356 " # your .vimrc\n"
1358 " # your .vimrc\n"
1357 " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'\n"
1359 " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'\n"
1358 "\n"
1360 "\n"
1359 "You can use -I/-X and list of file or directory names like normal \"hg\n"
1361 "You can use -I/-X and list of file or directory names like normal \"hg\n"
1360 "diff\" command. The `extdiff' extension makes snapshots of only needed\n"
1362 "diff\" command. The `extdiff' extension makes snapshots of only needed\n"
1361 "files, so running the external diff program will actually be pretty\n"
1363 "files, so running the external diff program will actually be pretty\n"
1362 "fast (at least faster than having to compare the entire tree).\n"
1364 "fast (at least faster than having to compare the entire tree).\n"
1363 msgstr ""
1365 msgstr ""
1364
1366
1365 #, python-format
1367 #, python-format
1366 msgid "making snapshot of %d files from rev %s\n"
1368 msgid "making snapshot of %d files from rev %s\n"
1367 msgstr "laver øjebliksbillede af %d filer fra rev %s\n"
1369 msgstr "laver øjebliksbillede af %d filer fra rev %s\n"
1368
1370
1369 #, python-format
1371 #, python-format
1370 msgid "making snapshot of %d files from working directory\n"
1372 msgid "making snapshot of %d files from working directory\n"
1371 msgstr "laver øjebliksbillede af %d filer fra arbejdskataloget\n"
1373 msgstr "laver øjebliksbillede af %d filer fra arbejdskataloget\n"
1372
1374
1373 msgid "cannot specify --rev and --change at the same time"
1375 msgid "cannot specify --rev and --change at the same time"
1374 msgstr "kan ikke angive --rev og --change på samme tid"
1376 msgstr "kan ikke angive --rev og --change på samme tid"
1375
1377
1376 #, python-format
1378 #, python-format
1377 msgid "running %r in %s\n"
1379 msgid "running %r in %s\n"
1378 msgstr "kører %r i %s\n"
1380 msgstr "kører %r i %s\n"
1379
1381
1380 #, python-format
1382 #, python-format
1381 msgid "file changed while diffing. Overwriting: %s (src: %s)\n"
1383 msgid "file changed while diffing. Overwriting: %s (src: %s)\n"
1382 msgstr ""
1384 msgstr ""
1383
1385
1384 msgid "cleaning up temp directory\n"
1386 msgid "cleaning up temp directory\n"
1385 msgstr "rydder midlertidigt katalog op\n"
1387 msgstr "rydder midlertidigt katalog op\n"
1386
1388
1387 msgid ""
1389 msgid ""
1388 "use external program to diff repository (or selected files)\n"
1390 "use external program to diff repository (or selected files)\n"
1389 "\n"
1391 "\n"
1390 " Show differences between revisions for the specified files, using\n"
1392 " Show differences between revisions for the specified files, using\n"
1391 " an external program. The default program used is diff, with\n"
1393 " an external program. The default program used is diff, with\n"
1392 " default options \"-Npru\".\n"
1394 " default options \"-Npru\".\n"
1393 "\n"
1395 "\n"
1394 " To select a different program, use the -p/--program option. The\n"
1396 " To select a different program, use the -p/--program option. The\n"
1395 " program will be passed the names of two directories to compare. To\n"
1397 " program will be passed the names of two directories to compare. To\n"
1396 " pass additional options to the program, use -o/--option. These\n"
1398 " pass additional options to the program, use -o/--option. These\n"
1397 " will be passed before the names of the directories to compare.\n"
1399 " will be passed before the names of the directories to compare.\n"
1398 "\n"
1400 "\n"
1399 " When two revision arguments are given, then changes are shown\n"
1401 " When two revision arguments are given, then changes are shown\n"
1400 " between those revisions. If only one revision is specified then\n"
1402 " between those revisions. If only one revision is specified then\n"
1401 " that revision is compared to the working directory, and, when no\n"
1403 " that revision is compared to the working directory, and, when no\n"
1402 " revisions are specified, the working directory files are compared\n"
1404 " revisions are specified, the working directory files are compared\n"
1403 " to its parent."
1405 " to its parent."
1404 msgstr ""
1406 msgstr ""
1405
1407
1406 msgid "comparison program to run"
1408 msgid "comparison program to run"
1407 msgstr "sammenligningsprogram der skal køres"
1409 msgstr "sammenligningsprogram der skal køres"
1408
1410
1409 msgid "pass option to comparison program"
1411 msgid "pass option to comparison program"
1410 msgstr "videregiv argument til sammenligningsprogram"
1412 msgstr "videregiv argument til sammenligningsprogram"
1411
1413
1412 msgid "change made by revision"
1414 msgid "change made by revision"
1413 msgstr "ændring lavet i revision"
1415 msgstr "ændring lavet i revision"
1414
1416
1415 msgid "hg extdiff [OPT]... [FILE]..."
1417 msgid "hg extdiff [OPT]... [FILE]..."
1416 msgstr "hg extdiff [TILVALG]... [FIL]..."
1418 msgstr "hg extdiff [TILVALG]... [FIL]..."
1417
1419
1418 #, python-format
1420 #, python-format
1419 msgid "hg %s [OPTION]... [FILE]..."
1421 msgid "hg %s [OPTION]... [FILE]..."
1420 msgstr "hg %s [TILVALG]... [FIL]..."
1422 msgstr "hg %s [TILVALG]... [FIL]..."
1421
1423
1422 msgid "pull, update and merge in one command"
1424 msgid "pull, update and merge in one command"
1423 msgstr "træk, opdater og sammenføj i en kommando"
1425 msgstr "træk, opdater og sammenføj i en kommando"
1424
1426
1425 msgid ""
1427 msgid ""
1426 "pull changes from a remote repository, merge new changes if needed.\n"
1428 "pull changes from a remote repository, merge new changes if needed.\n"
1427 "\n"
1429 "\n"
1428 " This finds all changes from the repository at the specified path\n"
1430 " This finds all changes from the repository at the specified path\n"
1429 " or URL and adds them to the local repository.\n"
1431 " or URL and adds them to the local repository.\n"
1430 "\n"
1432 "\n"
1431 " If the pulled changes add a new branch head, the head is\n"
1433 " If the pulled changes add a new branch head, the head is\n"
1432 " automatically merged, and the result of the merge is committed.\n"
1434 " automatically merged, and the result of the merge is committed.\n"
1433 " Otherwise, the working directory is updated to include the new\n"
1435 " Otherwise, the working directory is updated to include the new\n"
1434 " changes.\n"
1436 " changes.\n"
1435 "\n"
1437 "\n"
1436 " When a merge occurs, the newly pulled changes are assumed to be\n"
1438 " When a merge occurs, the newly pulled changes are assumed to be\n"
1437 " \"authoritative\". The head of the new changes is used as the first\n"
1439 " \"authoritative\". The head of the new changes is used as the first\n"
1438 " parent, with local changes as the second. To switch the merge\n"
1440 " parent, with local changes as the second. To switch the merge\n"
1439 " order, use --switch-parent.\n"
1441 " order, use --switch-parent.\n"
1440 "\n"
1442 "\n"
1441 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1443 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1442 " "
1444 " "
1443 msgstr ""
1445 msgstr ""
1444
1446
1445 msgid ""
1447 msgid ""
1446 "working dir not at branch tip (use \"hg update\" to check out branch tip)"
1448 "working dir not at branch tip (use \"hg update\" to check out branch tip)"
1447 msgstr ""
1449 msgstr ""
1450 "arbejdskataloget er ikke ved gren-spidsen (brug \"hg update\" for at hente "
1451 "gren-spidsen)"
1448
1452
1449 msgid "outstanding uncommitted merge"
1453 msgid "outstanding uncommitted merge"
1450 msgstr "udestående udeponeret sammenføjning"
1454 msgstr "udestående udeponeret sammenføjning"
1451
1455
1452 msgid "outstanding uncommitted changes"
1456 msgid "outstanding uncommitted changes"
1453 msgstr "udestående udeponeret ændringer"
1457 msgstr "udestående udeponeret ændringer"
1454
1458
1455 msgid "working directory is missing some files"
1459 msgid "working directory is missing some files"
1456 msgstr "arbejdskataloget mangler nogle filer"
1460 msgstr "arbejdskataloget mangler nogle filer"
1457
1461
1458 msgid ""
1462 msgid ""
1459 "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
1463 "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
1460 msgstr ""
1464 msgstr ""
1461 "flere hoveder i denne gren (brug \"hg heads .\" og \"hg merge\" for at "
1465 "flere hoveder i denne gren (brug \"hg heads .\" og \"hg merge\" for at "
1462 "sammenføje)"
1466 "sammenføje)"
1463
1467
1464 #, python-format
1468 #, python-format
1465 msgid "pulling from %s\n"
1469 msgid "pulling from %s\n"
1466 msgstr "hiver fra %s\n"
1470 msgstr "hiver fra %s\n"
1467
1471
1468 msgid ""
1472 msgid ""
1469 "Other repository doesn't support revision lookup, so a rev cannot be "
1473 "Other repository doesn't support revision lookup, so a rev cannot be "
1470 "specified."
1474 "specified."
1471 msgstr ""
1475 msgstr ""
1472
1476
1473 #, python-format
1477 #, python-format
1474 msgid ""
1478 msgid ""
1475 "not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
1479 "not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
1476 "\" to merge them)\n"
1480 "\" to merge them)\n"
1477 msgstr ""
1481 msgstr ""
1482 "sammenføjer ikke med %d andre nye gren-hoveder (brug \"hg heads .\" og \"hg "
1483 "merge\" for at sammenføje dem)\n"
1478
1484
1479 #, python-format
1485 #, python-format
1480 msgid "updating to %d:%s\n"
1486 msgid "updating to %d:%s\n"
1481 msgstr "opdaterer til %d:%s\n"
1487 msgstr "opdaterer til %d:%s\n"
1482
1488
1483 #, python-format
1489 #, python-format
1484 msgid "merging with %d:%s\n"
1490 msgid "merging with %d:%s\n"
1485 msgstr "sammenføjer med %d:%s\n"
1491 msgstr "sammenføjer med %d:%s\n"
1486
1492
1487 #, python-format
1493 #, python-format
1488 msgid "Automated merge with %s"
1494 msgid "Automated merge with %s"
1489 msgstr "Automatisk sammenføjning med %s"
1495 msgstr "Automatisk sammenføjning med %s"
1490
1496
1491 #, python-format
1497 #, python-format
1492 msgid "new changeset %d:%s merges remote changes with local\n"
1498 msgid "new changeset %d:%s merges remote changes with local\n"
1493 msgstr "ny ændring %d:%s fletter fjernændringer sammen med lokale\n"
1499 msgstr "ny ændring %d:%s fletter fjernændringer sammen med lokale\n"
1494
1500
1495 msgid "a specific revision you would like to pull"
1501 msgid "a specific revision you would like to pull"
1496 msgstr ""
1502 msgstr "en bestemt revision som du gerne vil hive ned"
1497
1503
1498 msgid "edit commit message"
1504 msgid "edit commit message"
1499 msgstr "rediger deponeringsbesked"
1505 msgstr "rediger deponeringsbesked"
1500
1506
1501 msgid "edit commit message (DEPRECATED)"
1507 msgid "edit commit message (DEPRECATED)"
1502 msgstr ""
1508 msgstr "rediger deponeringsbesked (FORÆLDET)"
1503
1509
1504 msgid "switch parents when merging"
1510 msgid "switch parents when merging"
1505 msgstr "ombyt forældre ved sammenføjning"
1511 msgstr "ombyt forældre ved sammenføjning"
1506
1512
1507 msgid "hg fetch [SOURCE]"
1513 msgid "hg fetch [SOURCE]"
1508 msgstr "hg fetch [KILDE]"
1514 msgstr "hg fetch [KILDE]"
1509
1515
1510 msgid "sign and verify changesets"
1516 msgid "sign and verify changesets"
1511 msgstr "underskriv og verificer ændringer"
1517 msgstr "underskriv og verificer ændringer"
1512
1518
1513 msgid "error while verifying signature"
1519 msgid "error while verifying signature"
1514 msgstr "fejl ved verifikation af underskrift"
1520 msgstr "fejl ved verifikation af underskrift"
1515
1521
1516 #, python-format
1522 #, python-format
1517 msgid "%s Bad signature from \"%s\"\n"
1523 msgid "%s Bad signature from \"%s\"\n"
1518 msgstr "%s Dårlig underskrift fra \"%s\"\n"
1524 msgstr "%s Dårlig underskrift fra \"%s\"\n"
1519
1525
1520 #, python-format
1526 #, python-format
1521 msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
1527 msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
1522 msgstr "%s Bemærk: underskriften er udløbet (underskrevet af \"%s\")\n"
1528 msgstr "%s Bemærk: underskriften er udløbet (underskrevet af \"%s\")\n"
1523
1529
1524 #, python-format
1530 #, python-format
1525 msgid "%s Note: This key has expired (signed by: \"%s\")\n"
1531 msgid "%s Note: This key has expired (signed by: \"%s\")\n"
1526 msgstr "%s Bemærk: denne nøgle er udløbet (underskrevet af \"%s\")\n"
1532 msgstr "%s Bemærk: denne nøgle er udløbet (underskrevet af \"%s\")\n"
1527
1533
1528 msgid "list signed changesets"
1534 msgid "list signed changesets"
1529 msgstr "vis underskrevne ændringer"
1535 msgstr "vis underskrevne ændringer"
1530
1536
1531 #, python-format
1537 #, python-format
1532 msgid "%s:%d node does not exist\n"
1538 msgid "%s:%d node does not exist\n"
1533 msgstr "%s:%d knude findes ikke\n"
1539 msgstr "%s:%d knude findes ikke\n"
1534
1540
1535 msgid "verify all the signatures there may be for a particular revision"
1541 msgid "verify all the signatures there may be for a particular revision"
1536 msgstr "verificer alle underskrifter der måtte være for en given revision"
1542 msgstr "verificer alle underskrifter der måtte være for en given revision"
1537
1543
1538 #, python-format
1544 #, python-format
1539 msgid "No valid signature for %s\n"
1545 msgid "No valid signature for %s\n"
1540 msgstr "Ingen gyldig signatur for %s\n"
1546 msgstr "Ingen gyldig signatur for %s\n"
1541
1547
1542 msgid ""
1548 msgid ""
1543 "add a signature for the current or given revision\n"
1549 "add a signature for the current or given revision\n"
1544 "\n"
1550 "\n"
1545 " If no revision is given, the parent of the working directory is used,\n"
1551 " If no revision is given, the parent of the working directory is used,\n"
1546 " or tip if no revision is checked out.\n"
1552 " or tip if no revision is checked out.\n"
1547 "\n"
1553 "\n"
1548 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1554 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1549 " "
1555 " "
1550 msgstr ""
1556 msgstr ""
1551
1557
1552 msgid "uncommitted merge - please provide a specific revision"
1558 msgid "uncommitted merge - please provide a specific revision"
1553 msgstr "udeponeret sammenføjning - angiv venligst en specifik revision"
1559 msgstr "udeponeret sammenføjning - angiv venligst en specifik revision"
1554
1560
1555 msgid "Error while signing"
1561 msgid "Error while signing"
1556 msgstr "Fejl ved underskrivning"
1562 msgstr "Fejl ved underskrivning"
1557
1563
1558 msgid ""
1564 msgid ""
1559 "working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
1565 "working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
1560 "force)"
1566 "force)"
1561 msgstr ""
1567 msgstr ""
1568 "arbejdskopien af .hgsigs er ændret (deponer venligst .hgsigs manuelt eller "
1569 "brug --force)"
1562
1570
1563 #, python-format
1571 #, python-format
1564 msgid "Added signature for changeset %s"
1572 msgid "Added signature for changeset %s"
1565 msgstr "Tilføjede underskrift af ændring %s"
1573 msgstr "Tilføjede underskrift af ændring %s"
1566
1574
1567 msgid "unknown signature version"
1575 msgid "unknown signature version"
1568 msgstr "ukendt underskrift-version"
1576 msgstr "ukendt underskrift-version"
1569
1577
1570 msgid "make the signature local"
1578 msgid "make the signature local"
1571 msgstr "lav underskriften lokal"
1579 msgstr "lav underskriften lokal"
1572
1580
1573 msgid "sign even if the sigfile is modified"
1581 msgid "sign even if the sigfile is modified"
1574 msgstr ""
1582 msgstr "underskriv selv hvis signaturfilen er ændret"
1575
1583
1576 msgid "do not commit the sigfile after signing"
1584 msgid "do not commit the sigfile after signing"
1577 msgstr ""
1585 msgstr "deponer ikke signaturfilen efter underskrivning"
1578
1586
1579 msgid "the key id to sign with"
1587 msgid "the key id to sign with"
1580 msgstr "nøgle ID der skal underskrives med"
1588 msgstr "nøgle ID der skal underskrives med"
1581
1589
1582 msgid "commit message"
1590 msgid "commit message"
1583 msgstr "deponeringsbesked"
1591 msgstr "deponeringsbesked"
1584
1592
1585 msgid "hg sign [OPTION]... [REVISION]..."
1593 msgid "hg sign [OPTION]... [REVISION]..."
1586 msgstr "hg sign [TILVALG]... [REVISION]..."
1594 msgstr "hg sign [TILVALG]... [REVISION]..."
1587
1595
1588 msgid "hg sigcheck REVISION"
1596 msgid "hg sigcheck REVISION"
1589 msgstr "hg sigcheck REVISION"
1597 msgstr "hg sigcheck REVISION"
1590
1598
1591 msgid "hg sigs"
1599 msgid "hg sigs"
1592 msgstr "hg sigs"
1600 msgstr "hg sigs"
1593
1601
1594 msgid ""
1602 msgid ""
1595 "show revision graphs in terminals\n"
1603 "show revision graphs in terminals\n"
1596 "\n"
1604 "\n"
1597 "This extension adds a --graph option to the incoming, outgoing and log\n"
1605 "This extension adds a --graph option to the incoming, outgoing and log\n"
1598 "commands. When this options is given, an ASCII representation of the\n"
1606 "commands. When this options is given, an ASCII representation of the\n"
1599 "revision graph is also shown.\n"
1607 "revision graph is also shown.\n"
1600 msgstr ""
1608 msgstr ""
1601
1609
1602 #, python-format
1610 #, python-format
1603 msgid "--graph option is incompatible with --%s"
1611 msgid "--graph option is incompatible with --%s"
1604 msgstr "--graph tilvalget er ikke kompatibelt med --%s"
1612 msgstr "--graph tilvalget er ikke kompatibelt med --%s"
1605
1613
1606 msgid ""
1614 msgid ""
1607 "show revision history alongside an ASCII revision graph\n"
1615 "show revision history alongside an ASCII revision graph\n"
1608 "\n"
1616 "\n"
1609 " Print a revision history alongside a revision graph drawn with\n"
1617 " Print a revision history alongside a revision graph drawn with\n"
1610 " ASCII characters.\n"
1618 " ASCII characters.\n"
1611 "\n"
1619 "\n"
1612 " Nodes printed as an @ character are parents of the working\n"
1620 " Nodes printed as an @ character are parents of the working\n"
1613 " directory.\n"
1621 " directory.\n"
1614 " "
1622 " "
1615 msgstr ""
1623 msgstr ""
1616
1624
1617 #, python-format
1625 #, python-format
1618 msgid "comparing with %s\n"
1626 msgid "comparing with %s\n"
1619 msgstr "sammenligner med %s\n"
1627 msgstr "sammenligner med %s\n"
1620
1628
1621 msgid "no changes found\n"
1629 msgid "no changes found\n"
1622 msgstr "fandt ingen ændringer\n"
1630 msgstr "fandt ingen ændringer\n"
1623
1631
1624 msgid "show the revision DAG"
1632 msgid "show the revision DAG"
1625 msgstr ""
1633 msgstr ""
1626
1634
1627 msgid "limit number of changes displayed"
1635 msgid "limit number of changes displayed"
1628 msgstr "begræns antaln viste ændringer"
1636 msgstr "begræns antaln viste ændringer"
1629
1637
1630 msgid "show patch"
1638 msgid "show patch"
1631 msgstr "vis lap"
1639 msgstr "vis lap"
1632
1640
1633 msgid "show the specified revision or range"
1641 msgid "show the specified revision or range"
1634 msgstr "vis den angivne revision eller interval"
1642 msgstr "vis den angivne revision eller interval"
1635
1643
1636 msgid "hg glog [OPTION]... [FILE]"
1644 msgid "hg glog [OPTION]... [FILE]"
1637 msgstr "hg glog [TILVALG]... [FIL]"
1645 msgstr "hg glog [TILVALG]... [FIL]"
1638
1646
1639 msgid ""
1647 msgid ""
1640 "integrate Mercurial with a CIA notification service\n"
1648 "integrate Mercurial with a CIA notification service\n"
1641 "\n"
1649 "\n"
1642 "This is meant to be run as a changegroup or incoming hook.\n"
1650 "This is meant to be run as a changegroup or incoming hook.\n"
1643 "To configure it, set the following options in your hgrc:\n"
1651 "To configure it, set the following options in your hgrc:\n"
1644 "\n"
1652 "\n"
1645 "[cia]\n"
1653 "[cia]\n"
1646 "# your registered CIA user name\n"
1654 "# your registered CIA user name\n"
1647 "user = foo\n"
1655 "user = foo\n"
1648 "# the name of the project in CIA\n"
1656 "# the name of the project in CIA\n"
1649 "project = foo\n"
1657 "project = foo\n"
1650 "# the module (subproject) (optional)\n"
1658 "# the module (subproject) (optional)\n"
1651 "#module = foo\n"
1659 "#module = foo\n"
1652 "# Append a diffstat to the log message (optional)\n"
1660 "# Append a diffstat to the log message (optional)\n"
1653 "#diffstat = False\n"
1661 "#diffstat = False\n"
1654 "# Template to use for log messages (optional)\n"
1662 "# Template to use for log messages (optional)\n"
1655 "#template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n"
1663 "#template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n"
1656 "# Style to use (optional)\n"
1664 "# Style to use (optional)\n"
1657 "#style = foo\n"
1665 "#style = foo\n"
1658 "# The URL of the CIA notification service (optional)\n"
1666 "# The URL of the CIA notification service (optional)\n"
1659 "# You can use mailto: URLs to send by email, eg\n"
1667 "# You can use mailto: URLs to send by email, eg\n"
1660 "# mailto:cia@cia.vc\n"
1668 "# mailto:cia@cia.vc\n"
1661 "# Make sure to set email.from if you do this.\n"
1669 "# Make sure to set email.from if you do this.\n"
1662 "#url = http://cia.vc/\n"
1670 "#url = http://cia.vc/\n"
1663 "# print message instead of sending it (optional)\n"
1671 "# print message instead of sending it (optional)\n"
1664 "#test = False\n"
1672 "#test = False\n"
1665 "\n"
1673 "\n"
1666 "[hooks]\n"
1674 "[hooks]\n"
1667 "# one of these:\n"
1675 "# one of these:\n"
1668 "changegroup.cia = python:hgcia.hook\n"
1676 "changegroup.cia = python:hgcia.hook\n"
1669 "#incoming.cia = python:hgcia.hook\n"
1677 "#incoming.cia = python:hgcia.hook\n"
1670 "\n"
1678 "\n"
1671 "[web]\n"
1679 "[web]\n"
1672 "# If you want hyperlinks (optional)\n"
1680 "# If you want hyperlinks (optional)\n"
1673 "baseurl = http://server/path/to/repo\n"
1681 "baseurl = http://server/path/to/repo\n"
1674 msgstr ""
1682 msgstr ""
1675
1683
1676 #, python-format
1684 #, python-format
1677 msgid "hgcia: sending update to %s\n"
1685 msgid "hgcia: sending update to %s\n"
1678 msgstr "hgcia: sender opdatering til %s\n"
1686 msgstr "hgcia: sender opdatering til %s\n"
1679
1687
1680 msgid "email.from must be defined when sending by email"
1688 msgid "email.from must be defined when sending by email"
1681 msgstr "email.from skal være defineret ved afsendelse af email"
1689 msgstr "email.from skal være defineret ved afsendelse af email"
1682
1690
1683 msgid "cia: no user specified"
1691 msgid "cia: no user specified"
1684 msgstr "cia: ingen bruger angivet"
1692 msgstr "cia: ingen bruger angivet"
1685
1693
1686 msgid "cia: no project specified"
1694 msgid "cia: no project specified"
1687 msgstr "cia: intet project angivet"
1695 msgstr "cia: intet project angivet"
1688
1696
1689 msgid ""
1697 msgid ""
1690 "browse the repository in a graphical way\n"
1698 "browse the repository in a graphical way\n"
1691 "\n"
1699 "\n"
1692 "The hgk extension allows browsing the history of a repository in a\n"
1700 "The hgk extension allows browsing the history of a repository in a\n"
1693 "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
1701 "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
1694 "distributed with Mercurial.)\n"
1702 "distributed with Mercurial.)\n"
1695 "\n"
1703 "\n"
1696 "hgk consists of two parts: a Tcl script that does the displaying and\n"
1704 "hgk consists of two parts: a Tcl script that does the displaying and\n"
1697 "querying of information, and an extension to Mercurial named hgk.py,\n"
1705 "querying of information, and an extension to Mercurial named hgk.py,\n"
1698 "which provides hooks for hgk to get information. hgk can be found in\n"
1706 "which provides hooks for hgk to get information. hgk can be found in\n"
1699 "the contrib directory, and the extension is shipped in the hgext\n"
1707 "the contrib directory, and the extension is shipped in the hgext\n"
1700 "repository, and needs to be enabled.\n"
1708 "repository, and needs to be enabled.\n"
1701 "\n"
1709 "\n"
1702 "The hg view command will launch the hgk Tcl script. For this command\n"
1710 "The hg view command will launch the hgk Tcl script. For this command\n"
1703 "to work, hgk must be in your search path. Alternately, you can specify\n"
1711 "to work, hgk must be in your search path. Alternately, you can specify\n"
1704 "the path to hgk in your .hgrc file:\n"
1712 "the path to hgk in your .hgrc file:\n"
1705 "\n"
1713 "\n"
1706 " [hgk]\n"
1714 " [hgk]\n"
1707 " path=/location/of/hgk\n"
1715 " path=/location/of/hgk\n"
1708 "\n"
1716 "\n"
1709 "hgk can make use of the extdiff extension to visualize revisions.\n"
1717 "hgk can make use of the extdiff extension to visualize revisions.\n"
1710 "Assuming you had already configured extdiff vdiff command, just add:\n"
1718 "Assuming you had already configured extdiff vdiff command, just add:\n"
1711 "\n"
1719 "\n"
1712 " [hgk]\n"
1720 " [hgk]\n"
1713 " vdiff=vdiff\n"
1721 " vdiff=vdiff\n"
1714 "\n"
1722 "\n"
1715 "Revisions context menu will now display additional entries to fire\n"
1723 "Revisions context menu will now display additional entries to fire\n"
1716 "vdiff on hovered and selected revisions."
1724 "vdiff on hovered and selected revisions."
1717 msgstr ""
1725 msgstr ""
1718
1726
1719 msgid "diff trees from two commits"
1727 msgid "diff trees from two commits"
1720 msgstr ""
1728 msgstr ""
1721
1729
1722 msgid "output common ancestor information"
1730 msgid "output common ancestor information"
1723 msgstr ""
1731 msgstr ""
1724
1732
1725 msgid "cat a specific revision"
1733 msgid "cat a specific revision"
1726 msgstr ""
1734 msgstr ""
1727
1735
1728 msgid "cat-file: type or revision not supplied\n"
1736 msgid "cat-file: type or revision not supplied\n"
1729 msgstr ""
1737 msgstr ""
1730
1738
1731 msgid "aborting hg cat-file only understands commits\n"
1739 msgid "aborting hg cat-file only understands commits\n"
1732 msgstr ""
1740 msgstr ""
1733
1741
1734 msgid "parse given revisions"
1742 msgid "parse given revisions"
1735 msgstr ""
1743 msgstr ""
1736
1744
1737 msgid "print revisions"
1745 msgid "print revisions"
1738 msgstr ""
1746 msgstr "udskriv revisioner"
1739
1747
1740 msgid "print extension options"
1748 msgid "print extension options"
1741 msgstr ""
1749 msgstr "udskriv udvidelses valgmuligheder"
1742
1750
1743 msgid "start interactive history viewer"
1751 msgid "start interactive history viewer"
1744 msgstr ""
1752 msgstr "start interaktiv historievisning"
1745
1753
1746 msgid "hg view [-l LIMIT] [REVRANGE]"
1754 msgid "hg view [-l LIMIT] [REVRANGE]"
1747 msgstr "hg view [-l GRÆNSE] [REV-INTERVAL]"
1755 msgstr "hg view [-l GRÆNSE] [REV-INTERVAL]"
1748
1756
1749 msgid "generate patch"
1757 msgid "generate patch"
1750 msgstr ""
1758 msgstr ""
1751
1759
1752 msgid "recursive"
1760 msgid "recursive"
1753 msgstr ""
1761 msgstr "rekursiv"
1754
1762
1755 msgid "pretty"
1763 msgid "pretty"
1756 msgstr ""
1764 msgstr "pæn"
1757
1765
1758 msgid "stdin"
1766 msgid "stdin"
1759 msgstr ""
1767 msgstr "standardinddata"
1760
1768
1761 msgid "detect copies"
1769 msgid "detect copies"
1762 msgstr ""
1770 msgstr "detekter kopier"
1763
1771
1764 msgid "search"
1772 msgid "search"
1765 msgstr "søg"
1773 msgstr "søg"
1766
1774
1767 msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
1775 msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
1768 msgstr "hg git-diff-tree [TILVALG]... KNUDE1 KNUDE2 [FIL]..."
1776 msgstr "hg git-diff-tree [TILVALG]... KNUDE1 KNUDE2 [FIL]..."
1769
1777
1770 msgid "hg debug-cat-file [OPTION]... TYPE FILE"
1778 msgid "hg debug-cat-file [OPTION]... TYPE FILE"
1771 msgstr "hg debug-cat-file [TILVALG ]... TYPE FIL"
1779 msgstr "hg debug-cat-file [TILVALG ]... TYPE FIL"
1772
1780
1773 msgid "hg debug-config"
1781 msgid "hg debug-config"
1774 msgstr "hg debug-config"
1782 msgstr "hg debug-config"
1775
1783
1776 msgid "hg debug-merge-base node node"
1784 msgid "hg debug-merge-base node node"
1777 msgstr "hg debug-merge-base knude knude"
1785 msgstr "hg debug-merge-base knude knude"
1778
1786
1779 msgid "ignored"
1787 msgid "ignored"
1780 msgstr "Ignoreret"
1788 msgstr "Ignoreret"
1781
1789
1782 msgid "hg debug-rev-parse REV"
1790 msgid "hg debug-rev-parse REV"
1783 msgstr "hg debug-rev-parse REV"
1791 msgstr "hg debug-rev-parse REV"
1784
1792
1785 msgid "header"
1793 msgid "header"
1786 msgstr ""
1794 msgstr ""
1787
1795
1788 msgid "topo-order"
1796 msgid "topo-order"
1789 msgstr ""
1797 msgstr "topologisk ordning"
1790
1798
1791 msgid "parents"
1799 msgid "parents"
1792 msgstr ""
1800 msgstr "forældre"
1793
1801
1794 msgid "max-count"
1802 msgid "max-count"
1795 msgstr ""
1803 msgstr ""
1796
1804
1797 msgid "hg debug-rev-list [options] revs"
1805 msgid "hg debug-rev-list [options] revs"
1798 msgstr "hg debug-rev-list [tilvalg] revisioner"
1806 msgstr "hg debug-rev-list [tilvalg] revisioner"
1799
1807
1800 msgid ""
1808 msgid ""
1801 "syntax highlighting for hgweb\n"
1809 "syntax highlighting for hgweb\n"
1802 "\n"
1810 "\n"
1803 "It depends on the Pygments syntax highlighting library:\n"
1811 "It depends on the Pygments syntax highlighting library:\n"
1804 "http://pygments.org/\n"
1812 "http://pygments.org/\n"
1805 "\n"
1813 "\n"
1806 "There is a single configuration option:\n"
1814 "There is a single configuration option:\n"
1807 "\n"
1815 "\n"
1808 "[web]\n"
1816 "[web]\n"
1809 "pygments_style = <style>\n"
1817 "pygments_style = <style>\n"
1810 "\n"
1818 "\n"
1811 "The default is 'colorful'.\n"
1819 "The default is 'colorful'.\n"
1812 "\n"
1820 "\n"
1813 "-- Adam Hupp <adam@hupp.org>\n"
1821 "-- Adam Hupp <adam@hupp.org>\n"
1814 msgstr ""
1822 msgstr ""
1815
1823
1816 msgid "accelerate status report using system level services"
1824 msgid "accelerate status report using system level services"
1817 msgstr "accelerer statusreporter ved hjælp af systemservices"
1825 msgstr "accelerer statusreporter ved hjælp af systemservices"
1818
1826
1819 msgid "start an inotify server for this repository"
1827 msgid "start an inotify server for this repository"
1820 msgstr "start en inotify server for dette depot"
1828 msgstr "start en inotify server for dette depot"
1821
1829
1822 msgid ""
1830 msgid ""
1823 "debugging information for inotify extension\n"
1831 "debugging information for inotify extension\n"
1824 "\n"
1832 "\n"
1825 " Prints the list of directories being watched by the inotify server.\n"
1833 " Prints the list of directories being watched by the inotify server.\n"
1826 " "
1834 " "
1827 msgstr ""
1835 msgstr ""
1828
1836
1829 msgid "directories being watched:\n"
1837 msgid "directories being watched:\n"
1830 msgstr "kataloger som bliver overvåget:\n"
1838 msgstr "kataloger som bliver overvåget:\n"
1831
1839
1832 msgid "run server in background"
1840 msgid "run server in background"
1833 msgstr "kører serveren i baggrunden"
1841 msgstr "kører serveren i baggrunden"
1834
1842
1835 msgid "used internally by daemon mode"
1843 msgid "used internally by daemon mode"
1836 msgstr "brugt internt i daemon mode"
1844 msgstr "brugt internt i daemon mode"
1837
1845
1838 msgid "minutes to sit idle before exiting"
1846 msgid "minutes to sit idle before exiting"
1839 msgstr ""
1847 msgstr "antal minutter der skal ventes i tomgang før afslutning"
1840
1848
1841 msgid "name of file to write process ID to"
1849 msgid "name of file to write process ID to"
1842 msgstr "navn på fil at skrive process ID til"
1850 msgstr "navn på fil at skrive process ID til"
1843
1851
1844 msgid "hg inserve [OPT]..."
1852 msgid "hg inserve [OPT]..."
1845 msgstr "hg inserve [TILVALG]..."
1853 msgstr "hg inserve [TILVALG]..."
1846
1854
1847 msgid "(found dead inotify server socket; removing it)\n"
1855 msgid "(found dead inotify server socket; removing it)\n"
1848 msgstr "(fandt død inotify server sokkel; fjerner den)\n"
1856 msgstr "(fandt død inotify server sokkel; fjerner den)\n"
1849
1857
1850 msgid "(starting inotify server)\n"
1858 msgid "(starting inotify server)\n"
1851 msgstr "(starter inotify server)\n"
1859 msgstr "(starter inotify server)\n"
1852
1860
1853 #, python-format
1861 #, python-format
1854 msgid "could not start inotify server: %s\n"
1862 msgid "could not start inotify server: %s\n"
1855 msgstr "kunne ikke starte inotify server: %s\n"
1863 msgstr "kunne ikke starte inotify server: %s\n"
1856
1864
1857 #, python-format
1865 #, python-format
1858 msgid "could not talk to new inotify server: %s\n"
1866 msgid "could not talk to new inotify server: %s\n"
1859 msgstr "kunne ikke snakke med ny inotify server: %s\n"
1867 msgstr "kunne ikke snakke med ny inotify server: %s\n"
1860
1868
1861 msgid "(inotify server not running)\n"
1869 msgid "(inotify server not running)\n"
1862 msgstr "(inotify server kører ikke)\n"
1870 msgstr "(inotify server kører ikke)\n"
1863
1871
1864 #, python-format
1872 #, python-format
1865 msgid "failed to contact inotify server: %s\n"
1873 msgid "failed to contact inotify server: %s\n"
1866 msgstr "kontakt med inotify server miskykkedes: %s\n"
1874 msgstr "kontakt med inotify server miskykkedes: %s\n"
1867
1875
1868 msgid "received empty answer from inotify server"
1876 msgid "received empty answer from inotify server"
1869 msgstr "modtog tomt svar fra inotify server"
1877 msgstr "modtog tomt svar fra inotify server"
1870
1878
1871 #, python-format
1879 #, python-format
1872 msgid "(inotify: received response from incompatible server version %d)\n"
1880 msgid "(inotify: received response from incompatible server version %d)\n"
1873 msgstr "(inotify: modtog svar fra inkompatibel server version %d)\n"
1881 msgstr "(inotify: modtog svar fra inkompatibel server version %d)\n"
1874
1882
1875 #, python-format
1883 #, python-format
1876 msgid "(inotify: received '%s' response when expecting '%s')\n"
1884 msgid "(inotify: received '%s' response when expecting '%s')\n"
1877 msgstr "(inotify: modtog '%s' svar når '%s' blev forventet)\n"
1885 msgstr "(inotify: modtog '%s' svar når '%s' blev forventet)\n"
1878
1886
1879 msgid "this system does not seem to support inotify"
1887 msgid "this system does not seem to support inotify"
1880 msgstr "dette system ser ikke ud til at understøtte inotify"
1888 msgstr "dette system ser ikke ud til at understøtte inotify"
1881
1889
1882 #, python-format
1890 #, python-format
1883 msgid "*** the current per-user limit on the number of inotify watches is %s\n"
1891 msgid "*** the current per-user limit on the number of inotify watches is %s\n"
1884 msgstr ""
1892 msgstr ""
1885
1893
1886 msgid "*** this limit is too low to watch every directory in this repository\n"
1894 msgid "*** this limit is too low to watch every directory in this repository\n"
1887 msgstr ""
1895 msgstr ""
1888
1896
1889 msgid "*** counting directories: "
1897 msgid "*** counting directories: "
1890 msgstr "*** tæller kataloger: "
1898 msgstr "*** tæller kataloger: "
1891
1899
1892 #, python-format
1900 #, python-format
1893 msgid "found %d\n"
1901 msgid "found %d\n"
1894 msgstr "fandt %d\n"
1902 msgstr "fandt %d\n"
1895
1903
1896 #, python-format
1904 #, python-format
1897 msgid "*** to raise the limit from %d to %d (run as root):\n"
1905 msgid "*** to raise the limit from %d to %d (run as root):\n"
1898 msgstr ""
1906 msgstr ""
1899
1907
1900 #, python-format
1908 #, python-format
1901 msgid "*** echo %d > %s\n"
1909 msgid "*** echo %d > %s\n"
1902 msgstr ""
1910 msgstr ""
1903
1911
1904 #, python-format
1912 #, python-format
1905 msgid "cannot watch %s until inotify watch limit is raised"
1913 msgid "cannot watch %s until inotify watch limit is raised"
1906 msgstr ""
1914 msgstr ""
1907
1915
1908 #, python-format
1916 #, python-format
1909 msgid "inotify service not available: %s"
1917 msgid "inotify service not available: %s"
1910 msgstr ""
1918 msgstr ""
1911
1919
1912 #, python-format
1920 #, python-format
1913 msgid "watching %r\n"
1921 msgid "watching %r\n"
1914 msgstr "overvåget %r\n"
1922 msgstr "overvåget %r\n"
1915
1923
1916 #, python-format
1924 #, python-format
1917 msgid "watching directories under %r\n"
1925 msgid "watching directories under %r\n"
1918 msgstr "overvåger kataloger under %r\n"
1926 msgstr "overvåger kataloger under %r\n"
1919
1927
1920 #, python-format
1928 #, python-format
1921 msgid "status: %r dir(%d) -> %s\n"
1929 msgid "status: %r dir(%d) -> %s\n"
1922 msgstr ""
1930 msgstr ""
1923
1931
1924 #, python-format
1932 #, python-format
1925 msgid "status: %r %s -> %s\n"
1933 msgid "status: %r %s -> %s\n"
1926 msgstr ""
1934 msgstr ""
1927
1935
1928 #, python-format
1936 #, python-format
1929 msgid "%s dirstate reload\n"
1937 msgid "%s dirstate reload\n"
1930 msgstr ""
1938 msgstr ""
1931
1939
1932 #, python-format
1940 #, python-format
1933 msgid "%s end dirstate reload\n"
1941 msgid "%s end dirstate reload\n"
1934 msgstr ""
1942 msgstr ""
1935
1943
1936 msgid "rescanning due to .hgignore change\n"
1944 msgid "rescanning due to .hgignore change\n"
1937 msgstr "genskanner på grund af .hgignore ændring\n"
1945 msgstr "genskanner på grund af .hgignore ændring\n"
1938
1946
1939 #, python-format
1947 #, python-format
1940 msgid "%s event: created %s\n"
1948 msgid "%s event: created %s\n"
1941 msgstr "%s hændelse: oprettede %s\n"
1949 msgstr "%s hændelse: oprettede %s\n"
1942
1950
1943 #, python-format
1951 #, python-format
1944 msgid "%s event: deleted %s\n"
1952 msgid "%s event: deleted %s\n"
1945 msgstr "%s hændelse: slettede %s\n"
1953 msgstr "%s hændelse: slettede %s\n"
1946
1954
1947 #, python-format
1955 #, python-format
1948 msgid "%s event: modified %s\n"
1956 msgid "%s event: modified %s\n"
1949 msgstr "%s hændelse: ændrede %s\n"
1957 msgstr "%s hændelse: ændrede %s\n"
1950
1958
1951 #, python-format
1959 #, python-format
1952 msgid "filesystem containing %s was unmounted\n"
1960 msgid "filesystem containing %s was unmounted\n"
1953 msgstr "filsystem indeholdende %s blev afmonteret\n"
1961 msgstr "filsystem indeholdende %s blev afmonteret\n"
1954
1962
1955 #, python-format
1963 #, python-format
1956 msgid "%s readable: %d bytes\n"
1964 msgid "%s readable: %d bytes\n"
1957 msgstr ""
1965 msgstr ""
1958
1966
1959 #, python-format
1967 #, python-format
1960 msgid "%s below threshold - unhooking\n"
1968 msgid "%s below threshold - unhooking\n"
1961 msgstr ""
1969 msgstr ""
1962
1970
1963 #, python-format
1971 #, python-format
1964 msgid "%s reading %d events\n"
1972 msgid "%s reading %d events\n"
1965 msgstr ""
1973 msgstr ""
1966
1974
1967 #, python-format
1975 #, python-format
1968 msgid "%s hooking back up with %d bytes readable\n"
1976 msgid "%s hooking back up with %d bytes readable\n"
1969 msgstr ""
1977 msgstr ""
1970
1978
1971 #, python-format
1979 #, python-format
1972 msgid "could not start server: %s"
1980 msgid "could not start server: %s"
1973 msgstr "kunne ikke starte server: %s"
1981 msgstr "kunne ikke starte server: %s"
1974
1982
1975 #, python-format
1983 #, python-format
1976 msgid "answering query for %r\n"
1984 msgid "answering query for %r\n"
1977 msgstr "svarer forespørgsel for %r\n"
1985 msgstr "svarer forespørgsel for %r\n"
1978
1986
1979 #, python-format
1987 #, python-format
1980 msgid "received query from incompatible client version %d\n"
1988 msgid "received query from incompatible client version %d\n"
1981 msgstr "modtog forespørgsel fra inkompatibel klient version %d\n"
1989 msgstr "modtog forespørgsel fra inkompatibel klient version %d\n"
1982
1990
1983 #, python-format
1991 #, python-format
1984 msgid "unrecognized query type: %s\n"
1992 msgid "unrecognized query type: %s\n"
1985 msgstr "genkendte ikke forespørgselstype: %s\n"
1993 msgstr "genkendte ikke forespørgselstype: %s\n"
1986
1994
1987 msgid "finished setup\n"
1995 msgid "finished setup\n"
1988 msgstr "afsluttede opsætning\n"
1996 msgstr "afsluttede opsætning\n"
1989
1997
1990 msgid ""
1998 msgid ""
1991 "expand expressions into changelog and summaries\n"
1999 "expand expressions into changelog and summaries\n"
1992 "\n"
2000 "\n"
1993 "This extension allows the use of a special syntax in summaries,\n"
2001 "This extension allows the use of a special syntax in summaries,\n"
1994 "which will be automatically expanded into links or any other\n"
2002 "which will be automatically expanded into links or any other\n"
1995 "arbitrary expression, much like InterWiki does.\n"
2003 "arbitrary expression, much like InterWiki does.\n"
1996 "\n"
2004 "\n"
1997 "A few example patterns (link to bug tracking, etc.) that may\n"
2005 "A few example patterns (link to bug tracking, etc.) that may\n"
1998 "be used in your hgrc:\n"
2006 "be used in your hgrc:\n"
1999 "\n"
2007 "\n"
2000 " [interhg]\n"
2008 " [interhg]\n"
2001 " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
2009 " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
2002 " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!"
2010 " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!"
2003 "i\n"
2011 "i\n"
2004 " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
2012 " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
2005 msgstr ""
2013 msgstr ""
2006
2014
2007 #, python-format
2015 #, python-format
2008 msgid "interhg: invalid pattern for %s: %s\n"
2016 msgid "interhg: invalid pattern for %s: %s\n"
2009 msgstr ""
2017 msgstr ""
2010
2018
2011 #, python-format
2019 #, python-format
2012 msgid "interhg: invalid regexp for %s: %s\n"
2020 msgid "interhg: invalid regexp for %s: %s\n"
2013 msgstr ""
2021 msgstr ""
2014
2022
2015 msgid ""
2023 msgid ""
2016 "expand keywords in tracked files\n"
2024 "expand keywords in tracked files\n"
2017 "\n"
2025 "\n"
2018 "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
2026 "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
2019 "tracked text files selected by your configuration.\n"
2027 "tracked text files selected by your configuration.\n"
2020 "\n"
2028 "\n"
2021 "Keywords are only expanded in local repositories and not stored in the\n"
2029 "Keywords are only expanded in local repositories and not stored in the\n"
2022 "change history. The mechanism can be regarded as a convenience for the\n"
2030 "change history. The mechanism can be regarded as a convenience for the\n"
2023 "current user or for archive distribution.\n"
2031 "current user or for archive distribution.\n"
2024 "\n"
2032 "\n"
2025 "Configuration is done in the [keyword] and [keywordmaps] sections of\n"
2033 "Configuration is done in the [keyword] and [keywordmaps] sections of\n"
2026 "hgrc files.\n"
2034 "hgrc files.\n"
2027 "\n"
2035 "\n"
2028 "Example:\n"
2036 "Example:\n"
2029 "\n"
2037 "\n"
2030 " [keyword]\n"
2038 " [keyword]\n"
2031 " # expand keywords in every python file except those matching \"x*\"\n"
2039 " # expand keywords in every python file except those matching \"x*\"\n"
2032 " **.py =\n"
2040 " **.py =\n"
2033 " x* = ignore\n"
2041 " x* = ignore\n"
2034 "\n"
2042 "\n"
2035 "Note: the more specific you are in your filename patterns\n"
2043 "Note: the more specific you are in your filename patterns\n"
2036 " the less you lose speed in huge repositories.\n"
2044 " the less you lose speed in huge repositories.\n"
2037 "\n"
2045 "\n"
2038 "For [keywordmaps] template mapping and expansion demonstration and\n"
2046 "For [keywordmaps] template mapping and expansion demonstration and\n"
2039 "control run \"hg kwdemo\".\n"
2047 "control run \"hg kwdemo\".\n"
2040 "\n"
2048 "\n"
2041 "An additional date template filter {date|utcdate} is provided.\n"
2049 "An additional date template filter {date|utcdate} is provided.\n"
2042 "\n"
2050 "\n"
2043 "The default template mappings (view with \"hg kwdemo -d\") can be\n"
2051 "The default template mappings (view with \"hg kwdemo -d\") can be\n"
2044 "replaced with customized keywords and templates. Again, run \"hg\n"
2052 "replaced with customized keywords and templates. Again, run \"hg\n"
2045 "kwdemo\" to control the results of your config changes.\n"
2053 "kwdemo\" to control the results of your config changes.\n"
2046 "\n"
2054 "\n"
2047 "Before changing/disabling active keywords, run \"hg kwshrink\" to avoid\n"
2055 "Before changing/disabling active keywords, run \"hg kwshrink\" to avoid\n"
2048 "the risk of inadvertently storing expanded keywords in the change\n"
2056 "the risk of inadvertently storing expanded keywords in the change\n"
2049 "history.\n"
2057 "history.\n"
2050 "\n"
2058 "\n"
2051 "To force expansion after enabling it, or a configuration change, run\n"
2059 "To force expansion after enabling it, or a configuration change, run\n"
2052 "\"hg kwexpand\".\n"
2060 "\"hg kwexpand\".\n"
2053 "\n"
2061 "\n"
2054 "Also, when committing with the record extension or using mq's qrecord,\n"
2062 "Also, when committing with the record extension or using mq's qrecord,\n"
2055 "be aware that keywords cannot be updated. Again, run \"hg kwexpand\" on\n"
2063 "be aware that keywords cannot be updated. Again, run \"hg kwexpand\" on\n"
2056 "the files in question to update keyword expansions after all changes\n"
2064 "the files in question to update keyword expansions after all changes\n"
2057 "have been checked in.\n"
2065 "have been checked in.\n"
2058 "\n"
2066 "\n"
2059 "Expansions spanning more than one line and incremental expansions,\n"
2067 "Expansions spanning more than one line and incremental expansions,\n"
2060 "like CVS' $Log$, are not supported. A keyword template map\n"
2068 "like CVS' $Log$, are not supported. A keyword template map\n"
2061 "\"Log = {desc}\" expands to the first line of the changeset description.\n"
2069 "\"Log = {desc}\" expands to the first line of the changeset description.\n"
2062 msgstr ""
2070 msgstr ""
2063
2071
2064 #, python-format
2072 #, python-format
2065 msgid "overwriting %s expanding keywords\n"
2073 msgid "overwriting %s expanding keywords\n"
2066 msgstr ""
2074 msgstr ""
2067
2075
2068 #, python-format
2076 #, python-format
2069 msgid "overwriting %s shrinking keywords\n"
2077 msgid "overwriting %s shrinking keywords\n"
2070 msgstr ""
2078 msgstr ""
2071
2079
2072 msgid "[keyword] patterns cannot match"
2080 msgid "[keyword] patterns cannot match"
2073 msgstr ""
2081 msgstr "[keyword] mønstre kan ikke matche"
2074
2082
2075 msgid "no [keyword] patterns configured"
2083 msgid "no [keyword] patterns configured"
2076 msgstr ""
2084 msgstr "ingen [keyword] mønstre konfigureret"
2077
2085
2078 msgid ""
2086 msgid ""
2079 "print [keywordmaps] configuration and an expansion example\n"
2087 "print [keywordmaps] configuration and an expansion example\n"
2080 "\n"
2088 "\n"
2081 " Show current, custom, or default keyword template maps and their\n"
2089 " Show current, custom, or default keyword template maps and their\n"
2082 " expansions.\n"
2090 " expansions.\n"
2083 "\n"
2091 "\n"
2084 " Extend current configuration by specifying maps as arguments and\n"
2092 " Extend current configuration by specifying maps as arguments and\n"
2085 " optionally by reading from an additional hgrc file.\n"
2093 " optionally by reading from an additional hgrc file.\n"
2086 "\n"
2094 "\n"
2087 " Override current keyword template maps with \"default\" option.\n"
2095 " Override current keyword template maps with \"default\" option.\n"
2088 " "
2096 " "
2089 msgstr ""
2097 msgstr ""
2090
2098
2091 #, python-format
2099 #, python-format
2092 msgid ""
2100 msgid ""
2093 "\n"
2101 "\n"
2094 "\t%s\n"
2102 "\t%s\n"
2095 msgstr ""
2103 msgstr ""
2096
2104
2097 #, python-format
2105 #, python-format
2098 msgid "creating temporary repository at %s\n"
2106 msgid "creating temporary repository at %s\n"
2099 msgstr "opretter midlertidigt depot ved %s\n"
2107 msgstr "opretter midlertidigt depot ved %s\n"
2100
2108
2101 #, python-format
2109 #, python-format
2102 msgid ""
2110 msgid ""
2103 "\n"
2111 "\n"
2104 "%s keywords written to %s:\n"
2112 "%s keywords written to %s:\n"
2105 msgstr ""
2113 msgstr ""
2106
2114
2107 msgid "unhooked all commit hooks\n"
2115 msgid "unhooked all commit hooks\n"
2108 msgstr ""
2116 msgstr ""
2109
2117
2110 #, python-format
2118 #, python-format
2111 msgid ""
2119 msgid ""
2112 "\n"
2120 "\n"
2113 "removing temporary repository %s\n"
2121 "removing temporary repository %s\n"
2114 msgstr ""
2122 msgstr ""
2115 "\n"
2123 "\n"
2116 "fjerner midlertidigt depot %s\n"
2124 "fjerner midlertidigt depot %s\n"
2117
2125
2118 msgid ""
2126 msgid ""
2119 "expand keywords in the working directory\n"
2127 "expand keywords in the working directory\n"
2120 "\n"
2128 "\n"
2121 " Run after (re)enabling keyword expansion.\n"
2129 " Run after (re)enabling keyword expansion.\n"
2122 "\n"
2130 "\n"
2123 " kwexpand refuses to run if given files contain local changes.\n"
2131 " kwexpand refuses to run if given files contain local changes.\n"
2124 " "
2132 " "
2125 msgstr ""
2133 msgstr ""
2126
2134
2127 msgid ""
2135 msgid ""
2128 "print files currently configured for keyword expansion\n"
2136 "print files currently configured for keyword expansion\n"
2129 "\n"
2137 "\n"
2130 " Crosscheck which files in working directory are potential targets\n"
2138 " Crosscheck which files in working directory are potential targets\n"
2131 " for keyword expansion. That is, files matched by [keyword] config\n"
2139 " for keyword expansion. That is, files matched by [keyword] config\n"
2132 " patterns but not symlinks.\n"
2140 " patterns but not symlinks.\n"
2133 " "
2141 " "
2134 msgstr ""
2142 msgstr ""
2135
2143
2136 msgid ""
2144 msgid ""
2137 "revert expanded keywords in the working directory\n"
2145 "revert expanded keywords in the working directory\n"
2138 "\n"
2146 "\n"
2139 " Run before changing/disabling active keywords or if you experience\n"
2147 " Run before changing/disabling active keywords or if you experience\n"
2140 " problems with \"hg import\" or \"hg merge\".\n"
2148 " problems with \"hg import\" or \"hg merge\".\n"
2141 "\n"
2149 "\n"
2142 " kwshrink refuses to run if given files contain local changes.\n"
2150 " kwshrink refuses to run if given files contain local changes.\n"
2143 " "
2151 " "
2144 msgstr ""
2152 msgstr ""
2145
2153
2146 msgid "show default keyword template maps"
2154 msgid "show default keyword template maps"
2147 msgstr ""
2155 msgstr "vis standard keyword skabelon-afbildninger"
2148
2156
2149 msgid "read maps from rcfile"
2157 msgid "read maps from rcfile"
2150 msgstr ""
2158 msgstr ""
2151
2159
2152 msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
2160 msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
2153 msgstr ""
2161 msgstr ""
2154
2162
2155 msgid "hg kwexpand [OPTION]... [FILE]..."
2163 msgid "hg kwexpand [OPTION]... [FILE]..."
2156 msgstr "hg kwexpand [TILVALG]... [FIL]..."
2164 msgstr "hg kwexpand [TILVALG]... [FIL]..."
2157
2165
2158 msgid "show keyword status flags of all files"
2166 msgid "show keyword status flags of all files"
2159 msgstr ""
2167 msgstr "vis keyword status for alle filer"
2160
2168
2161 msgid "show files excluded from expansion"
2169 msgid "show files excluded from expansion"
2162 msgstr ""
2170 msgstr "vis filer ekskluderet fra ekspansion"
2163
2171
2164 msgid "additionally show untracked files"
2172 msgid "additionally show untracked files"
2165 msgstr ""
2173 msgstr "vis også ikke-fulgte filer"
2166
2174
2167 msgid "hg kwfiles [OPTION]... [FILE]..."
2175 msgid "hg kwfiles [OPTION]... [FILE]..."
2168 msgstr "hg kwfiles [TILVALG]... [FIL]..."
2176 msgstr "hg kwfiles [TILVALG]... [FIL]..."
2169
2177
2170 msgid "hg kwshrink [OPTION]... [FILE]..."
2178 msgid "hg kwshrink [OPTION]... [FILE]..."
2171 msgstr "hg kwshrink [TILVALG]... [FIL]..."
2179 msgstr "hg kwshrink [TILVALG]... [FIL]..."
2172
2180
2173 msgid ""
2181 msgid ""
2174 "work with a stack of patches\n"
2182 "work with a stack of patches\n"
2175 "\n"
2183 "\n"
2176 "This extension lets you work with a stack of patches in a Mercurial\n"
2184 "This extension lets you work with a stack of patches in a Mercurial\n"
2177 "repository. It manages two stacks of patches - all known patches, and\n"
2185 "repository. It manages two stacks of patches - all known patches, and\n"
2178 "applied patches (subset of known patches).\n"
2186 "applied patches (subset of known patches).\n"
2179 "\n"
2187 "\n"
2180 "Known patches are represented as patch files in the .hg/patches\n"
2188 "Known patches are represented as patch files in the .hg/patches\n"
2181 "directory. Applied patches are both patch files and changesets.\n"
2189 "directory. Applied patches are both patch files and changesets.\n"
2182 "\n"
2190 "\n"
2183 "Common tasks (use \"hg help command\" for more details):\n"
2191 "Common tasks (use \"hg help command\" for more details):\n"
2184 "\n"
2192 "\n"
2185 "prepare repository to work with patches qinit\n"
2193 "prepare repository to work with patches qinit\n"
2186 "create new patch qnew\n"
2194 "create new patch qnew\n"
2187 "import existing patch qimport\n"
2195 "import existing patch qimport\n"
2188 "\n"
2196 "\n"
2189 "print patch series qseries\n"
2197 "print patch series qseries\n"
2190 "print applied patches qapplied\n"
2198 "print applied patches qapplied\n"
2191 "print name of top applied patch qtop\n"
2199 "print name of top applied patch qtop\n"
2192 "\n"
2200 "\n"
2193 "add known patch to applied stack qpush\n"
2201 "add known patch to applied stack qpush\n"
2194 "remove patch from applied stack qpop\n"
2202 "remove patch from applied stack qpop\n"
2195 "refresh contents of top applied patch qrefresh\n"
2203 "refresh contents of top applied patch qrefresh\n"
2196 msgstr ""
2204 msgstr ""
2197 "arbejd med en stak af lapper\n"
2205 "arbejd med en stak af lapper\n"
2198 "\n"
2206 "\n"
2199 "Denne udvidelse lader dig arbejde med en stak af lapper (patches) i et\n"
2207 "Denne udvidelse lader dig arbejde med en stak af lapper (patches) i et\n"
2200 "Mercurial repository. Den håndterer to stakke af patches - alle kendte\n"
2208 "Mercurial repository. Den håndterer to stakke af patches - alle kendte\n"
2201 "patches og alle anvendte patches (en delmængde af de kendte patches).\n"
2209 "patches og alle anvendte patches (en delmængde af de kendte patches).\n"
2202 "\n"
2210 "\n"
2203 "Kendte patches er repræsenteret som patch-filer i .hg/patches\n"
2211 "Kendte patches er repræsenteret som patch-filer i .hg/patches\n"
2204 "biblioteket. Anvendte patches er både patch-filer og Mercurial\n"
2212 "biblioteket. Anvendte patches er både patch-filer og Mercurial\n"
2205 "ændringer.\n"
2213 "ændringer.\n"
2206 "\n"
2214 "\n"
2207 "Almindelige opgaver (brug \"hg help kommado\" for flere detaljer):\n"
2215 "Almindelige opgaver (brug \"hg help kommado\" for flere detaljer):\n"
2208 "\n"
2216 "\n"
2209 "forbered repository til at arbejde med patches qinit\n"
2217 "forbered repository til at arbejde med patches qinit\n"
2210 "opret ny patch qnew\n"
2218 "opret ny patch qnew\n"
2211 "importer eksisterende patch qimport\n"
2219 "importer eksisterende patch qimport\n"
2212 "\n"
2220 "\n"
2213 "list patch-serien qseries\n"
2221 "list patch-serien qseries\n"
2214 "list anvendte patches qapplied\n"
2222 "list anvendte patches qapplied\n"
2215 "list navnet på den øverste patch qtop\n"
2223 "list navnet på den øverste patch qtop\n"
2216 "\n"
2224 "\n"
2217 "anvend og put patch på stakken qpush\n"
2225 "anvend og put patch på stakken qpush\n"
2218 "fjern patch fra stakken qpop\n"
2226 "fjern patch fra stakken qpop\n"
2219 "genopfrisk indholdet af den øverste patch qrefresh\n"
2227 "genopfrisk indholdet af den øverste patch qrefresh\n"
2220
2228
2221 #, python-format
2229 #, python-format
2222 msgid "%s appears more than once in %s"
2230 msgid "%s appears more than once in %s"
2223 msgstr "%s findes mere end én gang i %s"
2231 msgstr "%s findes mere end én gang i %s"
2224
2232
2225 msgid "guard cannot be an empty string"
2233 msgid "guard cannot be an empty string"
2226 msgstr ""
2234 msgstr ""
2227
2235
2228 #, python-format
2236 #, python-format
2229 msgid "guard %r starts with invalid character: %r"
2237 msgid "guard %r starts with invalid character: %r"
2230 msgstr ""
2238 msgstr ""
2231
2239
2232 #, python-format
2240 #, python-format
2233 msgid "invalid character in guard %r: %r"
2241 msgid "invalid character in guard %r: %r"
2234 msgstr ""
2242 msgstr ""
2235
2243
2236 #, python-format
2244 #, python-format
2237 msgid "active guards: %s\n"
2245 msgid "active guards: %s\n"
2238 msgstr ""
2246 msgstr ""
2239
2247
2240 #, python-format
2248 #, python-format
2241 msgid "guard %r too short"
2249 msgid "guard %r too short"
2242 msgstr ""
2250 msgstr ""
2243
2251
2244 #, python-format
2252 #, python-format
2245 msgid "guard %r starts with invalid char"
2253 msgid "guard %r starts with invalid char"
2246 msgstr ""
2254 msgstr ""
2247
2255
2248 #, python-format
2256 #, python-format
2249 msgid "allowing %s - no guards in effect\n"
2257 msgid "allowing %s - no guards in effect\n"
2250 msgstr ""
2258 msgstr ""
2251
2259
2252 #, python-format
2260 #, python-format
2253 msgid "allowing %s - no matching negative guards\n"
2261 msgid "allowing %s - no matching negative guards\n"
2254 msgstr ""
2262 msgstr ""
2255
2263
2256 #, python-format
2264 #, python-format
2257 msgid "allowing %s - guarded by %r\n"
2265 msgid "allowing %s - guarded by %r\n"
2258 msgstr ""
2266 msgstr ""
2259
2267
2260 #, python-format
2268 #, python-format
2261 msgid "skipping %s - guarded by %r\n"
2269 msgid "skipping %s - guarded by %r\n"
2262 msgstr ""
2270 msgstr ""
2263
2271
2264 #, python-format
2272 #, python-format
2265 msgid "skipping %s - no matching guards\n"
2273 msgid "skipping %s - no matching guards\n"
2266 msgstr ""
2274 msgstr ""
2267
2275
2268 #, python-format
2276 #, python-format
2269 msgid "error removing undo: %s\n"
2277 msgid "error removing undo: %s\n"
2270 msgstr ""
2278 msgstr ""
2271
2279
2272 #, python-format
2280 #, python-format
2273 msgid "apply failed for patch %s"
2281 msgid "apply failed for patch %s"
2274 msgstr ""
2282 msgstr ""
2275
2283
2276 #, python-format
2284 #, python-format
2277 msgid "patch didn't work out, merging %s\n"
2285 msgid "patch didn't work out, merging %s\n"
2278 msgstr ""
2286 msgstr ""
2279
2287
2280 #, python-format
2288 #, python-format
2281 msgid "update returned %d"
2289 msgid "update returned %d"
2282 msgstr ""
2290 msgstr "opdatering returnerede %d"
2283
2291
2284 msgid "repo commit failed"
2292 msgid "repo commit failed"
2285 msgstr ""
2293 msgstr "deponering fejlede"
2286
2294
2287 #, python-format
2295 #, python-format
2288 msgid "unable to read %s"
2296 msgid "unable to read %s"
2289 msgstr "ikke i stand til at læse %s"
2297 msgstr "ikke i stand til at læse %s"
2290
2298
2291 #, python-format
2299 #, python-format
2292 msgid "patch %s does not exist\n"
2300 msgid "patch %s does not exist\n"
2293 msgstr "rettelsen %s findes ikke\n"
2301 msgstr "rettelsen %s findes ikke\n"
2294
2302
2295 #, python-format
2303 #, python-format
2296 msgid "patch %s is not applied\n"
2304 msgid "patch %s is not applied\n"
2297 msgstr "rettelsen %s er ikke anvendt\n"
2305 msgstr "rettelsen %s er ikke anvendt\n"
2298
2306
2299 msgid "patch failed, unable to continue (try -v)\n"
2307 msgid "patch failed, unable to continue (try -v)\n"
2300 msgstr ""
2308 msgstr ""
2301
2309
2302 #, python-format
2310 #, python-format
2303 msgid "applying %s\n"
2311 msgid "applying %s\n"
2304 msgstr "anvender %s\n"
2312 msgstr "anvender %s\n"
2305
2313
2306 #, python-format
2314 #, python-format
2307 msgid "unable to read %s\n"
2315 msgid "unable to read %s\n"
2308 msgstr "kan ikke læse %s\n"
2316 msgstr "kan ikke læse %s\n"
2309
2317
2310 #, python-format
2318 #, python-format
2311 msgid "imported patch %s\n"
2319 msgid "imported patch %s\n"
2312 msgstr "importeret rettelse %s\n"
2320 msgstr "importeret rettelse %s\n"
2313
2321
2314 #, python-format
2322 #, python-format
2315 msgid ""
2323 msgid ""
2316 "\n"
2324 "\n"
2317 "imported patch %s"
2325 "imported patch %s"
2318 msgstr ""
2326 msgstr ""
2319 "\n"
2327 "\n"
2320 "importeret rettelse %s"
2328 "importeret rettelse %s"
2321
2329
2322 #, python-format
2330 #, python-format
2323 msgid "patch %s is empty\n"
2331 msgid "patch %s is empty\n"
2324 msgstr "rettelse %s er tom\n"
2332 msgstr "rettelse %s er tom\n"
2325
2333
2326 msgid "patch failed, rejects left in working dir\n"
2334 msgid "patch failed, rejects left in working dir\n"
2327 msgstr ""
2335 msgstr ""
2328
2336
2329 msgid "fuzz found when applying patch, stopping\n"
2337 msgid "fuzz found when applying patch, stopping\n"
2330 msgstr ""
2338 msgstr ""
2331
2339
2332 #, python-format
2340 #, python-format
2333 msgid "revision %d is not managed"
2341 msgid "revision %d is not managed"
2334 msgstr ""
2342 msgstr ""
2335
2343
2336 #, python-format
2344 #, python-format
2337 msgid "cannot delete revision %d above applied patches"
2345 msgid "cannot delete revision %d above applied patches"
2338 msgstr "kan ikke slette revision %d ovenover anvendte rettelser"
2346 msgstr "kan ikke slette revision %d ovenover anvendte rettelser"
2339
2347
2340 #, python-format
2348 #, python-format
2341 msgid "patch %s finalized without changeset message\n"
2349 msgid "patch %s finalized without changeset message\n"
2342 msgstr ""
2350 msgstr ""
2343
2351
2344 msgid "qdelete requires at least one revision or patch name"
2352 msgid "qdelete requires at least one revision or patch name"
2345 msgstr ""
2353 msgstr ""
2346
2354
2347 #, python-format
2355 #, python-format
2348 msgid "cannot delete applied patch %s"
2356 msgid "cannot delete applied patch %s"
2349 msgstr "kan ikke slette den anvendte rettelse %s"
2357 msgstr "kan ikke slette den anvendte rettelse %s"
2350
2358
2351 #, python-format
2359 #, python-format
2352 msgid "patch %s not in series file"
2360 msgid "patch %s not in series file"
2353 msgstr "rettelse %s er ikke i series filen"
2361 msgstr "rettelse %s er ikke i series filen"
2354
2362
2355 msgid "no patches applied"
2363 msgid "no patches applied"
2356 msgstr "ingen rettelser anvendt"
2364 msgstr "ingen rettelser anvendt"
2357
2365
2358 msgid "working directory revision is not qtip"
2366 msgid "working directory revision is not qtip"
2359 msgstr ""
2367 msgstr ""
2360
2368
2361 msgid "local changes found, refresh first"
2369 msgid "local changes found, refresh first"
2362 msgstr "lokale ændringer fundet, genopfrisk først"
2370 msgstr "lokale ændringer fundet, genopfrisk først"
2363
2371
2364 msgid "local changes found"
2372 msgid "local changes found"
2365 msgstr "lokale ændringer fundet"
2373 msgstr "lokale ændringer fundet"
2366
2374
2367 #, python-format
2375 #, python-format
2368 msgid "\"%s\" cannot be used as the name of a patch"
2376 msgid "\"%s\" cannot be used as the name of a patch"
2369 msgstr "\"%s\" kan ikke bruges som navnet på en rettelse"
2377 msgstr "\"%s\" kan ikke bruges som navnet på en rettelse"
2370
2378
2371 #, python-format
2379 #, python-format
2372 msgid "patch \"%s\" already exists"
2380 msgid "patch \"%s\" already exists"
2373 msgstr "rettelsen \"%s\" findes allerede"
2381 msgstr "rettelsen \"%s\" findes allerede"
2374
2382
2375 #, python-format
2383 #, python-format
2376 msgid "error unlinking %s\n"
2384 msgid "error unlinking %s\n"
2377 msgstr "fejl ved sletning af %s\n"
2385 msgstr "fejl ved sletning af %s\n"
2378
2386
2379 #, python-format
2387 #, python-format
2380 msgid "patch name \"%s\" is ambiguous:\n"
2388 msgid "patch name \"%s\" is ambiguous:\n"
2381 msgstr "rettelsen \"%s\" er tvetydigt:\n"
2389 msgstr "rettelsen \"%s\" er tvetydigt:\n"
2382
2390
2383 #, python-format
2391 #, python-format
2384 msgid "patch %s not in series"
2392 msgid "patch %s not in series"
2385 msgstr ""
2393 msgstr ""
2386
2394
2387 msgid "(working directory not at a head)\n"
2395 msgid "(working directory not at a head)\n"
2388 msgstr "(arbejdskatalog er ikke ved et hoved)\n"
2396 msgstr "(arbejdskatalog er ikke ved et hoved)\n"
2389
2397
2390 msgid "no patches in series\n"
2398 msgid "no patches in series\n"
2391 msgstr "ingen patches i serien\n"
2399 msgstr "ingen patches i serien\n"
2392
2400
2393 #, python-format
2401 #, python-format
2394 msgid "cannot push to a previous patch: %s"
2402 msgid "cannot push to a previous patch: %s"
2395 msgstr ""
2403 msgstr ""
2396
2404
2397 #, python-format
2405 #, python-format
2398 msgid "qpush: %s is already at the top\n"
2406 msgid "qpush: %s is already at the top\n"
2399 msgstr ""
2407 msgstr ""
2400
2408
2401 #, python-format
2409 #, python-format
2402 msgid "guarded by %r"
2410 msgid "guarded by %r"
2403 msgstr ""
2411 msgstr ""
2404
2412
2405 msgid "no matching guards"
2413 msgid "no matching guards"
2406 msgstr ""
2414 msgstr ""
2407
2415
2408 #, python-format
2416 #, python-format
2409 msgid "cannot push '%s' - %s\n"
2417 msgid "cannot push '%s' - %s\n"
2410 msgstr "kan ikke skubbe '%s' - %s\n"
2418 msgstr "kan ikke skubbe '%s' - %s\n"
2411
2419
2412 msgid "all patches are currently applied\n"
2420 msgid "all patches are currently applied\n"
2413 msgstr "alle rettelser er i øjeblikket anvendt\n"
2421 msgstr "alle rettelser er i øjeblikket anvendt\n"
2414
2422
2415 msgid "patch series already fully applied\n"
2423 msgid "patch series already fully applied\n"
2416 msgstr ""
2424 msgstr ""
2417
2425
2418 msgid "cleaning up working directory..."
2426 msgid "cleaning up working directory..."
2419 msgstr "rydder op i arbejdskataloget..."
2427 msgstr "rydder op i arbejdskataloget..."
2420
2428
2421 #, python-format
2429 #, python-format
2422 msgid "errors during apply, please fix and refresh %s\n"
2430 msgid "errors during apply, please fix and refresh %s\n"
2423 msgstr ""
2431 msgstr ""
2424
2432
2425 #, python-format
2433 #, python-format
2426 msgid "now at: %s\n"
2434 msgid "now at: %s\n"
2427 msgstr "nu ved: %s\n"
2435 msgstr "nu ved: %s\n"
2428
2436
2429 #, python-format
2437 #, python-format
2430 msgid "patch %s is not applied"
2438 msgid "patch %s is not applied"
2431 msgstr "rettelse %s er ikke anvendt"
2439 msgstr "rettelse %s er ikke anvendt"
2432
2440
2433 msgid "no patches applied\n"
2441 msgid "no patches applied\n"
2434 msgstr "ingen rettelser anvendt\n"
2442 msgstr "ingen rettelser anvendt\n"
2435
2443
2436 #, python-format
2444 #, python-format
2437 msgid "qpop: %s is already at the top\n"
2445 msgid "qpop: %s is already at the top\n"
2438 msgstr "qpop: %s er allerede ved toppen\n"
2446 msgstr "qpop: %s er allerede ved toppen\n"
2439
2447
2440 msgid "qpop: forcing dirstate update\n"
2448 msgid "qpop: forcing dirstate update\n"
2441 msgstr ""
2449 msgstr ""
2442
2450
2443 #, python-format
2451 #, python-format
2444 msgid "trying to pop unknown node %s"
2452 msgid "trying to pop unknown node %s"
2445 msgstr ""
2453 msgstr ""
2446
2454
2447 msgid "popping would remove a revision not managed by this patch queue"
2455 msgid "popping would remove a revision not managed by this patch queue"
2448 msgstr ""
2456 msgstr ""
2449
2457
2450 msgid "deletions found between repo revs"
2458 msgid "deletions found between repo revs"
2451 msgstr ""
2459 msgstr ""
2452
2460
2453 msgid "patch queue now empty\n"
2461 msgid "patch queue now empty\n"
2454 msgstr "rettelseskøen er nu tom\n"
2462 msgstr "rettelseskøen er nu tom\n"
2455
2463
2456 msgid "cannot refresh a revision with children"
2464 msgid "cannot refresh a revision with children"
2457 msgstr ""
2465 msgstr ""
2458
2466
2459 msgid ""
2467 msgid ""
2460 "refresh interrupted while patch was popped! (revert --all, qpush to "
2468 "refresh interrupted while patch was popped! (revert --all, qpush to "
2461 "recover)\n"
2469 "recover)\n"
2462 msgstr ""
2470 msgstr ""
2463
2471
2464 msgid "patch queue directory already exists"
2472 msgid "patch queue directory already exists"
2465 msgstr ""
2473 msgstr ""
2466
2474
2467 #, python-format
2475 #, python-format
2468 msgid "patch %s is not in series file"
2476 msgid "patch %s is not in series file"
2469 msgstr "rettelse %s er ikke i series filen"
2477 msgstr "rettelse %s er ikke i series filen"
2470
2478
2471 msgid "No saved patch data found\n"
2479 msgid "No saved patch data found\n"
2472 msgstr ""
2480 msgstr ""
2473
2481
2474 #, python-format
2482 #, python-format
2475 msgid "restoring status: %s\n"
2483 msgid "restoring status: %s\n"
2476 msgstr "genopretter status: %s\n"
2484 msgstr "genopretter status: %s\n"
2477
2485
2478 msgid "save entry has children, leaving it alone\n"
2486 msgid "save entry has children, leaving it alone\n"
2479 msgstr ""
2487 msgstr ""
2480
2488
2481 #, python-format
2489 #, python-format
2482 msgid "removing save entry %s\n"
2490 msgid "removing save entry %s\n"
2483 msgstr ""
2491 msgstr ""
2484
2492
2485 #, python-format
2493 #, python-format
2486 msgid "saved queue repository parents: %s %s\n"
2494 msgid "saved queue repository parents: %s %s\n"
2487 msgstr ""
2495 msgstr ""
2488
2496
2489 msgid "queue directory updating\n"
2497 msgid "queue directory updating\n"
2490 msgstr ""
2498 msgstr ""
2491
2499
2492 msgid "Unable to load queue repository\n"
2500 msgid "Unable to load queue repository\n"
2493 msgstr ""
2501 msgstr ""
2494
2502
2495 msgid "save: no patches applied, exiting\n"
2503 msgid "save: no patches applied, exiting\n"
2496 msgstr ""
2504 msgstr ""
2497
2505
2498 msgid "status is already saved\n"
2506 msgid "status is already saved\n"
2499 msgstr ""
2507 msgstr ""
2500
2508
2501 msgid "hg patches saved state"
2509 msgid "hg patches saved state"
2502 msgstr ""
2510 msgstr ""
2503
2511
2504 msgid "repo commit failed\n"
2512 msgid "repo commit failed\n"
2505 msgstr ""
2513 msgstr ""
2506
2514
2507 #, python-format
2515 #, python-format
2508 msgid "patch %s is already in the series file"
2516 msgid "patch %s is already in the series file"
2509 msgstr "lap %s er allerede i series-filen"
2517 msgstr "lap %s er allerede i series-filen"
2510
2518
2511 msgid "option \"-r\" not valid when importing files"
2519 msgid "option \"-r\" not valid when importing files"
2512 msgstr "tilvalg \"-r\" er ikke gyldigt når filer bliver importeret"
2520 msgstr "tilvalg \"-r\" er ikke gyldigt når filer bliver importeret"
2513
2521
2514 msgid "option \"-n\" not valid when importing multiple patches"
2522 msgid "option \"-n\" not valid when importing multiple patches"
2515 msgstr "tilvalg \"-n\" er ikke gyldigt når flere lapper bliver importeret"
2523 msgstr "tilvalg \"-n\" er ikke gyldigt når flere lapper bliver importeret"
2516
2524
2517 #, python-format
2525 #, python-format
2518 msgid "revision %d is the root of more than one branch"
2526 msgid "revision %d is the root of more than one branch"
2519 msgstr "revision %d er roden for mere end en gren"
2527 msgstr "revision %d er roden for mere end en gren"
2520
2528
2521 #, python-format
2529 #, python-format
2522 msgid "revision %d is already managed"
2530 msgid "revision %d is already managed"
2523 msgstr "revision %d er allerede håndteret"
2531 msgstr "revision %d er allerede håndteret"
2524
2532
2525 #, python-format
2533 #, python-format
2526 msgid "revision %d is not the parent of the queue"
2534 msgid "revision %d is not the parent of the queue"
2527 msgstr ""
2535 msgstr ""
2528
2536
2529 #, python-format
2537 #, python-format
2530 msgid "revision %d has unmanaged children"
2538 msgid "revision %d has unmanaged children"
2531 msgstr ""
2539 msgstr ""
2532
2540
2533 #, python-format
2541 #, python-format
2534 msgid "cannot import merge revision %d"
2542 msgid "cannot import merge revision %d"
2535 msgstr "kan ikke importere sammenføjningsrevision %d"
2543 msgstr "kan ikke importere sammenføjningsrevision %d"
2536
2544
2537 #, python-format
2545 #, python-format
2538 msgid "revision %d is not the parent of %d"
2546 msgid "revision %d is not the parent of %d"
2539 msgstr ""
2547 msgstr ""
2540
2548
2541 msgid "-e is incompatible with import from -"
2549 msgid "-e is incompatible with import from -"
2542 msgstr "-e er ikke kompatibelt med importering fra -"
2550 msgstr "-e er ikke kompatibelt med importering fra -"
2543
2551
2544 #, python-format
2552 #, python-format
2545 msgid "patch %s does not exist"
2553 msgid "patch %s does not exist"
2546 msgstr "rettelse %s eksisterer ikke"
2554 msgstr "rettelse %s eksisterer ikke"
2547
2555
2548 msgid "need --name to import a patch from -"
2556 msgid "need --name to import a patch from -"
2549 msgstr "har brug for --name for at importere lap fra -"
2557 msgstr "har brug for --name for at importere lap fra -"
2550
2558
2551 #, python-format
2559 #, python-format
2552 msgid "adding %s to series file\n"
2560 msgid "adding %s to series file\n"
2553 msgstr "tilføjer %s til series filen\n"
2561 msgstr "tilføjer %s til series filen\n"
2554
2562
2555 msgid ""
2563 msgid ""
2556 "remove patches from queue\n"
2564 "remove patches from queue\n"
2557 "\n"
2565 "\n"
2558 " The patches must not be applied, and at least one patch is\n"
2566 " The patches must not be applied, and at least one patch is\n"
2559 " required.\n"
2567 " required.\n"
2560 "\n"
2568 "\n"
2561 " With -k/--keep, the patch files are preserved in the patch\n"
2569 " With -k/--keep, the patch files are preserved in the patch\n"
2562 " directory.\n"
2570 " directory.\n"
2563 "\n"
2571 "\n"
2564 " To stop managing a patch and move it into permanent history,\n"
2572 " To stop managing a patch and move it into permanent history,\n"
2565 " use the qfinish command."
2573 " use the qfinish command."
2566 msgstr ""
2574 msgstr ""
2567
2575
2568 msgid "print the patches already applied"
2576 msgid "print the patches already applied"
2569 msgstr "udskriver rettelserne som allerede er anvendt"
2577 msgstr "udskriver rettelserne som allerede er anvendt"
2570
2578
2571 msgid "print the patches not yet applied"
2579 msgid "print the patches not yet applied"
2572 msgstr "udskriver rettelserne som ikke er anvendt endnu"
2580 msgstr "udskriver rettelserne som ikke er anvendt endnu"
2573
2581
2574 msgid ""
2582 msgid ""
2575 "import a patch\n"
2583 "import a patch\n"
2576 "\n"
2584 "\n"
2577 " The patch is inserted into the series after the last applied\n"
2585 " The patch is inserted into the series after the last applied\n"
2578 " patch. If no patches have been applied, qimport prepends the patch\n"
2586 " patch. If no patches have been applied, qimport prepends the patch\n"
2579 " to the series.\n"
2587 " to the series.\n"
2580 "\n"
2588 "\n"
2581 " The patch will have the same name as its source file unless you\n"
2589 " The patch will have the same name as its source file unless you\n"
2582 " give it a new one with -n/--name.\n"
2590 " give it a new one with -n/--name.\n"
2583 "\n"
2591 "\n"
2584 " You can register an existing patch inside the patch directory with\n"
2592 " You can register an existing patch inside the patch directory with\n"
2585 " the -e/--existing flag.\n"
2593 " the -e/--existing flag.\n"
2586 "\n"
2594 "\n"
2587 " With -f/--force, an existing patch of the same name will be\n"
2595 " With -f/--force, an existing patch of the same name will be\n"
2588 " overwritten.\n"
2596 " overwritten.\n"
2589 "\n"
2597 "\n"
2590 " An existing changeset may be placed under mq control with -r/--rev\n"
2598 " An existing changeset may be placed under mq control with -r/--rev\n"
2591 " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
2599 " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
2592 " With -g/--git, patches imported with --rev will use the git diff\n"
2600 " With -g/--git, patches imported with --rev will use the git diff\n"
2593 " format. See the diffs help topic for information on why this is\n"
2601 " format. See the diffs help topic for information on why this is\n"
2594 " important for preserving rename/copy information and permission\n"
2602 " important for preserving rename/copy information and permission\n"
2595 " changes.\n"
2603 " changes.\n"
2596 "\n"
2604 "\n"
2597 " To import a patch from standard input, pass - as the patch file.\n"
2605 " To import a patch from standard input, pass - as the patch file.\n"
2598 " When importing from standard input, a patch name must be specified\n"
2606 " When importing from standard input, a patch name must be specified\n"
2599 " using the --name flag.\n"
2607 " using the --name flag.\n"
2600 " "
2608 " "
2601 msgstr ""
2609 msgstr ""
2602 "importer en patch\n"
2610 "importer en patch\n"
2603 "\n"
2611 "\n"
2604 " Patchen sættes ind i serien efter den sidste anvendte patch. Hvis\n"
2612 " Patchen sættes ind i serien efter den sidste anvendte patch. Hvis\n"
2605 " der ikker er anvendt nogen patches, indsætter qimport patches\n"
2613 " der ikker er anvendt nogen patches, indsætter qimport patches\n"
2606 " først i serien.\n"
2614 " først i serien.\n"
2607 "\n"
2615 "\n"
2608 " Patchen vil have samme navn som dens kildefil, med mindre du\n"
2616 " Patchen vil have samme navn som dens kildefil, med mindre du\n"
2609 " angiver et nyt med -n/--name.\n"
2617 " angiver et nyt med -n/--name.\n"
2610 "\n"
2618 "\n"
2611 " Du kan registrere en eksisterende patch inden i patch kataloget\n"
2619 " Du kan registrere en eksisterende patch inden i patch kataloget\n"
2612 " med -e/--existing tilvalget.\n"
2620 " med -e/--existing tilvalget.\n"
2613 "\n"
2621 "\n"
2614 " Med -f/--force vil en allerede eksisterende patch med samme navn\n"
2622 " Med -f/--force vil en allerede eksisterende patch med samme navn\n"
2615 " blive overskrevet.\n"
2623 " blive overskrevet.\n"
2616 "\n"
2624 "\n"
2617 " En eksisterende ændrin kan blive sat under mq kontrol med -r/--rev\n"
2625 " En eksisterende ændrin kan blive sat under mq kontrol med -r/--rev\n"
2618 " (e.g. qimport --rev tip -n patch vil sætte tip under mq kontrol).\n"
2626 " (e.g. qimport --rev tip -n patch vil sætte tip under mq kontrol).\n"
2619 " Med -g/--git vil patches importeret med --rev bruge git diff\n"
2627 " Med -g/--git vil patches importeret med --rev bruge git diff\n"
2620 " formatet. Se 'hg help diffs' for mere information om hvorfor dette\n"
2628 " formatet. Se 'hg help diffs' for mere information om hvorfor dette\n"
2621 " er vigtigt for at bevare omdøbnings/kopierings-information og\n"
2629 " er vigtigt for at bevare omdøbnings/kopierings-information og\n"
2622 " ændriner i rettigheder.\n"
2630 " ændriner i rettigheder.\n"
2623 "\n"
2631 "\n"
2624 " Brug - som patch filnavn for at importere en patch fra standard\n"
2632 " Brug - som patch filnavn for at importere en patch fra standard\n"
2625 " indput. Når der importeres fra standard indput skal der angivet et\n"
2633 " indput. Når der importeres fra standard indput skal der angivet et\n"
2626 " patchnavn med --name tilvalget.\n"
2634 " patchnavn med --name tilvalget.\n"
2627 " "
2635 " "
2628
2636
2629 msgid ""
2637 msgid ""
2630 "init a new queue repository\n"
2638 "init a new queue repository\n"
2631 "\n"
2639 "\n"
2632 " The queue repository is unversioned by default. If\n"
2640 " The queue repository is unversioned by default. If\n"
2633 " -c/--create-repo is specified, qinit will create a separate nested\n"
2641 " -c/--create-repo is specified, qinit will create a separate nested\n"
2634 " repository for patches (qinit -c may also be run later to convert\n"
2642 " repository for patches (qinit -c may also be run later to convert\n"
2635 " an unversioned patch repository into a versioned one). You can use\n"
2643 " an unversioned patch repository into a versioned one). You can use\n"
2636 " qcommit to commit changes to this queue repository."
2644 " qcommit to commit changes to this queue repository."
2637 msgstr ""
2645 msgstr ""
2638 "opret et nyt kø-depot\n"
2646 "opret et nyt kø-depot\n"
2639 "\n"
2647 "\n"
2640 " Kø-depotet er uversioneret som standard. Hvis -c/--create-repo\n"
2648 " Kø-depotet er uversioneret som standard. Hvis -c/--create-repo\n"
2641 " bruges, så vil qinit oprettet et separat indlejret depot til\n"
2649 " bruges, så vil qinit oprettet et separat indlejret depot til\n"
2642 " patches (qinit -c kan også bruges senere for at konvertere et\n"
2650 " patches (qinit -c kan også bruges senere for at konvertere et\n"
2643 " uversioneret patch depot til et versioneret et). Du kan bruge\n"
2651 " uversioneret patch depot til et versioneret et). Du kan bruge\n"
2644 " qcommit for at deponere ændringer i dette kø-depot."
2652 " qcommit for at deponere ændringer i dette kø-depot."
2645
2653
2646 msgid ""
2654 msgid ""
2647 "clone main and patch repository at same time\n"
2655 "clone main and patch repository at same time\n"
2648 "\n"
2656 "\n"
2649 " If source is local, destination will have no patches applied. If\n"
2657 " If source is local, destination will have no patches applied. If\n"
2650 " source is remote, this command can not check if patches are\n"
2658 " source is remote, this command can not check if patches are\n"
2651 " applied in source, so cannot guarantee that patches are not\n"
2659 " applied in source, so cannot guarantee that patches are not\n"
2652 " applied in destination. If you clone remote repository, be sure\n"
2660 " applied in destination. If you clone remote repository, be sure\n"
2653 " before that it has no patches applied.\n"
2661 " before that it has no patches applied.\n"
2654 "\n"
2662 "\n"
2655 " Source patch repository is looked for in <src>/.hg/patches by\n"
2663 " Source patch repository is looked for in <src>/.hg/patches by\n"
2656 " default. Use -p <url> to change.\n"
2664 " default. Use -p <url> to change.\n"
2657 "\n"
2665 "\n"
2658 " The patch directory must be a nested Mercurial repository, as\n"
2666 " The patch directory must be a nested Mercurial repository, as\n"
2659 " would be created by qinit -c.\n"
2667 " would be created by qinit -c.\n"
2660 " "
2668 " "
2661 msgstr ""
2669 msgstr ""
2662
2670
2663 msgid "versioned patch repository not found (see qinit -c)"
2671 msgid "versioned patch repository not found (see qinit -c)"
2664 msgstr "versionsstyret depot til rettelser blev ikke fundet (se qinit -c)"
2672 msgstr "versionsstyret depot til rettelser blev ikke fundet (se qinit -c)"
2665
2673
2666 msgid "cloning main repository\n"
2674 msgid "cloning main repository\n"
2667 msgstr "kloner hoveddepot\n"
2675 msgstr "kloner hoveddepot\n"
2668
2676
2669 msgid "cloning patch repository\n"
2677 msgid "cloning patch repository\n"
2670 msgstr "kloner rettelsesdepot\n"
2678 msgstr "kloner rettelsesdepot\n"
2671
2679
2672 msgid "stripping applied patches from destination repository\n"
2680 msgid "stripping applied patches from destination repository\n"
2673 msgstr ""
2681 msgstr ""
2674
2682
2675 msgid "updating destination repository\n"
2683 msgid "updating destination repository\n"
2676 msgstr ""
2684 msgstr ""
2677
2685
2678 msgid "commit changes in the queue repository"
2686 msgid "commit changes in the queue repository"
2679 msgstr ""
2687 msgstr ""
2680
2688
2681 msgid "print the entire series file"
2689 msgid "print the entire series file"
2682 msgstr "udskriver hele series filen"
2690 msgstr "udskriver hele series filen"
2683
2691
2684 msgid "print the name of the current patch"
2692 msgid "print the name of the current patch"
2685 msgstr "udskriver navnet på den nuværende rettelse"
2693 msgstr "udskriver navnet på den nuværende rettelse"
2686
2694
2687 msgid "print the name of the next patch"
2695 msgid "print the name of the next patch"
2688 msgstr "udskriver navnet på den næste rettelse"
2696 msgstr "udskriver navnet på den næste rettelse"
2689
2697
2690 msgid "all patches applied\n"
2698 msgid "all patches applied\n"
2691 msgstr "alle rettelser er anvendt\n"
2699 msgstr "alle rettelser er anvendt\n"
2692
2700
2693 msgid "print the name of the previous patch"
2701 msgid "print the name of the previous patch"
2694 msgstr "udskriver navnet på den forgående rettelse"
2702 msgstr "udskriver navnet på den forgående rettelse"
2695
2703
2696 msgid "only one patch applied\n"
2704 msgid "only one patch applied\n"
2697 msgstr "kun én rettelse er anvendt\n"
2705 msgstr "kun én rettelse er anvendt\n"
2698
2706
2699 msgid ""
2707 msgid ""
2700 "create a new patch\n"
2708 "create a new patch\n"
2701 "\n"
2709 "\n"
2702 " qnew creates a new patch on top of the currently-applied patch (if\n"
2710 " qnew creates a new patch on top of the currently-applied patch (if\n"
2703 " any). It will refuse to run if there are any outstanding changes\n"
2711 " any). It will refuse to run if there are any outstanding changes\n"
2704 " unless -f/--force is specified, in which case the patch will be\n"
2712 " unless -f/--force is specified, in which case the patch will be\n"
2705 " initialized with them. You may also use -I/--include,\n"
2713 " initialized with them. You may also use -I/--include,\n"
2706 " -X/--exclude, and/or a list of files after the patch name to add\n"
2714 " -X/--exclude, and/or a list of files after the patch name to add\n"
2707 " only changes to matching files to the new patch, leaving the rest\n"
2715 " only changes to matching files to the new patch, leaving the rest\n"
2708 " as uncommitted modifications.\n"
2716 " as uncommitted modifications.\n"
2709 "\n"
2717 "\n"
2710 " -u/--user and -d/--date can be used to set the (given) user and\n"
2718 " -u/--user and -d/--date can be used to set the (given) user and\n"
2711 " date, respectively. -U/--currentuser and -D/--currentdate set user\n"
2719 " date, respectively. -U/--currentuser and -D/--currentdate set user\n"
2712 " to current user and date to current date.\n"
2720 " to current user and date to current date.\n"
2713 "\n"
2721 "\n"
2714 " -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
2722 " -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
2715 " well as the commit message. If none is specified, the header is\n"
2723 " well as the commit message. If none is specified, the header is\n"
2716 " empty and the commit message is '[mq]: PATCH'.\n"
2724 " empty and the commit message is '[mq]: PATCH'.\n"
2717 "\n"
2725 "\n"
2718 " Use the -g/--git option to keep the patch in the git extended diff\n"
2726 " Use the -g/--git option to keep the patch in the git extended diff\n"
2719 " format. Read the diffs help topic for more information on why this\n"
2727 " format. Read the diffs help topic for more information on why this\n"
2720 " is important for preserving permission changes and copy/rename\n"
2728 " is important for preserving permission changes and copy/rename\n"
2721 " information.\n"
2729 " information.\n"
2722 " "
2730 " "
2723 msgstr ""
2731 msgstr ""
2724
2732
2725 msgid ""
2733 msgid ""
2726 "update the current patch\n"
2734 "update the current patch\n"
2727 "\n"
2735 "\n"
2728 " If any file patterns are provided, the refreshed patch will\n"
2736 " If any file patterns are provided, the refreshed patch will\n"
2729 " contain only the modifications that match those patterns; the\n"
2737 " contain only the modifications that match those patterns; the\n"
2730 " remaining modifications will remain in the working directory.\n"
2738 " remaining modifications will remain in the working directory.\n"
2731 "\n"
2739 "\n"
2732 " If -s/--short is specified, files currently included in the patch\n"
2740 " If -s/--short is specified, files currently included in the patch\n"
2733 " will be refreshed just like matched files and remain in the patch.\n"
2741 " will be refreshed just like matched files and remain in the patch.\n"
2734 "\n"
2742 "\n"
2735 " hg add/remove/copy/rename work as usual, though you might want to\n"
2743 " hg add/remove/copy/rename work as usual, though you might want to\n"
2736 " use git-style patches (-g/--git or [diff] git=1) to track copies\n"
2744 " use git-style patches (-g/--git or [diff] git=1) to track copies\n"
2737 " and renames. See the diffs help topic for more information on the\n"
2745 " and renames. See the diffs help topic for more information on the\n"
2738 " git diff format.\n"
2746 " git diff format.\n"
2739 " "
2747 " "
2740 msgstr ""
2748 msgstr ""
2741 "opdater den aktuelle patch\n"
2749 "opdater den aktuelle patch\n"
2742 "\n"
2750 "\n"
2743 " Hvis der angives filer, så vil den opdaterede patch kun indeholde\n"
2751 " Hvis der angives filer, så vil den opdaterede patch kun indeholde\n"
2744 " modifikationer som matcher disse filer; de andre ændringer vil\n"
2752 " modifikationer som matcher disse filer; de andre ændringer vil\n"
2745 " forblive i arbejdskataloget.\n"
2753 " forblive i arbejdskataloget.\n"
2746 "\n"
2754 "\n"
2747 " Hvis -s/--short angivet, så vil filer som allerede er i patches\n"
2755 " Hvis -s/--short angivet, så vil filer som allerede er i patches\n"
2748 " blive opdateret ligesom matchede filer og forblive i patchen.\n"
2756 " blive opdateret ligesom matchede filer og forblive i patchen.\n"
2749 "\n"
2757 "\n"
2750 " hg add/remove/copy/rename virker som sædvanlig, dog vil du måske\n"
2758 " hg add/remove/copy/rename virker som sædvanlig, dog vil du måske\n"
2751 " bruge git-patches (-g/--git eller [diff] git=1) for at følge\n"
2759 " bruge git-patches (-g/--git eller [diff] git=1) for at følge\n"
2752 " kopier og omdøbninger. Se 'hg help diffs' for mere information om\n"
2760 " kopier og omdøbninger. Se 'hg help diffs' for mere information om\n"
2753 " git diff formatet.\n"
2761 " git diff formatet.\n"
2754 " "
2762 " "
2755
2763
2756 msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
2764 msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
2757 msgstr "tilvalg \"-e\" er inkompatibelt med \"-m\" eller \"-l\""
2765 msgstr "tilvalg \"-e\" er inkompatibelt med \"-m\" eller \"-l\""
2758
2766
2759 msgid ""
2767 msgid ""
2760 "diff of the current patch and subsequent modifications\n"
2768 "diff of the current patch and subsequent modifications\n"
2761 "\n"
2769 "\n"
2762 " Shows a diff which includes the current patch as well as any\n"
2770 " Shows a diff which includes the current patch as well as any\n"
2763 " changes which have been made in the working directory since the\n"
2771 " changes which have been made in the working directory since the\n"
2764 " last refresh (thus showing what the current patch would become\n"
2772 " last refresh (thus showing what the current patch would become\n"
2765 " after a qrefresh).\n"
2773 " after a qrefresh).\n"
2766 "\n"
2774 "\n"
2767 " Use 'hg diff' if you only want to see the changes made since the\n"
2775 " Use 'hg diff' if you only want to see the changes made since the\n"
2768 " last qrefresh, or 'hg export qtip' if you want to see changes made\n"
2776 " last qrefresh, or 'hg export qtip' if you want to see changes made\n"
2769 " by the current patch without including changes made since the\n"
2777 " by the current patch without including changes made since the\n"
2770 " qrefresh.\n"
2778 " qrefresh.\n"
2771 " "
2779 " "
2772 msgstr ""
2780 msgstr ""
2773 "forskelle mellem den nuværende patch og efterfølgende modifikationer\n"
2781 "forskelle mellem den nuværende patch og efterfølgende modifikationer\n"
2774 "\n"
2782 "\n"
2775 " Viser forskelle fra den nuværende patch og eventuelle\n"
2783 " Viser forskelle fra den nuværende patch og eventuelle\n"
2776 " efterfølgende ændringer i arbejdskataloget siden sidste refresh\n"
2784 " efterfølgende ændringer i arbejdskataloget siden sidste refresh\n"
2777 " (dermed ser man hvad den nuværende patch vil blive efter en\n"
2785 " (dermed ser man hvad den nuværende patch vil blive efter en\n"
2778 " qrefresh)\n"
2786 " qrefresh)\n"
2779 "\n"
2787 "\n"
2780 " Brug 'hg diff' hvis du kun vil se ændringer lavet siden den sidste\n"
2788 " Brug 'hg diff' hvis du kun vil se ændringer lavet siden den sidste\n"
2781 " qrefresh, eller 'hg export qtip' hvis du vil se ændringer lavet af\n"
2789 " qrefresh, eller 'hg export qtip' hvis du vil se ændringer lavet af\n"
2782 " den nuværende patch uden at inkludere ændringer lavet siden\n"
2790 " den nuværende patch uden at inkludere ændringer lavet siden\n"
2783 " qrefresh.\n"
2791 " qrefresh.\n"
2784 " "
2792 " "
2785
2793
2786 msgid ""
2794 msgid ""
2787 "fold the named patches into the current patch\n"
2795 "fold the named patches into the current patch\n"
2788 "\n"
2796 "\n"
2789 " Patches must not yet be applied. Each patch will be successively\n"
2797 " Patches must not yet be applied. Each patch will be successively\n"
2790 " applied to the current patch in the order given. If all the\n"
2798 " applied to the current patch in the order given. If all the\n"
2791 " patches apply successfully, the current patch will be refreshed\n"
2799 " patches apply successfully, the current patch will be refreshed\n"
2792 " with the new cumulative patch, and the folded patches will be\n"
2800 " with the new cumulative patch, and the folded patches will be\n"
2793 " deleted. With -k/--keep, the folded patch files will not be\n"
2801 " deleted. With -k/--keep, the folded patch files will not be\n"
2794 " removed afterwards.\n"
2802 " removed afterwards.\n"
2795 "\n"
2803 "\n"
2796 " The header for each folded patch will be concatenated with the\n"
2804 " The header for each folded patch will be concatenated with the\n"
2797 " current patch header, separated by a line of '* * *'."
2805 " current patch header, separated by a line of '* * *'."
2798 msgstr ""
2806 msgstr ""
2799
2807
2800 msgid "qfold requires at least one patch name"
2808 msgid "qfold requires at least one patch name"
2801 msgstr ""
2809 msgstr ""
2802
2810
2803 msgid "No patches applied"
2811 msgid "No patches applied"
2804 msgstr "Ingen rettelser anvendt"
2812 msgstr "Ingen rettelser anvendt"
2805
2813
2806 #, python-format
2814 #, python-format
2807 msgid "Skipping already folded patch %s"
2815 msgid "Skipping already folded patch %s"
2808 msgstr ""
2816 msgstr ""
2809
2817
2810 #, python-format
2818 #, python-format
2811 msgid "qfold cannot fold already applied patch %s"
2819 msgid "qfold cannot fold already applied patch %s"
2812 msgstr ""
2820 msgstr ""
2813
2821
2814 #, python-format
2822 #, python-format
2815 msgid "Error folding patch %s"
2823 msgid "Error folding patch %s"
2816 msgstr ""
2824 msgstr ""
2817
2825
2818 msgid "push or pop patches until named patch is at top of stack"
2826 msgid "push or pop patches until named patch is at top of stack"
2819 msgstr ""
2827 msgstr ""
2820
2828
2821 msgid ""
2829 msgid ""
2822 "set or print guards for a patch\n"
2830 "set or print guards for a patch\n"
2823 "\n"
2831 "\n"
2824 " Guards control whether a patch can be pushed. A patch with no\n"
2832 " Guards control whether a patch can be pushed. A patch with no\n"
2825 " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
2833 " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
2826 " pushed only if the qselect command has activated it. A patch with\n"
2834 " pushed only if the qselect command has activated it. A patch with\n"
2827 " a negative guard (\"-foo\") is never pushed if the qselect command\n"
2835 " a negative guard (\"-foo\") is never pushed if the qselect command\n"
2828 " has activated it.\n"
2836 " has activated it.\n"
2829 "\n"
2837 "\n"
2830 " With no arguments, print the currently active guards.\n"
2838 " With no arguments, print the currently active guards.\n"
2831 " With arguments, set guards for the named patch.\n"
2839 " With arguments, set guards for the named patch.\n"
2832 " NOTE: Specifying negative guards now requires '--'.\n"
2840 " NOTE: Specifying negative guards now requires '--'.\n"
2833 "\n"
2841 "\n"
2834 " To set guards on another patch:\n"
2842 " To set guards on another patch:\n"
2835 " hg qguard -- other.patch +2.6.17 -stable\n"
2843 " hg qguard -- other.patch +2.6.17 -stable\n"
2836 " "
2844 " "
2837 msgstr ""
2845 msgstr ""
2838
2846
2839 msgid "cannot mix -l/--list with options or arguments"
2847 msgid "cannot mix -l/--list with options or arguments"
2840 msgstr ""
2848 msgstr ""
2841
2849
2842 msgid "no patch to work with"
2850 msgid "no patch to work with"
2843 msgstr ""
2851 msgstr ""
2844
2852
2845 #, python-format
2853 #, python-format
2846 msgid "no patch named %s"
2854 msgid "no patch named %s"
2847 msgstr "ingen patch ved navn %s"
2855 msgstr "ingen patch ved navn %s"
2848
2856
2849 msgid "print the header of the topmost or specified patch"
2857 msgid "print the header of the topmost or specified patch"
2850 msgstr ""
2858 msgstr ""
2851
2859
2852 msgid ""
2860 msgid ""
2853 "push the next patch onto the stack\n"
2861 "push the next patch onto the stack\n"
2854 "\n"
2862 "\n"
2855 " When -f/--force is applied, all local changes in patched files\n"
2863 " When -f/--force is applied, all local changes in patched files\n"
2856 " will be lost.\n"
2864 " will be lost.\n"
2857 " "
2865 " "
2858 msgstr ""
2866 msgstr ""
2859 "skub den næste patch på stakken\n"
2867 "skub den næste patch på stakken\n"
2860 "\n"
2868 "\n"
2861 " Når -f/--force er angivet, så vil alle lokale ændringer i de\n"
2869 " Når -f/--force er angivet, så vil alle lokale ændringer i de\n"
2862 " patchede filer gå tabt.\n"
2870 " patchede filer gå tabt.\n"
2863 " "
2871 " "
2864
2872
2865 msgid "no saved queues found, please use -n\n"
2873 msgid "no saved queues found, please use -n\n"
2866 msgstr ""
2874 msgstr ""
2867
2875
2868 #, python-format
2876 #, python-format
2869 msgid "merging with queue at: %s\n"
2877 msgid "merging with queue at: %s\n"
2870 msgstr ""
2878 msgstr ""
2871
2879
2872 msgid ""
2880 msgid ""
2873 "pop the current patch off the stack\n"
2881 "pop the current patch off the stack\n"
2874 "\n"
2882 "\n"
2875 " By default, pops off the top of the patch stack. If given a patch\n"
2883 " By default, pops off the top of the patch stack. If given a patch\n"
2876 " name, keeps popping off patches until the named patch is at the\n"
2884 " name, keeps popping off patches until the named patch is at the\n"
2877 " top of the stack.\n"
2885 " top of the stack.\n"
2878 " "
2886 " "
2879 msgstr ""
2887 msgstr ""
2880 "fjern den aktuelle patch fra stakken\n"
2888 "fjern den aktuelle patch fra stakken\n"
2881 "\n"
2889 "\n"
2882 " Som standard fjernes toppen af stakken. Hvis der angives en patch,\n"
2890 " Som standard fjernes toppen af stakken. Hvis der angives en patch,\n"
2883 " så vil der blive fjernet patches indtil den angivne patch er på\n"
2891 " så vil der blive fjernet patches indtil den angivne patch er på\n"
2884 " toppen af stakken.\n"
2892 " toppen af stakken.\n"
2885 " "
2893 " "
2886
2894
2887 #, python-format
2895 #, python-format
2888 msgid "using patch queue: %s\n"
2896 msgid "using patch queue: %s\n"
2889 msgstr ""
2897 msgstr ""
2890
2898
2891 msgid ""
2899 msgid ""
2892 "rename a patch\n"
2900 "rename a patch\n"
2893 "\n"
2901 "\n"
2894 " With one argument, renames the current patch to PATCH1.\n"
2902 " With one argument, renames the current patch to PATCH1.\n"
2895 " With two arguments, renames PATCH1 to PATCH2."
2903 " With two arguments, renames PATCH1 to PATCH2."
2896 msgstr ""
2904 msgstr ""
2897
2905
2898 #, python-format
2906 #, python-format
2899 msgid "%s already exists"
2907 msgid "%s already exists"
2900 msgstr "%s eksisterer allerede"
2908 msgstr "%s eksisterer allerede"
2901
2909
2902 #, python-format
2910 #, python-format
2903 msgid "A patch named %s already exists in the series file"
2911 msgid "A patch named %s already exists in the series file"
2904 msgstr ""
2912 msgstr ""
2905
2913
2906 msgid "restore the queue state saved by a revision"
2914 msgid "restore the queue state saved by a revision"
2907 msgstr ""
2915 msgstr ""
2908
2916
2909 msgid "save current queue state"
2917 msgid "save current queue state"
2910 msgstr ""
2918 msgstr ""
2911
2919
2912 #, python-format
2920 #, python-format
2913 msgid "destination %s exists and is not a directory"
2921 msgid "destination %s exists and is not a directory"
2914 msgstr ""
2922 msgstr "målet %s eksisterer og er ikke et katalog"
2915
2923
2916 #, python-format
2924 #, python-format
2917 msgid "destination %s exists, use -f to force"
2925 msgid "destination %s exists, use -f to force"
2918 msgstr ""
2926 msgstr "målet %s eksisterer, brug -f for at gennemtvinge"
2919
2927
2920 #, python-format
2928 #, python-format
2921 msgid "copy %s to %s\n"
2929 msgid "copy %s to %s\n"
2922 msgstr ""
2930 msgstr "kopier %s til %s\n"
2923
2931
2924 msgid ""
2932 msgid ""
2925 "strip a revision and all its descendants from the repository\n"
2933 "strip a revision and all its descendants from the repository\n"
2926 "\n"
2934 "\n"
2927 " If one of the working directory's parent revisions is stripped, the\n"
2935 " If one of the working directory's parent revisions is stripped, the\n"
2928 " working directory will be updated to the parent of the stripped\n"
2936 " working directory will be updated to the parent of the stripped\n"
2929 " revision.\n"
2937 " revision.\n"
2930 " "
2938 " "
2931 msgstr ""
2939 msgstr ""
2932 "strip en revision og alle dens efterkommere fra depotet\n"
2940 "strip en revision og alle dens efterkommere fra depotet\n"
2933 "\n"
2941 "\n"
2934 " Hvis en af arbejdskatalogets forælder-revisioner bliver strippet,\n"
2942 " Hvis en af arbejdskatalogets forælder-revisioner bliver strippet,\n"
2935 " så vil arbejdskataloget blive opdateret til forældren af den\n"
2943 " så vil arbejdskataloget blive opdateret til forældren af den\n"
2936 " strippede revision.\n"
2944 " strippede revision.\n"
2937 " "
2945 " "
2938
2946
2939 msgid ""
2947 msgid ""
2940 "set or print guarded patches to push\n"
2948 "set or print guarded patches to push\n"
2941 "\n"
2949 "\n"
2942 " Use the qguard command to set or print guards on patch, then use\n"
2950 " Use the qguard command to set or print guards on patch, then use\n"
2943 " qselect to tell mq which guards to use. A patch will be pushed if\n"
2951 " qselect to tell mq which guards to use. A patch will be pushed if\n"
2944 " it has no guards or any positive guards match the currently\n"
2952 " it has no guards or any positive guards match the currently\n"
2945 " selected guard, but will not be pushed if any negative guards\n"
2953 " selected guard, but will not be pushed if any negative guards\n"
2946 " match the current guard. For example:\n"
2954 " match the current guard. For example:\n"
2947 "\n"
2955 "\n"
2948 " qguard foo.patch -stable (negative guard)\n"
2956 " qguard foo.patch -stable (negative guard)\n"
2949 " qguard bar.patch +stable (positive guard)\n"
2957 " qguard bar.patch +stable (positive guard)\n"
2950 " qselect stable\n"
2958 " qselect stable\n"
2951 "\n"
2959 "\n"
2952 " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
2960 " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
2953 " it has a negative match) but push bar.patch (because it has a\n"
2961 " it has a negative match) but push bar.patch (because it has a\n"
2954 " positive match).\n"
2962 " positive match).\n"
2955 "\n"
2963 "\n"
2956 " With no arguments, prints the currently active guards.\n"
2964 " With no arguments, prints the currently active guards.\n"
2957 " With one argument, sets the active guard.\n"
2965 " With one argument, sets the active guard.\n"
2958 "\n"
2966 "\n"
2959 " Use -n/--none to deactivate guards (no other arguments needed).\n"
2967 " Use -n/--none to deactivate guards (no other arguments needed).\n"
2960 " When no guards are active, patches with positive guards are\n"
2968 " When no guards are active, patches with positive guards are\n"
2961 " skipped and patches with negative guards are pushed.\n"
2969 " skipped and patches with negative guards are pushed.\n"
2962 "\n"
2970 "\n"
2963 " qselect can change the guards on applied patches. It does not pop\n"
2971 " qselect can change the guards on applied patches. It does not pop\n"
2964 " guarded patches by default. Use --pop to pop back to the last\n"
2972 " guarded patches by default. Use --pop to pop back to the last\n"
2965 " applied patch that is not guarded. Use --reapply (which implies\n"
2973 " applied patch that is not guarded. Use --reapply (which implies\n"
2966 " --pop) to push back to the current patch afterwards, but skip\n"
2974 " --pop) to push back to the current patch afterwards, but skip\n"
2967 " guarded patches.\n"
2975 " guarded patches.\n"
2968 "\n"
2976 "\n"
2969 " Use -s/--series to print a list of all guards in the series file\n"
2977 " Use -s/--series to print a list of all guards in the series file\n"
2970 " (no other arguments needed). Use -v for more information."
2978 " (no other arguments needed). Use -v for more information."
2971 msgstr ""
2979 msgstr ""
2972
2980
2973 msgid "guards deactivated\n"
2981 msgid "guards deactivated\n"
2974 msgstr ""
2982 msgstr ""
2975
2983
2976 #, python-format
2984 #, python-format
2977 msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
2985 msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
2978 msgstr ""
2986 msgstr ""
2979
2987
2980 #, python-format
2988 #, python-format
2981 msgid "number of guarded, applied patches has changed from %d to %d\n"
2989 msgid "number of guarded, applied patches has changed from %d to %d\n"
2982 msgstr ""
2990 msgstr ""
2983
2991
2984 msgid "guards in series file:\n"
2992 msgid "guards in series file:\n"
2985 msgstr ""
2993 msgstr ""
2986
2994
2987 msgid "no guards in series file\n"
2995 msgid "no guards in series file\n"
2988 msgstr ""
2996 msgstr ""
2989
2997
2990 msgid "active guards:\n"
2998 msgid "active guards:\n"
2991 msgstr ""
2999 msgstr ""
2992
3000
2993 msgid "no active guards\n"
3001 msgid "no active guards\n"
2994 msgstr ""
3002 msgstr ""
2995
3003
2996 msgid "popping guarded patches\n"
3004 msgid "popping guarded patches\n"
2997 msgstr ""
3005 msgstr ""
2998
3006
2999 msgid "reapplying unguarded patches\n"
3007 msgid "reapplying unguarded patches\n"
3000 msgstr ""
3008 msgstr ""
3001
3009
3002 msgid ""
3010 msgid ""
3003 "move applied patches into repository history\n"
3011 "move applied patches into repository history\n"
3004 "\n"
3012 "\n"
3005 " Finishes the specified revisions (corresponding to applied\n"
3013 " Finishes the specified revisions (corresponding to applied\n"
3006 " patches) by moving them out of mq control into regular repository\n"
3014 " patches) by moving them out of mq control into regular repository\n"
3007 " history.\n"
3015 " history.\n"
3008 "\n"
3016 "\n"
3009 " Accepts a revision range or the -a/--applied option. If --applied\n"
3017 " Accepts a revision range or the -a/--applied option. If --applied\n"
3010 " is specified, all applied mq revisions are removed from mq\n"
3018 " is specified, all applied mq revisions are removed from mq\n"
3011 " control. Otherwise, the given revisions must be at the base of the\n"
3019 " control. Otherwise, the given revisions must be at the base of the\n"
3012 " stack of applied patches.\n"
3020 " stack of applied patches.\n"
3013 "\n"
3021 "\n"
3014 " This can be especially useful if your changes have been applied to\n"
3022 " This can be especially useful if your changes have been applied to\n"
3015 " an upstream repository, or if you are about to push your changes\n"
3023 " an upstream repository, or if you are about to push your changes\n"
3016 " to upstream.\n"
3024 " to upstream.\n"
3017 " "
3025 " "
3018 msgstr ""
3026 msgstr ""
3019
3027
3020 msgid "no revisions specified"
3028 msgid "no revisions specified"
3021 msgstr ""
3029 msgstr ""
3022
3030
3023 msgid "cannot commit over an applied mq patch"
3031 msgid "cannot commit over an applied mq patch"
3024 msgstr ""
3032 msgstr ""
3025
3033
3026 msgid "source has mq patches applied"
3034 msgid "source has mq patches applied"
3027 msgstr ""
3035 msgstr ""
3028
3036
3029 #, python-format
3037 #, python-format
3030 msgid "mq status file refers to unknown node %s\n"
3038 msgid "mq status file refers to unknown node %s\n"
3031 msgstr ""
3039 msgstr ""
3032
3040
3033 #, python-format
3041 #, python-format
3034 msgid "Tag %s overrides mq patch of the same name\n"
3042 msgid "Tag %s overrides mq patch of the same name\n"
3035 msgstr ""
3043 msgstr ""
3036
3044
3037 msgid "cannot import over an applied patch"
3045 msgid "cannot import over an applied patch"
3038 msgstr ""
3046 msgstr ""
3039
3047
3040 msgid "print first line of patch header"
3048 msgid "print first line of patch header"
3041 msgstr ""
3049 msgstr ""
3042
3050
3043 msgid "hg qapplied [-s] [PATCH]"
3051 msgid "hg qapplied [-s] [PATCH]"
3044 msgstr "hg qapplied [-s] [LAP]"
3052 msgstr "hg qapplied [-s] [LAP]"
3045
3053
3046 msgid "use pull protocol to copy metadata"
3054 msgid "use pull protocol to copy metadata"
3047 msgstr "brug træk-protokol til at kopiere metadata"
3055 msgstr "brug træk-protokol til at kopiere metadata"
3048
3056
3049 msgid "do not update the new working directories"
3057 msgid "do not update the new working directories"
3050 msgstr ""
3058 msgstr ""
3051
3059
3052 msgid "use uncompressed transfer (fast over LAN)"
3060 msgid "use uncompressed transfer (fast over LAN)"
3053 msgstr ""
3061 msgstr ""
3054
3062
3055 msgid "location of source patch repository"
3063 msgid "location of source patch repository"
3056 msgstr ""
3064 msgstr ""
3057
3065
3058 msgid "hg qclone [OPTION]... SOURCE [DEST]"
3066 msgid "hg qclone [OPTION]... SOURCE [DEST]"
3059 msgstr "hg qclone [TILVALG]... KILDE [MÅL]"
3067 msgstr "hg qclone [TILVALG]... KILDE [MÅL]"
3060
3068
3061 msgid "hg qcommit [OPTION]... [FILE]..."
3069 msgid "hg qcommit [OPTION]... [FILE]..."
3062 msgstr "hg qcommit [TILVALG]... [FIL]..."
3070 msgstr "hg qcommit [TILVALG]... [FIL]..."
3063
3071
3064 msgid "hg qdiff [OPTION]... [FILE]..."
3072 msgid "hg qdiff [OPTION]... [FILE]..."
3065 msgstr "hg qdiff [TILVALG]... [FIL]..."
3073 msgstr "hg qdiff [TILVALG]... [FIL]..."
3066
3074
3067 msgid "keep patch file"
3075 msgid "keep patch file"
3068 msgstr ""
3076 msgstr ""
3069
3077
3070 msgid "stop managing a revision (DEPRECATED)"
3078 msgid "stop managing a revision (DEPRECATED)"
3071 msgstr ""
3079 msgstr ""
3072
3080
3073 msgid "hg qdelete [-k] [-r REV]... [PATCH]..."
3081 msgid "hg qdelete [-k] [-r REV]... [PATCH]..."
3074 msgstr "hg qdelete [-k] [-r REV]... [LAP]..."
3082 msgstr "hg qdelete [-k] [-r REV]... [LAP]..."
3075
3083
3076 msgid "edit patch header"
3084 msgid "edit patch header"
3077 msgstr ""
3085 msgstr ""
3078
3086
3079 msgid "keep folded patch files"
3087 msgid "keep folded patch files"
3080 msgstr ""
3088 msgstr ""
3081
3089
3082 msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
3090 msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
3083 msgstr "hg qfold [-e] [-k] [-m TEKST] [-l FIL] LAP..."
3091 msgstr "hg qfold [-e] [-k] [-m TEKST] [-l FIL] LAP..."
3084
3092
3085 msgid "overwrite any local changes"
3093 msgid "overwrite any local changes"
3086 msgstr ""
3094 msgstr ""
3087
3095
3088 msgid "hg qgoto [OPTION]... PATCH"
3096 msgid "hg qgoto [OPTION]... PATCH"
3089 msgstr "hg qgoto [TILVALG]... LAP"
3097 msgstr "hg qgoto [TILVALG]... LAP"
3090
3098
3091 msgid "list all patches and guards"
3099 msgid "list all patches and guards"
3092 msgstr ""
3100 msgstr ""
3093
3101
3094 msgid "drop all guards"
3102 msgid "drop all guards"
3095 msgstr ""
3103 msgstr ""
3096
3104
3097 msgid "hg qguard [-l] [-n] -- [PATCH] [+GUARD]... [-GUARD]..."
3105 msgid "hg qguard [-l] [-n] -- [PATCH] [+GUARD]... [-GUARD]..."
3098 msgstr "hg qguard [-l] [-n] -- [LAP] [+VAGT]... [-VAGT]..."
3106 msgstr "hg qguard [-l] [-n] -- [LAP] [+VAGT]... [-VAGT]..."
3099
3107
3100 msgid "hg qheader [PATCH]"
3108 msgid "hg qheader [PATCH]"
3101 msgstr "hg qheader [LAP]"
3109 msgstr "hg qheader [LAP]"
3102
3110
3103 msgid "import file in patch directory"
3111 msgid "import file in patch directory"
3104 msgstr ""
3112 msgstr ""
3105
3113
3106 msgid "name of patch file"
3114 msgid "name of patch file"
3107 msgstr "navn på rettelsesfil"
3115 msgstr "navn på rettelsesfil"
3108
3116
3109 msgid "overwrite existing files"
3117 msgid "overwrite existing files"
3110 msgstr ""
3118 msgstr ""
3111
3119
3112 msgid "place existing revisions under mq control"
3120 msgid "place existing revisions under mq control"
3113 msgstr ""
3121 msgstr ""
3114
3122
3115 msgid "use git extended diff format"
3123 msgid "use git extended diff format"
3116 msgstr ""
3124 msgstr ""
3117
3125
3118 msgid "qpush after importing"
3126 msgid "qpush after importing"
3119 msgstr ""
3127 msgstr ""
3120
3128
3121 msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE..."
3129 msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE..."
3122 msgstr "hg qimport [-e] [-n NAVN] [-f] [-g] [-P] [-r REV]... FIL..."
3130 msgstr "hg qimport [-e] [-n NAVN] [-f] [-g] [-P] [-r REV]... FIL..."
3123
3131
3124 msgid "create queue repository"
3132 msgid "create queue repository"
3125 msgstr "opret kø-repository"
3133 msgstr "opret kø-repository"
3126
3134
3127 msgid "hg qinit [-c]"
3135 msgid "hg qinit [-c]"
3128 msgstr "hg qinit [-c]"
3136 msgstr "hg qinit [-c]"
3129
3137
3130 msgid "import uncommitted changes into patch"
3138 msgid "import uncommitted changes into patch"
3131 msgstr ""
3139 msgstr ""
3132
3140
3133 msgid "add \"From: <current user>\" to patch"
3141 msgid "add \"From: <current user>\" to patch"
3134 msgstr ""
3142 msgstr ""
3135
3143
3136 msgid "add \"From: <given user>\" to patch"
3144 msgid "add \"From: <given user>\" to patch"
3137 msgstr ""
3145 msgstr ""
3138
3146
3139 msgid "add \"Date: <current date>\" to patch"
3147 msgid "add \"Date: <current date>\" to patch"
3140 msgstr ""
3148 msgstr ""
3141
3149
3142 msgid "add \"Date: <given date>\" to patch"
3150 msgid "add \"Date: <given date>\" to patch"
3143 msgstr ""
3151 msgstr ""
3144
3152
3145 msgid "hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]..."
3153 msgid "hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]..."
3146 msgstr "hg qnew [-e] [-m TEKST] [-l FIL] [-f] LAP [FIL]..."
3154 msgstr "hg qnew [-e] [-m TEKST] [-l FIL] [-f] LAP [FIL]..."
3147
3155
3148 msgid "hg qnext [-s]"
3156 msgid "hg qnext [-s]"
3149 msgstr "hg qnext [-s]"
3157 msgstr "hg qnext [-s]"
3150
3158
3151 msgid "hg qprev [-s]"
3159 msgid "hg qprev [-s]"
3152 msgstr "hg qprev [-s]"
3160 msgstr "hg qprev [-s]"
3153
3161
3154 msgid "pop all patches"
3162 msgid "pop all patches"
3155 msgstr ""
3163 msgstr ""
3156
3164
3157 msgid "queue name to pop"
3165 msgid "queue name to pop"
3158 msgstr ""
3166 msgstr ""
3159
3167
3160 msgid "forget any local changes"
3168 msgid "forget any local changes"
3161 msgstr ""
3169 msgstr ""
3162
3170
3163 msgid "hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]"
3171 msgid "hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]"
3164 msgstr "hg qpop [-a] [-n NAVN] [-f] [LAP | INDEKS]"
3172 msgstr "hg qpop [-a] [-n NAVN] [-f] [LAP | INDEKS]"
3165
3173
3166 msgid "apply if the patch has rejects"
3174 msgid "apply if the patch has rejects"
3167 msgstr ""
3175 msgstr ""
3168
3176
3169 msgid "list patch name in commit text"
3177 msgid "list patch name in commit text"
3170 msgstr ""
3178 msgstr ""
3171
3179
3172 msgid "apply all patches"
3180 msgid "apply all patches"
3173 msgstr ""
3181 msgstr ""
3174
3182
3175 msgid "merge from another queue"
3183 msgid "merge from another queue"
3176 msgstr ""
3184 msgstr ""
3177
3185
3178 msgid "merge queue name"
3186 msgid "merge queue name"
3179 msgstr ""
3187 msgstr ""
3180
3188
3181 msgid "hg qpush [-f] [-l] [-a] [-m] [-n NAME] [PATCH | INDEX]"
3189 msgid "hg qpush [-f] [-l] [-a] [-m] [-n NAME] [PATCH | INDEX]"
3182 msgstr "hg qpush [-f] [-l] [-a] [-m] [-n NAVN] [LAP | INDEKS]"
3190 msgstr "hg qpush [-f] [-l] [-a] [-m] [-n NAVN] [LAP | INDEKS]"
3183
3191
3184 msgid "refresh only files already in the patch and specified files"
3192 msgid "refresh only files already in the patch and specified files"
3185 msgstr ""
3193 msgstr ""
3186
3194
3187 msgid "add/update \"From: <current user>\" in patch"
3195 msgid "add/update \"From: <current user>\" in patch"
3188 msgstr ""
3196 msgstr ""
3189
3197
3190 msgid "add/update \"From: <given user>\" in patch"
3198 msgid "add/update \"From: <given user>\" in patch"
3191 msgstr ""
3199 msgstr ""
3192
3200
3193 msgid "update \"Date: <current date>\" in patch (if present)"
3201 msgid "update \"Date: <current date>\" in patch (if present)"
3194 msgstr ""
3202 msgstr ""
3195
3203
3196 msgid "update \"Date: <given date>\" in patch (if present)"
3204 msgid "update \"Date: <given date>\" in patch (if present)"
3197 msgstr ""
3205 msgstr ""
3198
3206
3199 msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
3207 msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
3200 msgstr "hg qrefresh [-I] [-X] [-e] [-m TEKST] [-l FIL] [-s] [FIL]..."
3208 msgstr "hg qrefresh [-I] [-X] [-e] [-m TEKST] [-l FIL] [-s] [FIL]..."
3201
3209
3202 msgid "hg qrename PATCH1 [PATCH2]"
3210 msgid "hg qrename PATCH1 [PATCH2]"
3203 msgstr "hg qrename LAP1 [LAP2]"
3211 msgstr "hg qrename LAP1 [LAP2]"
3204
3212
3205 msgid "delete save entry"
3213 msgid "delete save entry"
3206 msgstr ""
3214 msgstr ""
3207
3215
3208 msgid "update queue working directory"
3216 msgid "update queue working directory"
3209 msgstr ""
3217 msgstr ""
3210
3218
3211 msgid "hg qrestore [-d] [-u] REV"
3219 msgid "hg qrestore [-d] [-u] REV"
3212 msgstr "hg qrestore [-d] [-u] REV"
3220 msgstr "hg qrestore [-d] [-u] REV"
3213
3221
3214 msgid "copy patch directory"
3222 msgid "copy patch directory"
3215 msgstr ""
3223 msgstr ""
3216
3224
3217 msgid "copy directory name"
3225 msgid "copy directory name"
3218 msgstr ""
3226 msgstr ""
3219
3227
3220 msgid "clear queue status file"
3228 msgid "clear queue status file"
3221 msgstr ""
3229 msgstr ""
3222
3230
3223 msgid "force copy"
3231 msgid "force copy"
3224 msgstr ""
3232 msgstr ""
3225
3233
3226 msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
3234 msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
3227 msgstr "hg qsave [-m TEKST] [-l FIL] [-c] [-n NAVN] [-e] [-f]"
3235 msgstr "hg qsave [-m TEKST] [-l FIL] [-c] [-n NAVN] [-e] [-f]"
3228
3236
3229 msgid "disable all guards"
3237 msgid "disable all guards"
3230 msgstr ""
3238 msgstr ""
3231
3239
3232 msgid "list all guards in series file"
3240 msgid "list all guards in series file"
3233 msgstr ""
3241 msgstr ""
3234
3242
3235 msgid "pop to before first guarded applied patch"
3243 msgid "pop to before first guarded applied patch"
3236 msgstr ""
3244 msgstr ""
3237
3245
3238 msgid "pop, then reapply patches"
3246 msgid "pop, then reapply patches"
3239 msgstr ""
3247 msgstr ""
3240
3248
3241 msgid "hg qselect [OPTION]... [GUARD]..."
3249 msgid "hg qselect [OPTION]... [GUARD]..."
3242 msgstr "hg qselect [TILVALG]... [VAGT]..."
3250 msgstr "hg qselect [TILVALG]... [VAGT]..."
3243
3251
3244 msgid "print patches not in series"
3252 msgid "print patches not in series"
3245 msgstr ""
3253 msgstr ""
3246
3254
3247 msgid "hg qseries [-ms]"
3255 msgid "hg qseries [-ms]"
3248 msgstr "hg qseries [-ms]"
3256 msgstr "hg qseries [-ms]"
3249
3257
3250 msgid "force removal with local changes"
3258 msgid "force removal with local changes"
3251 msgstr ""
3259 msgstr ""
3252
3260
3253 msgid "bundle unrelated changesets"
3261 msgid "bundle unrelated changesets"
3254 msgstr ""
3262 msgstr ""
3255
3263
3256 msgid "no backups"
3264 msgid "no backups"
3257 msgstr ""
3265 msgstr ""
3258
3266
3259 msgid "hg strip [-f] [-b] [-n] REV"
3267 msgid "hg strip [-f] [-b] [-n] REV"
3260 msgstr "hg strip [-f] [-b] [-n] REV"
3268 msgstr "hg strip [-f] [-b] [-n] REV"
3261
3269
3262 msgid "hg qtop [-s]"
3270 msgid "hg qtop [-s]"
3263 msgstr "hg qtop [-s]"
3271 msgstr "hg qtop [-s]"
3264
3272
3265 msgid "hg qunapplied [-s] [PATCH]"
3273 msgid "hg qunapplied [-s] [PATCH]"
3266 msgstr "hg qunapplied [-s] [LAP]"
3274 msgstr "hg qunapplied [-s] [LAP]"
3267
3275
3268 msgid "finish all applied changesets"
3276 msgid "finish all applied changesets"
3269 msgstr "afslut alle anvendte ændringer"
3277 msgstr "afslut alle anvendte ændringer"
3270
3278
3271 msgid "hg qfinish [-a] [REV...]"
3279 msgid "hg qfinish [-a] [REV...]"
3272 msgstr "hg qfinish [-a] [REV...]"
3280 msgstr "hg qfinish [-a] [REV...]"
3273
3281
3274 msgid ""
3282 msgid ""
3275 "send e-mail notifications for commits/pushes\n"
3283 "send e-mail notifications for commits/pushes\n"
3276 "\n"
3284 "\n"
3277 "Subscriptions can be managed through hgrc. Default mode is to print\n"
3285 "Subscriptions can be managed through hgrc. Default mode is to print\n"
3278 "messages to stdout, for testing and configuring.\n"
3286 "messages to stdout, for testing and configuring.\n"
3279 "\n"
3287 "\n"
3280 "To use, configure notify extension and enable in hgrc like this:\n"
3288 "To use, configure notify extension and enable in hgrc like this:\n"
3281 "\n"
3289 "\n"
3282 " [extensions]\n"
3290 " [extensions]\n"
3283 " hgext.notify =\n"
3291 " hgext.notify =\n"
3284 "\n"
3292 "\n"
3285 " [hooks]\n"
3293 " [hooks]\n"
3286 " # one email for each incoming changeset\n"
3294 " # one email for each incoming changeset\n"
3287 " incoming.notify = python:hgext.notify.hook\n"
3295 " incoming.notify = python:hgext.notify.hook\n"
3288 " # batch emails when many changesets incoming at one time\n"
3296 " # batch emails when many changesets incoming at one time\n"
3289 " changegroup.notify = python:hgext.notify.hook\n"
3297 " changegroup.notify = python:hgext.notify.hook\n"
3290 "\n"
3298 "\n"
3291 " [notify]\n"
3299 " [notify]\n"
3292 " # config items go in here\n"
3300 " # config items go in here\n"
3293 "\n"
3301 "\n"
3294 " config items:\n"
3302 " config items:\n"
3295 "\n"
3303 "\n"
3296 " REQUIRED:\n"
3304 " REQUIRED:\n"
3297 " config = /path/to/file # file containing subscriptions\n"
3305 " config = /path/to/file # file containing subscriptions\n"
3298 "\n"
3306 "\n"
3299 " OPTIONAL:\n"
3307 " OPTIONAL:\n"
3300 " test = True # print messages to stdout for testing\n"
3308 " test = True # print messages to stdout for testing\n"
3301 " strip = 3 # number of slashes to strip for url paths\n"
3309 " strip = 3 # number of slashes to strip for url paths\n"
3302 " domain = example.com # domain to use if committer missing domain\n"
3310 " domain = example.com # domain to use if committer missing domain\n"
3303 " style = ... # style file to use when formatting email\n"
3311 " style = ... # style file to use when formatting email\n"
3304 " template = ... # template to use when formatting email\n"
3312 " template = ... # template to use when formatting email\n"
3305 " incoming = ... # template to use when run as incoming hook\n"
3313 " incoming = ... # template to use when run as incoming hook\n"
3306 " changegroup = ... # template when run as changegroup hook\n"
3314 " changegroup = ... # template when run as changegroup hook\n"
3307 " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
3315 " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
3308 " maxsubject = 67 # truncate subject line longer than this\n"
3316 " maxsubject = 67 # truncate subject line longer than this\n"
3309 " diffstat = True # add a diffstat before the diff content\n"
3317 " diffstat = True # add a diffstat before the diff content\n"
3310 " sources = serve # notify if source of incoming changes in this "
3318 " sources = serve # notify if source of incoming changes in this "
3311 "list\n"
3319 "list\n"
3312 " # (serve == ssh or http, push, pull, bundle)\n"
3320 " # (serve == ssh or http, push, pull, bundle)\n"
3313 " [email]\n"
3321 " [email]\n"
3314 " from = user@host.com # email address to send as if none given\n"
3322 " from = user@host.com # email address to send as if none given\n"
3315 " [web]\n"
3323 " [web]\n"
3316 " baseurl = http://hgserver/... # root of hg web site for browsing commits\n"
3324 " baseurl = http://hgserver/... # root of hg web site for browsing commits\n"
3317 "\n"
3325 "\n"
3318 " notify config file has same format as regular hgrc. it has two\n"
3326 " notify config file has same format as regular hgrc. it has two\n"
3319 " sections so you can express subscriptions in whatever way is handier\n"
3327 " sections so you can express subscriptions in whatever way is handier\n"
3320 " for you.\n"
3328 " for you.\n"
3321 "\n"
3329 "\n"
3322 " [usersubs]\n"
3330 " [usersubs]\n"
3323 " # key is subscriber email, value is \",\"-separated list of glob "
3331 " # key is subscriber email, value is \",\"-separated list of glob "
3324 "patterns\n"
3332 "patterns\n"
3325 " user@host = pattern\n"
3333 " user@host = pattern\n"
3326 "\n"
3334 "\n"
3327 " [reposubs]\n"
3335 " [reposubs]\n"
3328 " # key is glob pattern, value is \",\"-separated list of subscriber "
3336 " # key is glob pattern, value is \",\"-separated list of subscriber "
3329 "emails\n"
3337 "emails\n"
3330 " pattern = user@host\n"
3338 " pattern = user@host\n"
3331 "\n"
3339 "\n"
3332 " glob patterns are matched against path to repository root.\n"
3340 " glob patterns are matched against path to repository root.\n"
3333 "\n"
3341 "\n"
3334 " if you like, you can put notify config file in repository that users\n"
3342 " if you like, you can put notify config file in repository that users\n"
3335 " can push changes to, they can manage their own subscriptions."
3343 " can push changes to, they can manage their own subscriptions."
3336 msgstr ""
3344 msgstr ""
3337
3345
3338 #, python-format
3346 #, python-format
3339 msgid "%s: %d new changesets"
3347 msgid "%s: %d new changesets"
3340 msgstr "%s: %d nye ændringer"
3348 msgstr "%s: %d nye ændringer"
3341
3349
3342 #, python-format
3350 #, python-format
3343 msgid "notify: sending %d subscribers %d changes\n"
3351 msgid "notify: sending %d subscribers %d changes\n"
3344 msgstr "notify: sender %d abonnenter %d ændringer\n"
3352 msgstr "notify: sender %d abonnenter %d ændringer\n"
3345
3353
3346 #, python-format
3354 #, python-format
3347 msgid ""
3355 msgid ""
3348 "\n"
3356 "\n"
3349 "diffs (truncated from %d to %d lines):\n"
3357 "diffs (truncated from %d to %d lines):\n"
3350 "\n"
3358 "\n"
3351 msgstr ""
3359 msgstr ""
3352
3360
3353 #, python-format
3361 #, python-format
3354 msgid ""
3362 msgid ""
3355 "\n"
3363 "\n"
3356 "diffs (%d lines):\n"
3364 "diffs (%d lines):\n"
3357 "\n"
3365 "\n"
3358 msgstr ""
3366 msgstr ""
3359
3367
3360 #, python-format
3368 #, python-format
3361 msgid "notify: no subscribers to repository %s\n"
3369 msgid "notify: no subscribers to repository %s\n"
3362 msgstr ""
3370 msgstr "notify: ingen abonnementer til depot %s\n"
3363
3371
3364 #, python-format
3372 #, python-format
3365 msgid "notify: changes have source \"%s\" - skipping\n"
3373 msgid "notify: changes have source \"%s\" - skipping\n"
3366 msgstr ""
3374 msgstr "notify: ændringer har kilde \"%s\" - springer over\n"
3367
3375
3368 msgid ""
3376 msgid ""
3369 "browse command output with an external pager\n"
3377 "browse command output with an external pager\n"
3370 "\n"
3378 "\n"
3371 "To set the pager that should be used, set the application variable:\n"
3379 "To set the pager that should be used, set the application variable:\n"
3372 "\n"
3380 "\n"
3373 " [pager]\n"
3381 " [pager]\n"
3374 " pager = LESS='FSRX' less\n"
3382 " pager = LESS='FSRX' less\n"
3375 "\n"
3383 "\n"
3376 "If no pager is set, the pager extensions uses the environment variable\n"
3384 "If no pager is set, the pager extensions uses the environment variable\n"
3377 "$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.\n"
3385 "$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.\n"
3378 "\n"
3386 "\n"
3379 "If you notice \"BROKEN PIPE\" error messages, you can disable them by\n"
3387 "If you notice \"BROKEN PIPE\" error messages, you can disable them by\n"
3380 "setting:\n"
3388 "setting:\n"
3381 "\n"
3389 "\n"
3382 " [pager]\n"
3390 " [pager]\n"
3383 " quiet = True\n"
3391 " quiet = True\n"
3384 "\n"
3392 "\n"
3385 "You can disable the pager for certain commands by adding them to the\n"
3393 "You can disable the pager for certain commands by adding them to the\n"
3386 "pager.ignore list:\n"
3394 "pager.ignore list:\n"
3387 "\n"
3395 "\n"
3388 " [pager]\n"
3396 " [pager]\n"
3389 " ignore = version, help, update\n"
3397 " ignore = version, help, update\n"
3390 "\n"
3398 "\n"
3391 "You can also enable the pager only for certain commands using\n"
3399 "You can also enable the pager only for certain commands using\n"
3392 "pager.attend:\n"
3400 "pager.attend:\n"
3393 "\n"
3401 "\n"
3394 " [pager]\n"
3402 " [pager]\n"
3395 " attend = log\n"
3403 " attend = log\n"
3396 "\n"
3404 "\n"
3397 "If pager.attend is present, pager.ignore will be ignored.\n"
3405 "If pager.attend is present, pager.ignore will be ignored.\n"
3398 "\n"
3406 "\n"
3399 "To ignore global commands like \"hg version\" or \"hg help\", you have to\n"
3407 "To ignore global commands like \"hg version\" or \"hg help\", you have to\n"
3400 "specify them in the global .hgrc\n"
3408 "specify them in the global .hgrc\n"
3401 msgstr ""
3409 msgstr ""
3402
3410
3403 msgid ""
3411 msgid ""
3404 "interpret suffixes to refer to ancestor revisions\n"
3412 "interpret suffixes to refer to ancestor revisions\n"
3405 "\n"
3413 "\n"
3406 "This extension allows you to use git-style suffixes to refer to the\n"
3414 "This extension allows you to use git-style suffixes to refer to the\n"
3407 "ancestors of a specific revision.\n"
3415 "ancestors of a specific revision.\n"
3408 "\n"
3416 "\n"
3409 "For example, if you can refer to a revision as \"foo\", then:\n"
3417 "For example, if you can refer to a revision as \"foo\", then:\n"
3410 "\n"
3418 "\n"
3411 "- foo^N = Nth parent of foo\n"
3419 "- foo^N = Nth parent of foo\n"
3412 " foo^0 = foo\n"
3420 " foo^0 = foo\n"
3413 " foo^1 = first parent of foo\n"
3421 " foo^1 = first parent of foo\n"
3414 " foo^2 = second parent of foo\n"
3422 " foo^2 = second parent of foo\n"
3415 " foo^ = foo^1\n"
3423 " foo^ = foo^1\n"
3416 "\n"
3424 "\n"
3417 "- foo~N = Nth first grandparent of foo\n"
3425 "- foo~N = Nth first grandparent of foo\n"
3418 " foo~0 = foo\n"
3426 " foo~0 = foo\n"
3419 " foo~1 = foo^1 = foo^ = first parent of foo\n"
3427 " foo~1 = foo^1 = foo^ = first parent of foo\n"
3420 " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
3428 " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
3421 msgstr ""
3429 msgstr ""
3422
3430
3423 msgid ""
3431 msgid ""
3424 "send Mercurial changesets as a series of patch e-mails\n"
3432 "send Mercurial changesets as a series of patch e-mails\n"
3425 "\n"
3433 "\n"
3426 "The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
3434 "The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
3427 "describes the series as a whole.\n"
3435 "describes the series as a whole.\n"
3428 "\n"
3436 "\n"
3429 "Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
3437 "Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
3430 "first line of the changeset description as the subject text. The\n"
3438 "first line of the changeset description as the subject text. The\n"
3431 "message contains two or three body parts:\n"
3439 "message contains two or three body parts:\n"
3432 "\n"
3440 "\n"
3433 " The changeset description.\n"
3441 " The changeset description.\n"
3434 "\n"
3442 "\n"
3435 " [Optional] The result of running diffstat on the patch.\n"
3443 " [Optional] The result of running diffstat on the patch.\n"
3436 "\n"
3444 "\n"
3437 " The patch itself, as generated by \"hg export\".\n"
3445 " The patch itself, as generated by \"hg export\".\n"
3438 "\n"
3446 "\n"
3439 "Each message refers to the first in the series using the In-Reply-To\n"
3447 "Each message refers to the first in the series using the In-Reply-To\n"
3440 "and References headers, so they will show up as a sequence in threaded\n"
3448 "and References headers, so they will show up as a sequence in threaded\n"
3441 "mail and news readers, and in mail archives.\n"
3449 "mail and news readers, and in mail archives.\n"
3442 "\n"
3450 "\n"
3443 "With the -d/--diffstat option, you will be prompted for each changeset\n"
3451 "With the -d/--diffstat option, you will be prompted for each changeset\n"
3444 "with a diffstat summary and the changeset summary, so you can be sure\n"
3452 "with a diffstat summary and the changeset summary, so you can be sure\n"
3445 "you are sending the right changes.\n"
3453 "you are sending the right changes.\n"
3446 "\n"
3454 "\n"
3447 "To configure other defaults, add a section like this to your hgrc\n"
3455 "To configure other defaults, add a section like this to your hgrc\n"
3448 "file:\n"
3456 "file:\n"
3449 "\n"
3457 "\n"
3450 " [email]\n"
3458 " [email]\n"
3451 " from = My Name <my@email>\n"
3459 " from = My Name <my@email>\n"
3452 " to = recipient1, recipient2, ...\n"
3460 " to = recipient1, recipient2, ...\n"
3453 " cc = cc1, cc2, ...\n"
3461 " cc = cc1, cc2, ...\n"
3454 " bcc = bcc1, bcc2, ...\n"
3462 " bcc = bcc1, bcc2, ...\n"
3455 "\n"
3463 "\n"
3456 "Then you can use the \"hg email\" command to mail a series of changesets\n"
3464 "Then you can use the \"hg email\" command to mail a series of changesets\n"
3457 "as a patchbomb.\n"
3465 "as a patchbomb.\n"
3458 "\n"
3466 "\n"
3459 "To avoid sending patches prematurely, it is a good idea to first run\n"
3467 "To avoid sending patches prematurely, it is a good idea to first run\n"
3460 "the \"email\" command with the \"-n\" option (test only). You will be\n"
3468 "the \"email\" command with the \"-n\" option (test only). You will be\n"
3461 "prompted for an email recipient address, a subject and an introductory\n"
3469 "prompted for an email recipient address, a subject and an introductory\n"
3462 "message describing the patches of your patchbomb. Then when all is\n"
3470 "message describing the patches of your patchbomb. Then when all is\n"
3463 "done, patchbomb messages are displayed. If the PAGER environment\n"
3471 "done, patchbomb messages are displayed. If the PAGER environment\n"
3464 "variable is set, your pager will be fired up once for each patchbomb\n"
3472 "variable is set, your pager will be fired up once for each patchbomb\n"
3465 "message, so you can verify everything is alright.\n"
3473 "message, so you can verify everything is alright.\n"
3466 "\n"
3474 "\n"
3467 "The -m/--mbox option is also very useful. Instead of previewing each\n"
3475 "The -m/--mbox option is also very useful. Instead of previewing each\n"
3468 "patchbomb message in a pager or sending the messages directly, it will\n"
3476 "patchbomb message in a pager or sending the messages directly, it will\n"
3469 "create a UNIX mailbox file with the patch emails. This mailbox file\n"
3477 "create a UNIX mailbox file with the patch emails. This mailbox file\n"
3470 "can be previewed with any mail user agent which supports UNIX mbox\n"
3478 "can be previewed with any mail user agent which supports UNIX mbox\n"
3471 "files, e.g. with mutt:\n"
3479 "files, e.g. with mutt:\n"
3472 "\n"
3480 "\n"
3473 " % mutt -R -f mbox\n"
3481 " % mutt -R -f mbox\n"
3474 "\n"
3482 "\n"
3475 "When you are previewing the patchbomb messages, you can use `formail'\n"
3483 "When you are previewing the patchbomb messages, you can use `formail'\n"
3476 "(a utility that is commonly installed as part of the procmail\n"
3484 "(a utility that is commonly installed as part of the procmail\n"
3477 "package), to send each message out:\n"
3485 "package), to send each message out:\n"
3478 "\n"
3486 "\n"
3479 " % formail -s sendmail -bm -t < mbox\n"
3487 " % formail -s sendmail -bm -t < mbox\n"
3480 "\n"
3488 "\n"
3481 "That should be all. Now your patchbomb is on its way out.\n"
3489 "That should be all. Now your patchbomb is on its way out.\n"
3482 "\n"
3490 "\n"
3483 "You can also either configure the method option in the email section\n"
3491 "You can also either configure the method option in the email section\n"
3484 "to be a sendmail compatible mailer or fill out the [smtp] section so\n"
3492 "to be a sendmail compatible mailer or fill out the [smtp] section so\n"
3485 "that the patchbomb extension can automatically send patchbombs\n"
3493 "that the patchbomb extension can automatically send patchbombs\n"
3486 "directly from the commandline. See the [email] and [smtp] sections in\n"
3494 "directly from the commandline. See the [email] and [smtp] sections in\n"
3487 "hgrc(5) for details."
3495 "hgrc(5) for details."
3488 msgstr ""
3496 msgstr ""
3489
3497
3490 msgid "Please enter a valid value.\n"
3498 msgid "Please enter a valid value.\n"
3491 msgstr "Angiv venligst en gyldig værdi.\n"
3499 msgstr "Angiv venligst en gyldig værdi.\n"
3492
3500
3493 msgid "does the diffstat above look okay? "
3501 msgid "does the diffstat above look okay? "
3494 msgstr ""
3502 msgstr ""
3495
3503
3496 msgid "diffstat rejected"
3504 msgid "diffstat rejected"
3497 msgstr "diffstat afvist"
3505 msgstr "diffstat afvist"
3498
3506
3499 msgid ""
3507 msgid ""
3500 "send changesets by email\n"
3508 "send changesets by email\n"
3501 "\n"
3509 "\n"
3502 " By default, diffs are sent in the format generated by hg export,\n"
3510 " By default, diffs are sent in the format generated by hg export,\n"
3503 " one per message. The series starts with a \"[PATCH 0 of N]\"\n"
3511 " one per message. The series starts with a \"[PATCH 0 of N]\"\n"
3504 " introduction, which describes the series as a whole.\n"
3512 " introduction, which describes the series as a whole.\n"
3505 "\n"
3513 "\n"
3506 " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
3514 " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
3507 " the first line of the changeset description as the subject text.\n"
3515 " the first line of the changeset description as the subject text.\n"
3508 " The message contains two or three parts. First, the changeset\n"
3516 " The message contains two or three parts. First, the changeset\n"
3509 " description. Next, (optionally) if the diffstat program is\n"
3517 " description. Next, (optionally) if the diffstat program is\n"
3510 " installed and -d/--diffstat is used, the result of running\n"
3518 " installed and -d/--diffstat is used, the result of running\n"
3511 " diffstat on the patch. Finally, the patch itself, as generated by\n"
3519 " diffstat on the patch. Finally, the patch itself, as generated by\n"
3512 " \"hg export\".\n"
3520 " \"hg export\".\n"
3513 "\n"
3521 "\n"
3514 " By default the patch is included as text in the email body for\n"
3522 " By default the patch is included as text in the email body for\n"
3515 " easy reviewing. Using the -a/--attach option will instead create\n"
3523 " easy reviewing. Using the -a/--attach option will instead create\n"
3516 " an attachment for the patch. With -i/--inline an inline attachment\n"
3524 " an attachment for the patch. With -i/--inline an inline attachment\n"
3517 " will be created.\n"
3525 " will be created.\n"
3518 "\n"
3526 "\n"
3519 " With -o/--outgoing, emails will be generated for patches not found\n"
3527 " With -o/--outgoing, emails will be generated for patches not found\n"
3520 " in the destination repository (or only those which are ancestors\n"
3528 " in the destination repository (or only those which are ancestors\n"
3521 " of the specified revisions if any are provided)\n"
3529 " of the specified revisions if any are provided)\n"
3522 "\n"
3530 "\n"
3523 " With -b/--bundle, changesets are selected as for --outgoing, but a\n"
3531 " With -b/--bundle, changesets are selected as for --outgoing, but a\n"
3524 " single email containing a binary Mercurial bundle as an attachment\n"
3532 " single email containing a binary Mercurial bundle as an attachment\n"
3525 " will be sent.\n"
3533 " will be sent.\n"
3526 "\n"
3534 "\n"
3527 " Examples:\n"
3535 " Examples:\n"
3528 "\n"
3536 "\n"
3529 " hg email -r 3000 # send patch 3000 only\n"
3537 " hg email -r 3000 # send patch 3000 only\n"
3530 " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
3538 " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
3531 " hg email -r 3000:3005 # send patches 3000 through 3005\n"
3539 " hg email -r 3000:3005 # send patches 3000 through 3005\n"
3532 " hg email 3000 # send patch 3000 (deprecated)\n"
3540 " hg email 3000 # send patch 3000 (deprecated)\n"
3533 "\n"
3541 "\n"
3534 " hg email -o # send all patches not in default\n"
3542 " hg email -o # send all patches not in default\n"
3535 " hg email -o DEST # send all patches not in DEST\n"
3543 " hg email -o DEST # send all patches not in DEST\n"
3536 " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
3544 " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
3537 " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST\n"
3545 " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST\n"
3538 "\n"
3546 "\n"
3539 " hg email -b # send bundle of all patches not in default\n"
3547 " hg email -b # send bundle of all patches not in default\n"
3540 " hg email -b DEST # send bundle of all patches not in DEST\n"
3548 " hg email -b DEST # send bundle of all patches not in DEST\n"
3541 " hg email -b -r 3000 # bundle of all ancestors of 3000 not in "
3549 " hg email -b -r 3000 # bundle of all ancestors of 3000 not in "
3542 "default\n"
3550 "default\n"
3543 " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST\n"
3551 " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST\n"
3544 "\n"
3552 "\n"
3545 " Before using this command, you will need to enable email in your\n"
3553 " Before using this command, you will need to enable email in your\n"
3546 " hgrc. See the [email] section in hgrc(5) for details.\n"
3554 " hgrc. See the [email] section in hgrc(5) for details.\n"
3547 " "
3555 " "
3548 msgstr ""
3556 msgstr ""
3549
3557
3550 msgid "specify at least one changeset with -r or -o"
3558 msgid "specify at least one changeset with -r or -o"
3551 msgstr "angiv mindst en ændring med -r eller -o"
3559 msgstr "angiv mindst en ændring med -r eller -o"
3552
3560
3553 msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
3561 msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
3554 msgstr ""
3562 msgstr ""
3555
3563
3556 msgid "too many destinations"
3564 msgid "too many destinations"
3557 msgstr "for mange destinationer"
3565 msgstr "for mange destinationer"
3558
3566
3559 msgid "use only one form to specify the revision"
3567 msgid "use only one form to specify the revision"
3560 msgstr ""
3568 msgstr ""
3561
3569
3562 msgid ""
3570 msgid ""
3563 "\n"
3571 "\n"
3564 "Write the introductory message for the patch series.\n"
3572 "Write the introductory message for the patch series.\n"
3565 "\n"
3573 "\n"
3566 msgstr ""
3574 msgstr ""
3567
3575
3568 #, python-format
3576 #, python-format
3569 msgid ""
3577 msgid ""
3570 "This patch series consists of %d patches.\n"
3578 "This patch series consists of %d patches.\n"
3571 "\n"
3579 "\n"
3572 msgstr ""
3580 msgstr ""
3573
3581
3574 msgid "Final summary:\n"
3582 msgid "Final summary:\n"
3575 msgstr ""
3583 msgstr ""
3576
3584
3577 msgid "Displaying "
3585 msgid "Displaying "
3578 msgstr "Viser "
3586 msgstr "Viser "
3579
3587
3580 msgid "Writing "
3588 msgid "Writing "
3581 msgstr "Skriver "
3589 msgstr "Skriver "
3582
3590
3583 msgid "Sending "
3591 msgid "Sending "
3584 msgstr "Sender "
3592 msgstr "Sender "
3585
3593
3586 msgid "send patches as attachments"
3594 msgid "send patches as attachments"
3587 msgstr "send lapper som vedhæftede filer"
3595 msgstr "send lapper som vedhæftede filer"
3588
3596
3589 msgid "send patches as inline attachments"
3597 msgid "send patches as inline attachments"
3590 msgstr "send lapper som integreret tekst"
3598 msgstr "send lapper som integreret tekst"
3591
3599
3592 msgid "email addresses of blind carbon copy recipients"
3600 msgid "email addresses of blind carbon copy recipients"
3593 msgstr ""
3601 msgstr ""
3594
3602
3595 msgid "email addresses of copy recipients"
3603 msgid "email addresses of copy recipients"
3596 msgstr ""
3604 msgstr ""
3597
3605
3598 msgid "add diffstat output to messages"
3606 msgid "add diffstat output to messages"
3599 msgstr "tilføj diffstat resultat til beskeder"
3607 msgstr "tilføj diffstat resultat til beskeder"
3600
3608
3601 msgid "use the given date as the sending date"
3609 msgid "use the given date as the sending date"
3602 msgstr ""
3610 msgstr ""
3603
3611
3604 msgid "use the given file as the series description"
3612 msgid "use the given file as the series description"
3605 msgstr ""
3613 msgstr ""
3606
3614
3607 msgid "email address of sender"
3615 msgid "email address of sender"
3608 msgstr ""
3616 msgstr ""
3609
3617
3610 msgid "print messages that would be sent"
3618 msgid "print messages that would be sent"
3611 msgstr ""
3619 msgstr ""
3612
3620
3613 msgid "write messages to mbox file instead of sending them"
3621 msgid "write messages to mbox file instead of sending them"
3614 msgstr ""
3622 msgstr ""
3615
3623
3616 msgid "subject of first message (intro or single patch)"
3624 msgid "subject of first message (intro or single patch)"
3617 msgstr ""
3625 msgstr ""
3618
3626
3619 msgid "message identifier to reply to"
3627 msgid "message identifier to reply to"
3620 msgstr ""
3628 msgstr ""
3621
3629
3622 msgid "email addresses of recipients"
3630 msgid "email addresses of recipients"
3623 msgstr ""
3631 msgstr ""
3624
3632
3625 msgid "omit hg patch header"
3633 msgid "omit hg patch header"
3626 msgstr ""
3634 msgstr ""
3627
3635
3628 msgid "send changes not found in the target repository"
3636 msgid "send changes not found in the target repository"
3629 msgstr ""
3637 msgstr ""
3630
3638
3631 msgid "send changes not in target as a binary bundle"
3639 msgid "send changes not in target as a binary bundle"
3632 msgstr ""
3640 msgstr ""
3633
3641
3634 msgid "name of the bundle attachment file"
3642 msgid "name of the bundle attachment file"
3635 msgstr ""
3643 msgstr ""
3636
3644
3637 msgid "a revision to send"
3645 msgid "a revision to send"
3638 msgstr ""
3646 msgstr ""
3639
3647
3640 msgid "run even when remote repository is unrelated (with -b/--bundle)"
3648 msgid "run even when remote repository is unrelated (with -b/--bundle)"
3641 msgstr "kør selv hvis fjerndepotet er urelateret (med -b/--bundle)"
3649 msgstr "kør selv hvis fjerndepotet er urelateret (med -b/--bundle)"
3642
3650
3643 msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
3651 msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
3644 msgstr ""
3652 msgstr ""
3645
3653
3646 msgid "send an introduction email for a single patch"
3654 msgid "send an introduction email for a single patch"
3647 msgstr ""
3655 msgstr ""
3648
3656
3649 msgid "hg email [OPTION]... [DEST]..."
3657 msgid "hg email [OPTION]... [DEST]..."
3650 msgstr "hg email [TILVALG]... [MÅL]..."
3658 msgstr "hg email [TILVALG]... [MÅL]..."
3651
3659
3652 msgid "delete files not tracked from the working directory"
3660 msgid "delete files not tracked from the working directory"
3653 msgstr ""
3661 msgstr ""
3654
3662
3655 msgid ""
3663 msgid ""
3656 "removes files not tracked by Mercurial\n"
3664 "removes files not tracked by Mercurial\n"
3657 "\n"
3665 "\n"
3658 " Delete files not known to Mercurial. This is useful to test local\n"
3666 " Delete files not known to Mercurial. This is useful to test local\n"
3659 " and uncommitted changes in an otherwise-clean source tree.\n"
3667 " and uncommitted changes in an otherwise-clean source tree.\n"
3660 "\n"
3668 "\n"
3661 " This means that purge will delete:\n"
3669 " This means that purge will delete:\n"
3662 " - Unknown files: files marked with \"?\" by \"hg status\"\n"
3670 " - Unknown files: files marked with \"?\" by \"hg status\"\n"
3663 " - Empty directories: in fact Mercurial ignores directories unless\n"
3671 " - Empty directories: in fact Mercurial ignores directories unless\n"
3664 " they contain files under source control management\n"
3672 " they contain files under source control management\n"
3665 " But it will leave untouched:\n"
3673 " But it will leave untouched:\n"
3666 " - Modified and unmodified tracked files\n"
3674 " - Modified and unmodified tracked files\n"
3667 " - Ignored files (unless --all is specified)\n"
3675 " - Ignored files (unless --all is specified)\n"
3668 " - New files added to the repository (with \"hg add\")\n"
3676 " - New files added to the repository (with \"hg add\")\n"
3669 "\n"
3677 "\n"
3670 " If directories are given on the command line, only files in these\n"
3678 " If directories are given on the command line, only files in these\n"
3671 " directories are considered.\n"
3679 " directories are considered.\n"
3672 "\n"
3680 "\n"
3673 " Be careful with purge, as you could irreversibly delete some files\n"
3681 " Be careful with purge, as you could irreversibly delete some files\n"
3674 " you forgot to add to the repository. If you only want to print the\n"
3682 " you forgot to add to the repository. If you only want to print the\n"
3675 " list of files that this program would delete, use the --print\n"
3683 " list of files that this program would delete, use the --print\n"
3676 " option.\n"
3684 " option.\n"
3677 " "
3685 " "
3678 msgstr ""
3686 msgstr ""
3679
3687
3680 #, python-format
3688 #, python-format
3681 msgid "%s cannot be removed"
3689 msgid "%s cannot be removed"
3682 msgstr ""
3690 msgstr "%s kan ikke slettes"
3683
3691
3684 #, python-format
3692 #, python-format
3685 msgid "warning: %s\n"
3693 msgid "warning: %s\n"
3686 msgstr "advarsel: %s\n"
3694 msgstr "advarsel: %s\n"
3687
3695
3688 #, python-format
3696 #, python-format
3689 msgid "Removing file %s\n"
3697 msgid "Removing file %s\n"
3690 msgstr "Fjerner fil %s\n"
3698 msgstr "Fjerner fil %s\n"
3691
3699
3692 #, python-format
3700 #, python-format
3693 msgid "Removing directory %s\n"
3701 msgid "Removing directory %s\n"
3694 msgstr "Fjerner katalog %s\n"
3702 msgstr "Fjerner katalog %s\n"
3695
3703
3696 msgid "abort if an error occurs"
3704 msgid "abort if an error occurs"
3697 msgstr ""
3705 msgstr "afbryd hvis der opstår en fejl"
3698
3706
3699 msgid "purge ignored files too"
3707 msgid "purge ignored files too"
3700 msgstr ""
3708 msgstr "udrens også ignorerede filer"
3701
3709
3702 msgid "print filenames instead of deleting them"
3710 msgid "print filenames instead of deleting them"
3703 msgstr ""
3711 msgstr "udskriv filnavne i stedet for at slette dem"
3704
3712
3705 msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
3713 msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
3706 msgstr ""
3714 msgstr "afslut filnavne med NUL, for brug med xargs (medfører -p/--print)"
3707
3715
3708 msgid "hg purge [OPTION]... [DIR]..."
3716 msgid "hg purge [OPTION]... [DIR]..."
3709 msgstr "hg purge [TILVALG]... [KATALOG]..."
3717 msgstr "hg purge [TILVALG]... [KATALOG]..."
3710
3718
3711 msgid ""
3719 msgid ""
3712 "move sets of revisions to a different ancestor\n"
3720 "move sets of revisions to a different ancestor\n"
3713 "\n"
3721 "\n"
3714 "This extension lets you rebase changesets in an existing Mercurial\n"
3722 "This extension lets you rebase changesets in an existing Mercurial\n"
3715 "repository.\n"
3723 "repository.\n"
3716 "\n"
3724 "\n"
3717 "For more information:\n"
3725 "For more information:\n"
3718 "http://www.selenic.com/mercurial/wiki/index.cgi/RebaseProject\n"
3726 "http://www.selenic.com/mercurial/wiki/index.cgi/RebaseProject\n"
3719 msgstr ""
3727 msgstr ""
3720
3728
3721 msgid "first revision, do not change ancestor\n"
3729 msgid "first revision, do not change ancestor\n"
3722 msgstr ""
3730 msgstr ""
3723
3731
3724 msgid ""
3732 msgid ""
3725 "move changeset (and descendants) to a different branch\n"
3733 "move changeset (and descendants) to a different branch\n"
3726 "\n"
3734 "\n"
3727 " Rebase uses repeated merging to graft changesets from one part of\n"
3735 " Rebase uses repeated merging to graft changesets from one part of\n"
3728 " history onto another. This can be useful for linearizing local\n"
3736 " history onto another. This can be useful for linearizing local\n"
3729 " changes relative to a master development tree.\n"
3737 " changes relative to a master development tree.\n"
3730 "\n"
3738 "\n"
3731 " If a rebase is interrupted to manually resolve a merge, it can be\n"
3739 " If a rebase is interrupted to manually resolve a merge, it can be\n"
3732 " continued with --continue/-c or aborted with --abort/-a.\n"
3740 " continued with --continue/-c or aborted with --abort/-a.\n"
3733 " "
3741 " "
3734 msgstr ""
3742 msgstr ""
3735
3743
3736 msgid "cannot use both abort and continue"
3744 msgid "cannot use both abort and continue"
3737 msgstr ""
3745 msgstr ""
3738
3746
3739 msgid "cannot use collapse with continue or abort"
3747 msgid "cannot use collapse with continue or abort"
3740 msgstr ""
3748 msgstr ""
3741
3749
3742 msgid "abort and continue do not allow specifying revisions"
3750 msgid "abort and continue do not allow specifying revisions"
3743 msgstr ""
3751 msgstr ""
3744
3752
3745 msgid "cannot specify both a revision and a base"
3753 msgid "cannot specify both a revision and a base"
3746 msgstr ""
3754 msgstr ""
3747
3755
3748 msgid "nothing to rebase\n"
3756 msgid "nothing to rebase\n"
3749 msgstr ""
3757 msgstr ""
3750
3758
3751 msgid "cannot use both keepbranches and extrafn"
3759 msgid "cannot use both keepbranches and extrafn"
3752 msgstr ""
3760 msgstr ""
3753
3761
3754 msgid "rebase merging completed\n"
3762 msgid "rebase merging completed\n"
3755 msgstr ""
3763 msgstr ""
3756
3764
3757 msgid "warning: new changesets detected on source branch, not stripping\n"
3765 msgid "warning: new changesets detected on source branch, not stripping\n"
3758 msgstr ""
3766 msgstr ""
3759
3767
3760 msgid "rebase completed\n"
3768 msgid "rebase completed\n"
3761 msgstr ""
3769 msgstr ""
3762
3770
3763 #, python-format
3771 #, python-format
3764 msgid "%d revisions have been skipped\n"
3772 msgid "%d revisions have been skipped\n"
3765 msgstr ""
3773 msgstr ""
3766
3774
3767 msgid " set parents\n"
3775 msgid " set parents\n"
3768 msgstr ""
3776 msgstr ""
3769
3777
3770 #, python-format
3778 #, python-format
3771 msgid "rebasing %d:%s\n"
3779 msgid "rebasing %d:%s\n"
3772 msgstr ""
3780 msgstr ""
3773
3781
3774 #, python-format
3782 #, python-format
3775 msgid " future parents are %d and %d\n"
3783 msgid " future parents are %d and %d\n"
3776 msgstr ""
3784 msgstr ""
3777
3785
3778 #, python-format
3786 #, python-format
3779 msgid " update to %d:%s\n"
3787 msgid " update to %d:%s\n"
3780 msgstr " opdater til %d:%s\n"
3788 msgstr " opdater til %d:%s\n"
3781
3789
3782 msgid " already in target\n"
3790 msgid " already in target\n"
3783 msgstr ""
3791 msgstr ""
3784
3792
3785 #, python-format
3793 #, python-format
3786 msgid " merge against %d:%s\n"
3794 msgid " merge against %d:%s\n"
3787 msgstr ""
3795 msgstr ""
3788
3796
3789 msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
3797 msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
3790 msgstr ""
3798 msgstr ""
3791
3799
3792 msgid "resuming interrupted rebase\n"
3800 msgid "resuming interrupted rebase\n"
3793 msgstr ""
3801 msgstr ""
3794
3802
3795 #, python-format
3803 #, python-format
3796 msgid "no changes, revision %d skipped\n"
3804 msgid "no changes, revision %d skipped\n"
3797 msgstr ""
3805 msgstr ""
3798
3806
3799 #, python-format
3807 #, python-format
3800 msgid "next revision set to %s\n"
3808 msgid "next revision set to %s\n"
3801 msgstr ""
3809 msgstr ""
3802
3810
3803 #, python-format
3811 #, python-format
3804 msgid "cannot use revision %d as base, result would have 3 parents"
3812 msgid "cannot use revision %d as base, result would have 3 parents"
3805 msgstr ""
3813 msgstr ""
3806
3814
3807 #, python-format
3815 #, python-format
3808 msgid "revision %d is an mq patch (%s), finalize it.\n"
3816 msgid "revision %d is an mq patch (%s), finalize it.\n"
3809 msgstr ""
3817 msgstr ""
3810
3818
3811 #, python-format
3819 #, python-format
3812 msgid "import mq patch %d (%s)\n"
3820 msgid "import mq patch %d (%s)\n"
3813 msgstr ""
3821 msgstr ""
3814
3822
3815 msgid "rebase status stored\n"
3823 msgid "rebase status stored\n"
3816 msgstr ""
3824 msgstr ""
3817
3825
3818 msgid "rebase status resumed\n"
3826 msgid "rebase status resumed\n"
3819 msgstr ""
3827 msgstr ""
3820
3828
3821 msgid "no rebase in progress"
3829 msgid "no rebase in progress"
3822 msgstr ""
3830 msgstr ""
3823
3831
3824 msgid "warning: new changesets detected on target branch, not stripping\n"
3832 msgid "warning: new changesets detected on target branch, not stripping\n"
3825 msgstr ""
3833 msgstr ""
3826
3834
3827 msgid "rebase aborted\n"
3835 msgid "rebase aborted\n"
3828 msgstr ""
3836 msgstr ""
3829
3837
3830 msgid "cannot rebase onto an applied mq patch"
3838 msgid "cannot rebase onto an applied mq patch"
3831 msgstr ""
3839 msgstr ""
3832
3840
3833 msgid "cannot rebase an ancestor"
3841 msgid "cannot rebase an ancestor"
3834 msgstr ""
3842 msgstr ""
3835
3843
3836 msgid "cannot rebase a descendant"
3844 msgid "cannot rebase a descendant"
3837 msgstr ""
3845 msgstr ""
3838
3846
3839 msgid "already working on current\n"
3847 msgid "already working on current\n"
3840 msgstr ""
3848 msgstr ""
3841
3849
3842 msgid "already working on the current branch\n"
3850 msgid "already working on the current branch\n"
3843 msgstr ""
3851 msgstr ""
3844
3852
3845 #, python-format
3853 #, python-format
3846 msgid "rebase onto %d starting from %d\n"
3854 msgid "rebase onto %d starting from %d\n"
3847 msgstr ""
3855 msgstr ""
3848
3856
3849 msgid "unable to collapse, there is more than one external parent"
3857 msgid "unable to collapse, there is more than one external parent"
3850 msgstr ""
3858 msgstr ""
3851
3859
3852 msgid "--update and --rebase are not compatible, ignoring the update flag\n"
3860 msgid "--update and --rebase are not compatible, ignoring the update flag\n"
3853 msgstr ""
3861 msgstr ""
3854
3862
3855 msgid "rebase working directory to branch head"
3863 msgid "rebase working directory to branch head"
3856 msgstr ""
3864 msgstr ""
3857
3865
3858 msgid "rebase from a given revision"
3866 msgid "rebase from a given revision"
3859 msgstr ""
3867 msgstr ""
3860
3868
3861 msgid "rebase from the base of a given revision"
3869 msgid "rebase from the base of a given revision"
3862 msgstr ""
3870 msgstr ""
3863
3871
3864 msgid "rebase onto a given revision"
3872 msgid "rebase onto a given revision"
3865 msgstr ""
3873 msgstr ""
3866
3874
3867 msgid "collapse the rebased revisions"
3875 msgid "collapse the rebased revisions"
3868 msgstr ""
3876 msgstr ""
3869
3877
3870 msgid "keep original revisions"
3878 msgid "keep original revisions"
3871 msgstr ""
3879 msgstr ""
3872
3880
3873 msgid "keep original branches"
3881 msgid "keep original branches"
3874 msgstr ""
3882 msgstr ""
3875
3883
3876 msgid "continue an interrupted rebase"
3884 msgid "continue an interrupted rebase"
3877 msgstr ""
3885 msgstr ""
3878
3886
3879 msgid "abort an interrupted rebase"
3887 msgid "abort an interrupted rebase"
3880 msgstr ""
3888 msgstr ""
3881
3889
3882 msgid ""
3890 msgid ""
3883 "hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] "
3891 "hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] "
3884 "| [-c] | [-a]"
3892 "| [-c] | [-a]"
3885 msgstr ""
3893 msgstr ""
3886 "hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] "
3894 "hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] "
3887 "| [-c] | [-a]"
3895 "| [-c] | [-a]"
3888
3896
3889 msgid "interactively select which sets of changes to commit/qrefresh"
3897 msgid "interactively select which sets of changes to commit/qrefresh"
3890 msgstr ""
3898 msgstr ""
3891
3899
3892 msgid "this modifies a binary file (all or nothing)\n"
3900 msgid "this modifies a binary file (all or nothing)\n"
3893 msgstr "dette ændrer en binær fil (alt eller intet)\n"
3901 msgstr "dette ændrer en binær fil (alt eller intet)\n"
3894
3902
3895 msgid "this is a binary file\n"
3903 msgid "this is a binary file\n"
3896 msgstr "dette er en binær fil\n"
3904 msgstr "dette er en binær fil\n"
3897
3905
3898 #, python-format
3906 #, python-format
3899 msgid "%d hunks, %d lines changed\n"
3907 msgid "%d hunks, %d lines changed\n"
3900 msgstr "%d stumper, %d linjer ændret\n"
3908 msgstr "%d stumper, %d linjer ændret\n"
3901
3909
3902 msgid "[Ynsfdaq?]"
3910 msgid "[Ynsfdaq?]"
3903 msgstr ""
3911 msgstr ""
3904
3912
3905 msgid "&Yes, record this change"
3913 msgid "&Yes, record this change"
3906 msgstr ""
3914 msgstr ""
3907
3915
3908 msgid "&No, skip this change"
3916 msgid "&No, skip this change"
3909 msgstr ""
3917 msgstr ""
3910
3918
3911 msgid "&Skip remaining changes to this file"
3919 msgid "&Skip remaining changes to this file"
3912 msgstr ""
3920 msgstr ""
3913
3921
3914 msgid "Record remaining changes to this &file"
3922 msgid "Record remaining changes to this &file"
3915 msgstr ""
3923 msgstr ""
3916
3924
3917 msgid "&Done, skip remaining changes and files"
3925 msgid "&Done, skip remaining changes and files"
3918 msgstr ""
3926 msgstr ""
3919
3927
3920 msgid "Record &all changes to all remaining files"
3928 msgid "Record &all changes to all remaining files"
3921 msgstr ""
3929 msgstr ""
3922
3930
3923 msgid "&Quit, recording no changes"
3931 msgid "&Quit, recording no changes"
3924 msgstr ""
3932 msgstr ""
3925
3933
3926 msgid "&?"
3934 msgid "&?"
3927 msgstr ""
3935 msgstr ""
3928
3936
3929 msgid "y"
3937 msgid "y"
3930 msgstr ""
3938 msgstr ""
3931
3939
3932 msgid "?"
3940 msgid "?"
3933 msgstr ""
3941 msgstr ""
3934
3942
3935 msgid "y - record this change"
3943 msgid "y - record this change"
3936 msgstr ""
3944 msgstr ""
3937
3945
3938 msgid "s"
3946 msgid "s"
3939 msgstr ""
3947 msgstr ""
3940
3948
3941 msgid "f"
3949 msgid "f"
3942 msgstr ""
3950 msgstr ""
3943
3951
3944 msgid "d"
3952 msgid "d"
3945 msgstr ""
3953 msgstr ""
3946
3954
3947 msgid "a"
3955 msgid "a"
3948 msgstr ""
3956 msgstr ""
3949
3957
3950 msgid "q"
3958 msgid "q"
3951 msgstr ""
3959 msgstr ""
3952
3960
3953 msgid "user quit"
3961 msgid "user quit"
3954 msgstr "user quit"
3962 msgstr "user quit"
3955
3963
3956 #, python-format
3964 #, python-format
3957 msgid "examine changes to %s?"
3965 msgid "examine changes to %s?"
3958 msgstr ""
3966 msgstr "undersøg ændringer i %s?"
3959
3967
3960 msgid " and "
3968 msgid " and "
3961 msgstr " og "
3969 msgstr " og "
3962
3970
3963 #, python-format
3971 #, python-format
3964 msgid "record this change to %r?"
3972 msgid "record this change to %r?"
3965 msgstr ""
3973 msgstr "optag denne ændring i %r?"
3966
3974
3967 #, python-format
3975 #, python-format
3968 msgid "record change %d/%d to %r?"
3976 msgid "record change %d/%d to %r?"
3969 msgstr ""
3977 msgstr "optag ændring %d/%d i %r?"
3970
3978
3971 msgid ""
3979 msgid ""
3972 "interactively select changes to commit\n"
3980 "interactively select changes to commit\n"
3973 "\n"
3981 "\n"
3974 " If a list of files is omitted, all changes reported by \"hg status\"\n"
3982 " If a list of files is omitted, all changes reported by \"hg status\"\n"
3975 " will be candidates for recording.\n"
3983 " will be candidates for recording.\n"
3976 "\n"
3984 "\n"
3977 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
3985 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
3978 "\n"
3986 "\n"
3979 " You will be prompted for whether to record changes to each\n"
3987 " You will be prompted for whether to record changes to each\n"
3980 " modified file, and for files with multiple changes, for each\n"
3988 " modified file, and for files with multiple changes, for each\n"
3981 " change to use. For each query, the following responses are\n"
3989 " change to use. For each query, the following responses are\n"
3982 " possible:\n"
3990 " possible:\n"
3983 "\n"
3991 "\n"
3984 " y - record this change\n"
3992 " y - record this change\n"
3985 " n - skip this change\n"
3993 " n - skip this change\n"
3986 "\n"
3994 "\n"
3987 " s - skip remaining changes to this file\n"
3995 " s - skip remaining changes to this file\n"
3988 " f - record remaining changes to this file\n"
3996 " f - record remaining changes to this file\n"
3989 "\n"
3997 "\n"
3990 " d - done, skip remaining changes and files\n"
3998 " d - done, skip remaining changes and files\n"
3991 " a - record all changes to all remaining files\n"
3999 " a - record all changes to all remaining files\n"
3992 " q - quit, recording no changes\n"
4000 " q - quit, recording no changes\n"
3993 "\n"
4001 "\n"
3994 " ? - display help"
4002 " ? - display help"
3995 msgstr ""
4003 msgstr ""
3996
4004
3997 msgid "'mq' extension not loaded"
4005 msgid "'mq' extension not loaded"
3998 msgstr ""
4006 msgstr ""
3999
4007
4000 msgid "running non-interactively, use commit instead"
4008 msgid "running non-interactively, use commit instead"
4001 msgstr ""
4009 msgstr ""
4002
4010
4003 msgid "no changes to record\n"
4011 msgid "no changes to record\n"
4004 msgstr ""
4012 msgstr ""
4005
4013
4006 #, python-format
4014 #, python-format
4007 msgid "backup %r as %r\n"
4015 msgid "backup %r as %r\n"
4008 msgstr "sikkerhedskopier %r som %r\n"
4016 msgstr "sikkerhedskopier %r som %r\n"
4009
4017
4010 msgid "applying patch\n"
4018 msgid "applying patch\n"
4011 msgstr "tilføjer lap\n"
4019 msgstr "tilføjer lap\n"
4012
4020
4013 msgid "patch failed to apply"
4021 msgid "patch failed to apply"
4014 msgstr "lap kunne ikke tilføjes"
4022 msgstr "lap kunne ikke tilføjes"
4015
4023
4016 #, python-format
4024 #, python-format
4017 msgid "restoring %r to %r\n"
4025 msgid "restoring %r to %r\n"
4018 msgstr "gendanner %r som %r\n"
4026 msgstr "gendanner %r som %r\n"
4019
4027
4020 msgid "hg record [OPTION]... [FILE]..."
4028 msgid "hg record [OPTION]... [FILE]..."
4021 msgstr "hg record [TILVALG]... [FIL]..."
4029 msgstr "hg record [TILVALG]... [FIL]..."
4022
4030
4023 msgid "hg qrecord [OPTION]... PATCH [FILE]..."
4031 msgid "hg qrecord [OPTION]... PATCH [FILE]..."
4024 msgstr "hg qrecord [TILVALG]... LAP [FIL]..."
4032 msgstr "hg qrecord [TILVALG]... LAP [FIL]..."
4025
4033
4026 msgid "share a common history between several working directories"
4034 msgid "share a common history between several working directories"
4027 msgstr ""
4035 msgstr ""
4028
4036
4029 msgid ""
4037 msgid ""
4030 "create a new shared repository (experimental)\n"
4038 "create a new shared repository (experimental)\n"
4031 "\n"
4039 "\n"
4032 " Initialize a new repository and working directory that shares its\n"
4040 " Initialize a new repository and working directory that shares its\n"
4033 " history with another repository.\n"
4041 " history with another repository.\n"
4034 "\n"
4042 "\n"
4035 " NOTE: actions that change history such as rollback or moving the\n"
4043 " NOTE: actions that change history such as rollback or moving the\n"
4036 " source may confuse sharers.\n"
4044 " source may confuse sharers.\n"
4037 " "
4045 " "
4038 msgstr ""
4046 msgstr ""
4039
4047
4040 msgid "do not create a working copy"
4048 msgid "do not create a working copy"
4041 msgstr "opret ikke en arbejdskopi"
4049 msgstr "opret ikke en arbejdskopi"
4042
4050
4043 msgid "[-U] SOURCE [DEST]"
4051 msgid "[-U] SOURCE [DEST]"
4044 msgstr ""
4052 msgstr ""
4045
4053
4046 msgid ""
4054 msgid ""
4047 "transplant changesets from another branch\n"
4055 "transplant changesets from another branch\n"
4048 "\n"
4056 "\n"
4049 "This extension allows you to transplant patches from another branch.\n"
4057 "This extension allows you to transplant patches from another branch.\n"
4050 "\n"
4058 "\n"
4051 "Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
4059 "Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
4052 "map from a changeset hash to its hash in the source repository.\n"
4060 "map from a changeset hash to its hash in the source repository.\n"
4053 msgstr ""
4061 msgstr ""
4054
4062
4055 #, python-format
4063 #, python-format
4056 msgid "skipping already applied revision %s\n"
4064 msgid "skipping already applied revision %s\n"
4057 msgstr ""
4065 msgstr ""
4058
4066
4059 #, python-format
4067 #, python-format
4060 msgid "skipping merge changeset %s:%s\n"
4068 msgid "skipping merge changeset %s:%s\n"
4061 msgstr ""
4069 msgstr ""
4062
4070
4063 #, python-format
4071 #, python-format
4064 msgid "%s merged at %s\n"
4072 msgid "%s merged at %s\n"
4065 msgstr ""
4073 msgstr ""
4066
4074
4067 #, python-format
4075 #, python-format
4068 msgid "%s transplanted to %s\n"
4076 msgid "%s transplanted to %s\n"
4069 msgstr ""
4077 msgstr "%s transplanteret til %s\n"
4070
4078
4071 #, python-format
4079 #, python-format
4072 msgid "filtering %s\n"
4080 msgid "filtering %s\n"
4073 msgstr "filtrerer %s\n"
4081 msgstr "filtrerer %s\n"
4074
4082
4075 msgid "filter failed"
4083 msgid "filter failed"
4076 msgstr "filter fejlede"
4084 msgstr "filter fejlede"
4077
4085
4078 msgid "can only omit patchfile if merging"
4086 msgid "can only omit patchfile if merging"
4079 msgstr ""
4087 msgstr ""
4080
4088
4081 #, python-format
4089 #, python-format
4082 msgid "%s: empty changeset"
4090 msgid "%s: empty changeset"
4083 msgstr "%s: tom ændring"
4091 msgstr "%s: tom ændring"
4084
4092
4085 msgid "Fix up the merge and run hg transplant --continue"
4093 msgid "Fix up the merge and run hg transplant --continue"
4086 msgstr ""
4094 msgstr ""
4087
4095
4088 #, python-format
4096 #, python-format
4089 msgid "%s transplanted as %s\n"
4097 msgid "%s transplanted as %s\n"
4090 msgstr "%s transplanteret som %s\n"
4098 msgstr "%s transplanteret som %s\n"
4091
4099
4092 msgid "transplant log file is corrupt"
4100 msgid "transplant log file is corrupt"
4093 msgstr ""
4101 msgstr ""
4094
4102
4095 #, python-format
4103 #, python-format
4096 msgid "working dir not at transplant parent %s"
4104 msgid "working dir not at transplant parent %s"
4097 msgstr ""
4105 msgstr ""
4098
4106
4099 msgid "commit failed"
4107 msgid "commit failed"
4100 msgstr "deponering fejlede"
4108 msgstr "deponering fejlede"
4101
4109
4102 msgid "apply changeset? [ynmpcq?]:"
4110 msgid "apply changeset? [ynmpcq?]:"
4103 msgstr ""
4111 msgstr ""
4104
4112
4105 msgid ""
4113 msgid ""
4106 "transplant changesets from another branch\n"
4114 "transplant changesets from another branch\n"
4107 "\n"
4115 "\n"
4108 " Selected changesets will be applied on top of the current working\n"
4116 " Selected changesets will be applied on top of the current working\n"
4109 " directory with the log of the original changeset. If --log is\n"
4117 " directory with the log of the original changeset. If --log is\n"
4110 " specified, log messages will have a comment appended of the form:\n"
4118 " specified, log messages will have a comment appended of the form:\n"
4111 "\n"
4119 "\n"
4112 " (transplanted from CHANGESETHASH)\n"
4120 " (transplanted from CHANGESETHASH)\n"
4113 "\n"
4121 "\n"
4114 " You can rewrite the changelog message with the --filter option.\n"
4122 " You can rewrite the changelog message with the --filter option.\n"
4115 " Its argument will be invoked with the current changelog message as\n"
4123 " Its argument will be invoked with the current changelog message as\n"
4116 " $1 and the patch as $2.\n"
4124 " $1 and the patch as $2.\n"
4117 "\n"
4125 "\n"
4118 " If --source/-s is specified, selects changesets from the named\n"
4126 " If --source/-s is specified, selects changesets from the named\n"
4119 " repository. If --branch/-b is specified, selects changesets from\n"
4127 " repository. If --branch/-b is specified, selects changesets from\n"
4120 " the branch holding the named revision, up to that revision. If\n"
4128 " the branch holding the named revision, up to that revision. If\n"
4121 " --all/-a is specified, all changesets on the branch will be\n"
4129 " --all/-a is specified, all changesets on the branch will be\n"
4122 " transplanted, otherwise you will be prompted to select the\n"
4130 " transplanted, otherwise you will be prompted to select the\n"
4123 " changesets you want.\n"
4131 " changesets you want.\n"
4124 "\n"
4132 "\n"
4125 " hg transplant --branch REVISION --all will rebase the selected\n"
4133 " hg transplant --branch REVISION --all will rebase the selected\n"
4126 " branch (up to the named revision) onto your current working\n"
4134 " branch (up to the named revision) onto your current working\n"
4127 " directory.\n"
4135 " directory.\n"
4128 "\n"
4136 "\n"
4129 " You can optionally mark selected transplanted changesets as merge\n"
4137 " You can optionally mark selected transplanted changesets as merge\n"
4130 " changesets. You will not be prompted to transplant any ancestors\n"
4138 " changesets. You will not be prompted to transplant any ancestors\n"
4131 " of a merged transplant, and you can merge descendants of them\n"
4139 " of a merged transplant, and you can merge descendants of them\n"
4132 " normally instead of transplanting them.\n"
4140 " normally instead of transplanting them.\n"
4133 "\n"
4141 "\n"
4134 " If no merges or revisions are provided, hg transplant will start\n"
4142 " If no merges or revisions are provided, hg transplant will start\n"
4135 " an interactive changeset browser.\n"
4143 " an interactive changeset browser.\n"
4136 "\n"
4144 "\n"
4137 " If a changeset application fails, you can fix the merge by hand\n"
4145 " If a changeset application fails, you can fix the merge by hand\n"
4138 " and then resume where you left off by calling hg transplant\n"
4146 " and then resume where you left off by calling hg transplant\n"
4139 " --continue/-c.\n"
4147 " --continue/-c.\n"
4140 " "
4148 " "
4141 msgstr ""
4149 msgstr ""
4142
4150
4143 msgid "--continue is incompatible with branch, all or merge"
4151 msgid "--continue is incompatible with branch, all or merge"
4144 msgstr "--continue er inkompatibelt med branch, all eller merge"
4152 msgstr "--continue er inkompatibelt med branch, all eller merge"
4145
4153
4146 msgid "no source URL, branch tag or revision list provided"
4154 msgid "no source URL, branch tag or revision list provided"
4147 msgstr ""
4155 msgstr ""
4148
4156
4149 msgid "--all requires a branch revision"
4157 msgid "--all requires a branch revision"
4150 msgstr ""
4158 msgstr ""
4151
4159
4152 msgid "--all is incompatible with a revision list"
4160 msgid "--all is incompatible with a revision list"
4153 msgstr "--all er inkompatibelt med en revisionsliste"
4161 msgstr "--all er inkompatibelt med en revisionsliste"
4154
4162
4155 msgid "no revision checked out"
4163 msgid "no revision checked out"
4156 msgstr ""
4164 msgstr ""
4157
4165
4158 msgid "outstanding uncommitted merges"
4166 msgid "outstanding uncommitted merges"
4159 msgstr "udestående udeponeret sammenføjning"
4167 msgstr "udestående udeponeret sammenføjning"
4160
4168
4161 msgid "outstanding local changes"
4169 msgid "outstanding local changes"
4162 msgstr "udestående lokale ændringer"
4170 msgstr "udestående lokale ændringer"
4163
4171
4164 msgid "pull patches from REPOSITORY"
4172 msgid "pull patches from REPOSITORY"
4165 msgstr "hiv lapper fra DEPOT"
4173 msgstr "hiv lapper fra DEPOT"
4166
4174
4167 msgid "pull patches from branch BRANCH"
4175 msgid "pull patches from branch BRANCH"
4168 msgstr "hiv lapper fra gren GREN"
4176 msgstr "hiv lapper fra gren GREN"
4169
4177
4170 msgid "pull all changesets up to BRANCH"
4178 msgid "pull all changesets up to BRANCH"
4171 msgstr "his alle ændringer indtil GREN"
4179 msgstr "his alle ændringer indtil GREN"
4172
4180
4173 msgid "skip over REV"
4181 msgid "skip over REV"
4174 msgstr "spring over REV"
4182 msgstr "spring over REV"
4175
4183
4176 msgid "merge at REV"
4184 msgid "merge at REV"
4177 msgstr "sammenføj ved REV"
4185 msgstr "sammenføj ved REV"
4178
4186
4179 msgid "append transplant info to log message"
4187 msgid "append transplant info to log message"
4180 msgstr ""
4188 msgstr ""
4181
4189
4182 msgid "continue last transplant session after repair"
4190 msgid "continue last transplant session after repair"
4183 msgstr ""
4191 msgstr ""
4184
4192
4185 msgid "filter changesets through FILTER"
4193 msgid "filter changesets through FILTER"
4186 msgstr "filtrer ændringer igennem FILTER"
4194 msgstr "filtrer ændringer igennem FILTER"
4187
4195
4188 msgid ""
4196 msgid ""
4189 "hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
4197 "hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
4190 msgstr "hg transplant [-s DEPOT] [-b GREN [-a]] [-p REV] [-m REV] [REV]..."
4198 msgstr "hg transplant [-s DEPOT] [-b GREN [-a]] [-p REV] [-m REV] [REV]..."
4191
4199
4192 msgid ""
4200 msgid ""
4193 "allow the use of MBCS paths with problematic encoding\n"
4201 "allow the use of MBCS paths with problematic encoding\n"
4194 "\n"
4202 "\n"
4195 "Some MBCS encodings are not good for some path operations (i.e.\n"
4203 "Some MBCS encodings are not good for some path operations (i.e.\n"
4196 "splitting path, case conversion, etc.) with its encoded bytes. We call\n"
4204 "splitting path, case conversion, etc.) with its encoded bytes. We call\n"
4197 "such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
4205 "such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
4198 "This extension can be used to fix the issue with those encodings by\n"
4206 "This extension can be used to fix the issue with those encodings by\n"
4199 "wrapping some functions to convert to Unicode string before path\n"
4207 "wrapping some functions to convert to Unicode string before path\n"
4200 "operation.\n"
4208 "operation.\n"
4201 "\n"
4209 "\n"
4202 "This extension is useful for:\n"
4210 "This extension is useful for:\n"
4203 " * Japanese Windows users using shift_jis encoding.\n"
4211 " * Japanese Windows users using shift_jis encoding.\n"
4204 " * Chinese Windows users using big5 encoding.\n"
4212 " * Chinese Windows users using big5 encoding.\n"
4205 " * All users who use a repository with one of problematic encodings on\n"
4213 " * All users who use a repository with one of problematic encodings on\n"
4206 " case-insensitive file system.\n"
4214 " case-insensitive file system.\n"
4207 "\n"
4215 "\n"
4208 "This extension is not needed for:\n"
4216 "This extension is not needed for:\n"
4209 " * Any user who use only ASCII chars in path.\n"
4217 " * Any user who use only ASCII chars in path.\n"
4210 " * Any user who do not use any of problematic encodings.\n"
4218 " * Any user who do not use any of problematic encodings.\n"
4211 "\n"
4219 "\n"
4212 "Note that there are some limitations on using this extension:\n"
4220 "Note that there are some limitations on using this extension:\n"
4213 " * You should use single encoding in one repository.\n"
4221 " * You should use single encoding in one repository.\n"
4214 " * You should set same encoding for the repository by locale or\n"
4222 " * You should set same encoding for the repository by locale or\n"
4215 " HGENCODING.\n"
4223 " HGENCODING.\n"
4216 "\n"
4224 "\n"
4217 "Path encoding conversion are done between Unicode and\n"
4225 "Path encoding conversion are done between Unicode and\n"
4218 "encoding.encoding which is decided by Mercurial from current locale\n"
4226 "encoding.encoding which is decided by Mercurial from current locale\n"
4219 "setting or HGENCODING.\n"
4227 "setting or HGENCODING.\n"
4220 msgstr ""
4228 msgstr ""
4221
4229
4222 #, python-format
4230 #, python-format
4223 msgid "[win32mbcs] filename conversion fail with %s encoding\n"
4231 msgid "[win32mbcs] filename conversion fail with %s encoding\n"
4224 msgstr ""
4232 msgstr ""
4225
4233
4226 msgid "[win32mbcs] cannot activate on this platform.\n"
4234 msgid "[win32mbcs] cannot activate on this platform.\n"
4227 msgstr ""
4235 msgstr ""
4228
4236
4229 #, python-format
4237 #, python-format
4230 msgid "[win32mbcs] activated with encoding: %s\n"
4238 msgid "[win32mbcs] activated with encoding: %s\n"
4231 msgstr ""
4239 msgstr ""
4232
4240
4233 msgid ""
4241 msgid ""
4234 "perform automatic newline conversion\n"
4242 "perform automatic newline conversion\n"
4235 "\n"
4243 "\n"
4236 "To perform automatic newline conversion, use:\n"
4244 "To perform automatic newline conversion, use:\n"
4237 "\n"
4245 "\n"
4238 "[extensions]\n"
4246 "[extensions]\n"
4239 "hgext.win32text =\n"
4247 "hgext.win32text =\n"
4240 "[encode]\n"
4248 "[encode]\n"
4241 "** = cleverencode:\n"
4249 "** = cleverencode:\n"
4242 "# or ** = macencode:\n"
4250 "# or ** = macencode:\n"
4243 "\n"
4251 "\n"
4244 "[decode]\n"
4252 "[decode]\n"
4245 "** = cleverdecode:\n"
4253 "** = cleverdecode:\n"
4246 "# or ** = macdecode:\n"
4254 "# or ** = macdecode:\n"
4247 "\n"
4255 "\n"
4248 "If not doing conversion, to make sure you do not commit CRLF/CR by "
4256 "If not doing conversion, to make sure you do not commit CRLF/CR by "
4249 "accident:\n"
4257 "accident:\n"
4250 "\n"
4258 "\n"
4251 "[hooks]\n"
4259 "[hooks]\n"
4252 "pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
4260 "pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
4253 "# or pretxncommit.cr = python:hgext.win32text.forbidcr\n"
4261 "# or pretxncommit.cr = python:hgext.win32text.forbidcr\n"
4254 "\n"
4262 "\n"
4255 "To do the same check on a server to prevent CRLF/CR from being\n"
4263 "To do the same check on a server to prevent CRLF/CR from being\n"
4256 "pushed or pulled:\n"
4264 "pushed or pulled:\n"
4257 "\n"
4265 "\n"
4258 "[hooks]\n"
4266 "[hooks]\n"
4259 "pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
4267 "pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
4260 "# or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
4268 "# or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
4261 msgstr ""
4269 msgstr ""
4262
4270
4263 #, python-format
4271 #, python-format
4264 msgid ""
4272 msgid ""
4265 "WARNING: %s already has %s line endings\n"
4273 "WARNING: %s already has %s line endings\n"
4266 "and does not need EOL conversion by the win32text plugin.\n"
4274 "and does not need EOL conversion by the win32text plugin.\n"
4267 "Before your next commit, please reconsider your encode/decode settings in \n"
4275 "Before your next commit, please reconsider your encode/decode settings in \n"
4268 "Mercurial.ini or %s.\n"
4276 "Mercurial.ini or %s.\n"
4269 msgstr ""
4277 msgstr ""
4270
4278
4271 #, python-format
4279 #, python-format
4272 msgid "Attempt to commit or push text file(s) using %s line endings\n"
4280 msgid "Attempt to commit or push text file(s) using %s line endings\n"
4273 msgstr ""
4281 msgstr ""
4274
4282
4275 #, python-format
4283 #, python-format
4276 msgid "in %s: %s\n"
4284 msgid "in %s: %s\n"
4277 msgstr ""
4285 msgstr ""
4278
4286
4279 #, python-format
4287 #, python-format
4280 msgid ""
4288 msgid ""
4281 "\n"
4289 "\n"
4282 "To prevent this mistake in your local repository,\n"
4290 "To prevent this mistake in your local repository,\n"
4283 "add to Mercurial.ini or .hg/hgrc:\n"
4291 "add to Mercurial.ini or .hg/hgrc:\n"
4284 "\n"
4292 "\n"
4285 "[hooks]\n"
4293 "[hooks]\n"
4286 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
4294 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
4287 "\n"
4295 "\n"
4288 "and also consider adding:\n"
4296 "and also consider adding:\n"
4289 "\n"
4297 "\n"
4290 "[extensions]\n"
4298 "[extensions]\n"
4291 "hgext.win32text =\n"
4299 "hgext.win32text =\n"
4292 "[encode]\n"
4300 "[encode]\n"
4293 "** = %sencode:\n"
4301 "** = %sencode:\n"
4294 "[decode]\n"
4302 "[decode]\n"
4295 "** = %sdecode:\n"
4303 "** = %sdecode:\n"
4296 msgstr ""
4304 msgstr ""
4297
4305
4298 msgid ""
4306 msgid ""
4299 "discover and advertise repositories on the local network\n"
4307 "discover and advertise repositories on the local network\n"
4300 "\n"
4308 "\n"
4301 "Zeroconf enabled repositories will be announced in a network without\n"
4309 "Zeroconf enabled repositories will be announced in a network without\n"
4302 "the need to configure a server or a service. They can be discovered\n"
4310 "the need to configure a server or a service. They can be discovered\n"
4303 "without knowing their actual IP address.\n"
4311 "without knowing their actual IP address.\n"
4304 "\n"
4312 "\n"
4305 "To allow other people to discover your repository using run \"hg serve\"\n"
4313 "To allow other people to discover your repository using run \"hg serve\"\n"
4306 "in your repository.\n"
4314 "in your repository.\n"
4307 "\n"
4315 "\n"
4308 " $ cd test\n"
4316 " $ cd test\n"
4309 " $ hg serve\n"
4317 " $ hg serve\n"
4310 "\n"
4318 "\n"
4311 "You can discover zeroconf enabled repositories by running \"hg paths\".\n"
4319 "You can discover zeroconf enabled repositories by running \"hg paths\".\n"
4312 "\n"
4320 "\n"
4313 " $ hg paths\n"
4321 " $ hg paths\n"
4314 " zc-test = http://example.com:8000/test\n"
4322 " zc-test = http://example.com:8000/test\n"
4315 msgstr ""
4323 msgstr ""
4316
4324
4317 msgid "archive prefix contains illegal components"
4325 msgid "archive prefix contains illegal components"
4318 msgstr "depotpræfix indeholder ugyldige komponenter"
4326 msgstr "depotpræfix indeholder ugyldige komponenter"
4319
4327
4320 msgid "cannot give prefix when archiving to files"
4328 msgid "cannot give prefix when archiving to files"
4321 msgstr "kan ikke give præfix ved arkivering til filer"
4329 msgstr "kan ikke give præfix ved arkivering til filer"
4322
4330
4323 #, python-format
4331 #, python-format
4324 msgid "unknown archive type '%s'"
4332 msgid "unknown archive type '%s'"
4325 msgstr "ukendt depottype '%s'"
4333 msgstr "ukendt depottype '%s'"
4326
4334
4327 msgid "invalid changegroup"
4335 msgid "invalid changegroup"
4328 msgstr ""
4336 msgstr ""
4329
4337
4330 msgid "unknown parent"
4338 msgid "unknown parent"
4331 msgstr "ukendt forælder"
4339 msgstr "ukendt forælder"
4332
4340
4333 #, python-format
4341 #, python-format
4334 msgid "integrity check failed on %s:%d"
4342 msgid "integrity check failed on %s:%d"
4335 msgstr "integritetstjek fejlede på %s:%d"
4343 msgstr "integritetstjek fejlede på %s:%d"
4336
4344
4337 #, python-format
4345 #, python-format
4338 msgid "%s: not a Mercurial bundle file"
4346 msgid "%s: not a Mercurial bundle file"
4339 msgstr "%s er ikke en Mercurial bundle fil"
4347 msgstr "%s er ikke en Mercurial bundle fil"
4340
4348
4341 #, python-format
4349 #, python-format
4342 msgid "%s: unknown bundle version"
4350 msgid "%s: unknown bundle version"
4343 msgstr "%s: ukendt bundle version"
4351 msgstr "%s: ukendt bundle version"
4344
4352
4345 #, python-format
4353 #, python-format
4346 msgid "%s: unknown bundle compression type"
4354 msgid "%s: unknown bundle compression type"
4347 msgstr "%s: ukendt bundle kompressionstype"
4355 msgstr "%s: ukendt bundle kompressionstype"
4348
4356
4349 msgid "cannot create new bundle repository"
4357 msgid "cannot create new bundle repository"
4350 msgstr ""
4358 msgstr ""
4351
4359
4352 #, python-format
4360 #, python-format
4353 msgid "premature EOF reading chunk (got %d bytes, expected %d)"
4361 msgid "premature EOF reading chunk (got %d bytes, expected %d)"
4354 msgstr "for tidlig EOF ved læsning af chunk (fik %d bytes, forventede %d)"
4362 msgstr "for tidlig EOF ved læsning af chunk (fik %d bytes, forventede %d)"
4355
4363
4356 msgid "empty username"
4364 msgid "empty username"
4357 msgstr "tomt brugernavn"
4365 msgstr "tomt brugernavn"
4358
4366
4359 #, python-format
4367 #, python-format
4360 msgid "username %s contains a newline"
4368 msgid "username %s contains a newline"
4361 msgstr "brugernavn %s indeholder et linieskift"
4369 msgstr "brugernavn %s indeholder et linieskift"
4362
4370
4363 msgid "options --message and --logfile are mutually exclusive"
4371 msgid "options --message and --logfile are mutually exclusive"
4364 msgstr ""
4372 msgstr ""
4365
4373
4366 #, python-format
4374 #, python-format
4367 msgid "can't read commit message '%s': %s"
4375 msgid "can't read commit message '%s': %s"
4368 msgstr "kan ikke læse deponeringsbesked '%s': %s"
4376 msgstr "kan ikke læse deponeringsbesked '%s': %s"
4369
4377
4370 msgid "limit must be a positive integer"
4378 msgid "limit must be a positive integer"
4371 msgstr ""
4379 msgstr ""
4372
4380
4373 msgid "limit must be positive"
4381 msgid "limit must be positive"
4374 msgstr ""
4382 msgstr ""
4375
4383
4376 msgid "too many revisions specified"
4384 msgid "too many revisions specified"
4377 msgstr "der er specificeret for mange revisioner"
4385 msgstr "der er specificeret for mange revisioner"
4378
4386
4379 #, python-format
4387 #, python-format
4380 msgid "invalid format spec '%%%s' in output filename"
4388 msgid "invalid format spec '%%%s' in output filename"
4381 msgstr ""
4389 msgstr ""
4382
4390
4383 #, python-format
4391 #, python-format
4384 msgid "adding %s\n"
4392 msgid "adding %s\n"
4385 msgstr "tilføjer %s\n"
4393 msgstr "tilføjer %s\n"
4386
4394
4387 #, python-format
4395 #, python-format
4388 msgid "removing %s\n"
4396 msgid "removing %s\n"
4389 msgstr "fjerner %s\n"
4397 msgstr "fjerner %s\n"
4390
4398
4391 #, python-format
4399 #, python-format
4392 msgid "recording removal of %s as rename to %s (%d%% similar)\n"
4400 msgid "recording removal of %s as rename to %s (%d%% similar)\n"
4393 msgstr "noterer fjernelse af %s som en omdøbning til %s (%d%% lighed)\n"
4401 msgstr "noterer fjernelse af %s som en omdøbning til %s (%d%% lighed)\n"
4394
4402
4395 #, python-format
4403 #, python-format
4396 msgid "%s: not copying - file is not managed\n"
4404 msgid "%s: not copying - file is not managed\n"
4397 msgstr "%s: kopierer ikke - filen er ikke versionsstyret\n"
4405 msgstr "%s: kopierer ikke - filen er ikke versionsstyret\n"
4398
4406
4399 #, python-format
4407 #, python-format
4400 msgid "%s: not copying - file has been marked for remove\n"
4408 msgid "%s: not copying - file has been marked for remove\n"
4401 msgstr "%s: kopierer ikke - filen er markeret til sletning\n"
4409 msgstr "%s: kopierer ikke - filen er markeret til sletning\n"
4402
4410
4403 #, python-format
4411 #, python-format
4404 msgid "%s: not overwriting - %s collides with %s\n"
4412 msgid "%s: not overwriting - %s collides with %s\n"
4405 msgstr "%s: overskriver ikke - %s kolliderer med %s\n"
4413 msgstr "%s: overskriver ikke - %s kolliderer med %s\n"
4406
4414
4407 #, python-format
4415 #, python-format
4408 msgid "%s: not overwriting - file exists\n"
4416 msgid "%s: not overwriting - file exists\n"
4409 msgstr "%s: overskriver ikke - filen eksisterer\n"
4417 msgstr "%s: overskriver ikke - filen eksisterer\n"
4410
4418
4411 #, python-format
4419 #, python-format
4412 msgid "%s: deleted in working copy\n"
4420 msgid "%s: deleted in working copy\n"
4413 msgstr "%s: slettet i arbejdskopien\n"
4421 msgstr "%s: slettet i arbejdskopien\n"
4414
4422
4415 #, python-format
4423 #, python-format
4416 msgid "%s: cannot copy - %s\n"
4424 msgid "%s: cannot copy - %s\n"
4417 msgstr "%s: kan ikke kopiere - %s\n"
4425 msgstr "%s: kan ikke kopiere - %s\n"
4418
4426
4419 #, python-format
4427 #, python-format
4420 msgid "moving %s to %s\n"
4428 msgid "moving %s to %s\n"
4421 msgstr ""
4429 msgstr "flytter %s til %s\n"
4422
4430
4423 #, python-format
4431 #, python-format
4424 msgid "copying %s to %s\n"
4432 msgid "copying %s to %s\n"
4425 msgstr ""
4433 msgstr "kopierer %s til %s\n"
4426
4434
4427 #, python-format
4435 #, python-format
4428 msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
4436 msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
4429 msgstr ""
4437 msgstr ""
4430 "%s er endnu ikke comitted, så der vil ikke blive gemt kopieringsdata for %"
4438 "%s er endnu ikke comitted, så der vil ikke blive gemt kopieringsdata for %"
4431 "s.\n"
4439 "s.\n"
4432
4440
4433 msgid "no source or destination specified"
4441 msgid "no source or destination specified"
4434 msgstr "ingen kilde eller destination angivet"
4442 msgstr "ingen kilde eller destination angivet"
4435
4443
4436 msgid "no destination specified"
4444 msgid "no destination specified"
4437 msgstr "ingen destination angivet"
4445 msgstr "ingen destination angivet"
4438
4446
4439 msgid "with multiple sources, destination must be an existing directory"
4447 msgid "with multiple sources, destination must be an existing directory"
4440 msgstr ""
4448 msgstr ""
4441 "destinationen skal være en eksisterende mappe når der angivet flere kilder"
4449 "destinationen skal være en eksisterende mappe når der angivet flere kilder"
4442
4450
4443 #, python-format
4451 #, python-format
4444 msgid "destination %s is not a directory"
4452 msgid "destination %s is not a directory"
4445 msgstr "destinationen %s er ikke en mappe"
4453 msgstr "destinationen %s er ikke en mappe"
4446
4454
4447 msgid "no files to copy"
4455 msgid "no files to copy"
4448 msgstr "ingen filer at kopiere"
4456 msgstr "ingen filer at kopiere"
4449
4457
4450 msgid "(consider using --after)\n"
4458 msgid "(consider using --after)\n"
4451 msgstr "(overvej at bruge --after)\n"
4459 msgstr "(overvej at bruge --after)\n"
4452
4460
4453 #, python-format
4461 #, python-format
4454 msgid "changeset: %d:%s\n"
4462 msgid "changeset: %d:%s\n"
4455 msgstr "ændring: %d:%s\n"
4463 msgstr "ændring: %d:%s\n"
4456
4464
4457 #, python-format
4465 #, python-format
4458 msgid "branch: %s\n"
4466 msgid "branch: %s\n"
4459 msgstr "gren: %s\n"
4467 msgstr "gren: %s\n"
4460
4468
4461 #, python-format
4469 #, python-format
4462 msgid "tag: %s\n"
4470 msgid "tag: %s\n"
4463 msgstr "mærkat: %s\n"
4471 msgstr "mærkat: %s\n"
4464
4472
4465 #, python-format
4473 #, python-format
4466 msgid "parent: %d:%s\n"
4474 msgid "parent: %d:%s\n"
4467 msgstr "forælder: %d:%s\n"
4475 msgstr "forælder: %d:%s\n"
4468
4476
4469 #, python-format
4477 #, python-format
4470 msgid "manifest: %d:%s\n"
4478 msgid "manifest: %d:%s\n"
4471 msgstr ""
4479 msgstr ""
4472
4480
4473 #, python-format
4481 #, python-format
4474 msgid "user: %s\n"
4482 msgid "user: %s\n"
4475 msgstr "bruger: %s\n"
4483 msgstr "bruger: %s\n"
4476
4484
4477 #, python-format
4485 #, python-format
4478 msgid "date: %s\n"
4486 msgid "date: %s\n"
4479 msgstr "dato: %s\n"
4487 msgstr "dato: %s\n"
4480
4488
4481 msgid "files+:"
4489 msgid "files+:"
4482 msgstr "filer+:"
4490 msgstr "filer+:"
4483
4491
4484 msgid "files-:"
4492 msgid "files-:"
4485 msgstr "filer-:"
4493 msgstr "filer-:"
4486
4494
4487 msgid "files:"
4495 msgid "files:"
4488 msgstr ""
4496 msgstr "filer:"
4489
4497
4490 #, python-format
4498 #, python-format
4491 msgid "files: %s\n"
4499 msgid "files: %s\n"
4492 msgstr "filer: %s\n"
4500 msgstr "filer: %s\n"
4493
4501
4494 #, python-format
4502 #, python-format
4495 msgid "copies: %s\n"
4503 msgid "copies: %s\n"
4496 msgstr "kopier: %s\n"
4504 msgstr "kopier: %s\n"
4497
4505
4498 #, python-format
4506 #, python-format
4499 msgid "extra: %s=%s\n"
4507 msgid "extra: %s=%s\n"
4500 msgstr "ekstra: %s=%s\n"
4508 msgstr "ekstra: %s=%s\n"
4501
4509
4502 msgid "description:\n"
4510 msgid "description:\n"
4503 msgstr "beskrivelse:\n"
4511 msgstr "beskrivelse:\n"
4504
4512
4505 #, python-format
4513 #, python-format
4506 msgid "summary: %s\n"
4514 msgid "summary: %s\n"
4507 msgstr "uddrag: %s\n"
4515 msgstr "uddrag: %s\n"
4508
4516
4509 #, python-format
4517 #, python-format
4510 msgid "%s: no key named '%s'"
4518 msgid "%s: no key named '%s'"
4511 msgstr ""
4519 msgstr ""
4512
4520
4513 #, python-format
4521 #, python-format
4514 msgid "%s: %s"
4522 msgid "%s: %s"
4515 msgstr ""
4523 msgstr ""
4516
4524
4517 #, python-format
4525 #, python-format
4518 msgid "Found revision %s from %s\n"
4526 msgid "Found revision %s from %s\n"
4519 msgstr ""
4527 msgstr ""
4520
4528
4521 msgid "revision matching date not found"
4529 msgid "revision matching date not found"
4522 msgstr ""
4530 msgstr ""
4523
4531
4524 #, python-format
4532 #, python-format
4525 msgid "cannot follow nonexistent file: \"%s\""
4533 msgid "cannot follow nonexistent file: \"%s\""
4526 msgstr ""
4534 msgstr ""
4527
4535
4528 #, python-format
4536 #, python-format
4529 msgid "%s:%s copy source revision cannot be found!\n"
4537 msgid "%s:%s copy source revision cannot be found!\n"
4530 msgstr ""
4538 msgstr ""
4531
4539
4532 msgid "can only follow copies/renames for explicit filenames"
4540 msgid "can only follow copies/renames for explicit filenames"
4533 msgstr ""
4541 msgstr ""
4534
4542
4535 msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
4543 msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
4536 msgstr ""
4544 msgstr ""
4537 "HG: Skriv deponeringsbesked. Linier som starter med 'HG:' bliver fjernet."
4545 "HG: Skriv deponeringsbesked. Linier som starter med 'HG:' bliver fjernet."
4538
4546
4539 msgid "HG: Leave message empty to abort commit."
4547 msgid "HG: Leave message empty to abort commit."
4540 msgstr ""
4548 msgstr "HG: Efterlad beskeden tom for at afbryde deponeringen."
4541
4549
4542 #, python-format
4550 #, python-format
4543 msgid "HG: user: %s"
4551 msgid "HG: user: %s"
4544 msgstr "HG: bruger: %s"
4552 msgstr "HG: bruger: %s"
4545
4553
4546 msgid "HG: branch merge"
4554 msgid "HG: branch merge"
4547 msgstr ""
4555 msgstr "HG: gren-sammenføjning"
4548
4556
4549 #, python-format
4557 #, python-format
4550 msgid "HG: branch '%s'"
4558 msgid "HG: branch '%s'"
4551 msgstr "HG: gren '%s'"
4559 msgstr "HG: gren '%s'"
4552
4560
4553 #, python-format
4561 #, python-format
4554 msgid "HG: added %s"
4562 msgid "HG: added %s"
4555 msgstr "HG: tilføjet %s"
4563 msgstr "HG: tilføjet %s"
4556
4564
4557 #, python-format
4565 #, python-format
4558 msgid "HG: changed %s"
4566 msgid "HG: changed %s"
4559 msgstr "HG: ændret %s"
4567 msgstr "HG: ændret %s"
4560
4568
4561 #, python-format
4569 #, python-format
4562 msgid "HG: removed %s"
4570 msgid "HG: removed %s"
4563 msgstr "HG: fjernet %s"
4571 msgstr "HG: fjernet %s"
4564
4572
4565 msgid "HG: no files changed"
4573 msgid "HG: no files changed"
4566 msgstr "HG: ingen filændringer"
4574 msgstr "HG: ingen filændringer"
4567
4575
4568 msgid "empty commit message"
4576 msgid "empty commit message"
4569 msgstr "tom deponeringsbesked"
4577 msgstr "tom deponeringsbesked"
4570
4578
4571 msgid ""
4579 msgid ""
4572 "add the specified files on the next commit\n"
4580 "add the specified files on the next commit\n"
4573 "\n"
4581 "\n"
4574 " Schedule files to be version controlled and added to the\n"
4582 " Schedule files to be version controlled and added to the\n"
4575 " repository.\n"
4583 " repository.\n"
4576 "\n"
4584 "\n"
4577 " The files will be added to the repository at the next commit. To\n"
4585 " The files will be added to the repository at the next commit. To\n"
4578 " undo an add before that, see hg forget.\n"
4586 " undo an add before that, see hg forget.\n"
4579 "\n"
4587 "\n"
4580 " If no names are given, add all files to the repository.\n"
4588 " If no names are given, add all files to the repository.\n"
4581 " "
4589 " "
4582 msgstr ""
4590 msgstr ""
4583 "tilføj de angivne filer ved næste deponering\n"
4591 "tilføj de angivne filer ved næste deponering\n"
4584 "\n"
4592 "\n"
4585 " Opskriv filer til at blive versionsstyret og tilføjet til depotet.\n"
4593 " Opskriv filer til at blive versionsstyret og tilføjet til depotet.\n"
4586 "\n"
4594 "\n"
4587 " Filerne vil bliver tilføjet til depotet ved næste deponering. For\n"
4595 " Filerne vil bliver tilføjet til depotet ved næste deponering. For\n"
4588 " at omgøre en tilføjelse før det, se hg forget.\n"
4596 " at omgøre en tilføjelse før det, se hg forget.\n"
4589 "\n"
4597 "\n"
4590 " Hvis der ikke er angivet nogen navne tilføjes alle filer til\n"
4598 " Hvis der ikke er angivet nogen navne tilføjes alle filer til\n"
4591 " depotet.\n"
4599 " depotet.\n"
4592 " "
4600 " "
4593
4601
4594 msgid ""
4602 msgid ""
4595 "add all new files, delete all missing files\n"
4603 "add all new files, delete all missing files\n"
4596 "\n"
4604 "\n"
4597 " Add all new files and remove all missing files from the\n"
4605 " Add all new files and remove all missing files from the\n"
4598 " repository.\n"
4606 " repository.\n"
4599 "\n"
4607 "\n"
4600 " New files are ignored if they match any of the patterns in\n"
4608 " New files are ignored if they match any of the patterns in\n"
4601 " .hgignore. As with add, these changes take effect at the next\n"
4609 " .hgignore. As with add, these changes take effect at the next\n"
4602 " commit.\n"
4610 " commit.\n"
4603 "\n"
4611 "\n"
4604 " Use the -s/--similarity option to detect renamed files. With a\n"
4612 " Use the -s/--similarity option to detect renamed files. With a\n"
4605 " parameter > 0, this compares every removed file with every added\n"
4613 " parameter > 0, this compares every removed file with every added\n"
4606 " file and records those similar enough as renames. This option\n"
4614 " file and records those similar enough as renames. This option\n"
4607 " takes a percentage between 0 (disabled) and 100 (files must be\n"
4615 " takes a percentage between 0 (disabled) and 100 (files must be\n"
4608 " identical) as its parameter. Detecting renamed files this way can\n"
4616 " identical) as its parameter. Detecting renamed files this way can\n"
4609 " be expensive.\n"
4617 " be expensive.\n"
4610 " "
4618 " "
4611 msgstr ""
4619 msgstr ""
4612
4620
4613 msgid "similarity must be a number"
4621 msgid "similarity must be a number"
4614 msgstr ""
4622 msgstr ""
4615
4623
4616 msgid "similarity must be between 0 and 100"
4624 msgid "similarity must be between 0 and 100"
4617 msgstr ""
4625 msgstr ""
4618
4626
4619 msgid ""
4627 msgid ""
4620 "show changeset information by line for each file\n"
4628 "show changeset information by line for each file\n"
4621 "\n"
4629 "\n"
4622 " List changes in files, showing the revision id responsible for\n"
4630 " List changes in files, showing the revision id responsible for\n"
4623 " each line\n"
4631 " each line\n"
4624 "\n"
4632 "\n"
4625 " This command is useful for discovering when a change was made and\n"
4633 " This command is useful for discovering when a change was made and\n"
4626 " by whom.\n"
4634 " by whom.\n"
4627 "\n"
4635 "\n"
4628 " Without the -a/--text option, annotate will avoid processing files\n"
4636 " Without the -a/--text option, annotate will avoid processing files\n"
4629 " it detects as binary. With -a, annotate will annotate the file\n"
4637 " it detects as binary. With -a, annotate will annotate the file\n"
4630 " anyway, although the results will probably be neither useful\n"
4638 " anyway, although the results will probably be neither useful\n"
4631 " nor desirable.\n"
4639 " nor desirable.\n"
4632 " "
4640 " "
4633 msgstr ""
4641 msgstr ""
4634 "vis information om ændringer pr linie for hver fil\n"
4642 "vis information om ændringer pr linie for hver fil\n"
4635 "\n"
4643 "\n"
4636 " Vis ændringer i filer ved at vise revisions ID'et som er\n"
4644 " Vis ændringer i filer ved at vise revisions ID'et som er\n"
4637 " ansvarligt for hver linie\n"
4645 " ansvarligt for hver linie\n"
4638 "\n"
4646 "\n"
4639 " Denne kommando er nyttig til at opdage hvornår en ændring blev\n"
4647 " Denne kommando er nyttig til at opdage hvornår en ændring blev\n"
4640 " foretaget og af hvem.\n"
4648 " foretaget og af hvem.\n"
4641 "\n"
4649 "\n"
4642 " Uden -a/--text tilvalget vil annotate undgå at behandle filer som\n"
4650 " Uden -a/--text tilvalget vil annotate undgå at behandle filer som\n"
4643 " den detekterer som binære. Med -a vil annotate generere en\n"
4651 " den detekterer som binære. Med -a vil annotate generere en\n"
4644 " annotering alligevel, selvom resultatet sandsynligvis vil være\n"
4652 " annotering alligevel, selvom resultatet sandsynligvis vil være\n"
4645 " hverken brugbart eller ønskværdigt.\n"
4653 " hverken brugbart eller ønskværdigt.\n"
4646 " "
4654 " "
4647
4655
4648 msgid "at least one filename or pattern is required"
4656 msgid "at least one filename or pattern is required"
4649 msgstr ""
4657 msgstr ""
4650
4658
4651 msgid "at least one of -n/-c is required for -l"
4659 msgid "at least one of -n/-c is required for -l"
4652 msgstr ""
4660 msgstr ""
4653
4661
4654 #, python-format
4662 #, python-format
4655 msgid "%s: binary file\n"
4663 msgid "%s: binary file\n"
4656 msgstr ""
4664 msgstr "%s: binær fil\n"
4657
4665
4658 msgid ""
4666 msgid ""
4659 "create an unversioned archive of a repository revision\n"
4667 "create an unversioned archive of a repository revision\n"
4660 "\n"
4668 "\n"
4661 " By default, the revision used is the parent of the working\n"
4669 " By default, the revision used is the parent of the working\n"
4662 " directory; use -r/--rev to specify a different revision.\n"
4670 " directory; use -r/--rev to specify a different revision.\n"
4663 "\n"
4671 "\n"
4664 " To specify the type of archive to create, use -t/--type. Valid\n"
4672 " To specify the type of archive to create, use -t/--type. Valid\n"
4665 " types are:\n"
4673 " types are:\n"
4666 "\n"
4674 "\n"
4667 " \"files\" (default): a directory full of files\n"
4675 " \"files\" (default): a directory full of files\n"
4668 " \"tar\": tar archive, uncompressed\n"
4676 " \"tar\": tar archive, uncompressed\n"
4669 " \"tbz2\": tar archive, compressed using bzip2\n"
4677 " \"tbz2\": tar archive, compressed using bzip2\n"
4670 " \"tgz\": tar archive, compressed using gzip\n"
4678 " \"tgz\": tar archive, compressed using gzip\n"
4671 " \"uzip\": zip archive, uncompressed\n"
4679 " \"uzip\": zip archive, uncompressed\n"
4672 " \"zip\": zip archive, compressed using deflate\n"
4680 " \"zip\": zip archive, compressed using deflate\n"
4673 "\n"
4681 "\n"
4674 " The exact name of the destination archive or directory is given\n"
4682 " The exact name of the destination archive or directory is given\n"
4675 " using a format string; see 'hg help export' for details.\n"
4683 " using a format string; see 'hg help export' for details.\n"
4676 "\n"
4684 "\n"
4677 " Each member added to an archive file has a directory prefix\n"
4685 " Each member added to an archive file has a directory prefix\n"
4678 " prepended. Use -p/--prefix to specify a format string for the\n"
4686 " prepended. Use -p/--prefix to specify a format string for the\n"
4679 " prefix. The default is the basename of the archive, with suffixes\n"
4687 " prefix. The default is the basename of the archive, with suffixes\n"
4680 " removed.\n"
4688 " removed.\n"
4681 " "
4689 " "
4682 msgstr ""
4690 msgstr ""
4683
4691
4684 msgid "no working directory: please specify a revision"
4692 msgid "no working directory: please specify a revision"
4685 msgstr ""
4693 msgstr "intet arbejdskatalog: angive venligst en revision"
4686
4694
4687 msgid "repository root cannot be destination"
4695 msgid "repository root cannot be destination"
4688 msgstr ""
4696 msgstr ""
4689
4697
4690 msgid "cannot archive plain files to stdout"
4698 msgid "cannot archive plain files to stdout"
4691 msgstr ""
4699 msgstr ""
4692
4700
4693 msgid ""
4701 msgid ""
4694 "reverse effect of earlier changeset\n"
4702 "reverse effect of earlier changeset\n"
4695 "\n"
4703 "\n"
4696 " Commit the backed out changes as a new changeset. The new\n"
4704 " Commit the backed out changes as a new changeset. The new\n"
4697 " changeset is a child of the backed out changeset.\n"
4705 " changeset is a child of the backed out changeset.\n"
4698 "\n"
4706 "\n"
4699 " If you backout a changeset other than the tip, a new head is\n"
4707 " If you backout a changeset other than the tip, a new head is\n"
4700 " created. This head will be the new tip and you should merge this\n"
4708 " created. This head will be the new tip and you should merge this\n"
4701 " backout changeset with another head.\n"
4709 " backout changeset with another head.\n"
4702 "\n"
4710 "\n"
4703 " The --merge option remembers the parent of the working directory\n"
4711 " The --merge option remembers the parent of the working directory\n"
4704 " before starting the backout, then merges the new head with that\n"
4712 " before starting the backout, then merges the new head with that\n"
4705 " changeset afterwards. This saves you from doing the merge by hand.\n"
4713 " changeset afterwards. This saves you from doing the merge by hand.\n"
4706 " The result of this merge is not committed, as with a normal merge.\n"
4714 " The result of this merge is not committed, as with a normal merge.\n"
4707 "\n"
4715 "\n"
4708 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
4716 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
4709 " "
4717 " "
4710 msgstr ""
4718 msgstr ""
4711 "omgør effekten af tidligere ændringer\n"
4719 "omgør effekten af tidligere ændringer\n"
4712 "\n"
4720 "\n"
4713 " Deponerer de omgjorte ændringer som en ny ændring. Den nye ændring\n"
4721 " Deponerer de omgjorte ændringer som en ny ændring. Den nye ændring\n"
4714 " er et barn af den omgjorte ændring.\n"
4722 " er et barn af den omgjorte ændring.\n"
4715 "\n"
4723 "\n"
4716 " Hvis du omgør en ændring som ikke er spidsen, så vil et der blive\n"
4724 " Hvis du omgør en ændring som ikke er spidsen, så vil et der blive\n"
4717 " lavet et nyt hoved. Dette hoved vil være den nye spids og du bør\n"
4725 " lavet et nyt hoved. Dette hoved vil være den nye spids og du bør\n"
4718 " sammenføje denne omgjorte ændring med et andet hoved (det\n"
4726 " sammenføje denne omgjorte ændring med et andet hoved (det\n"
4719 " nuværende hoved som standard).\n"
4727 " nuværende hoved som standard).\n"
4720 "\n"
4728 "\n"
4721 " Med --merge tilvalget vil forælderen til arbejdskataloget blive\n"
4729 " Med --merge tilvalget vil forælderen til arbejdskataloget blive\n"
4722 " husket og det nye hoved vil blive sammenføjet med denne ændring\n"
4730 " husket og det nye hoved vil blive sammenføjet med denne ændring\n"
4723 " bagefter. Dette sparer dig for at lave sammenføjningen selv.\n"
4731 " bagefter. Dette sparer dig for at lave sammenføjningen selv.\n"
4724 " Resultatet af denne sammenføjning er ikke lagt i depot, som ved en\n"
4732 " Resultatet af denne sammenføjning er ikke lagt i depot, som ved en\n"
4725 " normal sammenføjning.\n"
4733 " normal sammenføjning.\n"
4726 "\n"
4734 "\n"
4727 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
4735 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
4728 " "
4736 " "
4729
4737
4730 msgid "please specify just one revision"
4738 msgid "please specify just one revision"
4731 msgstr "angiv venligst kun en revision"
4739 msgstr "angiv venligst kun en revision"
4732
4740
4733 msgid "please specify a revision to backout"
4741 msgid "please specify a revision to backout"
4734 msgstr ""
4742 msgstr "angiv venligst en revision der skal omgøres"
4735
4743
4736 msgid "cannot backout change on a different branch"
4744 msgid "cannot backout change on a different branch"
4737 msgstr "kan ikke omgøre en ændring på en anden gren"
4745 msgstr "kan ikke omgøre en ændring på en anden gren"
4738
4746
4739 msgid "cannot backout a change with no parents"
4747 msgid "cannot backout a change with no parents"
4740 msgstr "kan ikke omgøre en ændring uden forældre"
4748 msgstr "kan ikke omgøre en ændring uden forældre"
4741
4749
4742 msgid "cannot backout a merge changeset without --parent"
4750 msgid "cannot backout a merge changeset without --parent"
4743 msgstr "kan ikke omgøre en sammenføjning uden --parent"
4751 msgstr "kan ikke omgøre en sammenføjning uden --parent"
4744
4752
4745 #, python-format
4753 #, python-format
4746 msgid "%s is not a parent of %s"
4754 msgid "%s is not a parent of %s"
4747 msgstr "%s er ikke forælder til %s"
4755 msgstr "%s er ikke forælder til %s"
4748
4756
4749 msgid "cannot use --parent on non-merge changeset"
4757 msgid "cannot use --parent on non-merge changeset"
4750 msgstr ""
4758 msgstr ""
4751
4759
4752 #, python-format
4760 #, python-format
4753 msgid "Backed out changeset %s"
4761 msgid "Backed out changeset %s"
4754 msgstr ""
4762 msgstr ""
4755
4763
4756 #, python-format
4764 #, python-format
4757 msgid "changeset %s backs out changeset %s\n"
4765 msgid "changeset %s backs out changeset %s\n"
4758 msgstr "ændring %s bakker ændring %s ud\n"
4766 msgstr "ændring %s bakker ændring %s ud\n"
4759
4767
4760 #, python-format
4768 #, python-format
4761 msgid "merging with changeset %s\n"
4769 msgid "merging with changeset %s\n"
4762 msgstr ""
4770 msgstr "sammenføjer med ændring %s\n"
4763
4771
4764 msgid "the backout changeset is a new head - do not forget to merge\n"
4772 msgid "the backout changeset is a new head - do not forget to merge\n"
4765 msgstr ""
4773 msgstr ""
4766
4774
4767 msgid "(use \"backout --merge\" if you want to auto-merge)\n"
4775 msgid "(use \"backout --merge\" if you want to auto-merge)\n"
4768 msgstr ""
4776 msgstr ""
4769
4777
4770 msgid ""
4778 msgid ""
4771 "subdivision search of changesets\n"
4779 "subdivision search of changesets\n"
4772 "\n"
4780 "\n"
4773 " This command helps to find changesets which introduce problems. To\n"
4781 " This command helps to find changesets which introduce problems. To\n"
4774 " use, mark the earliest changeset you know exhibits the problem as\n"
4782 " use, mark the earliest changeset you know exhibits the problem as\n"
4775 " bad, then mark the latest changeset which is free from the problem\n"
4783 " bad, then mark the latest changeset which is free from the problem\n"
4776 " as good. Bisect will update your working directory to a revision\n"
4784 " as good. Bisect will update your working directory to a revision\n"
4777 " for testing (unless the -U/--noupdate option is specified). Once\n"
4785 " for testing (unless the -U/--noupdate option is specified). Once\n"
4778 " you have performed tests, mark the working directory as good or\n"
4786 " you have performed tests, mark the working directory as good or\n"
4779 " bad, and bisect will either update to another candidate changeset\n"
4787 " bad, and bisect will either update to another candidate changeset\n"
4780 " or announce that it has found the bad revision.\n"
4788 " or announce that it has found the bad revision.\n"
4781 "\n"
4789 "\n"
4782 " As a shortcut, you can also use the revision argument to mark a\n"
4790 " As a shortcut, you can also use the revision argument to mark a\n"
4783 " revision as good or bad without checking it out first.\n"
4791 " revision as good or bad without checking it out first.\n"
4784 "\n"
4792 "\n"
4785 " If you supply a command, it will be used for automatic bisection.\n"
4793 " If you supply a command, it will be used for automatic bisection.\n"
4786 " Its exit status will be used to mark revisions as good or bad:\n"
4794 " Its exit status will be used to mark revisions as good or bad:\n"
4787 " status 0 means good, 125 means to skip the revision, 127\n"
4795 " status 0 means good, 125 means to skip the revision, 127\n"
4788 " (command not found) will abort the bisection, and any other\n"
4796 " (command not found) will abort the bisection, and any other\n"
4789 " non-zero exit status means the revision is bad.\n"
4797 " non-zero exit status means the revision is bad.\n"
4790 " "
4798 " "
4791 msgstr ""
4799 msgstr ""
4792
4800
4793 msgid "The first good revision is:\n"
4801 msgid "The first good revision is:\n"
4794 msgstr "Den første gode revision er:\n"
4802 msgstr "Den første gode revision er:\n"
4795
4803
4796 msgid "The first bad revision is:\n"
4804 msgid "The first bad revision is:\n"
4797 msgstr "Den første dårlige revision er:\n"
4805 msgstr "Den første dårlige revision er:\n"
4798
4806
4799 msgid "Due to skipped revisions, the first good revision could be any of:\n"
4807 msgid "Due to skipped revisions, the first good revision could be any of:\n"
4800 msgstr ""
4808 msgstr ""
4809 "På grund af oversprungne revisioner kan den første gode revision være en "
4810 "hvilken som helst af:\n"
4801
4811
4802 msgid "Due to skipped revisions, the first bad revision could be any of:\n"
4812 msgid "Due to skipped revisions, the first bad revision could be any of:\n"
4803 msgstr ""
4813 msgstr ""
4814 "På grund af oversprungne revisioner kan den første dårlige revision være en "
4815 "hvilken som helst af:\n"
4804
4816
4805 msgid "cannot bisect (no known good revisions)"
4817 msgid "cannot bisect (no known good revisions)"
4806 msgstr ""
4818 msgstr ""
4807
4819
4808 msgid "cannot bisect (no known bad revisions)"
4820 msgid "cannot bisect (no known bad revisions)"
4809 msgstr ""
4821 msgstr ""
4810
4822
4811 msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
4823 msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
4812 msgstr ""
4824 msgstr ""
4813
4825
4814 msgid "incompatible arguments"
4826 msgid "incompatible arguments"
4815 msgstr ""
4827 msgstr "inkompatible argumenter"
4816
4828
4817 #, python-format
4829 #, python-format
4818 msgid "cannot find executable: %s"
4830 msgid "cannot find executable: %s"
4819 msgstr "kan ikke finde program: %s"
4831 msgstr "kan ikke finde program: %s"
4820
4832
4821 #, python-format
4833 #, python-format
4822 msgid "failed to execute %s"
4834 msgid "failed to execute %s"
4823 msgstr ""
4835 msgstr ""
4824
4836
4825 #, python-format
4837 #, python-format
4826 msgid "%s killed"
4838 msgid "%s killed"
4827 msgstr "%s dræbt"
4839 msgstr "%s dræbt"
4828
4840
4829 #, python-format
4841 #, python-format
4830 msgid "Changeset %d:%s: %s\n"
4842 msgid "Changeset %d:%s: %s\n"
4831 msgstr "Ændring %d:%s: %s\n"
4843 msgstr "Ændring %d:%s: %s\n"
4832
4844
4833 #, python-format
4845 #, python-format
4834 msgid "Testing changeset %s:%s (%s changesets remaining, ~%s tests)\n"
4846 msgid "Testing changeset %s:%s (%s changesets remaining, ~%s tests)\n"
4835 msgstr ""
4847 msgstr "Tester ændring %s:%s (%s ændringer tilbage, ~%s test)\n"
4836
4848
4837 msgid ""
4849 msgid ""
4838 "set or show the current branch name\n"
4850 "set or show the current branch name\n"
4839 "\n"
4851 "\n"
4840 " With no argument, show the current branch name. With one argument,\n"
4852 " With no argument, show the current branch name. With one argument,\n"
4841 " set the working directory branch name (the branch will not exist\n"
4853 " set the working directory branch name (the branch will not exist\n"
4842 " in the repository until the next commit). Standard practice\n"
4854 " in the repository until the next commit). Standard practice\n"
4843 " recommends that primary development take place on the 'default'\n"
4855 " recommends that primary development take place on the 'default'\n"
4844 " branch.\n"
4856 " branch.\n"
4845 "\n"
4857 "\n"
4846 " Unless -f/--force is specified, branch will not let you set a\n"
4858 " Unless -f/--force is specified, branch will not let you set a\n"
4847 " branch name that already exists, even if it's inactive.\n"
4859 " branch name that already exists, even if it's inactive.\n"
4848 "\n"
4860 "\n"
4849 " Use -C/--clean to reset the working directory branch to that of\n"
4861 " Use -C/--clean to reset the working directory branch to that of\n"
4850 " the parent of the working directory, negating a previous branch\n"
4862 " the parent of the working directory, negating a previous branch\n"
4851 " change.\n"
4863 " change.\n"
4852 "\n"
4864 "\n"
4853 " Use the command 'hg update' to switch to an existing branch.\n"
4865 " Use the command 'hg update' to switch to an existing branch.\n"
4854 " "
4866 " "
4855 msgstr ""
4867 msgstr ""
4856
4868
4857 #, python-format
4869 #, python-format
4858 msgid "reset working directory to branch %s\n"
4870 msgid "reset working directory to branch %s\n"
4859 msgstr ""
4871 msgstr ""
4860
4872
4861 msgid "a branch of the same name already exists (use --force to override)"
4873 msgid "a branch of the same name already exists (use --force to override)"
4862 msgstr ""
4874 msgstr ""
4875 "en gren ved samme navn eksisterer allerede (brug --force for at gennemtvinge)"
4863
4876
4864 #, python-format
4877 #, python-format
4865 msgid "marked working directory as branch %s\n"
4878 msgid "marked working directory as branch %s\n"
4866 msgstr ""
4879 msgstr "markerede arbejdskataloget som gren %s\n"
4867
4880
4868 msgid ""
4881 msgid ""
4869 "list repository named branches\n"
4882 "list repository named branches\n"
4870 "\n"
4883 "\n"
4871 " List the repository's named branches, indicating which ones are\n"
4884 " List the repository's named branches, indicating which ones are\n"
4872 " inactive. If active is specified, only show active branches.\n"
4885 " inactive. If active is specified, only show active branches.\n"
4873 "\n"
4886 "\n"
4874 " A branch is considered active if it contains repository heads.\n"
4887 " A branch is considered active if it contains repository heads.\n"
4875 "\n"
4888 "\n"
4876 " Use the command 'hg update' to switch to an existing branch.\n"
4889 " Use the command 'hg update' to switch to an existing branch.\n"
4877 " "
4890 " "
4878 msgstr ""
4891 msgstr ""
4879 "vis navngivne grene i depotet\n"
4892 "vis navngivne grene i depotet\n"
4880 "\n"
4893 "\n"
4881 " Viser depotets navngivne grene og indikerer hvilke der er\n"
4894 " Viser depotets navngivne grene og indikerer hvilke der er\n"
4882 " inaktive. Hvis active angivet, da vises kun aktive grene\n"
4895 " inaktive. Hvis active angivet, da vises kun aktive grene\n"
4883 "\n"
4896 "\n"
4884 " En gren er anses for at være aktiv hvis den indeholder\n"
4897 " En gren er anses for at være aktiv hvis den indeholder\n"
4885 " depothoveder.\n"
4898 " depothoveder.\n"
4886 "\n"
4899 "\n"
4887 " Brug kommandoen 'hg update' for at skifte til en eksisterende\n"
4900 " Brug kommandoen 'hg update' for at skifte til en eksisterende\n"
4888 " gren.\n"
4901 " gren.\n"
4889 " "
4902 " "
4890
4903
4891 msgid ""
4904 msgid ""
4892 "create a changegroup file\n"
4905 "create a changegroup file\n"
4893 "\n"
4906 "\n"
4894 " Generate a compressed changegroup file collecting changesets not\n"
4907 " Generate a compressed changegroup file collecting changesets not\n"
4895 " known to be in another repository.\n"
4908 " known to be in another repository.\n"
4896 "\n"
4909 "\n"
4897 " If no destination repository is specified the destination is\n"
4910 " If no destination repository is specified the destination is\n"
4898 " assumed to have all the nodes specified by one or more --base\n"
4911 " assumed to have all the nodes specified by one or more --base\n"
4899 " parameters. To create a bundle containing all changesets, use\n"
4912 " parameters. To create a bundle containing all changesets, use\n"
4900 " -a/--all (or --base null).\n"
4913 " -a/--all (or --base null).\n"
4901 "\n"
4914 "\n"
4902 " To change the compression method applied, use the -t/--type\n"
4915 " To change the compression method applied, use the -t/--type\n"
4903 " option. The available compression methods are: none, bzip2, and\n"
4916 " option. The available compression methods are: none, bzip2, and\n"
4904 " gzip (by default, bundles are compressed using bzip2).\n"
4917 " gzip (by default, bundles are compressed using bzip2).\n"
4905 "\n"
4918 "\n"
4906 " The bundle file can then be transferred using conventional means\n"
4919 " The bundle file can then be transferred using conventional means\n"
4907 " and applied to another repository with the unbundle or pull\n"
4920 " and applied to another repository with the unbundle or pull\n"
4908 " command. This is useful when direct push and pull are not\n"
4921 " command. This is useful when direct push and pull are not\n"
4909 " available or when exporting an entire repository is undesirable.\n"
4922 " available or when exporting an entire repository is undesirable.\n"
4910 "\n"
4923 "\n"
4911 " Applying bundles preserves all changeset contents including\n"
4924 " Applying bundles preserves all changeset contents including\n"
4912 " permissions, copy/rename information, and revision history.\n"
4925 " permissions, copy/rename information, and revision history.\n"
4913 " "
4926 " "
4914 msgstr ""
4927 msgstr ""
4915
4928
4916 msgid "--base is incompatible with specifying a destination"
4929 msgid "--base is incompatible with specifying a destination"
4917 msgstr ""
4930 msgstr ""
4918
4931
4919 msgid "unknown bundle type specified with --type"
4932 msgid "unknown bundle type specified with --type"
4920 msgstr ""
4933 msgstr ""
4921
4934
4922 msgid ""
4935 msgid ""
4923 "output the current or given revision of files\n"
4936 "output the current or given revision of files\n"
4924 "\n"
4937 "\n"
4925 " Print the specified files as they were at the given revision. If\n"
4938 " Print the specified files as they were at the given revision. If\n"
4926 " no revision is given, the parent of the working directory is used,\n"
4939 " no revision is given, the parent of the working directory is used,\n"
4927 " or tip if no revision is checked out.\n"
4940 " or tip if no revision is checked out.\n"
4928 "\n"
4941 "\n"
4929 " Output may be to a file, in which case the name of the file is\n"
4942 " Output may be to a file, in which case the name of the file is\n"
4930 " given using a format string. The formatting rules are the same as\n"
4943 " given using a format string. The formatting rules are the same as\n"
4931 " for the export command, with the following additions:\n"
4944 " for the export command, with the following additions:\n"
4932 "\n"
4945 "\n"
4933 " %s basename of file being printed\n"
4946 " %s basename of file being printed\n"
4934 " %d dirname of file being printed, or '.' if in repository root\n"
4947 " %d dirname of file being printed, or '.' if in repository root\n"
4935 " %p root-relative path name of file being printed\n"
4948 " %p root-relative path name of file being printed\n"
4936 " "
4949 " "
4937 msgstr ""
4950 msgstr ""
4938
4951
4939 msgid ""
4952 msgid ""
4940 "make a copy of an existing repository\n"
4953 "make a copy of an existing repository\n"
4941 "\n"
4954 "\n"
4942 " Create a copy of an existing repository in a new directory.\n"
4955 " Create a copy of an existing repository in a new directory.\n"
4943 "\n"
4956 "\n"
4944 " If no destination directory name is specified, it defaults to the\n"
4957 " If no destination directory name is specified, it defaults to the\n"
4945 " basename of the source.\n"
4958 " basename of the source.\n"
4946 "\n"
4959 "\n"
4947 " The location of the source is added to the new repository's\n"
4960 " The location of the source is added to the new repository's\n"
4948 " .hg/hgrc file, as the default to be used for future pulls.\n"
4961 " .hg/hgrc file, as the default to be used for future pulls.\n"
4949 "\n"
4962 "\n"
4950 " If you use the -r/--rev option to clone up to a specific revision,\n"
4963 " If you use the -r/--rev option to clone up to a specific revision,\n"
4951 " no subsequent revisions (including subsequent tags) will be\n"
4964 " no subsequent revisions (including subsequent tags) will be\n"
4952 " present in the cloned repository. This option implies --pull, even\n"
4965 " present in the cloned repository. This option implies --pull, even\n"
4953 " on local repositories.\n"
4966 " on local repositories.\n"
4954 "\n"
4967 "\n"
4955 " By default, clone will check out the head of the 'default' branch.\n"
4968 " By default, clone will check out the head of the 'default' branch.\n"
4956 " If the -U/--noupdate option is used, the new clone will contain\n"
4969 " If the -U/--noupdate option is used, the new clone will contain\n"
4957 " only a repository (.hg) and no working copy (the working copy\n"
4970 " only a repository (.hg) and no working copy (the working copy\n"
4958 " parent is the null revision).\n"
4971 " parent is the null revision).\n"
4959 "\n"
4972 "\n"
4960 " See 'hg help urls' for valid source format details.\n"
4973 " See 'hg help urls' for valid source format details.\n"
4961 "\n"
4974 "\n"
4962 " It is possible to specify an ssh:// URL as the destination, but no\n"
4975 " It is possible to specify an ssh:// URL as the destination, but no\n"
4963 " .hg/hgrc and working directory will be created on the remote side.\n"
4976 " .hg/hgrc and working directory will be created on the remote side.\n"
4964 " Please see 'hg help urls' for important details about ssh:// URLs.\n"
4977 " Please see 'hg help urls' for important details about ssh:// URLs.\n"
4965 "\n"
4978 "\n"
4966 " For efficiency, hardlinks are used for cloning whenever the source\n"
4979 " For efficiency, hardlinks are used for cloning whenever the source\n"
4967 " and destination are on the same filesystem (note this applies only\n"
4980 " and destination are on the same filesystem (note this applies only\n"
4968 " to the repository data, not to the checked out files). Some\n"
4981 " to the repository data, not to the checked out files). Some\n"
4969 " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
4982 " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
4970 " do not report errors. In these cases, use the --pull option to\n"
4983 " do not report errors. In these cases, use the --pull option to\n"
4971 " avoid hardlinking.\n"
4984 " avoid hardlinking.\n"
4972 "\n"
4985 "\n"
4973 " In some cases, you can clone repositories and checked out files\n"
4986 " In some cases, you can clone repositories and checked out files\n"
4974 " using full hardlinks with\n"
4987 " using full hardlinks with\n"
4975 "\n"
4988 "\n"
4976 " $ cp -al REPO REPOCLONE\n"
4989 " $ cp -al REPO REPOCLONE\n"
4977 "\n"
4990 "\n"
4978 " This is the fastest way to clone, but it is not always safe. The\n"
4991 " This is the fastest way to clone, but it is not always safe. The\n"
4979 " operation is not atomic (making sure REPO is not modified during\n"
4992 " operation is not atomic (making sure REPO is not modified during\n"
4980 " the operation is up to you) and you have to make sure your editor\n"
4993 " the operation is up to you) and you have to make sure your editor\n"
4981 " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
4994 " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
4982 " this is not compatible with certain extensions that place their\n"
4995 " this is not compatible with certain extensions that place their\n"
4983 " metadata under the .hg directory, such as mq.\n"
4996 " metadata under the .hg directory, such as mq.\n"
4984 "\n"
4997 "\n"
4985 " "
4998 " "
4986 msgstr ""
4999 msgstr ""
4987 "lav en kopi af et eksisterende depot\n"
5000 "lav en kopi af et eksisterende depot\n"
4988 "\n"
5001 "\n"
4989 " Lav en kopi af et eksisterende depot i en ny mappe.\n"
5002 " Lav en kopi af et eksisterende depot i en ny mappe.\n"
4990 "\n"
5003 "\n"
4991 " Hvis der ikke angivet et navn til destinationen, så bruges\n"
5004 " Hvis der ikke angivet et navn til destinationen, så bruges\n"
4992 " grundnavnet for kilden.\n"
5005 " grundnavnet for kilden.\n"
4993 "\n"
5006 "\n"
4994 " Placeringen af kilden tilføjes til det nye depots .hg/hgrc fil som\n"
5007 " Placeringen af kilden tilføjes til det nye depots .hg/hgrc fil som\n"
4995 " den nye standard for fremtidige kald til 'hg pull'.\n"
5008 " den nye standard for fremtidige kald til 'hg pull'.\n"
4996 "\n"
5009 "\n"
4997 " Hvis du bruger -r/--rev tilvalget for at klone op til en specifik\n"
5010 " Hvis du bruger -r/--rev tilvalget for at klone op til en specifik\n"
4998 " revision, så vil ingen efterfølgende revisioner (inklusiv\n"
5011 " revision, så vil ingen efterfølgende revisioner (inklusiv\n"
4999 " efterfølgende mærkater) findes i det klonede depot. Denne\n"
5012 " efterfølgende mærkater) findes i det klonede depot. Denne\n"
5000 " valgmulighed medfører --pull, selv ved lokale depoter.\n"
5013 " valgmulighed medfører --pull, selv ved lokale depoter.\n"
5001 "\n"
5014 "\n"
5002 " Som udgangspunkt vil clone hente hovedet af 'default' grenen. Hvis\n"
5015 " Som udgangspunkt vil clone hente hovedet af 'default' grenen. Hvis\n"
5003 " -U/--noupdate tilvalget bruges vil den nye klon kun indeholde et\n"
5016 " -U/--noupdate tilvalget bruges vil den nye klon kun indeholde et\n"
5004 " depot (.hg) og intet arbejdskatalog (arbejdskatalogets forælder er\n"
5017 " depot (.hg) og intet arbejdskatalog (arbejdskatalogets forælder er\n"
5005 " sat til nul revisionen).\n"
5018 " sat til nul revisionen).\n"
5006 "\n"
5019 "\n"
5007 " Se 'hg help urls' for detaljer om gyldige formatter for kilden.\n"
5020 " Se 'hg help urls' for detaljer om gyldige formatter for kilden.\n"
5008 "\n"
5021 "\n"
5009 " Det er muligt at specificere en ssh:// URL som destination, men\n"
5022 " Det er muligt at specificere en ssh:// URL som destination, men\n"
5010 " der vil ikke bliver oprettet nogen .hg/hgrc fil eller noget\n"
5023 " der vil ikke bliver oprettet nogen .hg/hgrc fil eller noget\n"
5011 " arbejdskatalog på den anden side. Se venligst 'hg help urls' for\n"
5024 " arbejdskatalog på den anden side. Se venligst 'hg help urls' for\n"
5012 " vigtige detaljer om ssh:// URLer.\n"
5025 " vigtige detaljer om ssh:// URLer.\n"
5013 "\n"
5026 "\n"
5014 " Af effektivitetsgrunde bruges hårde lænker ved kloning når kilden\n"
5027 " Af effektivitetsgrunde bruges hårde lænker ved kloning når kilden\n"
5015 " og destinationen er på det samme filsystem (bemærk at dette kun\n"
5028 " og destinationen er på det samme filsystem (bemærk at dette kun\n"
5016 " gælder for depotdata og ikke for de udhentede filer). Nogle\n"
5029 " gælder for depotdata og ikke for de udhentede filer). Nogle\n"
5017 " filsystemer, såsom AFS, implementerer ikke hårde lænker korrekt,\n"
5030 " filsystemer, såsom AFS, implementerer ikke hårde lænker korrekt,\n"
5018 " men rapporterer ingen fejl. I disse tilfælde skal --pull bruges\n"
5031 " men rapporterer ingen fejl. I disse tilfælde skal --pull bruges\n"
5019 " for at undgå hårde lænker.\n"
5032 " for at undgå hårde lænker.\n"
5020 "\n"
5033 "\n"
5021 " I nogle tilfælde kan man klone depoter og udhentede filer med\n"
5034 " I nogle tilfælde kan man klone depoter og udhentede filer med\n"
5022 "\n"
5035 "\n"
5023 " $ cp -al DEPOT DEPOTKLON\n"
5036 " $ cp -al DEPOT DEPOTKLON\n"
5024 "\n"
5037 "\n"
5025 " Dette er den hurtigste måde at klone på, men det er ikke altid\n"
5038 " Dette er den hurtigste måde at klone på, men det er ikke altid\n"
5026 " sikkert. Operationen er ikke atomisk (det er op til dig at sikre\n"
5039 " sikkert. Operationen er ikke atomisk (det er op til dig at sikre\n"
5027 " at DEPOT ikke bliver modificeret undervejs) og du skal selv sørge\n"
5040 " at DEPOT ikke bliver modificeret undervejs) og du skal selv sørge\n"
5028 " for at din tekstbehandler bryder hårde lænker (Emacs og de fleste\n"
5041 " for at din tekstbehandler bryder hårde lænker (Emacs og de fleste\n"
5029 " Linux Kernel værktøjer gør det). Dette er desuden ikke kompatibelt\n"
5042 " Linux Kernel værktøjer gør det). Dette er desuden ikke kompatibelt\n"
5030 " med visse udvidelser som placerer deres metadata under .hg mappen,\n"
5043 " med visse udvidelser som placerer deres metadata under .hg mappen,\n"
5031 " såsom mq.\n"
5044 " såsom mq.\n"
5032 "\n"
5045 "\n"
5033 " "
5046 " "
5034
5047
5035 msgid ""
5048 msgid ""
5036 "commit the specified files or all outstanding changes\n"
5049 "commit the specified files or all outstanding changes\n"
5037 "\n"
5050 "\n"
5038 " Commit changes to the given files into the repository. Unlike a\n"
5051 " Commit changes to the given files into the repository. Unlike a\n"
5039 " centralized RCS, this operation is a local operation. See hg push\n"
5052 " centralized RCS, this operation is a local operation. See hg push\n"
5040 " for a way to actively distribute your changes.\n"
5053 " for a way to actively distribute your changes.\n"
5041 "\n"
5054 "\n"
5042 " If a list of files is omitted, all changes reported by \"hg status\"\n"
5055 " If a list of files is omitted, all changes reported by \"hg status\"\n"
5043 " will be committed.\n"
5056 " will be committed.\n"
5044 "\n"
5057 "\n"
5045 " If you are committing the result of a merge, do not provide any\n"
5058 " If you are committing the result of a merge, do not provide any\n"
5046 " filenames or -I/-X filters.\n"
5059 " filenames or -I/-X filters.\n"
5047 "\n"
5060 "\n"
5048 " If no commit message is specified, the configured editor is\n"
5061 " If no commit message is specified, the configured editor is\n"
5049 " started to prompt you for a message.\n"
5062 " started to prompt you for a message.\n"
5050 "\n"
5063 "\n"
5051 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5064 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5052 " "
5065 " "
5053 msgstr ""
5066 msgstr ""
5054 "lægger de specificerede filer eller alle udestående ændringer i depot\n"
5067 "lægger de specificerede filer eller alle udestående ændringer i depot\n"
5055 "\n"
5068 "\n"
5056 " Deponerer ændringer i de angivne filer ind i depotet. Dette er en\n"
5069 " Deponerer ændringer i de angivne filer ind i depotet. Dette er en\n"
5057 " lokal operation, i modsætning til et centraliseret RCS. Se hg push\n"
5070 " lokal operation, i modsætning til et centraliseret RCS. Se hg push\n"
5058 " for en måde til aktivt distribuere dine ændringer.\n"
5071 " for en måde til aktivt distribuere dine ændringer.\n"
5059 "\n"
5072 "\n"
5060 " Hvis en liste af filer udelades vil alle ændringer rapporteret af\n"
5073 " Hvis en liste af filer udelades vil alle ændringer rapporteret af\n"
5061 " \"hg status\" blive deponeret.\n"
5074 " \"hg status\" blive deponeret.\n"
5062 "\n"
5075 "\n"
5063 " Hvis du deponerer resultatet af en sammenføjning, undlad da at\n"
5076 " Hvis du deponerer resultatet af en sammenføjning, undlad da at\n"
5064 " angive filnavne eller -I/-X filtre.\n"
5077 " angive filnavne eller -I/-X filtre.\n"
5065 "\n"
5078 "\n"
5066 " Hvis der ikke angives en deponeringsbesked, så starten den\n"
5079 " Hvis der ikke angives en deponeringsbesked, så starten den\n"
5067 " konfigurerede editor for at bede dig om en besked.\n"
5080 " konfigurerede editor for at bede dig om en besked.\n"
5068 "\n"
5081 "\n"
5069 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
5082 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
5070 " "
5083 " "
5071
5084
5072 msgid "created new head\n"
5085 msgid "created new head\n"
5073 msgstr "lavede et nyt hoved\n"
5086 msgstr "lavede et nyt hoved\n"
5074
5087
5075 #, python-format
5088 #, python-format
5076 msgid "committed changeset %d:%s\n"
5089 msgid "committed changeset %d:%s\n"
5077 msgstr ""
5090 msgstr "deponerede ændring %d:%s\n"
5078
5091
5079 msgid ""
5092 msgid ""
5080 "mark files as copied for the next commit\n"
5093 "mark files as copied for the next commit\n"
5081 "\n"
5094 "\n"
5082 " Mark dest as having copies of source files. If dest is a\n"
5095 " Mark dest as having copies of source files. If dest is a\n"
5083 " directory, copies are put in that directory. If dest is a file,\n"
5096 " directory, copies are put in that directory. If dest is a file,\n"
5084 " the source must be a single file.\n"
5097 " the source must be a single file.\n"
5085 "\n"
5098 "\n"
5086 " By default, this command copies the contents of files as they\n"
5099 " By default, this command copies the contents of files as they\n"
5087 " exist in the working directory. If invoked with -A/--after, the\n"
5100 " exist in the working directory. If invoked with -A/--after, the\n"
5088 " operation is recorded, but no copying is performed.\n"
5101 " operation is recorded, but no copying is performed.\n"
5089 "\n"
5102 "\n"
5090 " This command takes effect with the next commit. To undo a copy\n"
5103 " This command takes effect with the next commit. To undo a copy\n"
5091 " before that, see hg revert.\n"
5104 " before that, see hg revert.\n"
5092 " "
5105 " "
5093 msgstr ""
5106 msgstr ""
5094
5107
5095 msgid "find the ancestor revision of two revisions in a given index"
5108 msgid "find the ancestor revision of two revisions in a given index"
5096 msgstr ""
5109 msgstr ""
5097
5110
5098 msgid "There is no Mercurial repository here (.hg not found)"
5111 msgid "There is no Mercurial repository here (.hg not found)"
5099 msgstr "Der er intet Mercurial depot her (.hg ikke fundet)"
5112 msgstr "Der er intet Mercurial depot her (.hg ikke fundet)"
5100
5113
5101 msgid "either two or three arguments required"
5114 msgid "either two or three arguments required"
5102 msgstr "kræver enten to eller tre argumenter"
5115 msgstr "kræver enten to eller tre argumenter"
5103
5116
5104 msgid "returns the completion list associated with the given command"
5117 msgid "returns the completion list associated with the given command"
5105 msgstr ""
5118 msgstr ""
5106
5119
5107 msgid "rebuild the dirstate as it would look like for the given revision"
5120 msgid "rebuild the dirstate as it would look like for the given revision"
5108 msgstr ""
5121 msgstr ""
5109
5122
5110 msgid "validate the correctness of the current dirstate"
5123 msgid "validate the correctness of the current dirstate"
5111 msgstr ""
5124 msgstr ""
5112
5125
5113 #, python-format
5126 #, python-format
5114 msgid "%s in state %s, but not in manifest1\n"
5127 msgid "%s in state %s, but not in manifest1\n"
5115 msgstr ""
5128 msgstr ""
5116
5129
5117 #, python-format
5130 #, python-format
5118 msgid "%s in state %s, but also in manifest1\n"
5131 msgid "%s in state %s, but also in manifest1\n"
5119 msgstr ""
5132 msgstr ""
5120
5133
5121 #, python-format
5134 #, python-format
5122 msgid "%s in state %s, but not in either manifest\n"
5135 msgid "%s in state %s, but not in either manifest\n"
5123 msgstr ""
5136 msgstr ""
5124
5137
5125 #, python-format
5138 #, python-format
5126 msgid "%s in manifest1, but listed as state %s"
5139 msgid "%s in manifest1, but listed as state %s"
5127 msgstr ""
5140 msgstr ""
5128
5141
5129 msgid ".hg/dirstate inconsistent with current parent's manifest"
5142 msgid ".hg/dirstate inconsistent with current parent's manifest"
5130 msgstr ""
5143 msgstr ""
5131
5144
5132 msgid ""
5145 msgid ""
5133 "show combined config settings from all hgrc files\n"
5146 "show combined config settings from all hgrc files\n"
5134 "\n"
5147 "\n"
5135 " With no arguments, print names and values of all config items.\n"
5148 " With no arguments, print names and values of all config items.\n"
5136 "\n"
5149 "\n"
5137 " With one argument of the form section.name, print just the value\n"
5150 " With one argument of the form section.name, print just the value\n"
5138 " of that config item.\n"
5151 " of that config item.\n"
5139 "\n"
5152 "\n"
5140 " With multiple arguments, print names and values of all config\n"
5153 " With multiple arguments, print names and values of all config\n"
5141 " items with matching section names.\n"
5154 " items with matching section names.\n"
5142 "\n"
5155 "\n"
5143 " With --debug, the source (filename and line number) is printed\n"
5156 " With --debug, the source (filename and line number) is printed\n"
5144 " for each config item.\n"
5157 " for each config item.\n"
5145 " "
5158 " "
5146 msgstr ""
5159 msgstr ""
5147
5160
5148 msgid "only one config item permitted"
5161 msgid "only one config item permitted"
5149 msgstr ""
5162 msgstr ""
5150
5163
5151 msgid ""
5164 msgid ""
5152 "manually set the parents of the current working directory\n"
5165 "manually set the parents of the current working directory\n"
5153 "\n"
5166 "\n"
5154 " This is useful for writing repository conversion tools, but should\n"
5167 " This is useful for writing repository conversion tools, but should\n"
5155 " be used with care.\n"
5168 " be used with care.\n"
5156 " "
5169 " "
5157 msgstr ""
5170 msgstr ""
5158
5171
5159 msgid "show the contents of the current dirstate"
5172 msgid "show the contents of the current dirstate"
5160 msgstr ""
5173 msgstr ""
5161
5174
5162 #, python-format
5175 #, python-format
5163 msgid "copy: %s -> %s\n"
5176 msgid "copy: %s -> %s\n"
5164 msgstr "kopi: %s -> %s\n"
5177 msgstr "kopi: %s -> %s\n"
5165
5178
5166 msgid "dump the contents of a data file revision"
5179 msgid "dump the contents of a data file revision"
5167 msgstr ""
5180 msgstr ""
5168
5181
5169 #, python-format
5182 #, python-format
5170 msgid "invalid revision identifier %s"
5183 msgid "invalid revision identifier %s"
5171 msgstr "ugyldig revisionsidentification %s"
5184 msgstr "ugyldig revisionsidentification %s"
5172
5185
5173 msgid "parse and display a date"
5186 msgid "parse and display a date"
5174 msgstr ""
5187 msgstr ""
5175
5188
5176 msgid "dump the contents of an index file"
5189 msgid "dump the contents of an index file"
5177 msgstr ""
5190 msgstr ""
5178
5191
5179 msgid "dump an index DAG as a graphviz dot file"
5192 msgid "dump an index DAG as a graphviz dot file"
5180 msgstr ""
5193 msgstr ""
5181
5194
5182 msgid "test Mercurial installation"
5195 msgid "test Mercurial installation"
5183 msgstr ""
5196 msgstr "test Mercurial installationen"
5184
5197
5185 #, python-format
5198 #, python-format
5186 msgid "Checking encoding (%s)...\n"
5199 msgid "Checking encoding (%s)...\n"
5187 msgstr ""
5200 msgstr ""
5188
5201
5189 msgid " (check that your locale is properly set)\n"
5202 msgid " (check that your locale is properly set)\n"
5190 msgstr ""
5203 msgstr ""
5191
5204
5192 msgid "Checking extensions...\n"
5205 msgid "Checking extensions...\n"
5193 msgstr ""
5206 msgstr ""
5194
5207
5195 msgid " One or more extensions could not be found"
5208 msgid " One or more extensions could not be found"
5196 msgstr ""
5209 msgstr ""
5197
5210
5198 msgid " (check that you compiled the extensions)\n"
5211 msgid " (check that you compiled the extensions)\n"
5199 msgstr ""
5212 msgstr ""
5200
5213
5201 msgid "Checking templates...\n"
5214 msgid "Checking templates...\n"
5202 msgstr ""
5215 msgstr ""
5203
5216
5204 msgid " (templates seem to have been installed incorrectly)\n"
5217 msgid " (templates seem to have been installed incorrectly)\n"
5205 msgstr ""
5218 msgstr ""
5206
5219
5207 msgid "Checking patch...\n"
5220 msgid "Checking patch...\n"
5208 msgstr ""
5221 msgstr ""
5209
5222
5210 msgid " patch call failed:\n"
5223 msgid " patch call failed:\n"
5211 msgstr ""
5224 msgstr ""
5212
5225
5213 msgid " unexpected patch output!\n"
5226 msgid " unexpected patch output!\n"
5214 msgstr ""
5227 msgstr ""
5215
5228
5216 msgid " patch test failed!\n"
5229 msgid " patch test failed!\n"
5217 msgstr ""
5230 msgstr ""
5218
5231
5219 msgid ""
5232 msgid ""
5220 " (Current patch tool may be incompatible with patch, or misconfigured. "
5233 " (Current patch tool may be incompatible with patch, or misconfigured. "
5221 "Please check your .hgrc file)\n"
5234 "Please check your .hgrc file)\n"
5222 msgstr ""
5235 msgstr ""
5223
5236
5224 msgid ""
5237 msgid ""
5225 " Internal patcher failure, please report this error to http://www.selenic."
5238 " Internal patcher failure, please report this error to http://www.selenic."
5226 "com/mercurial/bts\n"
5239 "com/mercurial/bts\n"
5227 msgstr ""
5240 msgstr ""
5228
5241
5229 msgid "Checking commit editor...\n"
5242 msgid "Checking commit editor...\n"
5230 msgstr ""
5243 msgstr ""
5231
5244
5232 msgid " No commit editor set and can't find vi in PATH\n"
5245 msgid " No commit editor set and can't find vi in PATH\n"
5233 msgstr ""
5246 msgstr ""
5234
5247
5235 msgid " (specify a commit editor in your .hgrc file)\n"
5248 msgid " (specify a commit editor in your .hgrc file)\n"
5236 msgstr ""
5249 msgstr ""
5237
5250
5238 #, python-format
5251 #, python-format
5239 msgid " Can't find editor '%s' in PATH\n"
5252 msgid " Can't find editor '%s' in PATH\n"
5240 msgstr ""
5253 msgstr ""
5241
5254
5242 msgid "Checking username...\n"
5255 msgid "Checking username...\n"
5243 msgstr ""
5256 msgstr ""
5244
5257
5245 msgid " (specify a username in your .hgrc file)\n"
5258 msgid " (specify a username in your .hgrc file)\n"
5246 msgstr ""
5259 msgstr ""
5247
5260
5248 msgid "No problems detected\n"
5261 msgid "No problems detected\n"
5249 msgstr "Fandt ingen problemer\n"
5262 msgstr "Fandt ingen problemer\n"
5250
5263
5251 #, python-format
5264 #, python-format
5252 msgid "%s problems detected, please check your install!\n"
5265 msgid "%s problems detected, please check your install!\n"
5253 msgstr ""
5266 msgstr ""
5254
5267
5255 msgid "dump rename information"
5268 msgid "dump rename information"
5256 msgstr ""
5269 msgstr ""
5257
5270
5258 #, python-format
5271 #, python-format
5259 msgid "%s renamed from %s:%s\n"
5272 msgid "%s renamed from %s:%s\n"
5260 msgstr "%s omdøbt fra %s:%s\n"
5273 msgstr "%s omdøbt fra %s:%s\n"
5261
5274
5262 #, python-format
5275 #, python-format
5263 msgid "%s not renamed\n"
5276 msgid "%s not renamed\n"
5264 msgstr "%s ikke omdøbt\n"
5277 msgstr "%s ikke omdøbt\n"
5265
5278
5266 msgid "show how files match on given patterns"
5279 msgid "show how files match on given patterns"
5267 msgstr ""
5280 msgstr ""
5268
5281
5269 msgid ""
5282 msgid ""
5270 "diff repository (or selected files)\n"
5283 "diff repository (or selected files)\n"
5271 "\n"
5284 "\n"
5272 " Show differences between revisions for the specified files.\n"
5285 " Show differences between revisions for the specified files.\n"
5273 "\n"
5286 "\n"
5274 " Differences between files are shown using the unified diff format.\n"
5287 " Differences between files are shown using the unified diff format.\n"
5275 "\n"
5288 "\n"
5276 " NOTE: diff may generate unexpected results for merges, as it will\n"
5289 " NOTE: diff may generate unexpected results for merges, as it will\n"
5277 " default to comparing against the working directory's first parent\n"
5290 " default to comparing against the working directory's first parent\n"
5278 " changeset if no revisions are specified.\n"
5291 " changeset if no revisions are specified.\n"
5279 "\n"
5292 "\n"
5280 " When two revision arguments are given, then changes are shown\n"
5293 " When two revision arguments are given, then changes are shown\n"
5281 " between those revisions. If only one revision is specified then\n"
5294 " between those revisions. If only one revision is specified then\n"
5282 " that revision is compared to the working directory, and, when no\n"
5295 " that revision is compared to the working directory, and, when no\n"
5283 " revisions are specified, the working directory files are compared\n"
5296 " revisions are specified, the working directory files are compared\n"
5284 " to its parent.\n"
5297 " to its parent.\n"
5285 "\n"
5298 "\n"
5286 " Without the -a/--text option, diff will avoid generating diffs of\n"
5299 " Without the -a/--text option, diff will avoid generating diffs of\n"
5287 " files it detects as binary. With -a, diff will generate a diff\n"
5300 " files it detects as binary. With -a, diff will generate a diff\n"
5288 " anyway, probably with undesirable results.\n"
5301 " anyway, probably with undesirable results.\n"
5289 "\n"
5302 "\n"
5290 " Use the -g/--git option to generate diffs in the git extended diff\n"
5303 " Use the -g/--git option to generate diffs in the git extended diff\n"
5291 " format. For more information, read 'hg help diffs'.\n"
5304 " format. For more information, read 'hg help diffs'.\n"
5292 " "
5305 " "
5293 msgstr ""
5306 msgstr ""
5294 "find ændringer i hele depotet (eller udvalgte filer)\n"
5307 "find ændringer i hele depotet (eller udvalgte filer)\n"
5295 "\n"
5308 "\n"
5296 " Vis ændringer mellem revisioner for de udvalgte filer.\n"
5309 " Vis ændringer mellem revisioner for de udvalgte filer.\n"
5297 "\n"
5310 "\n"
5298 " Ændringerne mellem filerne vises i unified diff-formatet.\n"
5311 " Ændringerne mellem filerne vises i unified diff-formatet.\n"
5299 "\n"
5312 "\n"
5300 " BEMÆRK: diff kan generere overraskende resultater for\n"
5313 " BEMÆRK: diff kan generere overraskende resultater for\n"
5301 " sammenføjninger, idet den som udgangspunkt vil sammenligne med\n"
5314 " sammenføjninger, idet den som udgangspunkt vil sammenligne med\n"
5302 " arbejdskatalogets første forælder, hvis der ikke angivet en\n"
5315 " arbejdskatalogets første forælder, hvis der ikke angivet en\n"
5303 " revision.\n"
5316 " revision.\n"
5304 "\n"
5317 "\n"
5305 " Når der gives to revisioner som argumenter, så vises ændringer\n"
5318 " Når der gives to revisioner som argumenter, så vises ændringer\n"
5306 " mellem disse. Hvis der kun angives en revision, så sammenlignes\n"
5319 " mellem disse. Hvis der kun angives en revision, så sammenlignes\n"
5307 " denne revision med arbejdskataloget, og når der ikke angives nogen\n"
5320 " denne revision med arbejdskataloget, og når der ikke angives nogen\n"
5308 " revisioner, så sammenlignes arbejdskataloget med dennes forælder.\n"
5321 " revisioner, så sammenlignes arbejdskataloget med dennes forælder.\n"
5309 "\n"
5322 "\n"
5310 " Uden -a/--text tilvalget vil diff undgå at generere ændringer for\n"
5323 " Uden -a/--text tilvalget vil diff undgå at generere ændringer for\n"
5311 " filer som den detekterer som binære. Med -a vil diff generere\n"
5324 " filer som den detekterer som binære. Med -a vil diff generere\n"
5312 " ændringer alligevel, sandsynligvis med uønskede resultater.\n"
5325 " ændringer alligevel, sandsynligvis med uønskede resultater.\n"
5313 "\n"
5326 "\n"
5314 " Brug -g/--git tilvalget for at generere ændringer i det udvidede\n"
5327 " Brug -g/--git tilvalget for at generere ændringer i det udvidede\n"
5315 " git diff-format. For mere information, læs hg help diffs.\n"
5328 " git diff-format. For mere information, læs hg help diffs.\n"
5316 " "
5329 " "
5317
5330
5318 msgid ""
5331 msgid ""
5319 "dump the header and diffs for one or more changesets\n"
5332 "dump the header and diffs for one or more changesets\n"
5320 "\n"
5333 "\n"
5321 " Print the changeset header and diffs for one or more revisions.\n"
5334 " Print the changeset header and diffs for one or more revisions.\n"
5322 "\n"
5335 "\n"
5323 " The information shown in the changeset header is: author,\n"
5336 " The information shown in the changeset header is: author,\n"
5324 " changeset hash, parent(s) and commit comment.\n"
5337 " changeset hash, parent(s) and commit comment.\n"
5325 "\n"
5338 "\n"
5326 " NOTE: export may generate unexpected diff output for merge\n"
5339 " NOTE: export may generate unexpected diff output for merge\n"
5327 " changesets, as it will compare the merge changeset against its\n"
5340 " changesets, as it will compare the merge changeset against its\n"
5328 " first parent only.\n"
5341 " first parent only.\n"
5329 "\n"
5342 "\n"
5330 " Output may be to a file, in which case the name of the file is\n"
5343 " Output may be to a file, in which case the name of the file is\n"
5331 " given using a format string. The formatting rules are as follows:\n"
5344 " given using a format string. The formatting rules are as follows:\n"
5332 "\n"
5345 "\n"
5333 " %% literal \"%\" character\n"
5346 " %% literal \"%\" character\n"
5334 " %H changeset hash (40 bytes of hexadecimal)\n"
5347 " %H changeset hash (40 bytes of hexadecimal)\n"
5335 " %N number of patches being generated\n"
5348 " %N number of patches being generated\n"
5336 " %R changeset revision number\n"
5349 " %R changeset revision number\n"
5337 " %b basename of the exporting repository\n"
5350 " %b basename of the exporting repository\n"
5338 " %h short-form changeset hash (12 bytes of hexadecimal)\n"
5351 " %h short-form changeset hash (12 bytes of hexadecimal)\n"
5339 " %n zero-padded sequence number, starting at 1\n"
5352 " %n zero-padded sequence number, starting at 1\n"
5340 " %r zero-padded changeset revision number\n"
5353 " %r zero-padded changeset revision number\n"
5341 "\n"
5354 "\n"
5342 " Without the -a/--text option, export will avoid generating diffs\n"
5355 " Without the -a/--text option, export will avoid generating diffs\n"
5343 " of files it detects as binary. With -a, export will generate a\n"
5356 " of files it detects as binary. With -a, export will generate a\n"
5344 " diff anyway, probably with undesirable results.\n"
5357 " diff anyway, probably with undesirable results.\n"
5345 "\n"
5358 "\n"
5346 " Use the -g/--git option to generate diffs in the git extended diff\n"
5359 " Use the -g/--git option to generate diffs in the git extended diff\n"
5347 " format. See 'hg help diffs' for more information.\n"
5360 " format. See 'hg help diffs' for more information.\n"
5348 "\n"
5361 "\n"
5349 " With the --switch-parent option, the diff will be against the\n"
5362 " With the --switch-parent option, the diff will be against the\n"
5350 " second parent. It can be useful to review a merge.\n"
5363 " second parent. It can be useful to review a merge.\n"
5351 " "
5364 " "
5352 msgstr ""
5365 msgstr ""
5353 "dump hovedet og ændringerne for en eller flere ændringer\n"
5366 "dump hovedet og ændringerne for en eller flere ændringer\n"
5354 "\n"
5367 "\n"
5355 " Udskriv ændrings-hovedet og ændringerne for en eller flere\n"
5368 " Udskriv ændrings-hovedet og ændringerne for en eller flere\n"
5356 " revisioner.\n"
5369 " revisioner.\n"
5357 "\n"
5370 "\n"
5358 " Informationen som vises i ændrings-hovedet er: forfatter,\n"
5371 " Informationen som vises i ændrings-hovedet er: forfatter,\n"
5359 " ændringshash, forældrene og deponeringsbeskeden.\n"
5372 " ændringshash, forældrene og deponeringsbeskeden.\n"
5360 "\n"
5373 "\n"
5361 " BEMÆRK: export kan generere uventet diff uddata for\n"
5374 " BEMÆRK: export kan generere uventet diff uddata for\n"
5362 " sammenføjningsændringer idet den kun vil sammenligne\n"
5375 " sammenføjningsændringer idet den kun vil sammenligne\n"
5363 " sammenføjningsændringen med dennes første forælder.\n"
5376 " sammenføjningsændringen med dennes første forælder.\n"
5364 "\n"
5377 "\n"
5365 " Uddata kan gemmes i en fil, og filnavnet er givet ved en\n"
5378 " Uddata kan gemmes i en fil, og filnavnet er givet ved en\n"
5366 " format-streng. Formatteringsreglerne er som følger:\n"
5379 " format-streng. Formatteringsreglerne er som følger:\n"
5367 "\n"
5380 "\n"
5368 " %% litteral % tegn\n"
5381 " %% litteral % tegn\n"
5369 " %H ændringshash (40 byte heksadecimal)\n"
5382 " %H ændringshash (40 byte heksadecimal)\n"
5370 " %N antallet af rettelser som bliver genereret\n"
5383 " %N antallet af rettelser som bliver genereret\n"
5371 " %R revisionnummer for ændringen\n"
5384 " %R revisionnummer for ændringen\n"
5372 " %b grundnavn for det eksporterede depot\n"
5385 " %b grundnavn for det eksporterede depot\n"
5373 " %h kortform ændringshash (12 byte heksadecimal)\n"
5386 " %h kortform ændringshash (12 byte heksadecimal)\n"
5374 " %n nul-fyldt sekvensnummer, startende ved 1\n"
5387 " %n nul-fyldt sekvensnummer, startende ved 1\n"
5375 " %r nul-fyldt revisionsnummer for ændringen\n"
5388 " %r nul-fyldt revisionsnummer for ændringen\n"
5376 "\n"
5389 "\n"
5377 " Uden -a/--text tilvalget vil annotate undgå at behandle filer som\n"
5390 " Uden -a/--text tilvalget vil annotate undgå at behandle filer som\n"
5378 " den detekterer som binære. Med -a vil annotate generere en\n"
5391 " den detekterer som binære. Med -a vil annotate generere en\n"
5379 " annotering alligevel, sandsynligvis med et uønsket resultat.\n"
5392 " annotering alligevel, sandsynligvis med et uønsket resultat.\n"
5380 "\n"
5393 "\n"
5381 " Brug -g/--git tilvalget for at generere ændringer i det udvidede\n"
5394 " Brug -g/--git tilvalget for at generere ændringer i det udvidede\n"
5382 " git diff-format. Se 'hg help diffs' for mere information.\n"
5395 " git diff-format. Se 'hg help diffs' for mere information.\n"
5383 "\n"
5396 "\n"
5384 " Med --switch-parent tilvalget vil ændringerne blive beregnet i\n"
5397 " Med --switch-parent tilvalget vil ændringerne blive beregnet i\n"
5385 " forhold til den anden forælder. Dette kan være nyttigt til at\n"
5398 " forhold til den anden forælder. Dette kan være nyttigt til at\n"
5386 " gennemse en sammenføjning.\n"
5399 " gennemse en sammenføjning.\n"
5387 " "
5400 " "
5388
5401
5389 msgid "export requires at least one changeset"
5402 msgid "export requires at least one changeset"
5390 msgstr ""
5403 msgstr ""
5391
5404
5392 msgid "exporting patches:\n"
5405 msgid "exporting patches:\n"
5393 msgstr ""
5406 msgstr ""
5394
5407
5395 msgid "exporting patch:\n"
5408 msgid "exporting patch:\n"
5396 msgstr ""
5409 msgstr ""
5397
5410
5398 msgid ""
5411 msgid ""
5399 "forget the specified files on the next commit\n"
5412 "forget the specified files on the next commit\n"
5400 "\n"
5413 "\n"
5401 " Mark the specified files so they will no longer be tracked\n"
5414 " Mark the specified files so they will no longer be tracked\n"
5402 " after the next commit.\n"
5415 " after the next commit.\n"
5403 "\n"
5416 "\n"
5404 " This only removes files from the current branch, not from the\n"
5417 " This only removes files from the current branch, not from the\n"
5405 " entire project history, and it does not delete them from the\n"
5418 " entire project history, and it does not delete them from the\n"
5406 " working directory.\n"
5419 " working directory.\n"
5407 "\n"
5420 "\n"
5408 " To undo a forget before the next commit, see hg add.\n"
5421 " To undo a forget before the next commit, see hg add.\n"
5409 " "
5422 " "
5410 msgstr ""
5423 msgstr ""
5411 "glem de angivne filer ved næste deponering\n"
5424 "glem de angivne filer ved næste deponering\n"
5412 "\n"
5425 "\n"
5413 " Marker de angivne filer sådan at de ikke længere vil fulgt ved\n"
5426 " Marker de angivne filer sådan at de ikke længere vil fulgt ved\n"
5414 " næste deponering.\n"
5427 " næste deponering.\n"
5415 "\n"
5428 "\n"
5416 " Dette fjerner kun filerne fra den aktuelle gren, ikke fra hele\n"
5429 " Dette fjerner kun filerne fra den aktuelle gren, ikke fra hele\n"
5417 " projektets historie, og det sletter dem heller ikke fra\n"
5430 " projektets historie, og det sletter dem heller ikke fra\n"
5418 " arbejdskataloget.\n"
5431 " arbejdskataloget.\n"
5419 "\n"
5432 "\n"
5420 " For at omgøre forget før næste deponering, se hg add.\n"
5433 " For at omgøre forget før næste deponering, se hg add.\n"
5421 " "
5434 " "
5422
5435
5423 msgid "no files specified"
5436 msgid "no files specified"
5424 msgstr ""
5437 msgstr "ingen filer angivet"
5425
5438
5426 #, python-format
5439 #, python-format
5427 msgid "not removing %s: file is already untracked\n"
5440 msgid "not removing %s: file is already untracked\n"
5428 msgstr "fjerner ikke %s: filen følges ikke\n"
5441 msgstr "fjerner ikke %s: filen følges ikke\n"
5429
5442
5430 msgid ""
5443 msgid ""
5431 "search for a pattern in specified files and revisions\n"
5444 "search for a pattern in specified files and revisions\n"
5432 "\n"
5445 "\n"
5433 " Search revisions of files for a regular expression.\n"
5446 " Search revisions of files for a regular expression.\n"
5434 "\n"
5447 "\n"
5435 " This command behaves differently than Unix grep. It only accepts\n"
5448 " This command behaves differently than Unix grep. It only accepts\n"
5436 " Python/Perl regexps. It searches repository history, not the\n"
5449 " Python/Perl regexps. It searches repository history, not the\n"
5437 " working directory. It always prints the revision number in which a\n"
5450 " working directory. It always prints the revision number in which a\n"
5438 " match appears.\n"
5451 " match appears.\n"
5439 "\n"
5452 "\n"
5440 " By default, grep only prints output for the first revision of a\n"
5453 " By default, grep only prints output for the first revision of a\n"
5441 " file in which it finds a match. To get it to print every revision\n"
5454 " file in which it finds a match. To get it to print every revision\n"
5442 " that contains a change in match status (\"-\" for a match that\n"
5455 " that contains a change in match status (\"-\" for a match that\n"
5443 " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
5456 " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
5444 " use the --all flag.\n"
5457 " use the --all flag.\n"
5445 " "
5458 " "
5446 msgstr ""
5459 msgstr ""
5447
5460
5448 #, python-format
5461 #, python-format
5449 msgid "grep: invalid match pattern: %s\n"
5462 msgid "grep: invalid match pattern: %s\n"
5450 msgstr ""
5463 msgstr "grep: ugyldigt søgemønster: %s\n"
5451
5464
5452 msgid ""
5465 msgid ""
5453 "show current repository heads or show branch heads\n"
5466 "show current repository heads or show branch heads\n"
5454 "\n"
5467 "\n"
5455 " With no arguments, show all repository head changesets.\n"
5468 " With no arguments, show all repository head changesets.\n"
5456 "\n"
5469 "\n"
5457 " Repository \"heads\" are changesets that don't have child\n"
5470 " Repository \"heads\" are changesets that don't have child\n"
5458 " changesets. They are where development generally takes place and\n"
5471 " changesets. They are where development generally takes place and\n"
5459 " are the usual targets for update and merge operations.\n"
5472 " are the usual targets for update and merge operations.\n"
5460 "\n"
5473 "\n"
5461 " If one or more REV is given, the \"branch heads\" will be shown for\n"
5474 " If one or more REV is given, the \"branch heads\" will be shown for\n"
5462 " the named branch associated with that revision. The name of the\n"
5475 " the named branch associated with that revision. The name of the\n"
5463 " branch is called the revision's branch tag.\n"
5476 " branch is called the revision's branch tag.\n"
5464 "\n"
5477 "\n"
5465 " Branch heads are revisions on a given named branch that do not have\n"
5478 " Branch heads are revisions on a given named branch that do not have\n"
5466 " any children on the same branch. A branch head could be a true head\n"
5479 " any children on the same branch. A branch head could be a true head\n"
5467 " or it could be the last changeset on a branch before a new branch\n"
5480 " or it could be the last changeset on a branch before a new branch\n"
5468 " was created. If none of the branch heads are true heads, the branch\n"
5481 " was created. If none of the branch heads are true heads, the branch\n"
5469 " is considered inactive.\n"
5482 " is considered inactive.\n"
5470 "\n"
5483 "\n"
5471 " If STARTREV is specified only those heads (or branch heads) that\n"
5484 " If STARTREV is specified only those heads (or branch heads) that\n"
5472 " are descendants of STARTREV will be displayed.\n"
5485 " are descendants of STARTREV will be displayed.\n"
5473 " "
5486 " "
5474 msgstr ""
5487 msgstr ""
5475
5488
5476 #, python-format
5489 #, python-format
5477 msgid "no open branch heads on branch %s\n"
5490 msgid "no open branch heads on branch %s\n"
5478 msgstr "ingen åbne gren-hoveder på gren %s\n"
5491 msgstr "ingen åbne gren-hoveder på gren %s\n"
5479
5492
5480 #, python-format
5493 #, python-format
5481 msgid "no changes on branch %s containing %s are reachable from %s\n"
5494 msgid "no changes on branch %s containing %s are reachable from %s\n"
5482 msgstr ""
5495 msgstr "ingen ændringer på gren %s som indeholder %s kan nås fra %s\n"
5483
5496
5484 #, python-format
5497 #, python-format
5485 msgid "no changes on branch %s are reachable from %s\n"
5498 msgid "no changes on branch %s are reachable from %s\n"
5486 msgstr ""
5499 msgstr "ingen ændringer på gren %s kan nås fra %s\n"
5487
5500
5488 msgid ""
5501 msgid ""
5489 "show help for a given topic or a help overview\n"
5502 "show help for a given topic or a help overview\n"
5490 "\n"
5503 "\n"
5491 " With no arguments, print a list of commands with short help messages.\n"
5504 " With no arguments, print a list of commands with short help messages.\n"
5492 "\n"
5505 "\n"
5493 " Given a topic, extension, or command name, print help for that\n"
5506 " Given a topic, extension, or command name, print help for that\n"
5494 " topic."
5507 " topic."
5495 msgstr ""
5508 msgstr ""
5496
5509
5497 msgid "global options:"
5510 msgid "global options:"
5498 msgstr "globale indstillinger:"
5511 msgstr "globale indstillinger:"
5499
5512
5500 msgid "use \"hg help\" for the full list of commands"
5513 msgid "use \"hg help\" for the full list of commands"
5501 msgstr "brug \"hg help\" for den fulde liste af kommandoer"
5514 msgstr "brug \"hg help\" for den fulde liste af kommandoer"
5502
5515
5503 msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
5516 msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
5504 msgstr ""
5517 msgstr ""
5505 "brug \"hg help\" for den fulde liste af kommandoer eller \"hg -v\" for "
5518 "brug \"hg help\" for den fulde liste af kommandoer eller \"hg -v\" for "
5506 "detaljer"
5519 "detaljer"
5507
5520
5508 #, python-format
5521 #, python-format
5509 msgid "use \"hg -v help%s\" to show aliases and global options"
5522 msgid "use \"hg -v help%s\" to show aliases and global options"
5510 msgstr "brug \"hg -v help%s\" for at vise aliaser og globale valgmuligheder"
5523 msgstr "brug \"hg -v help%s\" for at vise aliaser og globale valgmuligheder"
5511
5524
5512 #, python-format
5525 #, python-format
5513 msgid "use \"hg -v help %s\" to show global options"
5526 msgid "use \"hg -v help %s\" to show global options"
5514 msgstr "brug \"hg -v help %s\" for at vise globale valgmuligheder"
5527 msgstr "brug \"hg -v help %s\" for at vise globale valgmuligheder"
5515
5528
5516 msgid ""
5529 msgid ""
5517 "list of commands:\n"
5530 "list of commands:\n"
5518 "\n"
5531 "\n"
5519 msgstr ""
5532 msgstr ""
5520 "liste af kommandoer:\n"
5533 "liste af kommandoer:\n"
5521 "\n"
5534 "\n"
5522
5535
5523 #, python-format
5536 #, python-format
5524 msgid ""
5537 msgid ""
5525 "\n"
5538 "\n"
5526 "aliases: %s\n"
5539 "aliases: %s\n"
5527 msgstr ""
5540 msgstr ""
5528 "\n"
5541 "\n"
5529 "aliasser: %s\n"
5542 "aliasser: %s\n"
5530
5543
5531 msgid "(no help text available)"
5544 msgid "(no help text available)"
5532 msgstr "(ingen hjælpetekst tilgængelig)"
5545 msgstr "(ingen hjælpetekst tilgængelig)"
5533
5546
5534 msgid "options:\n"
5547 msgid "options:\n"
5535 msgstr "valgmuligheder:\n"
5548 msgstr "valgmuligheder:\n"
5536
5549
5537 msgid "no commands defined\n"
5550 msgid "no commands defined\n"
5538 msgstr "ingen kommandoer defineret\n"
5551 msgstr "ingen kommandoer defineret\n"
5539
5552
5540 msgid "enabled extensions:"
5553 msgid "enabled extensions:"
5541 msgstr "aktiverede udvidelser:"
5554 msgstr "aktiverede udvidelser:"
5542
5555
5543 msgid "no help text available"
5556 msgid "no help text available"
5544 msgstr "ingen hjælpetekst tilgængelig"
5557 msgstr "ingen hjælpetekst tilgængelig"
5545
5558
5546 #, python-format
5559 #, python-format
5547 msgid "%s extension - %s\n"
5560 msgid "%s extension - %s\n"
5548 msgstr "%s udvidelse - %s\n"
5561 msgstr "%s udvidelse - %s\n"
5549
5562
5550 msgid "Mercurial Distributed SCM\n"
5563 msgid "Mercurial Distributed SCM\n"
5551 msgstr "Mercurial Distribueret SCM\n"
5564 msgstr "Mercurial Distribueret SCM\n"
5552
5565
5553 msgid ""
5566 msgid ""
5554 "basic commands:\n"
5567 "basic commands:\n"
5555 "\n"
5568 "\n"
5556 msgstr ""
5569 msgstr ""
5557 "basale kommandoer:\n"
5570 "basale kommandoer:\n"
5558 "\n"
5571 "\n"
5559
5572
5560 msgid ""
5573 msgid ""
5561 "\n"
5574 "\n"
5562 "additional help topics:\n"
5575 "additional help topics:\n"
5563 "\n"
5576 "\n"
5564 msgstr ""
5577 msgstr ""
5565 "\n"
5578 "\n"
5566 "yderligere hjælpeemner:\n"
5579 "yderligere hjælpeemner:\n"
5567 "\n"
5580 "\n"
5568
5581
5569 msgid ""
5582 msgid ""
5570 "identify the working copy or specified revision\n"
5583 "identify the working copy or specified revision\n"
5571 "\n"
5584 "\n"
5572 " With no revision, print a summary of the current state of the\n"
5585 " With no revision, print a summary of the current state of the\n"
5573 " repository.\n"
5586 " repository.\n"
5574 "\n"
5587 "\n"
5575 " Specifying a path to a repository root or Mercurial bundle will\n"
5588 " Specifying a path to a repository root or Mercurial bundle will\n"
5576 " cause lookup to operate on that repository/bundle.\n"
5589 " cause lookup to operate on that repository/bundle.\n"
5577 "\n"
5590 "\n"
5578 " This summary identifies the repository state using one or two\n"
5591 " This summary identifies the repository state using one or two\n"
5579 " parent hash identifiers, followed by a \"+\" if there are\n"
5592 " parent hash identifiers, followed by a \"+\" if there are\n"
5580 " uncommitted changes in the working directory, a list of tags for\n"
5593 " uncommitted changes in the working directory, a list of tags for\n"
5581 " this revision and a branch name for non-default branches.\n"
5594 " this revision and a branch name for non-default branches.\n"
5582 " "
5595 " "
5583 msgstr ""
5596 msgstr ""
5584
5597
5585 msgid ""
5598 msgid ""
5586 "import an ordered set of patches\n"
5599 "import an ordered set of patches\n"
5587 "\n"
5600 "\n"
5588 " Import a list of patches and commit them individually.\n"
5601 " Import a list of patches and commit them individually.\n"
5589 "\n"
5602 "\n"
5590 " If there are outstanding changes in the working directory, import\n"
5603 " If there are outstanding changes in the working directory, import\n"
5591 " will abort unless given the -f/--force flag.\n"
5604 " will abort unless given the -f/--force flag.\n"
5592 "\n"
5605 "\n"
5593 " You can import a patch straight from a mail message. Even patches\n"
5606 " You can import a patch straight from a mail message. Even patches\n"
5594 " as attachments work (to use the body part, it must have type\n"
5607 " as attachments work (to use the body part, it must have type\n"
5595 " text/plain or text/x-patch). From and Subject headers of email\n"
5608 " text/plain or text/x-patch). From and Subject headers of email\n"
5596 " message are used as default committer and commit message. All\n"
5609 " message are used as default committer and commit message. All\n"
5597 " text/plain body parts before first diff are added to commit\n"
5610 " text/plain body parts before first diff are added to commit\n"
5598 " message.\n"
5611 " message.\n"
5599 "\n"
5612 "\n"
5600 " If the imported patch was generated by hg export, user and\n"
5613 " If the imported patch was generated by hg export, user and\n"
5601 " description from patch override values from message headers and\n"
5614 " description from patch override values from message headers and\n"
5602 " body. Values given on command line with -m/--message and -u/--user\n"
5615 " body. Values given on command line with -m/--message and -u/--user\n"
5603 " override these.\n"
5616 " override these.\n"
5604 "\n"
5617 "\n"
5605 " If --exact is specified, import will set the working directory to\n"
5618 " If --exact is specified, import will set the working directory to\n"
5606 " the parent of each patch before applying it, and will abort if the\n"
5619 " the parent of each patch before applying it, and will abort if the\n"
5607 " resulting changeset has a different ID than the one recorded in\n"
5620 " resulting changeset has a different ID than the one recorded in\n"
5608 " the patch. This may happen due to character set problems or other\n"
5621 " the patch. This may happen due to character set problems or other\n"
5609 " deficiencies in the text patch format.\n"
5622 " deficiencies in the text patch format.\n"
5610 "\n"
5623 "\n"
5611 " With -s/--similarity, hg will attempt to discover renames and\n"
5624 " With -s/--similarity, hg will attempt to discover renames and\n"
5612 " copies in the patch in the same way as 'addremove'.\n"
5625 " copies in the patch in the same way as 'addremove'.\n"
5613 "\n"
5626 "\n"
5614 " To read a patch from standard input, use \"-\" as the patch name.\n"
5627 " To read a patch from standard input, use \"-\" as the patch name.\n"
5615 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5628 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5616 " "
5629 " "
5617 msgstr ""
5630 msgstr ""
5618
5631
5619 msgid "applying patch from stdin\n"
5632 msgid "applying patch from stdin\n"
5620 msgstr ""
5633 msgstr "anvender lap fra standardinddata\n"
5621
5634
5622 msgid "no diffs found"
5635 msgid "no diffs found"
5623 msgstr ""
5636 msgstr "fandt ingen ændringer"
5624
5637
5625 #, python-format
5638 #, python-format
5626 msgid ""
5639 msgid ""
5627 "message:\n"
5640 "message:\n"
5628 "%s\n"
5641 "%s\n"
5629 msgstr ""
5642 msgstr ""
5630 "meddelse:\n"
5643 "meddelse:\n"
5631 "%s\n"
5644 "%s\n"
5632
5645
5633 msgid "not a Mercurial patch"
5646 msgid "not a Mercurial patch"
5634 msgstr "ikke en Mercurial patch"
5647 msgstr "ikke en Mercurial patch"
5635
5648
5636 msgid "patch is damaged or loses information"
5649 msgid "patch is damaged or loses information"
5637 msgstr ""
5650 msgstr "lappen er beskadiget eller mister information"
5638
5651
5639 msgid ""
5652 msgid ""
5640 "show new changesets found in source\n"
5653 "show new changesets found in source\n"
5641 "\n"
5654 "\n"
5642 " Show new changesets found in the specified path/URL or the default\n"
5655 " Show new changesets found in the specified path/URL or the default\n"
5643 " pull location. These are the changesets that would have been pulled\n"
5656 " pull location. These are the changesets that would have been pulled\n"
5644 " if a pull at the time you issued this command.\n"
5657 " if a pull at the time you issued this command.\n"
5645 "\n"
5658 "\n"
5646 " For remote repository, using --bundle avoids downloading the\n"
5659 " For remote repository, using --bundle avoids downloading the\n"
5647 " changesets twice if the incoming is followed by a pull.\n"
5660 " changesets twice if the incoming is followed by a pull.\n"
5648 "\n"
5661 "\n"
5649 " See pull for valid source format details.\n"
5662 " See pull for valid source format details.\n"
5650 " "
5663 " "
5651 msgstr ""
5664 msgstr ""
5652
5665
5653 msgid ""
5666 msgid ""
5654 "create a new repository in the given directory\n"
5667 "create a new repository in the given directory\n"
5655 "\n"
5668 "\n"
5656 " Initialize a new repository in the given directory. If the given\n"
5669 " Initialize a new repository in the given directory. If the given\n"
5657 " directory does not exist, it will be created.\n"
5670 " directory does not exist, it will be created.\n"
5658 "\n"
5671 "\n"
5659 " If no directory is given, the current directory is used.\n"
5672 " If no directory is given, the current directory is used.\n"
5660 "\n"
5673 "\n"
5661 " It is possible to specify an ssh:// URL as the destination.\n"
5674 " It is possible to specify an ssh:// URL as the destination.\n"
5662 " See 'hg help urls' for more information.\n"
5675 " See 'hg help urls' for more information.\n"
5663 " "
5676 " "
5664 msgstr ""
5677 msgstr ""
5665 "opret et nyt depot i det givne katalog\n"
5678 "opret et nyt depot i det givne katalog\n"
5666 "\n"
5679 "\n"
5667 " Initialiser et nyt depot i det givne katalog. Hvis det givne\n"
5680 " Initialiser et nyt depot i det givne katalog. Hvis det givne\n"
5668 " katalog ikke findes vil det blive oprettet.\n"
5681 " katalog ikke findes vil det blive oprettet.\n"
5669 "\n"
5682 "\n"
5670 " Hvis intet katalog er angivet vil det nuværende katalog bliver\n"
5683 " Hvis intet katalog er angivet vil det nuværende katalog bliver\n"
5671 " anvendt.\n"
5684 " anvendt.\n"
5672 "\n"
5685 "\n"
5673 " Det er muligt at angive en ssh:// URL som destination.\n"
5686 " Det er muligt at angive en ssh:// URL som destination.\n"
5674 " Se 'hg help urls' for mere information.\n"
5687 " Se 'hg help urls' for mere information.\n"
5675 " "
5688 " "
5676
5689
5677 msgid ""
5690 msgid ""
5678 "locate files matching specific patterns\n"
5691 "locate files matching specific patterns\n"
5679 "\n"
5692 "\n"
5680 " Print files under Mercurial control in the working directory whose\n"
5693 " Print files under Mercurial control in the working directory whose\n"
5681 " names match the given patterns.\n"
5694 " names match the given patterns.\n"
5682 "\n"
5695 "\n"
5683 " By default, this command searches all directories in the working\n"
5696 " By default, this command searches all directories in the working\n"
5684 " directory. To search just the current directory and its\n"
5697 " directory. To search just the current directory and its\n"
5685 " subdirectories, use \"--include .\".\n"
5698 " subdirectories, use \"--include .\".\n"
5686 "\n"
5699 "\n"
5687 " If no patterns are given to match, this command prints the names\n"
5700 " If no patterns are given to match, this command prints the names\n"
5688 " of all files under Mercurial control in the working directory.\n"
5701 " of all files under Mercurial control in the working directory.\n"
5689 "\n"
5702 "\n"
5690 " If you want to feed the output of this command into the \"xargs\"\n"
5703 " If you want to feed the output of this command into the \"xargs\"\n"
5691 " command, use the -0 option to both this command and \"xargs\". This\n"
5704 " command, use the -0 option to both this command and \"xargs\". This\n"
5692 " will avoid the problem of \"xargs\" treating single filenames that\n"
5705 " will avoid the problem of \"xargs\" treating single filenames that\n"
5693 " contain whitespace as multiple filenames.\n"
5706 " contain whitespace as multiple filenames.\n"
5694 " "
5707 " "
5695 msgstr ""
5708 msgstr ""
5696
5709
5697 msgid ""
5710 msgid ""
5698 "show revision history of entire repository or files\n"
5711 "show revision history of entire repository or files\n"
5699 "\n"
5712 "\n"
5700 " Print the revision history of the specified files or the entire\n"
5713 " Print the revision history of the specified files or the entire\n"
5701 " project.\n"
5714 " project.\n"
5702 "\n"
5715 "\n"
5703 " File history is shown without following rename or copy history of\n"
5716 " File history is shown without following rename or copy history of\n"
5704 " files. Use -f/--follow with a filename to follow history across\n"
5717 " files. Use -f/--follow with a filename to follow history across\n"
5705 " renames and copies. --follow without a filename will only show\n"
5718 " renames and copies. --follow without a filename will only show\n"
5706 " ancestors or descendants of the starting revision. --follow-first\n"
5719 " ancestors or descendants of the starting revision. --follow-first\n"
5707 " only follows the first parent of merge revisions.\n"
5720 " only follows the first parent of merge revisions.\n"
5708 "\n"
5721 "\n"
5709 " If no revision range is specified, the default is tip:0 unless\n"
5722 " If no revision range is specified, the default is tip:0 unless\n"
5710 " --follow is set, in which case the working directory parent is\n"
5723 " --follow is set, in which case the working directory parent is\n"
5711 " used as the starting revision.\n"
5724 " used as the starting revision.\n"
5712 "\n"
5725 "\n"
5713 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5726 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5714 "\n"
5727 "\n"
5715 " By default this command prints revision number and changeset id,\n"
5728 " By default this command prints revision number and changeset id,\n"
5716 " tags, non-trivial parents, user, date and time, and a summary for\n"
5729 " tags, non-trivial parents, user, date and time, and a summary for\n"
5717 " each commit. When the -v/--verbose switch is used, the list of\n"
5730 " each commit. When the -v/--verbose switch is used, the list of\n"
5718 " changed files and full commit message are shown.\n"
5731 " changed files and full commit message are shown.\n"
5719 "\n"
5732 "\n"
5720 " NOTE: log -p/--patch may generate unexpected diff output for merge\n"
5733 " NOTE: log -p/--patch may generate unexpected diff output for merge\n"
5721 " changesets, as it will only compare the merge changeset against\n"
5734 " changesets, as it will only compare the merge changeset against\n"
5722 " its first parent. Also, only files different from BOTH parents\n"
5735 " its first parent. Also, only files different from BOTH parents\n"
5723 " will appear in files:.\n"
5736 " will appear in files:.\n"
5724 " "
5737 " "
5725 msgstr ""
5738 msgstr ""
5726 "vis revisionhistorik for hele depotet eller udvalgte filer\n"
5739 "vis revisionhistorik for hele depotet eller udvalgte filer\n"
5727 "\n"
5740 "\n"
5728 " Viser revisionshistorikken for de angivne filer eller hele\n"
5741 " Viser revisionshistorikken for de angivne filer eller hele\n"
5729 " projektet.\n"
5742 " projektet.\n"
5730 "\n"
5743 "\n"
5731 " Filhistorik vises uden at følge omdøbninger eller kopieringer.\n"
5744 " Filhistorik vises uden at følge omdøbninger eller kopieringer.\n"
5732 " Brug -f/--follow med et filnavn for at følge historien hen over\n"
5745 " Brug -f/--follow med et filnavn for at følge historien hen over\n"
5733 " omdøbninger og kopieringer. --follow uden et filnavn vil kun vise\n"
5746 " omdøbninger og kopieringer. --follow uden et filnavn vil kun vise\n"
5734 " forfædre eller efterkommere af startrevisionen. --follow-first\n"
5747 " forfædre eller efterkommere af startrevisionen. --follow-first\n"
5735 " følger kun den første forældre for sammenføjningsrevisioner.\n"
5748 " følger kun den første forældre for sammenføjningsrevisioner.\n"
5736 "\n"
5749 "\n"
5737 " Hvis der ikke angives et revisionsinterval, da bruges tip:0 som\n"
5750 " Hvis der ikke angives et revisionsinterval, da bruges tip:0 som\n"
5738 " standard, med mindre --follow er brugt, i hvilket tilfælde\n"
5751 " standard, med mindre --follow er brugt, i hvilket tilfælde\n"
5739 " arbejdskatalogets forælder bruges som startrevision.\n"
5752 " arbejdskatalogets forælder bruges som startrevision.\n"
5740 "\n"
5753 "\n"
5741 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
5754 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
5742 "\n"
5755 "\n"
5743 " Som standard udskriver denne kommando revisionsnummer og ændrings\n"
5756 " Som standard udskriver denne kommando revisionsnummer og ændrings\n"
5744 " ID, mærkater, ikke-trivielle forældre, bruger, dato og tid, og et\n"
5757 " ID, mærkater, ikke-trivielle forældre, bruger, dato og tid, og et\n"
5745 " uddrag for hver ændring. Når -v/--verbose tilvalget bruges vises\n"
5758 " uddrag for hver ændring. Når -v/--verbose tilvalget bruges vises\n"
5746 " listen af ændrede filer og den fulde deponeringsbesked.\n"
5759 " listen af ændrede filer og den fulde deponeringsbesked.\n"
5747 "\n"
5760 "\n"
5748 " BEMÆRK: log -p/--patch kan generere uventet diff output for\n"
5761 " BEMÆRK: log -p/--patch kan generere uventet diff output for\n"
5749 " sammenføjningsændringer idet den kun sammenligner ændringen med\n"
5762 " sammenføjningsændringer idet den kun sammenligner ændringen med\n"
5750 " dennes første forælder. Ydermere vises kun filer som er\n"
5763 " dennes første forælder. Ydermere vises kun filer som er\n"
5751 " forskellige fra BEGGE forældre i files:.\n"
5764 " forskellige fra BEGGE forældre i files:.\n"
5752 " "
5765 " "
5753
5766
5754 msgid ""
5767 msgid ""
5755 "output the current or given revision of the project manifest\n"
5768 "output the current or given revision of the project manifest\n"
5756 "\n"
5769 "\n"
5757 " Print a list of version controlled files for the given revision.\n"
5770 " Print a list of version controlled files for the given revision.\n"
5758 " If no revision is given, the first parent of the working directory\n"
5771 " If no revision is given, the first parent of the working directory\n"
5759 " is used, or the null revision if no revision is checked out.\n"
5772 " is used, or the null revision if no revision is checked out.\n"
5760 "\n"
5773 "\n"
5761 " With -v, print file permissions, symlink and executable bits.\n"
5774 " With -v, print file permissions, symlink and executable bits.\n"
5762 " With --debug, print file revision hashes.\n"
5775 " With --debug, print file revision hashes.\n"
5763 " "
5776 " "
5764 msgstr ""
5777 msgstr ""
5765
5778
5766 msgid ""
5779 msgid ""
5767 "merge working directory with another revision\n"
5780 "merge working directory with another revision\n"
5768 "\n"
5781 "\n"
5769 " The current working directory is updated with all changes made in\n"
5782 " The current working directory is updated with all changes made in\n"
5770 " the requested revision since the last common predecessor revision.\n"
5783 " the requested revision since the last common predecessor revision.\n"
5771 "\n"
5784 "\n"
5772 " Files that changed between either parent are marked as changed for\n"
5785 " Files that changed between either parent are marked as changed for\n"
5773 " the next commit and a commit must be performed before any further\n"
5786 " the next commit and a commit must be performed before any further\n"
5774 " updates to the repository are allowed. The next commit will have\n"
5787 " updates to the repository are allowed. The next commit will have\n"
5775 " two parents.\n"
5788 " two parents.\n"
5776 "\n"
5789 "\n"
5777 " If no revision is specified, the working directory's parent is a\n"
5790 " If no revision is specified, the working directory's parent is a\n"
5778 " head revision, and the current branch contains exactly one other\n"
5791 " head revision, and the current branch contains exactly one other\n"
5779 " head, the other head is merged with by default. Otherwise, an\n"
5792 " head, the other head is merged with by default. Otherwise, an\n"
5780 " explicit revision with which to merge with must be provided.\n"
5793 " explicit revision with which to merge with must be provided.\n"
5781 " "
5794 " "
5782 msgstr ""
5795 msgstr ""
5783 "sammenføj arbejdskataloget med en anden revision\n"
5796 "sammenføj arbejdskataloget med en anden revision\n"
5784 "\n"
5797 "\n"
5785 " Det nuværende arbejdskatalog opdateres med alle ændringer lavet i\n"
5798 " Det nuværende arbejdskatalog opdateres med alle ændringer lavet i\n"
5786 " den ønskede revision siden den sidste fælles foregående revision.\n"
5799 " den ønskede revision siden den sidste fælles foregående revision.\n"
5787 "\n"
5800 "\n"
5788 " Filer som ændrede sig i forhold til en af forældrene bliver\n"
5801 " Filer som ændrede sig i forhold til en af forældrene bliver\n"
5789 " markeret som ændret med hensyn til næste deponering, og en\n"
5802 " markeret som ændret med hensyn til næste deponering, og en\n"
5790 " deponering skal laves før yderligere opdateringer er tilladt. Den\n"
5803 " deponering skal laves før yderligere opdateringer er tilladt. Den\n"
5791 " næste deponerede ændring får to forældre.\n"
5804 " næste deponerede ændring får to forældre.\n"
5792 "\n"
5805 "\n"
5793 " Hvis ingen revision angives og arbejdskatalogets forælder er en\n"
5806 " Hvis ingen revision angives og arbejdskatalogets forælder er en\n"
5794 " hovedrevision og den nuværende gren indeholder præcis et andet\n"
5807 " hovedrevision og den nuværende gren indeholder præcis et andet\n"
5795 " hoved, så sammenføjes der med dette hoved som standard. Ellers\n"
5808 " hoved, så sammenføjes der med dette hoved som standard. Ellers\n"
5796 " skal en eksplicit revision angives.\n"
5809 " skal en eksplicit revision angives.\n"
5797 " "
5810 " "
5798
5811
5799 #, python-format
5812 #, python-format
5800 msgid "branch '%s' has %d heads - please merge with an explicit rev"
5813 msgid "branch '%s' has %d heads - please merge with an explicit rev"
5801 msgstr ""
5814 msgstr ""
5815 "gren '%s' har %d hoveder - sammenføj venligst med en eksplicit revision"
5802
5816
5803 #, python-format
5817 #, python-format
5804 msgid "branch '%s' has one head - please merge with an explicit rev"
5818 msgid "branch '%s' has one head - please merge with an explicit rev"
5805 msgstr ""
5819 msgstr "gren '%s' har et hoved - sammenføj venligst med en eksplicit revision"
5806
5820
5807 msgid "there is nothing to merge"
5821 msgid "there is nothing to merge"
5808 msgstr ""
5822 msgstr "der er ikke noget at sammenføje"
5809
5823
5810 #, python-format
5824 #, python-format
5811 msgid "%s - use \"hg update\" instead"
5825 msgid "%s - use \"hg update\" instead"
5812 msgstr "%s - brug \"hg update\" istedet"
5826 msgstr "%s - brug \"hg update\" istedet"
5813
5827
5814 msgid ""
5828 msgid ""
5815 "working dir not at a head rev - use \"hg update\" or merge with an explicit "
5829 "working dir not at a head rev - use \"hg update\" or merge with an explicit "
5816 "rev"
5830 "rev"
5817 msgstr ""
5831 msgstr ""
5832 "arbejdskataloget er ikke ved en hovedrevision - brug \"hg update\" eller "
5833 "sammenføj med en eksplicit revision"
5818
5834
5819 msgid ""
5835 msgid ""
5820 "show changesets not found in destination\n"
5836 "show changesets not found in destination\n"
5821 "\n"
5837 "\n"
5822 " Show changesets not found in the specified destination repository\n"
5838 " Show changesets not found in the specified destination repository\n"
5823 " or the default push location. These are the changesets that would\n"
5839 " or the default push location. These are the changesets that would\n"
5824 " be pushed if a push was requested.\n"
5840 " be pushed if a push was requested.\n"
5825 "\n"
5841 "\n"
5826 " See pull for valid destination format details.\n"
5842 " See pull for valid destination format details.\n"
5827 " "
5843 " "
5828 msgstr ""
5844 msgstr ""
5829
5845
5830 msgid ""
5846 msgid ""
5831 "show the parents of the working directory or revision\n"
5847 "show the parents of the working directory or revision\n"
5832 "\n"
5848 "\n"
5833 " Print the working directory's parent revisions. If a revision is\n"
5849 " Print the working directory's parent revisions. If a revision is\n"
5834 " given via -r/--rev, the parent of that revision will be printed.\n"
5850 " given via -r/--rev, the parent of that revision will be printed.\n"
5835 " If a file argument is given, the revision in which the file was\n"
5851 " If a file argument is given, the revision in which the file was\n"
5836 " last changed (before the working directory revision or the\n"
5852 " last changed (before the working directory revision or the\n"
5837 " argument to --rev if given) is printed.\n"
5853 " argument to --rev if given) is printed.\n"
5838 " "
5854 " "
5839 msgstr ""
5855 msgstr ""
5840 "vis forældrene til arbejdskataloget eller en revision\n"
5856 "vis forældrene til arbejdskataloget eller en revision\n"
5841 "\n"
5857 "\n"
5842 " Udskriv arbejdskatalogets forældrerevisioner. Hvis en revision\n"
5858 " Udskriv arbejdskatalogets forældrerevisioner. Hvis en revision\n"
5843 " angivet med -r/--rev, så udskrives forældren til denne revision.\n"
5859 " angivet med -r/--rev, så udskrives forældren til denne revision.\n"
5844 " Hvis en fil er angivet, udskrives revisionen i hvilken filen sidst\n"
5860 " Hvis en fil er angivet, udskrives revisionen i hvilken filen sidst\n"
5845 " blev ændret (før arbejdskatalogets revision eller argumentet til\n"
5861 " blev ændret (før arbejdskatalogets revision eller argumentet til\n"
5846 " --rev, hvis givet).\n"
5862 " --rev, hvis givet).\n"
5847 " "
5863 " "
5848
5864
5849 msgid "can only specify an explicit filename"
5865 msgid "can only specify an explicit filename"
5850 msgstr ""
5866 msgstr ""
5851
5867
5852 #, python-format
5868 #, python-format
5853 msgid "'%s' not found in manifest!"
5869 msgid "'%s' not found in manifest!"
5854 msgstr ""
5870 msgstr "'%s' ikke fundet i manifest!"
5855
5871
5856 msgid ""
5872 msgid ""
5857 "show aliases for remote repositories\n"
5873 "show aliases for remote repositories\n"
5858 "\n"
5874 "\n"
5859 " Show definition of symbolic path name NAME. If no name is given,\n"
5875 " Show definition of symbolic path name NAME. If no name is given,\n"
5860 " show definition of all available names.\n"
5876 " show definition of all available names.\n"
5861 "\n"
5877 "\n"
5862 " Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
5878 " Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
5863 " and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.\n"
5879 " and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.\n"
5864 "\n"
5880 "\n"
5865 " See 'hg help urls' for more information.\n"
5881 " See 'hg help urls' for more information.\n"
5866 " "
5882 " "
5867 msgstr ""
5883 msgstr ""
5868
5884
5869 msgid "not found!\n"
5885 msgid "not found!\n"
5870 msgstr "ikke fundet!\n"
5886 msgstr "ikke fundet!\n"
5871
5887
5872 msgid "not updating, since new heads added\n"
5888 msgid "not updating, since new heads added\n"
5873 msgstr "opdaterer ikke idet nye hoveder er tilføjet\n"
5889 msgstr "opdaterer ikke idet nye hoveder er tilføjet\n"
5874
5890
5875 msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
5891 msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
5876 msgstr "(kør 'hg heads' for at se hoveder, 'hg merge' for at sammenføje)\n"
5892 msgstr "(kør 'hg heads' for at se hoveder, 'hg merge' for at sammenføje)\n"
5877
5893
5878 msgid "(run 'hg update' to get a working copy)\n"
5894 msgid "(run 'hg update' to get a working copy)\n"
5879 msgstr "(kør 'hg update' for at få en arbejdskopi)\n"
5895 msgstr "(kør 'hg update' for at få en arbejdskopi)\n"
5880
5896
5881 msgid ""
5897 msgid ""
5882 "pull changes from the specified source\n"
5898 "pull changes from the specified source\n"
5883 "\n"
5899 "\n"
5884 " Pull changes from a remote repository to a local one.\n"
5900 " Pull changes from a remote repository to a local one.\n"
5885 "\n"
5901 "\n"
5886 " This finds all changes from the repository at the specified path\n"
5902 " This finds all changes from the repository at the specified path\n"
5887 " or URL and adds them to a local repository (the current one unless\n"
5903 " or URL and adds them to a local repository (the current one unless\n"
5888 " -R is specified). By default, this does not update the copy of the\n"
5904 " -R is specified). By default, this does not update the copy of the\n"
5889 " project in the working directory.\n"
5905 " project in the working directory.\n"
5890 "\n"
5906 "\n"
5891 " Use hg incoming if you want to see what would have been added by a\n"
5907 " Use hg incoming if you want to see what would have been added by a\n"
5892 " pull at the time you issued this command. If you then decide to\n"
5908 " pull at the time you issued this command. If you then decide to\n"
5893 " added those changes to the repository, you should use pull -r X\n"
5909 " added those changes to the repository, you should use pull -r X\n"
5894 " where X is the last changeset listed by hg incoming.\n"
5910 " where X is the last changeset listed by hg incoming.\n"
5895 "\n"
5911 "\n"
5896 " If SOURCE is omitted, the 'default' path will be used.\n"
5912 " If SOURCE is omitted, the 'default' path will be used.\n"
5897 " See 'hg help urls' for more information.\n"
5913 " See 'hg help urls' for more information.\n"
5898 " "
5914 " "
5899 msgstr ""
5915 msgstr ""
5900 "hent ændringer fra den angivne kilde\n"
5916 "hent ændringer fra den angivne kilde\n"
5901 "\n"
5917 "\n"
5902 " Hiver ændringer fra et fjert depot til et lokalt.\n"
5918 " Hiver ændringer fra et fjert depot til et lokalt.\n"
5903 "\n"
5919 "\n"
5904 " Dette finder alle ændringer fra depotet på den specificerede sti\n"
5920 " Dette finder alle ændringer fra depotet på den specificerede sti\n"
5905 " eller URL og tilføjer dem til et lokalt depot (det nuværende depot\n"
5921 " eller URL og tilføjer dem til et lokalt depot (det nuværende depot\n"
5906 " med mindre -R er angivet). Som standard opdateres arbejdskataloget\n"
5922 " med mindre -R er angivet). Som standard opdateres arbejdskataloget\n"
5907 " ikke.\n"
5923 " ikke.\n"
5908 "\n"
5924 "\n"
5909 " Brug hg incoming for at se hvad der ville være blevet tilføjet på\n"
5925 " Brug hg incoming for at se hvad der ville være blevet tilføjet på\n"
5910 " det tidspunkt du udførte kommandoen. Hvis du derefter beslutter at\n"
5926 " det tidspunkt du udførte kommandoen. Hvis du derefter beslutter at\n"
5911 " tilføje disse ændringer til depotet, så bør du bruge pull -r X\n"
5927 " tilføje disse ændringer til depotet, så bør du bruge pull -r X\n"
5912 " hvor X er den sidste ændring nævnt af hg incoming.\n"
5928 " hvor X er den sidste ændring nævnt af hg incoming.\n"
5913 "\n"
5929 "\n"
5914 " Hvis KILDE udelades, så bruges 'default' stien.\n"
5930 " Hvis KILDE udelades, så bruges 'default' stien.\n"
5915 " Se 'hg help urls' for mere information.\n"
5931 " Se 'hg help urls' for mere information.\n"
5916 " "
5932 " "
5917
5933
5918 msgid ""
5934 msgid ""
5919 "push changes to the specified destination\n"
5935 "push changes to the specified destination\n"
5920 "\n"
5936 "\n"
5921 " Push changes from the local repository to the given destination.\n"
5937 " Push changes from the local repository to the given destination.\n"
5922 "\n"
5938 "\n"
5923 " This is the symmetrical operation for pull. It moves changes from\n"
5939 " This is the symmetrical operation for pull. It moves changes from\n"
5924 " the current repository to a different one. If the destination is\n"
5940 " the current repository to a different one. If the destination is\n"
5925 " local this is identical to a pull in that directory from the\n"
5941 " local this is identical to a pull in that directory from the\n"
5926 " current one.\n"
5942 " current one.\n"
5927 "\n"
5943 "\n"
5928 " By default, push will refuse to run if it detects the result would\n"
5944 " By default, push will refuse to run if it detects the result would\n"
5929 " increase the number of remote heads. This generally indicates the\n"
5945 " increase the number of remote heads. This generally indicates the\n"
5930 " user forgot to pull and merge before pushing.\n"
5946 " user forgot to pull and merge before pushing.\n"
5931 "\n"
5947 "\n"
5932 " If -r/--rev is used, the named revision and all its ancestors will\n"
5948 " If -r/--rev is used, the named revision and all its ancestors will\n"
5933 " be pushed to the remote repository.\n"
5949 " be pushed to the remote repository.\n"
5934 "\n"
5950 "\n"
5935 " Please see 'hg help urls' for important details about ssh://\n"
5951 " Please see 'hg help urls' for important details about ssh://\n"
5936 " URLs. If DESTINATION is omitted, a default path will be used.\n"
5952 " URLs. If DESTINATION is omitted, a default path will be used.\n"
5937 " "
5953 " "
5938 msgstr ""
5954 msgstr ""
5939 "skub ændringer til den angivne destination\n"
5955 "skub ændringer til den angivne destination\n"
5940 "\n"
5956 "\n"
5941 " Skubber ændringer fra det lokale depot til den givne destination.\n"
5957 " Skubber ændringer fra det lokale depot til den givne destination.\n"
5942 "\n"
5958 "\n"
5943 " Dette er den symmetriske operation for pull. Den flytter ændringer\n"
5959 " Dette er den symmetriske operation for pull. Den flytter ændringer\n"
5944 " fra det nuværende depot til et andet. Hvis destinationen er lokal,\n"
5960 " fra det nuværende depot til et andet. Hvis destinationen er lokal,\n"
5945 " så er dette identisk til et pull i destinationen af det nuværende\n"
5961 " så er dette identisk til et pull i destinationen af det nuværende\n"
5946 " depot.\n"
5962 " depot.\n"
5947 "\n"
5963 "\n"
5948 " Som standard vil push nægte af køre hvis den detekterer at den vil\n"
5964 " Som standard vil push nægte af køre hvis den detekterer at den vil\n"
5949 " øge antallet af hoveder i destinationen. Dette indikerer normalt\n"
5965 " øge antallet af hoveder i destinationen. Dette indikerer normalt\n"
5950 " at brugeren har glemt at hente og sammenføje ændringerne før\n"
5966 " at brugeren har glemt at hente og sammenføje ændringerne før\n"
5951 " skubningen.\n"
5967 " skubningen.\n"
5952 "\n"
5968 "\n"
5953 " Hvis -r/--rev bruges, så vil den navngivne revision og alle dets\n"
5969 " Hvis -r/--rev bruges, så vil den navngivne revision og alle dets\n"
5954 " forfædre bliver skubbet til det andet depot.\n"
5970 " forfædre bliver skubbet til det andet depot.\n"
5955 "\n"
5971 "\n"
5956 " Se venligst 'hg help urls' for vigtige detaljer om ssh:// URL'er.\n"
5972 " Se venligst 'hg help urls' for vigtige detaljer om ssh:// URL'er.\n"
5957 " Hvis DESTINATION udelades vil en standard sti blive brugt.\n"
5973 " Hvis DESTINATION udelades vil en standard sti blive brugt.\n"
5958 " "
5974 " "
5959
5975
5960 #, python-format
5976 #, python-format
5961 msgid "pushing to %s\n"
5977 msgid "pushing to %s\n"
5962 msgstr "skubber til %s\n"
5978 msgstr "skubber til %s\n"
5963
5979
5964 msgid ""
5980 msgid ""
5965 "roll back an interrupted transaction\n"
5981 "roll back an interrupted transaction\n"
5966 "\n"
5982 "\n"
5967 " Recover from an interrupted commit or pull.\n"
5983 " Recover from an interrupted commit or pull.\n"
5968 "\n"
5984 "\n"
5969 " This command tries to fix the repository status after an\n"
5985 " This command tries to fix the repository status after an\n"
5970 " interrupted operation. It should only be necessary when Mercurial\n"
5986 " interrupted operation. It should only be necessary when Mercurial\n"
5971 " suggests it.\n"
5987 " suggests it.\n"
5972 " "
5988 " "
5973 msgstr ""
5989 msgstr ""
5974
5990
5975 msgid ""
5991 msgid ""
5976 "remove the specified files on the next commit\n"
5992 "remove the specified files on the next commit\n"
5977 "\n"
5993 "\n"
5978 " Schedule the indicated files for removal from the repository.\n"
5994 " Schedule the indicated files for removal from the repository.\n"
5979 "\n"
5995 "\n"
5980 " This only removes files from the current branch, not from the\n"
5996 " This only removes files from the current branch, not from the\n"
5981 " entire project history. -A/--after can be used to remove only\n"
5997 " entire project history. -A/--after can be used to remove only\n"
5982 " files that have already been deleted, -f/--force can be used to\n"
5998 " files that have already been deleted, -f/--force can be used to\n"
5983 " force deletion, and -Af can be used to remove files from the next\n"
5999 " force deletion, and -Af can be used to remove files from the next\n"
5984 " revision without deleting them from the working directory.\n"
6000 " revision without deleting them from the working directory.\n"
5985 "\n"
6001 "\n"
5986 " The following table details the behavior of remove for different\n"
6002 " The following table details the behavior of remove for different\n"
5987 " file states (columns) and option combinations (rows). The file\n"
6003 " file states (columns) and option combinations (rows). The file\n"
5988 " states are Added [A], Clean [C], Modified [M] and Missing [!]\n"
6004 " states are Added [A], Clean [C], Modified [M] and Missing [!]\n"
5989 " (as reported by hg status). The actions are Warn, Remove (from\n"
6005 " (as reported by hg status). The actions are Warn, Remove (from\n"
5990 " branch) and Delete (from disk).\n"
6006 " branch) and Delete (from disk).\n"
5991 "\n"
6007 "\n"
5992 " A C M !\n"
6008 " A C M !\n"
5993 " none W RD W R\n"
6009 " none W RD W R\n"
5994 " -f R RD RD R\n"
6010 " -f R RD RD R\n"
5995 " -A W W W R\n"
6011 " -A W W W R\n"
5996 " -Af R R R R\n"
6012 " -Af R R R R\n"
5997 "\n"
6013 "\n"
5998 " This command schedules the files to be removed at the next commit.\n"
6014 " This command schedules the files to be removed at the next commit.\n"
5999 " To undo a remove before that, see hg revert.\n"
6015 " To undo a remove before that, see hg revert.\n"
6000 " "
6016 " "
6001 msgstr ""
6017 msgstr ""
6002 "fjern de angivne filer ved næste deponering\n"
6018 "fjern de angivne filer ved næste deponering\n"
6003 "\n"
6019 "\n"
6004 " Planlæg de angivne filer til sletning fra depotet.\n"
6020 " Planlæg de angivne filer til sletning fra depotet.\n"
6005 "\n"
6021 "\n"
6006 " Dette fjerner kun filerne fra den nuværende gren, ikke fra hele\n"
6022 " Dette fjerner kun filerne fra den nuværende gren, ikke fra hele\n"
6007 " projektets historie. -A/--after kan bruges til kun at fjerne filer\n"
6023 " projektets historie. -A/--after kan bruges til kun at fjerne filer\n"
6008 " som allerede er slettet, -f/--force kan bruges for at gennemtvinge\n"
6024 " som allerede er slettet, -f/--force kan bruges for at gennemtvinge\n"
6009 " en sletning, og -Af kan bruges til at fjerne filer fra næste\n"
6025 " en sletning, og -Af kan bruges til at fjerne filer fra næste\n"
6010 " revision uden at slette dem fra arbejdskataloget.\n"
6026 " revision uden at slette dem fra arbejdskataloget.\n"
6011 "\n"
6027 "\n"
6012 " Den følgende tabel viser opførslen af remove for forskellige\n"
6028 " Den følgende tabel viser opførslen af remove for forskellige\n"
6013 " filtilstande (søjler) og kombinationer af tilvalg (rækker). Mulige\n"
6029 " filtilstande (søjler) og kombinationer af tilvalg (rækker). Mulige\n"
6014 " filtilstande er tilføjet [A], ren [C], ændret [M] og manglende [!]\n"
6030 " filtilstande er tilføjet [A], ren [C], ændret [M] og manglende [!]\n"
6015 " (som rapporteret af hg status). Handlingerne er Warn, Remove (fra\n"
6031 " (som rapporteret af hg status). Handlingerne er Warn, Remove (fra\n"
6016 " gren) og Delete (fra disk).\n"
6032 " gren) og Delete (fra disk).\n"
6017 "\n"
6033 "\n"
6018 " A C M !\n"
6034 " A C M !\n"
6019 " none W RD W R\n"
6035 " none W RD W R\n"
6020 " -f R RD RD R\n"
6036 " -f R RD RD R\n"
6021 " -A W W W R\n"
6037 " -A W W W R\n"
6022 " -Af R R R R\n"
6038 " -Af R R R R\n"
6023 "\n"
6039 "\n"
6024 " Denne kommando planlægger filerne til at blive fjernet ved næste\n"
6040 " Denne kommando planlægger filerne til at blive fjernet ved næste\n"
6025 " deponering. For at omgøre en fjernelse før det, se hg revert.\n"
6041 " deponering. For at omgøre en fjernelse før det, se hg revert.\n"
6026 " "
6042 " "
6027
6043
6028 #, python-format
6044 #, python-format
6029 msgid "not removing %s: file is untracked\n"
6045 msgid "not removing %s: file is untracked\n"
6030 msgstr "fjerner ikke %s: filen følges ikke\n"
6046 msgstr "fjerner ikke %s: filen følges ikke\n"
6031
6047
6032 #, python-format
6048 #, python-format
6033 msgid "not removing %s: file %s (use -f to force removal)\n"
6049 msgid "not removing %s: file %s (use -f to force removal)\n"
6034 msgstr "fjerner ikke %s: filen %s (brug -f for at forcere fjernelsen)\n"
6050 msgstr "fjerner ikke %s: filen %s (brug -f for at forcere fjernelsen)\n"
6035
6051
6036 msgid "still exists"
6052 msgid "still exists"
6037 msgstr "eksisterer stadig"
6053 msgstr "eksisterer stadig"
6038
6054
6039 msgid "is modified"
6055 msgid "is modified"
6040 msgstr "er modificeret"
6056 msgstr "er modificeret"
6041
6057
6042 msgid "has been marked for add"
6058 msgid "has been marked for add"
6043 msgstr "er markeret som tilføjet"
6059 msgstr "er markeret som tilføjet"
6044
6060
6045 msgid ""
6061 msgid ""
6046 "rename files; equivalent of copy + remove\n"
6062 "rename files; equivalent of copy + remove\n"
6047 "\n"
6063 "\n"
6048 " Mark dest as copies of sources; mark sources for deletion. If dest\n"
6064 " Mark dest as copies of sources; mark sources for deletion. If dest\n"
6049 " is a directory, copies are put in that directory. If dest is a\n"
6065 " is a directory, copies are put in that directory. If dest is a\n"
6050 " file, there can only be one source.\n"
6066 " file, there can only be one source.\n"
6051 "\n"
6067 "\n"
6052 " By default, this command copies the contents of files as they\n"
6068 " By default, this command copies the contents of files as they\n"
6053 " exist in the working directory. If invoked with -A/--after, the\n"
6069 " exist in the working directory. If invoked with -A/--after, the\n"
6054 " operation is recorded, but no copying is performed.\n"
6070 " operation is recorded, but no copying is performed.\n"
6055 "\n"
6071 "\n"
6056 " This command takes effect at the next commit. To undo a rename\n"
6072 " This command takes effect at the next commit. To undo a rename\n"
6057 " before that, see hg revert.\n"
6073 " before that, see hg revert.\n"
6058 " "
6074 " "
6059 msgstr ""
6075 msgstr ""
6060
6076
6061 msgid ""
6077 msgid ""
6062 "retry file merges from a merge or update\n"
6078 "retry file merges from a merge or update\n"
6063 "\n"
6079 "\n"
6064 " This command will cleanly retry unresolved file merges using file\n"
6080 " This command will cleanly retry unresolved file merges using file\n"
6065 " revisions preserved from the last update or merge. To attempt to\n"
6081 " revisions preserved from the last update or merge. To attempt to\n"
6066 " resolve all unresolved files, use the -a/--all switch.\n"
6082 " resolve all unresolved files, use the -a/--all switch.\n"
6067 "\n"
6083 "\n"
6068 " If a conflict is resolved manually, please note that the changes\n"
6084 " If a conflict is resolved manually, please note that the changes\n"
6069 " will be overwritten if the merge is retried with resolve. The\n"
6085 " will be overwritten if the merge is retried with resolve. The\n"
6070 " -m/--mark switch should be used to mark the file as resolved.\n"
6086 " -m/--mark switch should be used to mark the file as resolved.\n"
6071 "\n"
6087 "\n"
6072 " This command also allows listing resolved files and manually\n"
6088 " This command also allows listing resolved files and manually\n"
6073 " indicating whether or not files are resolved. All files must be\n"
6089 " indicating whether or not files are resolved. All files must be\n"
6074 " marked as resolved before a commit is permitted.\n"
6090 " marked as resolved before a commit is permitted.\n"
6075 "\n"
6091 "\n"
6076 " The codes used to show the status of files are:\n"
6092 " The codes used to show the status of files are:\n"
6077 " U = unresolved\n"
6093 " U = unresolved\n"
6078 " R = resolved\n"
6094 " R = resolved\n"
6079 " "
6095 " "
6080 msgstr ""
6096 msgstr ""
6081
6097
6082 msgid "too many options specified"
6098 msgid "too many options specified"
6083 msgstr ""
6099 msgstr "der er angivet for mange tilvalg"
6084
6100
6085 msgid "can't specify --all and patterns"
6101 msgid "can't specify --all and patterns"
6086 msgstr ""
6102 msgstr "kan ikke angive --all og mønstre"
6087
6103
6088 msgid "no files or directories specified; use --all to remerge all files"
6104 msgid "no files or directories specified; use --all to remerge all files"
6089 msgstr ""
6105 msgstr ""
6090 "ingen filer eller mapper specificeret; brug --all for at gen-sammenføje alle "
6106 "ingen filer eller mapper specificeret; brug --all for at gen-sammenføje alle "
6091 "filerne"
6107 "filerne"
6092
6108
6093 msgid ""
6109 msgid ""
6094 "restore individual files or directories to an earlier state\n"
6110 "restore individual files or directories to an earlier state\n"
6095 "\n"
6111 "\n"
6096 " (Use update -r to check out earlier revisions, revert does not\n"
6112 " (Use update -r to check out earlier revisions, revert does not\n"
6097 " change the working directory parents.)\n"
6113 " change the working directory parents.)\n"
6098 "\n"
6114 "\n"
6099 " With no revision specified, revert the named files or directories\n"
6115 " With no revision specified, revert the named files or directories\n"
6100 " to the contents they had in the parent of the working directory.\n"
6116 " to the contents they had in the parent of the working directory.\n"
6101 " This restores the contents of the affected files to an unmodified\n"
6117 " This restores the contents of the affected files to an unmodified\n"
6102 " state and unschedules adds, removes, copies, and renames. If the\n"
6118 " state and unschedules adds, removes, copies, and renames. If the\n"
6103 " working directory has two parents, you must explicitly specify the\n"
6119 " working directory has two parents, you must explicitly specify the\n"
6104 " revision to revert to.\n"
6120 " revision to revert to.\n"
6105 "\n"
6121 "\n"
6106 " Using the -r/--rev option, revert the given files or directories\n"
6122 " Using the -r/--rev option, revert the given files or directories\n"
6107 " to their contents as of a specific revision. This can be helpful\n"
6123 " to their contents as of a specific revision. This can be helpful\n"
6108 " to \"roll back\" some or all of an earlier change. See 'hg help\n"
6124 " to \"roll back\" some or all of an earlier change. See 'hg help\n"
6109 " dates' for a list of formats valid for -d/--date.\n"
6125 " dates' for a list of formats valid for -d/--date.\n"
6110 "\n"
6126 "\n"
6111 " Revert modifies the working directory. It does not commit any\n"
6127 " Revert modifies the working directory. It does not commit any\n"
6112 " changes, or change the parent of the working directory. If you\n"
6128 " changes, or change the parent of the working directory. If you\n"
6113 " revert to a revision other than the parent of the working\n"
6129 " revert to a revision other than the parent of the working\n"
6114 " directory, the reverted files will thus appear modified\n"
6130 " directory, the reverted files will thus appear modified\n"
6115 " afterwards.\n"
6131 " afterwards.\n"
6116 "\n"
6132 "\n"
6117 " If a file has been deleted, it is restored. If the executable mode\n"
6133 " If a file has been deleted, it is restored. If the executable mode\n"
6118 " of a file was changed, it is reset.\n"
6134 " of a file was changed, it is reset.\n"
6119 "\n"
6135 "\n"
6120 " If names are given, all files matching the names are reverted.\n"
6136 " If names are given, all files matching the names are reverted.\n"
6121 " If no arguments are given, no files are reverted.\n"
6137 " If no arguments are given, no files are reverted.\n"
6122 "\n"
6138 "\n"
6123 " Modified files are saved with a .orig suffix before reverting.\n"
6139 " Modified files are saved with a .orig suffix before reverting.\n"
6124 " To disable these backups, use --no-backup.\n"
6140 " To disable these backups, use --no-backup.\n"
6125 " "
6141 " "
6126 msgstr ""
6142 msgstr ""
6127
6143
6128 msgid "you can't specify a revision and a date"
6144 msgid "you can't specify a revision and a date"
6129 msgstr "du kan ikke specificeret en revision og en dato"
6145 msgstr "du kan ikke specificeret en revision og en dato"
6130
6146
6131 msgid "no files or directories specified; use --all to revert the whole repo"
6147 msgid "no files or directories specified; use --all to revert the whole repo"
6132 msgstr ""
6148 msgstr ""
6133 "ingen filer eller mapper specificeret; brug --all for at føre hele repo'et "
6149 "ingen filer eller mapper specificeret; brug --all for at føre hele repo'et "
6134 "tilbage"
6150 "tilbage"
6135
6151
6136 #, python-format
6152 #, python-format
6137 msgid "forgetting %s\n"
6153 msgid "forgetting %s\n"
6138 msgstr "glemmer %s\n"
6154 msgstr "glemmer %s\n"
6139
6155
6140 #, python-format
6156 #, python-format
6141 msgid "reverting %s\n"
6157 msgid "reverting %s\n"
6142 msgstr "fører %s tilbage\n"
6158 msgstr "fører %s tilbage\n"
6143
6159
6144 #, python-format
6160 #, python-format
6145 msgid "undeleting %s\n"
6161 msgid "undeleting %s\n"
6146 msgstr ""
6162 msgstr "usletter %s\n"
6147
6163
6148 #, python-format
6164 #, python-format
6149 msgid "saving current version of %s as %s\n"
6165 msgid "saving current version of %s as %s\n"
6150 msgstr "gemmer nuværende version af %s som %s\n"
6166 msgstr "gemmer nuværende version af %s som %s\n"
6151
6167
6152 #, python-format
6168 #, python-format
6153 msgid "file not managed: %s\n"
6169 msgid "file not managed: %s\n"
6154 msgstr ""
6170 msgstr "filen er ikke håndteret: %s\n"
6155
6171
6156 #, python-format
6172 #, python-format
6157 msgid "no changes needed to %s\n"
6173 msgid "no changes needed to %s\n"
6158 msgstr ""
6174 msgstr "%s behøver ingen ændringer\n"
6159
6175
6160 msgid ""
6176 msgid ""
6161 "roll back the last transaction\n"
6177 "roll back the last transaction\n"
6162 "\n"
6178 "\n"
6163 " This command should be used with care. There is only one level of\n"
6179 " This command should be used with care. There is only one level of\n"
6164 " rollback, and there is no way to undo a rollback. It will also\n"
6180 " rollback, and there is no way to undo a rollback. It will also\n"
6165 " restore the dirstate at the time of the last transaction, losing\n"
6181 " restore the dirstate at the time of the last transaction, losing\n"
6166 " any dirstate changes since that time. This command does not alter\n"
6182 " any dirstate changes since that time. This command does not alter\n"
6167 " the working directory.\n"
6183 " the working directory.\n"
6168 "\n"
6184 "\n"
6169 " Transactions are used to encapsulate the effects of all commands\n"
6185 " Transactions are used to encapsulate the effects of all commands\n"
6170 " that create new changesets or propagate existing changesets into a\n"
6186 " that create new changesets or propagate existing changesets into a\n"
6171 " repository. For example, the following commands are transactional,\n"
6187 " repository. For example, the following commands are transactional,\n"
6172 " and their effects can be rolled back:\n"
6188 " and their effects can be rolled back:\n"
6173 "\n"
6189 "\n"
6174 " commit\n"
6190 " commit\n"
6175 " import\n"
6191 " import\n"
6176 " pull\n"
6192 " pull\n"
6177 " push (with this repository as destination)\n"
6193 " push (with this repository as destination)\n"
6178 " unbundle\n"
6194 " unbundle\n"
6179 "\n"
6195 "\n"
6180 " This command is not intended for use on public repositories. Once\n"
6196 " This command is not intended for use on public repositories. Once\n"
6181 " changes are visible for pull by other users, rolling a transaction\n"
6197 " changes are visible for pull by other users, rolling a transaction\n"
6182 " back locally is ineffective (someone else may already have pulled\n"
6198 " back locally is ineffective (someone else may already have pulled\n"
6183 " the changes). Furthermore, a race is possible with readers of the\n"
6199 " the changes). Furthermore, a race is possible with readers of the\n"
6184 " repository; for example an in-progress pull from the repository\n"
6200 " repository; for example an in-progress pull from the repository\n"
6185 " may fail if a rollback is performed.\n"
6201 " may fail if a rollback is performed.\n"
6186 " "
6202 " "
6187 msgstr ""
6203 msgstr ""
6188
6204
6189 msgid ""
6205 msgid ""
6190 "print the root (top) of the current working directory\n"
6206 "print the root (top) of the current working directory\n"
6191 "\n"
6207 "\n"
6192 " Print the root directory of the current repository.\n"
6208 " Print the root directory of the current repository.\n"
6193 " "
6209 " "
6194 msgstr ""
6210 msgstr ""
6195
6211
6196 msgid ""
6212 msgid ""
6197 "export the repository via HTTP\n"
6213 "export the repository via HTTP\n"
6198 "\n"
6214 "\n"
6199 " Start a local HTTP repository browser and pull server.\n"
6215 " Start a local HTTP repository browser and pull server.\n"
6200 "\n"
6216 "\n"
6201 " By default, the server logs accesses to stdout and errors to\n"
6217 " By default, the server logs accesses to stdout and errors to\n"
6202 " stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
6218 " stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
6203 " files.\n"
6219 " files.\n"
6204 " "
6220 " "
6205 msgstr ""
6221 msgstr ""
6206 "eksporter depotet via HTTP\n"
6222 "eksporter depotet via HTTP\n"
6207 "\n"
6223 "\n"
6208 " Start en lokal HTTP depotbrowser og pull-server.\n"
6224 " Start en lokal HTTP depotbrowser og pull-server.\n"
6209 "\n"
6225 "\n"
6210 " Som standard logger serveren forespørgsler til stdout og fejl til\n"
6226 " Som standard logger serveren forespørgsler til stdout og fejl til\n"
6211 " stderr. Brug -A/--accesslog og -E/--errorlog tilvalgene for at\n"
6227 " stderr. Brug -A/--accesslog og -E/--errorlog tilvalgene for at\n"
6212 " logge til filer.\n"
6228 " logge til filer.\n"
6213 " "
6229 " "
6214
6230
6215 #, python-format
6231 #, python-format
6216 msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
6232 msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
6217 msgstr "lytter på http://%s%s/%s (bundet til %s:%d)\n"
6233 msgstr "lytter på http://%s%s/%s (bundet til %s:%d)\n"
6218
6234
6219 msgid ""
6235 msgid ""
6220 "show changed files in the working directory\n"
6236 "show changed files in the working directory\n"
6221 "\n"
6237 "\n"
6222 " Show status of files in the repository. If names are given, only\n"
6238 " Show status of files in the repository. If names are given, only\n"
6223 " files that match are shown. Files that are clean or ignored or\n"
6239 " files that match are shown. Files that are clean or ignored or\n"
6224 " the source of a copy/move operation, are not listed unless\n"
6240 " the source of a copy/move operation, are not listed unless\n"
6225 " -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
6241 " -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
6226 " Unless options described with \"show only ...\" are given, the\n"
6242 " Unless options described with \"show only ...\" are given, the\n"
6227 " options -mardu are used.\n"
6243 " options -mardu are used.\n"
6228 "\n"
6244 "\n"
6229 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
6245 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
6230 " unless explicitly requested with -u/--unknown or -i/--ignored.\n"
6246 " unless explicitly requested with -u/--unknown or -i/--ignored.\n"
6231 "\n"
6247 "\n"
6232 " NOTE: status may appear to disagree with diff if permissions have\n"
6248 " NOTE: status may appear to disagree with diff if permissions have\n"
6233 " changed or a merge has occurred. The standard diff format does not\n"
6249 " changed or a merge has occurred. The standard diff format does not\n"
6234 " report permission changes and diff only reports changes relative\n"
6250 " report permission changes and diff only reports changes relative\n"
6235 " to one merge parent.\n"
6251 " to one merge parent.\n"
6236 "\n"
6252 "\n"
6237 " If one revision is given, it is used as the base revision.\n"
6253 " If one revision is given, it is used as the base revision.\n"
6238 " If two revisions are given, the differences between them are\n"
6254 " If two revisions are given, the differences between them are\n"
6239 " shown.\n"
6255 " shown.\n"
6240 "\n"
6256 "\n"
6241 " The codes used to show the status of files are:\n"
6257 " The codes used to show the status of files are:\n"
6242 " M = modified\n"
6258 " M = modified\n"
6243 " A = added\n"
6259 " A = added\n"
6244 " R = removed\n"
6260 " R = removed\n"
6245 " C = clean\n"
6261 " C = clean\n"
6246 " ! = missing (deleted by non-hg command, but still tracked)\n"
6262 " ! = missing (deleted by non-hg command, but still tracked)\n"
6247 " ? = not tracked\n"
6263 " ? = not tracked\n"
6248 " I = ignored\n"
6264 " I = ignored\n"
6249 " = origin of the previous file listed as A (added)\n"
6265 " = origin of the previous file listed as A (added)\n"
6250 " "
6266 " "
6251 msgstr ""
6267 msgstr ""
6252 "vis ændrede filer i arbejdskataloget\n"
6268 "vis ændrede filer i arbejdskataloget\n"
6253 "\n"
6269 "\n"
6254 " Vis status for filer i depotet. Hvis der angivet navne, så vil kun\n"
6270 " Vis status for filer i depotet. Hvis der angivet navne, så vil kun\n"
6255 " disse filer blive vist. Filer som er rene eller ignorerede eller\n"
6271 " disse filer blive vist. Filer som er rene eller ignorerede eller\n"
6256 " kilden i en kopierings/flytnings operation vises ikke med mindre\n"
6272 " kilden i en kopierings/flytnings operation vises ikke med mindre\n"
6257 " -c/--clear, -i/--ignored, -C/--copies eller -A/--all er angivet.\n"
6273 " -c/--clear, -i/--ignored, -C/--copies eller -A/--all er angivet.\n"
6258 " Med mindre tilvalgene beskrevet med \"vis kun ...\" bruges, så\n"
6274 " Med mindre tilvalgene beskrevet med \"vis kun ...\" bruges, så\n"
6259 " bruges -mardu tilvalgene.\n"
6275 " bruges -mardu tilvalgene.\n"
6260 "\n"
6276 "\n"
6261 " Tilvalget -q/--quiet skjuler filer som ikke bliver fulgt (ukendte\n"
6277 " Tilvalget -q/--quiet skjuler filer som ikke bliver fulgt (ukendte\n"
6262 " eller ignorerede filer) med mindre disse eksplicit vælges med\n"
6278 " eller ignorerede filer) med mindre disse eksplicit vælges med\n"
6263 " -u/--unknown eller -i/--ignored.\n"
6279 " -u/--unknown eller -i/--ignored.\n"
6264 "\n"
6280 "\n"
6265 " BEMÆRK: status kan tilsyneladende være forskellig fra diff hvis\n"
6281 " BEMÆRK: status kan tilsyneladende være forskellig fra diff hvis\n"
6266 " rettigheder er blevet ændret eller hvis en sammenføjning har\n"
6282 " rettigheder er blevet ændret eller hvis en sammenføjning har\n"
6267 " fundet sted. Det normale diff-format rapporterer ikke ændringer i\n"
6283 " fundet sted. Det normale diff-format rapporterer ikke ændringer i\n"
6268 " rettigheder og diff rapporterer kun ænringer relativt til en\n"
6284 " rettigheder og diff rapporterer kun ænringer relativt til en\n"
6269 " sammenføjningsforældre.\n"
6285 " sammenføjningsforældre.\n"
6270 "\n"
6286 "\n"
6271 " Hvis der angivet en revision bruges denne som en basisrevision.\n"
6287 " Hvis der angivet en revision bruges denne som en basisrevision.\n"
6272 " Hvis der angives to revisioner, da vises forskellene mellem dem.\n"
6288 " Hvis der angives to revisioner, da vises forskellene mellem dem.\n"
6273 "\n"
6289 "\n"
6274 " Koderne som bruges til at vise status for filerne er:\n"
6290 " Koderne som bruges til at vise status for filerne er:\n"
6275 " M = ændret\n"
6291 " M = ændret\n"
6276 " A = tilføjet\n"
6292 " A = tilføjet\n"
6277 " R = fjernet\n"
6293 " R = fjernet\n"
6278 " C = ren\n"
6294 " C = ren\n"
6279 " ! = mangler (slettet af en ikke-hg kommando, men følges stadig)\n"
6295 " ! = mangler (slettet af en ikke-hg kommando, men følges stadig)\n"
6280 " ? = følges ikke\n"
6296 " ? = følges ikke\n"
6281 " I = ignoreret\n"
6297 " I = ignoreret\n"
6282 " = den foregående fil markeret som A (tilføjet) stammer herfra\n"
6298 " = den foregående fil markeret som A (tilføjet) stammer herfra\n"
6283 " "
6299 " "
6284
6300
6285 msgid ""
6301 msgid ""
6286 "add one or more tags for the current or given revision\n"
6302 "add one or more tags for the current or given revision\n"
6287 "\n"
6303 "\n"
6288 " Name a particular revision using <name>.\n"
6304 " Name a particular revision using <name>.\n"
6289 "\n"
6305 "\n"
6290 " Tags are used to name particular revisions of the repository and are\n"
6306 " Tags are used to name particular revisions of the repository and are\n"
6291 " very useful to compare different revisions, to go back to significant\n"
6307 " very useful to compare different revisions, to go back to significant\n"
6292 " earlier versions or to mark branch points as releases, etc.\n"
6308 " earlier versions or to mark branch points as releases, etc.\n"
6293 "\n"
6309 "\n"
6294 " If no revision is given, the parent of the working directory is\n"
6310 " If no revision is given, the parent of the working directory is\n"
6295 " used, or tip if no revision is checked out.\n"
6311 " used, or tip if no revision is checked out.\n"
6296 "\n"
6312 "\n"
6297 " To facilitate version control, distribution, and merging of tags,\n"
6313 " To facilitate version control, distribution, and merging of tags,\n"
6298 " they are stored as a file named \".hgtags\" which is managed\n"
6314 " they are stored as a file named \".hgtags\" which is managed\n"
6299 " similarly to other project files and can be hand-edited if\n"
6315 " similarly to other project files and can be hand-edited if\n"
6300 " necessary. The file '.hg/localtags' is used for local tags (not\n"
6316 " necessary. The file '.hg/localtags' is used for local tags (not\n"
6301 " shared among repositories).\n"
6317 " shared among repositories).\n"
6302 "\n"
6318 "\n"
6303 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6319 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6304 " "
6320 " "
6305 msgstr ""
6321 msgstr ""
6306
6322
6307 msgid "tag names must be unique"
6323 msgid "tag names must be unique"
6308 msgstr ""
6324 msgstr "mærkatnavne skal være unikke"
6309
6325
6310 #, python-format
6326 #, python-format
6311 msgid "the name '%s' is reserved"
6327 msgid "the name '%s' is reserved"
6312 msgstr ""
6328 msgstr "navnet '%s' er reserveret"
6313
6329
6314 msgid "--rev and --remove are incompatible"
6330 msgid "--rev and --remove are incompatible"
6315 msgstr ""
6331 msgstr "--rev og --remove er inkompatible"
6316
6332
6317 #, python-format
6333 #, python-format
6318 msgid "tag '%s' does not exist"
6334 msgid "tag '%s' does not exist"
6319 msgstr ""
6335 msgstr "mærkaten '%s' eksisterer ikke"
6320
6336
6321 #, python-format
6337 #, python-format
6322 msgid "tag '%s' is not a global tag"
6338 msgid "tag '%s' is not a global tag"
6323 msgstr ""
6339 msgstr "mærkaten '%s' er ikke en global mærkat"
6324
6340
6325 #, python-format
6341 #, python-format
6326 msgid "tag '%s' is not a local tag"
6342 msgid "tag '%s' is not a local tag"
6327 msgstr ""
6343 msgstr "mærkaten '%s' er ikke en lokal mærkat"
6328
6344
6329 #, python-format
6345 #, python-format
6330 msgid "Removed tag %s"
6346 msgid "Removed tag %s"
6331 msgstr "Mærke %s er fjernet"
6347 msgstr "Mærke %s er fjernet"
6332
6348
6333 #, python-format
6349 #, python-format
6334 msgid "tag '%s' already exists (use -f to force)"
6350 msgid "tag '%s' already exists (use -f to force)"
6335 msgstr ""
6351 msgstr "mærkaten '%s' eksisterer allerede (brug -f for at gennemtvinge)"
6336
6352
6337 #, python-format
6353 #, python-format
6338 msgid "Added tag %s for changeset %s"
6354 msgid "Added tag %s for changeset %s"
6339 msgstr "Tilføjede mærkat %s til ændring %s"
6355 msgstr "Tilføjede mærkat %s til ændring %s"
6340
6356
6341 msgid ""
6357 msgid ""
6342 "list repository tags\n"
6358 "list repository tags\n"
6343 "\n"
6359 "\n"
6344 " This lists both regular and local tags. When the -v/--verbose\n"
6360 " This lists both regular and local tags. When the -v/--verbose\n"
6345 " switch is used, a third column \"local\" is printed for local tags.\n"
6361 " switch is used, a third column \"local\" is printed for local tags.\n"
6346 " "
6362 " "
6347 msgstr ""
6363 msgstr ""
6348 "vis depotmærkater\n"
6364 "vis depotmærkater\n"
6349 "\n"
6365 "\n"
6350 " Viser både normale og lokale mærkater. Når -v/--verbose flaget\n"
6366 " Viser både normale og lokale mærkater. Når -v/--verbose flaget\n"
6351 " bruges, udskrives en tredje kolonne \"local\" for lokale mærkater.\n"
6367 " bruges, udskrives en tredje kolonne \"local\" for lokale mærkater.\n"
6352 " "
6368 " "
6353
6369
6354 msgid ""
6370 msgid ""
6355 "show the tip revision\n"
6371 "show the tip revision\n"
6356 "\n"
6372 "\n"
6357 " The tip revision (usually just called the tip) is the changeset\n"
6373 " The tip revision (usually just called the tip) is the changeset\n"
6358 " most recently added to the repository (and therefore the most\n"
6374 " most recently added to the repository (and therefore the most\n"
6359 " recently changed head).\n"
6375 " recently changed head).\n"
6360 "\n"
6376 "\n"
6361 " If you have just made a commit, that commit will be the tip. If\n"
6377 " If you have just made a commit, that commit will be the tip. If\n"
6362 " you have just pulled changes from another repository, the tip of\n"
6378 " you have just pulled changes from another repository, the tip of\n"
6363 " that repository becomes the current tip. The \"tip\" tag is special\n"
6379 " that repository becomes the current tip. The \"tip\" tag is special\n"
6364 " and cannot be renamed or assigned to a different changeset.\n"
6380 " and cannot be renamed or assigned to a different changeset.\n"
6365 " "
6381 " "
6366 msgstr ""
6382 msgstr ""
6367
6383
6368 msgid ""
6384 msgid ""
6369 "apply one or more changegroup files\n"
6385 "apply one or more changegroup files\n"
6370 "\n"
6386 "\n"
6371 " Apply one or more compressed changegroup files generated by the\n"
6387 " Apply one or more compressed changegroup files generated by the\n"
6372 " bundle command.\n"
6388 " bundle command.\n"
6373 " "
6389 " "
6374 msgstr ""
6390 msgstr ""
6375
6391
6376 msgid ""
6392 msgid ""
6377 "update working directory\n"
6393 "update working directory\n"
6378 "\n"
6394 "\n"
6379 " Update the repository's working directory to the specified\n"
6395 " Update the repository's working directory to the specified\n"
6380 " revision, or the tip of the current branch if none is specified.\n"
6396 " revision, or the tip of the current branch if none is specified.\n"
6381 " Use null as the revision to remove the working copy (like 'hg\n"
6397 " Use null as the revision to remove the working copy (like 'hg\n"
6382 " clone -U').\n"
6398 " clone -U').\n"
6383 "\n"
6399 "\n"
6384 " When the working directory contains no uncommitted changes, it\n"
6400 " When the working directory contains no uncommitted changes, it\n"
6385 " will be replaced by the state of the requested revision from the\n"
6401 " will be replaced by the state of the requested revision from the\n"
6386 " repository. When the requested revision is on a different branch,\n"
6402 " repository. When the requested revision is on a different branch,\n"
6387 " the working directory will additionally be switched to that\n"
6403 " the working directory will additionally be switched to that\n"
6388 " branch.\n"
6404 " branch.\n"
6389 "\n"
6405 "\n"
6390 " When there are uncommitted changes, use option -C/--clean to\n"
6406 " When there are uncommitted changes, use option -C/--clean to\n"
6391 " discard them, forcibly replacing the state of the working\n"
6407 " discard them, forcibly replacing the state of the working\n"
6392 " directory with the requested revision. Alternately, use -c/--check\n"
6408 " directory with the requested revision. Alternately, use -c/--check\n"
6393 " to abort.\n"
6409 " to abort.\n"
6394 "\n"
6410 "\n"
6395 " When there are uncommitted changes and option -C/--clean is not\n"
6411 " When there are uncommitted changes and option -C/--clean is not\n"
6396 " used, and the parent revision and requested revision are on the\n"
6412 " used, and the parent revision and requested revision are on the\n"
6397 " same branch, and one of them is an ancestor of the other, then the\n"
6413 " same branch, and one of them is an ancestor of the other, then the\n"
6398 " new working directory will contain the requested revision merged\n"
6414 " new working directory will contain the requested revision merged\n"
6399 " with the uncommitted changes. Otherwise, the update will fail with\n"
6415 " with the uncommitted changes. Otherwise, the update will fail with\n"
6400 " a suggestion to use 'merge' or 'update -C' instead.\n"
6416 " a suggestion to use 'merge' or 'update -C' instead.\n"
6401 "\n"
6417 "\n"
6402 " If you want to update just one file to an older revision, use\n"
6418 " If you want to update just one file to an older revision, use\n"
6403 " revert.\n"
6419 " revert.\n"
6404 "\n"
6420 "\n"
6405 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6421 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6406 " "
6422 " "
6407 msgstr ""
6423 msgstr ""
6408 "opdater arbejdskataloget\n"
6424 "opdater arbejdskataloget\n"
6409 "\n"
6425 "\n"
6410 " Opdater depotets arbejdskatalog til den angivne revision, eller\n"
6426 " Opdater depotets arbejdskatalog til den angivne revision, eller\n"
6411 " spidsen af den nuværende gren hvis ingen revision er angivet. Brug\n"
6427 " spidsen af den nuværende gren hvis ingen revision er angivet. Brug\n"
6412 " null som revision for at fjerne arbejdskataloget (ligesom 'hg\n"
6428 " null som revision for at fjerne arbejdskataloget (ligesom 'hg\n"
6413 " clone -U').\n"
6429 " clone -U').\n"
6414 "\n"
6430 "\n"
6415 " Hvis arbejdskataloget ikke indeholder nogen ikke-deponerede\n"
6431 " Hvis arbejdskataloget ikke indeholder nogen ikke-deponerede\n"
6416 " ændringer, da vil det blive erstattet af den ønskede revision fra\n"
6432 " ændringer, da vil det blive erstattet af den ønskede revision fra\n"
6417 " depotet. Hvis den ønskede revision er på en anden gren, så vil\n"
6433 " depotet. Hvis den ønskede revision er på en anden gren, så vil\n"
6418 " arbejdskataloget yderligere blive skiftet til denne gren.\n"
6434 " arbejdskataloget yderligere blive skiftet til denne gren.\n"
6419 "\n"
6435 "\n"
6420 " Hvis der er ikke-deponerede ændringer kan -C/--clean tilvalget\n"
6436 " Hvis der er ikke-deponerede ændringer kan -C/--clean tilvalget\n"
6421 " bruges for at kassere dem og sætte tilstanden af arbejdskataloget\n"
6437 " bruges for at kassere dem og sætte tilstanden af arbejdskataloget\n"
6422 " lig tilstanden i den ønskede revision. Alternativt, brug\n"
6438 " lig tilstanden i den ønskede revision. Alternativt, brug\n"
6423 " -c/--check for at afbryde.\n"
6439 " -c/--check for at afbryde.\n"
6424 "\n"
6440 "\n"
6425 " Hvis der er ikke-deponerede ændringer, og -C/--clean tilvalget\n"
6441 " Hvis der er ikke-deponerede ændringer, og -C/--clean tilvalget\n"
6426 " ikke bruges, og forældrerevisionen og den ønskede revision begge\n"
6442 " ikke bruges, og forældrerevisionen og den ønskede revision begge\n"
6427 " er på samme gren, og en af dem er en forfar til den anden, så vil\n"
6443 " er på samme gren, og en af dem er en forfar til den anden, så vil\n"
6428 " det nye arbejdskatalog indeholde den ønskede revision sammenføjet\n"
6444 " det nye arbejdskatalog indeholde den ønskede revision sammenføjet\n"
6429 " med de ikke-deponerede ændringer. Ellers vil opdateringen fejle\n"
6445 " med de ikke-deponerede ændringer. Ellers vil opdateringen fejle\n"
6430 " med et forslag til at bruge 'merge' eller 'update -C' i stedet.\n"
6446 " med et forslag til at bruge 'merge' eller 'update -C' i stedet.\n"
6431 "\n"
6447 "\n"
6432 " Hvis du vil opdatere blot en enkelt fil til en ældre revision,\n"
6448 " Hvis du vil opdatere blot en enkelt fil til en ældre revision,\n"
6433 " brug da revert.\n"
6449 " brug da revert.\n"
6434 "\n"
6450 "\n"
6435 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
6451 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
6436 " "
6452 " "
6437
6453
6438 msgid "uncommitted local changes"
6454 msgid "uncommitted local changes"
6439 msgstr ""
6455 msgstr "udeponerede lokale ændringer"
6440
6456
6441 msgid ""
6457 msgid ""
6442 "verify the integrity of the repository\n"
6458 "verify the integrity of the repository\n"
6443 "\n"
6459 "\n"
6444 " Verify the integrity of the current repository.\n"
6460 " Verify the integrity of the current repository.\n"
6445 "\n"
6461 "\n"
6446 " This will perform an extensive check of the repository's\n"
6462 " This will perform an extensive check of the repository's\n"
6447 " integrity, validating the hashes and checksums of each entry in\n"
6463 " integrity, validating the hashes and checksums of each entry in\n"
6448 " the changelog, manifest, and tracked files, as well as the\n"
6464 " the changelog, manifest, and tracked files, as well as the\n"
6449 " integrity of their crosslinks and indices.\n"
6465 " integrity of their crosslinks and indices.\n"
6450 " "
6466 " "
6451 msgstr ""
6467 msgstr ""
6452
6468
6453 msgid "output version and copyright information"
6469 msgid "output version and copyright information"
6454 msgstr ""
6470 msgstr "udskriv version- og copyrightinformation"
6455
6471
6456 #, python-format
6472 #, python-format
6457 msgid "Mercurial Distributed SCM (version %s)\n"
6473 msgid "Mercurial Distributed SCM (version %s)\n"
6458 msgstr "Mercurial Distributed SCM (version %s)\n"
6474 msgstr "Mercurial Distribueret SCM (version %s)\n"
6459
6475
6460 msgid ""
6476 msgid ""
6461 "\n"
6477 "\n"
6462 "Copyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others\n"
6478 "Copyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others\n"
6463 "This is free software; see the source for copying conditions. There is NO\n"
6479 "This is free software; see the source for copying conditions. There is NO\n"
6464 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
6480 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
6465 msgstr ""
6481 msgstr ""
6466
6482
6467 msgid "repository root directory or symbolic path name"
6483 msgid "repository root directory or symbolic path name"
6468 msgstr "depotrodfolder eller symbolsk stinavn"
6484 msgstr "depotrodfolder eller symbolsk stinavn"
6469
6485
6470 msgid "change working directory"
6486 msgid "change working directory"
6471 msgstr "skift arbejdskatalog"
6487 msgstr "skift arbejdskatalog"
6472
6488
6473 msgid "do not prompt, assume 'yes' for any required answers"
6489 msgid "do not prompt, assume 'yes' for any required answers"
6474 msgstr "spørg ikke, antag alle svar er 'ja'"
6490 msgstr "spørg ikke, antag alle svar er 'ja'"
6475
6491
6476 msgid "suppress output"
6492 msgid "suppress output"
6477 msgstr "undertryk output"
6493 msgstr "undertryk output"
6478
6494
6479 msgid "enable additional output"
6495 msgid "enable additional output"
6480 msgstr "aktiver yderlig output"
6496 msgstr "aktiver yderlig output"
6481
6497
6482 msgid "set/override config option"
6498 msgid "set/override config option"
6483 msgstr ""
6499 msgstr "sæt/overskriv konfigurationopsætning"
6484
6500
6485 msgid "enable debugging output"
6501 msgid "enable debugging output"
6486 msgstr ""
6502 msgstr "aktiver fejlsøgningsinformation"
6487
6503
6488 msgid "start debugger"
6504 msgid "start debugger"
6489 msgstr "start debugger"
6505 msgstr "start fejlsøgningsprogram"
6490
6506
6491 msgid "set the charset encoding"
6507 msgid "set the charset encoding"
6492 msgstr ""
6508 msgstr "angiv tegnkodningen"
6493
6509
6494 msgid "set the charset encoding mode"
6510 msgid "set the charset encoding mode"
6495 msgstr ""
6511 msgstr "angiv tegnkodningstilstand"
6496
6512
6497 msgid "print traceback on exception"
6513 msgid "print traceback on exception"
6498 msgstr ""
6514 msgstr "udskriv traceback ved exception"
6499
6515
6500 msgid "time how long the command takes"
6516 msgid "time how long the command takes"
6501 msgstr ""
6517 msgstr "tag tid på hvor lang tid kommandoen tager"
6502
6518
6503 msgid "print command execution profile"
6519 msgid "print command execution profile"
6504 msgstr ""
6520 msgstr ""
6505
6521
6506 msgid "output version information and exit"
6522 msgid "output version information and exit"
6507 msgstr ""
6523 msgstr "udskriv versionsinformation og afslut"
6508
6524
6509 msgid "display help and exit"
6525 msgid "display help and exit"
6510 msgstr "vis hjælp og exit"
6526 msgstr "vis hjælp og afslut"
6511
6527
6512 msgid "do not perform actions, just print output"
6528 msgid "do not perform actions, just print output"
6513 msgstr "udfør ingen handlinger, udskriv kun outputttet"
6529 msgstr "udfør ingen handlinger, udskriv kun outputttet"
6514
6530
6515 msgid "specify ssh command to use"
6531 msgid "specify ssh command to use"
6516 msgstr "specificer ssh kommandoen som skal bruges"
6532 msgstr "specificer ssh kommandoen som skal bruges"
6517
6533
6518 msgid "specify hg command to run on the remote side"
6534 msgid "specify hg command to run on the remote side"
6519 msgstr ""
6535 msgstr "angiv hg kommando som skal udføres på fjernsystemet"
6520
6536
6521 msgid "include names matching the given patterns"
6537 msgid "include names matching the given patterns"
6522 msgstr "inkluder navne som matcher det givne mønster"
6538 msgstr "inkluder navne som matcher det givne mønster"
6523
6539
6524 msgid "exclude names matching the given patterns"
6540 msgid "exclude names matching the given patterns"
6525 msgstr "ekskluder navne som matcher det givne mønster"
6541 msgstr "ekskluder navne som matcher det givne mønster"
6526
6542
6527 msgid "use <text> as commit message"
6543 msgid "use <text> as commit message"
6528 msgstr "brug <tekst> som deponeringsbesked"
6544 msgstr "brug <tekst> som deponeringsbesked"
6529
6545
6530 msgid "read commit message from <file>"
6546 msgid "read commit message from <file>"
6531 msgstr "læs deponeringsbeskeden fra <fil>"
6547 msgstr "læs deponeringsbeskeden fra <fil>"
6532
6548
6533 msgid "record datecode as commit date"
6549 msgid "record datecode as commit date"
6534 msgstr "noter dato som integrationsdato"
6550 msgstr "noter dato som integrationsdato"
6535
6551
6536 msgid "record the specified user as committer"
6552 msgid "record the specified user as committer"
6537 msgstr ""
6553 msgstr ""
6538
6554
6539 msgid "display using template map file"
6555 msgid "display using template map file"
6540 msgstr ""
6556 msgstr "vis med skabelon-fil"
6541
6557
6542 msgid "display with template"
6558 msgid "display with template"
6543 msgstr ""
6559 msgstr "vis med skabelon"
6544
6560
6545 msgid "do not show merges"
6561 msgid "do not show merges"
6546 msgstr ""
6562 msgstr "vis ikke sammenføjninger"
6547
6563
6548 msgid "treat all files as text"
6564 msgid "treat all files as text"
6549 msgstr "behandl alle filer som tekst"
6565 msgstr "behandl alle filer som tekst"
6550
6566
6551 msgid "don't include dates in diff headers"
6567 msgid "don't include dates in diff headers"
6552 msgstr ""
6568 msgstr "inkluder ikke datoer i diff-hoveder"
6553
6569
6554 msgid "show which function each change is in"
6570 msgid "show which function each change is in"
6555 msgstr ""
6571 msgstr "vis hvilken funktion hver ændring er i"
6556
6572
6557 msgid "ignore white space when comparing lines"
6573 msgid "ignore white space when comparing lines"
6558 msgstr ""
6574 msgstr "ignorer blanktegn når linier sammenlignes"
6559
6575
6560 msgid "ignore changes in the amount of white space"
6576 msgid "ignore changes in the amount of white space"
6561 msgstr ""
6577 msgstr "ignorer ændringer i mængden af blanktegn"
6562
6578
6563 msgid "ignore changes whose lines are all blank"
6579 msgid "ignore changes whose lines are all blank"
6564 msgstr ""
6580 msgstr "ignorer ændringer hvis linier alle er blanke"
6565
6581
6566 msgid "number of lines of context to show"
6582 msgid "number of lines of context to show"
6567 msgstr ""
6583 msgstr "antal linier kontekst der skal vises"
6568
6584
6569 msgid "guess renamed files by similarity (0<=s<=100)"
6585 msgid "guess renamed files by similarity (0<=s<=100)"
6570 msgstr ""
6586 msgstr "gæt omdøbte filer ud fra enshed (0<=s<=100)"
6571
6587
6572 msgid "[OPTION]... [FILE]..."
6588 msgid "[OPTION]... [FILE]..."
6573 msgstr ""
6589 msgstr "[TILVALG]... [FIL]..."
6574
6590
6575 msgid "annotate the specified revision"
6591 msgid "annotate the specified revision"
6576 msgstr "annotér den angivne revision"
6592 msgstr "annotér den angivne revision"
6577
6593
6578 msgid "follow file copies and renames"
6594 msgid "follow file copies and renames"
6579 msgstr "følg kopier og omdøbninger"
6595 msgstr "følg kopier og omdøbninger"
6580
6596
6581 msgid "list the author (long with -v)"
6597 msgid "list the author (long with -v)"
6582 msgstr "vis forfatteren (lang med -v)"
6598 msgstr "vis forfatteren (lang med -v)"
6583
6599
6584 msgid "list the date (short with -q)"
6600 msgid "list the date (short with -q)"
6585 msgstr "vis datoen (kort med -q)"
6601 msgstr "vis datoen (kort med -q)"
6586
6602
6587 msgid "list the revision number (default)"
6603 msgid "list the revision number (default)"
6588 msgstr "vis revisionsnummeret (standard)"
6604 msgstr "vis revisionsnummeret (standard)"
6589
6605
6590 msgid "list the changeset"
6606 msgid "list the changeset"
6591 msgstr "vis ændringen"
6607 msgstr "vis ændringen"
6592
6608
6593 msgid "show line number at the first appearance"
6609 msgid "show line number at the first appearance"
6594 msgstr "vil linienummeret for den første forekomst"
6610 msgstr "vil linienummeret for den første forekomst"
6595
6611
6596 msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
6612 msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
6597 msgstr ""
6613 msgstr "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FIL..."
6598
6614
6599 msgid "do not pass files through decoders"
6615 msgid "do not pass files through decoders"
6600 msgstr ""
6616 msgstr "kør ikke filerne igennem dekodere"
6601
6617
6602 msgid "directory prefix for files in archive"
6618 msgid "directory prefix for files in archive"
6603 msgstr ""
6619 msgstr "katalogpræfiks for filerne i arkivet"
6604
6620
6605 msgid "revision to distribute"
6621 msgid "revision to distribute"
6606 msgstr ""
6622 msgstr "revision som skal distribueres"
6607
6623
6608 msgid "type of distribution to create"
6624 msgid "type of distribution to create"
6609 msgstr ""
6625 msgstr "distributionstype der skal oprettes"
6610
6626
6611 msgid "[OPTION]... DEST"
6627 msgid "[OPTION]... DEST"
6612 msgstr ""
6628 msgstr "[TILVALG]... MÅL"
6613
6629
6614 msgid "merge with old dirstate parent after backout"
6630 msgid "merge with old dirstate parent after backout"
6615 msgstr ""
6631 msgstr ""
6616
6632
6617 msgid "parent to choose when backing out merge"
6633 msgid "parent to choose when backing out merge"
6618 msgstr ""
6634 msgstr ""
6619
6635
6620 msgid "revision to backout"
6636 msgid "revision to backout"
6621 msgstr "revision som skal bakkes ud"
6637 msgstr "revision som skal bakkes ud"
6622
6638
6623 msgid "[OPTION]... [-r] REV"
6639 msgid "[OPTION]... [-r] REV"
6624 msgstr ""
6640 msgstr "[TILVALG]... [-r] REV"
6625
6641
6626 msgid "reset bisect state"
6642 msgid "reset bisect state"
6627 msgstr "nulstil bisect"
6643 msgstr "nulstil bisect"
6628
6644
6629 msgid "mark changeset good"
6645 msgid "mark changeset good"
6630 msgstr "marker ændring som god"
6646 msgstr "marker ændring som god"
6631
6647
6632 msgid "mark changeset bad"
6648 msgid "mark changeset bad"
6633 msgstr "marker ændring som dårlig"
6649 msgstr "marker ændring som dårlig"
6634
6650
6635 msgid "skip testing changeset"
6651 msgid "skip testing changeset"
6636 msgstr ""
6652 msgstr "spring testen af denne ændring over"
6637
6653
6638 msgid "use command to check changeset state"
6654 msgid "use command to check changeset state"
6639 msgstr "brug kommando for at kontrollere tilstanden af ændringen"
6655 msgstr "brug kommando for at kontrollere tilstanden af ændringen"
6640
6656
6641 msgid "do not update to target"
6657 msgid "do not update to target"
6642 msgstr "undlad at opdatere til målet"
6658 msgstr "undlad at opdatere til målet"
6643
6659
6644 msgid "[-gbsr] [-c CMD] [REV]"
6660 msgid "[-gbsr] [-c CMD] [REV]"
6645 msgstr ""
6661 msgstr "[-gbsr] [-c KOMMANDO] [REV]"
6646
6662
6647 msgid "set branch name even if it shadows an existing branch"
6663 msgid "set branch name even if it shadows an existing branch"
6648 msgstr ""
6664 msgstr ""
6649
6665
6650 msgid "reset branch name to parent branch name"
6666 msgid "reset branch name to parent branch name"
6651 msgstr ""
6667 msgstr ""
6652
6668
6653 msgid "[-fC] [NAME]"
6669 msgid "[-fC] [NAME]"
6654 msgstr ""
6670 msgstr "[-fC] [NAVN]"
6655
6671
6656 msgid "show only branches that have unmerged heads"
6672 msgid "show only branches that have unmerged heads"
6657 msgstr ""
6673 msgstr "vil kun grene som har usammenføjne hoveder"
6658
6674
6659 msgid "[-a]"
6675 msgid "[-a]"
6660 msgstr ""
6676 msgstr "[-a]"
6661
6677
6662 msgid "run even when remote repository is unrelated"
6678 msgid "run even when remote repository is unrelated"
6663 msgstr "kør selv hvis fjerndepotet er urelateret"
6679 msgstr "kør selv hvis fjerndepotet er urelateret"
6664
6680
6665 msgid "a changeset up to which you would like to bundle"
6681 msgid "a changeset up to which you would like to bundle"
6666 msgstr ""
6682 msgstr ""
6667
6683
6668 msgid "a base changeset to specify instead of a destination"
6684 msgid "a base changeset to specify instead of a destination"
6669 msgstr ""
6685 msgstr ""
6670
6686
6671 msgid "bundle all changesets in the repository"
6687 msgid "bundle all changesets in the repository"
6672 msgstr ""
6688 msgstr ""
6673
6689
6674 msgid "bundle compression type to use"
6690 msgid "bundle compression type to use"
6675 msgstr ""
6691 msgstr ""
6676
6692
6677 msgid "[-f] [-a] [-r REV]... [--base REV]... FILE [DEST]"
6693 msgid "[-f] [-a] [-r REV]... [--base REV]... FILE [DEST]"
6678 msgstr ""
6694 msgstr "[-f] [-a] [-r REV]... [--base REV]... FIL [MÅL]"
6679
6695
6680 msgid "print output to file with formatted name"
6696 msgid "print output to file with formatted name"
6681 msgstr ""
6697 msgstr ""
6682
6698
6683 msgid "print the given revision"
6699 msgid "print the given revision"
6684 msgstr ""
6700 msgstr "udskriv den angivne revision"
6685
6701
6686 msgid "apply any matching decode filter"
6702 msgid "apply any matching decode filter"
6687 msgstr ""
6703 msgstr ""
6688
6704
6689 msgid "[OPTION]... FILE..."
6705 msgid "[OPTION]... FILE..."
6690 msgstr ""
6706 msgstr "[TILVALG]... FIL..."
6691
6707
6692 msgid "the clone will only contain a repository (no working copy)"
6708 msgid "the clone will only contain a repository (no working copy)"
6693 msgstr ""
6709 msgstr "klonen vil kun indeholde et depot (intet arbejdsbibliotek)"
6694
6710
6695 msgid "a changeset you would like to have after cloning"
6711 msgid "a changeset you would like to have after cloning"
6696 msgstr ""
6712 msgstr "en ændringer du gerne vil have efter kloningen"
6697
6713
6698 msgid "[OPTION]... SOURCE [DEST]"
6714 msgid "[OPTION]... SOURCE [DEST]"
6699 msgstr ""
6715 msgstr "[TILVALG]... KILDE [MÅL]"
6700
6716
6701 msgid "mark new/missing files as added/removed before committing"
6717 msgid "mark new/missing files as added/removed before committing"
6702 msgstr ""
6718 msgstr "marker nye/manglende filer som tilføjede/fjernede før deponering"
6703
6719
6704 msgid "mark a branch as closed, hiding it from the branch list"
6720 msgid "mark a branch as closed, hiding it from the branch list"
6705 msgstr ""
6721 msgstr "marker en gren som lukket, skuler den fra listen af grene"
6706
6722
6707 msgid "record a copy that has already occurred"
6723 msgid "record a copy that has already occurred"
6708 msgstr ""
6724 msgstr ""
6709
6725
6710 msgid "forcibly copy over an existing managed file"
6726 msgid "forcibly copy over an existing managed file"
6711 msgstr ""
6727 msgstr ""
6712
6728
6713 msgid "[OPTION]... [SOURCE]... DEST"
6729 msgid "[OPTION]... [SOURCE]... DEST"
6714 msgstr ""
6730 msgstr "[TILVALG]... [KILDE]... MÅL"
6715
6731
6716 msgid "[INDEX] REV1 REV2"
6732 msgid "[INDEX] REV1 REV2"
6717 msgstr ""
6733 msgstr "[INDEKS] REV1 REV2"
6718
6734
6719 msgid "[COMMAND]"
6735 msgid "[COMMAND]"
6720 msgstr "[KOMMANDO]"
6736 msgstr "[KOMMANDO]"
6721
6737
6722 msgid "show the command options"
6738 msgid "show the command options"
6723 msgstr "vis kommando-flag"
6739 msgstr "vis kommando-flag"
6724
6740
6725 msgid "[-o] CMD"
6741 msgid "[-o] CMD"
6726 msgstr "[-o] KOMMANDO"
6742 msgstr "[-o] KOMMANDO"
6727
6743
6728 msgid "try extended date formats"
6744 msgid "try extended date formats"
6729 msgstr ""
6745 msgstr "prøv udvidede datoformater"
6730
6746
6731 msgid "[-e] DATE [RANGE]"
6747 msgid "[-e] DATE [RANGE]"
6732 msgstr ""
6748 msgstr "[-e] DATO [INTERVAL]"
6733
6749
6734 msgid "FILE REV"
6750 msgid "FILE REV"
6735 msgstr ""
6751 msgstr "FIL REV"
6736
6752
6737 msgid "[PATH]"
6753 msgid "[PATH]"
6738 msgstr ""
6754 msgstr "[STI]"
6739
6755
6740 msgid "FILE"
6756 msgid "FILE"
6741 msgstr ""
6757 msgstr "FIL"
6742
6758
6743 msgid "revision to rebuild to"
6759 msgid "revision to rebuild to"
6744 msgstr ""
6760 msgstr "revision til hvilken der skal gendannes til"
6745
6761
6746 msgid "[-r REV] [REV]"
6762 msgid "[-r REV] [REV]"
6747 msgstr ""
6763 msgstr "[-r REV] [REV]"
6748
6764
6749 msgid "revision to debug"
6765 msgid "revision to debug"
6750 msgstr ""
6766 msgstr "revision der skal fejlsøges"
6751
6767
6752 msgid "[-r REV] FILE"
6768 msgid "[-r REV] FILE"
6753 msgstr ""
6769 msgstr "[-r REV] FIL"
6754
6770
6755 msgid "REV1 [REV2]"
6771 msgid "REV1 [REV2]"
6756 msgstr ""
6772 msgstr "REV1 [REV2]"
6757
6773
6758 msgid "do not display the saved mtime"
6774 msgid "do not display the saved mtime"
6759 msgstr ""
6775 msgstr "vis ikke den gemte mtime"
6760
6776
6761 msgid "[OPTION]..."
6777 msgid "[OPTION]..."
6762 msgstr ""
6778 msgstr "[TILVALG]..."
6763
6779
6764 msgid "revision to check"
6780 msgid "revision to check"
6765 msgstr "revision som skal undersøges"
6781 msgstr "revision som skal undersøges"
6766
6782
6767 msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
6783 msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
6768 msgstr ""
6784 msgstr "[TILVALG]... [-r REV1 [-r REV2]] [FIL]..."
6769
6785
6770 msgid "diff against the second parent"
6786 msgid "diff against the second parent"
6771 msgstr ""
6787 msgstr ""
6772
6788
6773 msgid "[OPTION]... [-o OUTFILESPEC] REV..."
6789 msgid "[OPTION]... [-o OUTFILESPEC] REV..."
6774 msgstr ""
6790 msgstr "[TILVALG]... [-o UDFILSPECIFIKATION] REV..."
6775
6791
6776 msgid "end fields with NUL"
6792 msgid "end fields with NUL"
6777 msgstr ""
6793 msgstr "afslut felter med NUL"
6778
6794
6779 msgid "print all revisions that match"
6795 msgid "print all revisions that match"
6780 msgstr ""
6796 msgstr "udskriv alle revisioner som matcher"
6781
6797
6782 msgid "follow changeset history, or file history across copies and renames"
6798 msgid "follow changeset history, or file history across copies and renames"
6783 msgstr ""
6799 msgstr ""
6784
6800
6785 msgid "ignore case when matching"
6801 msgid "ignore case when matching"
6786 msgstr ""
6802 msgstr ""
6787
6803
6788 msgid "print only filenames and revisions that match"
6804 msgid "print only filenames and revisions that match"
6789 msgstr ""
6805 msgstr "udskriv kun filnavne og revisioner som matcher"
6790
6806
6791 msgid "print matching line numbers"
6807 msgid "print matching line numbers"
6792 msgstr ""
6808 msgstr "udskriv matchende linienumre"
6793
6809
6794 msgid "search in given revision range"
6810 msgid "search in given revision range"
6795 msgstr ""
6811 msgstr "søg i det angivne interval"
6796
6812
6797 msgid "[OPTION]... PATTERN [FILE]..."
6813 msgid "[OPTION]... PATTERN [FILE]..."
6798 msgstr ""
6814 msgstr "[TILVALG]... MØNSTER [FIL]..."
6799
6815
6800 msgid "show only heads which are descendants of REV"
6816 msgid "show only heads which are descendants of REV"
6801 msgstr ""
6817 msgstr "vis kun hoveder som er efterkommere af REV"
6802
6818
6803 msgid "show only the active heads from open branches"
6819 msgid "show only the active heads from open branches"
6804 msgstr ""
6820 msgstr "vis kun aktive hoveder fra åbne grene"
6805
6821
6806 msgid "show normal and closed heads"
6822 msgid "show normal and closed heads"
6807 msgstr "vis normale og lukkede hoveder"
6823 msgstr "vis normale og lukkede hoveder"
6808
6824
6809 msgid "[-r STARTREV] [REV]..."
6825 msgid "[-r STARTREV] [REV]..."
6810 msgstr ""
6826 msgstr "[-r STARTREV] [REV]..."
6811
6827
6812 msgid "[TOPIC]"
6828 msgid "[TOPIC]"
6813 msgstr ""
6829 msgstr "[EMNE]"
6814
6830
6815 msgid "identify the specified revision"
6831 msgid "identify the specified revision"
6816 msgstr ""
6832 msgstr "identificer den angivne revision"
6817
6833
6818 msgid "show local revision number"
6834 msgid "show local revision number"
6819 msgstr ""
6835 msgstr "vis lokalt revisionsnummer"
6820
6836
6821 msgid "show global revision id"
6837 msgid "show global revision id"
6822 msgstr ""
6838 msgstr "vis globalt revisionsnummer"
6823
6839
6824 msgid "show branch"
6840 msgid "show branch"
6825 msgstr ""
6841 msgstr "vis gren"
6826
6842
6827 msgid "show tags"
6843 msgid "show tags"
6828 msgstr "vis mærkater"
6844 msgstr "vis mærkater"
6829
6845
6830 msgid "[-nibt] [-r REV] [SOURCE]"
6846 msgid "[-nibt] [-r REV] [SOURCE]"
6831 msgstr ""
6847 msgstr "[-nibt] [-r REV] [KILDE]"
6832
6848
6833 msgid ""
6849 msgid ""
6834 "directory strip option for patch. This has the same meaning as the "
6850 "directory strip option for patch. This has the same meaning as the "
6835 "corresponding patch option"
6851 "corresponding patch option"
6836 msgstr ""
6852 msgstr ""
6837
6853
6838 msgid "base path"
6854 msgid "base path"
6839 msgstr ""
6855 msgstr ""
6840
6856
6841 msgid "skip check for outstanding uncommitted changes"
6857 msgid "skip check for outstanding uncommitted changes"
6842 msgstr ""
6858 msgstr "spring kontrollen for udeponerede ændringer over"
6843
6859
6844 msgid "don't commit, just update the working directory"
6860 msgid "don't commit, just update the working directory"
6845 msgstr ""
6861 msgstr "deponer ikke, opdater blot arbejdskataloget"
6846
6862
6847 msgid "apply patch to the nodes from which it was generated"
6863 msgid "apply patch to the nodes from which it was generated"
6848 msgstr ""
6864 msgstr "anvend lap på den knude hvorfra den var genereret"
6849
6865
6850 msgid "use any branch information in patch (implied by --exact)"
6866 msgid "use any branch information in patch (implied by --exact)"
6851 msgstr ""
6867 msgstr ""
6852
6868
6853 msgid "[OPTION]... PATCH..."
6869 msgid "[OPTION]... PATCH..."
6854 msgstr ""
6870 msgstr "[TILVALG]... LAP..."
6855
6871
6856 msgid "show newest record first"
6872 msgid "show newest record first"
6857 msgstr ""
6873 msgstr "vis nyeste postering først"
6858
6874
6859 msgid "file to store the bundles into"
6875 msgid "file to store the bundles into"
6860 msgstr ""
6876 msgstr "fil hvor bundterne skal gemmes"
6861
6877
6862 msgid "a specific revision up to which you would like to pull"
6878 msgid "a specific revision up to which you would like to pull"
6863 msgstr ""
6879 msgstr "en specifik revision hvortil du gerne vil trække"
6864
6880
6865 msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
6881 msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
6866 msgstr ""
6882 msgstr "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILNAVN] [KILDE]"
6867
6883
6868 msgid "[-e CMD] [--remotecmd CMD] [DEST]"
6884 msgid "[-e CMD] [--remotecmd CMD] [DEST]"
6869 msgstr ""
6885 msgstr "[-e KOMMANDO] [--remotecmd KOMMANDO] [MÅL]"
6870
6886
6871 msgid "search the repository as it stood at REV"
6887 msgid "search the repository as it stood at REV"
6872 msgstr ""
6888 msgstr ""
6873
6889
6874 msgid "end filenames with NUL, for use with xargs"
6890 msgid "end filenames with NUL, for use with xargs"
6875 msgstr ""
6891 msgstr "afslut filnavne med NUL, til brug med xargs"
6876
6892
6877 msgid "print complete paths from the filesystem root"
6893 msgid "print complete paths from the filesystem root"
6878 msgstr ""
6894 msgstr "udskriv fulde stier fra filsystemets rod"
6879
6895
6880 msgid "[OPTION]... [PATTERN]..."
6896 msgid "[OPTION]... [PATTERN]..."
6881 msgstr ""
6897 msgstr "[TILVALG]... [MØNSTER]..."
6882
6898
6883 msgid "only follow the first parent of merge changesets"
6899 msgid "only follow the first parent of merge changesets"
6884 msgstr ""
6900 msgstr "følg kun den første forælder for sammenføjningsændringer"
6885
6901
6886 msgid "show revisions matching date spec"
6902 msgid "show revisions matching date spec"
6887 msgstr ""
6903 msgstr "vis revisioner som matcher datoangivelsen"
6888
6904
6889 msgid "show copied files"
6905 msgid "show copied files"
6890 msgstr ""
6906 msgstr "vis kopierede filer"
6891
6907
6892 msgid "do case-insensitive search for a keyword"
6908 msgid "do case-insensitive search for a keyword"
6893 msgstr ""
6909 msgstr "lav søgning efter nøgleord uden forskel på små/store bogstaver"
6894
6910
6895 msgid "include revisions where files were removed"
6911 msgid "include revisions where files were removed"
6896 msgstr ""
6912 msgstr "inkluder revisioner hvor filer blev slettet"
6897
6913
6898 msgid "show only merges"
6914 msgid "show only merges"
6899 msgstr ""
6915 msgstr "vis kun sammenføjninger"
6900
6916
6901 msgid "revisions committed by user"
6917 msgid "revisions committed by user"
6902 msgstr ""
6918 msgstr "revisioner deponeret af bruger"
6903
6919
6904 msgid "show only changesets within the given named branch"
6920 msgid "show only changesets within the given named branch"
6905 msgstr ""
6921 msgstr "vis kun ændringer på den angivne navngivne gren"
6906
6922
6907 msgid "do not display revision or any of its ancestors"
6923 msgid "do not display revision or any of its ancestors"
6908 msgstr ""
6924 msgstr "vis ikke revision eller nogen af den forfædre"
6909
6925
6910 msgid "[OPTION]... [FILE]"
6926 msgid "[OPTION]... [FILE]"
6911 msgstr ""
6927 msgstr "[TILVALG]... [FIL]"
6912
6928
6913 msgid "revision to display"
6929 msgid "revision to display"
6914 msgstr ""
6930 msgstr "revision der skal vises"
6915
6931
6916 msgid "[-r REV]"
6932 msgid "[-r REV]"
6917 msgstr ""
6933 msgstr "[-r REV]"
6918
6934
6919 msgid "force a merge with outstanding changes"
6935 msgid "force a merge with outstanding changes"
6920 msgstr ""
6936 msgstr ""
6921
6937
6922 msgid "revision to merge"
6938 msgid "revision to merge"
6923 msgstr ""
6939 msgstr "revision der skal sammenføjes"
6924
6940
6925 msgid "review revisions to merge (no merge is performed)"
6941 msgid "review revisions to merge (no merge is performed)"
6926 msgstr ""
6942 msgstr ""
6927
6943
6928 msgid "[-f] [[-r] REV]"
6944 msgid "[-f] [[-r] REV]"
6929 msgstr ""
6945 msgstr "[-f] [[-r] REV]"
6930
6946
6931 msgid "a specific revision up to which you would like to push"
6947 msgid "a specific revision up to which you would like to push"
6932 msgstr ""
6948 msgstr ""
6933
6949
6934 msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
6950 msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
6935 msgstr ""
6951 msgstr "[-M] [-p] [-n] [-f] [-r REV]... [MÅL]"
6936
6952
6937 msgid "show parents from the specified revision"
6953 msgid "show parents from the specified revision"
6938 msgstr ""
6954 msgstr "vis forældre for den angivne revision"
6939
6955
6940 msgid "[-r REV] [FILE]"
6956 msgid "[-r REV] [FILE]"
6941 msgstr ""
6957 msgstr "[-r REV] [FIL]"
6942
6958
6943 msgid "[NAME]"
6959 msgid "[NAME]"
6944 msgstr ""
6960 msgstr "[NAVN]"
6945
6961
6946 msgid "update to new tip if changesets were pulled"
6962 msgid "update to new tip if changesets were pulled"
6947 msgstr ""
6963 msgstr "opdater til den nye spids hvis ændringer blev trukket ned"
6948
6964
6949 msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
6965 msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
6950 msgstr ""
6966 msgstr "[-u] [-f] [-r REV]... [-e KOMMANDO] [--remotecmd KOMMANDO] [KILDE]"
6951
6967
6952 msgid "force push"
6968 msgid "force push"
6953 msgstr ""
6969 msgstr "gennemtving skubning"
6954
6970
6955 msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
6971 msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
6956 msgstr ""
6972 msgstr "[-f] [-r REV]... [-e KOMMANDO] [--remotecmd KOMMANDO] [MÅL]"
6957
6973
6958 msgid "record delete for missing files"
6974 msgid "record delete for missing files"
6959 msgstr ""
6975 msgstr ""
6960
6976
6961 msgid "remove (and delete) file even if added or modified"
6977 msgid "remove (and delete) file even if added or modified"
6962 msgstr ""
6978 msgstr "fjern (og slet) fil selv hvis tilføjet eller ændret"
6963
6979
6964 msgid "record a rename that has already occurred"
6980 msgid "record a rename that has already occurred"
6965 msgstr ""
6981 msgstr ""
6966
6982
6967 msgid "[OPTION]... SOURCE... DEST"
6983 msgid "[OPTION]... SOURCE... DEST"
6968 msgstr ""
6984 msgstr "[TILVALG]... KILDE... MÅL"
6969
6985
6970 msgid "remerge all unresolved files"
6986 msgid "remerge all unresolved files"
6971 msgstr ""
6987 msgstr "gen-sammenføj alle uløste filer"
6972
6988
6973 msgid "list state of files needing merge"
6989 msgid "list state of files needing merge"
6974 msgstr ""
6990 msgstr "vis tilstand af filer som har brug for sammenføjning"
6975
6991
6976 msgid "mark files as resolved"
6992 msgid "mark files as resolved"
6977 msgstr ""
6993 msgstr "marker filer som løste"
6978
6994
6979 msgid "unmark files as resolved"
6995 msgid "unmark files as resolved"
6980 msgstr ""
6996 msgstr "marker filer som uløste"
6981
6997
6982 msgid "revert all changes when no arguments given"
6998 msgid "revert all changes when no arguments given"
6983 msgstr ""
6999 msgstr "før alle ændringer tilbage når inget argument angives"
6984
7000
6985 msgid "tipmost revision matching date"
7001 msgid "tipmost revision matching date"
6986 msgstr ""
7002 msgstr ""
6987
7003
6988 msgid "revision to revert to"
7004 msgid "revision to revert to"
6989 msgstr ""
7005 msgstr "revision der skal føres tilbage til"
6990
7006
6991 msgid "do not save backup copies of files"
7007 msgid "do not save backup copies of files"
6992 msgstr ""
7008 msgstr "gem ikke sikkerhedskopier af filer"
6993
7009
6994 msgid "[OPTION]... [-r REV] [NAME]..."
7010 msgid "[OPTION]... [-r REV] [NAME]..."
6995 msgstr ""
7011 msgstr "[TILVALG]... [-r REV] [NAVN]..."
6996
7012
6997 msgid "name of access log file to write to"
7013 msgid "name of access log file to write to"
6998 msgstr "navn på adgangslogfilen der skrives til"
7014 msgstr "navn på adgangslogfilen der skrives til"
6999
7015
7000 msgid "name of error log file to write to"
7016 msgid "name of error log file to write to"
7001 msgstr "navn på fejlllog fil der skrives til"
7017 msgstr "navn på fejlllog fil der skrives til"
7002
7018
7003 msgid "port to listen on (default: 8000)"
7019 msgid "port to listen on (default: 8000)"
7004 msgstr ""
7020 msgstr "port der skal lyttes på (standard: 8000)"
7005
7021
7006 msgid "address to listen on (default: all interfaces)"
7022 msgid "address to listen on (default: all interfaces)"
7007 msgstr ""
7023 msgstr "adresse der skal lyttes til (standard: alle grænseflader)"
7008
7024
7009 msgid "prefix path to serve from (default: server root)"
7025 msgid "prefix path to serve from (default: server root)"
7010 msgstr "prefiks sti at udstille fra (default: server-rod)"
7026 msgstr "prefiks sti at udstille fra (default: server-rod)"
7011
7027
7012 msgid "name to show in web pages (default: working directory)"
7028 msgid "name to show in web pages (default: working directory)"
7013 msgstr ""
7029 msgstr "navn der skal vises på websider (standard: arbejdskatalog)"
7014
7030
7015 msgid "name of the webdir config file (serve more than one repository)"
7031 msgid "name of the webdir config file (serve more than one repository)"
7016 msgstr ""
7032 msgstr "navn på webdir konfigurationsfil (serve mere end et depot)"
7017
7033
7018 msgid "for remote clients"
7034 msgid "for remote clients"
7019 msgstr "for fjernklienter"
7035 msgstr "for fjernklienter"
7020
7036
7021 msgid "web templates to use"
7037 msgid "web templates to use"
7022 msgstr "web-skabelon"
7038 msgstr "web-skabelon"
7023
7039
7024 msgid "template style to use"
7040 msgid "template style to use"
7025 msgstr "skabelon-stil"
7041 msgstr "skabelon-stil"
7026
7042
7027 msgid "use IPv6 in addition to IPv4"
7043 msgid "use IPv6 in addition to IPv4"
7028 msgstr "brug IPv6 og IPv4"
7044 msgstr "brug IPv6 og IPv4"
7029
7045
7030 msgid "SSL certificate file"
7046 msgid "SSL certificate file"
7031 msgstr "SSL certifikatfil"
7047 msgstr "SSL certifikatfil"
7032
7048
7033 msgid "show untrusted configuration options"
7049 msgid "show untrusted configuration options"
7034 msgstr ""
7050 msgstr "vis ikke-betroede konfigurationsværdier"
7035
7051
7036 msgid "[-u] [NAME]..."
7052 msgid "[-u] [NAME]..."
7037 msgstr ""
7053 msgstr "[-u] [NAVN]..."
7038
7054
7039 msgid "show status of all files"
7055 msgid "show status of all files"
7040 msgstr "vis status på alle filer"
7056 msgstr "vis status på alle filer"
7041
7057
7042 msgid "show only modified files"
7058 msgid "show only modified files"
7043 msgstr "vis kun ændrede filer"
7059 msgstr "vis kun ændrede filer"
7044
7060
7045 msgid "show only added files"
7061 msgid "show only added files"
7046 msgstr "vis kun tilføjede filer"
7062 msgstr "vis kun tilføjede filer"
7047
7063
7048 msgid "show only removed files"
7064 msgid "show only removed files"
7049 msgstr "vis kun fjernede filer"
7065 msgstr "vis kun fjernede filer"
7050
7066
7051 msgid "show only deleted (but tracked) files"
7067 msgid "show only deleted (but tracked) files"
7052 msgstr "vis kun slettede (men kendte) filer"
7068 msgstr "vis kun slettede (men kendte) filer"
7053
7069
7054 msgid "show only files without changes"
7070 msgid "show only files without changes"
7055 msgstr "vis kun filer unden ændringer"
7071 msgstr "vis kun filer unden ændringer"
7056
7072
7057 msgid "show only unknown (not tracked) files"
7073 msgid "show only unknown (not tracked) files"
7058 msgstr "vis kun ukendte filer"
7074 msgstr "vis kun ukendte filer"
7059
7075
7060 msgid "show only ignored files"
7076 msgid "show only ignored files"
7061 msgstr "vis kun ignorerede filer"
7077 msgstr "vis kun ignorerede filer"
7062
7078
7063 msgid "hide status prefix"
7079 msgid "hide status prefix"
7064 msgstr "skjul statuspræfix"
7080 msgstr "skjul statuspræfix"
7065
7081
7066 msgid "show source of copied files"
7082 msgid "show source of copied files"
7067 msgstr "vis kilder for kopierede filer"
7083 msgstr "vis kilder for kopierede filer"
7068
7084
7069 msgid "show difference from revision"
7085 msgid "show difference from revision"
7070 msgstr "vis forskelle fra revision"
7086 msgstr "vis forskelle fra revision"
7071
7087
7072 msgid "replace existing tag"
7088 msgid "replace existing tag"
7073 msgstr "erstat eksisterende mærkat"
7089 msgstr "erstat eksisterende mærkat"
7074
7090
7075 msgid "make the tag local"
7091 msgid "make the tag local"
7076 msgstr "gør mærkaten lokal"
7092 msgstr "gør mærkaten lokal"
7077
7093
7078 msgid "revision to tag"
7094 msgid "revision to tag"
7079 msgstr "revision der skal mærkes"
7095 msgstr "revision der skal mærkes"
7080
7096
7081 msgid "remove a tag"
7097 msgid "remove a tag"
7082 msgstr "fjern en mærkat"
7098 msgstr "fjern en mærkat"
7083
7099
7084 msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
7100 msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
7085 msgstr ""
7101 msgstr "[-l] [-m TEKST] [-d DATO] [-u BRUGER] [-r REV] NAVN..."
7086
7102
7087 msgid "[-p]"
7103 msgid "[-p]"
7088 msgstr "[-p]"
7104 msgstr "[-p]"
7089
7105
7090 msgid "update to new tip if changesets were unbundled"
7106 msgid "update to new tip if changesets were unbundled"
7091 msgstr "opdater til ny spids hvis ændringer blev pakket ud"
7107 msgstr "opdater til ny spids hvis ændringer blev pakket ud"
7092
7108
7093 msgid "[-u] FILE..."
7109 msgid "[-u] FILE..."
7094 msgstr "[-u] FIL..."
7110 msgstr "[-u] FIL..."
7095
7111
7096 msgid "overwrite locally modified files (no backup)"
7112 msgid "overwrite locally modified files (no backup)"
7097 msgstr "overskrev lokalt modificerede filer (uden sikkerhedskopi)"
7113 msgstr "overskrev lokalt modificerede filer (uden sikkerhedskopi)"
7098
7114
7099 msgid "check for uncommitted changes"
7115 msgid "check for uncommitted changes"
7100 msgstr ""
7116 msgstr "kontroller for udeponerede ændringer"
7101
7117
7102 msgid "[-C] [-d DATE] [[-r] REV]"
7118 msgid "[-C] [-d DATE] [[-r] REV]"
7103 msgstr "[-C] [-d DATO] [[-r] REV]"
7119 msgstr "[-C] [-d DATO] [[-r] REV]"
7104
7120
7105 #, python-format
7121 #, python-format
7106 msgid "config error at %s:%d: '%s'"
7122 msgid "config error at %s:%d: '%s'"
7107 msgstr "konfigurationsfejl på %s:%d: '%s'"
7123 msgstr "konfigurationsfejl på %s:%d: '%s'"
7108
7124
7109 msgid "not found in manifest"
7125 msgid "not found in manifest"
7110 msgstr "blev ikke fundet i manifest"
7126 msgstr "blev ikke fundet i manifest"
7111
7127
7112 msgid "branch name not in UTF-8!"
7128 msgid "branch name not in UTF-8!"
7113 msgstr "grennavn er ikke i UTF-8!"
7129 msgstr "grennavn er ikke i UTF-8!"
7114
7130
7115 #, python-format
7131 #, python-format
7116 msgid " searching for copies back to rev %d\n"
7132 msgid " searching for copies back to rev %d\n"
7117 msgstr " søger efter kopier tilbage til revision %d\n"
7133 msgstr " søger efter kopier tilbage til revision %d\n"
7118
7134
7119 #, python-format
7135 #, python-format
7120 msgid ""
7136 msgid ""
7121 " unmatched files in local:\n"
7137 " unmatched files in local:\n"
7122 " %s\n"
7138 " %s\n"
7123 msgstr ""
7139 msgstr ""
7124
7140
7125 #, python-format
7141 #, python-format
7126 msgid ""
7142 msgid ""
7127 " unmatched files in other:\n"
7143 " unmatched files in other:\n"
7128 " %s\n"
7144 " %s\n"
7129 msgstr ""
7145 msgstr ""
7130
7146
7131 msgid " all copies found (* = to merge, ! = divergent):\n"
7147 msgid " all copies found (* = to merge, ! = divergent):\n"
7132 msgstr ""
7148 msgstr ""
7133
7149
7134 msgid " checking for directory renames\n"
7150 msgid " checking for directory renames\n"
7135 msgstr ""
7151 msgstr " undersøger katalogomdøbninger\n"
7136
7152
7137 #, python-format
7153 #, python-format
7138 msgid " dir %s -> %s\n"
7154 msgid " dir %s -> %s\n"
7139 msgstr ""
7155 msgstr " katalog %s -> %s\n"
7140
7156
7141 #, python-format
7157 #, python-format
7142 msgid " file %s -> %s\n"
7158 msgid " file %s -> %s\n"
7143 msgstr ""
7159 msgstr " fil %s -> %s\n"
7144
7160
7145 msgid "working directory state appears damaged!"
7161 msgid "working directory state appears damaged!"
7146 msgstr "arbejdskatalogtilstand virker beskadiget!"
7162 msgstr "arbejdskatalogtilstand virker beskadiget!"
7147
7163
7148 #, python-format
7164 #, python-format
7149 msgid "'\\n' and '\\r' disallowed in filenames: %r"
7165 msgid "'\\n' and '\\r' disallowed in filenames: %r"
7150 msgstr "'\\n' og '\\r' må ikke forekomme i filnavne: %r"
7166 msgstr "'\\n' og '\\r' må ikke forekomme i filnavne: %r"
7151
7167
7152 #, python-format
7168 #, python-format
7153 msgid "directory %r already in dirstate"
7169 msgid "directory %r already in dirstate"
7154 msgstr "katalog %r er allerede i dirstate"
7170 msgstr "katalog %r er allerede i dirstate"
7155
7171
7156 #, python-format
7172 #, python-format
7157 msgid "file %r in dirstate clashes with %r"
7173 msgid "file %r in dirstate clashes with %r"
7158 msgstr ""
7174 msgstr ""
7159
7175
7160 #, python-format
7176 #, python-format
7161 msgid "not in dirstate: %s\n"
7177 msgid "not in dirstate: %s\n"
7162 msgstr "ikke i dirstate: %s\n"
7178 msgstr "ikke i dirstate: %s\n"
7163
7179
7164 msgid "unknown"
7180 msgid "unknown"
7165 msgstr "ukendt"
7181 msgstr "ukendt"
7166
7182
7167 msgid "character device"
7183 msgid "character device"
7168 msgstr ""
7184 msgstr "tegn-specialfil"
7169
7185
7170 msgid "block device"
7186 msgid "block device"
7171 msgstr ""
7187 msgstr "blok-specialfil"
7172
7188
7173 msgid "fifo"
7189 msgid "fifo"
7174 msgstr ""
7190 msgstr "fifo"
7175
7191
7176 msgid "socket"
7192 msgid "socket"
7177 msgstr ""
7193 msgstr "sokkel"
7178
7194
7179 msgid "directory"
7195 msgid "directory"
7180 msgstr ""
7196 msgstr "katalog"
7181
7197
7182 #, python-format
7198 #, python-format
7183 msgid "unsupported file type (type is %s)"
7199 msgid "unsupported file type (type is %s)"
7184 msgstr ""
7200 msgstr "usupporteret filtype (typen er %s)"
7185
7201
7186 #, python-format
7202 #, python-format
7187 msgid "abort: %s\n"
7203 msgid "abort: %s\n"
7188 msgstr "afbrudt: %s\n"
7204 msgstr "afbrudt: %s\n"
7189
7205
7190 #, python-format
7206 #, python-format
7191 msgid ""
7207 msgid ""
7192 "hg: command '%s' is ambiguous:\n"
7208 "hg: command '%s' is ambiguous:\n"
7193 " %s\n"
7209 " %s\n"
7194 msgstr ""
7210 msgstr ""
7195 "hg: kommandoen '%s' is tvetydig:\n"
7211 "hg: kommandoen '%s' is tvetydig:\n"
7196 " %s\n"
7212 " %s\n"
7197
7213
7198 #, python-format
7214 #, python-format
7199 msgid "hg: %s\n"
7215 msgid "hg: %s\n"
7200 msgstr "hg: %s\n"
7216 msgstr "hg: %s\n"
7201
7217
7202 #, python-format
7218 #, python-format
7203 msgid "timed out waiting for lock held by %s"
7219 msgid "timed out waiting for lock held by %s"
7204 msgstr ""
7220 msgstr "tiden løb ud ved vent på lås holdt af %s"
7205
7221
7206 #, python-format
7222 #, python-format
7207 msgid "lock held by %s"
7223 msgid "lock held by %s"
7208 msgstr "lås holdt af %s"
7224 msgstr "lås holdt af %s"
7209
7225
7210 #, python-format
7226 #, python-format
7211 msgid "abort: %s: %s\n"
7227 msgid "abort: %s: %s\n"
7212 msgstr "afbrudt: %s: %s\n"
7228 msgstr "afbrudt: %s: %s\n"
7213
7229
7214 #, python-format
7230 #, python-format
7215 msgid "abort: could not lock %s: %s\n"
7231 msgid "abort: could not lock %s: %s\n"
7216 msgstr "afbrudt: kunne ikke låse %s: %s\n"
7232 msgstr "afbrudt: kunne ikke låse %s: %s\n"
7217
7233
7218 #, python-format
7234 #, python-format
7219 msgid "hg %s: %s\n"
7235 msgid "hg %s: %s\n"
7220 msgstr "hg %s: %s\n"
7236 msgstr "hg %s: %s\n"
7221
7237
7222 #, python-format
7238 #, python-format
7223 msgid "abort: %s!\n"
7239 msgid "abort: %s!\n"
7224 msgstr "afbrudt: %s!\n"
7240 msgstr "afbrudt: %s!\n"
7225
7241
7226 #, python-format
7242 #, python-format
7227 msgid "abort: %s"
7243 msgid "abort: %s"
7228 msgstr "afbrudt: %s"
7244 msgstr "afbrudt: %s"
7229
7245
7230 msgid " empty string\n"
7246 msgid " empty string\n"
7231 msgstr " tom streng\n"
7247 msgstr " tom streng\n"
7232
7248
7233 msgid "killed!\n"
7249 msgid "killed!\n"
7234 msgstr "dræbt!\n"
7250 msgstr "dræbt!\n"
7235
7251
7236 #, python-format
7252 #, python-format
7237 msgid "hg: unknown command '%s'\n"
7253 msgid "hg: unknown command '%s'\n"
7238 msgstr "hg: ukendt kommando '%s'\n"
7254 msgstr "hg: ukendt kommando '%s'\n"
7239
7255
7240 #, python-format
7256 #, python-format
7241 msgid "abort: could not import module %s!\n"
7257 msgid "abort: could not import module %s!\n"
7242 msgstr "afbrudt: kunne ikke importere modul %s!\n"
7258 msgstr "afbrudt: kunne ikke importere modul %s!\n"
7243
7259
7244 msgid "(did you forget to compile extensions?)\n"
7260 msgid "(did you forget to compile extensions?)\n"
7245 msgstr "(glemte du at kompilere udvidelserne?)\n"
7261 msgstr "(glemte du at kompilere udvidelserne?)\n"
7246
7262
7247 msgid "(is your Python install correct?)\n"
7263 msgid "(is your Python install correct?)\n"
7248 msgstr "(er din Python installeret korrekt?)\n"
7264 msgstr "(er din Python installeret korrekt?)\n"
7249
7265
7250 #, python-format
7266 #, python-format
7251 msgid "abort: error: %s\n"
7267 msgid "abort: error: %s\n"
7252 msgstr "afbrudt: fejl: %s\n"
7268 msgstr "afbrudt: fejl: %s\n"
7253
7269
7254 msgid "broken pipe\n"
7270 msgid "broken pipe\n"
7255 msgstr "afbrudt pipe\n"
7271 msgstr "afbrudt pipe\n"
7256
7272
7257 msgid "interrupted!\n"
7273 msgid "interrupted!\n"
7258 msgstr "standset!\n"
7274 msgstr "standset!\n"
7259
7275
7260 msgid ""
7276 msgid ""
7261 "\n"
7277 "\n"
7262 "broken pipe\n"
7278 "broken pipe\n"
7263 msgstr ""
7279 msgstr ""
7264 "\n"
7280 "\n"
7265 "afbrudt pipe\n"
7281 "afbrudt pipe\n"
7266
7282
7267 msgid "abort: out of memory\n"
7283 msgid "abort: out of memory\n"
7268 msgstr "afbrudt: løbet tør for hukommelse\n"
7284 msgstr "afbrudt: løbet tør for hukommelse\n"
7269
7285
7270 msgid "** unknown exception encountered, details follow\n"
7286 msgid "** unknown exception encountered, details follow\n"
7271 msgstr "** der opstod en ukendt fejl, detaljer følger\n"
7287 msgstr "** der opstod en ukendt fejl, detaljer følger\n"
7272
7288
7273 msgid "** report bug details to http://www.selenic.com/mercurial/bts\n"
7289 msgid "** report bug details to http://www.selenic.com/mercurial/bts\n"
7274 msgstr "** angiv fejldetaljer på http://www.selenic.com/mercurial/bts\n"
7290 msgstr "** angiv fejldetaljer på http://www.selenic.com/mercurial/bts\n"
7275
7291
7276 msgid "** or mercurial@selenic.com\n"
7292 msgid "** or mercurial@selenic.com\n"
7277 msgstr "** eller mercurial@selenic.com\n"
7293 msgstr "** eller mercurial@selenic.com\n"
7278
7294
7279 #, python-format
7295 #, python-format
7280 msgid "** Mercurial Distributed SCM (version %s)\n"
7296 msgid "** Mercurial Distributed SCM (version %s)\n"
7281 msgstr "** Mercurial Distributed SCM (version %s)\n"
7297 msgstr "** Mercurial Distributed SCM (version %s)\n"
7282
7298
7283 #, python-format
7299 #, python-format
7284 msgid "** Extensions loaded: %s\n"
7300 msgid "** Extensions loaded: %s\n"
7285 msgstr "** Udvidelser indlæst: %s\n"
7301 msgstr "** Udvidelser indlæst: %s\n"
7286
7302
7287 #, python-format
7303 #, python-format
7288 msgid "no definition for alias '%s'\n"
7304 msgid "no definition for alias '%s'\n"
7289 msgstr "ingen definition for alias '%s'\n"
7305 msgstr "ingen definition for alias '%s'\n"
7290
7306
7291 #, python-format
7307 #, python-format
7292 msgid "alias '%s' resolves to unknown command '%s'\n"
7308 msgid "alias '%s' resolves to unknown command '%s'\n"
7293 msgstr "alias '%s' oversætter til ukendt kommando '%s'\n"
7309 msgstr "alias '%s' oversætter til ukendt kommando '%s'\n"
7294
7310
7295 #, python-format
7311 #, python-format
7296 msgid "alias '%s' resolves to ambiguous command '%s'\n"
7312 msgid "alias '%s' resolves to ambiguous command '%s'\n"
7297 msgstr "alias '%s' oversætter til tvetydig kommando '%s'\n"
7313 msgstr "alias '%s' oversætter til tvetydig kommando '%s'\n"
7298
7314
7299 #, python-format
7315 #, python-format
7300 msgid "alias '%s' shadows command\n"
7316 msgid "alias '%s' shadows command\n"
7301 msgstr "alias '%s' skygger for en kommando\n"
7317 msgstr "alias '%s' skygger for en kommando\n"
7302
7318
7303 #, python-format
7319 #, python-format
7304 msgid "malformed --config option: %s"
7320 msgid "malformed --config option: %s"
7305 msgstr ""
7321 msgstr "misdannet --config tilvalg: %s"
7306
7322
7307 #, python-format
7323 #, python-format
7308 msgid "extension '%s' overrides commands: %s\n"
7324 msgid "extension '%s' overrides commands: %s\n"
7309 msgstr "udvidelse '%s' overskriver kommandoer: %s\n"
7325 msgstr "udvidelse '%s' overskriver kommandoer: %s\n"
7310
7326
7311 msgid "Option --config may not be abbreviated!"
7327 msgid "Option --config may not be abbreviated!"
7312 msgstr "Tilvalget --config må ikke forkortes!"
7328 msgstr "Tilvalget --config må ikke forkortes!"
7313
7329
7314 msgid "Option --cwd may not be abbreviated!"
7330 msgid "Option --cwd may not be abbreviated!"
7315 msgstr "Tilvalget --cwd må ikke forkortes!"
7331 msgstr "Tilvalget --cwd må ikke forkortes!"
7316
7332
7317 msgid ""
7333 msgid ""
7318 "Option -R has to be separated from other options (e.g. not -qR) and --"
7334 "Option -R has to be separated from other options (e.g. not -qR) and --"
7319 "repository may only be abbreviated as --repo!"
7335 "repository may only be abbreviated as --repo!"
7320 msgstr ""
7336 msgstr ""
7321 "Tilvalget -R skal adskilles fra andre tilvalg (fx ikke -qR) og --repository "
7337 "Tilvalget -R skal adskilles fra andre tilvalg (fx ikke -qR) og --repository "
7322 "må kun forkortes som --repo!"
7338 "må kun forkortes som --repo!"
7323
7339
7324 #, python-format
7340 #, python-format
7325 msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
7341 msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
7326 msgstr ""
7342 msgstr ""
7327
7343
7328 #, python-format
7344 #, python-format
7329 msgid "repository '%s' is not local"
7345 msgid "repository '%s' is not local"
7330 msgstr "depot '%s' er ikke lokalt"
7346 msgstr "depot '%s' er ikke lokalt"
7331
7347
7332 msgid "invalid arguments"
7348 msgid "invalid arguments"
7333 msgstr "ugyldige parametre"
7349 msgstr "ugyldige parametre"
7334
7350
7335 #, python-format
7351 #, python-format
7336 msgid "unrecognized profiling format '%s' - Ignored\n"
7352 msgid "unrecognized profiling format '%s' - Ignored\n"
7337 msgstr ""
7353 msgstr "profileringsformat '%s' ikke genkendt - Ignoreret\n"
7338
7354
7339 msgid ""
7355 msgid ""
7340 "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
7356 "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
7341 "misc/lsprof/"
7357 "misc/lsprof/"
7342 msgstr ""
7358 msgstr ""
7343 "lsprof er ikke tilgængelig - installer fra http://codespeak.net/svn/user/"
7359 "lsprof er ikke tilgængelig - installer fra http://codespeak.net/svn/user/"
7344 "arigo/hack/misc/lsprof/"
7360 "arigo/hack/misc/lsprof/"
7345
7361
7346 #, python-format
7362 #, python-format
7347 msgid "*** failed to import extension %s from %s: %s\n"
7363 msgid "*** failed to import extension %s from %s: %s\n"
7348 msgstr "*** import af udvidelse %s fra %s fejlede: %s\n"
7364 msgstr "*** import af udvidelse %s fra %s fejlede: %s\n"
7349
7365
7350 #, python-format
7366 #, python-format
7351 msgid "*** failed to import extension %s: %s\n"
7367 msgid "*** failed to import extension %s: %s\n"
7352 msgstr "*** import af udvidelse %s fejlede: %s\n"
7368 msgstr "*** import af udvidelse %s fejlede: %s\n"
7353
7369
7354 #, python-format
7370 #, python-format
7355 msgid "couldn't find merge tool %s\n"
7371 msgid "couldn't find merge tool %s\n"
7356 msgstr "kunne ikke finde sammenføjningsværktøj %s\n"
7372 msgstr "kunne ikke finde sammenføjningsværktøj %s\n"
7357
7373
7358 #, python-format
7374 #, python-format
7359 msgid "tool %s can't handle symlinks\n"
7375 msgid "tool %s can't handle symlinks\n"
7360 msgstr "værktøj %s kan ikke håndtere symbolske lænker\n"
7376 msgstr "værktøj %s kan ikke håndtere symbolske lænker\n"
7361
7377
7362 #, python-format
7378 #, python-format
7363 msgid "tool %s can't handle binary\n"
7379 msgid "tool %s can't handle binary\n"
7364 msgstr "værktøj %s kan ikke håndtere binære filer\n"
7380 msgstr "værktøj %s kan ikke håndtere binære filer\n"
7365
7381
7366 #, python-format
7382 #, python-format
7367 msgid "tool %s requires a GUI\n"
7383 msgid "tool %s requires a GUI\n"
7368 msgstr "værktøj %s kræver et GUI\n"
7384 msgstr "værktøj %s kræver et GUI\n"
7369
7385
7370 #, python-format
7386 #, python-format
7371 msgid "picked tool '%s' for %s (binary %s symlink %s)\n"
7387 msgid "picked tool '%s' for %s (binary %s symlink %s)\n"
7372 msgstr "valgte værktøj '%s' til %s (binær %s symbolsk link %s)\n"
7388 msgstr "valgte værktøj '%s' til %s (binær %s symbolsk link %s)\n"
7373
7389
7374 #, python-format
7390 #, python-format
7375 msgid ""
7391 msgid ""
7376 " no tool found to merge %s\n"
7392 " no tool found to merge %s\n"
7377 "keep (l)ocal or take (o)ther?"
7393 "keep (l)ocal or take (o)ther?"
7378 msgstr ""
7394 msgstr ""
7379
7395
7380 msgid "&Local"
7396 msgid "&Local"
7381 msgstr ""
7397 msgstr ""
7382
7398
7383 msgid "&Other"
7399 msgid "&Other"
7384 msgstr ""
7400 msgstr ""
7385
7401
7386 msgid "l"
7402 msgid "l"
7387 msgstr "l"
7403 msgstr "l"
7388
7404
7389 #, python-format
7405 #, python-format
7390 msgid "merging %s and %s to %s\n"
7406 msgid "merging %s and %s to %s\n"
7391 msgstr "føjer %s og %s sammen til %s\n"
7407 msgstr "føjer %s og %s sammen til %s\n"
7392
7408
7393 #, python-format
7409 #, python-format
7394 msgid "merging %s\n"
7410 msgid "merging %s\n"
7395 msgstr "sammenføjer %s\n"
7411 msgstr "sammenføjer %s\n"
7396
7412
7397 #, python-format
7413 #, python-format
7398 msgid "my %s other %s ancestor %s\n"
7414 msgid "my %s other %s ancestor %s\n"
7399 msgstr ""
7415 msgstr "min %s anden %s forfar %s\n"
7400
7416
7401 msgid " premerge successful\n"
7417 msgid " premerge successful\n"
7402 msgstr "præ-sammenføjning succesfuld\n"
7418 msgstr "præ-sammenføjning succesfuld\n"
7403
7419
7404 #, python-format
7420 #, python-format
7405 msgid ""
7421 msgid ""
7406 " output file %s appears unchanged\n"
7422 " output file %s appears unchanged\n"
7407 "was merge successful (yn)?"
7423 "was merge successful (yn)?"
7408 msgstr ""
7424 msgstr ""
7409
7425
7410 msgid "&No"
7426 msgid "&No"
7411 msgstr ""
7427 msgstr ""
7412
7428
7413 msgid "&Yes"
7429 msgid "&Yes"
7414 msgstr ""
7430 msgstr ""
7415
7431
7416 msgid "n"
7432 msgid "n"
7417 msgstr ""
7433 msgstr ""
7418
7434
7419 #, python-format
7435 #, python-format
7420 msgid "merging %s failed!\n"
7436 msgid "merging %s failed!\n"
7421 msgstr ""
7437 msgstr "sammenføjning af %s fejlede!\n"
7422
7438
7423 #, python-format
7439 #, python-format
7424 msgid "Inconsistent state, %s:%s is good and bad"
7440 msgid "Inconsistent state, %s:%s is good and bad"
7425 msgstr ""
7441 msgstr ""
7426
7442
7427 #, python-format
7443 #, python-format
7428 msgid "unknown bisect kind %s"
7444 msgid "unknown bisect kind %s"
7429 msgstr ""
7445 msgstr ""
7430
7446
7431 msgid ""
7447 msgid ""
7432 "\n"
7448 "\n"
7433 " Mercurial has the ability to add new features through the use of\n"
7449 " Mercurial has the ability to add new features through the use of\n"
7434 " extensions. Extensions may add new commands, add options to\n"
7450 " extensions. Extensions may add new commands, add options to\n"
7435 " existing commands, change the default behavior of commands, or\n"
7451 " existing commands, change the default behavior of commands, or\n"
7436 " implement hooks.\n"
7452 " implement hooks.\n"
7437 "\n"
7453 "\n"
7438 " Extensions are not loaded by default for a variety of reasons:\n"
7454 " Extensions are not loaded by default for a variety of reasons:\n"
7439 " they can increase startup overhead; they may be meant for\n"
7455 " they can increase startup overhead; they may be meant for\n"
7440 " advanced usage only; they may provide potentially dangerous\n"
7456 " advanced usage only; they may provide potentially dangerous\n"
7441 " abilities (such as letting you destroy or modify history); they\n"
7457 " abilities (such as letting you destroy or modify history); they\n"
7442 " might not be ready for prime time; or they may alter some\n"
7458 " might not be ready for prime time; or they may alter some\n"
7443 " usual behaviors of stock Mercurial. It is thus up to the user to\n"
7459 " usual behaviors of stock Mercurial. It is thus up to the user to\n"
7444 " activate extensions as needed.\n"
7460 " activate extensions as needed.\n"
7445 "\n"
7461 "\n"
7446 " To enable the \"foo\" extension, either shipped with Mercurial\n"
7462 " To enable the \"foo\" extension, either shipped with Mercurial\n"
7447 " or in the Python search path, create an entry for it in your\n"
7463 " or in the Python search path, create an entry for it in your\n"
7448 " hgrc, like this:\n"
7464 " hgrc, like this:\n"
7449 "\n"
7465 "\n"
7450 " [extensions]\n"
7466 " [extensions]\n"
7451 " foo =\n"
7467 " foo =\n"
7452 "\n"
7468 "\n"
7453 " You may also specify the full path to an extension:\n"
7469 " You may also specify the full path to an extension:\n"
7454 "\n"
7470 "\n"
7455 " [extensions]\n"
7471 " [extensions]\n"
7456 " myfeature = ~/.hgext/myfeature.py\n"
7472 " myfeature = ~/.hgext/myfeature.py\n"
7457 "\n"
7473 "\n"
7458 " To explicitly disable an extension enabled in an hgrc of broader\n"
7474 " To explicitly disable an extension enabled in an hgrc of broader\n"
7459 " scope, prepend its path with !:\n"
7475 " scope, prepend its path with !:\n"
7460 "\n"
7476 "\n"
7461 " [extensions]\n"
7477 " [extensions]\n"
7462 " # disabling extension bar residing in /path/to/extension/bar.py\n"
7478 " # disabling extension bar residing in /path/to/extension/bar.py\n"
7463 " hgext.bar = !/path/to/extension/bar.py\n"
7479 " hgext.bar = !/path/to/extension/bar.py\n"
7464 " # ditto, but no path was supplied for extension baz\n"
7480 " # ditto, but no path was supplied for extension baz\n"
7465 " hgext.baz = !\n"
7481 " hgext.baz = !\n"
7466 " "
7482 " "
7467 msgstr ""
7483 msgstr ""
7468
7484
7469 msgid "disabled extensions:"
7485 msgid "disabled extensions:"
7470 msgstr "deaktiverede udvidelser:"
7486 msgstr "deaktiverede udvidelser:"
7471
7487
7472 msgid "Date Formats"
7488 msgid "Date Formats"
7473 msgstr "Datoformater"
7489 msgstr "Datoformater"
7474
7490
7475 msgid ""
7491 msgid ""
7476 "\n"
7492 "\n"
7477 " Some commands allow the user to specify a date, e.g.:\n"
7493 " Some commands allow the user to specify a date, e.g.:\n"
7478 " * backout, commit, import, tag: Specify the commit date.\n"
7494 " * backout, commit, import, tag: Specify the commit date.\n"
7479 " * log, revert, update: Select revision(s) by date.\n"
7495 " * log, revert, update: Select revision(s) by date.\n"
7480 "\n"
7496 "\n"
7481 " Many date formats are valid. Here are some examples:\n"
7497 " Many date formats are valid. Here are some examples:\n"
7482 "\n"
7498 "\n"
7483 " \"Wed Dec 6 13:18:29 2006\" (local timezone assumed)\n"
7499 " \"Wed Dec 6 13:18:29 2006\" (local timezone assumed)\n"
7484 " \"Dec 6 13:18 -0600\" (year assumed, time offset provided)\n"
7500 " \"Dec 6 13:18 -0600\" (year assumed, time offset provided)\n"
7485 " \"Dec 6 13:18 UTC\" (UTC and GMT are aliases for +0000)\n"
7501 " \"Dec 6 13:18 UTC\" (UTC and GMT are aliases for +0000)\n"
7486 " \"Dec 6\" (midnight)\n"
7502 " \"Dec 6\" (midnight)\n"
7487 " \"13:18\" (today assumed)\n"
7503 " \"13:18\" (today assumed)\n"
7488 " \"3:39\" (3:39AM assumed)\n"
7504 " \"3:39\" (3:39AM assumed)\n"
7489 " \"3:39pm\" (15:39)\n"
7505 " \"3:39pm\" (15:39)\n"
7490 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
7506 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
7491 " \"2006-12-6 13:18\"\n"
7507 " \"2006-12-6 13:18\"\n"
7492 " \"2006-12-6\"\n"
7508 " \"2006-12-6\"\n"
7493 " \"12-6\"\n"
7509 " \"12-6\"\n"
7494 " \"12/6\"\n"
7510 " \"12/6\"\n"
7495 " \"12/6/6\" (Dec 6 2006)\n"
7511 " \"12/6/6\" (Dec 6 2006)\n"
7496 "\n"
7512 "\n"
7497 " Lastly, there is Mercurial's internal format:\n"
7513 " Lastly, there is Mercurial's internal format:\n"
7498 "\n"
7514 "\n"
7499 " \"1165432709 0\" (Wed Dec 6 13:18:29 2006 UTC)\n"
7515 " \"1165432709 0\" (Wed Dec 6 13:18:29 2006 UTC)\n"
7500 "\n"
7516 "\n"
7501 " This is the internal representation format for dates. unixtime is\n"
7517 " This is the internal representation format for dates. unixtime is\n"
7502 " the number of seconds since the epoch (1970-01-01 00:00 UTC).\n"
7518 " the number of seconds since the epoch (1970-01-01 00:00 UTC).\n"
7503 " offset is the offset of the local timezone, in seconds west of UTC\n"
7519 " offset is the offset of the local timezone, in seconds west of UTC\n"
7504 " (negative if the timezone is east of UTC).\n"
7520 " (negative if the timezone is east of UTC).\n"
7505 "\n"
7521 "\n"
7506 " The log command also accepts date ranges:\n"
7522 " The log command also accepts date ranges:\n"
7507 "\n"
7523 "\n"
7508 " \"<{datetime}\" - at or before a given date/time\n"
7524 " \"<{datetime}\" - at or before a given date/time\n"
7509 " \">{datetime}\" - on or after a given date/time\n"
7525 " \">{datetime}\" - on or after a given date/time\n"
7510 " \"{datetime} to {datetime}\" - a date range, inclusive\n"
7526 " \"{datetime} to {datetime}\" - a date range, inclusive\n"
7511 " \"-{days}\" - within a given number of days of today\n"
7527 " \"-{days}\" - within a given number of days of today\n"
7512 " "
7528 " "
7513 msgstr ""
7529 msgstr ""
7514 "\n"
7530 "\n"
7515 " Nogle kommandoer tillader brugeren at specificere en dato, f.eks.:\n"
7531 " Nogle kommandoer tillader brugeren at specificere en dato, f.eks.:\n"
7516 " * backout, commit, import, tag: specificer commit-datoen.\n"
7532 " * backout, commit, import, tag: specificer commit-datoen.\n"
7517 " * log, revert, update: vælg revisioner efter dato.\n"
7533 " * log, revert, update: vælg revisioner efter dato.\n"
7518 "\n"
7534 "\n"
7519 " Der er mange gyldige datoformater. Her er nogle eksempler:\n"
7535 " Der er mange gyldige datoformater. Her er nogle eksempler:\n"
7520 "\n"
7536 "\n"
7521 " \"Wed Dec 6 13:18:29 2006\" (antager lokal tidszone)\n"
7537 " \"Wed Dec 6 13:18:29 2006\" (antager lokal tidszone)\n"
7522 " \"Dec 6 13:18 -0600\" (antager år, tidszone er angivet)\n"
7538 " \"Dec 6 13:18 -0600\" (antager år, tidszone er angivet)\n"
7523 " \"Dec 6 13:18 UTC\" (UTC og GMT er aliaser for +0000)\n"
7539 " \"Dec 6 13:18 UTC\" (UTC og GMT er aliaser for +0000)\n"
7524 " \"Dec 6\" (midnat)\n"
7540 " \"Dec 6\" (midnat)\n"
7525 " \"13:18\" (antager dags dato)\n"
7541 " \"13:18\" (antager dags dato)\n"
7526 " \"3:39\"\n"
7542 " \"3:39\"\n"
7527 " \"3:39pm\" (15:39)\n"
7543 " \"3:39pm\" (15:39)\n"
7528 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
7544 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
7529 " \"2006-12-6 13:18\"\n"
7545 " \"2006-12-6 13:18\"\n"
7530 " \"2006-12-6\"\n"
7546 " \"2006-12-6\"\n"
7531 " \"12-6\"\n"
7547 " \"12-6\"\n"
7532 " \"12/6\"\n"
7548 " \"12/6\"\n"
7533 " \"12/6/6\" (6. dec. 2006)\n"
7549 " \"12/6/6\" (6. dec. 2006)\n"
7534 "\n"
7550 "\n"
7535 " Endelig er der Mercurials interne format:\n"
7551 " Endelig er der Mercurials interne format:\n"
7536 "\n"
7552 "\n"
7537 " \"1165432709 0\" (Ons 6. dec. 13:18:29 2006 UTC)\n"
7553 " \"1165432709 0\" (Ons 6. dec. 13:18:29 2006 UTC)\n"
7538 "\n"
7554 "\n"
7539 " Dette er den interne repræsentation af datoer. unixtime er\n"
7555 " Dette er den interne repræsentation af datoer. unixtime er\n"
7540 " antallet af sekunder siden begyndelsen af epoken (1970-01-01 00:00\n"
7556 " antallet af sekunder siden begyndelsen af epoken (1970-01-01 00:00\n"
7541 " UTC). offset er den lokale tidszone, angivet i antal sekunder vest\n"
7557 " UTC). offset er den lokale tidszone, angivet i antal sekunder vest\n"
7542 " for UTC (negativ hvis tidszonen er øst for UTC).\n"
7558 " for UTC (negativ hvis tidszonen er øst for UTC).\n"
7543 "\n"
7559 "\n"
7544 " Kommandoen log accepterer også datointervaller:\n"
7560 " Kommandoen log accepterer også datointervaller:\n"
7545 "\n"
7561 "\n"
7546 " \"<{date}\" - på eller før den angivne dato/tidspunkt\n"
7562 " \"<{date}\" - på eller før den angivne dato/tidspunkt\n"
7547 " \">{date}\" - på eller efter den angivne dato/tidspunkt\n"
7563 " \">{date}\" - på eller efter den angivne dato/tidspunkt\n"
7548 " \"{date} to {date}\" - et datointerval, inklusiv endepunkterne\n"
7564 " \"{date} to {date}\" - et datointerval, inklusiv endepunkterne\n"
7549 " \"-{days}\" - indenfor et angivet antal dage, fra dags dato\n"
7565 " \"-{days}\" - indenfor et angivet antal dage, fra dags dato\n"
7550 " "
7566 " "
7551
7567
7552 msgid "File Name Patterns"
7568 msgid "File Name Patterns"
7553 msgstr ""
7569 msgstr "Mønstre for filnavne"
7554
7570
7555 msgid ""
7571 msgid ""
7556 "\n"
7572 "\n"
7557 " Mercurial accepts several notations for identifying one or more\n"
7573 " Mercurial accepts several notations for identifying one or more\n"
7558 " files at a time.\n"
7574 " files at a time.\n"
7559 "\n"
7575 "\n"
7560 " By default, Mercurial treats filenames as shell-style extended\n"
7576 " By default, Mercurial treats filenames as shell-style extended\n"
7561 " glob patterns.\n"
7577 " glob patterns.\n"
7562 "\n"
7578 "\n"
7563 " Alternate pattern notations must be specified explicitly.\n"
7579 " Alternate pattern notations must be specified explicitly.\n"
7564 "\n"
7580 "\n"
7565 " To use a plain path name without any pattern matching, start it\n"
7581 " To use a plain path name without any pattern matching, start it\n"
7566 " with \"path:\". These path names must completely match starting at\n"
7582 " with \"path:\". These path names must completely match starting at\n"
7567 " the current repository root.\n"
7583 " the current repository root.\n"
7568 "\n"
7584 "\n"
7569 " To use an extended glob, start a name with \"glob:\". Globs are\n"
7585 " To use an extended glob, start a name with \"glob:\". Globs are\n"
7570 " rooted at the current directory; a glob such as \"*.c\" will only\n"
7586 " rooted at the current directory; a glob such as \"*.c\" will only\n"
7571 " match files in the current directory ending with \".c\".\n"
7587 " match files in the current directory ending with \".c\".\n"
7572 "\n"
7588 "\n"
7573 " The supported glob syntax extensions are \"**\" to match any string\n"
7589 " The supported glob syntax extensions are \"**\" to match any string\n"
7574 " across path separators and \"{a,b}\" to mean \"a or b\".\n"
7590 " across path separators and \"{a,b}\" to mean \"a or b\".\n"
7575 "\n"
7591 "\n"
7576 " To use a Perl/Python regular expression, start a name with \"re:\".\n"
7592 " To use a Perl/Python regular expression, start a name with \"re:\".\n"
7577 " Regexp pattern matching is anchored at the root of the repository.\n"
7593 " Regexp pattern matching is anchored at the root of the repository.\n"
7578 "\n"
7594 "\n"
7579 " Plain examples:\n"
7595 " Plain examples:\n"
7580 "\n"
7596 "\n"
7581 " path:foo/bar a name bar in a directory named foo in the root of\n"
7597 " path:foo/bar a name bar in a directory named foo in the root of\n"
7582 " the repository\n"
7598 " the repository\n"
7583 " path:path:name a file or directory named \"path:name\"\n"
7599 " path:path:name a file or directory named \"path:name\"\n"
7584 "\n"
7600 "\n"
7585 " Glob examples:\n"
7601 " Glob examples:\n"
7586 "\n"
7602 "\n"
7587 " glob:*.c any name ending in \".c\" in the current directory\n"
7603 " glob:*.c any name ending in \".c\" in the current directory\n"
7588 " *.c any name ending in \".c\" in the current directory\n"
7604 " *.c any name ending in \".c\" in the current directory\n"
7589 " **.c any name ending in \".c\" in any subdirectory of the\n"
7605 " **.c any name ending in \".c\" in any subdirectory of the\n"
7590 " current directory including itself.\n"
7606 " current directory including itself.\n"
7591 " foo/*.c any name ending in \".c\" in the directory foo\n"
7607 " foo/*.c any name ending in \".c\" in the directory foo\n"
7592 " foo/**.c any name ending in \".c\" in any subdirectory of foo\n"
7608 " foo/**.c any name ending in \".c\" in any subdirectory of foo\n"
7593 " including itself.\n"
7609 " including itself.\n"
7594 "\n"
7610 "\n"
7595 " Regexp examples:\n"
7611 " Regexp examples:\n"
7596 "\n"
7612 "\n"
7597 " re:.*\\.c$ any name ending in \".c\", anywhere in the repository\n"
7613 " re:.*\\.c$ any name ending in \".c\", anywhere in the repository\n"
7598 "\n"
7614 "\n"
7599 " "
7615 " "
7600 msgstr ""
7616 msgstr ""
7601
7617
7602 msgid "Environment Variables"
7618 msgid "Environment Variables"
7603 msgstr "Miljøvariable"
7619 msgstr "Miljøvariable"
7604
7620
7605 msgid ""
7621 msgid ""
7606 "\n"
7622 "\n"
7607 "HG::\n"
7623 "HG::\n"
7608 " Path to the 'hg' executable, automatically passed when running\n"
7624 " Path to the 'hg' executable, automatically passed when running\n"
7609 " hooks, extensions or external tools. If unset or empty, this is\n"
7625 " hooks, extensions or external tools. If unset or empty, this is\n"
7610 " the hg executable's name if it's frozen, or an executable named\n"
7626 " the hg executable's name if it's frozen, or an executable named\n"
7611 " 'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
7627 " 'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
7612 " Windows) is searched.\n"
7628 " Windows) is searched.\n"
7613 "\n"
7629 "\n"
7614 "HGEDITOR::\n"
7630 "HGEDITOR::\n"
7615 " This is the name of the editor to run when committing. See EDITOR.\n"
7631 " This is the name of the editor to run when committing. See EDITOR.\n"
7616 "\n"
7632 "\n"
7617 " (deprecated, use .hgrc)\n"
7633 " (deprecated, use .hgrc)\n"
7618 "\n"
7634 "\n"
7619 "HGENCODING::\n"
7635 "HGENCODING::\n"
7620 " This overrides the default locale setting detected by Mercurial.\n"
7636 " This overrides the default locale setting detected by Mercurial.\n"
7621 " This setting is used to convert data including usernames,\n"
7637 " This setting is used to convert data including usernames,\n"
7622 " changeset descriptions, tag names, and branches. This setting can\n"
7638 " changeset descriptions, tag names, and branches. This setting can\n"
7623 " be overridden with the --encoding command-line option.\n"
7639 " be overridden with the --encoding command-line option.\n"
7624 "\n"
7640 "\n"
7625 "HGENCODINGMODE::\n"
7641 "HGENCODINGMODE::\n"
7626 " This sets Mercurial's behavior for handling unknown characters\n"
7642 " This sets Mercurial's behavior for handling unknown characters\n"
7627 " while transcoding user input. The default is \"strict\", which\n"
7643 " while transcoding user input. The default is \"strict\", which\n"
7628 " causes Mercurial to abort if it can't map a character. Other\n"
7644 " causes Mercurial to abort if it can't map a character. Other\n"
7629 " settings include \"replace\", which replaces unknown characters, and\n"
7645 " settings include \"replace\", which replaces unknown characters, and\n"
7630 " \"ignore\", which drops them. This setting can be overridden with\n"
7646 " \"ignore\", which drops them. This setting can be overridden with\n"
7631 " the --encodingmode command-line option.\n"
7647 " the --encodingmode command-line option.\n"
7632 "\n"
7648 "\n"
7633 "HGMERGE::\n"
7649 "HGMERGE::\n"
7634 " An executable to use for resolving merge conflicts. The program\n"
7650 " An executable to use for resolving merge conflicts. The program\n"
7635 " will be executed with three arguments: local file, remote file,\n"
7651 " will be executed with three arguments: local file, remote file,\n"
7636 " ancestor file.\n"
7652 " ancestor file.\n"
7637 "\n"
7653 "\n"
7638 " (deprecated, use .hgrc)\n"
7654 " (deprecated, use .hgrc)\n"
7639 "\n"
7655 "\n"
7640 "HGRCPATH::\n"
7656 "HGRCPATH::\n"
7641 " A list of files or directories to search for hgrc files. Item\n"
7657 " A list of files or directories to search for hgrc files. Item\n"
7642 " separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
7658 " separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
7643 " platform default search path is used. If empty, only the .hg/hgrc\n"
7659 " platform default search path is used. If empty, only the .hg/hgrc\n"
7644 " from the current repository is read.\n"
7660 " from the current repository is read.\n"
7645 "\n"
7661 "\n"
7646 " For each element in HGRCPATH:\n"
7662 " For each element in HGRCPATH:\n"
7647 " * if it's a directory, all files ending with .rc are added\n"
7663 " * if it's a directory, all files ending with .rc are added\n"
7648 " * otherwise, the file itself will be added\n"
7664 " * otherwise, the file itself will be added\n"
7649 "\n"
7665 "\n"
7650 "HGUSER::\n"
7666 "HGUSER::\n"
7651 " This is the string used as the author of a commit. If not set,\n"
7667 " This is the string used as the author of a commit. If not set,\n"
7652 " available values will be considered in this order:\n"
7668 " available values will be considered in this order:\n"
7653 "\n"
7669 "\n"
7654 " * HGUSER (deprecated)\n"
7670 " * HGUSER (deprecated)\n"
7655 " * hgrc files from the HGRCPATH\n"
7671 " * hgrc files from the HGRCPATH\n"
7656 " * EMAIL\n"
7672 " * EMAIL\n"
7657 " * interactive prompt\n"
7673 " * interactive prompt\n"
7658 " * LOGNAME (with '@hostname' appended)\n"
7674 " * LOGNAME (with '@hostname' appended)\n"
7659 "\n"
7675 "\n"
7660 " (deprecated, use .hgrc)\n"
7676 " (deprecated, use .hgrc)\n"
7661 "\n"
7677 "\n"
7662 "EMAIL::\n"
7678 "EMAIL::\n"
7663 " May be used as the author of a commit; see HGUSER.\n"
7679 " May be used as the author of a commit; see HGUSER.\n"
7664 "\n"
7680 "\n"
7665 "LOGNAME::\n"
7681 "LOGNAME::\n"
7666 " May be used as the author of a commit; see HGUSER.\n"
7682 " May be used as the author of a commit; see HGUSER.\n"
7667 "\n"
7683 "\n"
7668 "VISUAL::\n"
7684 "VISUAL::\n"
7669 " This is the name of the editor to use when committing. See EDITOR.\n"
7685 " This is the name of the editor to use when committing. See EDITOR.\n"
7670 "\n"
7686 "\n"
7671 "EDITOR::\n"
7687 "EDITOR::\n"
7672 " Sometimes Mercurial needs to open a text file in an editor for a\n"
7688 " Sometimes Mercurial needs to open a text file in an editor for a\n"
7673 " user to modify, for example when writing commit messages. The\n"
7689 " user to modify, for example when writing commit messages. The\n"
7674 " editor it uses is determined by looking at the environment\n"
7690 " editor it uses is determined by looking at the environment\n"
7675 " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
7691 " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
7676 " non-empty one is chosen. If all of them are empty, the editor\n"
7692 " non-empty one is chosen. If all of them are empty, the editor\n"
7677 " defaults to 'vi'.\n"
7693 " defaults to 'vi'.\n"
7678 "\n"
7694 "\n"
7679 "PYTHONPATH::\n"
7695 "PYTHONPATH::\n"
7680 " This is used by Python to find imported modules and may need to be\n"
7696 " This is used by Python to find imported modules and may need to be\n"
7681 " set appropriately if this Mercurial is not installed system-wide.\n"
7697 " set appropriately if this Mercurial is not installed system-wide.\n"
7682 " "
7698 " "
7683 msgstr ""
7699 msgstr ""
7684
7700
7685 msgid "Specifying Single Revisions"
7701 msgid "Specifying Single Revisions"
7686 msgstr "Angivning af en enkelt revision"
7702 msgstr "Angivning af en enkelt revision"
7687
7703
7688 msgid ""
7704 msgid ""
7689 "\n"
7705 "\n"
7690 " Mercurial supports several ways to specify individual revisions.\n"
7706 " Mercurial supports several ways to specify individual revisions.\n"
7691 "\n"
7707 "\n"
7692 " A plain integer is treated as a revision number. Negative integers\n"
7708 " A plain integer is treated as a revision number. Negative integers\n"
7693 " are treated as topological offsets from the tip, with -1 denoting\n"
7709 " are treated as topological offsets from the tip, with -1 denoting\n"
7694 " the tip. As such, negative numbers are only useful if you've\n"
7710 " the tip. As such, negative numbers are only useful if you've\n"
7695 " memorized your local tree numbers and want to save typing a single\n"
7711 " memorized your local tree numbers and want to save typing a single\n"
7696 " digit. This editor suggests copy and paste.\n"
7712 " digit. This editor suggests copy and paste.\n"
7697 "\n"
7713 "\n"
7698 " A 40-digit hexadecimal string is treated as a unique revision\n"
7714 " A 40-digit hexadecimal string is treated as a unique revision\n"
7699 " identifier.\n"
7715 " identifier.\n"
7700 "\n"
7716 "\n"
7701 " A hexadecimal string less than 40 characters long is treated as a\n"
7717 " A hexadecimal string less than 40 characters long is treated as a\n"
7702 " unique revision identifier, and referred to as a short-form\n"
7718 " unique revision identifier, and referred to as a short-form\n"
7703 " identifier. A short-form identifier is only valid if it is the\n"
7719 " identifier. A short-form identifier is only valid if it is the\n"
7704 " prefix of exactly one full-length identifier.\n"
7720 " prefix of exactly one full-length identifier.\n"
7705 "\n"
7721 "\n"
7706 " Any other string is treated as a tag name, which is a symbolic\n"
7722 " Any other string is treated as a tag name, which is a symbolic\n"
7707 " name associated with a revision identifier. Tag names may not\n"
7723 " name associated with a revision identifier. Tag names may not\n"
7708 " contain the \":\" character.\n"
7724 " contain the \":\" character.\n"
7709 "\n"
7725 "\n"
7710 " The reserved name \"tip\" is a special tag that always identifies\n"
7726 " The reserved name \"tip\" is a special tag that always identifies\n"
7711 " the most recent revision.\n"
7727 " the most recent revision.\n"
7712 "\n"
7728 "\n"
7713 " The reserved name \"null\" indicates the null revision. This is the\n"
7729 " The reserved name \"null\" indicates the null revision. This is the\n"
7714 " revision of an empty repository, and the parent of revision 0.\n"
7730 " revision of an empty repository, and the parent of revision 0.\n"
7715 "\n"
7731 "\n"
7716 " The reserved name \".\" indicates the working directory parent. If\n"
7732 " The reserved name \".\" indicates the working directory parent. If\n"
7717 " no working directory is checked out, it is equivalent to null. If\n"
7733 " no working directory is checked out, it is equivalent to null. If\n"
7718 " an uncommitted merge is in progress, \".\" is the revision of the\n"
7734 " an uncommitted merge is in progress, \".\" is the revision of the\n"
7719 " first parent.\n"
7735 " first parent.\n"
7720 " "
7736 " "
7721 msgstr ""
7737 msgstr ""
7722
7738
7723 msgid "Specifying Multiple Revisions"
7739 msgid "Specifying Multiple Revisions"
7724 msgstr "Angivning af flere revisioner"
7740 msgstr "Angivning af flere revisioner"
7725
7741
7726 msgid ""
7742 msgid ""
7727 "\n"
7743 "\n"
7728 " When Mercurial accepts more than one revision, they may be\n"
7744 " When Mercurial accepts more than one revision, they may be\n"
7729 " specified individually, or provided as a topologically continuous\n"
7745 " specified individually, or provided as a topologically continuous\n"
7730 " range, separated by the \":\" character.\n"
7746 " range, separated by the \":\" character.\n"
7731 "\n"
7747 "\n"
7732 " The syntax of range notation is [BEGIN]:[END], where BEGIN and END\n"
7748 " The syntax of range notation is [BEGIN]:[END], where BEGIN and END\n"
7733 " are revision identifiers. Both BEGIN and END are optional. If\n"
7749 " are revision identifiers. Both BEGIN and END are optional. If\n"
7734 " BEGIN is not specified, it defaults to revision number 0. If END\n"
7750 " BEGIN is not specified, it defaults to revision number 0. If END\n"
7735 " is not specified, it defaults to the tip. The range \":\" thus means\n"
7751 " is not specified, it defaults to the tip. The range \":\" thus means\n"
7736 " \"all revisions\".\n"
7752 " \"all revisions\".\n"
7737 "\n"
7753 "\n"
7738 " If BEGIN is greater than END, revisions are treated in reverse\n"
7754 " If BEGIN is greater than END, revisions are treated in reverse\n"
7739 " order.\n"
7755 " order.\n"
7740 "\n"
7756 "\n"
7741 " A range acts as a closed interval. This means that a range of 3:5\n"
7757 " A range acts as a closed interval. This means that a range of 3:5\n"
7742 " gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
7758 " gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
7743 " "
7759 " "
7744 msgstr ""
7760 msgstr ""
7745
7761
7746 msgid "Diff Formats"
7762 msgid "Diff Formats"
7747 msgstr ""
7763 msgstr ""
7748
7764
7749 msgid ""
7765 msgid ""
7750 "\n"
7766 "\n"
7751 " Mercurial's default format for showing changes between two\n"
7767 " Mercurial's default format for showing changes between two\n"
7752 " versions of a file is compatible with the unified format of GNU\n"
7768 " versions of a file is compatible with the unified format of GNU\n"
7753 " diff, which can be used by GNU patch and many other standard\n"
7769 " diff, which can be used by GNU patch and many other standard\n"
7754 " tools.\n"
7770 " tools.\n"
7755 "\n"
7771 "\n"
7756 " While this standard format is often enough, it does not encode the\n"
7772 " While this standard format is often enough, it does not encode the\n"
7757 " following information:\n"
7773 " following information:\n"
7758 "\n"
7774 "\n"
7759 " - executable status and other permission bits\n"
7775 " - executable status and other permission bits\n"
7760 " - copy or rename information\n"
7776 " - copy or rename information\n"
7761 " - changes in binary files\n"
7777 " - changes in binary files\n"
7762 " - creation or deletion of empty files\n"
7778 " - creation or deletion of empty files\n"
7763 "\n"
7779 "\n"
7764 " Mercurial also supports the extended diff format from the git VCS\n"
7780 " Mercurial also supports the extended diff format from the git VCS\n"
7765 " which addresses these limitations. The git diff format is not\n"
7781 " which addresses these limitations. The git diff format is not\n"
7766 " produced by default because a few widespread tools still do not\n"
7782 " produced by default because a few widespread tools still do not\n"
7767 " understand this format.\n"
7783 " understand this format.\n"
7768 "\n"
7784 "\n"
7769 " This means that when generating diffs from a Mercurial repository\n"
7785 " This means that when generating diffs from a Mercurial repository\n"
7770 " (e.g. with \"hg export\"), you should be careful about things like\n"
7786 " (e.g. with \"hg export\"), you should be careful about things like\n"
7771 " file copies and renames or other things mentioned above, because\n"
7787 " file copies and renames or other things mentioned above, because\n"
7772 " when applying a standard diff to a different repository, this\n"
7788 " when applying a standard diff to a different repository, this\n"
7773 " extra information is lost. Mercurial's internal operations (like\n"
7789 " extra information is lost. Mercurial's internal operations (like\n"
7774 " push and pull) are not affected by this, because they use an\n"
7790 " push and pull) are not affected by this, because they use an\n"
7775 " internal binary format for communicating changes.\n"
7791 " internal binary format for communicating changes.\n"
7776 "\n"
7792 "\n"
7777 " To make Mercurial produce the git extended diff format, use the\n"
7793 " To make Mercurial produce the git extended diff format, use the\n"
7778 " --git option available for many commands, or set 'git = True' in\n"
7794 " --git option available for many commands, or set 'git = True' in\n"
7779 " the [diff] section of your hgrc. You do not need to set this\n"
7795 " the [diff] section of your hgrc. You do not need to set this\n"
7780 " option when importing diffs in this format or using them in the mq\n"
7796 " option when importing diffs in this format or using them in the mq\n"
7781 " extension.\n"
7797 " extension.\n"
7782 " "
7798 " "
7783 msgstr ""
7799 msgstr ""
7784
7800
7785 msgid "Template Usage"
7801 msgid "Template Usage"
7786 msgstr ""
7802 msgstr "Brug af skabeloner"
7787
7803
7788 msgid ""
7804 msgid ""
7789 "\n"
7805 "\n"
7790 " Mercurial allows you to customize output of commands through\n"
7806 " Mercurial allows you to customize output of commands through\n"
7791 " templates. You can either pass in a template from the command\n"
7807 " templates. You can either pass in a template from the command\n"
7792 " line, via the --template option, or select an existing\n"
7808 " line, via the --template option, or select an existing\n"
7793 " template-style (--style).\n"
7809 " template-style (--style).\n"
7794 "\n"
7810 "\n"
7795 " You can customize output for any \"log-like\" command: log,\n"
7811 " You can customize output for any \"log-like\" command: log,\n"
7796 " outgoing, incoming, tip, parents, heads and glog.\n"
7812 " outgoing, incoming, tip, parents, heads and glog.\n"
7797 "\n"
7813 "\n"
7798 " Three styles are packaged with Mercurial: default (the style used\n"
7814 " Three styles are packaged with Mercurial: default (the style used\n"
7799 " when no explicit preference is passed), compact and changelog.\n"
7815 " when no explicit preference is passed), compact and changelog.\n"
7800 " Usage:\n"
7816 " Usage:\n"
7801 "\n"
7817 "\n"
7802 " $ hg log -r1 --style changelog\n"
7818 " $ hg log -r1 --style changelog\n"
7803 "\n"
7819 "\n"
7804 " A template is a piece of text, with markup to invoke variable\n"
7820 " A template is a piece of text, with markup to invoke variable\n"
7805 " expansion:\n"
7821 " expansion:\n"
7806 "\n"
7822 "\n"
7807 " $ hg log -r1 --template \"{node}\\n\"\n"
7823 " $ hg log -r1 --template \"{node}\\n\"\n"
7808 " b56ce7b07c52de7d5fd79fb89701ea538af65746\n"
7824 " b56ce7b07c52de7d5fd79fb89701ea538af65746\n"
7809 "\n"
7825 "\n"
7810 " Strings in curly braces are called keywords. The availability of\n"
7826 " Strings in curly braces are called keywords. The availability of\n"
7811 " keywords depends on the exact context of the templater. These\n"
7827 " keywords depends on the exact context of the templater. These\n"
7812 " keywords are usually available for templating a log-like command:\n"
7828 " keywords are usually available for templating a log-like command:\n"
7813 "\n"
7829 "\n"
7814 " - author: String. The unmodified author of the changeset.\n"
7830 " - author: String. The unmodified author of the changeset.\n"
7815 " - branches: String. The name of the branch on which the changeset\n"
7831 " - branches: String. The name of the branch on which the changeset\n"
7816 " was committed. Will be empty if the branch name was default.\n"
7832 " was committed. Will be empty if the branch name was default.\n"
7817 " - date: Date information. The date when the changeset was committed.\n"
7833 " - date: Date information. The date when the changeset was committed.\n"
7818 " - desc: String. The text of the changeset description.\n"
7834 " - desc: String. The text of the changeset description.\n"
7819 " - diffstat: String. Statistics of changes with the following\n"
7835 " - diffstat: String. Statistics of changes with the following\n"
7820 " format: \"modified files: +added/-removed lines\"\n"
7836 " format: \"modified files: +added/-removed lines\"\n"
7821 " - files: List of strings. All files modified, added, or removed by\n"
7837 " - files: List of strings. All files modified, added, or removed by\n"
7822 " this changeset.\n"
7838 " this changeset.\n"
7823 " - file_adds: List of strings. Files added by this changeset.\n"
7839 " - file_adds: List of strings. Files added by this changeset.\n"
7824 " - file_mods: List of strings. Files modified by this changeset.\n"
7840 " - file_mods: List of strings. Files modified by this changeset.\n"
7825 " - file_dels: List of strings. Files removed by this changeset.\n"
7841 " - file_dels: List of strings. Files removed by this changeset.\n"
7826 " - node: String. The changeset identification hash, as a\n"
7842 " - node: String. The changeset identification hash, as a\n"
7827 " 40-character hexadecimal string.\n"
7843 " 40-character hexadecimal string.\n"
7828 " - parents: List of strings. The parents of the changeset.\n"
7844 " - parents: List of strings. The parents of the changeset.\n"
7829 " - rev: Integer. The repository-local changeset revision number.\n"
7845 " - rev: Integer. The repository-local changeset revision number.\n"
7830 " - tags: List of strings. Any tags associated with the changeset.\n"
7846 " - tags: List of strings. Any tags associated with the changeset.\n"
7831 "\n"
7847 "\n"
7832 " The \"date\" keyword does not produce human-readable output. If you\n"
7848 " The \"date\" keyword does not produce human-readable output. If you\n"
7833 " want to use a date in your output, you can use a filter to process\n"
7849 " want to use a date in your output, you can use a filter to process\n"
7834 " it. Filters are functions which return a string based on the input\n"
7850 " it. Filters are functions which return a string based on the input\n"
7835 " variable. You can also use a chain of filters to get the desired\n"
7851 " variable. You can also use a chain of filters to get the desired\n"
7836 " output:\n"
7852 " output:\n"
7837 "\n"
7853 "\n"
7838 " $ hg tip --template \"{date|isodate}\\n\"\n"
7854 " $ hg tip --template \"{date|isodate}\\n\"\n"
7839 " 2008-08-21 18:22 +0000\n"
7855 " 2008-08-21 18:22 +0000\n"
7840 "\n"
7856 "\n"
7841 " List of filters:\n"
7857 " List of filters:\n"
7842 "\n"
7858 "\n"
7843 " - addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
7859 " - addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
7844 " every line except the last.\n"
7860 " every line except the last.\n"
7845 " - age: Date. Returns a human-readable date/time difference between\n"
7861 " - age: Date. Returns a human-readable date/time difference between\n"
7846 " the given date/time and the current date/time.\n"
7862 " the given date/time and the current date/time.\n"
7847 " - basename: Any text. Treats the text as a path, and returns the\n"
7863 " - basename: Any text. Treats the text as a path, and returns the\n"
7848 " last component of the path after splitting by the path\n"
7864 " last component of the path after splitting by the path\n"
7849 " separator (ignoring trailing separators). For example,\n"
7865 " separator (ignoring trailing separators). For example,\n"
7850 " \"foo/bar/baz\" becomes \"baz\" and \"foo/bar//\" becomes \"bar"
7866 " \"foo/bar/baz\" becomes \"baz\" and \"foo/bar//\" becomes \"bar"
7851 "\".\n"
7867 "\".\n"
7852 " - stripdir: Treat the text as path and strip a directory level, if\n"
7868 " - stripdir: Treat the text as path and strip a directory level, if\n"
7853 " possible. For example, \"foo\" and \"foo/bar\" becomes \"foo\".\n"
7869 " possible. For example, \"foo\" and \"foo/bar\" becomes \"foo\".\n"
7854 " - date: Date. Returns a date in a Unix date format, including\n"
7870 " - date: Date. Returns a date in a Unix date format, including\n"
7855 " the timezone: \"Mon Sep 04 15:13:13 2006 0700\".\n"
7871 " the timezone: \"Mon Sep 04 15:13:13 2006 0700\".\n"
7856 " - domain: Any text. Finds the first string that looks like an\n"
7872 " - domain: Any text. Finds the first string that looks like an\n"
7857 " email address, and extracts just the domain component.\n"
7873 " email address, and extracts just the domain component.\n"
7858 " Example: 'User <user@example.com>' becomes 'example.com'.\n"
7874 " Example: 'User <user@example.com>' becomes 'example.com'.\n"
7859 " - email: Any text. Extracts the first string that looks like an\n"
7875 " - email: Any text. Extracts the first string that looks like an\n"
7860 " email address. Example: 'User <user@example.com>' becomes\n"
7876 " email address. Example: 'User <user@example.com>' becomes\n"
7861 " 'user@example.com'.\n"
7877 " 'user@example.com'.\n"
7862 " - escape: Any text. Replaces the special XML/XHTML characters \"&\",\n"
7878 " - escape: Any text. Replaces the special XML/XHTML characters \"&\",\n"
7863 " \"<\" and \">\" with XML entities.\n"
7879 " \"<\" and \">\" with XML entities.\n"
7864 " - fill68: Any text. Wraps the text to fit in 68 columns.\n"
7880 " - fill68: Any text. Wraps the text to fit in 68 columns.\n"
7865 " - fill76: Any text. Wraps the text to fit in 76 columns.\n"
7881 " - fill76: Any text. Wraps the text to fit in 76 columns.\n"
7866 " - firstline: Any text. Returns the first line of text.\n"
7882 " - firstline: Any text. Returns the first line of text.\n"
7867 " - nonempty: Any text. Returns '(none)' if the string is empty.\n"
7883 " - nonempty: Any text. Returns '(none)' if the string is empty.\n"
7868 " - hgdate: Date. Returns the date as a pair of numbers:\n"
7884 " - hgdate: Date. Returns the date as a pair of numbers:\n"
7869 " \"1157407993 25200\" (Unix timestamp, timezone offset).\n"
7885 " \"1157407993 25200\" (Unix timestamp, timezone offset).\n"
7870 " - isodate: Date. Returns the date in ISO 8601 format.\n"
7886 " - isodate: Date. Returns the date in ISO 8601 format.\n"
7871 " - localdate: Date. Converts a date to local date.\n"
7887 " - localdate: Date. Converts a date to local date.\n"
7872 " - obfuscate: Any text. Returns the input text rendered as a\n"
7888 " - obfuscate: Any text. Returns the input text rendered as a\n"
7873 " sequence of XML entities.\n"
7889 " sequence of XML entities.\n"
7874 " - person: Any text. Returns the text before an email address.\n"
7890 " - person: Any text. Returns the text before an email address.\n"
7875 " - rfc822date: Date. Returns a date using the same format used\n"
7891 " - rfc822date: Date. Returns a date using the same format used\n"
7876 " in email headers.\n"
7892 " in email headers.\n"
7877 " - short: Changeset hash. Returns the short form of a changeset\n"
7893 " - short: Changeset hash. Returns the short form of a changeset\n"
7878 " hash, i.e. a 12-byte hexadecimal string.\n"
7894 " hash, i.e. a 12-byte hexadecimal string.\n"
7879 " - shortdate: Date. Returns a date like \"2006-09-18\".\n"
7895 " - shortdate: Date. Returns a date like \"2006-09-18\".\n"
7880 " - strip: Any text. Strips all leading and trailing whitespace.\n"
7896 " - strip: Any text. Strips all leading and trailing whitespace.\n"
7881 " - tabindent: Any text. Returns the text, with every line except\n"
7897 " - tabindent: Any text. Returns the text, with every line except\n"
7882 " the first starting with a tab character.\n"
7898 " the first starting with a tab character.\n"
7883 " - urlescape: Any text. Escapes all \"special\" characters. For\n"
7899 " - urlescape: Any text. Escapes all \"special\" characters. For\n"
7884 " example, \"foo bar\" becomes \"foo%20bar\".\n"
7900 " example, \"foo bar\" becomes \"foo%20bar\".\n"
7885 " - user: Any text. Returns the user portion of an email address.\n"
7901 " - user: Any text. Returns the user portion of an email address.\n"
7886 " "
7902 " "
7887 msgstr ""
7903 msgstr ""
7888
7904
7889 msgid "URL Paths"
7905 msgid "URL Paths"
7890 msgstr "URL-stier"
7906 msgstr "URL-stier"
7891
7907
7892 msgid ""
7908 msgid ""
7893 "\n"
7909 "\n"
7894 " Valid URLs are of the form:\n"
7910 " Valid URLs are of the form:\n"
7895 "\n"
7911 "\n"
7896 " local/filesystem/path (or file://local/filesystem/path)\n"
7912 " local/filesystem/path (or file://local/filesystem/path)\n"
7897 " http://[user[:pass]@]host[:port]/[path]\n"
7913 " http://[user[:pass]@]host[:port]/[path]\n"
7898 " https://[user[:pass]@]host[:port]/[path]\n"
7914 " https://[user[:pass]@]host[:port]/[path]\n"
7899 " ssh://[user[:pass]@]host[:port]/[path]\n"
7915 " ssh://[user[:pass]@]host[:port]/[path]\n"
7900 "\n"
7916 "\n"
7901 " Paths in the local filesystem can either point to Mercurial\n"
7917 " Paths in the local filesystem can either point to Mercurial\n"
7902 " repositories or to bundle files (as created by 'hg bundle' or\n"
7918 " repositories or to bundle files (as created by 'hg bundle' or\n"
7903 " 'hg incoming --bundle').\n"
7919 " 'hg incoming --bundle').\n"
7904 "\n"
7920 "\n"
7905 " An optional identifier after # indicates a particular branch, tag,\n"
7921 " An optional identifier after # indicates a particular branch, tag,\n"
7906 " or changeset to use from the remote repository.\n"
7922 " or changeset to use from the remote repository.\n"
7907 "\n"
7923 "\n"
7908 " Some features, such as pushing to http:// and https:// URLs are\n"
7924 " Some features, such as pushing to http:// and https:// URLs are\n"
7909 " only possible if the feature is explicitly enabled on the remote\n"
7925 " only possible if the feature is explicitly enabled on the remote\n"
7910 " Mercurial server.\n"
7926 " Mercurial server.\n"
7911 "\n"
7927 "\n"
7912 " Some notes about using SSH with Mercurial:\n"
7928 " Some notes about using SSH with Mercurial:\n"
7913 " - SSH requires an accessible shell account on the destination\n"
7929 " - SSH requires an accessible shell account on the destination\n"
7914 " machine and a copy of hg in the remote path or specified with as\n"
7930 " machine and a copy of hg in the remote path or specified with as\n"
7915 " remotecmd.\n"
7931 " remotecmd.\n"
7916 " - path is relative to the remote user's home directory by default.\n"
7932 " - path is relative to the remote user's home directory by default.\n"
7917 " Use an extra slash at the start of a path to specify an absolute "
7933 " Use an extra slash at the start of a path to specify an absolute "
7918 "path:\n"
7934 "path:\n"
7919 " ssh://example.com//tmp/repository\n"
7935 " ssh://example.com//tmp/repository\n"
7920 " - Mercurial doesn't use its own compression via SSH; the right\n"
7936 " - Mercurial doesn't use its own compression via SSH; the right\n"
7921 " thing to do is to configure it in your ~/.ssh/config, e.g.:\n"
7937 " thing to do is to configure it in your ~/.ssh/config, e.g.:\n"
7922 " Host *.mylocalnetwork.example.com\n"
7938 " Host *.mylocalnetwork.example.com\n"
7923 " Compression no\n"
7939 " Compression no\n"
7924 " Host *\n"
7940 " Host *\n"
7925 " Compression yes\n"
7941 " Compression yes\n"
7926 " Alternatively specify \"ssh -C\" as your ssh command in your hgrc\n"
7942 " Alternatively specify \"ssh -C\" as your ssh command in your hgrc\n"
7927 " or with the --ssh command line option.\n"
7943 " or with the --ssh command line option.\n"
7928 "\n"
7944 "\n"
7929 " These URLs can all be stored in your hgrc with path aliases under\n"
7945 " These URLs can all be stored in your hgrc with path aliases under\n"
7930 " the [paths] section like so:\n"
7946 " the [paths] section like so:\n"
7931 " [paths]\n"
7947 " [paths]\n"
7932 " alias1 = URL1\n"
7948 " alias1 = URL1\n"
7933 " alias2 = URL2\n"
7949 " alias2 = URL2\n"
7934 " ...\n"
7950 " ...\n"
7935 "\n"
7951 "\n"
7936 " You can then use the alias for any command that uses a URL (for\n"
7952 " You can then use the alias for any command that uses a URL (for\n"
7937 " example 'hg pull alias1' would pull from the 'alias1' path).\n"
7953 " example 'hg pull alias1' would pull from the 'alias1' path).\n"
7938 "\n"
7954 "\n"
7939 " Two path aliases are special because they are used as defaults\n"
7955 " Two path aliases are special because they are used as defaults\n"
7940 " when you do not provide the URL to a command:\n"
7956 " when you do not provide the URL to a command:\n"
7941 "\n"
7957 "\n"
7942 " default:\n"
7958 " default:\n"
7943 " When you create a repository with hg clone, the clone command\n"
7959 " When you create a repository with hg clone, the clone command\n"
7944 " saves the location of the source repository as the new\n"
7960 " saves the location of the source repository as the new\n"
7945 " repository's 'default' path. This is then used when you omit\n"
7961 " repository's 'default' path. This is then used when you omit\n"
7946 " path from push- and pull-like commands (including incoming and\n"
7962 " path from push- and pull-like commands (including incoming and\n"
7947 " outgoing).\n"
7963 " outgoing).\n"
7948 "\n"
7964 "\n"
7949 " default-push:\n"
7965 " default-push:\n"
7950 " The push command will look for a path named 'default-push', and\n"
7966 " The push command will look for a path named 'default-push', and\n"
7951 " prefer it over 'default' if both are defined.\n"
7967 " prefer it over 'default' if both are defined.\n"
7952 " "
7968 " "
7953 msgstr ""
7969 msgstr ""
7954
7970
7955 msgid "Using additional features"
7971 msgid "Using additional features"
7956 msgstr "Brug af yderligere funktioner"
7972 msgstr "Brug af yderligere funktioner"
7957
7973
7958 msgid "can only share local repositories"
7974 msgid "can only share local repositories"
7959 msgstr ""
7975 msgstr "kan kun dele lokale depoter"
7960
7976
7961 msgid "destination already exists"
7977 msgid "destination already exists"
7962 msgstr "destinationen eksisterer allerede"
7978 msgstr "destinationen eksisterer allerede"
7963
7979
7964 msgid "updating working directory\n"
7980 msgid "updating working directory\n"
7965 msgstr "opdaterer arbejdskatalog\n"
7981 msgstr "opdaterer arbejdskatalog\n"
7966
7982
7967 #, python-format
7983 #, python-format
7968 msgid "destination directory: %s\n"
7984 msgid "destination directory: %s\n"
7969 msgstr ""
7985 msgstr "målkatalog: %s\n"
7970
7986
7971 #, python-format
7987 #, python-format
7972 msgid "destination '%s' already exists"
7988 msgid "destination '%s' already exists"
7973 msgstr ""
7989 msgstr "målet '%s' eksisterer allerede"
7974
7990
7975 #, python-format
7991 #, python-format
7976 msgid "destination '%s' is not empty"
7992 msgid "destination '%s' is not empty"
7977 msgstr ""
7993 msgstr "målet '%s' er ikke tomt"
7978
7994
7979 msgid ""
7995 msgid ""
7980 "src repository does not support revision lookup and so doesn't support clone "
7996 "src repository does not support revision lookup and so doesn't support clone "
7981 "by revision"
7997 "by revision"
7982 msgstr ""
7998 msgstr ""
7983
7999
7984 msgid "clone from remote to remote not supported"
8000 msgid "clone from remote to remote not supported"
7985 msgstr ""
8001 msgstr "kloning fra fjerndepot til fjerndepot er ikke understøttet"
7986
8002
7987 msgid "updated"
8003 msgid "updated"
7988 msgstr "opdateret"
8004 msgstr "opdateret"
7989
8005
7990 msgid "merged"
8006 msgid "merged"
7991 msgstr "sammenføjet"
8007 msgstr "sammenføjet"
7992
8008
7993 msgid "removed"
8009 msgid "removed"
7994 msgstr "fjernet"
8010 msgstr "fjernet"
7995
8011
7996 msgid "unresolved"
8012 msgid "unresolved"
7997 msgstr "uløst"
8013 msgstr "uløst"
7998
8014
7999 #, python-format
8015 #, python-format
8000 msgid "%d files %s"
8016 msgid "%d files %s"
8001 msgstr "%d filer %s"
8017 msgstr "%d filer %s"
8002
8018
8003 msgid "use 'hg resolve' to retry unresolved file merges\n"
8019 msgid "use 'hg resolve' to retry unresolved file merges\n"
8004 msgstr ""
8020 msgstr "brug 'hg resolve' for at prøve at sammenføje uløste filer igen\n"
8005
8021
8006 msgid ""
8022 msgid ""
8007 "use 'hg resolve' to retry unresolved file merges or 'hg up --clean' to "
8023 "use 'hg resolve' to retry unresolved file merges or 'hg up --clean' to "
8008 "abandon\n"
8024 "abandon\n"
8009 msgstr ""
8025 msgstr ""
8026 "brug 'hg resolve' for at prøve at sammenføje uløste filer igen eller 'hg up "
8027 "--clean' for at opgive\n"
8010
8028
8011 msgid "(branch merge, don't forget to commit)\n"
8029 msgid "(branch merge, don't forget to commit)\n"
8012 msgstr ""
8030 msgstr "(grensammenføjning, glem ikke at deponere)\n"
8013
8031
8014 #, python-format
8032 #, python-format
8015 msgid "error reading %s/.hg/hgrc: %s\n"
8033 msgid "error reading %s/.hg/hgrc: %s\n"
8016 msgstr ""
8034 msgstr "fejl ved læsning af %s/.hg/hgrc: %s\n"
8017
8035
8018 msgid "SSL support is unavailable"
8036 msgid "SSL support is unavailable"
8019 msgstr "understøttelse for SSL er ikke tilstede"
8037 msgstr "understøttelse for SSL er ikke tilstede"
8020
8038
8021 msgid "IPv6 is not available on this system"
8039 msgid "IPv6 is not available on this system"
8022 msgstr "IPv6 er ikke til rådighed på dette system"
8040 msgstr "IPv6 er ikke til rådighed på dette system"
8023
8041
8024 #, python-format
8042 #, python-format
8025 msgid "cannot start server at '%s:%d': %s"
8043 msgid "cannot start server at '%s:%d': %s"
8026 msgstr "kan ikke starte server på '%s:%d': %s"
8044 msgstr "kan ikke starte server på '%s:%d': %s"
8027
8045
8028 #, python-format
8046 #, python-format
8029 msgid "calling hook %s: %s\n"
8047 msgid "calling hook %s: %s\n"
8030 msgstr ""
8048 msgstr ""
8031
8049
8032 #, python-format
8050 #, python-format
8033 msgid "%s hook is invalid (\"%s\" not in a module)"
8051 msgid "%s hook is invalid (\"%s\" not in a module)"
8034 msgstr ""
8052 msgstr ""
8035
8053
8036 #, python-format
8054 #, python-format
8037 msgid "%s hook is invalid (import of \"%s\" failed)"
8055 msgid "%s hook is invalid (import of \"%s\" failed)"
8038 msgstr ""
8056 msgstr ""
8039
8057
8040 #, python-format
8058 #, python-format
8041 msgid "%s hook is invalid (\"%s\" is not defined)"
8059 msgid "%s hook is invalid (\"%s\" is not defined)"
8042 msgstr ""
8060 msgstr ""
8043
8061
8044 #, python-format
8062 #, python-format
8045 msgid "%s hook is invalid (\"%s\" is not callable)"
8063 msgid "%s hook is invalid (\"%s\" is not callable)"
8046 msgstr ""
8064 msgstr ""
8047
8065
8048 #, python-format
8066 #, python-format
8049 msgid "error: %s hook failed: %s\n"
8067 msgid "error: %s hook failed: %s\n"
8050 msgstr ""
8068 msgstr ""
8051
8069
8052 #, python-format
8070 #, python-format
8053 msgid "error: %s hook raised an exception: %s\n"
8071 msgid "error: %s hook raised an exception: %s\n"
8054 msgstr ""
8072 msgstr ""
8055
8073
8056 #, python-format
8074 #, python-format
8057 msgid "%s hook failed"
8075 msgid "%s hook failed"
8058 msgstr ""
8076 msgstr ""
8059
8077
8060 #, python-format
8078 #, python-format
8061 msgid "warning: %s hook failed\n"
8079 msgid "warning: %s hook failed\n"
8062 msgstr ""
8080 msgstr ""
8063
8081
8064 #, python-format
8082 #, python-format
8065 msgid "running hook %s: %s\n"
8083 msgid "running hook %s: %s\n"
8066 msgstr ""
8084 msgstr ""
8067
8085
8068 #, python-format
8086 #, python-format
8069 msgid "%s hook %s"
8087 msgid "%s hook %s"
8070 msgstr ""
8088 msgstr ""
8071
8089
8072 #, python-format
8090 #, python-format
8073 msgid "warning: %s hook %s\n"
8091 msgid "warning: %s hook %s\n"
8074 msgstr ""
8092 msgstr ""
8075
8093
8076 msgid "connection ended unexpectedly"
8094 msgid "connection ended unexpectedly"
8077 msgstr "forbindelsen blev uventet afsluttet"
8095 msgstr "forbindelsen blev uventet afsluttet"
8078
8096
8079 #, python-format
8097 #, python-format
8080 msgid "unsupported URL component: \"%s\""
8098 msgid "unsupported URL component: \"%s\""
8081 msgstr "ikke-understøttet URL-komponent: \"%s\""
8099 msgstr "ikke-understøttet URL-komponent: \"%s\""
8082
8100
8083 #, python-format
8101 #, python-format
8084 msgid "using %s\n"
8102 msgid "using %s\n"
8085 msgstr "bruger %s\n"
8103 msgstr "bruger %s\n"
8086
8104
8087 #, python-format
8105 #, python-format
8088 msgid "capabilities: %s\n"
8106 msgid "capabilities: %s\n"
8089 msgstr "kapaciteter: %s\n"
8107 msgstr "kapaciteter: %s\n"
8090
8108
8091 msgid "operation not supported over http"
8109 msgid "operation not supported over http"
8092 msgstr "operationen understøttes ikke over http"
8110 msgstr "operationen understøttes ikke over http"
8093
8111
8094 #, python-format
8112 #, python-format
8095 msgid "sending %s command\n"
8113 msgid "sending %s command\n"
8096 msgstr "sender %s kommando\n"
8114 msgstr "sender %s kommando\n"
8097
8115
8098 #, python-format
8116 #, python-format
8099 msgid "sending %s bytes\n"
8117 msgid "sending %s bytes\n"
8100 msgstr "sender %s bytes\n"
8118 msgstr "sender %s bytes\n"
8101
8119
8102 msgid "authorization failed"
8120 msgid "authorization failed"
8103 msgstr "autorisation fejlede"
8121 msgstr "autorisation fejlede"
8104
8122
8105 #, python-format
8123 #, python-format
8106 msgid "http error while sending %s command\n"
8124 msgid "http error while sending %s command\n"
8107 msgstr ""
8125 msgstr "http-fejl mens %s kommandoen blev sendt\n"
8108
8126
8109 msgid "http error, possibly caused by proxy setting"
8127 msgid "http error, possibly caused by proxy setting"
8110 msgstr ""
8128 msgstr "http-fejl, skyldes muligvis proxy-indstillinger"
8111
8129
8112 #, python-format
8130 #, python-format
8113 msgid "real URL is %s\n"
8131 msgid "real URL is %s\n"
8114 msgstr "den rigtige URL er %s\n"
8132 msgstr "den rigtige URL er %s\n"
8115
8133
8116 #, python-format
8134 #, python-format
8117 msgid "requested URL: '%s'\n"
8135 msgid "requested URL: '%s'\n"
8118 msgstr "forespurgt URL: '%s'\n"
8136 msgstr "forespurgt URL: '%s'\n"
8119
8137
8120 #, python-format
8138 #, python-format
8121 msgid "'%s' does not appear to be an hg repository"
8139 msgid "'%s' does not appear to be an hg repository"
8122 msgstr ""
8140 msgstr "'%s' ser ikke ud til at være et hg depot"
8123
8141
8124 #, python-format
8142 #, python-format
8125 msgid "'%s' sent a broken Content-Type header (%s)"
8143 msgid "'%s' sent a broken Content-Type header (%s)"
8126 msgstr ""
8144 msgstr "'%s' sendte ødelagt Content-Type header (%s)"
8127
8145
8128 #, python-format
8146 #, python-format
8129 msgid "'%s' uses newer protocol %s"
8147 msgid "'%s' uses newer protocol %s"
8130 msgstr "'%s' bruger nyere protokol %s"
8148 msgstr "'%s' bruger nyere protokol %s"
8131
8149
8132 msgid "look up remote revision"
8150 msgid "look up remote revision"
8133 msgstr ""
8151 msgstr ""
8134
8152
8135 msgid "unexpected response:"
8153 msgid "unexpected response:"
8136 msgstr ""
8154 msgstr "uventet svar:"
8137
8155
8138 msgid "look up remote changes"
8156 msgid "look up remote changes"
8139 msgstr ""
8157 msgstr ""
8140
8158
8141 msgid "push failed (unexpected response):"
8159 msgid "push failed (unexpected response):"
8142 msgstr ""
8160 msgstr "skub fejlede (uventet svar):"
8143
8161
8144 #, python-format
8162 #, python-format
8145 msgid "push failed: %s"
8163 msgid "push failed: %s"
8146 msgstr "skub fejlede: %s"
8164 msgstr "skub fejlede: %s"
8147
8165
8148 msgid "Python support for SSL and HTTPS is not installed"
8166 msgid "Python support for SSL and HTTPS is not installed"
8149 msgstr ""
8167 msgstr "Python support for SSL og HTTPS er ikke installeret"
8150
8168
8151 msgid "cannot create new http repository"
8169 msgid "cannot create new http repository"
8152 msgstr "kan ikke lave nyt http depot"
8170 msgstr "kan ikke lave nyt http depot"
8153
8171
8154 #, python-format
8172 #, python-format
8155 msgid "%s: ignoring invalid syntax '%s'\n"
8173 msgid "%s: ignoring invalid syntax '%s'\n"
8156 msgstr "%s: ignorerer ugyldig syntaks '%s'\n"
8174 msgstr "%s: ignorerer ugyldig syntaks '%s'\n"
8157
8175
8158 #, python-format
8176 #, python-format
8159 msgid "skipping unreadable ignore file '%s': %s\n"
8177 msgid "skipping unreadable ignore file '%s': %s\n"
8160 msgstr ""
8178 msgstr "springer ulæselig ignorefil '%s' over: %s\n"
8161
8179
8162 #, python-format
8180 #, python-format
8163 msgid "repository %s not found"
8181 msgid "repository %s not found"
8164 msgstr "depotet %s blev ikke fundet"
8182 msgstr "depotet %s blev ikke fundet"
8165
8183
8166 #, python-format
8184 #, python-format
8167 msgid "repository %s already exists"
8185 msgid "repository %s already exists"
8168 msgstr "depotet %s eksisterer allerede"
8186 msgstr "depotet %s eksisterer allerede"
8169
8187
8170 #, python-format
8188 #, python-format
8171 msgid "requirement '%s' not supported"
8189 msgid "requirement '%s' not supported"
8172 msgstr "betingelse '%s' er ikke understøttet"
8190 msgstr "betingelse '%s' er ikke understøttet"
8173
8191
8174 #, python-format
8192 #, python-format
8175 msgid ".hg/sharedpath points to nonexistent directory %s"
8193 msgid ".hg/sharedpath points to nonexistent directory %s"
8176 msgstr ".hg/sharedpath peger på et ikke-eksisterende katalog %s"
8194 msgstr ".hg/sharedpath peger på et ikke-eksisterende katalog %s"
8177
8195
8178 #, python-format
8196 #, python-format
8179 msgid "%r cannot be used in a tag name"
8197 msgid "%r cannot be used in a tag name"
8180 msgstr "%r kan ikke bruges i et mærkatnavnet"
8198 msgstr "%r kan ikke bruges i et mærkatnavnet"
8181
8199
8182 msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
8200 msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
8183 msgstr ""
8201 msgstr "arbejdskopien af .hgtags er ændret (deponer venligst .hgtags manuelt)"
8184
8202
8185 #, python-format
8203 #, python-format
8186 msgid "%s, line %s: %s\n"
8204 msgid "%s, line %s: %s\n"
8187 msgstr "%s, linie %s: %s\n"
8205 msgstr "%s, linie %s: %s\n"
8188
8206
8189 msgid "cannot parse entry"
8207 msgid "cannot parse entry"
8190 msgstr ""
8208 msgstr ""
8191
8209
8192 #, python-format
8210 #, python-format
8193 msgid "node '%s' is not well formed"
8211 msgid "node '%s' is not well formed"
8194 msgstr ""
8212 msgstr "knude '%s' er ikke korrekt formet"
8195
8213
8196 #, python-format
8214 #, python-format
8197 msgid "working directory has unknown parent '%s'!"
8215 msgid "working directory has unknown parent '%s'!"
8198 msgstr "arbejdsbiblioteket har ukendt forældre '%s'!"
8216 msgstr "arbejdsbiblioteket har ukendt forældre '%s'!"
8199
8217
8200 #, python-format
8218 #, python-format
8201 msgid "unknown revision '%s'"
8219 msgid "unknown revision '%s'"
8202 msgstr "ukendt revision '%s'"
8220 msgstr "ukendt revision '%s'"
8203
8221
8204 #, python-format
8222 #, python-format
8205 msgid "filtering %s through %s\n"
8223 msgid "filtering %s through %s\n"
8206 msgstr "filtrerer %s gennem %s\n"
8224 msgstr "filtrerer %s gennem %s\n"
8207
8225
8208 msgid "journal already exists - run hg recover"
8226 msgid "journal already exists - run hg recover"
8209 msgstr "journalen eksisterer allerede -- kør hg recover"
8227 msgstr "journalen eksisterer allerede -- kør hg recover"
8210
8228
8211 msgid "rolling back interrupted transaction\n"
8229 msgid "rolling back interrupted transaction\n"
8212 msgstr "ruller afbrudt transaktion tilbage\n"
8230 msgstr "ruller afbrudt transaktion tilbage\n"
8213
8231
8214 msgid "no interrupted transaction available\n"
8232 msgid "no interrupted transaction available\n"
8215 msgstr "ingen afbrudt transaktion tilgængelig\n"
8233 msgstr "ingen afbrudt transaktion tilgængelig\n"
8216
8234
8217 msgid "rolling back last transaction\n"
8235 msgid "rolling back last transaction\n"
8218 msgstr "ruller sidste transaktion tilbage\n"
8236 msgstr "ruller sidste transaktion tilbage\n"
8219
8237
8220 #, python-format
8238 #, python-format
8221 msgid "Named branch could not be reset, current branch still is: %s\n"
8239 msgid "Named branch could not be reset, current branch still is: %s\n"
8222 msgstr ""
8240 msgstr ""
8241 "Navngiven gren kunne ikke nulstilles, den nuværende gren er stadig: %s\n"
8223
8242
8224 msgid "no rollback information available\n"
8243 msgid "no rollback information available\n"
8225 msgstr "ingen tilbagerulningsinformation til stede\n"
8244 msgstr "ingen tilbagerulningsinformation til stede\n"
8226
8245
8227 #, python-format
8246 #, python-format
8228 msgid "waiting for lock on %s held by %r\n"
8247 msgid "waiting for lock on %s held by %r\n"
8229 msgstr ""
8248 msgstr "venter på lås af %s holdt af %r\n"
8230
8249
8231 #, python-format
8250 #, python-format
8232 msgid "repository %s"
8251 msgid "repository %s"
8233 msgstr "depot %s"
8252 msgstr "depot %s"
8234
8253
8235 #, python-format
8254 #, python-format
8236 msgid "working directory of %s"
8255 msgid "working directory of %s"
8237 msgstr "arbejdskatalog for %s"
8256 msgstr "arbejdskatalog for %s"
8238
8257
8239 #, python-format
8258 #, python-format
8240 msgid " %s: searching for copy revision for %s\n"
8259 msgid " %s: searching for copy revision for %s\n"
8241 msgstr ""
8260 msgstr ""
8242
8261
8243 #, python-format
8262 #, python-format
8244 msgid " %s: copy %s:%s\n"
8263 msgid " %s: copy %s:%s\n"
8245 msgstr ""
8264 msgstr ""
8246
8265
8247 msgid "cannot partially commit a merge (do not specify files or patterns)"
8266 msgid "cannot partially commit a merge (do not specify files or patterns)"
8248 msgstr ""
8267 msgstr ""
8249
8268
8250 msgid "file not found!"
8269 msgid "file not found!"
8251 msgstr "filen blev ikke fundet!"
8270 msgstr "filen blev ikke fundet!"
8252
8271
8253 msgid "no match under directory!"
8272 msgid "no match under directory!"
8254 msgstr "ingen træffer under kataloget!"
8273 msgstr "ingen træffer under kataloget!"
8255
8274
8256 msgid "file not tracked!"
8275 msgid "file not tracked!"
8257 msgstr "filen følges ikke!"
8276 msgstr "filen følges ikke!"
8258
8277
8259 msgid "nothing changed\n"
8278 msgid "nothing changed\n"
8260 msgstr "ingen ændringer\n"
8279 msgstr "ingen ændringer\n"
8261
8280
8262 msgid "unresolved merge conflicts (see hg resolve)"
8281 msgid "unresolved merge conflicts (see hg resolve)"
8263 msgstr ""
8282 msgstr "uløste sammenføjningskonflikter (se hg resolve)"
8264
8283
8265 #, python-format
8284 #, python-format
8266 msgid "committing subrepository %s\n"
8285 msgid "committing subrepository %s\n"
8267 msgstr "deponerer underdepot %s\n"
8286 msgstr "deponerer underdepot %s\n"
8268
8287
8269 #, python-format
8288 #, python-format
8270 msgid "trouble committing %s!\n"
8289 msgid "trouble committing %s!\n"
8271 msgstr "problem ved deponering %s!\n"
8290 msgstr "problem ved deponering %s!\n"
8272
8291
8273 #, python-format
8292 #, python-format
8274 msgid "%s does not exist!\n"
8293 msgid "%s does not exist!\n"
8275 msgstr "%s eksisterer ikke!\n"
8294 msgstr "%s eksisterer ikke!\n"
8276
8295
8277 #, python-format
8296 #, python-format
8278 msgid ""
8297 msgid ""
8279 "%s: files over 10MB may cause memory and performance problems\n"
8298 "%s: files over 10MB may cause memory and performance problems\n"
8280 "(use 'hg revert %s' to unadd the file)\n"
8299 "(use 'hg revert %s' to unadd the file)\n"
8281 msgstr ""
8300 msgstr ""
8282
8301
8283 #, python-format
8302 #, python-format
8284 msgid "%s not added: only files and symlinks supported currently\n"
8303 msgid "%s not added: only files and symlinks supported currently\n"
8285 msgstr ""
8304 msgstr ""
8305 "%s ikke tilføjet: i øjeblikket understøttes kun filer og symbolske lænker\n"
8286
8306
8287 #, python-format
8307 #, python-format
8288 msgid "%s already tracked!\n"
8308 msgid "%s already tracked!\n"
8289 msgstr "%s følges allerede!\n"
8309 msgstr "%s følges allerede!\n"
8290
8310
8291 #, python-format
8311 #, python-format
8292 msgid "%s not added!\n"
8312 msgid "%s not added!\n"
8293 msgstr "%s ikke tilføjet!\n"
8313 msgstr "%s ikke tilføjet!\n"
8294
8314
8295 #, python-format
8315 #, python-format
8296 msgid "%s still exists!\n"
8316 msgid "%s still exists!\n"
8297 msgstr "%s eksisterer stadig!\n"
8317 msgstr "%s eksisterer stadig!\n"
8298
8318
8299 #, python-format
8319 #, python-format
8300 msgid "%s not tracked!\n"
8320 msgid "%s not tracked!\n"
8301 msgstr "%s følges ikke\n"
8321 msgstr "%s følges ikke\n"
8302
8322
8303 #, python-format
8323 #, python-format
8304 msgid "%s not removed!\n"
8324 msgid "%s not removed!\n"
8305 msgstr "%s ikke fjernet!\n"
8325 msgstr "%s ikke fjernet!\n"
8306
8326
8307 #, python-format
8327 #, python-format
8308 msgid "copy failed: %s is not a file or a symbolic link\n"
8328 msgid "copy failed: %s is not a file or a symbolic link\n"
8309 msgstr "kopiering fejlede: %s er ikke en fil eller en symbolsk længe\n"
8329 msgstr "kopiering fejlede: %s er ikke en fil eller en symbolsk længe\n"
8310
8330
8311 msgid "searching for changes\n"
8331 msgid "searching for changes\n"
8312 msgstr "leder efter ændringer\n"
8332 msgstr "leder efter ændringer\n"
8313
8333
8314 #, python-format
8334 #, python-format
8315 msgid "examining %s:%s\n"
8335 msgid "examining %s:%s\n"
8316 msgstr "undersøger %s:%s\n"
8336 msgstr "undersøger %s:%s\n"
8317
8337
8318 msgid "branch already found\n"
8338 msgid "branch already found\n"
8319 msgstr "gren er allerede fundet\n"
8339 msgstr "gren er allerede fundet\n"
8320
8340
8321 #, python-format
8341 #, python-format
8322 msgid "found incomplete branch %s:%s\n"
8342 msgid "found incomplete branch %s:%s\n"
8323 msgstr "fandt ukomplet gren %s:%s\n"
8343 msgstr "fandt ukomplet gren %s:%s\n"
8324
8344
8325 #, python-format
8345 #, python-format
8326 msgid "found new changeset %s\n"
8346 msgid "found new changeset %s\n"
8327 msgstr "fandt ny ændring %s\n"
8347 msgstr "fandt ny ændring %s\n"
8328
8348
8329 #, python-format
8349 #, python-format
8330 msgid "request %d: %s\n"
8350 msgid "request %d: %s\n"
8331 msgstr "forespørgsel %d: %s\n"
8351 msgstr "forespørgsel %d: %s\n"
8332
8352
8333 #, python-format
8353 #, python-format
8334 msgid "received %s:%s\n"
8354 msgid "received %s:%s\n"
8335 msgstr "modtog %s:%s\n"
8355 msgstr "modtog %s:%s\n"
8336
8356
8337 #, python-format
8357 #, python-format
8338 msgid "narrowing %d:%d %s\n"
8358 msgid "narrowing %d:%d %s\n"
8339 msgstr "indskrænker %d:%d %s\n"
8359 msgstr "indskrænker %d:%d %s\n"
8340
8360
8341 #, python-format
8361 #, python-format
8342 msgid "found new branch changeset %s\n"
8362 msgid "found new branch changeset %s\n"
8343 msgstr "fandt ny forgreningsændring %s\n"
8363 msgstr "fandt ny forgreningsændring %s\n"
8344
8364
8345 #, python-format
8365 #, python-format
8346 msgid "narrowed branch search to %s:%s\n"
8366 msgid "narrowed branch search to %s:%s\n"
8347 msgstr "indskrænker forgreningssøgning til %s:%s\n"
8367 msgstr "indskrænker forgreningssøgning til %s:%s\n"
8348
8368
8349 msgid "already have changeset "
8369 msgid "already have changeset "
8350 msgstr "har allerede ændringen "
8370 msgstr "har allerede ændringen "
8351
8371
8352 msgid "warning: repository is unrelated\n"
8372 msgid "warning: repository is unrelated\n"
8353 msgstr "advarsel: depotet er urelateret\n"
8373 msgstr "advarsel: depotet er urelateret\n"
8354
8374
8355 msgid "repository is unrelated"
8375 msgid "repository is unrelated"
8356 msgstr "depotet er urelateret"
8376 msgstr "depotet er urelateret"
8357
8377
8358 msgid "found new changesets starting at "
8378 msgid "found new changesets starting at "
8359 msgstr "fandt nye ændringer startende ved "
8379 msgstr "fandt nye ændringer startende ved "
8360
8380
8361 #, python-format
8381 #, python-format
8362 msgid "%d total queries\n"
8382 msgid "%d total queries\n"
8363 msgstr "%d forespørgsler i alt\n"
8383 msgstr "%d forespørgsler i alt\n"
8364
8384
8365 msgid "common changesets up to "
8385 msgid "common changesets up to "
8366 msgstr "fælles ændringer op til "
8386 msgstr "fælles ændringer op til "
8367
8387
8368 msgid "requesting all changes\n"
8388 msgid "requesting all changes\n"
8369 msgstr "anmoder om alle ændringer\n"
8389 msgstr "anmoder om alle ændringer\n"
8370
8390
8371 msgid ""
8391 msgid ""
8372 "Partial pull cannot be done because other repository doesn't support "
8392 "Partial pull cannot be done because other repository doesn't support "
8373 "changegroupsubset."
8393 "changegroupsubset."
8374 msgstr ""
8394 msgstr ""
8375
8395
8376 #, python-format
8396 #, python-format
8377 msgid "abort: push creates new remote branch '%s'!\n"
8397 msgid "abort: push creates new remote branch '%s'!\n"
8378 msgstr "afbrudt: skub laver ny gren '%s' i fjerndepotet!\n"
8398 msgstr "afbrudt: skub laver ny gren '%s' i fjerndepotet!\n"
8379
8399
8380 msgid "abort: push creates new remote heads!\n"
8400 msgid "abort: push creates new remote heads!\n"
8381 msgstr "afbrudt: skub laver nye fjern-hoveder!\n"
8401 msgstr "afbrudt: skub laver nye fjern-hoveder!\n"
8382
8402
8383 msgid "(did you forget to merge? use push -f to force)\n"
8403 msgid "(did you forget to merge? use push -f to force)\n"
8384 msgstr "(glemte du at sammenføje? brug push -f for at gennemtvinge)\n"
8404 msgstr "(glemte du at sammenføje? brug push -f for at gennemtvinge)\n"
8385
8405
8386 msgid "note: unsynced remote changes!\n"
8406 msgid "note: unsynced remote changes!\n"
8387 msgstr ""
8407 msgstr ""
8388
8408
8389 #, python-format
8409 #, python-format
8390 msgid "%d changesets found\n"
8410 msgid "%d changesets found\n"
8391 msgstr ""
8411 msgstr "fandt %d ændringer\n"
8392
8412
8393 msgid "list of changesets:\n"
8413 msgid "list of changesets:\n"
8394 msgstr ""
8414 msgstr "liste af ændringer:\n"
8395
8415
8396 #, python-format
8416 #, python-format
8397 msgid "empty or missing revlog for %s"
8417 msgid "empty or missing revlog for %s"
8398 msgstr ""
8418 msgstr "tom eller manglende revlog for %s"
8399
8419
8400 #, python-format
8420 #, python-format
8401 msgid "add changeset %s\n"
8421 msgid "add changeset %s\n"
8402 msgstr "tilføj ændring %s\n"
8422 msgstr "tilføj ændring %s\n"
8403
8423
8404 msgid "adding changesets\n"
8424 msgid "adding changesets\n"
8405 msgstr "tilføjer ændringer\n"
8425 msgstr "tilføjer ændringer\n"
8406
8426
8407 msgid "received changelog group is empty"
8427 msgid "received changelog group is empty"
8408 msgstr ""
8428 msgstr "modtagen changelog-gruppe er tom"
8409
8429
8410 msgid "adding manifests\n"
8430 msgid "adding manifests\n"
8411 msgstr "tilføjer manifester\n"
8431 msgstr "tilføjer manifester\n"
8412
8432
8413 msgid "adding file changes\n"
8433 msgid "adding file changes\n"
8414 msgstr "tilføjer filændringer\n"
8434 msgstr "tilføjer filændringer\n"
8415
8435
8416 #, python-format
8436 #, python-format
8417 msgid "adding %s revisions\n"
8437 msgid "adding %s revisions\n"
8418 msgstr "tilføjer %s ændringer\n"
8438 msgstr "tilføjer %s ændringer\n"
8419
8439
8420 msgid "received file revlog group is empty"
8440 msgid "received file revlog group is empty"
8421 msgstr ""
8441 msgstr ""
8422
8442
8423 #, python-format
8443 #, python-format
8424 msgid " (%+d heads)"
8444 msgid " (%+d heads)"
8425 msgstr " (%+d hoveder)"
8445 msgstr " (%+d hoveder)"
8426
8446
8427 #, python-format
8447 #, python-format
8428 msgid "added %d changesets with %d changes to %d files%s\n"
8448 msgid "added %d changesets with %d changes to %d files%s\n"
8429 msgstr "tilføjede %d ændringer med %d ændringer i %d filer%s\n"
8449 msgstr "tilføjede %d ændringer med %d ændringer i %d filer%s\n"
8430
8450
8431 msgid "updating the branch cache\n"
8451 msgid "updating the branch cache\n"
8432 msgstr ""
8452 msgstr ""
8433
8453
8434 msgid "Unexpected response from remote server:"
8454 msgid "Unexpected response from remote server:"
8435 msgstr ""
8455 msgstr "Uventet svar fra fjernserver:"
8436
8456
8437 msgid "operation forbidden by server"
8457 msgid "operation forbidden by server"
8438 msgstr ""
8458 msgstr "operationen er forbudt af serveren"
8439
8459
8440 msgid "locking the remote repository failed"
8460 msgid "locking the remote repository failed"
8441 msgstr ""
8461 msgstr "låsning af fjerndepotet fejlede"
8442
8462
8443 msgid "the server sent an unknown error code"
8463 msgid "the server sent an unknown error code"
8444 msgstr ""
8464 msgstr ""
8445
8465
8446 msgid "streaming all changes\n"
8466 msgid "streaming all changes\n"
8447 msgstr ""
8467 msgstr ""
8448
8468
8449 #, python-format
8469 #, python-format
8450 msgid "%d files to transfer, %s of data\n"
8470 msgid "%d files to transfer, %s of data\n"
8451 msgstr ""
8471 msgstr "%d filer at overføre, %s data\n"
8452
8472
8453 #, python-format
8473 #, python-format
8454 msgid "adding %s (%s)\n"
8474 msgid "adding %s (%s)\n"
8455 msgstr "tilføjer %s (%s)\n"
8475 msgstr "tilføjer %s (%s)\n"
8456
8476
8457 #, python-format
8477 #, python-format
8458 msgid "transferred %s in %.1f seconds (%s/sec)\n"
8478 msgid "transferred %s in %.1f seconds (%s/sec)\n"
8459 msgstr ""
8479 msgstr "overførte %s i %.1f sekunder (%s/sek)\n"
8460
8480
8461 msgid "no [smtp]host in hgrc - cannot send mail"
8481 msgid "no [smtp]host in hgrc - cannot send mail"
8462 msgstr ""
8482 msgstr ""
8463
8483
8464 #, python-format
8484 #, python-format
8465 msgid "sending mail: smtp host %s, port %s\n"
8485 msgid "sending mail: smtp host %s, port %s\n"
8466 msgstr ""
8486 msgstr ""
8467
8487
8468 msgid "can't use TLS: Python SSL support not installed"
8488 msgid "can't use TLS: Python SSL support not installed"
8469 msgstr ""
8489 msgstr "kan ikke bruge TLS: Python SSL support er ikke installeret"
8470
8490
8471 msgid "(using tls)\n"
8491 msgid "(using tls)\n"
8472 msgstr ""
8492 msgstr "(bruger tsl)\n"
8473
8493
8474 #, python-format
8494 #, python-format
8475 msgid "(authenticating to mail server as %s)\n"
8495 msgid "(authenticating to mail server as %s)\n"
8476 msgstr ""
8496 msgstr "(autentificerer til mailserver som %s)\n"
8477
8497
8478 #, python-format
8498 #, python-format
8479 msgid "sending mail: %s\n"
8499 msgid "sending mail: %s\n"
8480 msgstr ""
8500 msgstr "sender post: %s\n"
8481
8501
8482 msgid "smtp specified as email transport, but no smtp host configured"
8502 msgid "smtp specified as email transport, but no smtp host configured"
8483 msgstr ""
8503 msgstr ""
8484
8504
8485 #, python-format
8505 #, python-format
8486 msgid "%r specified as email transport, but not in PATH"
8506 msgid "%r specified as email transport, but not in PATH"
8487 msgstr ""
8507 msgstr ""
8488
8508
8489 #, python-format
8509 #, python-format
8490 msgid "ignoring invalid sendcharset: %s\n"
8510 msgid "ignoring invalid sendcharset: %s\n"
8491 msgstr ""
8511 msgstr ""
8492
8512
8493 #, python-format
8513 #, python-format
8494 msgid "invalid email address: %s"
8514 msgid "invalid email address: %s"
8495 msgstr ""
8515 msgstr "ugyldig e-post-adresse: %s"
8496
8516
8497 #, python-format
8517 #, python-format
8498 msgid "invalid local address: %s"
8518 msgid "invalid local address: %s"
8499 msgstr ""
8519 msgstr "ugyldig lokal adresse: %s"
8500
8520
8501 #, python-format
8521 #, python-format
8502 msgid "failed to remove %s from manifest"
8522 msgid "failed to remove %s from manifest"
8503 msgstr ""
8523 msgstr "kunne ikke fjerne %s fra manifest"
8504
8524
8505 #, python-format
8525 #, python-format
8506 msgid "diff context lines count must be an integer, not %r"
8526 msgid "diff context lines count must be an integer, not %r"
8507 msgstr ""
8527 msgstr ""
8508
8528
8509 #, python-format
8529 #, python-format
8510 msgid ""
8530 msgid ""
8511 "untracked file in working directory differs from file in requested revision: "
8531 "untracked file in working directory differs from file in requested revision: "
8512 "'%s'"
8532 "'%s'"
8513 msgstr ""
8533 msgstr ""
8514
8534
8515 #, python-format
8535 #, python-format
8516 msgid "case-folding collision between %s and %s"
8536 msgid "case-folding collision between %s and %s"
8517 msgstr ""
8537 msgstr ""
8518
8538
8519 #, python-format
8539 #, python-format
8520 msgid ""
8540 msgid ""
8521 " conflicting flags for %s\n"
8541 " conflicting flags for %s\n"
8522 "(n)one, e(x)ec or sym(l)ink?"
8542 "(n)one, e(x)ec or sym(l)ink?"
8523 msgstr ""
8543 msgstr ""
8524
8544
8525 msgid "&None"
8545 msgid "&None"
8526 msgstr ""
8546 msgstr ""
8527
8547
8528 msgid "E&xec"
8548 msgid "E&xec"
8529 msgstr ""
8549 msgstr ""
8530
8550
8531 msgid "Sym&link"
8551 msgid "Sym&link"
8532 msgstr ""
8552 msgstr ""
8533
8553
8534 msgid "resolving manifests\n"
8554 msgid "resolving manifests\n"
8535 msgstr ""
8555 msgstr "løser manifester\n"
8536
8556
8537 #, python-format
8557 #, python-format
8538 msgid " overwrite %s partial %s\n"
8558 msgid " overwrite %s partial %s\n"
8539 msgstr ""
8559 msgstr ""
8540
8560
8541 #, python-format
8561 #, python-format
8542 msgid " ancestor %s local %s remote %s\n"
8562 msgid " ancestor %s local %s remote %s\n"
8543 msgstr ""
8563 msgstr ""
8544
8564
8545 #, python-format
8565 #, python-format
8546 msgid ""
8566 msgid ""
8547 " local changed %s which remote deleted\n"
8567 " local changed %s which remote deleted\n"
8548 "use (c)hanged version or (d)elete?"
8568 "use (c)hanged version or (d)elete?"
8549 msgstr ""
8569 msgstr ""
8550
8570
8551 msgid "&Changed"
8571 msgid "&Changed"
8552 msgstr ""
8572 msgstr ""
8553
8573
8554 msgid "&Delete"
8574 msgid "&Delete"
8555 msgstr ""
8575 msgstr ""
8556
8576
8557 msgid "c"
8577 msgid "c"
8558 msgstr ""
8578 msgstr ""
8559
8579
8560 #, python-format
8580 #, python-format
8561 msgid ""
8581 msgid ""
8562 "remote changed %s which local deleted\n"
8582 "remote changed %s which local deleted\n"
8563 "use (c)hanged version or leave (d)eleted?"
8583 "use (c)hanged version or leave (d)eleted?"
8564 msgstr ""
8584 msgstr ""
8565
8585
8566 msgid "&Deleted"
8586 msgid "&Deleted"
8567 msgstr ""
8587 msgstr ""
8568
8588
8569 #, python-format
8589 #, python-format
8570 msgid "preserving %s for resolve of %s\n"
8590 msgid "preserving %s for resolve of %s\n"
8571 msgstr "bevarer %s til løsning af %s\n"
8591 msgstr "bevarer %s til løsning af %s\n"
8572
8592
8573 #, python-format
8593 #, python-format
8574 msgid "update failed to remove %s: %s!\n"
8594 msgid "update failed to remove %s: %s!\n"
8575 msgstr ""
8595 msgstr "opdatering kunne ikke fjerne %s: %s!\n"
8576
8596
8577 #, python-format
8597 #, python-format
8578 msgid "getting %s\n"
8598 msgid "getting %s\n"
8579 msgstr "henter %s\n"
8599 msgstr "henter %s\n"
8580
8600
8581 #, python-format
8601 #, python-format
8582 msgid "getting %s to %s\n"
8602 msgid "getting %s to %s\n"
8583 msgstr "henter %s til %s\n"
8603 msgstr "henter %s til %s\n"
8584
8604
8585 #, python-format
8605 #, python-format
8586 msgid "warning: detected divergent renames of %s to:\n"
8606 msgid "warning: detected divergent renames of %s to:\n"
8587 msgstr ""
8607 msgstr ""
8588
8608
8589 #, python-format
8609 #, python-format
8590 msgid "branch %s not found"
8610 msgid "branch %s not found"
8591 msgstr "gren %s blev ikke fundet"
8611 msgstr "gren %s blev ikke fundet"
8592
8612
8593 msgid "can't merge with ancestor"
8613 msgid "can't merge with ancestor"
8594 msgstr "kan ikke sammenføje med forfader"
8614 msgstr "kan ikke sammenføje med forfader"
8595
8615
8596 msgid "nothing to merge (use 'hg update' or check 'hg heads')"
8616 msgid "nothing to merge (use 'hg update' or check 'hg heads')"
8597 msgstr "intet at sammenføje (brug 'hg update' eller kontroller 'hg heads')"
8617 msgstr "intet at sammenføje (brug 'hg update' eller kontroller 'hg heads')"
8598
8618
8599 msgid "outstanding uncommitted changes (use 'hg status' to list changes)"
8619 msgid "outstanding uncommitted changes (use 'hg status' to list changes)"
8600 msgstr ""
8620 msgstr ""
8601 "udestående ikke-deponerede ændringer (brug 'hg status' for at se ændringer)"
8621 "udestående ikke-deponerede ændringer (brug 'hg status' for at se ændringer)"
8602
8622
8603 msgid "crosses branches (use 'hg merge' or 'hg update -C' to discard changes)"
8623 msgid "crosses branches (use 'hg merge' or 'hg update -C' to discard changes)"
8604 msgstr ""
8624 msgstr ""
8605 "krydser grene (brug 'hg merge' eller 'hg update -C' for at kassere "
8625 "krydser grene (brug 'hg merge' eller 'hg update -C' for at kassere "
8606 "ændringerne)"
8626 "ændringerne)"
8607
8627
8608 msgid "crosses branches (use 'hg merge' or 'hg update -C')"
8628 msgid "crosses branches (use 'hg merge' or 'hg update -C')"
8609 msgstr "krydser grene (brug 'hg merge' eller 'hg update -C')"
8629 msgstr "krydser grene (brug 'hg merge' eller 'hg update -C')"
8610
8630
8611 msgid "crosses named branches (use 'hg update -C' to discard changes)"
8631 msgid "crosses named branches (use 'hg update -C' to discard changes)"
8612 msgstr ""
8632 msgstr ""
8613 "krydser navngivne grene (brug 'hg update -C' for at kassere ændringerne)"
8633 "krydser navngivne grene (brug 'hg update -C' for at kassere ændringerne)"
8614
8634
8615 #, python-format
8635 #, python-format
8616 msgid "cannot create %s: destination already exists"
8636 msgid "cannot create %s: destination already exists"
8617 msgstr "kan ikke oprette %s: destinationen findes allerede"
8637 msgstr "kan ikke oprette %s: destinationen findes allerede"
8618
8638
8619 #, python-format
8639 #, python-format
8620 msgid "cannot create %s: unable to create destination directory"
8640 msgid "cannot create %s: unable to create destination directory"
8621 msgstr "kan ikke oprette %s: ikke i stand til at oprette biblioteket"
8641 msgstr "kan ikke oprette %s: ikke i stand til at oprette biblioteket"
8622
8642
8623 #, python-format
8643 #, python-format
8624 msgid "found patch at byte %d\n"
8644 msgid "found patch at byte %d\n"
8625 msgstr ""
8645 msgstr ""
8626
8646
8627 msgid "patch generated by hg export\n"
8647 msgid "patch generated by hg export\n"
8628 msgstr ""
8648 msgstr "lap genereret af hg export\n"
8629
8649
8630 #, python-format
8650 #, python-format
8631 msgid "unable to find '%s' for patching\n"
8651 msgid "unable to find '%s' for patching\n"
8632 msgstr ""
8652 msgstr "kan ikke finde '%s' til lapning\n"
8633
8653
8634 #, python-format
8654 #, python-format
8635 msgid "patching file %s\n"
8655 msgid "patching file %s\n"
8636 msgstr "retter fil %s\n"
8656 msgstr "retter fil %s\n"
8637
8657
8638 #, python-format
8658 #, python-format
8639 msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
8659 msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
8640 msgstr ""
8660 msgstr ""
8641
8661
8642 #, python-format
8662 #, python-format
8643 msgid "bad hunk #%d %s (%d %d %d %d)"
8663 msgid "bad hunk #%d %s (%d %d %d %d)"
8644 msgstr ""
8664 msgstr ""
8645
8665
8646 #, python-format
8666 #, python-format
8647 msgid "file %s already exists\n"
8667 msgid "file %s already exists\n"
8648 msgstr "filen %s eksisterer allerede\n"
8668 msgstr "filen %s eksisterer allerede\n"
8649
8669
8650 #, python-format
8670 #, python-format
8651 msgid "Hunk #%d succeeded at %d %s(offset %d line).\n"
8671 msgid "Hunk #%d succeeded at %d %s(offset %d line).\n"
8652 msgstr ""
8672 msgstr ""
8653
8673
8654 #, python-format
8674 #, python-format
8655 msgid "Hunk #%d succeeded at %d %s(offset %d lines).\n"
8675 msgid "Hunk #%d succeeded at %d %s(offset %d lines).\n"
8656 msgstr ""
8676 msgstr ""
8657
8677
8658 #, python-format
8678 #, python-format
8659 msgid "Hunk #%d FAILED at %d\n"
8679 msgid "Hunk #%d FAILED at %d\n"
8660 msgstr ""
8680 msgstr ""
8661
8681
8662 #, python-format
8682 #, python-format
8663 msgid "bad hunk #%d"
8683 msgid "bad hunk #%d"
8664 msgstr ""
8684 msgstr ""
8665
8685
8666 #, python-format
8686 #, python-format
8667 msgid "bad hunk #%d old text line %d"
8687 msgid "bad hunk #%d old text line %d"
8668 msgstr ""
8688 msgstr ""
8669
8689
8670 msgid "could not extract binary patch"
8690 msgid "could not extract binary patch"
8671 msgstr ""
8691 msgstr ""
8672
8692
8673 #, python-format
8693 #, python-format
8674 msgid "binary patch is %d bytes, not %d"
8694 msgid "binary patch is %d bytes, not %d"
8675 msgstr ""
8695 msgstr "binær lap er %d byte, ikke %d"
8676
8696
8677 #, python-format
8697 #, python-format
8678 msgid "unable to strip away %d dirs from %s"
8698 msgid "unable to strip away %d dirs from %s"
8679 msgstr ""
8699 msgstr "kan ikke strippe %d kataloger fra %s"
8680
8700
8681 msgid "undefined source and destination files"
8701 msgid "undefined source and destination files"
8682 msgstr ""
8702 msgstr ""
8683
8703
8684 #, python-format
8704 #, python-format
8685 msgid "malformed patch %s %s"
8705 msgid "malformed patch %s %s"
8686 msgstr ""
8706 msgstr ""
8687
8707
8688 #, python-format
8708 #, python-format
8689 msgid "unsupported parser state: %s"
8709 msgid "unsupported parser state: %s"
8690 msgstr ""
8710 msgstr ""
8691
8711
8692 #, python-format
8712 #, python-format
8693 msgid "patch command failed: %s"
8713 msgid "patch command failed: %s"
8694 msgstr ""
8714 msgstr "patch kommando fejlede: %s"
8695
8715
8696 #, python-format
8716 #, python-format
8697 msgid "Unsupported line endings type: %s"
8717 msgid "Unsupported line endings type: %s"
8698 msgstr "Linieendelse %s understøttes ikke"
8718 msgstr "Linieendelse %s understøttes ikke"
8699
8719
8700 #, python-format
8720 #, python-format
8701 msgid "no valid hunks found; trying with %r instead\n"
8721 msgid "no valid hunks found; trying with %r instead\n"
8702 msgstr ""
8722 msgstr ""
8703
8723
8704 #, python-format
8724 #, python-format
8705 msgid "exited with status %d"
8725 msgid "exited with status %d"
8706 msgstr "afsluttede med status %d"
8726 msgstr "afsluttede med status %d"
8707
8727
8708 #, python-format
8728 #, python-format
8709 msgid "killed by signal %d"
8729 msgid "killed by signal %d"
8710 msgstr "dræbt af signal %d"
8730 msgstr "dræbt af signal %d"
8711
8731
8712 #, python-format
8732 #, python-format
8713 msgid "stopped by signal %d"
8733 msgid "stopped by signal %d"
8714 msgstr "stoppet af signal %d"
8734 msgstr "stoppet af signal %d"
8715
8735
8716 msgid "invalid exit code"
8736 msgid "invalid exit code"
8717 msgstr "ugyldig returkode"
8737 msgstr "ugyldig returkode"
8718
8738
8719 #, python-format
8739 #, python-format
8720 msgid "saving bundle to %s\n"
8740 msgid "saving bundle to %s\n"
8721 msgstr ""
8741 msgstr "gemmer bundt i %s\n"
8722
8742
8723 msgid "adding branch\n"
8743 msgid "adding branch\n"
8724 msgstr "tilføjer gren\n"
8744 msgstr "tilføjer gren\n"
8725
8745
8726 #, python-format
8746 #, python-format
8727 msgid "cannot %s; remote repository does not support the %r capability"
8747 msgid "cannot %s; remote repository does not support the %r capability"
8728 msgstr ""
8748 msgstr "kan ikke %s: fjerdepotet understøtter ikke %r egenskaben"
8729
8749
8730 #, python-format
8750 #, python-format
8731 msgid "unknown compression type %r"
8751 msgid "unknown compression type %r"
8732 msgstr ""
8752 msgstr "ukendt kompressionstype %r"
8733
8753
8734 #, python-format
8754 #, python-format
8735 msgid "index %s unknown flags %#04x for format v0"
8755 msgid "index %s unknown flags %#04x for format v0"
8736 msgstr ""
8756 msgstr "indeks %s ukendt flag %#04x for format v0"
8737
8757
8738 #, python-format
8758 #, python-format
8739 msgid "index %s unknown flags %#04x for revlogng"
8759 msgid "index %s unknown flags %#04x for revlogng"
8740 msgstr ""
8760 msgstr "indeks %s ukendt flag %#04x for revlogng"
8741
8761
8742 #, python-format
8762 #, python-format
8743 msgid "index %s unknown format %d"
8763 msgid "index %s unknown format %d"
8744 msgstr ""
8764 msgstr "indeks %s ukendt format %d"
8745
8765
8746 #, python-format
8766 #, python-format
8747 msgid "index %s is corrupted"
8767 msgid "index %s is corrupted"
8748 msgstr "indeks %s er ødelagt"
8768 msgstr "indeks %s er ødelagt"
8749
8769
8750 msgid "no node"
8770 msgid "no node"
8751 msgstr ""
8771 msgstr ""
8752
8772
8753 msgid "ambiguous identifier"
8773 msgid "ambiguous identifier"
8754 msgstr ""
8774 msgstr ""
8755
8775
8756 msgid "no match found"
8776 msgid "no match found"
8757 msgstr ""
8777 msgstr ""
8758
8778
8759 #, python-format
8779 #, python-format
8760 msgid "incompatible revision flag %x"
8780 msgid "incompatible revision flag %x"
8761 msgstr ""
8781 msgstr ""
8762
8782
8763 #, python-format
8783 #, python-format
8764 msgid "%s not found in the transaction"
8784 msgid "%s not found in the transaction"
8765 msgstr ""
8785 msgstr "%s ikke fundet i transaktionen"
8766
8786
8767 msgid "unknown base"
8787 msgid "unknown base"
8768 msgstr ""
8788 msgstr ""
8769
8789
8770 msgid "consistency error adding group"
8790 msgid "consistency error adding group"
8771 msgstr ""
8791 msgstr "konsistensfejl ved tilføjelse af gruppe"
8772
8792
8773 #, python-format
8793 #, python-format
8774 msgid "%s looks like a binary file."
8794 msgid "%s looks like a binary file."
8775 msgstr ""
8795 msgstr "%s ser ud som en binær fil."
8776
8796
8777 msgid "can only specify two labels."
8797 msgid "can only specify two labels."
8778 msgstr ""
8798 msgstr ""
8779
8799
8780 msgid "warning: conflicts during merge.\n"
8800 msgid "warning: conflicts during merge.\n"
8781 msgstr ""
8801 msgstr "advarsel: konflikter ved sammenføjning.\n"
8782
8802
8783 #, python-format
8803 #, python-format
8784 msgid "couldn't parse location %s"
8804 msgid "couldn't parse location %s"
8785 msgstr ""
8805 msgstr ""
8786
8806
8787 msgid "could not create remote repo"
8807 msgid "could not create remote repo"
8788 msgstr ""
8808 msgstr "kunne ikke oprette fjerndepot"
8789
8809
8790 msgid "remote: "
8810 msgid "remote: "
8791 msgstr "fjernsystem: "
8811 msgstr "fjernsystem: "
8792
8812
8793 msgid "no suitable response from remote hg"
8813 msgid "no suitable response from remote hg"
8794 msgstr ""
8814 msgstr "intet brugbart svar fra fjernsystemets hg"
8795
8815
8796 #, python-format
8816 #, python-format
8797 msgid "push refused: %s"
8817 msgid "push refused: %s"
8798 msgstr ""
8818 msgstr "skub afvist: %s"
8799
8819
8800 msgid "unsynced changes"
8820 msgid "unsynced changes"
8801 msgstr ""
8821 msgstr ""
8802
8822
8803 msgid "cannot lock static-http repository"
8823 msgid "cannot lock static-http repository"
8804 msgstr ""
8824 msgstr "kan ikke låse static-http depot"
8805
8825
8806 msgid "cannot create new static-http repository"
8826 msgid "cannot create new static-http repository"
8807 msgstr ""
8827 msgstr "kan ikke oprette nyt static-http depot"
8808
8828
8809 #, python-format
8829 #, python-format
8810 msgid "invalid entry in fncache, line %s"
8830 msgid "invalid entry in fncache, line %s"
8811 msgstr ""
8831 msgstr ""
8812
8832
8813 msgid "scanning\n"
8833 msgid "scanning\n"
8814 msgstr ""
8834 msgstr "skanner\n"
8815
8835
8816 #, python-format
8836 #, python-format
8817 msgid "%d files, %d bytes to transfer\n"
8837 msgid "%d files, %d bytes to transfer\n"
8818 msgstr "%d filer, skal overføre %d bytes\n"
8838 msgstr "%d filer, skal overføre %d byte\n"
8819
8839
8820 #, python-format
8840 #, python-format
8821 msgid "sending %s (%d bytes)\n"
8841 msgid "sending %s (%d bytes)\n"
8822 msgstr ""
8842 msgstr "sender %s (%d byte)\n"
8823
8843
8824 #, python-format
8844 #, python-format
8825 msgid ""
8845 msgid ""
8826 " subrepository sources for %s differ\n"
8846 " subrepository sources for %s differ\n"
8827 "use (l)ocal source (%s) or (r)emote source (%s)?"
8847 "use (l)ocal source (%s) or (r)emote source (%s)?"
8828 msgstr ""
8848 msgstr ""
8829
8849
8830 msgid "&Remote"
8850 msgid "&Remote"
8831 msgstr ""
8851 msgstr ""
8832
8852
8833 msgid "r"
8853 msgid "r"
8834 msgstr ""
8854 msgstr ""
8835
8855
8836 #, python-format
8856 #, python-format
8837 msgid ""
8857 msgid ""
8838 " local changed subrepository %s which remote removed\n"
8858 " local changed subrepository %s which remote removed\n"
8839 "use (c)hanged version or (d)elete?"
8859 "use (c)hanged version or (d)elete?"
8840 msgstr ""
8860 msgstr ""
8841
8861
8842 #, python-format
8862 #, python-format
8843 msgid ""
8863 msgid ""
8844 " remote changed subrepository %s which local removed\n"
8864 " remote changed subrepository %s which local removed\n"
8845 "use (c)hanged version or (d)elete?"
8865 "use (c)hanged version or (d)elete?"
8846 msgstr ""
8866 msgstr ""
8847
8867
8848 #, python-format
8868 #, python-format
8849 msgid "removing subrepo %s\n"
8869 msgid "removing subrepo %s\n"
8850 msgstr "fjerner underdepot %s\n"
8870 msgstr "fjerner underdepot %s\n"
8851
8871
8852 #, python-format
8872 #, python-format
8853 msgid "pulling subrepo %s\n"
8873 msgid "pulling subrepo %s\n"
8854 msgstr "hiver fra underdepot %s\n"
8874 msgstr "hiver fra underdepot %s\n"
8855
8875
8856 #, python-format
8876 #, python-format
8857 msgid "pushing subrepo %s\n"
8877 msgid "pushing subrepo %s\n"
8858 msgstr "skubber til underdepot %s\n"
8878 msgstr "skubber til underdepot %s\n"
8859
8879
8860 msgid "unmatched quotes"
8880 msgid "unmatched quotes"
8861 msgstr ""
8881 msgstr ""
8862
8882
8863 #, python-format
8883 #, python-format
8864 msgid "error expanding '%s%%%s'"
8884 msgid "error expanding '%s%%%s'"
8865 msgstr "fejl ved ekspansion af '%s%%%s'"
8885 msgstr "fejl ved ekspansion af '%s%%%s'"
8866
8886
8867 #, python-format
8887 #, python-format
8868 msgid "unknown filter '%s'"
8888 msgid "unknown filter '%s'"
8869 msgstr "ukendt filter '%s'"
8889 msgstr "ukendt filter '%s'"
8870
8890
8871 #, python-format
8891 #, python-format
8872 msgid "style not found: %s"
8892 msgid "style not found: %s"
8873 msgstr ""
8893 msgstr ""
8874
8894
8875 #, python-format
8895 #, python-format
8876 msgid "template file %s: %s"
8896 msgid "template file %s: %s"
8877 msgstr ""
8897 msgstr "skabelon-fil %s: %s"
8878
8898
8879 msgid "cannot use transaction when it is already committed/aborted"
8899 msgid "cannot use transaction when it is already committed/aborted"
8880 msgstr ""
8900 msgstr ""
8881
8901
8882 #, python-format
8902 #, python-format
8883 msgid "failed to truncate %s\n"
8903 msgid "failed to truncate %s\n"
8884 msgstr "kunne ikke trunkere %s\n"
8904 msgstr "kunne ikke trunkere %s\n"
8885
8905
8886 msgid "transaction abort!\n"
8906 msgid "transaction abort!\n"
8887 msgstr "transaktionen er afbrudt!\n"
8907 msgstr "transaktionen er afbrudt!\n"
8888
8908
8889 msgid "rollback completed\n"
8909 msgid "rollback completed\n"
8890 msgstr "tilbagerulning gennemført\n"
8910 msgstr "tilbagerulning gennemført\n"
8891
8911
8892 msgid "rollback failed - please run hg recover\n"
8912 msgid "rollback failed - please run hg recover\n"
8893 msgstr "tilbagerulning fejlede - kør venligst hg recover\n"
8913 msgstr "tilbagerulning fejlede - kør venligst hg recover\n"
8894
8914
8895 #, python-format
8915 #, python-format
8896 msgid "Not trusting file %s from untrusted user %s, group %s\n"
8916 msgid "Not trusting file %s from untrusted user %s, group %s\n"
8897 msgstr "Stoler ikke på filen %s fra ubetroet bruger %s, gruppe %s\n"
8917 msgstr "Stoler ikke på filen %s fra ubetroet bruger %s, gruppe %s\n"
8898
8918
8899 #, python-format
8919 #, python-format
8900 msgid "Ignored: %s\n"
8920 msgid "Ignored: %s\n"
8901 msgstr "Ignoreret: %s\n"
8921 msgstr "Ignoreret: %s\n"
8902
8922
8903 #, python-format
8923 #, python-format
8904 msgid "ignoring untrusted configuration option %s.%s = %s\n"
8924 msgid "ignoring untrusted configuration option %s.%s = %s\n"
8905 msgstr ""
8925 msgstr ""
8906
8926
8907 #, python-format
8927 #, python-format
8908 msgid "%s.%s not a boolean ('%s')"
8928 msgid "%s.%s not a boolean ('%s')"
8909 msgstr "%s.%s er ikke en sandhedsværdi ('%s')"
8929 msgstr "%s.%s er ikke en sandhedsværdi ('%s')"
8910
8930
8911 msgid "enter a commit username:"
8931 msgid "enter a commit username:"
8912 msgstr "angiv et deponeringsbrugernavn:"
8932 msgstr "angiv et deponeringsbrugernavn:"
8913
8933
8914 #, python-format
8934 #, python-format
8915 msgid "No username found, using '%s' instead\n"
8935 msgid "No username found, using '%s' instead\n"
8916 msgstr "Fandt intet brugernavn, bruger '%s' istedet\n"
8936 msgstr "Fandt intet brugernavn, bruger '%s' istedet\n"
8917
8937
8918 msgid "Please specify a username."
8938 msgid "Please specify a username."
8919 msgstr "Angiv venligst et brugernavn."
8939 msgstr "Angiv venligst et brugernavn."
8920
8940
8921 #, python-format
8941 #, python-format
8922 msgid "username %s contains a newline\n"
8942 msgid "username %s contains a newline\n"
8923 msgstr "brugernavn %s indeholder et linieskift\n"
8943 msgstr "brugernavn %s indeholder et linieskift\n"
8924
8944
8925 msgid "unrecognized response\n"
8945 msgid "unrecognized response\n"
8926 msgstr "svar ikke genkendt\n"
8946 msgstr "svar ikke genkendt\n"
8927
8947
8928 msgid "response expected"
8948 msgid "response expected"
8929 msgstr "svar forventet"
8949 msgstr "svar forventet"
8930
8950
8931 msgid "password: "
8951 msgid "password: "
8932 msgstr "kodeord: "
8952 msgstr "kodeord: "
8933
8953
8934 msgid "edit failed"
8954 msgid "edit failed"
8935 msgstr "redigering fejlede"
8955 msgstr "redigering fejlede"
8936
8956
8937 msgid "http authorization required"
8957 msgid "http authorization required"
8938 msgstr ""
8958 msgstr ""
8939
8959
8940 msgid "http authorization required\n"
8960 msgid "http authorization required\n"
8941 msgstr ""
8961 msgstr ""
8942
8962
8943 #, python-format
8963 #, python-format
8944 msgid "realm: %s\n"
8964 msgid "realm: %s\n"
8945 msgstr "realm: %s\n"
8965 msgstr "realm: %s\n"
8946
8966
8947 #, python-format
8967 #, python-format
8948 msgid "user: %s\n"
8968 msgid "user: %s\n"
8949 msgstr "bruger: %s\n"
8969 msgstr "bruger: %s\n"
8950
8970
8951 msgid "user:"
8971 msgid "user:"
8952 msgstr "bruger:"
8972 msgstr "bruger:"
8953
8973
8954 #, python-format
8974 #, python-format
8955 msgid "http auth: user %s, password %s\n"
8975 msgid "http auth: user %s, password %s\n"
8956 msgstr "http godkendelse: bruger %s, kodeord %s\n"
8976 msgstr "http godkendelse: bruger %s, kodeord %s\n"
8957
8977
8958 #, python-format
8978 #, python-format
8959 msgid "proxying through http://%s:%s\n"
8979 msgid "proxying through http://%s:%s\n"
8960 msgstr ""
8980 msgstr ""
8961
8981
8962 #, python-format
8982 #, python-format
8963 msgid "command '%s' failed: %s"
8983 msgid "command '%s' failed: %s"
8964 msgstr "kommandoen '%s' fejlede: %s"
8984 msgstr "kommandoen '%s' fejlede: %s"
8965
8985
8966 #, python-format
8986 #, python-format
8967 msgid "path contains illegal component: %s"
8987 msgid "path contains illegal component: %s"
8968 msgstr "stien indeholder ugyldig komponent: %s"
8988 msgstr "stien indeholder ugyldig komponent: %s"
8969
8989
8970 #, python-format
8990 #, python-format
8971 msgid "path %r is inside repo %r"
8991 msgid "path %r is inside repo %r"
8972 msgstr "stien %r er inde i repo %r"
8992 msgstr "stien %r er inde i repo %r"
8973
8993
8974 #, python-format
8994 #, python-format
8975 msgid "path %r traverses symbolic link %r"
8995 msgid "path %r traverses symbolic link %r"
8976 msgstr "stien %r følger symbolsk link %r"
8996 msgstr "stien %r følger symbolsk link %r"
8977
8997
8978 msgid "Hardlinks not supported"
8998 msgid "Hardlinks not supported"
8979 msgstr "Hardlinks er ikke supporteret"
8999 msgstr "Hardlinks er ikke supporteret"
8980
9000
8981 #, python-format
9001 #, python-format
8982 msgid "could not symlink to %r: %s"
9002 msgid "could not symlink to %r: %s"
8983 msgstr "kunne ikke lave et symbolsk link til %r: %s"
9003 msgstr "kunne ikke lave et symbolsk link til %r: %s"
8984
9004
8985 #, python-format
9005 #, python-format
8986 msgid "invalid date: %r "
9006 msgid "invalid date: %r "
8987 msgstr "ugyldig dato: %r "
9007 msgstr "ugyldig dato: %r "
8988
9008
8989 #, python-format
9009 #, python-format
8990 msgid "date exceeds 32 bits: %d"
9010 msgid "date exceeds 32 bits: %d"
8991 msgstr "dato overskrider 32 bit: %d"
9011 msgstr "dato overskrider 32 bit: %d"
8992
9012
8993 #, python-format
9013 #, python-format
8994 msgid "impossible time zone offset: %d"
9014 msgid "impossible time zone offset: %d"
8995 msgstr "umuligt tidszone: %d"
9015 msgstr "umuligt tidszone: %d"
8996
9016
8997 #, python-format
9017 #, python-format
8998 msgid "invalid day spec: %s"
9018 msgid "invalid day spec: %s"
8999 msgstr ""
9019 msgstr "ugyldig datospecifikation: %s"
9000
9020
9001 #, python-format
9021 #, python-format
9002 msgid "%.0f GB"
9022 msgid "%.0f GB"
9003 msgstr "%.0f GB"
9023 msgstr "%.0f GB"
9004
9024
9005 #, python-format
9025 #, python-format
9006 msgid "%.1f GB"
9026 msgid "%.1f GB"
9007 msgstr "%.1f GB"
9027 msgstr "%.1f GB"
9008
9028
9009 #, python-format
9029 #, python-format
9010 msgid "%.2f GB"
9030 msgid "%.2f GB"
9011 msgstr "%.2f GB"
9031 msgstr "%.2f GB"
9012
9032
9013 #, python-format
9033 #, python-format
9014 msgid "%.0f MB"
9034 msgid "%.0f MB"
9015 msgstr "%.0f MB"
9035 msgstr "%.0f MB"
9016
9036
9017 #, python-format
9037 #, python-format
9018 msgid "%.1f MB"
9038 msgid "%.1f MB"
9019 msgstr "%.1f MB"
9039 msgstr "%.1f MB"
9020
9040
9021 #, python-format
9041 #, python-format
9022 msgid "%.2f MB"
9042 msgid "%.2f MB"
9023 msgstr "%.2f MB"
9043 msgstr "%.2f MB"
9024
9044
9025 #, python-format
9045 #, python-format
9026 msgid "%.0f KB"
9046 msgid "%.0f KB"
9027 msgstr "%.0f KB"
9047 msgstr "%.0f KB"
9028
9048
9029 #, python-format
9049 #, python-format
9030 msgid "%.1f KB"
9050 msgid "%.1f KB"
9031 msgstr "%.1f KB"
9051 msgstr "%.1f KB"
9032
9052
9033 #, python-format
9053 #, python-format
9034 msgid "%.2f KB"
9054 msgid "%.2f KB"
9035 msgstr "%.2f KB"
9055 msgstr "%.2f KB"
9036
9056
9037 #, python-format
9057 #, python-format
9038 msgid "%.0f bytes"
9058 msgid "%.0f bytes"
9039 msgstr "%.0f byte"
9059 msgstr "%.0f byte"
9040
9060
9041 msgid "cannot verify bundle or remote repos"
9061 msgid "cannot verify bundle or remote repos"
9042 msgstr "kan ikke verificere bundt eller fjerndepoter"
9062 msgstr "kan ikke verificere bundt eller fjerndepoter"
9043
9063
9044 msgid "interrupted"
9064 msgid "interrupted"
9045 msgstr "afbrudt"
9065 msgstr "afbrudt"
9046
9066
9047 #, python-format
9067 #, python-format
9048 msgid "empty or missing %s"
9068 msgid "empty or missing %s"
9049 msgstr "tom eller manglende %s"
9069 msgstr "tom eller manglende %s"
9050
9070
9051 #, python-format
9071 #, python-format
9052 msgid "data length off by %d bytes"
9072 msgid "data length off by %d bytes"
9053 msgstr "datalænge er %d bytes forkert"
9073 msgstr "datalænge er %d byte forkert"
9054
9074
9055 #, python-format
9075 #, python-format
9056 msgid "index contains %d extra bytes"
9076 msgid "index contains %d extra bytes"
9057 msgstr "indekset indeholder %d ekstra bytes"
9077 msgstr "indekset indeholder %d ekstra byte"
9058
9078
9059 #, python-format
9079 #, python-format
9060 msgid "warning: `%s' uses revlog format 1"
9080 msgid "warning: `%s' uses revlog format 1"
9061 msgstr "advarsel: '%s' bruger revlog format 1"
9081 msgstr "advarsel: '%s' bruger revlog format 1"
9062
9082
9063 #, python-format
9083 #, python-format
9064 msgid "warning: `%s' uses revlog format 0"
9084 msgid "warning: `%s' uses revlog format 0"
9065 msgstr "advarsel: '%s' bruger revlog format 0"
9085 msgstr "advarsel: '%s' bruger revlog format 0"
9066
9086
9067 #, python-format
9087 #, python-format
9068 msgid "rev %d points to nonexistent changeset %d"
9088 msgid "rev %d points to nonexistent changeset %d"
9069 msgstr "rev %d peger på ikke eksisterende ændring %d"
9089 msgstr "rev %d peger på ikke eksisterende ændring %d"
9070
9090
9071 #, python-format
9091 #, python-format
9072 msgid "rev %d points to unexpected changeset %d"
9092 msgid "rev %d points to unexpected changeset %d"
9073 msgstr "rev %d peger på uventet ændring %d"
9093 msgstr "rev %d peger på uventet ændring %d"
9074
9094
9075 #, python-format
9095 #, python-format
9076 msgid " (expected %s)"
9096 msgid " (expected %s)"
9077 msgstr " (forventede %s)"
9097 msgstr " (forventede %s)"
9078
9098
9079 #, python-format
9099 #, python-format
9080 msgid "unknown parent 1 %s of %s"
9100 msgid "unknown parent 1 %s of %s"
9081 msgstr "ukendt forælder 1 %s til %s"
9101 msgstr "ukendt forælder 1 %s til %s"
9082
9102
9083 #, python-format
9103 #, python-format
9084 msgid "unknown parent 2 %s of %s"
9104 msgid "unknown parent 2 %s of %s"
9085 msgstr "ukendt forælder 2 %s til %s"
9105 msgstr "ukendt forælder 2 %s til %s"
9086
9106
9087 #, python-format
9107 #, python-format
9088 msgid "checking parents of %s"
9108 msgid "checking parents of %s"
9089 msgstr "kontrollerer forældre til %s"
9109 msgstr "kontrollerer forældre til %s"
9090
9110
9091 #, python-format
9111 #, python-format
9092 msgid "duplicate revision %d (%d)"
9112 msgid "duplicate revision %d (%d)"
9093 msgstr "duplikeret revision %d (%d)"
9113 msgstr "duplikeret revision %d (%d)"
9094
9114
9095 #, python-format
9115 #, python-format
9096 msgid "repository uses revlog format %d\n"
9116 msgid "repository uses revlog format %d\n"
9097 msgstr "depotet bruger revlog format %d\n"
9117 msgstr "depotet bruger revlog format %d\n"
9098
9118
9099 msgid "checking changesets\n"
9119 msgid "checking changesets\n"
9100 msgstr "kontrollerer ændringer\n"
9120 msgstr "kontrollerer ændringer\n"
9101
9121
9102 #, python-format
9122 #, python-format
9103 msgid "unpacking changeset %s"
9123 msgid "unpacking changeset %s"
9104 msgstr "udpakker ændring %s"
9124 msgstr "udpakker ændring %s"
9105
9125
9106 msgid "checking manifests\n"
9126 msgid "checking manifests\n"
9107 msgstr "kontrollerer manifester\n"
9127 msgstr "kontrollerer manifester\n"
9108
9128
9109 #, python-format
9129 #, python-format
9110 msgid "%s not in changesets"
9130 msgid "%s not in changesets"
9111 msgstr "%s ikke i ændringer"
9131 msgstr "%s ikke i ændringer"
9112
9132
9113 msgid "file without name in manifest"
9133 msgid "file without name in manifest"
9114 msgstr "fil uden navn i manifest"
9134 msgstr "fil uden navn i manifest"
9115
9135
9116 #, python-format
9136 #, python-format
9117 msgid "reading manifest delta %s"
9137 msgid "reading manifest delta %s"
9118 msgstr "læser manifestforskel %s"
9138 msgstr "læser manifestforskel %s"
9119
9139
9120 msgid "crosschecking files in changesets and manifests\n"
9140 msgid "crosschecking files in changesets and manifests\n"
9121 msgstr "krydstjekker filer i ændringer og manifester\n"
9141 msgstr "krydstjekker filer i ændringer og manifester\n"
9122
9142
9123 #, python-format
9143 #, python-format
9124 msgid "changeset refers to unknown manifest %s"
9144 msgid "changeset refers to unknown manifest %s"
9125 msgstr "ændring refererer til et ukendt manifest %s"
9145 msgstr "ændring refererer til et ukendt manifest %s"
9126
9146
9127 msgid "in changeset but not in manifest"
9147 msgid "in changeset but not in manifest"
9128 msgstr "i ændring men ikke i manifest"
9148 msgstr "i ændring men ikke i manifest"
9129
9149
9130 msgid "in manifest but not in changeset"
9150 msgid "in manifest but not in changeset"
9131 msgstr "i manifest men ikke i ændring"
9151 msgstr "i manifest men ikke i ændring"
9132
9152
9133 msgid "checking files\n"
9153 msgid "checking files\n"
9134 msgstr "kontrollerer filer\n"
9154 msgstr "kontrollerer filer\n"
9135
9155
9136 #, python-format
9156 #, python-format
9137 msgid "cannot decode filename '%s'"
9157 msgid "cannot decode filename '%s'"
9138 msgstr "kan ikke dekode filnavn '%s'"
9158 msgstr "kan ikke dekode filnavn '%s'"
9139
9159
9140 #, python-format
9160 #, python-format
9141 msgid "broken revlog! (%s)"
9161 msgid "broken revlog! (%s)"
9142 msgstr "beskadiget revlog! (%s)"
9162 msgstr "beskadiget revlog! (%s)"
9143
9163
9144 msgid "missing revlog!"
9164 msgid "missing revlog!"
9145 msgstr "manglende revlog!"
9165 msgstr "manglende revlog!"
9146
9166
9147 #, python-format
9167 #, python-format
9148 msgid "%s not in manifests"
9168 msgid "%s not in manifests"
9149 msgstr ""
9169 msgstr ""
9150
9170
9151 #, python-format
9171 #, python-format
9152 msgid "unpacked size is %s, %s expected"
9172 msgid "unpacked size is %s, %s expected"
9153 msgstr "udpakket størrelse er %s, forventede %s"
9173 msgstr "udpakket størrelse er %s, forventede %s"
9154
9174
9155 #, python-format
9175 #, python-format
9156 msgid "unpacking %s"
9176 msgid "unpacking %s"
9157 msgstr "udpakker %s"
9177 msgstr "udpakker %s"
9158
9178
9159 #, python-format
9179 #, python-format
9160 msgid "empty or missing copy source revlog %s:%s"
9180 msgid "empty or missing copy source revlog %s:%s"
9161 msgstr ""
9181 msgstr ""
9162
9182
9163 #, python-format
9183 #, python-format
9164 msgid "warning: %s@%s: copy source revision is nullid %s:%s"
9184 msgid "warning: %s@%s: copy source revision is nullid %s:%s"
9165 msgstr ""
9185 msgstr ""
9166
9186
9167 #, python-format
9187 #, python-format
9168 msgid "checking rename of %s"
9188 msgid "checking rename of %s"
9169 msgstr "kontrollerer omdøbning af %s"
9189 msgstr "kontrollerer omdøbning af %s"
9170
9190
9171 #, python-format
9191 #, python-format
9172 msgid "%s in manifests not found"
9192 msgid "%s in manifests not found"
9173 msgstr ""
9193 msgstr ""
9174
9194
9175 #, python-format
9195 #, python-format
9176 msgid "warning: orphan revlog '%s'"
9196 msgid "warning: orphan revlog '%s'"
9177 msgstr "advarsel: forældreløs revlog '%s'"
9197 msgstr "advarsel: forældreløs revlog '%s'"
9178
9198
9179 #, python-format
9199 #, python-format
9180 msgid "%d files, %d changesets, %d total revisions\n"
9200 msgid "%d files, %d changesets, %d total revisions\n"
9181 msgstr "%d filer, %d ændringer, ialt %d revisioner\n"
9201 msgstr "%d filer, %d ændringer, ialt %d revisioner\n"
9182
9202
9183 #, python-format
9203 #, python-format
9184 msgid "%d warnings encountered!\n"
9204 msgid "%d warnings encountered!\n"
9185 msgstr "fandt %d advarsler!\n"
9205 msgstr "fandt %d advarsler!\n"
9186
9206
9187 #, python-format
9207 #, python-format
9188 msgid "%d integrity errors encountered!\n"
9208 msgid "%d integrity errors encountered!\n"
9189 msgstr "fandt %d integritetsfejl!\n"
9209 msgstr "fandt %d integritetsfejl!\n"
9190
9210
9191 #, python-format
9211 #, python-format
9192 msgid "(first damaged changeset appears to be %d)\n"
9212 msgid "(first damaged changeset appears to be %d)\n"
9193 msgstr "(første beskadigede ændring er tilsyneladende %d)\n"
9213 msgstr "(første beskadigede ændring er tilsyneladende %d)\n"
9194
9214
9195 msgid "user name not available - set USERNAME environment variable"
9215 msgid "user name not available - set USERNAME environment variable"
9196 msgstr "der er ikke noget brugernavn - sæt USERNAME miljøvariabel"
9216 msgstr "der er ikke noget brugernavn - sæt USERNAME miljøvariabel"
General Comments 0
You need to be logged in to leave comments. Login now