##// END OF EJS Templates
i18n-da: sync with hg.pot...
Martin Geisler -
r8918:c9a01a77 default
parent child Browse files
Show More
@@ -1,8977 +1,9053 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 arkivering
8 # commit arkivering
9 # merge sammenføje
9 # merge sammenføje
10 # patch rettelse
10 # patch rettelse
11 # repo(sitory) arkiv
11 # repo(sitory) arkiv
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-21 00:59+0200\n"
20 "POT-Creation-Date: 2009-06-21 19:16+0200\n"
21 "PO-Revision-Date: 2009-06-21 16:50+0200\n"
21 "PO-Revision-Date: 2009-06-21 19:26+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 ""
35 msgstr ""
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 ""
41 msgstr ""
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 ""
52 "provide simple hooks for access control\n"
53 "\n"
54 "Authorization is against local user name on system where hook is run, not\n"
55 "committer of original changeset (since that is easy to spoof).\n"
56 "\n"
57 "The acl hook is best to use if you use hgsh to set up restricted shells for\n"
58 "authenticated users to only push to / pull from. It's not safe if user has\n"
59 "interactive shell access, because they can disable the hook. It's also not\n"
60 "safe if remote users share one local account, because then there's no way "
61 "to\n"
62 "tell remote users apart.\n"
63 "\n"
64 "To use, configure the acl extension in hgrc like this:\n"
65 "\n"
66 " [extensions]\n"
67 " hgext.acl =\n"
68 "\n"
69 " [hooks]\n"
70 " pretxnchangegroup.acl = python:hgext.acl.hook\n"
71 "\n"
72 " [acl]\n"
73 " sources = serve # check if source of incoming changes in this list\n"
74 " # (\"serve\" == ssh or http, \"push\", \"pull\", "
75 "\"bundle\")\n"
76 "\n"
77 "Allow and deny lists have a subtree pattern (default syntax is glob) on the\n"
78 "left and user names on right. The deny list is checked before the allow "
79 "list.\n"
80 "\n"
81 " [acl.allow]\n"
82 " # if acl.allow not present, all users allowed by default\n"
83 " # empty acl.allow = no users allowed\n"
84 " docs/** = doc_writer\n"
85 " .hgtags = release_engineer\n"
86 "\n"
87 " [acl.deny]\n"
88 " # if acl.deny not present, no users denied by default\n"
89 " # empty acl.deny = all users allowed\n"
90 " glob pattern = user4, user5\n"
91 " ** = user6\n"
92 msgstr ""
93
51 #, python-format
94 #, python-format
52 msgid "acl: %s not enabled\n"
95 msgid "acl: %s not enabled\n"
53 msgstr "acl: %s er ikke slået til\n"
96 msgstr "acl: %s er ikke slået til\n"
54
97
55 #, python-format
98 #, python-format
56 msgid "acl: %s enabled, %d entries for user %s\n"
99 msgid "acl: %s enabled, %d entries for user %s\n"
57 msgstr "acl: %s slået til, %d optegnelser for bruger %s\n"
100 msgstr "acl: %s slået til, %d optegnelser for bruger %s\n"
58
101
59 #, python-format
102 #, python-format
60 msgid "config error - hook type \"%s\" cannot stop incoming changesets"
103 msgid "config error - hook type \"%s\" cannot stop incoming changesets"
61 msgstr ""
104 msgstr ""
62 "konfigurationsfejl - hook type \"%s\" kan ikke stoppe indgående ændringer"
105 "konfigurationsfejl - hook type \"%s\" kan ikke stoppe indgående ændringer"
63
106
64 #, python-format
107 #, python-format
65 msgid "acl: changes have source \"%s\" - skipping\n"
108 msgid "acl: changes have source \"%s\" - skipping\n"
66 msgstr "acl: ændringer har kilde \"%s\" - springer over\n"
109 msgstr "acl: ændringer har kilde \"%s\" - springer over\n"
67
110
68 #, python-format
111 #, python-format
69 msgid "acl: user %s denied on %s\n"
112 msgid "acl: user %s denied on %s\n"
70 msgstr "acl: bruger %s nægtet adgang til %s\n"
113 msgstr "acl: bruger %s nægtet adgang til %s\n"
71
114
72 #, python-format
115 #, python-format
73 msgid "acl: access denied for changeset %s"
116 msgid "acl: access denied for changeset %s"
74 msgstr "acl: adgang nægtet til ændring %s"
117 msgstr "acl: adgang nægtet til ændring %s"
75
118
76 #, python-format
119 #, python-format
77 msgid "acl: user %s not allowed on %s\n"
120 msgid "acl: user %s not allowed on %s\n"
78 msgstr "acl: bruger %s ikke tilladt på %s\n"
121 msgstr "acl: bruger %s ikke tilladt på %s\n"
79
122
80 #, python-format
123 #, python-format
81 msgid "acl: allowing changeset %s\n"
124 msgid "acl: allowing changeset %s\n"
82 msgstr "acl: tillader ændring %s\n"
125 msgstr "acl: tillader ændring %s\n"
83
126
84 msgid ""
127 msgid ""
85 "Mercurial bookmarks\n"
128 "Mercurial bookmarks\n"
86 "\n"
129 "\n"
87 "Mercurial bookmarks are local moveable pointers to changesets. Every\n"
130 "Mercurial bookmarks are local moveable pointers to changesets. Every\n"
88 "bookmark points to a changeset identified by its hash. If you commit a\n"
131 "bookmark points to a changeset identified by its hash. If you commit a\n"
89 "changeset that is based on a changeset that has a bookmark on it, the\n"
132 "changeset that is based on a changeset that has a bookmark on it, the\n"
90 "bookmark is forwarded to the new changeset.\n"
133 "bookmark is forwarded to the new changeset.\n"
91 "\n"
134 "\n"
92 "It is possible to use bookmark names in every revision lookup (e.g. hg\n"
135 "It is possible to use bookmark names in every revision lookup (e.g. hg\n"
93 "merge, hg update).\n"
136 "merge, hg update).\n"
94 "\n"
137 "\n"
95 "The bookmark extension offers the possiblity to have a more git-like\n"
138 "The bookmark extension offers the possiblity to have a more git-like\n"
96 "experience by adding the following configuration option to your .hgrc:\n"
139 "experience by adding the following configuration option to your .hgrc:\n"
97 "\n"
140 "\n"
98 "[bookmarks]\n"
141 "[bookmarks]\n"
99 "track.current = True\n"
142 "track.current = True\n"
100 "\n"
143 "\n"
101 "This will cause bookmarks to track the bookmark that you are currently\n"
144 "This will cause bookmarks to track the bookmark that you are currently\n"
102 "on, and just updates it. This is similar to git's approach to\n"
145 "on, and just updates it. This is similar to git's approach to\n"
103 "branching.\n"
146 "branching.\n"
104 msgstr ""
147 msgstr ""
105
148
106 msgid ""
149 msgid ""
107 "Mercurial bookmarks\n"
150 "Mercurial bookmarks\n"
108 "\n"
151 "\n"
109 " Bookmarks are pointers to certain commits that move when\n"
152 " Bookmarks are pointers to certain commits that move when\n"
110 " commiting. Bookmarks are local. They can be renamed, copied and\n"
153 " commiting. Bookmarks are local. They can be renamed, copied and\n"
111 " deleted. It is possible to use bookmark names in 'hg merge' and\n"
154 " deleted. It is possible to use bookmark names in 'hg merge' and\n"
112 " 'hg update' to merge and update respectively to a given bookmark.\n"
155 " 'hg update' to merge and update respectively to a given bookmark.\n"
113 "\n"
156 "\n"
114 " You can use 'hg bookmark NAME' to set a bookmark on the working\n"
157 " You can use 'hg bookmark NAME' to set a bookmark on the working\n"
115 " directory's parent revision with the given name. If you specify\n"
158 " directory's parent revision with the given name. If you specify\n"
116 " a revision using -r REV (where REV may be an existing bookmark),\n"
159 " a revision using -r REV (where REV may be an existing bookmark),\n"
117 " the bookmark is assigned to that revision.\n"
160 " the bookmark is assigned to that revision.\n"
118 " "
161 " "
119 msgstr ""
162 msgstr ""
120
163
121 msgid "a bookmark of this name does not exist"
164 msgid "a bookmark of this name does not exist"
122 msgstr "et bogmærke med dette navn findes ikke"
165 msgstr "et bogmærke med dette navn findes ikke"
123
166
124 msgid "a bookmark of the same name already exists"
167 msgid "a bookmark of the same name already exists"
125 msgstr "et bogmærke med samme navn findes allerede"
168 msgstr "et bogmærke med samme navn findes allerede"
126
169
127 msgid "new bookmark name required"
170 msgid "new bookmark name required"
128 msgstr "nyt bogmærkenavn påkrævet"
171 msgstr "nyt bogmærkenavn påkrævet"
129
172
130 msgid "bookmark name required"
173 msgid "bookmark name required"
131 msgstr "bogmærkenavn påkrævet"
174 msgstr "bogmærkenavn påkrævet"
132
175
133 msgid "bookmark name cannot contain newlines"
176 msgid "bookmark name cannot contain newlines"
134 msgstr "bogmærkenavn kan ikke indeholde linieskift"
177 msgstr "bogmærkenavn kan ikke indeholde linieskift"
135
178
136 msgid "a bookmark cannot have the name of an existing branch"
179 msgid "a bookmark cannot have the name of an existing branch"
137 msgstr "et bogmærke kan ikke hedde det samme som en eksisterende gren"
180 msgstr "et bogmærke kan ikke hedde det samme som en eksisterende gren"
138
181
139 msgid "force"
182 msgid "force"
140 msgstr ""
183 msgstr ""
141
184
142 msgid "revision"
185 msgid "revision"
143 msgstr ""
186 msgstr ""
144
187
145 msgid "delete a given bookmark"
188 msgid "delete a given bookmark"
146 msgstr "slet et givent bogmærke"
189 msgstr "slet et givent bogmærke"
147
190
148 msgid "rename a given bookmark"
191 msgid "rename a given bookmark"
149 msgstr "omdøb et givet bogmærke"
192 msgstr "omdøb et givet bogmærke"
150
193
151 msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
194 msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
152 msgstr ""
195 msgstr ""
153
196
154 msgid ""
197 msgid ""
155 "Bugzilla integration\n"
198 "Bugzilla integration\n"
156 "\n"
199 "\n"
157 "This hook extension adds comments on bugs in Bugzilla when changesets\n"
200 "This hook extension adds comments on bugs in Bugzilla when changesets\n"
158 "that refer to bugs by Bugzilla ID are seen. The hook does not change\n"
201 "that refer to bugs by Bugzilla ID are seen. The hook does not change\n"
159 "bug status.\n"
202 "bug status.\n"
160 "\n"
203 "\n"
161 "The hook updates the Bugzilla database directly. Only Bugzilla\n"
204 "The hook updates the Bugzilla database directly. Only Bugzilla\n"
162 "installations using MySQL are supported.\n"
205 "installations using MySQL are supported.\n"
163 "\n"
206 "\n"
164 "The hook relies on a Bugzilla script to send bug change notification\n"
207 "The hook relies on a Bugzilla script to send bug change notification\n"
165 "emails. That script changes between Bugzilla versions; the\n"
208 "emails. That script changes between Bugzilla versions; the\n"
166 "'processmail' script used prior to 2.18 is replaced in 2.18 and\n"
209 "'processmail' script used prior to 2.18 is replaced in 2.18 and\n"
167 "subsequent versions by 'config/sendbugmail.pl'. Note that these will\n"
210 "subsequent versions by 'config/sendbugmail.pl'. Note that these will\n"
168 "be run by Mercurial as the user pushing the change; you will need to\n"
211 "be run by Mercurial as the user pushing the change; you will need to\n"
169 "ensure the Bugzilla install file permissions are set appropriately.\n"
212 "ensure the Bugzilla install file permissions are set appropriately.\n"
170 "\n"
213 "\n"
171 "Configuring the extension:\n"
214 "Configuring the extension:\n"
172 "\n"
215 "\n"
173 " [bugzilla]\n"
216 " [bugzilla]\n"
174 "\n"
217 "\n"
175 " host Hostname of the MySQL server holding the Bugzilla\n"
218 " host Hostname of the MySQL server holding the Bugzilla\n"
176 " database.\n"
219 " database.\n"
177 " db Name of the Bugzilla database in MySQL. Default 'bugs'.\n"
220 " db Name of the Bugzilla database in MySQL. Default 'bugs'.\n"
178 " user Username to use to access MySQL server. Default 'bugs'.\n"
221 " user Username to use to access MySQL server. Default 'bugs'.\n"
179 " password Password to use to access MySQL server.\n"
222 " password Password to use to access MySQL server.\n"
180 " timeout Database connection timeout (seconds). Default 5.\n"
223 " timeout Database connection timeout (seconds). Default 5.\n"
181 " version Bugzilla version. Specify '3.0' for Bugzilla versions\n"
224 " version Bugzilla version. Specify '3.0' for Bugzilla versions\n"
182 " 3.0 and later, '2.18' for Bugzilla versions from 2.18\n"
225 " 3.0 and later, '2.18' for Bugzilla versions from 2.18\n"
183 " and '2.16' for versions prior to 2.18.\n"
226 " and '2.16' for versions prior to 2.18.\n"
184 " bzuser Fallback Bugzilla user name to record comments with, if\n"
227 " bzuser Fallback Bugzilla user name to record comments with, if\n"
185 " changeset committer cannot be found as a Bugzilla user.\n"
228 " changeset committer cannot be found as a Bugzilla user.\n"
186 " bzdir Bugzilla install directory. Used by default notify.\n"
229 " bzdir Bugzilla install directory. Used by default notify.\n"
187 " Default '/var/www/html/bugzilla'.\n"
230 " Default '/var/www/html/bugzilla'.\n"
188 " notify The command to run to get Bugzilla to send bug change\n"
231 " notify The command to run to get Bugzilla to send bug change\n"
189 " notification emails. Substitutes from a map with 3\n"
232 " notification emails. Substitutes from a map with 3\n"
190 " keys, 'bzdir', 'id' (bug id) and 'user' (committer\n"
233 " keys, 'bzdir', 'id' (bug id) and 'user' (committer\n"
191 " bugzilla email). Default depends on version; from 2.18\n"
234 " bugzilla email). Default depends on version; from 2.18\n"
192 " it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n"
235 " it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n"
193 " %(id)s %(user)s\".\n"
236 " %(id)s %(user)s\".\n"
194 " regexp Regular expression to match bug IDs in changeset commit\n"
237 " regexp Regular expression to match bug IDs in changeset commit\n"
195 " message. Must contain one \"()\" group. The default\n"
238 " message. Must contain one \"()\" group. The default\n"
196 " expression matches 'Bug 1234', 'Bug no. 1234', 'Bug\n"
239 " expression matches 'Bug 1234', 'Bug no. 1234', 'Bug\n"
197 " number 1234', 'Bugs 1234,5678', 'Bug 1234 and 5678' and\n"
240 " number 1234', 'Bugs 1234,5678', 'Bug 1234 and 5678' and\n"
198 " variations thereof. Matching is case insensitive.\n"
241 " variations thereof. Matching is case insensitive.\n"
199 " style The style file to use when formatting comments.\n"
242 " style The style file to use when formatting comments.\n"
200 " template Template to use when formatting comments. Overrides\n"
243 " template Template to use when formatting comments. Overrides\n"
201 " style if specified. In addition to the usual Mercurial\n"
244 " style if specified. In addition to the usual Mercurial\n"
202 " keywords, the extension specifies:\n"
245 " keywords, the extension specifies:\n"
203 " {bug} The Bugzilla bug ID.\n"
246 " {bug} The Bugzilla bug ID.\n"
204 " {root} The full pathname of the Mercurial\n"
247 " {root} The full pathname of the Mercurial\n"
205 " repository.\n"
248 " repository.\n"
206 " {webroot} Stripped pathname of the Mercurial\n"
249 " {webroot} Stripped pathname of the Mercurial\n"
207 " repository.\n"
250 " repository.\n"
208 " {hgweb} Base URL for browsing Mercurial\n"
251 " {hgweb} Base URL for browsing Mercurial\n"
209 " repositories.\n"
252 " repositories.\n"
210 " Default 'changeset {node|short} in repo {root} refers '\n"
253 " Default 'changeset {node|short} in repo {root} refers '\n"
211 " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'\n"
254 " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'\n"
212 " strip The number of slashes to strip from the front of {root}\n"
255 " strip The number of slashes to strip from the front of {root}\n"
213 " to produce {webroot}. Default 0.\n"
256 " to produce {webroot}. Default 0.\n"
214 " usermap Path of file containing Mercurial committer ID to\n"
257 " usermap Path of file containing Mercurial committer ID to\n"
215 " Bugzilla user ID mappings. If specified, the file\n"
258 " Bugzilla user ID mappings. If specified, the file\n"
216 " should contain one mapping per line,\n"
259 " should contain one mapping per line,\n"
217 " \"committer\"=\"Bugzilla user\". See also the [usermap]\n"
260 " \"committer\"=\"Bugzilla user\". See also the [usermap]\n"
218 " section.\n"
261 " section.\n"
219 "\n"
262 "\n"
220 " [usermap]\n"
263 " [usermap]\n"
221 " Any entries in this section specify mappings of Mercurial\n"
264 " Any entries in this section specify mappings of Mercurial\n"
222 " committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n"
265 " committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n"
223 " \"committer\"=\"Bugzilla user\"\n"
266 " \"committer\"=\"Bugzilla user\"\n"
224 "\n"
267 "\n"
225 " [web]\n"
268 " [web]\n"
226 " baseurl Base URL for browsing Mercurial repositories. Reference\n"
269 " baseurl Base URL for browsing Mercurial repositories. Reference\n"
227 " from templates as {hgweb}.\n"
270 " from templates as {hgweb}.\n"
228 "\n"
271 "\n"
229 "Activating the extension:\n"
272 "Activating the extension:\n"
230 "\n"
273 "\n"
231 " [extensions]\n"
274 " [extensions]\n"
232 " hgext.bugzilla =\n"
275 " hgext.bugzilla =\n"
233 "\n"
276 "\n"
234 " [hooks]\n"
277 " [hooks]\n"
235 " # run bugzilla hook on every change pulled or pushed in here\n"
278 " # run bugzilla hook on every change pulled or pushed in here\n"
236 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
279 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
237 "\n"
280 "\n"
238 "Example configuration:\n"
281 "Example configuration:\n"
239 "\n"
282 "\n"
240 "This example configuration is for a collection of Mercurial\n"
283 "This example configuration is for a collection of Mercurial\n"
241 "repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n"
284 "repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n"
242 "installation in /opt/bugzilla-3.2.\n"
285 "installation in /opt/bugzilla-3.2.\n"
243 "\n"
286 "\n"
244 " [bugzilla]\n"
287 " [bugzilla]\n"
245 " host=localhost\n"
288 " host=localhost\n"
246 " password=XYZZY\n"
289 " password=XYZZY\n"
247 " version=3.0\n"
290 " version=3.0\n"
248 " bzuser=unknown@domain.com\n"
291 " bzuser=unknown@domain.com\n"
249 " bzdir=/opt/bugzilla-3.2\n"
292 " bzdir=/opt/bugzilla-3.2\n"
250 " template=Changeset {node|short} in {root|basename}.\\n{hgweb}/{webroot}/"
293 " template=Changeset {node|short} in {root|basename}.\\n{hgweb}/{webroot}/"
251 "rev/{node|short}\\n\\n{desc}\\n\n"
294 "rev/{node|short}\\n\\n{desc}\\n\n"
252 " strip=5\n"
295 " strip=5\n"
253 "\n"
296 "\n"
254 " [web]\n"
297 " [web]\n"
255 " baseurl=http://dev.domain.com/hg\n"
298 " baseurl=http://dev.domain.com/hg\n"
256 "\n"
299 "\n"
257 " [usermap]\n"
300 " [usermap]\n"
258 " user@emaildomain.com=user.name@bugzilladomain.com\n"
301 " user@emaildomain.com=user.name@bugzilladomain.com\n"
259 "\n"
302 "\n"
260 "Commits add a comment to the Bugzilla bug record of the form:\n"
303 "Commits add a comment to the Bugzilla bug record of the form:\n"
261 "\n"
304 "\n"
262 " Changeset 3b16791d6642 in repository-name.\n"
305 " Changeset 3b16791d6642 in repository-name.\n"
263 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
306 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
264 "\n"
307 "\n"
265 " Changeset commit comment. Bug 1234.\n"
308 " Changeset commit comment. Bug 1234.\n"
266 msgstr ""
309 msgstr ""
267
310
268 #, python-format
311 #, python-format
269 msgid "connecting to %s:%s as %s, password %s\n"
312 msgid "connecting to %s:%s as %s, password %s\n"
270 msgstr "forbinder til %s:%s som %s, kodeord %s\n"
313 msgstr "forbinder til %s:%s som %s, kodeord %s\n"
271
314
272 #, python-format
315 #, python-format
273 msgid "query: %s %s\n"
316 msgid "query: %s %s\n"
274 msgstr "forespørgsel: %s %s\n"
317 msgstr "forespørgsel: %s %s\n"
275
318
276 #, python-format
319 #, python-format
277 msgid "failed query: %s %s\n"
320 msgid "failed query: %s %s\n"
278 msgstr "fejlet forespørgsel: %s %s\n"
321 msgstr "fejlet forespørgsel: %s %s\n"
279
322
280 msgid "unknown database schema"
323 msgid "unknown database schema"
281 msgstr "ukendt databaseskema"
324 msgstr "ukendt databaseskema"
282
325
283 #, python-format
326 #, python-format
284 msgid "bug %d already knows about changeset %s\n"
327 msgid "bug %d already knows about changeset %s\n"
285 msgstr "fejl %d kender allerede til ændring %s\n"
328 msgstr "fejl %d kender allerede til ændring %s\n"
286
329
287 msgid "telling bugzilla to send mail:\n"
330 msgid "telling bugzilla to send mail:\n"
288 msgstr "beder bugzilla om at sende mail:\n"
331 msgstr "beder bugzilla om at sende mail:\n"
289
332
290 #, python-format
333 #, python-format
291 msgid " bug %s\n"
334 msgid " bug %s\n"
292 msgstr " fejl %s\n"
335 msgstr " fejl %s\n"
293
336
294 #, python-format
337 #, python-format
295 msgid "running notify command %s\n"
338 msgid "running notify command %s\n"
296 msgstr "kører notificeringskommando %s\n"
339 msgstr "kører notificeringskommando %s\n"
297
340
298 #, python-format
341 #, python-format
299 msgid "bugzilla notify command %s"
342 msgid "bugzilla notify command %s"
300 msgstr "bugzilla notificeringskommando %s"
343 msgstr "bugzilla notificeringskommando %s"
301
344
302 msgid "done\n"
345 msgid "done\n"
303 msgstr "færdig\n"
346 msgstr "færdig\n"
304
347
305 #, python-format
348 #, python-format
306 msgid "looking up user %s\n"
349 msgid "looking up user %s\n"
307 msgstr "slår bruger %s op\n"
350 msgstr "slår bruger %s op\n"
308
351
309 #, python-format
352 #, python-format
310 msgid "cannot find bugzilla user id for %s"
353 msgid "cannot find bugzilla user id for %s"
311 msgstr "kan ikke finde bugzilla bruger-id for %s"
354 msgstr "kan ikke finde bugzilla bruger-id for %s"
312
355
313 #, python-format
356 #, python-format
314 msgid "cannot find bugzilla user id for %s or %s"
357 msgid "cannot find bugzilla user id for %s or %s"
315 msgstr "kan ikke finde bugzilla bruger-id for %s eller %s"
358 msgstr "kan ikke finde bugzilla bruger-id for %s eller %s"
316
359
317 #, python-format
360 #, python-format
318 msgid "bugzilla version %s not supported"
361 msgid "bugzilla version %s not supported"
319 msgstr "bugzilla version %s ikke understøttet"
362 msgstr "bugzilla version %s ikke understøttet"
320
363
321 msgid ""
364 msgid ""
322 "changeset {node|short} in repo {root} refers to bug {bug}.\n"
365 "changeset {node|short} in repo {root} refers to bug {bug}.\n"
323 "details:\n"
366 "details:\n"
324 "\t{desc|tabindent}"
367 "\t{desc|tabindent}"
325 msgstr ""
368 msgstr ""
326
369
327 #, python-format
370 #, python-format
328 msgid "python mysql support not available: %s"
371 msgid "python mysql support not available: %s"
329 msgstr "python mysql-understøttelse ikke tilgængelig: %s"
372 msgstr "python mysql-understøttelse ikke tilgængelig: %s"
330
373
331 #, python-format
374 #, python-format
332 msgid "hook type %s does not pass a changeset id"
375 msgid "hook type %s does not pass a changeset id"
333 msgstr ""
376 msgstr ""
334
377
335 #, python-format
378 #, python-format
336 msgid "database error: %s"
379 msgid "database error: %s"
337 msgstr "databasefejl: %s"
380 msgstr "databasefejl: %s"
338
381
382 msgid "provides children command to show children changesets"
383 msgstr ""
384
339 msgid ""
385 msgid ""
340 "show the children of the given or working directory revision\n"
386 "show the children of the given or working directory revision\n"
341 "\n"
387 "\n"
342 " Print the children of the working directory's revisions. If a\n"
388 " Print the children of the working directory's revisions. If a\n"
343 " revision is given via -r/--rev, the children of that revision will\n"
389 " revision is given via -r/--rev, the children of that revision will\n"
344 " be printed. If a file argument is given, revision in which the\n"
390 " be printed. If a file argument is given, revision in which the\n"
345 " file was last changed (after the working directory revision or the\n"
391 " file was last changed (after the working directory revision or the\n"
346 " argument to --rev if given) is printed.\n"
392 " argument to --rev if given) is printed.\n"
347 " "
393 " "
348 msgstr ""
394 msgstr ""
349 "vis børnene til arbejdskataloget eller en given revision\n"
395 "vis børnene til arbejdskataloget eller en given revision\n"
350 "\n"
396 "\n"
351 " Udskriv arbejdskatalogets børnerevisioner. Hvis en revision er\n"
397 " Udskriv arbejdskatalogets børnerevisioner. Hvis en revision er\n"
352 " angivet med -r/--rev, udskrives børnene til denne revision.\n"
398 " angivet med -r/--rev, udskrives børnene til denne revision.\n"
353 " Hvis en fil er angivet, udskrives revisionen i hvilken filen sidst\n"
399 " Hvis en fil er angivet, udskrives revisionen i hvilken filen sidst\n"
354 " blev ændret (efter arbejdskatalogets revision eller argumentet til\n"
400 " blev ændret (efter arbejdskatalogets revision eller argumentet til\n"
355 " --rev, hvis givet).\n"
401 " --rev, hvis givet).\n"
356 " "
402 " "
357
403
358 msgid "show children of the specified revision"
404 msgid "show children of the specified revision"
359 msgstr "vis børn af den givne revision"
405 msgstr "vis børn af den givne revision"
360
406
361 msgid "hg children [-r REV] [FILE]"
407 msgid "hg children [-r REV] [FILE]"
362 msgstr ""
408 msgstr ""
363
409
364 msgid "command to show certain statistics about revision history"
410 msgid "command to show certain statistics about revision history"
365 msgstr "kommando til at vise statestikker om revisionshistorikken"
411 msgstr "kommando til at vise statestikker om revisionshistorikken"
366
412
367 #, python-format
413 #, python-format
368 msgid "Revision %d is a merge, ignoring...\n"
414 msgid "Revision %d is a merge, ignoring...\n"
369 msgstr "Revision %d er en sammenføjning; ignorerer...\n"
415 msgstr "Revision %d er en sammenføjning; ignorerer...\n"
370
416
371 #, python-format
417 #, python-format
372 msgid "generating stats: %d%%"
418 msgid "generating stats: %d%%"
373 msgstr "genererer statistik: %d%%"
419 msgstr "genererer statistik: %d%%"
374
420
375 msgid ""
421 msgid ""
376 "histogram of changes to the repository\n"
422 "histogram of changes to the repository\n"
377 "\n"
423 "\n"
378 " This command will display a histogram representing the number\n"
424 " This command will display a histogram representing the number\n"
379 " of changed lines or revisions, grouped according to the given\n"
425 " of changed lines or revisions, grouped according to the given\n"
380 " template. The default template will group changes by author.\n"
426 " template. The default template will group changes by author.\n"
381 " The --dateformat option may be used to group the results by\n"
427 " The --dateformat option may be used to group the results by\n"
382 " date instead.\n"
428 " date instead.\n"
383 "\n"
429 "\n"
384 " Statistics are based on the number of changed lines, or\n"
430 " Statistics are based on the number of changed lines, or\n"
385 " alternatively the number of matching revisions if the\n"
431 " alternatively the number of matching revisions if the\n"
386 " --changesets option is specified.\n"
432 " --changesets option is specified.\n"
387 "\n"
433 "\n"
388 " Examples:\n"
434 " Examples:\n"
389 "\n"
435 "\n"
390 " # display count of changed lines for every committer\n"
436 " # display count of changed lines for every committer\n"
391 " hg churn -t '{author|email}'\n"
437 " hg churn -t '{author|email}'\n"
392 "\n"
438 "\n"
393 " # display daily activity graph\n"
439 " # display daily activity graph\n"
394 " hg churn -f '%H' -s -c\n"
440 " hg churn -f '%H' -s -c\n"
395 "\n"
441 "\n"
396 " # display activity of developers by month\n"
442 " # display activity of developers by month\n"
397 " hg churn -f '%Y-%m' -s -c\n"
443 " hg churn -f '%Y-%m' -s -c\n"
398 "\n"
444 "\n"
399 " # display count of lines changed in every year\n"
445 " # display count of lines changed in every year\n"
400 " hg churn -f '%Y' -s\n"
446 " hg churn -f '%Y' -s\n"
401 "\n"
447 "\n"
402 " It is possible to map alternate email addresses to a main address\n"
448 " It is possible to map alternate email addresses to a main address\n"
403 " by providing a file using the following format:\n"
449 " by providing a file using the following format:\n"
404 " \n"
450 "\n"
405 " <alias email> <actual email>\n"
451 " <alias email> <actual email>\n"
406 "\n"
452 "\n"
407 " Such a file may be specified with the --aliases option, otherwise a\n"
453 " Such a file may be specified with the --aliases option, otherwise a\n"
408 " .hgchurn file will be looked for in the working directory root.\n"
454 " .hgchurn file will be looked for in the working directory root.\n"
409 " "
455 " "
410 msgstr ""
456 msgstr ""
411 "histogram over ændringer i depotet\n"
457 "histogram over ændringer i depotet\n"
412 "\n"
458 "\n"
413 " Denne kommando vil vise et histogram som repræsenterer antallet af\n"
459 " Denne kommando vil vise et histogram som repræsenterer antallet af\n"
414 " ændrede linier eller revisioner, grupperet efter en given\n"
460 " ændrede linier eller revisioner, grupperet efter en given\n"
415 " skabelon. Standardskabelonen vil gruppere ændringer efter\n"
461 " skabelon. Standardskabelonen vil gruppere ændringer efter\n"
416 " forfatter. Med --dateformat tilvalget kan resultaterne i stedet\n"
462 " forfatter. Med --dateformat tilvalget kan resultaterne i stedet\n"
417 " grupperes efter dato.\n"
463 " grupperes efter dato.\n"
418 "\n"
464 "\n"
419 " Statistikken er basseret på antallet af ændrede linier eller\n"
465 " Statistikken er basseret på antallet af ændrede linier eller\n"
420 " alternativt på antallet af matchende revisioner, hvis --changesets\n"
466 " alternativt på antallet af matchende revisioner, hvis --changesets\n"
421 " tilvalget er specificeret.\n"
467 " tilvalget er specificeret.\n"
422 "\n"
468 "\n"
423 " Eksempler:\n"
469 " Eksempler:\n"
424 "\n"
470 "\n"
425 " # viser antaller af ændrede linier for hver bruger\n"
471 " # viser antaller af ændrede linier for hver bruger\n"
426 " hg churn -t '{author|email}'\n"
472 " hg churn -t '{author|email}'\n"
427 "\n"
473 "\n"
428 " # viser graf over daglig aktivitet\n"
474 " # viser graf over daglig aktivitet\n"
429 " hg churn -f '%H' -s -c\n"
475 " hg churn -f '%H' -s -c\n"
430 "\n"
476 "\n"
431 " # viser månedlig aktivitet af udviklerne\n"
477 " # viser månedlig aktivitet af udviklerne\n"
432 " hg churn -f '%Y-%m' -s -c\n"
478 " hg churn -f '%Y-%m' -s -c\n"
433 "\n"
479 "\n"
434 " # viser antallet af linier ændret hvert år\n"
480 " # viser antallet af linier ændret hvert år\n"
435 " hg churn -f '%Y' -s\n"
481 " hg churn -f '%Y' -s\n"
436 "\n"
482 "\n"
437 " Det er muligt at afbilde alternative e-mail-adresser til\n"
483 " Det er muligt at afbilde alternative e-mail-adresser til\n"
438 " hoved-adresser ved at bruge en fil med følgende format:\n"
484 " hoved-adresser ved at bruge en fil med følgende format:\n"
439 "\n"
485 "\n"
440 " <alias email> <faktisk email>\n"
486 " <alias email> <faktisk email>\n"
441 "\n"
487 "\n"
442 " En sådan fil kan angivet med --aliases tilvalget. Som standard\n"
488 " En sådan fil kan angivet med --aliases tilvalget. Som standard\n"
443 " bruges .hgchurn i arbejdskatalogets rod, hvis denne findes.\n"
489 " bruges .hgchurn i arbejdskatalogets rod, hvis denne findes.\n"
444 " "
490 " "
445
491
446 #, python-format
492 #, python-format
447 msgid "assuming %i character terminal\n"
493 msgid "assuming %i character terminal\n"
448 msgstr ""
494 msgstr ""
449
495
450 msgid "count rate for the specified revision or range"
496 msgid "count rate for the specified revision or range"
451 msgstr "lav statistik for de specificerede revisioner"
497 msgstr "lav statistik for de specificerede revisioner"
452
498
453 msgid "count rate for revisions matching date spec"
499 msgid "count rate for revisions matching date spec"
454 msgstr "lav statistik for revisioner som matcher dato specifikationen"
500 msgstr "lav statistik for revisioner som matcher dato specifikationen"
455
501
456 msgid "template to group changesets"
502 msgid "template to group changesets"
457 msgstr "skabelon for gruppering af ændringer"
503 msgstr "skabelon for gruppering af ændringer"
458
504
459 msgid "strftime-compatible format for grouping by date"
505 msgid "strftime-compatible format for grouping by date"
460 msgstr "strftime-kompatibelt format til gruppering efter dato"
506 msgstr "strftime-kompatibelt format til gruppering efter dato"
461
507
462 msgid "count rate by number of changesets"
508 msgid "count rate by number of changesets"
463 msgstr "lav statistik efter antallet af ændringer"
509 msgstr "lav statistik efter antallet af ændringer"
464
510
465 msgid "sort by key (default: sort by count)"
511 msgid "sort by key (default: sort by count)"
466 msgstr "sorter efter nøgle (standard: sorter efter antal)"
512 msgstr "sorter efter nøgle (standard: sorter efter antal)"
467
513
468 msgid "file with email aliases"
514 msgid "file with email aliases"
469 msgstr "fil med email-aliaser"
515 msgstr "fil med email-aliaser"
470
516
471 msgid "show progress"
517 msgid "show progress"
472 msgstr "vis fremskridt"
518 msgstr "vis fremskridt"
473
519
474 msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]"
520 msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]"
475 msgstr "hg churn [-d DATO] [-r REVISIONER] [--aliases FIL] [--progress] [FIL]"
521 msgstr "hg churn [-d DATO] [-r REVISIONER] [--aliases FIL] [--progress] [FIL]"
476
522
477 msgid ""
523 msgid ""
478 "add color output to status, qseries, and diff-related commands\n"
524 "add color output to status, qseries, and diff-related commands\n"
479 "\n"
525 "\n"
480 "This extension modifies the status command to add color to its output\n"
526 "This extension modifies the status command to add color to its output\n"
481 "to reflect file status, the qseries command to add color to reflect\n"
527 "to reflect file status, the qseries command to add color to reflect\n"
482 "patch status (applied, unapplied, missing), and to diff-related\n"
528 "patch status (applied, unapplied, missing), and to diff-related\n"
483 "commands to highlight additions, removals, diff headers, and trailing\n"
529 "commands to highlight additions, removals, diff headers, and trailing\n"
484 "whitespace.\n"
530 "whitespace.\n"
485 "\n"
531 "\n"
486 "Other effects in addition to color, like bold and underlined text, are\n"
532 "Other effects in addition to color, like bold and underlined text, are\n"
487 "also available. Effects are rendered with the ECMA-48 SGR control\n"
533 "also available. Effects are rendered with the ECMA-48 SGR control\n"
488 "function (aka ANSI escape codes). This module also provides the\n"
534 "function (aka ANSI escape codes). This module also provides the\n"
489 "render_text function, which can be used to add effects to any text.\n"
535 "render_text function, which can be used to add effects to any text.\n"
490 "\n"
536 "\n"
491 "To enable this extension, add this to your .hgrc file:\n"
492 "[extensions]\n"
493 "color =\n"
494 "\n"
495 "Default effects may be overridden from the .hgrc file:\n"
537 "Default effects may be overridden from the .hgrc file:\n"
496 "\n"
538 "\n"
497 "[color]\n"
539 "[color]\n"
498 "status.modified = blue bold underline red_background\n"
540 "status.modified = blue bold underline red_background\n"
499 "status.added = green bold\n"
541 "status.added = green bold\n"
500 "status.removed = red bold blue_background\n"
542 "status.removed = red bold blue_background\n"
501 "status.deleted = cyan bold underline\n"
543 "status.deleted = cyan bold underline\n"
502 "status.unknown = magenta bold underline\n"
544 "status.unknown = magenta bold underline\n"
503 "status.ignored = black bold\n"
545 "status.ignored = black bold\n"
504 "\n"
546 "\n"
505 "# 'none' turns off all effects\n"
547 "# 'none' turns off all effects\n"
506 "status.clean = none\n"
548 "status.clean = none\n"
507 "status.copied = none\n"
549 "status.copied = none\n"
508 "\n"
550 "\n"
509 "qseries.applied = blue bold underline\n"
551 "qseries.applied = blue bold underline\n"
510 "qseries.unapplied = black bold\n"
552 "qseries.unapplied = black bold\n"
511 "qseries.missing = red bold\n"
553 "qseries.missing = red bold\n"
512 "\n"
554 "\n"
513 "diff.diffline = bold\n"
555 "diff.diffline = bold\n"
514 "diff.extended = cyan bold\n"
556 "diff.extended = cyan bold\n"
515 "diff.file_a = red bold\n"
557 "diff.file_a = red bold\n"
516 "diff.file_b = green bold\n"
558 "diff.file_b = green bold\n"
517 "diff.hunk = magenta\n"
559 "diff.hunk = magenta\n"
518 "diff.deleted = red\n"
560 "diff.deleted = red\n"
519 "diff.inserted = green\n"
561 "diff.inserted = green\n"
520 "diff.changed = white\n"
562 "diff.changed = white\n"
521 "diff.trailingwhitespace = bold red_background\n"
563 "diff.trailingwhitespace = bold red_background\n"
522 msgstr ""
564 msgstr ""
523
565
524 msgid "when to colorize (always, auto, or never)"
566 msgid "when to colorize (always, auto, or never)"
525 msgstr ""
567 msgstr ""
526
568
527 msgid "don't colorize output"
569 msgid "don't colorize output"
528 msgstr ""
570 msgstr ""
529
571
530 msgid "converting foreign VCS repositories to Mercurial"
572 msgid "converting foreign VCS repositories to Mercurial"
531 msgstr ""
573 msgstr ""
532
574
533 msgid ""
575 msgid ""
534 "convert a foreign SCM repository to a Mercurial one.\n"
576 "convert a foreign SCM repository to a Mercurial one.\n"
535 "\n"
577 "\n"
536 " Accepted source formats [identifiers]:\n"
578 " Accepted source formats [identifiers]:\n"
537 " - Mercurial [hg]\n"
579 " - Mercurial [hg]\n"
538 " - CVS [cvs]\n"
580 " - CVS [cvs]\n"
539 " - Darcs [darcs]\n"
581 " - Darcs [darcs]\n"
540 " - git [git]\n"
582 " - git [git]\n"
541 " - Subversion [svn]\n"
583 " - Subversion [svn]\n"
542 " - Monotone [mtn]\n"
584 " - Monotone [mtn]\n"
543 " - GNU Arch [gnuarch]\n"
585 " - GNU Arch [gnuarch]\n"
544 " - Bazaar [bzr]\n"
586 " - Bazaar [bzr]\n"
545 " - Perforce [p4]\n"
587 " - Perforce [p4]\n"
546 "\n"
588 "\n"
547 " Accepted destination formats [identifiers]:\n"
589 " Accepted destination formats [identifiers]:\n"
548 " - Mercurial [hg]\n"
590 " - Mercurial [hg]\n"
549 " - Subversion [svn] (history on branches is not preserved)\n"
591 " - Subversion [svn] (history on branches is not preserved)\n"
550 "\n"
592 "\n"
551 " If no revision is given, all revisions will be converted.\n"
593 " If no revision is given, all revisions will be converted.\n"
552 " Otherwise, convert will only import up to the named revision\n"
594 " Otherwise, convert will only import up to the named revision\n"
553 " (given in a format understood by the source).\n"
595 " (given in a format understood by the source).\n"
554 "\n"
596 "\n"
555 " If no destination directory name is specified, it defaults to the\n"
597 " If no destination directory name is specified, it defaults to the\n"
556 " basename of the source with '-hg' appended. If the destination\n"
598 " basename of the source with '-hg' appended. If the destination\n"
557 " repository doesn't exist, it will be created.\n"
599 " repository doesn't exist, it will be created.\n"
558 "\n"
600 "\n"
559 " By default, all sources except Mercurial will use\n"
601 " By default, all sources except Mercurial will use\n"
560 " --branchsort. Mercurial uses --sourcesort to preserve original\n"
602 " --branchsort. Mercurial uses --sourcesort to preserve original\n"
561 " revision numbers order. Sort modes have the following effects:\n"
603 " revision numbers order. Sort modes have the following effects:\n"
562 " --branchsort: convert from parent to child revision when\n"
604 " --branchsort: convert from parent to child revision when\n"
563 " possible, which means branches are usually converted one after\n"
605 " possible, which means branches are usually converted one after\n"
564 " the other. It generates more compact repositories.\n"
606 " the other. It generates more compact repositories.\n"
565 " --datesort: sort revisions by date. Converted repositories have\n"
607 " --datesort: sort revisions by date. Converted repositories have\n"
566 " good-looking changelogs but are often an order of magnitude\n"
608 " good-looking changelogs but are often an order of magnitude\n"
567 " larger than the same ones generated by --branchsort.\n"
609 " larger than the same ones generated by --branchsort.\n"
568 " --sourcesort: try to preserve source revisions order, only\n"
610 " --sourcesort: try to preserve source revisions order, only\n"
569 " supported by Mercurial sources.\n"
611 " supported by Mercurial sources.\n"
570 "\n"
612 "\n"
571 " If <REVMAP> isn't given, it will be put in a default location\n"
613 " If <REVMAP> isn't given, it will be put in a default location\n"
572 " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n"
614 " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n"
573 " that maps each source commit ID to the destination ID for that\n"
615 " that maps each source commit ID to the destination ID for that\n"
574 " revision, like so:\n"
616 " revision, like so:\n"
575 " <source ID> <destination ID>\n"
617 " <source ID> <destination ID>\n"
576 "\n"
618 "\n"
577 " If the file doesn't exist, it's automatically created. It's\n"
619 " If the file doesn't exist, it's automatically created. It's\n"
578 " updated on each commit copied, so convert-repo can be interrupted\n"
620 " updated on each commit copied, so convert-repo can be interrupted\n"
579 " and can be run repeatedly to copy new commits.\n"
621 " and can be run repeatedly to copy new commits.\n"
580 "\n"
622 "\n"
581 " The [username mapping] file is a simple text file that maps each\n"
623 " The [username mapping] file is a simple text file that maps each\n"
582 " source commit author to a destination commit author. It is handy\n"
624 " source commit author to a destination commit author. It is handy\n"
583 " for source SCMs that use unix logins to identify authors (eg:\n"
625 " for source SCMs that use unix logins to identify authors (eg:\n"
584 " CVS). One line per author mapping and the line format is:\n"
626 " CVS). One line per author mapping and the line format is:\n"
585 " srcauthor=whatever string you want\n"
627 " srcauthor=whatever string you want\n"
586 "\n"
628 "\n"
587 " The filemap is a file that allows filtering and remapping of files\n"
629 " The filemap is a file that allows filtering and remapping of files\n"
588 " and directories. Comment lines start with '#'. Each line can\n"
630 " and directories. Comment lines start with '#'. Each line can\n"
589 " contain one of the following directives:\n"
631 " contain one of the following directives:\n"
590 "\n"
632 "\n"
591 " include path/to/file\n"
633 " include path/to/file\n"
592 "\n"
634 "\n"
593 " exclude path/to/file\n"
635 " exclude path/to/file\n"
594 "\n"
636 "\n"
595 " rename from/file to/file\n"
637 " rename from/file to/file\n"
596 "\n"
638 "\n"
597 " The 'include' directive causes a file, or all files under a\n"
639 " The 'include' directive causes a file, or all files under a\n"
598 " directory, to be included in the destination repository, and the\n"
640 " directory, to be included in the destination repository, and the\n"
599 " exclusion of all other files and directories not explicitly included.\n"
641 " exclusion of all other files and directories not explicitly included.\n"
600 " The 'exclude' directive causes files or directories to be omitted.\n"
642 " The 'exclude' directive causes files or directories to be omitted.\n"
601 " The 'rename' directive renames a file or directory. To rename from\n"
643 " The 'rename' directive renames a file or directory. To rename from\n"
602 " a subdirectory into the root of the repository, use '.' as the\n"
644 " a subdirectory into the root of the repository, use '.' as the\n"
603 " path to rename to.\n"
645 " path to rename to.\n"
604 "\n"
646 "\n"
605 " The splicemap is a file that allows insertion of synthetic\n"
647 " The splicemap is a file that allows insertion of synthetic\n"
606 " history, letting you specify the parents of a revision. This is\n"
648 " history, letting you specify the parents of a revision. This is\n"
607 " useful if you want to e.g. give a Subversion merge two parents, or\n"
649 " useful if you want to e.g. give a Subversion merge two parents, or\n"
608 " graft two disconnected series of history together. Each entry\n"
650 " graft two disconnected series of history together. Each entry\n"
609 " contains a key, followed by a space, followed by one or two\n"
651 " contains a key, followed by a space, followed by one or two\n"
610 " comma-separated values. The key is the revision ID in the source\n"
652 " comma-separated values. The key is the revision ID in the source\n"
611 " revision control system whose parents should be modified (same\n"
653 " revision control system whose parents should be modified (same\n"
612 " format as a key in .hg/shamap). The values are the revision IDs\n"
654 " format as a key in .hg/shamap). The values are the revision IDs\n"
613 " (in either the source or destination revision control system) that\n"
655 " (in either the source or destination revision control system) that\n"
614 " should be used as the new parents for that node.\n"
656 " should be used as the new parents for that node.\n"
615 "\n"
657 "\n"
616 " The branchmap is a file that allows you to rename a branch when it is\n"
658 " The branchmap is a file that allows you to rename a branch when it is\n"
617 " being brought in from whatever external repository. When used in\n"
659 " being brought in from whatever external repository. When used in\n"
618 " conjunction with a splicemap, it allows for a powerful combination\n"
660 " conjunction with a splicemap, it allows for a powerful combination\n"
619 " to help fix even the most badly mismanaged repositories and turn them\n"
661 " to help fix even the most badly mismanaged repositories and turn them\n"
620 " into nicely structured Mercurial repositories. The branchmap contains\n"
662 " into nicely structured Mercurial repositories. The branchmap contains\n"
621 " lines of the form \"original_branch_name new_branch_name\".\n"
663 " lines of the form \"original_branch_name new_branch_name\".\n"
622 " \"original_branch_name\" is the name of the branch in the source\n"
664 " \"original_branch_name\" is the name of the branch in the source\n"
623 " repository, and \"new_branch_name\" is the name of the branch is the\n"
665 " repository, and \"new_branch_name\" is the name of the branch is the\n"
624 " destination repository. This can be used to (for instance) move code\n"
666 " destination repository. This can be used to (for instance) move code\n"
625 " in one repository from \"default\" to a named branch.\n"
667 " in one repository from \"default\" to a named branch.\n"
626 "\n"
668 "\n"
627 " Mercurial Source\n"
669 " Mercurial Source\n"
628 " -----------------\n"
670 " -----------------\n"
629 "\n"
671 "\n"
630 " --config convert.hg.ignoreerrors=False (boolean)\n"
672 " --config convert.hg.ignoreerrors=False (boolean)\n"
631 " ignore integrity errors when reading. Use it to fix Mercurial\n"
673 " ignore integrity errors when reading. Use it to fix Mercurial\n"
632 " repositories with missing revlogs, by converting from and to\n"
674 " repositories with missing revlogs, by converting from and to\n"
633 " Mercurial.\n"
675 " Mercurial.\n"
634 " --config convert.hg.saverev=False (boolean)\n"
676 " --config convert.hg.saverev=False (boolean)\n"
635 " store original revision ID in changeset (forces target IDs to\n"
677 " store original revision ID in changeset (forces target IDs to\n"
636 " change)\n"
678 " change)\n"
637 " --config convert.hg.startrev=0 (hg revision identifier)\n"
679 " --config convert.hg.startrev=0 (hg revision identifier)\n"
638 " convert start revision and its descendants\n"
680 " convert start revision and its descendants\n"
639 "\n"
681 "\n"
640 " CVS Source\n"
682 " CVS Source\n"
641 " ----------\n"
683 " ----------\n"
642 "\n"
684 "\n"
643 " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
685 " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
644 " to indicate the starting point of what will be converted. Direct\n"
686 " to indicate the starting point of what will be converted. Direct\n"
645 " access to the repository files is not needed, unless of course the\n"
687 " access to the repository files is not needed, unless of course the\n"
646 " repository is :local:. The conversion uses the top level directory\n"
688 " repository is :local:. The conversion uses the top level directory\n"
647 " in the sandbox to find the CVS repository, and then uses CVS rlog\n"
689 " in the sandbox to find the CVS repository, and then uses CVS rlog\n"
648 " commands to find files to convert. This means that unless a\n"
690 " commands to find files to convert. This means that unless a\n"
649 " filemap is given, all files under the starting directory will be\n"
691 " filemap is given, all files under the starting directory will be\n"
650 " converted, and that any directory reorganization in the CVS\n"
692 " converted, and that any directory reorganization in the CVS\n"
651 " sandbox is ignored.\n"
693 " sandbox is ignored.\n"
652 "\n"
694 "\n"
653 " Because CVS does not have changesets, it is necessary to collect\n"
695 " Because CVS does not have changesets, it is necessary to collect\n"
654 " individual commits to CVS and merge them into changesets. CVS\n"
696 " individual commits to CVS and merge them into changesets. CVS\n"
655 " source uses its internal changeset merging code by default but can\n"
697 " source uses its internal changeset merging code by default but can\n"
656 " be configured to call the external 'cvsps' program by setting:\n"
698 " be configured to call the external 'cvsps' program by setting:\n"
657 " --config convert.cvsps='cvsps -A -u --cvs-direct -q'\n"
699 " --config convert.cvsps='cvsps -A -u --cvs-direct -q'\n"
658 " This option is deprecated and will be removed in Mercurial 1.4.\n"
700 " This option is deprecated and will be removed in Mercurial 1.4.\n"
659 "\n"
701 "\n"
660 " The options shown are the defaults.\n"
702 " The options shown are the defaults.\n"
661 "\n"
703 "\n"
662 " Internal cvsps is selected by setting\n"
704 " Internal cvsps is selected by setting\n"
663 " --config convert.cvsps=builtin\n"
705 " --config convert.cvsps=builtin\n"
664 " and has a few more configurable options:\n"
706 " and has a few more configurable options:\n"
665 " --config convert.cvsps.cache=True (boolean)\n"
707 " --config convert.cvsps.cache=True (boolean)\n"
666 " Set to False to disable remote log caching, for testing and\n"
708 " Set to False to disable remote log caching, for testing and\n"
667 " debugging purposes.\n"
709 " debugging purposes.\n"
668 " --config convert.cvsps.fuzz=60 (integer)\n"
710 " --config convert.cvsps.fuzz=60 (integer)\n"
669 " Specify the maximum time (in seconds) that is allowed\n"
711 " Specify the maximum time (in seconds) that is allowed\n"
670 " between commits with identical user and log message in a\n"
712 " between commits with identical user and log message in a\n"
671 " single changeset. When very large files were checked in as\n"
713 " single changeset. When very large files were checked in as\n"
672 " part of a changeset then the default may not be long\n"
714 " part of a changeset then the default may not be long\n"
673 " enough.\n"
715 " enough.\n"
674 " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
716 " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
675 " Specify a regular expression to which commit log messages\n"
717 " Specify a regular expression to which commit log messages\n"
676 " are matched. If a match occurs, then the conversion\n"
718 " are matched. If a match occurs, then the conversion\n"
677 " process will insert a dummy revision merging the branch on\n"
719 " process will insert a dummy revision merging the branch on\n"
678 " which this log message occurs to the branch indicated in\n"
720 " which this log message occurs to the branch indicated in\n"
679 " the regex.\n"
721 " the regex.\n"
680 " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
722 " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
681 " Specify a regular expression to which commit log messages\n"
723 " Specify a regular expression to which commit log messages\n"
682 " are matched. If a match occurs, then the conversion\n"
724 " are matched. If a match occurs, then the conversion\n"
683 " process will add the most recent revision on the branch\n"
725 " process will add the most recent revision on the branch\n"
684 " indicated in the regex as the second parent of the\n"
726 " indicated in the regex as the second parent of the\n"
685 " changeset.\n"
727 " changeset.\n"
686 "\n"
728 "\n"
687 " The hgext/convert/cvsps wrapper script allows the builtin\n"
729 " The hgext/convert/cvsps wrapper script allows the builtin\n"
688 " changeset merging code to be run without doing a conversion. Its\n"
730 " changeset merging code to be run without doing a conversion. Its\n"
689 " parameters and output are similar to that of cvsps 2.1.\n"
731 " parameters and output are similar to that of cvsps 2.1.\n"
690 "\n"
732 "\n"
691 " Subversion Source\n"
733 " Subversion Source\n"
692 " -----------------\n"
734 " -----------------\n"
693 "\n"
735 "\n"
694 " Subversion source detects classical trunk/branches/tags layouts.\n"
736 " Subversion source detects classical trunk/branches/tags layouts.\n"
695 " By default, the supplied \"svn://repo/path/\" source URL is\n"
737 " By default, the supplied \"svn://repo/path/\" source URL is\n"
696 " converted as a single branch. If \"svn://repo/path/trunk\" exists it\n"
738 " converted as a single branch. If \"svn://repo/path/trunk\" exists it\n"
697 " replaces the default branch. If \"svn://repo/path/branches\" exists,\n"
739 " replaces the default branch. If \"svn://repo/path/branches\" exists,\n"
698 " its subdirectories are listed as possible branches. If\n"
740 " its subdirectories are listed as possible branches. If\n"
699 " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
741 " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
700 " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
742 " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
701 " can be overridden with following options. Set them to paths\n"
743 " can be overridden with following options. Set them to paths\n"
702 " relative to the source URL, or leave them blank to disable auto\n"
744 " relative to the source URL, or leave them blank to disable auto\n"
703 " detection.\n"
745 " detection.\n"
704 "\n"
746 "\n"
705 " --config convert.svn.branches=branches (directory name)\n"
747 " --config convert.svn.branches=branches (directory name)\n"
706 " specify the directory containing branches\n"
748 " specify the directory containing branches\n"
707 " --config convert.svn.tags=tags (directory name)\n"
749 " --config convert.svn.tags=tags (directory name)\n"
708 " specify the directory containing tags\n"
750 " specify the directory containing tags\n"
709 " --config convert.svn.trunk=trunk (directory name)\n"
751 " --config convert.svn.trunk=trunk (directory name)\n"
710 " specify the name of the trunk branch\n"
752 " specify the name of the trunk branch\n"
711 "\n"
753 "\n"
712 " Source history can be retrieved starting at a specific revision,\n"
754 " Source history can be retrieved starting at a specific revision,\n"
713 " instead of being integrally converted. Only single branch\n"
755 " instead of being integrally converted. Only single branch\n"
714 " conversions are supported.\n"
756 " conversions are supported.\n"
715 "\n"
757 "\n"
716 " --config convert.svn.startrev=0 (svn revision number)\n"
758 " --config convert.svn.startrev=0 (svn revision number)\n"
717 " specify start Subversion revision.\n"
759 " specify start Subversion revision.\n"
718 "\n"
760 "\n"
719 " Perforce Source\n"
761 " Perforce Source\n"
720 " ---------------\n"
762 " ---------------\n"
721 "\n"
763 "\n"
722 " The Perforce (P4) importer can be given a p4 depot path or a\n"
764 " The Perforce (P4) importer can be given a p4 depot path or a\n"
723 " client specification as source. It will convert all files in the\n"
765 " client specification as source. It will convert all files in the\n"
724 " source to a flat Mercurial repository, ignoring labels, branches\n"
766 " source to a flat Mercurial repository, ignoring labels, branches\n"
725 " and integrations. Note that when a depot path is given you then\n"
767 " and integrations. Note that when a depot path is given you then\n"
726 " usually should specify a target directory, because otherwise the\n"
768 " usually should specify a target directory, because otherwise the\n"
727 " target may be named ...-hg.\n"
769 " target may be named ...-hg.\n"
728 "\n"
770 "\n"
729 " It is possible to limit the amount of source history to be\n"
771 " It is possible to limit the amount of source history to be\n"
730 " converted by specifying an initial Perforce revision.\n"
772 " converted by specifying an initial Perforce revision.\n"
731 "\n"
773 "\n"
732 " --config convert.p4.startrev=0 (perforce changelist number)\n"
774 " --config convert.p4.startrev=0 (perforce changelist number)\n"
733 " specify initial Perforce revision.\n"
775 " specify initial Perforce revision.\n"
734 "\n"
776 "\n"
735 "\n"
777 "\n"
736 " Mercurial Destination\n"
778 " Mercurial Destination\n"
737 " ---------------------\n"
779 " ---------------------\n"
738 "\n"
780 "\n"
739 " --config convert.hg.clonebranches=False (boolean)\n"
781 " --config convert.hg.clonebranches=False (boolean)\n"
740 " dispatch source branches in separate clones.\n"
782 " dispatch source branches in separate clones.\n"
741 " --config convert.hg.tagsbranch=default (branch name)\n"
783 " --config convert.hg.tagsbranch=default (branch name)\n"
742 " tag revisions branch name\n"
784 " tag revisions branch name\n"
743 " --config convert.hg.usebranchnames=True (boolean)\n"
785 " --config convert.hg.usebranchnames=True (boolean)\n"
744 " preserve branch names\n"
786 " preserve branch names\n"
745 "\n"
787 "\n"
746 " "
788 " "
747 msgstr ""
789 msgstr ""
748
790
749 msgid ""
791 msgid ""
750 "create changeset information from CVS\n"
792 "create changeset information from CVS\n"
751 "\n"
793 "\n"
752 " This command is intended as a debugging tool for the CVS to\n"
794 " This command is intended as a debugging tool for the CVS to\n"
753 " Mercurial converter, and can be used as a direct replacement for\n"
795 " Mercurial converter, and can be used as a direct replacement for\n"
754 " cvsps.\n"
796 " cvsps.\n"
755 "\n"
797 "\n"
756 " Hg debugcvsps reads the CVS rlog for current directory (or any\n"
798 " Hg debugcvsps reads the CVS rlog for current directory (or any\n"
757 " named directory) in the CVS repository, and converts the log to a\n"
799 " named directory) in the CVS repository, and converts the log to a\n"
758 " series of changesets based on matching commit log entries and\n"
800 " series of changesets based on matching commit log entries and\n"
759 " dates."
801 " dates."
760 msgstr ""
802 msgstr ""
761
803
762 msgid "username mapping filename"
804 msgid "username mapping filename"
763 msgstr "brugernavnsafbildningsfilnavn"
805 msgstr "brugernavnsafbildningsfilnavn"
764
806
765 msgid "destination repository type"
807 msgid "destination repository type"
766 msgstr "type for destinations repository"
808 msgstr "type for destinations repository"
767
809
768 msgid "remap file names using contents of file"
810 msgid "remap file names using contents of file"
769 msgstr "konverter filnavne ved brug af filindhold"
811 msgstr "konverter filnavne ved brug af filindhold"
770
812
771 msgid "import up to target revision REV"
813 msgid "import up to target revision REV"
772 msgstr "importer op til revision REV"
814 msgstr "importer op til revision REV"
773
815
774 msgid "source repository type"
816 msgid "source repository type"
775 msgstr "kildedepotstype"
817 msgstr "kildedepotstype"
776
818
777 msgid "splice synthesized history into place"
819 msgid "splice synthesized history into place"
778 msgstr ""
820 msgstr ""
779
821
780 msgid "change branch names while converting"
822 msgid "change branch names while converting"
781 msgstr "omdøb grene under konverteringen"
823 msgstr "omdøb grene under konverteringen"
782
824
783 msgid "try to sort changesets by branches"
825 msgid "try to sort changesets by branches"
784 msgstr "forsøg at sortere ændringer efter gren"
826 msgstr "forsøg at sortere ændringer efter gren"
785
827
786 msgid "try to sort changesets by date"
828 msgid "try to sort changesets by date"
787 msgstr "forsøg at sortere ændringer efter dato"
829 msgstr "forsøg at sortere ændringer efter dato"
788
830
789 msgid "preserve source changesets order"
831 msgid "preserve source changesets order"
790 msgstr "bevar kildeændringerne ordning"
832 msgstr "bevar kildeændringerne ordning"
791
833
792 msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
834 msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
793 msgstr ""
835 msgstr ""
794
836
795 msgid "only return changes on specified branches"
837 msgid "only return changes on specified branches"
796 msgstr "returner kun ændringer på givne grene"
838 msgstr "returner kun ændringer på givne grene"
797
839
798 msgid "prefix to remove from file names"
840 msgid "prefix to remove from file names"
799 msgstr "præfix der skal fjernes fra filnavne"
841 msgstr "præfix der skal fjernes fra filnavne"
800
842
801 msgid "only return changes after or between specified tags"
843 msgid "only return changes after or between specified tags"
802 msgstr "returner kun ændringer efter eller mellem givne mærkater"
844 msgstr "returner kun ændringer efter eller mellem givne mærkater"
803
845
804 msgid "update cvs log cache"
846 msgid "update cvs log cache"
805 msgstr "opdater cvs log cache"
847 msgstr "opdater cvs log cache"
806
848
807 msgid "create new cvs log cache"
849 msgid "create new cvs log cache"
808 msgstr "opret ny cvs log cache"
850 msgstr "opret ny cvs log cache"
809
851
810 msgid "set commit time fuzz in seconds"
852 msgid "set commit time fuzz in seconds"
811 msgstr ""
853 msgstr ""
812
854
813 msgid "specify cvsroot"
855 msgid "specify cvsroot"
814 msgstr ""
856 msgstr ""
815
857
816 msgid "show parent changesets"
858 msgid "show parent changesets"
817 msgstr "vis forældre-ændringer"
859 msgstr "vis forældre-ændringer"
818
860
819 msgid "show current changeset in ancestor branches"
861 msgid "show current changeset in ancestor branches"
820 msgstr ""
862 msgstr ""
821
863
822 msgid "ignored for compatibility"
864 msgid "ignored for compatibility"
823 msgstr ""
865 msgstr ""
824
866
825 msgid "hg debugcvsps [OPTION]... [PATH]..."
867 msgid "hg debugcvsps [OPTION]... [PATH]..."
826 msgstr ""
868 msgstr ""
827
869
828 msgid ""
870 msgid ""
829 "warning: lightweight checkouts may cause conversion failures, try with a "
871 "warning: lightweight checkouts may cause conversion failures, try with a "
830 "regular branch instead.\n"
872 "regular branch instead.\n"
831 msgstr ""
873 msgstr ""
832
874
833 msgid "bzr source type could not be determined\n"
875 msgid "bzr source type could not be determined\n"
834 msgstr ""
876 msgstr ""
835
877
836 #, python-format
878 #, python-format
837 msgid "%s is not a valid revision in current branch"
879 msgid "%s is not a valid revision in current branch"
838 msgstr ""
880 msgstr ""
839
881
840 #, python-format
882 #, python-format
841 msgid "%s is not available in %s anymore"
883 msgid "%s is not available in %s anymore"
842 msgstr ""
884 msgstr ""
843
885
844 #, python-format
886 #, python-format
845 msgid "%s.%s symlink has no target"
887 msgid "%s.%s symlink has no target"
846 msgstr ""
888 msgstr ""
847
889
848 #, python-format
890 #, python-format
849 msgid "cannot find required \"%s\" tool"
891 msgid "cannot find required \"%s\" tool"
850 msgstr ""
892 msgstr ""
851
893
852 #, python-format
894 #, python-format
853 msgid "running: %s\n"
895 msgid "running: %s\n"
854 msgstr "kører: %s\n"
896 msgstr "kører: %s\n"
855
897
856 #, python-format
898 #, python-format
857 msgid "%s error:\n"
899 msgid "%s error:\n"
858 msgstr ""
900 msgstr ""
859
901
860 #, python-format
902 #, python-format
861 msgid "%s %s"
903 msgid "%s %s"
862 msgstr ""
904 msgstr ""
863
905
864 #, python-format
906 #, python-format
865 msgid "syntax error in %s(%d): key/value pair expected"
907 msgid "syntax error in %s(%d): key/value pair expected"
866 msgstr ""
908 msgstr ""
867
909
868 #, python-format
910 #, python-format
869 msgid "could not open map file %r: %s"
911 msgid "could not open map file %r: %s"
870 msgstr ""
912 msgstr ""
871
913
872 #, python-format
914 #, python-format
873 msgid "%s: missing or unsupported repository"
915 msgid "%s: missing or unsupported repository"
874 msgstr ""
916 msgstr ""
875
917
876 #, python-format
918 #, python-format
877 msgid "convert: %s\n"
919 msgid "convert: %s\n"
878 msgstr ""
920 msgstr ""
879
921
880 #, python-format
922 #, python-format
881 msgid "%s: unknown repository type"
923 msgid "%s: unknown repository type"
882 msgstr "%s: ukendt arkivtype"
924 msgstr "%s: ukendt arkivtype"
883
925
884 #, python-format
926 #, python-format
885 msgid "unknown sort mode: %s"
927 msgid "unknown sort mode: %s"
886 msgstr "ukendt sortering: %s"
928 msgstr "ukendt sortering: %s"
887
929
888 #, python-format
930 #, python-format
889 msgid "cycle detected between %s and %s"
931 msgid "cycle detected between %s and %s"
890 msgstr ""
932 msgstr ""
891
933
892 msgid "not all revisions were sorted"
934 msgid "not all revisions were sorted"
893 msgstr ""
935 msgstr ""
894
936
895 #, python-format
937 #, python-format
896 msgid "Writing author map file %s\n"
938 msgid "Writing author map file %s\n"
897 msgstr ""
939 msgstr ""
898
940
899 #, python-format
941 #, python-format
900 msgid "Ignoring bad line in author map file %s: %s\n"
942 msgid "Ignoring bad line in author map file %s: %s\n"
901 msgstr ""
943 msgstr ""
902
944
903 #, python-format
945 #, python-format
904 msgid "mapping author %s to %s\n"
946 msgid "mapping author %s to %s\n"
905 msgstr ""
947 msgstr ""
906
948
907 #, python-format
949 #, python-format
908 msgid "overriding mapping for author %s, was %s, will be %s\n"
950 msgid "overriding mapping for author %s, was %s, will be %s\n"
909 msgstr ""
951 msgstr ""
910
952
911 #, python-format
953 #, python-format
912 msgid "spliced in %s as parents of %s\n"
954 msgid "spliced in %s as parents of %s\n"
913 msgstr ""
955 msgstr ""
914
956
915 msgid "scanning source...\n"
957 msgid "scanning source...\n"
916 msgstr ""
958 msgstr ""
917
959
918 msgid "sorting...\n"
960 msgid "sorting...\n"
919 msgstr ""
961 msgstr ""
920
962
921 msgid "converting...\n"
963 msgid "converting...\n"
922 msgstr ""
964 msgstr ""
923
965
924 #, python-format
966 #, python-format
925 msgid "source: %s\n"
967 msgid "source: %s\n"
926 msgstr ""
968 msgstr ""
927
969
928 #, python-format
970 #, python-format
929 msgid "assuming destination %s\n"
971 msgid "assuming destination %s\n"
930 msgstr ""
972 msgstr ""
931
973
932 msgid "more than one sort mode specified"
974 msgid "more than one sort mode specified"
933 msgstr ""
975 msgstr ""
934
976
935 msgid "--sourcesort is not supported by this data source"
977 msgid "--sourcesort is not supported by this data source"
936 msgstr ""
978 msgstr ""
937
979
938 msgid ""
980 msgid ""
939 "warning: support for external cvsps is deprecated and will be removed in "
981 "warning: support for external cvsps is deprecated and will be removed in "
940 "Mercurial 1.4\n"
982 "Mercurial 1.4\n"
941 msgstr ""
983 msgstr ""
942
984
943 #, python-format
985 #, python-format
944 msgid "revision %s is not a patchset number or date"
986 msgid "revision %s is not a patchset number or date"
945 msgstr ""
987 msgstr ""
946
988
947 msgid "using builtin cvsps\n"
989 msgid "using builtin cvsps\n"
948 msgstr ""
990 msgstr ""
949
991
950 #, python-format
992 #, python-format
951 msgid "connecting to %s\n"
993 msgid "connecting to %s\n"
952 msgstr ""
994 msgstr ""
953
995
954 msgid "CVS pserver authentication failed"
996 msgid "CVS pserver authentication failed"
955 msgstr "CVS pserver godkendelse fejlede"
997 msgstr "CVS pserver godkendelse fejlede"
956
998
957 msgid "server sucks"
999 msgid "server sucks"
958 msgstr ""
1000 msgstr ""
959
1001
960 #, python-format
1002 #, python-format
961 msgid "%d bytes missing from remote file"
1003 msgid "%d bytes missing from remote file"
962 msgstr "%d byte mangler i fjernfilen"
1004 msgstr "%d byte mangler i fjernfilen"
963
1005
964 #, python-format
1006 #, python-format
965 msgid "cvs server: %s\n"
1007 msgid "cvs server: %s\n"
966 msgstr "cvs server: %s\n"
1008 msgstr "cvs server: %s\n"
967
1009
968 #, python-format
1010 #, python-format
969 msgid "unknown CVS response: %s"
1011 msgid "unknown CVS response: %s"
970 msgstr "ukendt CVS svar: %s"
1012 msgstr "ukendt CVS svar: %s"
971
1013
972 msgid "collecting CVS rlog\n"
1014 msgid "collecting CVS rlog\n"
973 msgstr "samler CVS rlog\n"
1015 msgstr "samler CVS rlog\n"
974
1016
975 #, python-format
1017 #, python-format
976 msgid "reading cvs log cache %s\n"
1018 msgid "reading cvs log cache %s\n"
977 msgstr ""
1019 msgstr ""
978
1020
979 #, python-format
1021 #, python-format
980 msgid "cache has %d log entries\n"
1022 msgid "cache has %d log entries\n"
981 msgstr ""
1023 msgstr ""
982
1024
983 #, python-format
1025 #, python-format
984 msgid "error reading cache: %r\n"
1026 msgid "error reading cache: %r\n"
985 msgstr ""
1027 msgstr ""
986
1028
987 #, python-format
1029 #, python-format
988 msgid "running %s\n"
1030 msgid "running %s\n"
989 msgstr "kører %s\n"
1031 msgstr "kører %s\n"
990
1032
991 #, python-format
1033 #, python-format
992 msgid "prefix=%r directory=%r root=%r\n"
1034 msgid "prefix=%r directory=%r root=%r\n"
993 msgstr ""
1035 msgstr ""
994
1036
995 msgid "RCS file must be followed by working file"
1037 msgid "RCS file must be followed by working file"
996 msgstr ""
1038 msgstr ""
997
1039
998 msgid "must have at least some revisions"
1040 msgid "must have at least some revisions"
999 msgstr ""
1041 msgstr ""
1000
1042
1001 msgid "expected revision number"
1043 msgid "expected revision number"
1002 msgstr "forventede et revisionsnummer"
1044 msgstr "forventede et revisionsnummer"
1003
1045
1004 msgid "revision must be followed by date line"
1046 msgid "revision must be followed by date line"
1005 msgstr "revision skal efterfølges af datolinje"
1047 msgstr "revision skal efterfølges af datolinje"
1006
1048
1007 #, python-format
1049 #, python-format
1008 msgid "found synthetic revision in %s: %r\n"
1050 msgid "found synthetic revision in %s: %r\n"
1009 msgstr ""
1051 msgstr ""
1010
1052
1011 #, python-format
1053 #, python-format
1012 msgid "writing cvs log cache %s\n"
1054 msgid "writing cvs log cache %s\n"
1013 msgstr ""
1055 msgstr ""
1014
1056
1015 #, python-format
1057 #, python-format
1016 msgid "%d log entries\n"
1058 msgid "%d log entries\n"
1017 msgstr ""
1059 msgstr ""
1018
1060
1019 msgid "creating changesets\n"
1061 msgid "creating changesets\n"
1020 msgstr "opretter ændringer\n"
1062 msgstr "opretter ændringer\n"
1021
1063
1022 msgid "synthetic changeset cannot have multiple parents"
1064 msgid "synthetic changeset cannot have multiple parents"
1023 msgstr "syntetisk ændring kan ikke have flere forældre"
1065 msgstr "syntetisk ændring kan ikke have flere forældre"
1024
1066
1025 #, python-format
1067 #, python-format
1026 msgid ""
1068 msgid ""
1027 "warning: CVS commit message references non-existent branch %r:\n"
1069 "warning: CVS commit message references non-existent branch %r:\n"
1028 "%s\n"
1070 "%s\n"
1029 msgstr ""
1071 msgstr ""
1030
1072
1031 #, python-format
1073 #, python-format
1032 msgid "%d changeset entries\n"
1074 msgid "%d changeset entries\n"
1033 msgstr "%d ændringer\n"
1075 msgstr "%d ændringer\n"
1034
1076
1035 msgid "Python ElementTree module is not available"
1077 msgid "Python ElementTree module is not available"
1036 msgstr ""
1078 msgstr ""
1037
1079
1038 #, python-format
1080 #, python-format
1039 msgid "cleaning up %s\n"
1081 msgid "cleaning up %s\n"
1040 msgstr "rydder op %s\n"
1082 msgstr "rydder op %s\n"
1041
1083
1042 msgid "internal calling inconsistency"
1084 msgid "internal calling inconsistency"
1043 msgstr "intern kaldeinkonsistens"
1085 msgstr "intern kaldeinkonsistens"
1044
1086
1045 msgid "errors in filemap"
1087 msgid "errors in filemap"
1046 msgstr "fejl i filafbildning"
1088 msgstr "fejl i filafbildning"
1047
1089
1048 #, python-format
1090 #, python-format
1049 msgid "%s:%d: %r already in %s list\n"
1091 msgid "%s:%d: %r already in %s list\n"
1050 msgstr ""
1092 msgstr ""
1051
1093
1052 #, python-format
1094 #, python-format
1053 msgid "%s:%d: unknown directive %r\n"
1095 msgid "%s:%d: unknown directive %r\n"
1054 msgstr ""
1096 msgstr ""
1055
1097
1056 msgid "source repository doesn't support --filemap"
1098 msgid "source repository doesn't support --filemap"
1057 msgstr ""
1099 msgstr ""
1058
1100
1059 #, python-format
1101 #, python-format
1060 msgid "%s does not look like a GNU Arch repo"
1102 msgid "%s does not look like a GNU Arch repo"
1061 msgstr ""
1103 msgstr ""
1062
1104
1063 msgid "cannot find a GNU Arch tool"
1105 msgid "cannot find a GNU Arch tool"
1064 msgstr "kan ikke finde GNU Arch"
1106 msgstr "kan ikke finde GNU Arch"
1065
1107
1066 #, python-format
1108 #, python-format
1067 msgid "analyzing tree version %s...\n"
1109 msgid "analyzing tree version %s...\n"
1068 msgstr ""
1110 msgstr ""
1069
1111
1070 #, python-format
1112 #, python-format
1071 msgid ""
1113 msgid ""
1072 "tree analysis stopped because it points to an unregistered archive %s...\n"
1114 "tree analysis stopped because it points to an unregistered archive %s...\n"
1073 msgstr ""
1115 msgstr ""
1074
1116
1075 #, python-format
1117 #, python-format
1076 msgid "applying revision %s...\n"
1118 msgid "applying revision %s...\n"
1077 msgstr ""
1119 msgstr ""
1078
1120
1079 #, python-format
1121 #, python-format
1080 msgid "computing changeset between %s and %s...\n"
1122 msgid "computing changeset between %s and %s...\n"
1081 msgstr "beregner ændringer mellem %s og %s...\n"
1123 msgstr "beregner ændringer mellem %s og %s...\n"
1082
1124
1083 #, python-format
1125 #, python-format
1084 msgid "obtaining revision %s...\n"
1126 msgid "obtaining revision %s...\n"
1085 msgstr "henter revision %s...\n"
1127 msgstr "henter revision %s...\n"
1086
1128
1087 #, python-format
1129 #, python-format
1088 msgid "analyzing revision %s...\n"
1130 msgid "analyzing revision %s...\n"
1089 msgstr "analyserer revision %s...\n"
1131 msgstr "analyserer revision %s...\n"
1090
1132
1091 #, python-format
1133 #, python-format
1092 msgid "could not parse cat-log of %s"
1134 msgid "could not parse cat-log of %s"
1093 msgstr ""
1135 msgstr ""
1094
1136
1095 #, python-format
1137 #, python-format
1096 msgid "%s is not a local Mercurial repo"
1138 msgid "%s is not a local Mercurial repo"
1097 msgstr ""
1139 msgstr ""
1098
1140
1099 #, python-format
1141 #, python-format
1100 msgid "initializing destination %s repository\n"
1142 msgid "initializing destination %s repository\n"
1101 msgstr ""
1143 msgstr ""
1102
1144
1103 msgid "run hg sink pre-conversion action\n"
1145 msgid "run hg sink pre-conversion action\n"
1104 msgstr ""
1146 msgstr ""
1105
1147
1106 msgid "run hg sink post-conversion action\n"
1148 msgid "run hg sink post-conversion action\n"
1107 msgstr ""
1149 msgstr ""
1108
1150
1109 #, python-format
1151 #, python-format
1110 msgid "pulling from %s into %s\n"
1152 msgid "pulling from %s into %s\n"
1111 msgstr ""
1153 msgstr ""
1112
1154
1113 msgid "filtering out empty revision\n"
1155 msgid "filtering out empty revision\n"
1114 msgstr ""
1156 msgstr ""
1115
1157
1116 msgid "updating tags\n"
1158 msgid "updating tags\n"
1117 msgstr ""
1159 msgstr ""
1118
1160
1119 #, python-format
1161 #, python-format
1120 msgid "%s is not a valid start revision"
1162 msgid "%s is not a valid start revision"
1121 msgstr ""
1163 msgstr ""
1122
1164
1123 #, python-format
1165 #, python-format
1124 msgid "ignoring: %s\n"
1166 msgid "ignoring: %s\n"
1125 msgstr "ignorerer: %s\n"
1167 msgstr "ignorerer: %s\n"
1126
1168
1127 msgid "run hg source pre-conversion action\n"
1169 msgid "run hg source pre-conversion action\n"
1128 msgstr ""
1170 msgstr ""
1129
1171
1130 msgid "run hg source post-conversion action\n"
1172 msgid "run hg source post-conversion action\n"
1131 msgstr ""
1173 msgstr ""
1132
1174
1133 #, python-format
1175 #, python-format
1134 msgid "%s does not look like a monotone repo"
1176 msgid "%s does not look like a monotone repo"
1135 msgstr ""
1177 msgstr ""
1136
1178
1137 #, python-format
1179 #, python-format
1138 msgid "copying file in renamed directory from '%s' to '%s'"
1180 msgid "copying file in renamed directory from '%s' to '%s'"
1139 msgstr ""
1181 msgstr ""
1140
1182
1141 msgid "reading p4 views\n"
1183 msgid "reading p4 views\n"
1142 msgstr ""
1184 msgstr ""
1143
1185
1144 msgid "collecting p4 changelists\n"
1186 msgid "collecting p4 changelists\n"
1145 msgstr ""
1187 msgstr ""
1146
1188
1147 msgid "Subversion python bindings could not be loaded"
1189 msgid "Subversion python bindings could not be loaded"
1148 msgstr ""
1190 msgstr ""
1149
1191
1150 #, python-format
1192 #, python-format
1151 msgid "Subversion python bindings %d.%d found, 1.4 or later required"
1193 msgid "Subversion python bindings %d.%d found, 1.4 or later required"
1152 msgstr ""
1194 msgstr ""
1153
1195
1154 msgid "Subversion python bindings are too old, 1.4 or later required"
1196 msgid "Subversion python bindings are too old, 1.4 or later required"
1155 msgstr ""
1197 msgstr ""
1156
1198
1157 #, python-format
1199 #, python-format
1158 msgid "svn: revision %s is not an integer"
1200 msgid "svn: revision %s is not an integer"
1159 msgstr ""
1201 msgstr ""
1160
1202
1161 #, python-format
1203 #, python-format
1162 msgid "svn: start revision %s is not an integer"
1204 msgid "svn: start revision %s is not an integer"
1163 msgstr ""
1205 msgstr ""
1164
1206
1165 #, python-format
1207 #, python-format
1166 msgid "no revision found in module %s"
1208 msgid "no revision found in module %s"
1167 msgstr ""
1209 msgstr ""
1168
1210
1169 #, python-format
1211 #, python-format
1170 msgid "expected %s to be at %r, but not found"
1212 msgid "expected %s to be at %r, but not found"
1171 msgstr ""
1213 msgstr ""
1172
1214
1173 #, python-format
1215 #, python-format
1174 msgid "found %s at %r\n"
1216 msgid "found %s at %r\n"
1175 msgstr ""
1217 msgstr ""
1176
1218
1177 #, python-format
1219 #, python-format
1178 msgid "ignoring empty branch %s\n"
1220 msgid "ignoring empty branch %s\n"
1179 msgstr ""
1221 msgstr ""
1180
1222
1181 #, python-format
1223 #, python-format
1182 msgid "found branch %s at %d\n"
1224 msgid "found branch %s at %d\n"
1183 msgstr ""
1225 msgstr ""
1184
1226
1185 msgid "svn: start revision is not supported with more than one branch"
1227 msgid "svn: start revision is not supported with more than one branch"
1186 msgstr ""
1228 msgstr ""
1187
1229
1188 #, python-format
1230 #, python-format
1189 msgid "svn: no revision found after start revision %d"
1231 msgid "svn: no revision found after start revision %d"
1190 msgstr ""
1232 msgstr ""
1191
1233
1192 #, python-format
1234 #, python-format
1193 msgid "no tags found at revision %d\n"
1235 msgid "no tags found at revision %d\n"
1194 msgstr ""
1236 msgstr ""
1195
1237
1196 #, python-format
1238 #, python-format
1197 msgid "ignoring foreign branch %r\n"
1239 msgid "ignoring foreign branch %r\n"
1198 msgstr ""
1240 msgstr ""
1199
1241
1200 #, python-format
1242 #, python-format
1201 msgid "%s not found up to revision %d"
1243 msgid "%s not found up to revision %d"
1202 msgstr ""
1244 msgstr ""
1203
1245
1204 #, python-format
1246 #, python-format
1205 msgid "branch renamed from %s to %s at %d\n"
1247 msgid "branch renamed from %s to %s at %d\n"
1206 msgstr ""
1248 msgstr ""
1207
1249
1208 #, python-format
1250 #, python-format
1209 msgid "reparent to %s\n"
1251 msgid "reparent to %s\n"
1210 msgstr ""
1252 msgstr ""
1211
1253
1212 #, python-format
1254 #, python-format
1213 msgid "copied to %s from %s@%s\n"
1255 msgid "copied to %s from %s@%s\n"
1214 msgstr ""
1256 msgstr ""
1215
1257
1216 #, python-format
1258 #, python-format
1217 msgid "gone from %s\n"
1259 msgid "gone from %s\n"
1218 msgstr ""
1260 msgstr ""
1219
1261
1220 #, python-format
1262 #, python-format
1221 msgid "found parent directory %s\n"
1263 msgid "found parent directory %s\n"
1222 msgstr ""
1264 msgstr ""
1223
1265
1224 #, python-format
1266 #, python-format
1225 msgid "base, entry %s %s\n"
1267 msgid "base, entry %s %s\n"
1226 msgstr ""
1268 msgstr ""
1227
1269
1228 msgid "munge-o-matic\n"
1270 msgid "munge-o-matic\n"
1229 msgstr ""
1271 msgstr ""
1230
1272
1231 #, python-format
1273 #, python-format
1232 msgid "info: %s %s %s %s\n"
1274 msgid "info: %s %s %s %s\n"
1233 msgstr ""
1275 msgstr ""
1234
1276
1235 #, python-format
1277 #, python-format
1236 msgid "unknown path in revision %d: %s\n"
1278 msgid "unknown path in revision %d: %s\n"
1237 msgstr ""
1279 msgstr ""
1238
1280
1239 #, python-format
1281 #, python-format
1240 msgid "mark %s came from %s:%d\n"
1282 msgid "mark %s came from %s:%d\n"
1241 msgstr ""
1283 msgstr ""
1242
1284
1243 #, python-format
1285 #, python-format
1244 msgid "parsing revision %d (%d changes)\n"
1286 msgid "parsing revision %d (%d changes)\n"
1245 msgstr ""
1287 msgstr ""
1246
1288
1247 #, python-format
1289 #, python-format
1248 msgid "found parent of branch %s at %d: %s\n"
1290 msgid "found parent of branch %s at %d: %s\n"
1249 msgstr ""
1291 msgstr ""
1250
1292
1251 msgid "no copyfrom path, don't know what to do.\n"
1293 msgid "no copyfrom path, don't know what to do.\n"
1252 msgstr ""
1294 msgstr ""
1253
1295
1254 #, python-format
1296 #, python-format
1255 msgid "fetching revision log for \"%s\" from %d to %d\n"
1297 msgid "fetching revision log for \"%s\" from %d to %d\n"
1256 msgstr ""
1298 msgstr ""
1257
1299
1258 #, python-format
1300 #, python-format
1259 msgid "skipping blacklisted revision %d\n"
1301 msgid "skipping blacklisted revision %d\n"
1260 msgstr ""
1302 msgstr ""
1261
1303
1262 #, python-format
1304 #, python-format
1263 msgid "revision %d has no entries\n"
1305 msgid "revision %d has no entries\n"
1264 msgstr ""
1306 msgstr ""
1265
1307
1266 #, python-format
1308 #, python-format
1267 msgid "svn: branch has no revision %s"
1309 msgid "svn: branch has no revision %s"
1268 msgstr ""
1310 msgstr ""
1269
1311
1270 #, python-format
1312 #, python-format
1271 msgid "%r is not under %r, ignoring\n"
1313 msgid "%r is not under %r, ignoring\n"
1272 msgstr ""
1314 msgstr ""
1273
1315
1274 #, python-format
1316 #, python-format
1275 msgid "initializing svn repo %r\n"
1317 msgid "initializing svn repo %r\n"
1276 msgstr ""
1318 msgstr ""
1277
1319
1278 #, python-format
1320 #, python-format
1279 msgid "initializing svn wc %r\n"
1321 msgid "initializing svn wc %r\n"
1280 msgstr ""
1322 msgstr ""
1281
1323
1282 msgid "unexpected svn output:\n"
1324 msgid "unexpected svn output:\n"
1283 msgstr ""
1325 msgstr ""
1284
1326
1285 msgid "unable to cope with svn output"
1327 msgid "unable to cope with svn output"
1286 msgstr ""
1328 msgstr ""
1287
1329
1288 msgid "XXX TAGS NOT IMPLEMENTED YET\n"
1330 msgid "XXX TAGS NOT IMPLEMENTED YET\n"
1289 msgstr ""
1331 msgstr ""
1290
1332
1291 msgid ""
1333 msgid ""
1334 "allow external programs to compare revisions\n"
1292 "\n"
1335 "\n"
1293 "The `extdiff' Mercurial extension allows you to use external programs\n"
1336 "The `extdiff' Mercurial extension allows you to use external programs\n"
1294 "to compare revisions, or revision with working directory. The external diff\n"
1337 "to compare revisions, or revision with working directory. The external diff\n"
1295 "programs are called with a configurable set of options and two\n"
1338 "programs are called with a configurable set of options and two\n"
1296 "non-option arguments: paths to directories containing snapshots of\n"
1339 "non-option arguments: paths to directories containing snapshots of\n"
1297 "files to compare.\n"
1340 "files to compare.\n"
1298 "\n"
1341 "\n"
1299 "To enable this extension:\n"
1300 "\n"
1301 " [extensions]\n"
1302 " hgext.extdiff =\n"
1303 "\n"
1304 "The `extdiff' extension also allows to configure new diff commands, so\n"
1342 "The `extdiff' extension also allows to configure new diff commands, so\n"
1305 "you do not need to type \"hg extdiff -p kdiff3\" always.\n"
1343 "you do not need to type \"hg extdiff -p kdiff3\" always.\n"
1306 "\n"
1344 "\n"
1307 " [extdiff]\n"
1345 " [extdiff]\n"
1308 " # add new command that runs GNU diff(1) in 'context diff' mode\n"
1346 " # add new command that runs GNU diff(1) in 'context diff' mode\n"
1309 " cdiff = gdiff -Nprc5\n"
1347 " cdiff = gdiff -Nprc5\n"
1310 " ## or the old way:\n"
1348 " ## or the old way:\n"
1311 " #cmd.cdiff = gdiff\n"
1349 " #cmd.cdiff = gdiff\n"
1312 " #opts.cdiff = -Nprc5\n"
1350 " #opts.cdiff = -Nprc5\n"
1313 "\n"
1351 "\n"
1314 " # add new command called vdiff, runs kdiff3\n"
1352 " # add new command called vdiff, runs kdiff3\n"
1315 " vdiff = kdiff3\n"
1353 " vdiff = kdiff3\n"
1316 "\n"
1354 "\n"
1317 " # add new command called meld, runs meld (no need to name twice)\n"
1355 " # add new command called meld, runs meld (no need to name twice)\n"
1318 " meld =\n"
1356 " meld =\n"
1319 "\n"
1357 "\n"
1320 " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
1358 " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
1321 " # (see http://www.vim.org/scripts/script.php?script_id=102)\n"
1359 " # (see http://www.vim.org/scripts/script.php?script_id=102)\n"
1322 " # Non English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" "
1360 " # Non English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" "
1323 "in\n"
1361 "in\n"
1324 " # your .vimrc\n"
1362 " # your .vimrc\n"
1325 " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'\n"
1363 " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'\n"
1326 "\n"
1364 "\n"
1327 "You can use -I/-X and list of file or directory names like normal \"hg\n"
1365 "You can use -I/-X and list of file or directory names like normal \"hg\n"
1328 "diff\" command. The `extdiff' extension makes snapshots of only needed\n"
1366 "diff\" command. The `extdiff' extension makes snapshots of only needed\n"
1329 "files, so running the external diff program will actually be pretty\n"
1367 "files, so running the external diff program will actually be pretty\n"
1330 "fast (at least faster than having to compare the entire tree).\n"
1368 "fast (at least faster than having to compare the entire tree).\n"
1331 msgstr ""
1369 msgstr ""
1332
1370
1333 #, python-format
1371 #, python-format
1334 msgid "making snapshot of %d files from rev %s\n"
1372 msgid "making snapshot of %d files from rev %s\n"
1335 msgstr "laver øjebliksbillede af %d filer fra rev %s\n"
1373 msgstr "laver øjebliksbillede af %d filer fra rev %s\n"
1336
1374
1337 #, python-format
1375 #, python-format
1338 msgid "making snapshot of %d files from working directory\n"
1376 msgid "making snapshot of %d files from working directory\n"
1339 msgstr ""
1377 msgstr ""
1340
1378
1341 msgid "cannot specify --rev and --change at the same time"
1379 msgid "cannot specify --rev and --change at the same time"
1342 msgstr ""
1380 msgstr ""
1343
1381
1344 #, python-format
1382 #, python-format
1345 msgid "running %r in %s\n"
1383 msgid "running %r in %s\n"
1346 msgstr ""
1384 msgstr ""
1347
1385
1348 #, python-format
1386 #, python-format
1349 msgid "file changed while diffing. Overwriting: %s (src: %s)\n"
1387 msgid "file changed while diffing. Overwriting: %s (src: %s)\n"
1350 msgstr ""
1388 msgstr ""
1351
1389
1352 msgid "cleaning up temp directory\n"
1390 msgid "cleaning up temp directory\n"
1353 msgstr ""
1391 msgstr ""
1354
1392
1355 msgid ""
1393 msgid ""
1356 "use external program to diff repository (or selected files)\n"
1394 "use external program to diff repository (or selected files)\n"
1357 "\n"
1395 "\n"
1358 " Show differences between revisions for the specified files, using\n"
1396 " Show differences between revisions for the specified files, using\n"
1359 " an external program. The default program used is diff, with\n"
1397 " an external program. The default program used is diff, with\n"
1360 " default options \"-Npru\".\n"
1398 " default options \"-Npru\".\n"
1361 "\n"
1399 "\n"
1362 " To select a different program, use the -p/--program option. The\n"
1400 " To select a different program, use the -p/--program option. The\n"
1363 " program will be passed the names of two directories to compare. To\n"
1401 " program will be passed the names of two directories to compare. To\n"
1364 " pass additional options to the program, use -o/--option. These\n"
1402 " pass additional options to the program, use -o/--option. These\n"
1365 " will be passed before the names of the directories to compare.\n"
1403 " will be passed before the names of the directories to compare.\n"
1366 "\n"
1404 "\n"
1367 " When two revision arguments are given, then changes are shown\n"
1405 " When two revision arguments are given, then changes are shown\n"
1368 " between those revisions. If only one revision is specified then\n"
1406 " between those revisions. If only one revision is specified then\n"
1369 " that revision is compared to the working directory, and, when no\n"
1407 " that revision is compared to the working directory, and, when no\n"
1370 " revisions are specified, the working directory files are compared\n"
1408 " revisions are specified, the working directory files are compared\n"
1371 " to its parent."
1409 " to its parent."
1372 msgstr ""
1410 msgstr ""
1373
1411
1374 msgid "comparison program to run"
1412 msgid "comparison program to run"
1375 msgstr "sammenligningsprogram der skal køres"
1413 msgstr "sammenligningsprogram der skal køres"
1376
1414
1377 msgid "pass option to comparison program"
1415 msgid "pass option to comparison program"
1378 msgstr "videregiv argument til sammenligningsprogram"
1416 msgstr "videregiv argument til sammenligningsprogram"
1379
1417
1380 msgid "change made by revision"
1418 msgid "change made by revision"
1381 msgstr ""
1419 msgstr ""
1382
1420
1383 msgid "hg extdiff [OPT]... [FILE]..."
1421 msgid "hg extdiff [OPT]... [FILE]..."
1384 msgstr ""
1422 msgstr ""
1385
1423
1386 #, python-format
1424 #, python-format
1387 msgid "hg %s [OPTION]... [FILE]..."
1425 msgid "hg %s [OPTION]... [FILE]..."
1388 msgstr ""
1426 msgstr ""
1389
1427
1390 msgid "pulling, updating and merging in one command"
1428 msgid "pulling, updating and merging in one command"
1391 msgstr ""
1429 msgstr ""
1392
1430
1393 msgid ""
1431 msgid ""
1394 "pull changes from a remote repository, merge new changes if needed.\n"
1432 "pull changes from a remote repository, merge new changes if needed.\n"
1395 "\n"
1433 "\n"
1396 " This finds all changes from the repository at the specified path\n"
1434 " This finds all changes from the repository at the specified path\n"
1397 " or URL and adds them to the local repository.\n"
1435 " or URL and adds them to the local repository.\n"
1398 "\n"
1436 "\n"
1399 " If the pulled changes add a new branch head, the head is\n"
1437 " If the pulled changes add a new branch head, the head is\n"
1400 " automatically merged, and the result of the merge is committed.\n"
1438 " automatically merged, and the result of the merge is committed.\n"
1401 " Otherwise, the working directory is updated to include the new\n"
1439 " Otherwise, the working directory is updated to include the new\n"
1402 " changes.\n"
1440 " changes.\n"
1403 "\n"
1441 "\n"
1404 " When a merge occurs, the newly pulled changes are assumed to be\n"
1442 " When a merge occurs, the newly pulled changes are assumed to be\n"
1405 " \"authoritative\". The head of the new changes is used as the first\n"
1443 " \"authoritative\". The head of the new changes is used as the first\n"
1406 " parent, with local changes as the second. To switch the merge\n"
1444 " parent, with local changes as the second. To switch the merge\n"
1407 " order, use --switch-parent.\n"
1445 " order, use --switch-parent.\n"
1408 "\n"
1446 "\n"
1409 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1447 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1410 " "
1448 " "
1411 msgstr ""
1449 msgstr ""
1412
1450
1413 msgid ""
1451 msgid ""
1414 "working dir not at branch tip (use \"hg update\" to check out branch tip)"
1452 "working dir not at branch tip (use \"hg update\" to check out branch tip)"
1415 msgstr ""
1453 msgstr ""
1416
1454
1417 msgid "outstanding uncommitted merge"
1455 msgid "outstanding uncommitted merge"
1418 msgstr ""
1456 msgstr ""
1419
1457
1420 msgid "outstanding uncommitted changes"
1458 msgid "outstanding uncommitted changes"
1421 msgstr ""
1459 msgstr ""
1422
1460
1423 msgid "working directory is missing some files"
1461 msgid "working directory is missing some files"
1424 msgstr "arbejdskataloget mangler nogle filer"
1462 msgstr "arbejdskataloget mangler nogle filer"
1425
1463
1426 msgid ""
1464 msgid ""
1427 "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
1465 "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
1428 msgstr ""
1466 msgstr ""
1429
1467
1430 #, python-format
1468 #, python-format
1431 msgid "pulling from %s\n"
1469 msgid "pulling from %s\n"
1432 msgstr "hiver fra %s\n"
1470 msgstr "hiver fra %s\n"
1433
1471
1434 msgid ""
1472 msgid ""
1435 "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 "
1436 "specified."
1474 "specified."
1437 msgstr ""
1475 msgstr ""
1438
1476
1439 #, python-format
1477 #, python-format
1440 msgid ""
1478 msgid ""
1441 "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"
1442 "\" to merge them)\n"
1480 "\" to merge them)\n"
1443 msgstr ""
1481 msgstr ""
1444
1482
1445 #, python-format
1483 #, python-format
1446 msgid "updating to %d:%s\n"
1484 msgid "updating to %d:%s\n"
1447 msgstr "opdaterer til %d:%s\n"
1485 msgstr "opdaterer til %d:%s\n"
1448
1486
1449 #, python-format
1487 #, python-format
1450 msgid "merging with %d:%s\n"
1488 msgid "merging with %d:%s\n"
1451 msgstr "sammenføjer med %d:%s\n"
1489 msgstr "sammenføjer med %d:%s\n"
1452
1490
1453 #, python-format
1491 #, python-format
1454 msgid "Automated merge with %s"
1492 msgid "Automated merge with %s"
1455 msgstr ""
1493 msgstr ""
1456
1494
1457 #, python-format
1495 #, python-format
1458 msgid "new changeset %d:%s merges remote changes with local\n"
1496 msgid "new changeset %d:%s merges remote changes with local\n"
1459 msgstr "ny ændring %d:%s fletter fjernændringer sammen med lokale\n"
1497 msgstr "ny ændring %d:%s fletter fjernændringer sammen med lokale\n"
1460
1498
1461 msgid "a specific revision you would like to pull"
1499 msgid "a specific revision you would like to pull"
1462 msgstr ""
1500 msgstr ""
1463
1501
1464 msgid "edit commit message"
1502 msgid "edit commit message"
1465 msgstr ""
1503 msgstr ""
1466
1504
1467 msgid "edit commit message (DEPRECATED)"
1505 msgid "edit commit message (DEPRECATED)"
1468 msgstr ""
1506 msgstr ""
1469
1507
1470 msgid "switch parents when merging"
1508 msgid "switch parents when merging"
1471 msgstr ""
1509 msgstr ""
1472
1510
1473 msgid "hg fetch [SOURCE]"
1511 msgid "hg fetch [SOURCE]"
1474 msgstr ""
1512 msgstr ""
1475
1513
1514 msgid "GnuPG signing extension for Mercurial"
1515 msgstr ""
1516
1476 msgid "error while verifying signature"
1517 msgid "error while verifying signature"
1477 msgstr ""
1518 msgstr ""
1478
1519
1479 #, python-format
1520 #, python-format
1480 msgid "%s Bad signature from \"%s\"\n"
1521 msgid "%s Bad signature from \"%s\"\n"
1481 msgstr ""
1522 msgstr ""
1482
1523
1483 #, python-format
1524 #, python-format
1484 msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
1525 msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
1485 msgstr ""
1526 msgstr ""
1486
1527
1487 #, python-format
1528 #, python-format
1488 msgid "%s Note: This key has expired (signed by: \"%s\")\n"
1529 msgid "%s Note: This key has expired (signed by: \"%s\")\n"
1489 msgstr ""
1530 msgstr ""
1490
1531
1491 msgid "list signed changesets"
1532 msgid "list signed changesets"
1492 msgstr "vis underskrevne ændringer"
1533 msgstr "vis underskrevne ændringer"
1493
1534
1494 #, python-format
1535 #, python-format
1495 msgid "%s:%d node does not exist\n"
1536 msgid "%s:%d node does not exist\n"
1496 msgstr "%s:%d knude findes ikke\n"
1537 msgstr "%s:%d knude findes ikke\n"
1497
1538
1498 msgid "verify all the signatures there may be for a particular revision"
1539 msgid "verify all the signatures there may be for a particular revision"
1499 msgstr "verificer alle underskrifter der måtte være for en given revision"
1540 msgstr "verificer alle underskrifter der måtte være for en given revision"
1500
1541
1501 #, python-format
1542 #, python-format
1502 msgid "No valid signature for %s\n"
1543 msgid "No valid signature for %s\n"
1503 msgstr "Ingen gyldig signatur for %s\n"
1544 msgstr "Ingen gyldig signatur for %s\n"
1504
1545
1505 msgid ""
1546 msgid ""
1506 "add a signature for the current or given revision\n"
1547 "add a signature for the current or given revision\n"
1507 "\n"
1548 "\n"
1508 " If no revision is given, the parent of the working directory is used,\n"
1549 " If no revision is given, the parent of the working directory is used,\n"
1509 " or tip if no revision is checked out.\n"
1550 " or tip if no revision is checked out.\n"
1510 "\n"
1551 "\n"
1511 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1552 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
1512 " "
1553 " "
1513 msgstr ""
1554 msgstr ""
1514
1555
1515 msgid "uncommitted merge - please provide a specific revision"
1556 msgid "uncommitted merge - please provide a specific revision"
1516 msgstr ""
1557 msgstr ""
1517
1558
1518 msgid "Error while signing"
1559 msgid "Error while signing"
1519 msgstr "Fejl ved underskrivning"
1560 msgstr "Fejl ved underskrivning"
1520
1561
1521 msgid ""
1562 msgid ""
1522 "working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
1563 "working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
1523 "force)"
1564 "force)"
1524 msgstr ""
1565 msgstr ""
1525
1566
1526 #, python-format
1567 #, python-format
1527 msgid "Added signature for changeset %s"
1568 msgid "Added signature for changeset %s"
1528 msgstr ""
1569 msgstr ""
1529
1570
1530 msgid "unknown signature version"
1571 msgid "unknown signature version"
1531 msgstr ""
1572 msgstr ""
1532
1573
1533 msgid "make the signature local"
1574 msgid "make the signature local"
1534 msgstr ""
1575 msgstr ""
1535
1576
1536 msgid "sign even if the sigfile is modified"
1577 msgid "sign even if the sigfile is modified"
1537 msgstr ""
1578 msgstr ""
1538
1579
1539 msgid "do not commit the sigfile after signing"
1580 msgid "do not commit the sigfile after signing"
1540 msgstr ""
1581 msgstr ""
1541
1582
1542 msgid "the key id to sign with"
1583 msgid "the key id to sign with"
1543 msgstr ""
1584 msgstr ""
1544
1585
1545 msgid "commit message"
1586 msgid "commit message"
1546 msgstr ""
1587 msgstr ""
1547
1588
1548 msgid "hg sign [OPTION]... [REVISION]..."
1589 msgid "hg sign [OPTION]... [REVISION]..."
1549 msgstr ""
1590 msgstr ""
1550
1591
1551 msgid "hg sigcheck REVISION"
1592 msgid "hg sigcheck REVISION"
1552 msgstr ""
1593 msgstr ""
1553
1594
1554 msgid "hg sigs"
1595 msgid "hg sigs"
1555 msgstr ""
1596 msgstr ""
1556
1597
1557 msgid ""
1598 msgid ""
1558 "show revision graphs in terminal windows\n"
1599 "show revision graphs in terminal windows\n"
1559 "\n"
1600 "\n"
1560 "This extension adds a --graph option to the incoming, outgoing and log\n"
1601 "This extension adds a --graph option to the incoming, outgoing and log\n"
1561 "commands. When this options is given, an ASCII representation of the\n"
1602 "commands. When this options is given, an ASCII representation of the\n"
1562 "revision graph is also shown.\n"
1603 "revision graph is also shown.\n"
1563 msgstr ""
1604 msgstr ""
1564
1605
1565 #, python-format
1606 #, python-format
1566 msgid "--graph option is incompatible with --%s"
1607 msgid "--graph option is incompatible with --%s"
1567 msgstr ""
1608 msgstr ""
1568
1609
1569 msgid ""
1610 msgid ""
1570 "show revision history alongside an ASCII revision graph\n"
1611 "show revision history alongside an ASCII revision graph\n"
1571 "\n"
1612 "\n"
1572 " Print a revision history alongside a revision graph drawn with\n"
1613 " Print a revision history alongside a revision graph drawn with\n"
1573 " ASCII characters.\n"
1614 " ASCII characters.\n"
1574 "\n"
1615 "\n"
1575 " Nodes printed as an @ character are parents of the working\n"
1616 " Nodes printed as an @ character are parents of the working\n"
1576 " directory.\n"
1617 " directory.\n"
1577 " "
1618 " "
1578 msgstr ""
1619 msgstr ""
1579
1620
1580 #, python-format
1621 #, python-format
1581 msgid "comparing with %s\n"
1622 msgid "comparing with %s\n"
1582 msgstr "sammenligner med %s\n"
1623 msgstr "sammenligner med %s\n"
1583
1624
1584 msgid "no changes found\n"
1625 msgid "no changes found\n"
1585 msgstr "fandt ingen ændringer\n"
1626 msgstr "fandt ingen ændringer\n"
1586
1627
1587 msgid "show the revision DAG"
1628 msgid "show the revision DAG"
1588 msgstr ""
1629 msgstr ""
1589
1630
1590 msgid "limit number of changes displayed"
1631 msgid "limit number of changes displayed"
1591 msgstr "begræns antaln viste ændringer"
1632 msgstr "begræns antaln viste ændringer"
1592
1633
1593 msgid "show patch"
1634 msgid "show patch"
1594 msgstr ""
1635 msgstr ""
1595
1636
1596 msgid "show the specified revision or range"
1637 msgid "show the specified revision or range"
1597 msgstr ""
1638 msgstr ""
1598
1639
1599 msgid "hg glog [OPTION]... [FILE]"
1640 msgid "hg glog [OPTION]... [FILE]"
1600 msgstr ""
1641 msgstr ""
1601
1642
1602 msgid ""
1643 msgid ""
1603 "CIA notification\n"
1644 "CIA notification\n"
1604 "\n"
1645 "\n"
1605 "This is meant to be run as a changegroup or incoming hook.\n"
1646 "This is meant to be run as a changegroup or incoming hook.\n"
1606 "To configure it, set the following options in your hgrc:\n"
1647 "To configure it, set the following options in your hgrc:\n"
1607 "\n"
1648 "\n"
1608 "[cia]\n"
1649 "[cia]\n"
1609 "# your registered CIA user name\n"
1650 "# your registered CIA user name\n"
1610 "user = foo\n"
1651 "user = foo\n"
1611 "# the name of the project in CIA\n"
1652 "# the name of the project in CIA\n"
1612 "project = foo\n"
1653 "project = foo\n"
1613 "# the module (subproject) (optional)\n"
1654 "# the module (subproject) (optional)\n"
1614 "#module = foo\n"
1655 "#module = foo\n"
1615 "# Append a diffstat to the log message (optional)\n"
1656 "# Append a diffstat to the log message (optional)\n"
1616 "#diffstat = False\n"
1657 "#diffstat = False\n"
1617 "# Template to use for log messages (optional)\n"
1658 "# Template to use for log messages (optional)\n"
1618 "#template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n"
1659 "#template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n"
1619 "# Style to use (optional)\n"
1660 "# Style to use (optional)\n"
1620 "#style = foo\n"
1661 "#style = foo\n"
1621 "# The URL of the CIA notification service (optional)\n"
1662 "# The URL of the CIA notification service (optional)\n"
1622 "# You can use mailto: URLs to send by email, eg\n"
1663 "# You can use mailto: URLs to send by email, eg\n"
1623 "# mailto:cia@cia.vc\n"
1664 "# mailto:cia@cia.vc\n"
1624 "# Make sure to set email.from if you do this.\n"
1665 "# Make sure to set email.from if you do this.\n"
1625 "#url = http://cia.vc/\n"
1666 "#url = http://cia.vc/\n"
1626 "# print message instead of sending it (optional)\n"
1667 "# print message instead of sending it (optional)\n"
1627 "#test = False\n"
1668 "#test = False\n"
1628 "\n"
1669 "\n"
1629 "[hooks]\n"
1670 "[hooks]\n"
1630 "# one of these:\n"
1671 "# one of these:\n"
1631 "changegroup.cia = python:hgcia.hook\n"
1672 "changegroup.cia = python:hgcia.hook\n"
1632 "#incoming.cia = python:hgcia.hook\n"
1673 "#incoming.cia = python:hgcia.hook\n"
1633 "\n"
1674 "\n"
1634 "[web]\n"
1675 "[web]\n"
1635 "# If you want hyperlinks (optional)\n"
1676 "# If you want hyperlinks (optional)\n"
1636 "baseurl = http://server/path/to/repo\n"
1677 "baseurl = http://server/path/to/repo\n"
1637 msgstr ""
1678 msgstr ""
1638
1679
1639 #, python-format
1680 #, python-format
1640 msgid "hgcia: sending update to %s\n"
1681 msgid "hgcia: sending update to %s\n"
1641 msgstr ""
1682 msgstr ""
1642
1683
1643 msgid "email.from must be defined when sending by email"
1684 msgid "email.from must be defined when sending by email"
1644 msgstr ""
1685 msgstr ""
1645
1686
1646 msgid "cia: no user specified"
1687 msgid "cia: no user specified"
1647 msgstr "cia: ingen bruger angivet"
1688 msgstr "cia: ingen bruger angivet"
1648
1689
1649 msgid "cia: no project specified"
1690 msgid "cia: no project specified"
1650 msgstr "cia: intet project angivet"
1691 msgstr "cia: intet project angivet"
1651
1692
1652 msgid ""
1693 msgid ""
1653 "browsing the repository in a graphical way\n"
1694 "browsing the repository in a graphical way\n"
1654 "\n"
1695 "\n"
1655 "The hgk extension allows browsing the history of a repository in a\n"
1696 "The hgk extension allows browsing the history of a repository in a\n"
1656 "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
1697 "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
1657 "distributed with Mercurial.)\n"
1698 "distributed with Mercurial.)\n"
1658 "\n"
1699 "\n"
1659 "hgk consists of two parts: a Tcl script that does the displaying and\n"
1700 "hgk consists of two parts: a Tcl script that does the displaying and\n"
1660 "querying of information, and an extension to Mercurial named hgk.py,\n"
1701 "querying of information, and an extension to Mercurial named hgk.py,\n"
1661 "which provides hooks for hgk to get information. hgk can be found in\n"
1702 "which provides hooks for hgk to get information. hgk can be found in\n"
1662 "the contrib directory, and hgk.py can be found in the hgext directory.\n"
1703 "the contrib directory, and the extension is shipped in the hgext\n"
1663 "\n"
1704 "repository, and needs to be enabled.\n"
1664 "To load the hgext.py extension, add it to your .hgrc file (you have to\n"
1665 "use your global $HOME/.hgrc file, not one in a repository). You can\n"
1666 "specify an absolute path:\n"
1667 "\n"
1668 " [extensions]\n"
1669 " hgk=/usr/local/lib/hgk.py\n"
1670 "\n"
1671 "Mercurial can also scan the default python library path for a file\n"
1672 "named 'hgk.py' if you set hgk empty:\n"
1673 "\n"
1674 " [extensions]\n"
1675 " hgk=\n"
1676 "\n"
1705 "\n"
1677 "The hg view command will launch the hgk Tcl script. For this command\n"
1706 "The hg view command will launch the hgk Tcl script. For this command\n"
1678 "to work, hgk must be in your search path. Alternately, you can specify\n"
1707 "to work, hgk must be in your search path. Alternately, you can specify\n"
1679 "the path to hgk in your .hgrc file:\n"
1708 "the path to hgk in your .hgrc file:\n"
1680 "\n"
1709 "\n"
1681 " [hgk]\n"
1710 " [hgk]\n"
1682 " path=/location/of/hgk\n"
1711 " path=/location/of/hgk\n"
1683 "\n"
1712 "\n"
1684 "hgk can make use of the extdiff extension to visualize revisions.\n"
1713 "hgk can make use of the extdiff extension to visualize revisions.\n"
1685 "Assuming you had already configured extdiff vdiff command, just add:\n"
1714 "Assuming you had already configured extdiff vdiff command, just add:\n"
1686 "\n"
1715 "\n"
1687 " [hgk]\n"
1716 " [hgk]\n"
1688 " vdiff=vdiff\n"
1717 " vdiff=vdiff\n"
1689 "\n"
1718 "\n"
1690 "Revisions context menu will now display additional entries to fire\n"
1719 "Revisions context menu will now display additional entries to fire\n"
1691 "vdiff on hovered and selected revisions."
1720 "vdiff on hovered and selected revisions."
1692 msgstr ""
1721 msgstr ""
1693
1722
1694 msgid "diff trees from two commits"
1723 msgid "diff trees from two commits"
1695 msgstr ""
1724 msgstr ""
1696
1725
1697 msgid "output common ancestor information"
1726 msgid "output common ancestor information"
1698 msgstr ""
1727 msgstr ""
1699
1728
1700 msgid "cat a specific revision"
1729 msgid "cat a specific revision"
1701 msgstr ""
1730 msgstr ""
1702
1731
1703 msgid "cat-file: type or revision not supplied\n"
1732 msgid "cat-file: type or revision not supplied\n"
1704 msgstr ""
1733 msgstr ""
1705
1734
1706 msgid "aborting hg cat-file only understands commits\n"
1735 msgid "aborting hg cat-file only understands commits\n"
1707 msgstr ""
1736 msgstr ""
1708
1737
1709 msgid "parse given revisions"
1738 msgid "parse given revisions"
1710 msgstr ""
1739 msgstr ""
1711
1740
1712 msgid "print revisions"
1741 msgid "print revisions"
1713 msgstr ""
1742 msgstr ""
1714
1743
1715 msgid "print extension options"
1744 msgid "print extension options"
1716 msgstr ""
1745 msgstr ""
1717
1746
1718 msgid "start interactive history viewer"
1747 msgid "start interactive history viewer"
1719 msgstr ""
1748 msgstr ""
1720
1749
1721 msgid "hg view [-l LIMIT] [REVRANGE]"
1750 msgid "hg view [-l LIMIT] [REVRANGE]"
1722 msgstr ""
1751 msgstr ""
1723
1752
1724 msgid "generate patch"
1753 msgid "generate patch"
1725 msgstr ""
1754 msgstr ""
1726
1755
1727 msgid "recursive"
1756 msgid "recursive"
1728 msgstr ""
1757 msgstr ""
1729
1758
1730 msgid "pretty"
1759 msgid "pretty"
1731 msgstr ""
1760 msgstr ""
1732
1761
1733 msgid "stdin"
1762 msgid "stdin"
1734 msgstr ""
1763 msgstr ""
1735
1764
1736 msgid "detect copies"
1765 msgid "detect copies"
1737 msgstr ""
1766 msgstr ""
1738
1767
1739 msgid "search"
1768 msgid "search"
1740 msgstr "søg"
1769 msgstr "søg"
1741
1770
1742 msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
1771 msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
1743 msgstr ""
1772 msgstr ""
1744
1773
1745 msgid "hg debug-cat-file [OPTION]... TYPE FILE"
1774 msgid "hg debug-cat-file [OPTION]... TYPE FILE"
1746 msgstr ""
1775 msgstr ""
1747
1776
1748 msgid "hg debug-config"
1777 msgid "hg debug-config"
1749 msgstr ""
1778 msgstr ""
1750
1779
1751 msgid "hg debug-merge-base node node"
1780 msgid "hg debug-merge-base node node"
1752 msgstr ""
1781 msgstr ""
1753
1782
1754 msgid "ignored"
1783 msgid "ignored"
1755 msgstr "Ignoreret"
1784 msgstr "Ignoreret"
1756
1785
1757 msgid "hg debug-rev-parse REV"
1786 msgid "hg debug-rev-parse REV"
1758 msgstr ""
1787 msgstr ""
1759
1788
1760 msgid "header"
1789 msgid "header"
1761 msgstr ""
1790 msgstr ""
1762
1791
1763 msgid "topo-order"
1792 msgid "topo-order"
1764 msgstr ""
1793 msgstr ""
1765
1794
1766 msgid "parents"
1795 msgid "parents"
1767 msgstr ""
1796 msgstr ""
1768
1797
1769 msgid "max-count"
1798 msgid "max-count"
1770 msgstr ""
1799 msgstr ""
1771
1800
1772 msgid "hg debug-rev-list [options] revs"
1801 msgid "hg debug-rev-list [options] revs"
1773 msgstr ""
1802 msgstr ""
1774
1803
1775 msgid ""
1804 msgid ""
1776 "syntax highlighting in hgweb, based on Pygments\n"
1805 "syntax highlighting in hgweb, based on Pygments\n"
1777 "\n"
1806 "\n"
1778 "It depends on the Pygments syntax highlighting library:\n"
1807 "It depends on the Pygments syntax highlighting library:\n"
1779 "http://pygments.org/\n"
1808 "http://pygments.org/\n"
1780 "\n"
1809 "\n"
1781 "To enable the extension add this to hgrc:\n"
1782 "\n"
1783 "[extensions]\n"
1784 "hgext.highlight =\n"
1785 "\n"
1786 "There is a single configuration option:\n"
1810 "There is a single configuration option:\n"
1787 "\n"
1811 "\n"
1788 "[web]\n"
1812 "[web]\n"
1789 "pygments_style = <style>\n"
1813 "pygments_style = <style>\n"
1790 "\n"
1814 "\n"
1791 "The default is 'colorful'.\n"
1815 "The default is 'colorful'.\n"
1792 "\n"
1816 "\n"
1793 "-- Adam Hupp <adam@hupp.org>\n"
1817 "-- Adam Hupp <adam@hupp.org>\n"
1794 msgstr ""
1818 msgstr ""
1795
1819
1796 msgid "inotify-based status acceleration for Linux systems\n"
1820 msgid "inotify-based status acceleration for Linux systems\n"
1797 msgstr ""
1821 msgstr ""
1798
1822
1799 msgid "start an inotify server for this repository"
1823 msgid "start an inotify server for this repository"
1800 msgstr ""
1824 msgstr ""
1801
1825
1802 msgid ""
1826 msgid ""
1803 "debugging information for inotify extension\n"
1827 "debugging information for inotify extension\n"
1804 "\n"
1828 "\n"
1805 " Prints the list of directories being watched by the inotify server.\n"
1829 " Prints the list of directories being watched by the inotify server.\n"
1806 " "
1830 " "
1807 msgstr ""
1831 msgstr ""
1808
1832
1809 msgid "directories being watched:\n"
1833 msgid "directories being watched:\n"
1810 msgstr ""
1834 msgstr ""
1811
1835
1812 msgid "run server in background"
1836 msgid "run server in background"
1813 msgstr "kører serveren i baggrunden"
1837 msgstr "kører serveren i baggrunden"
1814
1838
1815 msgid "used internally by daemon mode"
1839 msgid "used internally by daemon mode"
1816 msgstr "brugt internt i daemon mode"
1840 msgstr "brugt internt i daemon mode"
1817
1841
1818 msgid "minutes to sit idle before exiting"
1842 msgid "minutes to sit idle before exiting"
1819 msgstr ""
1843 msgstr ""
1820
1844
1821 msgid "name of file to write process ID to"
1845 msgid "name of file to write process ID to"
1822 msgstr "navn på fil at skrive process ID til"
1846 msgstr "navn på fil at skrive process ID til"
1823
1847
1824 msgid "hg inserve [OPT]..."
1848 msgid "hg inserve [OPT]..."
1825 msgstr ""
1849 msgstr ""
1826
1850
1827 msgid "(found dead inotify server socket; removing it)\n"
1851 msgid "(found dead inotify server socket; removing it)\n"
1828 msgstr ""
1852 msgstr ""
1829
1853
1830 msgid "(starting inotify server)\n"
1854 msgid "(starting inotify server)\n"
1831 msgstr ""
1855 msgstr ""
1832
1856
1833 #, python-format
1857 #, python-format
1834 msgid "could not start inotify server: %s\n"
1858 msgid "could not start inotify server: %s\n"
1835 msgstr ""
1859 msgstr ""
1836
1860
1837 #, python-format
1861 #, python-format
1838 msgid "could not talk to new inotify server: %s\n"
1862 msgid "could not talk to new inotify server: %s\n"
1839 msgstr ""
1863 msgstr ""
1840
1864
1841 msgid "(inotify server not running)\n"
1865 msgid "(inotify server not running)\n"
1842 msgstr ""
1866 msgstr ""
1843
1867
1844 #, python-format
1868 #, python-format
1845 msgid "failed to contact inotify server: %s\n"
1869 msgid "failed to contact inotify server: %s\n"
1846 msgstr ""
1870 msgstr ""
1847
1871
1848 msgid "received empty answer from inotify server"
1872 msgid "received empty answer from inotify server"
1849 msgstr ""
1873 msgstr ""
1850
1874
1851 #, python-format
1875 #, python-format
1852 msgid "(inotify: received response from incompatible server version %d)\n"
1876 msgid "(inotify: received response from incompatible server version %d)\n"
1853 msgstr ""
1877 msgstr ""
1854
1878
1855 #, python-format
1879 #, python-format
1856 msgid "(inotify: received '%s' response when expecting '%s')\n"
1880 msgid "(inotify: received '%s' response when expecting '%s')\n"
1857 msgstr ""
1881 msgstr ""
1858
1882
1859 msgid "this system does not seem to support inotify"
1883 msgid "this system does not seem to support inotify"
1860 msgstr ""
1884 msgstr ""
1861
1885
1862 #, python-format
1886 #, python-format
1863 msgid "*** the current per-user limit on the number of inotify watches is %s\n"
1887 msgid "*** the current per-user limit on the number of inotify watches is %s\n"
1864 msgstr ""
1888 msgstr ""
1865
1889
1866 msgid "*** this limit is too low to watch every directory in this repository\n"
1890 msgid "*** this limit is too low to watch every directory in this repository\n"
1867 msgstr ""
1891 msgstr ""
1868
1892
1869 msgid "*** counting directories: "
1893 msgid "*** counting directories: "
1870 msgstr ""
1894 msgstr ""
1871
1895
1872 #, python-format
1896 #, python-format
1873 msgid "found %d\n"
1897 msgid "found %d\n"
1874 msgstr ""
1898 msgstr ""
1875
1899
1876 #, python-format
1900 #, python-format
1877 msgid "*** to raise the limit from %d to %d (run as root):\n"
1901 msgid "*** to raise the limit from %d to %d (run as root):\n"
1878 msgstr ""
1902 msgstr ""
1879
1903
1880 #, python-format
1904 #, python-format
1881 msgid "*** echo %d > %s\n"
1905 msgid "*** echo %d > %s\n"
1882 msgstr ""
1906 msgstr ""
1883
1907
1884 #, python-format
1908 #, python-format
1885 msgid "cannot watch %s until inotify watch limit is raised"
1909 msgid "cannot watch %s until inotify watch limit is raised"
1886 msgstr ""
1910 msgstr ""
1887
1911
1888 #, python-format
1912 #, python-format
1889 msgid "inotify service not available: %s"
1913 msgid "inotify service not available: %s"
1890 msgstr ""
1914 msgstr ""
1891
1915
1892 #, python-format
1916 #, python-format
1893 msgid "watching %r\n"
1917 msgid "watching %r\n"
1894 msgstr ""
1918 msgstr ""
1895
1919
1896 #, python-format
1920 #, python-format
1897 msgid "watching directories under %r\n"
1921 msgid "watching directories under %r\n"
1898 msgstr ""
1922 msgstr ""
1899
1923
1900 #, python-format
1924 #, python-format
1901 msgid "status: %r dir(%d) -> %s\n"
1925 msgid "status: %r dir(%d) -> %s\n"
1902 msgstr ""
1926 msgstr ""
1903
1927
1904 #, python-format
1928 #, python-format
1905 msgid "status: %r %s -> %s\n"
1929 msgid "status: %r %s -> %s\n"
1906 msgstr ""
1930 msgstr ""
1907
1931
1908 #, python-format
1932 #, python-format
1909 msgid "%s dirstate reload\n"
1933 msgid "%s dirstate reload\n"
1910 msgstr ""
1934 msgstr ""
1911
1935
1912 #, python-format
1936 #, python-format
1913 msgid "%s end dirstate reload\n"
1937 msgid "%s end dirstate reload\n"
1914 msgstr ""
1938 msgstr ""
1915
1939
1916 msgid "rescanning due to .hgignore change\n"
1940 msgid "rescanning due to .hgignore change\n"
1917 msgstr ""
1941 msgstr ""
1918
1942
1919 #, python-format
1943 #, python-format
1920 msgid "%s event: created %s\n"
1944 msgid "%s event: created %s\n"
1921 msgstr ""
1945 msgstr ""
1922
1946
1923 #, python-format
1947 #, python-format
1924 msgid "%s event: deleted %s\n"
1948 msgid "%s event: deleted %s\n"
1925 msgstr ""
1949 msgstr ""
1926
1950
1927 #, python-format
1951 #, python-format
1928 msgid "%s event: modified %s\n"
1952 msgid "%s event: modified %s\n"
1929 msgstr ""
1953 msgstr ""
1930
1954
1931 #, python-format
1955 #, python-format
1932 msgid "filesystem containing %s was unmounted\n"
1956 msgid "filesystem containing %s was unmounted\n"
1933 msgstr ""
1957 msgstr ""
1934
1958
1935 #, python-format
1959 #, python-format
1936 msgid "%s readable: %d bytes\n"
1960 msgid "%s readable: %d bytes\n"
1937 msgstr ""
1961 msgstr ""
1938
1962
1939 #, python-format
1963 #, python-format
1940 msgid "%s below threshold - unhooking\n"
1964 msgid "%s below threshold - unhooking\n"
1941 msgstr ""
1965 msgstr ""
1942
1966
1943 #, python-format
1967 #, python-format
1944 msgid "%s reading %d events\n"
1968 msgid "%s reading %d events\n"
1945 msgstr ""
1969 msgstr ""
1946
1970
1947 #, python-format
1971 #, python-format
1948 msgid "%s hooking back up with %d bytes readable\n"
1972 msgid "%s hooking back up with %d bytes readable\n"
1949 msgstr ""
1973 msgstr ""
1950
1974
1951 #, python-format
1975 #, python-format
1952 msgid "could not start server: %s"
1976 msgid "could not start server: %s"
1953 msgstr ""
1977 msgstr ""
1954
1978
1955 #, python-format
1979 #, python-format
1956 msgid "answering query for %r\n"
1980 msgid "answering query for %r\n"
1957 msgstr ""
1981 msgstr ""
1958
1982
1959 #, python-format
1983 #, python-format
1960 msgid "received query from incompatible client version %d\n"
1984 msgid "received query from incompatible client version %d\n"
1961 msgstr ""
1985 msgstr ""
1962
1986
1963 #, python-format
1987 #, python-format
1964 msgid "unrecognized query type: %s\n"
1988 msgid "unrecognized query type: %s\n"
1965 msgstr ""
1989 msgstr ""
1966
1990
1967 msgid "finished setup\n"
1991 msgid "finished setup\n"
1968 msgstr ""
1992 msgstr ""
1969
1993
1970 msgid ""
1994 msgid ""
1971 "expand expressions into changelog and summaries\n"
1995 "expand expressions into changelog and summaries\n"
1972 "\n"
1996 "\n"
1973 "This extension allows the use of a special syntax in summaries,\n"
1997 "This extension allows the use of a special syntax in summaries,\n"
1974 "which will be automatically expanded into links or any other\n"
1998 "which will be automatically expanded into links or any other\n"
1975 "arbitrary expression, much like InterWiki does.\n"
1999 "arbitrary expression, much like InterWiki does.\n"
1976 "\n"
2000 "\n"
1977 "To enable this extension, add the following lines to your hgrc:\n"
2001 "A few example patterns (link to bug tracking, etc.) that may\n"
1978 "\n"
2002 "be used in your hgrc:\n"
1979 " [extensions]\n"
1980 " interhg =\n"
1981 "\n"
1982 "A few example patterns (link to bug tracking, etc.):\n"
1983 "\n"
2003 "\n"
1984 " [interhg]\n"
2004 " [interhg]\n"
1985 " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
2005 " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
1986 " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!"
2006 " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!"
1987 "i\n"
2007 "i\n"
1988 " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
2008 " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
1989 msgstr ""
2009 msgstr ""
1990
2010
1991 #, python-format
2011 #, python-format
1992 msgid "interhg: invalid pattern for %s: %s\n"
2012 msgid "interhg: invalid pattern for %s: %s\n"
1993 msgstr ""
2013 msgstr ""
1994
2014
1995 #, python-format
2015 #, python-format
1996 msgid "interhg: invalid regexp for %s: %s\n"
2016 msgid "interhg: invalid regexp for %s: %s\n"
1997 msgstr ""
2017 msgstr ""
1998
2018
1999 msgid ""
2019 msgid ""
2000 "keyword expansion in tracked files\n"
2020 "keyword expansion in tracked files\n"
2001 "\n"
2021 "\n"
2002 "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
2022 "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
2003 "tracked text files selected by your configuration.\n"
2023 "tracked text files selected by your configuration.\n"
2004 "\n"
2024 "\n"
2005 "Keywords are only expanded in local repositories and not stored in the\n"
2025 "Keywords are only expanded in local repositories and not stored in the\n"
2006 "change history. The mechanism can be regarded as a convenience for the\n"
2026 "change history. The mechanism can be regarded as a convenience for the\n"
2007 "current user or for archive distribution.\n"
2027 "current user or for archive distribution.\n"
2008 "\n"
2028 "\n"
2009 "Configuration is done in the [keyword] and [keywordmaps] sections of\n"
2029 "Configuration is done in the [keyword] and [keywordmaps] sections of\n"
2010 "hgrc files.\n"
2030 "hgrc files.\n"
2011 "\n"
2031 "\n"
2012 "Example:\n"
2032 "Example:\n"
2013 "\n"
2033 "\n"
2014 " [keyword]\n"
2034 " [keyword]\n"
2015 " # expand keywords in every python file except those matching \"x*\"\n"
2035 " # expand keywords in every python file except those matching \"x*\"\n"
2016 " **.py =\n"
2036 " **.py =\n"
2017 " x* = ignore\n"
2037 " x* = ignore\n"
2018 "\n"
2038 "\n"
2019 "Note: the more specific you are in your filename patterns\n"
2039 "Note: the more specific you are in your filename patterns\n"
2020 " the less you lose speed in huge repositories.\n"
2040 " the less you lose speed in huge repositories.\n"
2021 "\n"
2041 "\n"
2022 "For [keywordmaps] template mapping and expansion demonstration and\n"
2042 "For [keywordmaps] template mapping and expansion demonstration and\n"
2023 "control run \"hg kwdemo\".\n"
2043 "control run \"hg kwdemo\".\n"
2024 "\n"
2044 "\n"
2025 "An additional date template filter {date|utcdate} is provided.\n"
2045 "An additional date template filter {date|utcdate} is provided.\n"
2026 "\n"
2046 "\n"
2027 "The default template mappings (view with \"hg kwdemo -d\") can be\n"
2047 "The default template mappings (view with \"hg kwdemo -d\") can be\n"
2028 "replaced with customized keywords and templates. Again, run \"hg\n"
2048 "replaced with customized keywords and templates. Again, run \"hg\n"
2029 "kwdemo\" to control the results of your config changes.\n"
2049 "kwdemo\" to control the results of your config changes.\n"
2030 "\n"
2050 "\n"
2031 "Before changing/disabling active keywords, run \"hg kwshrink\" to avoid\n"
2051 "Before changing/disabling active keywords, run \"hg kwshrink\" to avoid\n"
2032 "the risk of inadvertently storing expanded keywords in the change\n"
2052 "the risk of inadvertently storing expanded keywords in the change\n"
2033 "history.\n"
2053 "history.\n"
2034 "\n"
2054 "\n"
2035 "To force expansion after enabling it, or a configuration change, run\n"
2055 "To force expansion after enabling it, or a configuration change, run\n"
2036 "\"hg kwexpand\".\n"
2056 "\"hg kwexpand\".\n"
2037 "\n"
2057 "\n"
2038 "Also, when committing with the record extension or using mq's qrecord,\n"
2058 "Also, when committing with the record extension or using mq's qrecord,\n"
2039 "be aware that keywords cannot be updated. Again, run \"hg kwexpand\" on\n"
2059 "be aware that keywords cannot be updated. Again, run \"hg kwexpand\" on\n"
2040 "the files in question to update keyword expansions after all changes\n"
2060 "the files in question to update keyword expansions after all changes\n"
2041 "have been checked in.\n"
2061 "have been checked in.\n"
2042 "\n"
2062 "\n"
2043 "Expansions spanning more than one line and incremental expansions,\n"
2063 "Expansions spanning more than one line and incremental expansions,\n"
2044 "like CVS' $Log$, are not supported. A keyword template map\n"
2064 "like CVS' $Log$, are not supported. A keyword template map\n"
2045 "\"Log = {desc}\" expands to the first line of the changeset description.\n"
2065 "\"Log = {desc}\" expands to the first line of the changeset description.\n"
2046 msgstr ""
2066 msgstr ""
2047
2067
2048 #, python-format
2068 #, python-format
2049 msgid "overwriting %s expanding keywords\n"
2069 msgid "overwriting %s expanding keywords\n"
2050 msgstr ""
2070 msgstr ""
2051
2071
2052 #, python-format
2072 #, python-format
2053 msgid "overwriting %s shrinking keywords\n"
2073 msgid "overwriting %s shrinking keywords\n"
2054 msgstr ""
2074 msgstr ""
2055
2075
2056 msgid "[keyword] patterns cannot match"
2076 msgid "[keyword] patterns cannot match"
2057 msgstr ""
2077 msgstr ""
2058
2078
2059 msgid "no [keyword] patterns configured"
2079 msgid "no [keyword] patterns configured"
2060 msgstr ""
2080 msgstr ""
2061
2081
2062 msgid ""
2082 msgid ""
2063 "print [keywordmaps] configuration and an expansion example\n"
2083 "print [keywordmaps] configuration and an expansion example\n"
2064 "\n"
2084 "\n"
2065 " Show current, custom, or default keyword template maps and their\n"
2085 " Show current, custom, or default keyword template maps and their\n"
2066 " expansions.\n"
2086 " expansions.\n"
2067 "\n"
2087 "\n"
2068 " Extend current configuration by specifying maps as arguments and\n"
2088 " Extend current configuration by specifying maps as arguments and\n"
2069 " optionally by reading from an additional hgrc file.\n"
2089 " optionally by reading from an additional hgrc file.\n"
2070 "\n"
2090 "\n"
2071 " Override current keyword template maps with \"default\" option.\n"
2091 " Override current keyword template maps with \"default\" option.\n"
2072 " "
2092 " "
2073 msgstr ""
2093 msgstr ""
2074
2094
2075 #, python-format
2095 #, python-format
2076 msgid ""
2096 msgid ""
2077 "\n"
2097 "\n"
2078 "\t%s\n"
2098 "\t%s\n"
2079 msgstr ""
2099 msgstr ""
2080
2100
2081 #, python-format
2101 #, python-format
2082 msgid "creating temporary repository at %s\n"
2102 msgid "creating temporary repository at %s\n"
2083 msgstr ""
2103 msgstr ""
2084
2104
2085 #, python-format
2105 #, python-format
2086 msgid ""
2106 msgid ""
2087 "\n"
2107 "\n"
2088 "%s keywords written to %s:\n"
2108 "%s keywords written to %s:\n"
2089 msgstr ""
2109 msgstr ""
2090
2110
2091 msgid "unhooked all commit hooks\n"
2111 msgid "unhooked all commit hooks\n"
2092 msgstr ""
2112 msgstr ""
2093
2113
2094 #, python-format
2114 #, python-format
2095 msgid ""
2115 msgid ""
2096 "\n"
2116 "\n"
2097 "removing temporary repository %s\n"
2117 "removing temporary repository %s\n"
2098 msgstr ""
2118 msgstr ""
2099
2119
2100 msgid ""
2120 msgid ""
2101 "expand keywords in the working directory\n"
2121 "expand keywords in the working directory\n"
2102 "\n"
2122 "\n"
2103 " Run after (re)enabling keyword expansion.\n"
2123 " Run after (re)enabling keyword expansion.\n"
2104 "\n"
2124 "\n"
2105 " kwexpand refuses to run if given files contain local changes.\n"
2125 " kwexpand refuses to run if given files contain local changes.\n"
2106 " "
2126 " "
2107 msgstr ""
2127 msgstr ""
2108
2128
2109 msgid ""
2129 msgid ""
2110 "print files currently configured for keyword expansion\n"
2130 "print files currently configured for keyword expansion\n"
2111 "\n"
2131 "\n"
2112 " Crosscheck which files in working directory are potential targets\n"
2132 " Crosscheck which files in working directory are potential targets\n"
2113 " for keyword expansion. That is, files matched by [keyword] config\n"
2133 " for keyword expansion. That is, files matched by [keyword] config\n"
2114 " patterns but not symlinks.\n"
2134 " patterns but not symlinks.\n"
2115 " "
2135 " "
2116 msgstr ""
2136 msgstr ""
2117
2137
2118 msgid ""
2138 msgid ""
2119 "revert expanded keywords in the working directory\n"
2139 "revert expanded keywords in the working directory\n"
2120 "\n"
2140 "\n"
2121 " Run before changing/disabling active keywords or if you experience\n"
2141 " Run before changing/disabling active keywords or if you experience\n"
2122 " problems with \"hg import\" or \"hg merge\".\n"
2142 " problems with \"hg import\" or \"hg merge\".\n"
2123 "\n"
2143 "\n"
2124 " kwshrink refuses to run if given files contain local changes.\n"
2144 " kwshrink refuses to run if given files contain local changes.\n"
2125 " "
2145 " "
2126 msgstr ""
2146 msgstr ""
2127
2147
2128 msgid "show default keyword template maps"
2148 msgid "show default keyword template maps"
2129 msgstr ""
2149 msgstr ""
2130
2150
2131 msgid "read maps from rcfile"
2151 msgid "read maps from rcfile"
2132 msgstr ""
2152 msgstr ""
2133
2153
2134 msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
2154 msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
2135 msgstr ""
2155 msgstr ""
2136
2156
2137 msgid "hg kwexpand [OPTION]... [FILE]..."
2157 msgid "hg kwexpand [OPTION]... [FILE]..."
2138 msgstr ""
2158 msgstr ""
2139
2159
2140 msgid "show keyword status flags of all files"
2160 msgid "show keyword status flags of all files"
2141 msgstr ""
2161 msgstr ""
2142
2162
2143 msgid "show files excluded from expansion"
2163 msgid "show files excluded from expansion"
2144 msgstr ""
2164 msgstr ""
2145
2165
2146 msgid "additionally show untracked files"
2166 msgid "additionally show untracked files"
2147 msgstr ""
2167 msgstr ""
2148
2168
2149 msgid "hg kwfiles [OPTION]... [FILE]..."
2169 msgid "hg kwfiles [OPTION]... [FILE]..."
2150 msgstr ""
2170 msgstr ""
2151
2171
2152 msgid "hg kwshrink [OPTION]... [FILE]..."
2172 msgid "hg kwshrink [OPTION]... [FILE]..."
2153 msgstr ""
2173 msgstr ""
2154
2174
2155 msgid ""
2175 msgid ""
2156 "patch management and development\n"
2176 "patch management and development\n"
2157 "\n"
2177 "\n"
2158 "This extension lets you work with a stack of patches in a Mercurial\n"
2178 "This extension lets you work with a stack of patches in a Mercurial\n"
2159 "repository. It manages two stacks of patches - all known patches, and\n"
2179 "repository. It manages two stacks of patches - all known patches, and\n"
2160 "applied patches (subset of known patches).\n"
2180 "applied patches (subset of known patches).\n"
2161 "\n"
2181 "\n"
2162 "Known patches are represented as patch files in the .hg/patches\n"
2182 "Known patches are represented as patch files in the .hg/patches\n"
2163 "directory. Applied patches are both patch files and changesets.\n"
2183 "directory. Applied patches are both patch files and changesets.\n"
2164 "\n"
2184 "\n"
2165 "Common tasks (use \"hg help command\" for more details):\n"
2185 "Common tasks (use \"hg help command\" for more details):\n"
2166 "\n"
2186 "\n"
2167 "prepare repository to work with patches qinit\n"
2187 "prepare repository to work with patches qinit\n"
2168 "create new patch qnew\n"
2188 "create new patch qnew\n"
2169 "import existing patch qimport\n"
2189 "import existing patch qimport\n"
2170 "\n"
2190 "\n"
2171 "print patch series qseries\n"
2191 "print patch series qseries\n"
2172 "print applied patches qapplied\n"
2192 "print applied patches qapplied\n"
2173 "print name of top applied patch qtop\n"
2193 "print name of top applied patch qtop\n"
2174 "\n"
2194 "\n"
2175 "add known patch to applied stack qpush\n"
2195 "add known patch to applied stack qpush\n"
2176 "remove patch from applied stack qpop\n"
2196 "remove patch from applied stack qpop\n"
2177 "refresh contents of top applied patch qrefresh\n"
2197 "refresh contents of top applied patch qrefresh\n"
2178 msgstr ""
2198 msgstr ""
2179 "udvikling og håndtering af patches\n"
2199 "udvikling og håndtering af patches\n"
2180 "\n"
2200 "\n"
2181 "Denne udvidelse lader dig arbejde med en stak af patches i et\n"
2201 "Denne udvidelse lader dig arbejde med en stak af patches i et\n"
2182 "Mercurial repository. Den håndterer to stakke af patches - alle kendte\n"
2202 "Mercurial repository. Den håndterer to stakke af patches - alle kendte\n"
2183 "patches og alle anvendte patches (en delmængde af de kendte patches).\n"
2203 "patches og alle anvendte patches (en delmængde af de kendte patches).\n"
2184 "\n"
2204 "\n"
2185 "Kendte patches er repræsenteret som patch-filer i .hg/patches\n"
2205 "Kendte patches er repræsenteret som patch-filer i .hg/patches\n"
2186 "biblioteket. Anvendte patches er både patch-filer og Mercurial\n"
2206 "biblioteket. Anvendte patches er både patch-filer og Mercurial\n"
2187 "ændringer.\n"
2207 "ændringer.\n"
2188 "\n"
2208 "\n"
2189 "Almindelige opgaver (brug \"hg help kommado\" for flere detaljer):\n"
2209 "Almindelige opgaver (brug \"hg help kommado\" for flere detaljer):\n"
2190 "\n"
2210 "\n"
2191 "forbered repository til at arbejde med patches qinit\n"
2211 "forbered repository til at arbejde med patches qinit\n"
2192 "opret ny patch qnew\n"
2212 "opret ny patch qnew\n"
2193 "importer eksisterende patch qimport\n"
2213 "importer eksisterende patch qimport\n"
2194 "\n"
2214 "\n"
2195 "list patch-serien qseries\n"
2215 "list patch-serien qseries\n"
2196 "list anvendte patches qapplied\n"
2216 "list anvendte patches qapplied\n"
2197 "list navnet på den øverste patch qtop\n"
2217 "list navnet på den øverste patch qtop\n"
2198 "\n"
2218 "\n"
2199 "anvend og put patch på stakken qpush\n"
2219 "anvend og put patch på stakken qpush\n"
2200 "fjern patch fra stakken qpop\n"
2220 "fjern patch fra stakken qpop\n"
2201 "genopfrisk indholdet af den øverste patch qrefresh\n"
2221 "genopfrisk indholdet af den øverste patch qrefresh\n"
2202
2222
2203 #, python-format
2223 #, python-format
2204 msgid "%s appears more than once in %s"
2224 msgid "%s appears more than once in %s"
2205 msgstr "%s findes mere end én gang i %s"
2225 msgstr "%s findes mere end én gang i %s"
2206
2226
2207 msgid "guard cannot be an empty string"
2227 msgid "guard cannot be an empty string"
2208 msgstr ""
2228 msgstr ""
2209
2229
2210 #, python-format
2230 #, python-format
2211 msgid "guard %r starts with invalid character: %r"
2231 msgid "guard %r starts with invalid character: %r"
2212 msgstr ""
2232 msgstr ""
2213
2233
2214 #, python-format
2234 #, python-format
2215 msgid "invalid character in guard %r: %r"
2235 msgid "invalid character in guard %r: %r"
2216 msgstr ""
2236 msgstr ""
2217
2237
2218 #, python-format
2238 #, python-format
2219 msgid "active guards: %s\n"
2239 msgid "active guards: %s\n"
2220 msgstr ""
2240 msgstr ""
2221
2241
2222 #, python-format
2242 #, python-format
2223 msgid "guard %r too short"
2243 msgid "guard %r too short"
2224 msgstr ""
2244 msgstr ""
2225
2245
2226 #, python-format
2246 #, python-format
2227 msgid "guard %r starts with invalid char"
2247 msgid "guard %r starts with invalid char"
2228 msgstr ""
2248 msgstr ""
2229
2249
2230 #, python-format
2250 #, python-format
2231 msgid "allowing %s - no guards in effect\n"
2251 msgid "allowing %s - no guards in effect\n"
2232 msgstr ""
2252 msgstr ""
2233
2253
2234 #, python-format
2254 #, python-format
2235 msgid "allowing %s - no matching negative guards\n"
2255 msgid "allowing %s - no matching negative guards\n"
2236 msgstr ""
2256 msgstr ""
2237
2257
2238 #, python-format
2258 #, python-format
2239 msgid "allowing %s - guarded by %r\n"
2259 msgid "allowing %s - guarded by %r\n"
2240 msgstr ""
2260 msgstr ""
2241
2261
2242 #, python-format
2262 #, python-format
2243 msgid "skipping %s - guarded by %r\n"
2263 msgid "skipping %s - guarded by %r\n"
2244 msgstr ""
2264 msgstr ""
2245
2265
2246 #, python-format
2266 #, python-format
2247 msgid "skipping %s - no matching guards\n"
2267 msgid "skipping %s - no matching guards\n"
2248 msgstr ""
2268 msgstr ""
2249
2269
2250 #, python-format
2270 #, python-format
2251 msgid "error removing undo: %s\n"
2271 msgid "error removing undo: %s\n"
2252 msgstr ""
2272 msgstr ""
2253
2273
2254 #, python-format
2274 #, python-format
2255 msgid "apply failed for patch %s"
2275 msgid "apply failed for patch %s"
2256 msgstr ""
2276 msgstr ""
2257
2277
2258 #, python-format
2278 #, python-format
2259 msgid "patch didn't work out, merging %s\n"
2279 msgid "patch didn't work out, merging %s\n"
2260 msgstr ""
2280 msgstr ""
2261
2281
2262 #, python-format
2282 #, python-format
2263 msgid "update returned %d"
2283 msgid "update returned %d"
2264 msgstr ""
2284 msgstr ""
2265
2285
2266 msgid "repo commit failed"
2286 msgid "repo commit failed"
2267 msgstr ""
2287 msgstr ""
2268
2288
2269 #, python-format
2289 #, python-format
2270 msgid "unable to read %s"
2290 msgid "unable to read %s"
2271 msgstr "ikke i stand til at læse %s"
2291 msgstr "ikke i stand til at læse %s"
2272
2292
2273 #, python-format
2293 #, python-format
2274 msgid "patch %s does not exist\n"
2294 msgid "patch %s does not exist\n"
2275 msgstr "rettelsen %s findes ikke\n"
2295 msgstr "rettelsen %s findes ikke\n"
2276
2296
2277 #, python-format
2297 #, python-format
2278 msgid "patch %s is not applied\n"
2298 msgid "patch %s is not applied\n"
2279 msgstr "rettelsen %s er ikke anvendt\n"
2299 msgstr "rettelsen %s er ikke anvendt\n"
2280
2300
2281 msgid "patch failed, unable to continue (try -v)\n"
2301 msgid "patch failed, unable to continue (try -v)\n"
2282 msgstr ""
2302 msgstr ""
2283
2303
2284 #, python-format
2304 #, python-format
2285 msgid "applying %s\n"
2305 msgid "applying %s\n"
2286 msgstr "anvender %s\n"
2306 msgstr "anvender %s\n"
2287
2307
2288 #, python-format
2308 #, python-format
2289 msgid "Unable to read %s\n"
2309 msgid "unable to read %s\n"
2290 msgstr ""
2310 msgstr "kan ikke læse %s\n"
2291
2311
2292 #, python-format
2312 #, python-format
2293 msgid "imported patch %s\n"
2313 msgid "imported patch %s\n"
2294 msgstr "importeret rettelse %s\n"
2314 msgstr "importeret rettelse %s\n"
2295
2315
2296 #, python-format
2316 #, python-format
2297 msgid ""
2317 msgid ""
2298 "\n"
2318 "\n"
2299 "imported patch %s"
2319 "imported patch %s"
2300 msgstr ""
2320 msgstr ""
2301 "\n"
2321 "\n"
2302 "importeret rettelse %s"
2322 "importeret rettelse %s"
2303
2323
2304 #, python-format
2324 #, python-format
2305 msgid "patch %s is empty\n"
2325 msgid "patch %s is empty\n"
2306 msgstr "rettelse %s er tom\n"
2326 msgstr "rettelse %s er tom\n"
2307
2327
2308 msgid "patch failed, rejects left in working dir\n"
2328 msgid "patch failed, rejects left in working dir\n"
2309 msgstr ""
2329 msgstr ""
2310
2330
2311 msgid "fuzz found when applying patch, stopping\n"
2331 msgid "fuzz found when applying patch, stopping\n"
2312 msgstr ""
2332 msgstr ""
2313
2333
2314 #, python-format
2334 #, python-format
2315 msgid "revision %d is not managed"
2335 msgid "revision %d is not managed"
2316 msgstr ""
2336 msgstr ""
2317
2337
2318 #, python-format
2338 #, python-format
2319 msgid "cannot delete revision %d above applied patches"
2339 msgid "cannot delete revision %d above applied patches"
2320 msgstr "kan ikke slette revision %d ovenover anvendte rettelser"
2340 msgstr "kan ikke slette revision %d ovenover anvendte rettelser"
2321
2341
2342 #, python-format
2343 msgid "patch %s finalized without changeset message\n"
2344 msgstr ""
2345
2322 msgid "qdelete requires at least one revision or patch name"
2346 msgid "qdelete requires at least one revision or patch name"
2323 msgstr ""
2347 msgstr ""
2324
2348
2325 #, python-format
2349 #, python-format
2326 msgid "cannot delete applied patch %s"
2350 msgid "cannot delete applied patch %s"
2327 msgstr "kan ikke slette den anvendte rettelse %s"
2351 msgstr "kan ikke slette den anvendte rettelse %s"
2328
2352
2329 #, python-format
2353 #, python-format
2330 msgid "patch %s not in series file"
2354 msgid "patch %s not in series file"
2331 msgstr "rettelse %s er ikke i series filen"
2355 msgstr "rettelse %s er ikke i series filen"
2332
2356
2333 msgid "no patches applied"
2357 msgid "no patches applied"
2334 msgstr "ingen rettelser anvendt"
2358 msgstr "ingen rettelser anvendt"
2335
2359
2336 msgid "working directory revision is not qtip"
2360 msgid "working directory revision is not qtip"
2337 msgstr ""
2361 msgstr ""
2338
2362
2339 msgid "local changes found, refresh first"
2363 msgid "local changes found, refresh first"
2340 msgstr "lokale ændringer fundet, genopfrisk først"
2364 msgstr "lokale ændringer fundet, genopfrisk først"
2341
2365
2342 msgid "local changes found"
2366 msgid "local changes found"
2343 msgstr "lokale ændringer fundet"
2367 msgstr "lokale ændringer fundet"
2344
2368
2345 #, python-format
2369 #, python-format
2346 msgid "\"%s\" cannot be used as the name of a patch"
2370 msgid "\"%s\" cannot be used as the name of a patch"
2347 msgstr "\"%s\" kan ikke bruges som navnet på en rettelse"
2371 msgstr "\"%s\" kan ikke bruges som navnet på en rettelse"
2348
2372
2349 #, python-format
2373 #, python-format
2350 msgid "patch \"%s\" already exists"
2374 msgid "patch \"%s\" already exists"
2351 msgstr "rettelsen \"%s\" findes allerede"
2375 msgstr "rettelsen \"%s\" findes allerede"
2352
2376
2353 #, python-format
2377 #, python-format
2354 msgid "error unlinking %s\n"
2378 msgid "error unlinking %s\n"
2355 msgstr "fejl ved sletning af %s\n"
2379 msgstr "fejl ved sletning af %s\n"
2356
2380
2357 #, python-format
2381 #, python-format
2358 msgid "patch name \"%s\" is ambiguous:\n"
2382 msgid "patch name \"%s\" is ambiguous:\n"
2359 msgstr "rettelsen \"%s\" er tvetydigt:\n"
2383 msgstr "rettelsen \"%s\" er tvetydigt:\n"
2360
2384
2361 #, python-format
2385 #, python-format
2362 msgid "patch %s not in series"
2386 msgid "patch %s not in series"
2363 msgstr ""
2387 msgstr ""
2364
2388
2365 msgid "(working directory not at a head)\n"
2389 msgid "(working directory not at a head)\n"
2366 msgstr "(arbejdskatalog er ikke ved et hoved)\n"
2390 msgstr "(arbejdskatalog er ikke ved et hoved)\n"
2367
2391
2368 msgid "no patches in series\n"
2392 msgid "no patches in series\n"
2369 msgstr "ingen patches i serien\n"
2393 msgstr "ingen patches i serien\n"
2370
2394
2371 #, python-format
2395 #, python-format
2372 msgid "cannot push to a previous patch: %s"
2396 msgid "cannot push to a previous patch: %s"
2373 msgstr ""
2397 msgstr ""
2374
2398
2375 #, python-format
2399 #, python-format
2376 msgid "qpush: %s is already at the top\n"
2400 msgid "qpush: %s is already at the top\n"
2377 msgstr ""
2401 msgstr ""
2378
2402
2379 #, python-format
2403 #, python-format
2380 msgid "guarded by %r"
2404 msgid "guarded by %r"
2381 msgstr ""
2405 msgstr ""
2382
2406
2383 msgid "no matching guards"
2407 msgid "no matching guards"
2384 msgstr ""
2408 msgstr ""
2385
2409
2386 #, python-format
2410 #, python-format
2387 msgid "cannot push '%s' - %s\n"
2411 msgid "cannot push '%s' - %s\n"
2388 msgstr "kan ikke skubbe '%s' - %s\n"
2412 msgstr "kan ikke skubbe '%s' - %s\n"
2389
2413
2390 msgid "all patches are currently applied\n"
2414 msgid "all patches are currently applied\n"
2391 msgstr "alle rettelser er i øjeblikket anvendt\n"
2415 msgstr "alle rettelser er i øjeblikket anvendt\n"
2392
2416
2393 msgid "patch series already fully applied\n"
2417 msgid "patch series already fully applied\n"
2394 msgstr ""
2418 msgstr ""
2395
2419
2396 msgid "cleaning up working directory..."
2420 msgid "cleaning up working directory..."
2397 msgstr "rydder op i arbejdskataloget..."
2421 msgstr "rydder op i arbejdskataloget..."
2398
2422
2399 #, python-format
2423 #, python-format
2400 msgid "errors during apply, please fix and refresh %s\n"
2424 msgid "errors during apply, please fix and refresh %s\n"
2401 msgstr ""
2425 msgstr ""
2402
2426
2403 #, python-format
2427 #, python-format
2404 msgid "now at: %s\n"
2428 msgid "now at: %s\n"
2405 msgstr "nu ved: %s\n"
2429 msgstr "nu ved: %s\n"
2406
2430
2407 #, python-format
2431 #, python-format
2408 msgid "patch %s is not applied"
2432 msgid "patch %s is not applied"
2409 msgstr "rettelse %s er ikke anvendt"
2433 msgstr "rettelse %s er ikke anvendt"
2410
2434
2411 msgid "no patches applied\n"
2435 msgid "no patches applied\n"
2412 msgstr "ingen rettelser anvendt\n"
2436 msgstr "ingen rettelser anvendt\n"
2413
2437
2414 #, python-format
2438 #, python-format
2415 msgid "qpop: %s is already at the top\n"
2439 msgid "qpop: %s is already at the top\n"
2416 msgstr ""
2440 msgstr ""
2417
2441
2418 msgid "qpop: forcing dirstate update\n"
2442 msgid "qpop: forcing dirstate update\n"
2419 msgstr ""
2443 msgstr ""
2420
2444
2421 #, python-format
2445 #, python-format
2422 msgid "trying to pop unknown node %s"
2446 msgid "trying to pop unknown node %s"
2423 msgstr ""
2447 msgstr ""
2424
2448
2425 msgid "popping would remove a revision not managed by this patch queue"
2449 msgid "popping would remove a revision not managed by this patch queue"
2426 msgstr ""
2450 msgstr ""
2427
2451
2428 msgid "deletions found between repo revs"
2452 msgid "deletions found between repo revs"
2429 msgstr ""
2453 msgstr ""
2430
2454
2431 msgid "patch queue now empty\n"
2455 msgid "patch queue now empty\n"
2432 msgstr "rettelseskøen er nu tom\n"
2456 msgstr "rettelseskøen er nu tom\n"
2433
2457
2434 msgid "cannot refresh a revision with children"
2458 msgid "cannot refresh a revision with children"
2435 msgstr ""
2459 msgstr ""
2436
2460
2437 msgid ""
2461 msgid ""
2438 "refresh interrupted while patch was popped! (revert --all, qpush to "
2462 "refresh interrupted while patch was popped! (revert --all, qpush to "
2439 "recover)\n"
2463 "recover)\n"
2440 msgstr ""
2464 msgstr ""
2441
2465
2442 msgid "patch queue directory already exists"
2466 msgid "patch queue directory already exists"
2443 msgstr ""
2467 msgstr ""
2444
2468
2445 #, python-format
2469 #, python-format
2446 msgid "patch %s is not in series file"
2470 msgid "patch %s is not in series file"
2447 msgstr "rettelse %s er ikke i series filen"
2471 msgstr "rettelse %s er ikke i series filen"
2448
2472
2449 msgid "No saved patch data found\n"
2473 msgid "No saved patch data found\n"
2450 msgstr ""
2474 msgstr ""
2451
2475
2452 #, python-format
2476 #, python-format
2453 msgid "restoring status: %s\n"
2477 msgid "restoring status: %s\n"
2454 msgstr "genopretter status: %s\n"
2478 msgstr "genopretter status: %s\n"
2455
2479
2456 msgid "save entry has children, leaving it alone\n"
2480 msgid "save entry has children, leaving it alone\n"
2457 msgstr ""
2481 msgstr ""
2458
2482
2459 #, python-format
2483 #, python-format
2460 msgid "removing save entry %s\n"
2484 msgid "removing save entry %s\n"
2461 msgstr ""
2485 msgstr ""
2462
2486
2463 #, python-format
2487 #, python-format
2464 msgid "saved queue repository parents: %s %s\n"
2488 msgid "saved queue repository parents: %s %s\n"
2465 msgstr ""
2489 msgstr ""
2466
2490
2467 msgid "queue directory updating\n"
2491 msgid "queue directory updating\n"
2468 msgstr ""
2492 msgstr ""
2469
2493
2470 msgid "Unable to load queue repository\n"
2494 msgid "Unable to load queue repository\n"
2471 msgstr ""
2495 msgstr ""
2472
2496
2473 msgid "save: no patches applied, exiting\n"
2497 msgid "save: no patches applied, exiting\n"
2474 msgstr ""
2498 msgstr ""
2475
2499
2476 msgid "status is already saved\n"
2500 msgid "status is already saved\n"
2477 msgstr ""
2501 msgstr ""
2478
2502
2479 msgid "hg patches saved state"
2503 msgid "hg patches saved state"
2480 msgstr ""
2504 msgstr ""
2481
2505
2482 msgid "repo commit failed\n"
2506 msgid "repo commit failed\n"
2483 msgstr ""
2507 msgstr ""
2484
2508
2485 #, python-format
2509 #, python-format
2486 msgid "patch %s is already in the series file"
2510 msgid "patch %s is already in the series file"
2487 msgstr ""
2511 msgstr ""
2488
2512
2489 msgid "option \"-r\" not valid when importing files"
2513 msgid "option \"-r\" not valid when importing files"
2490 msgstr ""
2514 msgstr ""
2491
2515
2492 msgid "option \"-n\" not valid when importing multiple patches"
2516 msgid "option \"-n\" not valid when importing multiple patches"
2493 msgstr ""
2517 msgstr ""
2494
2518
2495 #, python-format
2519 #, python-format
2496 msgid "revision %d is the root of more than one branch"
2520 msgid "revision %d is the root of more than one branch"
2497 msgstr ""
2521 msgstr ""
2498
2522
2499 #, python-format
2523 #, python-format
2500 msgid "revision %d is already managed"
2524 msgid "revision %d is already managed"
2501 msgstr ""
2525 msgstr ""
2502
2526
2503 #, python-format
2527 #, python-format
2504 msgid "revision %d is not the parent of the queue"
2528 msgid "revision %d is not the parent of the queue"
2505 msgstr ""
2529 msgstr ""
2506
2530
2507 #, python-format
2531 #, python-format
2508 msgid "revision %d has unmanaged children"
2532 msgid "revision %d has unmanaged children"
2509 msgstr ""
2533 msgstr ""
2510
2534
2511 #, python-format
2535 #, python-format
2512 msgid "cannot import merge revision %d"
2536 msgid "cannot import merge revision %d"
2513 msgstr ""
2537 msgstr ""
2514
2538
2515 #, python-format
2539 #, python-format
2516 msgid "revision %d is not the parent of %d"
2540 msgid "revision %d is not the parent of %d"
2517 msgstr ""
2541 msgstr ""
2518
2542
2519 msgid "-e is incompatible with import from -"
2543 msgid "-e is incompatible with import from -"
2520 msgstr ""
2544 msgstr ""
2521
2545
2522 #, python-format
2546 #, python-format
2523 msgid "patch %s does not exist"
2547 msgid "patch %s does not exist"
2524 msgstr "rettelse %s eksisterer ikke"
2548 msgstr "rettelse %s eksisterer ikke"
2525
2549
2526 msgid "need --name to import a patch from -"
2550 msgid "need --name to import a patch from -"
2527 msgstr ""
2551 msgstr ""
2528
2552
2529 #, python-format
2553 #, python-format
2530 msgid "adding %s to series file\n"
2554 msgid "adding %s to series file\n"
2531 msgstr "tilføjer %s til series filen\n"
2555 msgstr "tilføjer %s til series filen\n"
2532
2556
2533 msgid ""
2557 msgid ""
2534 "remove patches from queue\n"
2558 "remove patches from queue\n"
2535 "\n"
2559 "\n"
2536 " The patches must not be applied, unless they are arguments to the\n"
2560 " The patches must not be applied, unless they are arguments to the\n"
2537 " -r/--rev parameter. At least one patch or revision is required.\n"
2561 " -r/--rev parameter. At least one patch or revision is required.\n"
2538 "\n"
2562 "\n"
2539 " With --rev, mq will stop managing the named revisions (converting\n"
2563 " With --rev, mq will stop managing the named revisions (converting\n"
2540 " them to regular Mercurial changesets). The qfinish command should\n"
2564 " them to regular Mercurial changesets). The qfinish command should\n"
2541 " be used as an alternative for qdelete -r, as the latter option is\n"
2565 " be used as an alternative for qdelete -r, as the latter option is\n"
2542 " deprecated.\n"
2566 " deprecated.\n"
2543 "\n"
2567 "\n"
2544 " With -k/--keep, the patch files are preserved in the patch\n"
2568 " With -k/--keep, the patch files are preserved in the patch\n"
2545 " directory."
2569 " directory."
2546 msgstr ""
2570 msgstr ""
2547
2571
2548 msgid "print the patches already applied"
2572 msgid "print the patches already applied"
2549 msgstr "udskriver rettelserne som allerede er anvendt"
2573 msgstr "udskriver rettelserne som allerede er anvendt"
2550
2574
2551 msgid "print the patches not yet applied"
2575 msgid "print the patches not yet applied"
2552 msgstr "udskriver rettelserne som ikke er anvendt endnu"
2576 msgstr "udskriver rettelserne som ikke er anvendt endnu"
2553
2577
2554 msgid ""
2578 msgid ""
2555 "import a patch\n"
2579 "import a patch\n"
2556 "\n"
2580 "\n"
2557 " The patch is inserted into the series after the last applied\n"
2581 " The patch is inserted into the series after the last applied\n"
2558 " patch. If no patches have been applied, qimport prepends the patch\n"
2582 " patch. If no patches have been applied, qimport prepends the patch\n"
2559 " to the series.\n"
2583 " to the series.\n"
2560 "\n"
2584 "\n"
2561 " The patch will have the same name as its source file unless you\n"
2585 " The patch will have the same name as its source file unless you\n"
2562 " give it a new one with -n/--name.\n"
2586 " give it a new one with -n/--name.\n"
2563 "\n"
2587 "\n"
2564 " You can register an existing patch inside the patch directory with\n"
2588 " You can register an existing patch inside the patch directory with\n"
2565 " the -e/--existing flag.\n"
2589 " the -e/--existing flag.\n"
2566 "\n"
2590 "\n"
2567 " With -f/--force, an existing patch of the same name will be\n"
2591 " With -f/--force, an existing patch of the same name will be\n"
2568 " overwritten.\n"
2592 " overwritten.\n"
2569 "\n"
2593 "\n"
2570 " An existing changeset may be placed under mq control with -r/--rev\n"
2594 " An existing changeset may be placed under mq control with -r/--rev\n"
2571 " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
2595 " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
2572 " With -g/--git, patches imported with --rev will use the git diff\n"
2596 " With -g/--git, patches imported with --rev will use the git diff\n"
2573 " format. See the diffs help topic for information on why this is\n"
2597 " format. See the diffs help topic for information on why this is\n"
2574 " important for preserving rename/copy information and permission\n"
2598 " important for preserving rename/copy information and permission\n"
2575 " changes.\n"
2599 " changes.\n"
2576 "\n"
2600 "\n"
2577 " To import a patch from standard input, pass - as the patch file.\n"
2601 " To import a patch from standard input, pass - as the patch file.\n"
2578 " When importing from standard input, a patch name must be specified\n"
2602 " When importing from standard input, a patch name must be specified\n"
2579 " using the --name flag.\n"
2603 " using the --name flag.\n"
2580 " "
2604 " "
2581 msgstr ""
2605 msgstr ""
2582
2606
2583 msgid ""
2607 msgid ""
2584 "init a new queue repository\n"
2608 "init a new queue repository\n"
2585 "\n"
2609 "\n"
2586 " The queue repository is unversioned by default. If\n"
2610 " The queue repository is unversioned by default. If\n"
2587 " -c/--create-repo is specified, qinit will create a separate nested\n"
2611 " -c/--create-repo is specified, qinit will create a separate nested\n"
2588 " repository for patches (qinit -c may also be run later to convert\n"
2612 " repository for patches (qinit -c may also be run later to convert\n"
2589 " an unversioned patch repository into a versioned one). You can use\n"
2613 " an unversioned patch repository into a versioned one). You can use\n"
2590 " qcommit to commit changes to this queue repository."
2614 " qcommit to commit changes to this queue repository."
2591 msgstr ""
2615 msgstr ""
2592
2616
2593 msgid ""
2617 msgid ""
2594 "clone main and patch repository at same time\n"
2618 "clone main and patch repository at same time\n"
2595 "\n"
2619 "\n"
2596 " If source is local, destination will have no patches applied. If\n"
2620 " If source is local, destination will have no patches applied. If\n"
2597 " source is remote, this command can not check if patches are\n"
2621 " source is remote, this command can not check if patches are\n"
2598 " applied in source, so cannot guarantee that patches are not\n"
2622 " applied in source, so cannot guarantee that patches are not\n"
2599 " applied in destination. If you clone remote repository, be sure\n"
2623 " applied in destination. If you clone remote repository, be sure\n"
2600 " before that it has no patches applied.\n"
2624 " before that it has no patches applied.\n"
2601 "\n"
2625 "\n"
2602 " Source patch repository is looked for in <src>/.hg/patches by\n"
2626 " Source patch repository is looked for in <src>/.hg/patches by\n"
2603 " default. Use -p <url> to change.\n"
2627 " default. Use -p <url> to change.\n"
2604 "\n"
2628 "\n"
2605 " The patch directory must be a nested Mercurial repository, as\n"
2629 " The patch directory must be a nested Mercurial repository, as\n"
2606 " would be created by qinit -c.\n"
2630 " would be created by qinit -c.\n"
2607 " "
2631 " "
2608 msgstr ""
2632 msgstr ""
2609
2633
2610 msgid "versioned patch repository not found (see qinit -c)"
2634 msgid "versioned patch repository not found (see qinit -c)"
2611 msgstr "versionsstyret arkiv til rettelser blev ikke fundet (se qinit -c)"
2635 msgstr "versionsstyret arkiv til rettelser blev ikke fundet (se qinit -c)"
2612
2636
2613 msgid "cloning main repository\n"
2637 msgid "cloning main repository\n"
2614 msgstr "kloner hovedarkiv\n"
2638 msgstr "kloner hovedarkiv\n"
2615
2639
2616 msgid "cloning patch repository\n"
2640 msgid "cloning patch repository\n"
2617 msgstr "kloner rettelsesarkiv\n"
2641 msgstr "kloner rettelsesarkiv\n"
2618
2642
2619 msgid "stripping applied patches from destination repository\n"
2643 msgid "stripping applied patches from destination repository\n"
2620 msgstr ""
2644 msgstr ""
2621
2645
2622 msgid "updating destination repository\n"
2646 msgid "updating destination repository\n"
2623 msgstr ""
2647 msgstr ""
2624
2648
2625 msgid "commit changes in the queue repository"
2649 msgid "commit changes in the queue repository"
2626 msgstr ""
2650 msgstr ""
2627
2651
2628 msgid "print the entire series file"
2652 msgid "print the entire series file"
2629 msgstr "udskriver hele series filen"
2653 msgstr "udskriver hele series filen"
2630
2654
2631 msgid "print the name of the current patch"
2655 msgid "print the name of the current patch"
2632 msgstr "udskriver navnet på den nuværende rettelse"
2656 msgstr "udskriver navnet på den nuværende rettelse"
2633
2657
2634 msgid "print the name of the next patch"
2658 msgid "print the name of the next patch"
2635 msgstr "udskriver navnet på den næste rettelse"
2659 msgstr "udskriver navnet på den næste rettelse"
2636
2660
2637 msgid "all patches applied\n"
2661 msgid "all patches applied\n"
2638 msgstr "alle rettelser er anvendt\n"
2662 msgstr "alle rettelser er anvendt\n"
2639
2663
2640 msgid "print the name of the previous patch"
2664 msgid "print the name of the previous patch"
2641 msgstr "udskriver navnet på den forgående rettelse"
2665 msgstr "udskriver navnet på den forgående rettelse"
2642
2666
2643 msgid "only one patch applied\n"
2667 msgid "only one patch applied\n"
2644 msgstr "kun én rettelse er anvendt\n"
2668 msgstr "kun én rettelse er anvendt\n"
2645
2669
2646 msgid ""
2670 msgid ""
2647 "create a new patch\n"
2671 "create a new patch\n"
2648 "\n"
2672 "\n"
2649 " qnew creates a new patch on top of the currently-applied patch (if\n"
2673 " qnew creates a new patch on top of the currently-applied patch (if\n"
2650 " any). It will refuse to run if there are any outstanding changes\n"
2674 " any). It will refuse to run if there are any outstanding changes\n"
2651 " unless -f/--force is specified, in which case the patch will be\n"
2675 " unless -f/--force is specified, in which case the patch will be\n"
2652 " initialized with them. You may also use -I/--include,\n"
2676 " initialized with them. You may also use -I/--include,\n"
2653 " -X/--exclude, and/or a list of files after the patch name to add\n"
2677 " -X/--exclude, and/or a list of files after the patch name to add\n"
2654 " only changes to matching files to the new patch, leaving the rest\n"
2678 " only changes to matching files to the new patch, leaving the rest\n"
2655 " as uncommitted modifications.\n"
2679 " as uncommitted modifications.\n"
2656 "\n"
2680 "\n"
2657 " -u/--user and -d/--date can be used to set the (given) user and\n"
2681 " -u/--user and -d/--date can be used to set the (given) user and\n"
2658 " date, respectively. -U/--currentuser and -D/--currentdate set user\n"
2682 " date, respectively. -U/--currentuser and -D/--currentdate set user\n"
2659 " to current user and date to current date.\n"
2683 " to current user and date to current date.\n"
2660 "\n"
2684 "\n"
2661 " -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
2685 " -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
2662 " well as the commit message. If none is specified, the header is\n"
2686 " well as the commit message. If none is specified, the header is\n"
2663 " empty and the commit message is '[mq]: PATCH'.\n"
2687 " empty and the commit message is '[mq]: PATCH'.\n"
2664 "\n"
2688 "\n"
2665 " Use the -g/--git option to keep the patch in the git extended diff\n"
2689 " Use the -g/--git option to keep the patch in the git extended diff\n"
2666 " format. Read the diffs help topic for more information on why this\n"
2690 " format. Read the diffs help topic for more information on why this\n"
2667 " is important for preserving permission changes and copy/rename\n"
2691 " is important for preserving permission changes and copy/rename\n"
2668 " information.\n"
2692 " information.\n"
2669 " "
2693 " "
2670 msgstr ""
2694 msgstr ""
2671
2695
2672 msgid ""
2696 msgid ""
2673 "update the current patch\n"
2697 "update the current patch\n"
2674 "\n"
2698 "\n"
2675 " If any file patterns are provided, the refreshed patch will\n"
2699 " If any file patterns are provided, the refreshed patch will\n"
2676 " contain only the modifications that match those patterns; the\n"
2700 " contain only the modifications that match those patterns; the\n"
2677 " remaining modifications will remain in the working directory.\n"
2701 " remaining modifications will remain in the working directory.\n"
2678 "\n"
2702 "\n"
2679 " If -s/--short is specified, files currently included in the patch\n"
2703 " If -s/--short is specified, files currently included in the patch\n"
2680 " will be refreshed just like matched files and remain in the patch.\n"
2704 " will be refreshed just like matched files and remain in the patch.\n"
2681 "\n"
2705 "\n"
2682 " hg add/remove/copy/rename work as usual, though you might want to\n"
2706 " hg add/remove/copy/rename work as usual, though you might want to\n"
2683 " use git-style patches (-g/--git or [diff] git=1) to track copies\n"
2707 " use git-style patches (-g/--git or [diff] git=1) to track copies\n"
2684 " and renames. See the diffs help topic for more information on the\n"
2708 " and renames. See the diffs help topic for more information on the\n"
2685 " git diff format.\n"
2709 " git diff format.\n"
2686 " "
2710 " "
2687 msgstr ""
2711 msgstr ""
2688
2712
2689 msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
2713 msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
2690 msgstr ""
2714 msgstr ""
2691
2715
2692 msgid ""
2716 msgid ""
2693 "diff of the current patch and subsequent modifications\n"
2717 "diff of the current patch and subsequent modifications\n"
2694 "\n"
2718 "\n"
2695 " Shows a diff which includes the current patch as well as any\n"
2719 " Shows a diff which includes the current patch as well as any\n"
2696 " changes which have been made in the working directory since the\n"
2720 " changes which have been made in the working directory since the\n"
2697 " last refresh (thus showing what the current patch would become\n"
2721 " last refresh (thus showing what the current patch would become\n"
2698 " after a qrefresh).\n"
2722 " after a qrefresh).\n"
2699 "\n"
2723 "\n"
2700 " Use 'hg diff' if you only want to see the changes made since the\n"
2724 " Use 'hg diff' if you only want to see the changes made since the\n"
2701 " last qrefresh, or 'hg export qtip' if you want to see changes made\n"
2725 " last qrefresh, or 'hg export qtip' if you want to see changes made\n"
2702 " by the current patch without including changes made since the\n"
2726 " by the current patch without including changes made since the\n"
2703 " qrefresh.\n"
2727 " qrefresh.\n"
2704 " "
2728 " "
2705 msgstr ""
2729 msgstr ""
2706
2730
2707 msgid ""
2731 msgid ""
2708 "fold the named patches into the current patch\n"
2732 "fold the named patches into the current patch\n"
2709 "\n"
2733 "\n"
2710 " Patches must not yet be applied. Each patch will be successively\n"
2734 " Patches must not yet be applied. Each patch will be successively\n"
2711 " applied to the current patch in the order given. If all the\n"
2735 " applied to the current patch in the order given. If all the\n"
2712 " patches apply successfully, the current patch will be refreshed\n"
2736 " patches apply successfully, the current patch will be refreshed\n"
2713 " with the new cumulative patch, and the folded patches will be\n"
2737 " with the new cumulative patch, and the folded patches will be\n"
2714 " deleted. With -k/--keep, the folded patch files will not be\n"
2738 " deleted. With -k/--keep, the folded patch files will not be\n"
2715 " removed afterwards.\n"
2739 " removed afterwards.\n"
2716 "\n"
2740 "\n"
2717 " The header for each folded patch will be concatenated with the\n"
2741 " The header for each folded patch will be concatenated with the\n"
2718 " current patch header, separated by a line of '* * *'."
2742 " current patch header, separated by a line of '* * *'."
2719 msgstr ""
2743 msgstr ""
2720
2744
2721 msgid "qfold requires at least one patch name"
2745 msgid "qfold requires at least one patch name"
2722 msgstr ""
2746 msgstr ""
2723
2747
2724 msgid "No patches applied"
2748 msgid "No patches applied"
2725 msgstr "Ingen rettelser anvendt"
2749 msgstr "Ingen rettelser anvendt"
2726
2750
2727 #, python-format
2751 #, python-format
2728 msgid "Skipping already folded patch %s"
2752 msgid "Skipping already folded patch %s"
2729 msgstr ""
2753 msgstr ""
2730
2754
2731 #, python-format
2755 #, python-format
2732 msgid "qfold cannot fold already applied patch %s"
2756 msgid "qfold cannot fold already applied patch %s"
2733 msgstr ""
2757 msgstr ""
2734
2758
2735 #, python-format
2759 #, python-format
2736 msgid "Error folding patch %s"
2760 msgid "Error folding patch %s"
2737 msgstr ""
2761 msgstr ""
2738
2762
2739 msgid "push or pop patches until named patch is at top of stack"
2763 msgid "push or pop patches until named patch is at top of stack"
2740 msgstr ""
2764 msgstr ""
2741
2765
2742 msgid ""
2766 msgid ""
2743 "set or print guards for a patch\n"
2767 "set or print guards for a patch\n"
2744 "\n"
2768 "\n"
2745 " Guards control whether a patch can be pushed. A patch with no\n"
2769 " Guards control whether a patch can be pushed. A patch with no\n"
2746 " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
2770 " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
2747 " pushed only if the qselect command has activated it. A patch with\n"
2771 " pushed only if the qselect command has activated it. A patch with\n"
2748 " a negative guard (\"-foo\") is never pushed if the qselect command\n"
2772 " a negative guard (\"-foo\") is never pushed if the qselect command\n"
2749 " has activated it.\n"
2773 " has activated it.\n"
2750 "\n"
2774 "\n"
2751 " With no arguments, print the currently active guards.\n"
2775 " With no arguments, print the currently active guards.\n"
2752 " With arguments, set guards for the named patch.\n"
2776 " With arguments, set guards for the named patch.\n"
2753 " NOTE: Specifying negative guards now requires '--'.\n"
2777 " NOTE: Specifying negative guards now requires '--'.\n"
2754 "\n"
2778 "\n"
2755 " To set guards on another patch:\n"
2779 " To set guards on another patch:\n"
2756 " hg qguard -- other.patch +2.6.17 -stable\n"
2780 " hg qguard -- other.patch +2.6.17 -stable\n"
2757 " "
2781 " "
2758 msgstr ""
2782 msgstr ""
2759
2783
2760 msgid "cannot mix -l/--list with options or arguments"
2784 msgid "cannot mix -l/--list with options or arguments"
2761 msgstr ""
2785 msgstr ""
2762
2786
2763 msgid "no patch to work with"
2787 msgid "no patch to work with"
2764 msgstr ""
2788 msgstr ""
2765
2789
2766 #, python-format
2790 #, python-format
2767 msgid "no patch named %s"
2791 msgid "no patch named %s"
2768 msgstr "ingen patch ved navn %s"
2792 msgstr "ingen patch ved navn %s"
2769
2793
2770 msgid "print the header of the topmost or specified patch"
2794 msgid "print the header of the topmost or specified patch"
2771 msgstr ""
2795 msgstr ""
2772
2796
2773 msgid ""
2797 msgid ""
2774 "push the next patch onto the stack\n"
2798 "push the next patch onto the stack\n"
2775 "\n"
2799 "\n"
2776 " When -f/--force is applied, all local changes in patched files\n"
2800 " When -f/--force is applied, all local changes in patched files\n"
2777 " will be lost.\n"
2801 " will be lost.\n"
2778 " "
2802 " "
2779 msgstr ""
2803 msgstr ""
2780
2804
2781 msgid "no saved queues found, please use -n\n"
2805 msgid "no saved queues found, please use -n\n"
2782 msgstr ""
2806 msgstr ""
2783
2807
2784 #, python-format
2808 #, python-format
2785 msgid "merging with queue at: %s\n"
2809 msgid "merging with queue at: %s\n"
2786 msgstr ""
2810 msgstr ""
2787
2811
2788 msgid ""
2812 msgid ""
2789 "pop the current patch off the stack\n"
2813 "pop the current patch off the stack\n"
2790 "\n"
2814 "\n"
2791 " By default, pops off the top of the patch stack. If given a patch\n"
2815 " By default, pops off the top of the patch stack. If given a patch\n"
2792 " name, keeps popping off patches until the named patch is at the\n"
2816 " name, keeps popping off patches until the named patch is at the\n"
2793 " top of the stack.\n"
2817 " top of the stack.\n"
2794 " "
2818 " "
2795 msgstr ""
2819 msgstr ""
2796
2820
2797 #, python-format
2821 #, python-format
2798 msgid "using patch queue: %s\n"
2822 msgid "using patch queue: %s\n"
2799 msgstr ""
2823 msgstr ""
2800
2824
2801 msgid ""
2825 msgid ""
2802 "rename a patch\n"
2826 "rename a patch\n"
2803 "\n"
2827 "\n"
2804 " With one argument, renames the current patch to PATCH1.\n"
2828 " With one argument, renames the current patch to PATCH1.\n"
2805 " With two arguments, renames PATCH1 to PATCH2."
2829 " With two arguments, renames PATCH1 to PATCH2."
2806 msgstr ""
2830 msgstr ""
2807
2831
2808 #, python-format
2832 #, python-format
2809 msgid "%s already exists"
2833 msgid "%s already exists"
2810 msgstr "%s eksisterer allerede"
2834 msgstr "%s eksisterer allerede"
2811
2835
2812 #, python-format
2836 #, python-format
2813 msgid "A patch named %s already exists in the series file"
2837 msgid "A patch named %s already exists in the series file"
2814 msgstr ""
2838 msgstr ""
2815
2839
2816 msgid "restore the queue state saved by a revision"
2840 msgid "restore the queue state saved by a revision"
2817 msgstr ""
2841 msgstr ""
2818
2842
2819 msgid "save current queue state"
2843 msgid "save current queue state"
2820 msgstr ""
2844 msgstr ""
2821
2845
2822 #, python-format
2846 #, python-format
2823 msgid "destination %s exists and is not a directory"
2847 msgid "destination %s exists and is not a directory"
2824 msgstr ""
2848 msgstr ""
2825
2849
2826 #, python-format
2850 #, python-format
2827 msgid "destination %s exists, use -f to force"
2851 msgid "destination %s exists, use -f to force"
2828 msgstr ""
2852 msgstr ""
2829
2853
2830 #, python-format
2854 #, python-format
2831 msgid "copy %s to %s\n"
2855 msgid "copy %s to %s\n"
2832 msgstr ""
2856 msgstr ""
2833
2857
2834 msgid ""
2858 msgid ""
2835 "strip a revision and all its descendants from the repository\n"
2859 "strip a revision and all its descendants from the repository\n"
2836 "\n"
2860 "\n"
2837 " If one of the working directory's parent revisions is stripped, the\n"
2861 " If one of the working directory's parent revisions is stripped, the\n"
2838 " working directory will be updated to the parent of the stripped\n"
2862 " working directory will be updated to the parent of the stripped\n"
2839 " revision.\n"
2863 " revision.\n"
2840 " "
2864 " "
2841 msgstr ""
2865 msgstr ""
2842
2866
2843 msgid ""
2867 msgid ""
2844 "set or print guarded patches to push\n"
2868 "set or print guarded patches to push\n"
2845 "\n"
2869 "\n"
2846 " Use the qguard command to set or print guards on patch, then use\n"
2870 " Use the qguard command to set or print guards on patch, then use\n"
2847 " qselect to tell mq which guards to use. A patch will be pushed if\n"
2871 " qselect to tell mq which guards to use. A patch will be pushed if\n"
2848 " it has no guards or any positive guards match the currently\n"
2872 " it has no guards or any positive guards match the currently\n"
2849 " selected guard, but will not be pushed if any negative guards\n"
2873 " selected guard, but will not be pushed if any negative guards\n"
2850 " match the current guard. For example:\n"
2874 " match the current guard. For example:\n"
2851 "\n"
2875 "\n"
2852 " qguard foo.patch -stable (negative guard)\n"
2876 " qguard foo.patch -stable (negative guard)\n"
2853 " qguard bar.patch +stable (positive guard)\n"
2877 " qguard bar.patch +stable (positive guard)\n"
2854 " qselect stable\n"
2878 " qselect stable\n"
2855 "\n"
2879 "\n"
2856 " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
2880 " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
2857 " it has a negative match) but push bar.patch (because it has a\n"
2881 " it has a negative match) but push bar.patch (because it has a\n"
2858 " positive match).\n"
2882 " positive match).\n"
2859 "\n"
2883 "\n"
2860 " With no arguments, prints the currently active guards.\n"
2884 " With no arguments, prints the currently active guards.\n"
2861 " With one argument, sets the active guard.\n"
2885 " With one argument, sets the active guard.\n"
2862 "\n"
2886 "\n"
2863 " Use -n/--none to deactivate guards (no other arguments needed).\n"
2887 " Use -n/--none to deactivate guards (no other arguments needed).\n"
2864 " When no guards are active, patches with positive guards are\n"
2888 " When no guards are active, patches with positive guards are\n"
2865 " skipped and patches with negative guards are pushed.\n"
2889 " skipped and patches with negative guards are pushed.\n"
2866 "\n"
2890 "\n"
2867 " qselect can change the guards on applied patches. It does not pop\n"
2891 " qselect can change the guards on applied patches. It does not pop\n"
2868 " guarded patches by default. Use --pop to pop back to the last\n"
2892 " guarded patches by default. Use --pop to pop back to the last\n"
2869 " applied patch that is not guarded. Use --reapply (which implies\n"
2893 " applied patch that is not guarded. Use --reapply (which implies\n"
2870 " --pop) to push back to the current patch afterwards, but skip\n"
2894 " --pop) to push back to the current patch afterwards, but skip\n"
2871 " guarded patches.\n"
2895 " guarded patches.\n"
2872 "\n"
2896 "\n"
2873 " Use -s/--series to print a list of all guards in the series file\n"
2897 " Use -s/--series to print a list of all guards in the series file\n"
2874 " (no other arguments needed). Use -v for more information."
2898 " (no other arguments needed). Use -v for more information."
2875 msgstr ""
2899 msgstr ""
2876
2900
2877 msgid "guards deactivated\n"
2901 msgid "guards deactivated\n"
2878 msgstr ""
2902 msgstr ""
2879
2903
2880 #, python-format
2904 #, python-format
2881 msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
2905 msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
2882 msgstr ""
2906 msgstr ""
2883
2907
2884 #, python-format
2908 #, python-format
2885 msgid "number of guarded, applied patches has changed from %d to %d\n"
2909 msgid "number of guarded, applied patches has changed from %d to %d\n"
2886 msgstr ""
2910 msgstr ""
2887
2911
2888 msgid "guards in series file:\n"
2912 msgid "guards in series file:\n"
2889 msgstr ""
2913 msgstr ""
2890
2914
2891 msgid "no guards in series file\n"
2915 msgid "no guards in series file\n"
2892 msgstr ""
2916 msgstr ""
2893
2917
2894 msgid "active guards:\n"
2918 msgid "active guards:\n"
2895 msgstr ""
2919 msgstr ""
2896
2920
2897 msgid "no active guards\n"
2921 msgid "no active guards\n"
2898 msgstr ""
2922 msgstr ""
2899
2923
2900 msgid "popping guarded patches\n"
2924 msgid "popping guarded patches\n"
2901 msgstr ""
2925 msgstr ""
2902
2926
2903 msgid "reapplying unguarded patches\n"
2927 msgid "reapplying unguarded patches\n"
2904 msgstr ""
2928 msgstr ""
2905
2929
2906 msgid ""
2930 msgid ""
2907 "move applied patches into repository history\n"
2931 "move applied patches into repository history\n"
2908 "\n"
2932 "\n"
2909 " Finishes the specified revisions (corresponding to applied\n"
2933 " Finishes the specified revisions (corresponding to applied\n"
2910 " patches) by moving them out of mq control into regular repository\n"
2934 " patches) by moving them out of mq control into regular repository\n"
2911 " history.\n"
2935 " history.\n"
2912 "\n"
2936 "\n"
2913 " Accepts a revision range or the -a/--applied option. If --applied\n"
2937 " Accepts a revision range or the -a/--applied option. If --applied\n"
2914 " is specified, all applied mq revisions are removed from mq\n"
2938 " is specified, all applied mq revisions are removed from mq\n"
2915 " control. Otherwise, the given revisions must be at the base of the\n"
2939 " control. Otherwise, the given revisions must be at the base of the\n"
2916 " stack of applied patches.\n"
2940 " stack of applied patches.\n"
2917 "\n"
2941 "\n"
2918 " This can be especially useful if your changes have been applied to\n"
2942 " This can be especially useful if your changes have been applied to\n"
2919 " an upstream repository, or if you are about to push your changes\n"
2943 " an upstream repository, or if you are about to push your changes\n"
2920 " to upstream.\n"
2944 " to upstream.\n"
2921 " "
2945 " "
2922 msgstr ""
2946 msgstr ""
2923
2947
2924 msgid "no revisions specified"
2948 msgid "no revisions specified"
2925 msgstr ""
2949 msgstr ""
2926
2950
2927 msgid "cannot commit over an applied mq patch"
2951 msgid "cannot commit over an applied mq patch"
2928 msgstr ""
2952 msgstr ""
2929
2953
2930 msgid "source has mq patches applied"
2954 msgid "source has mq patches applied"
2931 msgstr ""
2955 msgstr ""
2932
2956
2933 #, python-format
2957 #, python-format
2934 msgid "mq status file refers to unknown node %s\n"
2958 msgid "mq status file refers to unknown node %s\n"
2935 msgstr ""
2959 msgstr ""
2936
2960
2937 #, python-format
2961 #, python-format
2938 msgid "Tag %s overrides mq patch of the same name\n"
2962 msgid "Tag %s overrides mq patch of the same name\n"
2939 msgstr ""
2963 msgstr ""
2940
2964
2941 msgid "cannot import over an applied patch"
2965 msgid "cannot import over an applied patch"
2942 msgstr ""
2966 msgstr ""
2943
2967
2944 msgid "print first line of patch header"
2968 msgid "print first line of patch header"
2945 msgstr ""
2969 msgstr ""
2946
2970
2947 msgid "hg qapplied [-s] [PATCH]"
2971 msgid "hg qapplied [-s] [PATCH]"
2948 msgstr ""
2972 msgstr ""
2949
2973
2950 msgid "use pull protocol to copy metadata"
2974 msgid "use pull protocol to copy metadata"
2951 msgstr "brug træk-protokol til at kopiere metadata"
2975 msgstr "brug træk-protokol til at kopiere metadata"
2952
2976
2953 msgid "do not update the new working directories"
2977 msgid "do not update the new working directories"
2954 msgstr ""
2978 msgstr ""
2955
2979
2956 msgid "use uncompressed transfer (fast over LAN)"
2980 msgid "use uncompressed transfer (fast over LAN)"
2957 msgstr ""
2981 msgstr ""
2958
2982
2959 msgid "location of source patch repository"
2983 msgid "location of source patch repository"
2960 msgstr ""
2984 msgstr ""
2961
2985
2962 msgid "hg qclone [OPTION]... SOURCE [DEST]"
2986 msgid "hg qclone [OPTION]... SOURCE [DEST]"
2963 msgstr ""
2987 msgstr ""
2964
2988
2965 msgid "hg qcommit [OPTION]... [FILE]..."
2989 msgid "hg qcommit [OPTION]... [FILE]..."
2966 msgstr ""
2990 msgstr ""
2967
2991
2968 msgid "hg qdiff [OPTION]... [FILE]..."
2992 msgid "hg qdiff [OPTION]... [FILE]..."
2969 msgstr ""
2993 msgstr ""
2970
2994
2971 msgid "keep patch file"
2995 msgid "keep patch file"
2972 msgstr ""
2996 msgstr ""
2973
2997
2974 msgid "stop managing a revision"
2998 msgid "stop managing a revision"
2975 msgstr ""
2999 msgstr ""
2976
3000
2977 msgid "hg qdelete [-k] [-r REV]... [PATCH]..."
3001 msgid "hg qdelete [-k] [-r REV]... [PATCH]..."
2978 msgstr ""
3002 msgstr ""
2979
3003
2980 msgid "edit patch header"
3004 msgid "edit patch header"
2981 msgstr ""
3005 msgstr ""
2982
3006
2983 msgid "keep folded patch files"
3007 msgid "keep folded patch files"
2984 msgstr ""
3008 msgstr ""
2985
3009
2986 msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
3010 msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
2987 msgstr ""
3011 msgstr ""
2988
3012
2989 msgid "overwrite any local changes"
3013 msgid "overwrite any local changes"
2990 msgstr ""
3014 msgstr ""
2991
3015
2992 msgid "hg qgoto [OPTION]... PATCH"
3016 msgid "hg qgoto [OPTION]... PATCH"
2993 msgstr ""
3017 msgstr ""
2994
3018
2995 msgid "list all patches and guards"
3019 msgid "list all patches and guards"
2996 msgstr ""
3020 msgstr ""
2997
3021
2998 msgid "drop all guards"
3022 msgid "drop all guards"
2999 msgstr ""
3023 msgstr ""
3000
3024
3001 msgid "hg qguard [-l] [-n] -- [PATCH] [+GUARD]... [-GUARD]..."
3025 msgid "hg qguard [-l] [-n] -- [PATCH] [+GUARD]... [-GUARD]..."
3002 msgstr ""
3026 msgstr ""
3003
3027
3004 msgid "hg qheader [PATCH]"
3028 msgid "hg qheader [PATCH]"
3005 msgstr ""
3029 msgstr ""
3006
3030
3007 msgid "import file in patch directory"
3031 msgid "import file in patch directory"
3008 msgstr ""
3032 msgstr ""
3009
3033
3010 msgid "name of patch file"
3034 msgid "name of patch file"
3011 msgstr "navn på rettelsesfil"
3035 msgstr "navn på rettelsesfil"
3012
3036
3013 msgid "overwrite existing files"
3037 msgid "overwrite existing files"
3014 msgstr ""
3038 msgstr ""
3015
3039
3016 msgid "place existing revisions under mq control"
3040 msgid "place existing revisions under mq control"
3017 msgstr ""
3041 msgstr ""
3018
3042
3019 msgid "use git extended diff format"
3043 msgid "use git extended diff format"
3020 msgstr ""
3044 msgstr ""
3021
3045
3022 msgid "qpush after importing"
3046 msgid "qpush after importing"
3023 msgstr ""
3047 msgstr ""
3024
3048
3025 msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE..."
3049 msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE..."
3026 msgstr ""
3050 msgstr ""
3027
3051
3028 msgid "create queue repository"
3052 msgid "create queue repository"
3029 msgstr "opret kø-repository"
3053 msgstr "opret kø-repository"
3030
3054
3031 msgid "hg qinit [-c]"
3055 msgid "hg qinit [-c]"
3032 msgstr ""
3056 msgstr ""
3033
3057
3034 msgid "import uncommitted changes into patch"
3058 msgid "import uncommitted changes into patch"
3035 msgstr ""
3059 msgstr ""
3036
3060
3037 msgid "add \"From: <current user>\" to patch"
3061 msgid "add \"From: <current user>\" to patch"
3038 msgstr ""
3062 msgstr ""
3039
3063
3040 msgid "add \"From: <given user>\" to patch"
3064 msgid "add \"From: <given user>\" to patch"
3041 msgstr ""
3065 msgstr ""
3042
3066
3043 msgid "add \"Date: <current date>\" to patch"
3067 msgid "add \"Date: <current date>\" to patch"
3044 msgstr ""
3068 msgstr ""
3045
3069
3046 msgid "add \"Date: <given date>\" to patch"
3070 msgid "add \"Date: <given date>\" to patch"
3047 msgstr ""
3071 msgstr ""
3048
3072
3049 msgid "hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]..."
3073 msgid "hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]..."
3050 msgstr ""
3074 msgstr ""
3051
3075
3052 msgid "hg qnext [-s]"
3076 msgid "hg qnext [-s]"
3053 msgstr ""
3077 msgstr ""
3054
3078
3055 msgid "hg qprev [-s]"
3079 msgid "hg qprev [-s]"
3056 msgstr ""
3080 msgstr ""
3057
3081
3058 msgid "pop all patches"
3082 msgid "pop all patches"
3059 msgstr ""
3083 msgstr ""
3060
3084
3061 msgid "queue name to pop"
3085 msgid "queue name to pop"
3062 msgstr ""
3086 msgstr ""
3063
3087
3064 msgid "forget any local changes"
3088 msgid "forget any local changes"
3065 msgstr ""
3089 msgstr ""
3066
3090
3067 msgid "hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]"
3091 msgid "hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]"
3068 msgstr ""
3092 msgstr ""
3069
3093
3070 msgid "apply if the patch has rejects"
3094 msgid "apply if the patch has rejects"
3071 msgstr ""
3095 msgstr ""
3072
3096
3073 msgid "list patch name in commit text"
3097 msgid "list patch name in commit text"
3074 msgstr ""
3098 msgstr ""
3075
3099
3076 msgid "apply all patches"
3100 msgid "apply all patches"
3077 msgstr ""
3101 msgstr ""
3078
3102
3079 msgid "merge from another queue"
3103 msgid "merge from another queue"
3080 msgstr ""
3104 msgstr ""
3081
3105
3082 msgid "merge queue name"
3106 msgid "merge queue name"
3083 msgstr ""
3107 msgstr ""
3084
3108
3085 msgid "hg qpush [-f] [-l] [-a] [-m] [-n NAME] [PATCH | INDEX]"
3109 msgid "hg qpush [-f] [-l] [-a] [-m] [-n NAME] [PATCH | INDEX]"
3086 msgstr ""
3110 msgstr ""
3087
3111
3088 msgid "refresh only files already in the patch and specified files"
3112 msgid "refresh only files already in the patch and specified files"
3089 msgstr ""
3113 msgstr ""
3090
3114
3091 msgid "add/update \"From: <current user>\" in patch"
3115 msgid "add/update \"From: <current user>\" in patch"
3092 msgstr ""
3116 msgstr ""
3093
3117
3094 msgid "add/update \"From: <given user>\" in patch"
3118 msgid "add/update \"From: <given user>\" in patch"
3095 msgstr ""
3119 msgstr ""
3096
3120
3097 msgid "update \"Date: <current date>\" in patch (if present)"
3121 msgid "update \"Date: <current date>\" in patch (if present)"
3098 msgstr ""
3122 msgstr ""
3099
3123
3100 msgid "update \"Date: <given date>\" in patch (if present)"
3124 msgid "update \"Date: <given date>\" in patch (if present)"
3101 msgstr ""
3125 msgstr ""
3102
3126
3103 msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
3127 msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
3104 msgstr ""
3128 msgstr ""
3105
3129
3106 msgid "hg qrename PATCH1 [PATCH2]"
3130 msgid "hg qrename PATCH1 [PATCH2]"
3107 msgstr ""
3131 msgstr ""
3108
3132
3109 msgid "delete save entry"
3133 msgid "delete save entry"
3110 msgstr ""
3134 msgstr ""
3111
3135
3112 msgid "update queue working directory"
3136 msgid "update queue working directory"
3113 msgstr ""
3137 msgstr ""
3114
3138
3115 msgid "hg qrestore [-d] [-u] REV"
3139 msgid "hg qrestore [-d] [-u] REV"
3116 msgstr ""
3140 msgstr ""
3117
3141
3118 msgid "copy patch directory"
3142 msgid "copy patch directory"
3119 msgstr ""
3143 msgstr ""
3120
3144
3121 msgid "copy directory name"
3145 msgid "copy directory name"
3122 msgstr ""
3146 msgstr ""
3123
3147
3124 msgid "clear queue status file"
3148 msgid "clear queue status file"
3125 msgstr ""
3149 msgstr ""
3126
3150
3127 msgid "force copy"
3151 msgid "force copy"
3128 msgstr ""
3152 msgstr ""
3129
3153
3130 msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
3154 msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
3131 msgstr ""
3155 msgstr ""
3132
3156
3133 msgid "disable all guards"
3157 msgid "disable all guards"
3134 msgstr ""
3158 msgstr ""
3135
3159
3136 msgid "list all guards in series file"
3160 msgid "list all guards in series file"
3137 msgstr ""
3161 msgstr ""
3138
3162
3139 msgid "pop to before first guarded applied patch"
3163 msgid "pop to before first guarded applied patch"
3140 msgstr ""
3164 msgstr ""
3141
3165
3142 msgid "pop, then reapply patches"
3166 msgid "pop, then reapply patches"
3143 msgstr ""
3167 msgstr ""
3144
3168
3145 msgid "hg qselect [OPTION]... [GUARD]..."
3169 msgid "hg qselect [OPTION]... [GUARD]..."
3146 msgstr ""
3170 msgstr ""
3147
3171
3148 msgid "print patches not in series"
3172 msgid "print patches not in series"
3149 msgstr ""
3173 msgstr ""
3150
3174
3151 msgid "hg qseries [-ms]"
3175 msgid "hg qseries [-ms]"
3152 msgstr ""
3176 msgstr ""
3153
3177
3154 msgid "force removal with local changes"
3178 msgid "force removal with local changes"
3155 msgstr ""
3179 msgstr ""
3156
3180
3157 msgid "bundle unrelated changesets"
3181 msgid "bundle unrelated changesets"
3158 msgstr ""
3182 msgstr ""
3159
3183
3160 msgid "no backups"
3184 msgid "no backups"
3161 msgstr ""
3185 msgstr ""
3162
3186
3163 msgid "hg strip [-f] [-b] [-n] REV"
3187 msgid "hg strip [-f] [-b] [-n] REV"
3164 msgstr ""
3188 msgstr ""
3165
3189
3166 msgid "hg qtop [-s]"
3190 msgid "hg qtop [-s]"
3167 msgstr ""
3191 msgstr ""
3168
3192
3169 msgid "hg qunapplied [-s] [PATCH]"
3193 msgid "hg qunapplied [-s] [PATCH]"
3170 msgstr ""
3194 msgstr ""
3171
3195
3172 msgid "finish all applied changesets"
3196 msgid "finish all applied changesets"
3173 msgstr "afslut alle anvendte ændringer"
3197 msgstr "afslut alle anvendte ændringer"
3174
3198
3175 msgid "hg qfinish [-a] [REV...]"
3199 msgid "hg qfinish [-a] [REV...]"
3176 msgstr "hg qfinish [-a] [REV...]"
3200 msgstr "hg qfinish [-a] [REV...]"
3177
3201
3178 msgid ""
3202 msgid ""
3179 "hook extension to email notifications on commits/pushes\n"
3203 "hook extension to email notifications on commits/pushes\n"
3180 "\n"
3204 "\n"
3181 "Subscriptions can be managed through hgrc. Default mode is to print\n"
3205 "Subscriptions can be managed through hgrc. Default mode is to print\n"
3182 "messages to stdout, for testing and configuring.\n"
3206 "messages to stdout, for testing and configuring.\n"
3183 "\n"
3207 "\n"
3184 "To use, configure notify extension and enable in hgrc like this:\n"
3208 "To use, configure notify extension and enable in hgrc like this:\n"
3185 "\n"
3209 "\n"
3186 " [extensions]\n"
3210 " [extensions]\n"
3187 " hgext.notify =\n"
3211 " hgext.notify =\n"
3188 "\n"
3212 "\n"
3189 " [hooks]\n"
3213 " [hooks]\n"
3190 " # one email for each incoming changeset\n"
3214 " # one email for each incoming changeset\n"
3191 " incoming.notify = python:hgext.notify.hook\n"
3215 " incoming.notify = python:hgext.notify.hook\n"
3192 " # batch emails when many changesets incoming at one time\n"
3216 " # batch emails when many changesets incoming at one time\n"
3193 " changegroup.notify = python:hgext.notify.hook\n"
3217 " changegroup.notify = python:hgext.notify.hook\n"
3194 "\n"
3218 "\n"
3195 " [notify]\n"
3219 " [notify]\n"
3196 " # config items go in here\n"
3220 " # config items go in here\n"
3197 "\n"
3221 "\n"
3198 " config items:\n"
3222 " config items:\n"
3199 "\n"
3223 "\n"
3200 " REQUIRED:\n"
3224 " REQUIRED:\n"
3201 " config = /path/to/file # file containing subscriptions\n"
3225 " config = /path/to/file # file containing subscriptions\n"
3202 "\n"
3226 "\n"
3203 " OPTIONAL:\n"
3227 " OPTIONAL:\n"
3204 " test = True # print messages to stdout for testing\n"
3228 " test = True # print messages to stdout for testing\n"
3205 " strip = 3 # number of slashes to strip for url paths\n"
3229 " strip = 3 # number of slashes to strip for url paths\n"
3206 " domain = example.com # domain to use if committer missing domain\n"
3230 " domain = example.com # domain to use if committer missing domain\n"
3207 " style = ... # style file to use when formatting email\n"
3231 " style = ... # style file to use when formatting email\n"
3208 " template = ... # template to use when formatting email\n"
3232 " template = ... # template to use when formatting email\n"
3209 " incoming = ... # template to use when run as incoming hook\n"
3233 " incoming = ... # template to use when run as incoming hook\n"
3210 " changegroup = ... # template when run as changegroup hook\n"
3234 " changegroup = ... # template when run as changegroup hook\n"
3211 " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
3235 " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
3212 " maxsubject = 67 # truncate subject line longer than this\n"
3236 " maxsubject = 67 # truncate subject line longer than this\n"
3213 " diffstat = True # add a diffstat before the diff content\n"
3237 " diffstat = True # add a diffstat before the diff content\n"
3214 " sources = serve # notify if source of incoming changes in this "
3238 " sources = serve # notify if source of incoming changes in this "
3215 "list\n"
3239 "list\n"
3216 " # (serve == ssh or http, push, pull, bundle)\n"
3240 " # (serve == ssh or http, push, pull, bundle)\n"
3217 " [email]\n"
3241 " [email]\n"
3218 " from = user@host.com # email address to send as if none given\n"
3242 " from = user@host.com # email address to send as if none given\n"
3219 " [web]\n"
3243 " [web]\n"
3220 " baseurl = http://hgserver/... # root of hg web site for browsing commits\n"
3244 " baseurl = http://hgserver/... # root of hg web site for browsing commits\n"
3221 "\n"
3245 "\n"
3222 " notify config file has same format as regular hgrc. it has two\n"
3246 " notify config file has same format as regular hgrc. it has two\n"
3223 " sections so you can express subscriptions in whatever way is handier\n"
3247 " sections so you can express subscriptions in whatever way is handier\n"
3224 " for you.\n"
3248 " for you.\n"
3225 "\n"
3249 "\n"
3226 " [usersubs]\n"
3250 " [usersubs]\n"
3227 " # key is subscriber email, value is \",\"-separated list of glob "
3251 " # key is subscriber email, value is \",\"-separated list of glob "
3228 "patterns\n"
3252 "patterns\n"
3229 " user@host = pattern\n"
3253 " user@host = pattern\n"
3230 "\n"
3254 "\n"
3231 " [reposubs]\n"
3255 " [reposubs]\n"
3232 " # key is glob pattern, value is \",\"-separated list of subscriber "
3256 " # key is glob pattern, value is \",\"-separated list of subscriber "
3233 "emails\n"
3257 "emails\n"
3234 " pattern = user@host\n"
3258 " pattern = user@host\n"
3235 "\n"
3259 "\n"
3236 " glob patterns are matched against path to repository root.\n"
3260 " glob patterns are matched against path to repository root.\n"
3237 "\n"
3261 "\n"
3238 " if you like, you can put notify config file in repository that users\n"
3262 " if you like, you can put notify config file in repository that users\n"
3239 " can push changes to, they can manage their own subscriptions."
3263 " can push changes to, they can manage their own subscriptions."
3240 msgstr ""
3264 msgstr ""
3241
3265
3242 #, python-format
3266 #, python-format
3243 msgid "%s: %d new changesets"
3267 msgid "%s: %d new changesets"
3244 msgstr "%s: %d nye ændringer"
3268 msgstr "%s: %d nye ændringer"
3245
3269
3246 #, python-format
3270 #, python-format
3247 msgid "notify: sending %d subscribers %d changes\n"
3271 msgid "notify: sending %d subscribers %d changes\n"
3248 msgstr "notify: sender %d abonnenter %d ændringer\n"
3272 msgstr "notify: sender %d abonnenter %d ændringer\n"
3249
3273
3250 #, python-format
3274 #, python-format
3251 msgid ""
3275 msgid ""
3252 "\n"
3276 "\n"
3253 "diffs (truncated from %d to %d lines):\n"
3277 "diffs (truncated from %d to %d lines):\n"
3254 "\n"
3278 "\n"
3255 msgstr ""
3279 msgstr ""
3256
3280
3257 #, python-format
3281 #, python-format
3258 msgid ""
3282 msgid ""
3259 "\n"
3283 "\n"
3260 "diffs (%d lines):\n"
3284 "diffs (%d lines):\n"
3261 "\n"
3285 "\n"
3262 msgstr ""
3286 msgstr ""
3263
3287
3264 #, python-format
3288 #, python-format
3265 msgid "notify: no subscribers to repository %s\n"
3289 msgid "notify: no subscribers to repository %s\n"
3266 msgstr ""
3290 msgstr ""
3267
3291
3268 #, python-format
3292 #, python-format
3269 msgid "notify: changes have source \"%s\" - skipping\n"
3293 msgid "notify: changes have source \"%s\" - skipping\n"
3270 msgstr ""
3294 msgstr ""
3271
3295
3272 msgid ""
3296 msgid ""
3273 "browse command output with external pager\n"
3297 "browse command output with external pager\n"
3274 "\n"
3298 "\n"
3275 "To set the pager that should be used, set the application variable:\n"
3299 "To set the pager that should be used, set the application variable:\n"
3276 "\n"
3300 "\n"
3277 " [pager]\n"
3301 " [pager]\n"
3278 " pager = LESS='FSRX' less\n"
3302 " pager = LESS='FSRX' less\n"
3279 "\n"
3303 "\n"
3280 "If no pager is set, the pager extensions uses the environment variable\n"
3304 "If no pager is set, the pager extensions uses the environment variable\n"
3281 "$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.\n"
3305 "$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.\n"
3282 "\n"
3306 "\n"
3283 "If you notice \"BROKEN PIPE\" error messages, you can disable them by\n"
3307 "If you notice \"BROKEN PIPE\" error messages, you can disable them by\n"
3284 "setting:\n"
3308 "setting:\n"
3285 "\n"
3309 "\n"
3286 " [pager]\n"
3310 " [pager]\n"
3287 " quiet = True\n"
3311 " quiet = True\n"
3288 "\n"
3312 "\n"
3289 "You can disable the pager for certain commands by adding them to the\n"
3313 "You can disable the pager for certain commands by adding them to the\n"
3290 "pager.ignore list:\n"
3314 "pager.ignore list:\n"
3291 "\n"
3315 "\n"
3292 " [pager]\n"
3316 " [pager]\n"
3293 " ignore = version, help, update\n"
3317 " ignore = version, help, update\n"
3294 "\n"
3318 "\n"
3295 "You can also enable the pager only for certain commands using\n"
3319 "You can also enable the pager only for certain commands using\n"
3296 "pager.attend:\n"
3320 "pager.attend:\n"
3297 "\n"
3321 "\n"
3298 " [pager]\n"
3322 " [pager]\n"
3299 " attend = log\n"
3323 " attend = log\n"
3300 "\n"
3324 "\n"
3301 "If pager.attend is present, pager.ignore will be ignored.\n"
3325 "If pager.attend is present, pager.ignore will be ignored.\n"
3302 "\n"
3326 "\n"
3303 "To ignore global commands like \"hg version\" or \"hg help\", you have to\n"
3327 "To ignore global commands like \"hg version\" or \"hg help\", you have to\n"
3304 "specify them in the global .hgrc\n"
3328 "specify them in the global .hgrc\n"
3305 msgstr ""
3329 msgstr ""
3306
3330
3307 msgid ""
3331 msgid ""
3308 "use suffixes to refer to ancestor revisions\n"
3332 "use suffixes to refer to ancestor revisions\n"
3309 "\n"
3333 "\n"
3310 "This extension allows you to use git-style suffixes to refer to the\n"
3334 "This extension allows you to use git-style suffixes to refer to the\n"
3311 "ancestors of a specific revision.\n"
3335 "ancestors of a specific revision.\n"
3312 "\n"
3336 "\n"
3313 "For example, if you can refer to a revision as \"foo\", then:\n"
3337 "For example, if you can refer to a revision as \"foo\", then:\n"
3314 "\n"
3338 "\n"
3315 "- foo^N = Nth parent of foo\n"
3339 "- foo^N = Nth parent of foo\n"
3316 " foo^0 = foo\n"
3340 " foo^0 = foo\n"
3317 " foo^1 = first parent of foo\n"
3341 " foo^1 = first parent of foo\n"
3318 " foo^2 = second parent of foo\n"
3342 " foo^2 = second parent of foo\n"
3319 " foo^ = foo^1\n"
3343 " foo^ = foo^1\n"
3320 "\n"
3344 "\n"
3321 "- foo~N = Nth first grandparent of foo\n"
3345 "- foo~N = Nth first grandparent of foo\n"
3322 " foo~0 = foo\n"
3346 " foo~0 = foo\n"
3323 " foo~1 = foo^1 = foo^ = first parent of foo\n"
3347 " foo~1 = foo^1 = foo^ = first parent of foo\n"
3324 " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
3348 " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
3325 msgstr ""
3349 msgstr ""
3326
3350
3327 msgid ""
3351 msgid ""
3328 "sending Mercurial changesets as a series of patch emails\n"
3352 "sending Mercurial changesets as a series of patch emails\n"
3329 "\n"
3353 "\n"
3330 "The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
3354 "The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
3331 "describes the series as a whole.\n"
3355 "describes the series as a whole.\n"
3332 "\n"
3356 "\n"
3333 "Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
3357 "Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
3334 "first line of the changeset description as the subject text. The\n"
3358 "first line of the changeset description as the subject text. The\n"
3335 "message contains two or three body parts:\n"
3359 "message contains two or three body parts:\n"
3336 "\n"
3360 "\n"
3337 " The changeset description.\n"
3361 " The changeset description.\n"
3338 "\n"
3362 "\n"
3339 " [Optional] The result of running diffstat on the patch.\n"
3363 " [Optional] The result of running diffstat on the patch.\n"
3340 "\n"
3364 "\n"
3341 " The patch itself, as generated by \"hg export\".\n"
3365 " The patch itself, as generated by \"hg export\".\n"
3342 "\n"
3366 "\n"
3343 "Each message refers to the first in the series using the In-Reply-To\n"
3367 "Each message refers to the first in the series using the In-Reply-To\n"
3344 "and References headers, so they will show up as a sequence in threaded\n"
3368 "and References headers, so they will show up as a sequence in threaded\n"
3345 "mail and news readers, and in mail archives.\n"
3369 "mail and news readers, and in mail archives.\n"
3346 "\n"
3370 "\n"
3347 "With the -d/--diffstat option, you will be prompted for each changeset\n"
3371 "With the -d/--diffstat option, you will be prompted for each changeset\n"
3348 "with a diffstat summary and the changeset summary, so you can be sure\n"
3372 "with a diffstat summary and the changeset summary, so you can be sure\n"
3349 "you are sending the right changes.\n"
3373 "you are sending the right changes.\n"
3350 "\n"
3374 "\n"
3351 "To enable this extension:\n"
3352 "\n"
3353 " [extensions]\n"
3354 " hgext.patchbomb =\n"
3355 "\n"
3356 "To configure other defaults, add a section like this to your hgrc\n"
3375 "To configure other defaults, add a section like this to your hgrc\n"
3357 "file:\n"
3376 "file:\n"
3358 "\n"
3377 "\n"
3359 " [email]\n"
3378 " [email]\n"
3360 " from = My Name <my@email>\n"
3379 " from = My Name <my@email>\n"
3361 " to = recipient1, recipient2, ...\n"
3380 " to = recipient1, recipient2, ...\n"
3362 " cc = cc1, cc2, ...\n"
3381 " cc = cc1, cc2, ...\n"
3363 " bcc = bcc1, bcc2, ...\n"
3382 " bcc = bcc1, bcc2, ...\n"
3364 "\n"
3383 "\n"
3365 "Then you can use the \"hg email\" command to mail a series of changesets\n"
3384 "Then you can use the \"hg email\" command to mail a series of changesets\n"
3366 "as a patchbomb.\n"
3385 "as a patchbomb.\n"
3367 "\n"
3386 "\n"
3368 "To avoid sending patches prematurely, it is a good idea to first run\n"
3387 "To avoid sending patches prematurely, it is a good idea to first run\n"
3369 "the \"email\" command with the \"-n\" option (test only). You will be\n"
3388 "the \"email\" command with the \"-n\" option (test only). You will be\n"
3370 "prompted for an email recipient address, a subject and an introductory\n"
3389 "prompted for an email recipient address, a subject and an introductory\n"
3371 "message describing the patches of your patchbomb. Then when all is\n"
3390 "message describing the patches of your patchbomb. Then when all is\n"
3372 "done, patchbomb messages are displayed. If the PAGER environment\n"
3391 "done, patchbomb messages are displayed. If the PAGER environment\n"
3373 "variable is set, your pager will be fired up once for each patchbomb\n"
3392 "variable is set, your pager will be fired up once for each patchbomb\n"
3374 "message, so you can verify everything is alright.\n"
3393 "message, so you can verify everything is alright.\n"
3375 "\n"
3394 "\n"
3376 "The -m/--mbox option is also very useful. Instead of previewing each\n"
3395 "The -m/--mbox option is also very useful. Instead of previewing each\n"
3377 "patchbomb message in a pager or sending the messages directly, it will\n"
3396 "patchbomb message in a pager or sending the messages directly, it will\n"
3378 "create a UNIX mailbox file with the patch emails. This mailbox file\n"
3397 "create a UNIX mailbox file with the patch emails. This mailbox file\n"
3379 "can be previewed with any mail user agent which supports UNIX mbox\n"
3398 "can be previewed with any mail user agent which supports UNIX mbox\n"
3380 "files, e.g. with mutt:\n"
3399 "files, e.g. with mutt:\n"
3381 "\n"
3400 "\n"
3382 " % mutt -R -f mbox\n"
3401 " % mutt -R -f mbox\n"
3383 "\n"
3402 "\n"
3384 "When you are previewing the patchbomb messages, you can use `formail'\n"
3403 "When you are previewing the patchbomb messages, you can use `formail'\n"
3385 "(a utility that is commonly installed as part of the procmail\n"
3404 "(a utility that is commonly installed as part of the procmail\n"
3386 "package), to send each message out:\n"
3405 "package), to send each message out:\n"
3387 "\n"
3406 "\n"
3388 " % formail -s sendmail -bm -t < mbox\n"
3407 " % formail -s sendmail -bm -t < mbox\n"
3389 "\n"
3408 "\n"
3390 "That should be all. Now your patchbomb is on its way out.\n"
3409 "That should be all. Now your patchbomb is on its way out.\n"
3391 "\n"
3410 "\n"
3392 "You can also either configure the method option in the email section\n"
3411 "You can also either configure the method option in the email section\n"
3393 "to be a sendmail compatible mailer or fill out the [smtp] section so\n"
3412 "to be a sendmail compatible mailer or fill out the [smtp] section so\n"
3394 "that the patchbomb extension can automatically send patchbombs\n"
3413 "that the patchbomb extension can automatically send patchbombs\n"
3395 "directly from the commandline. See the [email] and [smtp] sections in\n"
3414 "directly from the commandline. See the [email] and [smtp] sections in\n"
3396 "hgrc(5) for details."
3415 "hgrc(5) for details."
3397 msgstr ""
3416 msgstr ""
3398
3417
3399 msgid "Please enter a valid value.\n"
3418 msgid "Please enter a valid value.\n"
3400 msgstr ""
3419 msgstr ""
3401
3420
3402 msgid "does the diffstat above look okay? "
3421 msgid "does the diffstat above look okay? "
3403 msgstr ""
3422 msgstr ""
3404
3423
3405 msgid "diffstat rejected"
3424 msgid "diffstat rejected"
3406 msgstr "diffstat afvist"
3425 msgstr "diffstat afvist"
3407
3426
3408 msgid ""
3427 msgid ""
3409 "send changesets by email\n"
3428 "send changesets by email\n"
3410 "\n"
3429 "\n"
3411 " By default, diffs are sent in the format generated by hg export,\n"
3430 " By default, diffs are sent in the format generated by hg export,\n"
3412 " one per message. The series starts with a \"[PATCH 0 of N]\"\n"
3431 " one per message. The series starts with a \"[PATCH 0 of N]\"\n"
3413 " introduction, which describes the series as a whole.\n"
3432 " introduction, which describes the series as a whole.\n"
3414 "\n"
3433 "\n"
3415 " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
3434 " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
3416 " the first line of the changeset description as the subject text.\n"
3435 " the first line of the changeset description as the subject text.\n"
3417 " The message contains two or three parts. First, the changeset\n"
3436 " The message contains two or three parts. First, the changeset\n"
3418 " description. Next, (optionally) if the diffstat program is\n"
3437 " description. Next, (optionally) if the diffstat program is\n"
3419 " installed and -d/--diffstat is used, the result of running\n"
3438 " installed and -d/--diffstat is used, the result of running\n"
3420 " diffstat on the patch. Finally, the patch itself, as generated by\n"
3439 " diffstat on the patch. Finally, the patch itself, as generated by\n"
3421 " \"hg export\".\n"
3440 " \"hg export\".\n"
3422 "\n"
3441 "\n"
3423 " By default the patch is included as text in the email body for\n"
3442 " By default the patch is included as text in the email body for\n"
3424 " easy reviewing. Using the -a/--attach option will instead create\n"
3443 " easy reviewing. Using the -a/--attach option will instead create\n"
3425 " an attachment for the patch. With -i/--inline an inline attachment\n"
3444 " an attachment for the patch. With -i/--inline an inline attachment\n"
3426 " will be created.\n"
3445 " will be created.\n"
3427 "\n"
3446 "\n"
3428 " With -o/--outgoing, emails will be generated for patches not found\n"
3447 " With -o/--outgoing, emails will be generated for patches not found\n"
3429 " in the destination repository (or only those which are ancestors\n"
3448 " in the destination repository (or only those which are ancestors\n"
3430 " of the specified revisions if any are provided)\n"
3449 " of the specified revisions if any are provided)\n"
3431 "\n"
3450 "\n"
3432 " With -b/--bundle, changesets are selected as for --outgoing, but a\n"
3451 " With -b/--bundle, changesets are selected as for --outgoing, but a\n"
3433 " single email containing a binary Mercurial bundle as an attachment\n"
3452 " single email containing a binary Mercurial bundle as an attachment\n"
3434 " will be sent.\n"
3453 " will be sent.\n"
3435 "\n"
3454 "\n"
3436 " Examples:\n"
3455 " Examples:\n"
3437 "\n"
3456 "\n"
3438 " hg email -r 3000 # send patch 3000 only\n"
3457 " hg email -r 3000 # send patch 3000 only\n"
3439 " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
3458 " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
3440 " hg email -r 3000:3005 # send patches 3000 through 3005\n"
3459 " hg email -r 3000:3005 # send patches 3000 through 3005\n"
3441 " hg email 3000 # send patch 3000 (deprecated)\n"
3460 " hg email 3000 # send patch 3000 (deprecated)\n"
3442 "\n"
3461 "\n"
3443 " hg email -o # send all patches not in default\n"
3462 " hg email -o # send all patches not in default\n"
3444 " hg email -o DEST # send all patches not in DEST\n"
3463 " hg email -o DEST # send all patches not in DEST\n"
3445 " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
3464 " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
3446 " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST\n"
3465 " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST\n"
3447 "\n"
3466 "\n"
3448 " hg email -b # send bundle of all patches not in default\n"
3467 " hg email -b # send bundle of all patches not in default\n"
3449 " hg email -b DEST # send bundle of all patches not in DEST\n"
3468 " hg email -b DEST # send bundle of all patches not in DEST\n"
3450 " hg email -b -r 3000 # bundle of all ancestors of 3000 not in "
3469 " hg email -b -r 3000 # bundle of all ancestors of 3000 not in "
3451 "default\n"
3470 "default\n"
3452 " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST\n"
3471 " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST\n"
3453 "\n"
3472 "\n"
3454 " Before using this command, you will need to enable email in your\n"
3473 " Before using this command, you will need to enable email in your\n"
3455 " hgrc. See the [email] section in hgrc(5) for details.\n"
3474 " hgrc. See the [email] section in hgrc(5) for details.\n"
3456 " "
3475 " "
3457 msgstr ""
3476 msgstr ""
3458
3477
3459 msgid "specify at least one changeset with -r or -o"
3478 msgid "specify at least one changeset with -r or -o"
3460 msgstr "angiv mindst en ændring med -r eller -o"
3479 msgstr "angiv mindst en ændring med -r eller -o"
3461
3480
3462 msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
3481 msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
3463 msgstr ""
3482 msgstr ""
3464
3483
3465 msgid "too many destinations"
3484 msgid "too many destinations"
3466 msgstr "for mange destinationer"
3485 msgstr "for mange destinationer"
3467
3486
3468 msgid "use only one form to specify the revision"
3487 msgid "use only one form to specify the revision"
3469 msgstr ""
3488 msgstr ""
3470
3489
3471 msgid ""
3490 msgid ""
3472 "\n"
3491 "\n"
3473 "Write the introductory message for the patch series.\n"
3492 "Write the introductory message for the patch series.\n"
3474 "\n"
3493 "\n"
3475 msgstr ""
3494 msgstr ""
3476
3495
3477 #, python-format
3496 #, python-format
3478 msgid ""
3497 msgid ""
3479 "This patch series consists of %d patches.\n"
3498 "This patch series consists of %d patches.\n"
3480 "\n"
3499 "\n"
3481 msgstr ""
3500 msgstr ""
3482
3501
3483 msgid "Final summary:\n"
3502 msgid "Final summary:\n"
3484 msgstr ""
3503 msgstr ""
3485
3504
3486 msgid "Displaying "
3505 msgid "Displaying "
3487 msgstr ""
3506 msgstr ""
3488
3507
3489 msgid "Writing "
3508 msgid "Writing "
3490 msgstr ""
3509 msgstr ""
3491
3510
3492 msgid "Sending "
3511 msgid "Sending "
3493 msgstr ""
3512 msgstr ""
3494
3513
3495 msgid "send patches as attachments"
3514 msgid "send patches as attachments"
3496 msgstr "send lapper som vedhæftede filer"
3515 msgstr "send lapper som vedhæftede filer"
3497
3516
3498 msgid "send patches as inline attachments"
3517 msgid "send patches as inline attachments"
3499 msgstr "send lapper som integreret tekst"
3518 msgstr "send lapper som integreret tekst"
3500
3519
3501 msgid "email addresses of blind carbon copy recipients"
3520 msgid "email addresses of blind carbon copy recipients"
3502 msgstr ""
3521 msgstr ""
3503
3522
3504 msgid "email addresses of copy recipients"
3523 msgid "email addresses of copy recipients"
3505 msgstr ""
3524 msgstr ""
3506
3525
3507 msgid "add diffstat output to messages"
3526 msgid "add diffstat output to messages"
3508 msgstr "tilføj diffstat resultat til beskeder"
3527 msgstr "tilføj diffstat resultat til beskeder"
3509
3528
3510 msgid "use the given date as the sending date"
3529 msgid "use the given date as the sending date"
3511 msgstr ""
3530 msgstr ""
3512
3531
3513 msgid "use the given file as the series description"
3532 msgid "use the given file as the series description"
3514 msgstr ""
3533 msgstr ""
3515
3534
3516 msgid "email address of sender"
3535 msgid "email address of sender"
3517 msgstr ""
3536 msgstr ""
3518
3537
3519 msgid "print messages that would be sent"
3538 msgid "print messages that would be sent"
3520 msgstr ""
3539 msgstr ""
3521
3540
3522 msgid "write messages to mbox file instead of sending them"
3541 msgid "write messages to mbox file instead of sending them"
3523 msgstr ""
3542 msgstr ""
3524
3543
3525 msgid "subject of first message (intro or single patch)"
3544 msgid "subject of first message (intro or single patch)"
3526 msgstr ""
3545 msgstr ""
3527
3546
3528 msgid "message identifier to reply to"
3547 msgid "message identifier to reply to"
3529 msgstr ""
3548 msgstr ""
3530
3549
3531 msgid "email addresses of recipients"
3550 msgid "email addresses of recipients"
3532 msgstr ""
3551 msgstr ""
3533
3552
3534 msgid "omit hg patch header"
3553 msgid "omit hg patch header"
3535 msgstr ""
3554 msgstr ""
3536
3555
3537 msgid "send changes not found in the target repository"
3556 msgid "send changes not found in the target repository"
3538 msgstr ""
3557 msgstr ""
3539
3558
3540 msgid "send changes not in target as a binary bundle"
3559 msgid "send changes not in target as a binary bundle"
3541 msgstr ""
3560 msgstr ""
3542
3561
3543 msgid "name of the bundle attachment file"
3562 msgid "name of the bundle attachment file"
3544 msgstr ""
3563 msgstr ""
3545
3564
3546 msgid "a revision to send"
3565 msgid "a revision to send"
3547 msgstr ""
3566 msgstr ""
3548
3567
3549 msgid "run even when remote repository is unrelated (with -b/--bundle)"
3568 msgid "run even when remote repository is unrelated (with -b/--bundle)"
3550 msgstr "kør selv hvis fjernarkivet er urelateret (med -b/--bundle)"
3569 msgstr "kør selv hvis fjernarkivet er urelateret (med -b/--bundle)"
3551
3570
3552 msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
3571 msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
3553 msgstr ""
3572 msgstr ""
3554
3573
3555 msgid "send an introduction email for a single patch"
3574 msgid "send an introduction email for a single patch"
3556 msgstr ""
3575 msgstr ""
3557
3576
3558 msgid "hg email [OPTION]... [DEST]..."
3577 msgid "hg email [OPTION]... [DEST]..."
3559 msgstr ""
3578 msgstr ""
3560
3579
3580 msgid "enable removing untracked files only"
3581 msgstr ""
3582
3561 msgid ""
3583 msgid ""
3562 "removes files not tracked by Mercurial\n"
3584 "removes files not tracked by Mercurial\n"
3563 "\n"
3585 "\n"
3564 " Delete files not known to Mercurial. This is useful to test local\n"
3586 " Delete files not known to Mercurial. This is useful to test local\n"
3565 " and uncommitted changes in an otherwise-clean source tree.\n"
3587 " and uncommitted changes in an otherwise-clean source tree.\n"
3566 "\n"
3588 "\n"
3567 " This means that purge will delete:\n"
3589 " This means that purge will delete:\n"
3568 " - Unknown files: files marked with \"?\" by \"hg status\"\n"
3590 " - Unknown files: files marked with \"?\" by \"hg status\"\n"
3569 " - Empty directories: in fact Mercurial ignores directories unless\n"
3591 " - Empty directories: in fact Mercurial ignores directories unless\n"
3570 " they contain files under source control management\n"
3592 " they contain files under source control management\n"
3571 " But it will leave untouched:\n"
3593 " But it will leave untouched:\n"
3572 " - Modified and unmodified tracked files\n"
3594 " - Modified and unmodified tracked files\n"
3573 " - Ignored files (unless --all is specified)\n"
3595 " - Ignored files (unless --all is specified)\n"
3574 " - New files added to the repository (with \"hg add\")\n"
3596 " - New files added to the repository (with \"hg add\")\n"
3575 "\n"
3597 "\n"
3576 " If directories are given on the command line, only files in these\n"
3598 " If directories are given on the command line, only files in these\n"
3577 " directories are considered.\n"
3599 " directories are considered.\n"
3578 "\n"
3600 "\n"
3579 " Be careful with purge, as you could irreversibly delete some files\n"
3601 " Be careful with purge, as you could irreversibly delete some files\n"
3580 " you forgot to add to the repository. If you only want to print the\n"
3602 " you forgot to add to the repository. If you only want to print the\n"
3581 " list of files that this program would delete, use the --print\n"
3603 " list of files that this program would delete, use the --print\n"
3582 " option.\n"
3604 " option.\n"
3583 " "
3605 " "
3584 msgstr ""
3606 msgstr ""
3585
3607
3586 #, python-format
3608 #, python-format
3587 msgid "%s cannot be removed"
3609 msgid "%s cannot be removed"
3588 msgstr ""
3610 msgstr ""
3589
3611
3590 #, python-format
3612 #, python-format
3591 msgid "warning: %s\n"
3613 msgid "warning: %s\n"
3592 msgstr ""
3614 msgstr ""
3593
3615
3594 #, python-format
3616 #, python-format
3595 msgid "Removing file %s\n"
3617 msgid "Removing file %s\n"
3596 msgstr ""
3618 msgstr ""
3597
3619
3598 #, python-format
3620 #, python-format
3599 msgid "Removing directory %s\n"
3621 msgid "Removing directory %s\n"
3600 msgstr ""
3622 msgstr ""
3601
3623
3602 msgid "abort if an error occurs"
3624 msgid "abort if an error occurs"
3603 msgstr ""
3625 msgstr ""
3604
3626
3605 msgid "purge ignored files too"
3627 msgid "purge ignored files too"
3606 msgstr ""
3628 msgstr ""
3607
3629
3608 msgid "print filenames instead of deleting them"
3630 msgid "print filenames instead of deleting them"
3609 msgstr ""
3631 msgstr ""
3610
3632
3611 msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
3633 msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
3612 msgstr ""
3634 msgstr ""
3613
3635
3614 msgid "hg purge [OPTION]... [DIR]..."
3636 msgid "hg purge [OPTION]... [DIR]..."
3615 msgstr ""
3637 msgstr ""
3616
3638
3617 msgid ""
3639 msgid ""
3618 "move sets of revisions to a different ancestor\n"
3640 "move sets of revisions to a different ancestor\n"
3619 "\n"
3641 "\n"
3620 "This extension lets you rebase changesets in an existing Mercurial\n"
3642 "This extension lets you rebase changesets in an existing Mercurial\n"
3621 "repository.\n"
3643 "repository.\n"
3622 "\n"
3644 "\n"
3623 "For more information:\n"
3645 "For more information:\n"
3624 "http://www.selenic.com/mercurial/wiki/index.cgi/RebaseProject\n"
3646 "http://www.selenic.com/mercurial/wiki/index.cgi/RebaseProject\n"
3625 msgstr ""
3647 msgstr ""
3626
3648
3627 msgid "first revision, do not change ancestor\n"
3649 msgid "first revision, do not change ancestor\n"
3628 msgstr ""
3650 msgstr ""
3629
3651
3630 msgid ""
3652 msgid ""
3631 "move changeset (and descendants) to a different branch\n"
3653 "move changeset (and descendants) to a different branch\n"
3632 "\n"
3654 "\n"
3633 " Rebase uses repeated merging to graft changesets from one part of\n"
3655 " Rebase uses repeated merging to graft changesets from one part of\n"
3634 " history onto another. This can be useful for linearizing local\n"
3656 " history onto another. This can be useful for linearizing local\n"
3635 " changes relative to a master development tree.\n"
3657 " changes relative to a master development tree.\n"
3636 "\n"
3658 "\n"
3637 " If a rebase is interrupted to manually resolve a merge, it can be\n"
3659 " If a rebase is interrupted to manually resolve a merge, it can be\n"
3638 " continued with --continue/-c or aborted with --abort/-a.\n"
3660 " continued with --continue/-c or aborted with --abort/-a.\n"
3639 " "
3661 " "
3640 msgstr ""
3662 msgstr ""
3641
3663
3642 msgid "cannot use both abort and continue"
3664 msgid "cannot use both abort and continue"
3643 msgstr ""
3665 msgstr ""
3644
3666
3645 msgid "cannot use collapse with continue or abort"
3667 msgid "cannot use collapse with continue or abort"
3646 msgstr ""
3668 msgstr ""
3647
3669
3648 msgid "abort and continue do not allow specifying revisions"
3670 msgid "abort and continue do not allow specifying revisions"
3649 msgstr ""
3671 msgstr ""
3650
3672
3651 msgid "cannot specify both a revision and a base"
3673 msgid "cannot specify both a revision and a base"
3652 msgstr ""
3674 msgstr ""
3653
3675
3654 msgid "nothing to rebase\n"
3676 msgid "nothing to rebase\n"
3655 msgstr ""
3677 msgstr ""
3656
3678
3657 msgid "cannot use both keepbranches and extrafn"
3679 msgid "cannot use both keepbranches and extrafn"
3658 msgstr ""
3680 msgstr ""
3659
3681
3660 msgid "rebase merging completed\n"
3682 msgid "rebase merging completed\n"
3661 msgstr ""
3683 msgstr ""
3662
3684
3663 msgid "warning: new changesets detected on source branch, not stripping\n"
3685 msgid "warning: new changesets detected on source branch, not stripping\n"
3664 msgstr ""
3686 msgstr ""
3665
3687
3666 msgid "rebase completed\n"
3688 msgid "rebase completed\n"
3667 msgstr ""
3689 msgstr ""
3668
3690
3669 #, python-format
3691 #, python-format
3670 msgid "%d revisions have been skipped\n"
3692 msgid "%d revisions have been skipped\n"
3671 msgstr ""
3693 msgstr ""
3672
3694
3673 msgid " set parents\n"
3695 msgid " set parents\n"
3674 msgstr ""
3696 msgstr ""
3675
3697
3676 #, python-format
3698 #, python-format
3677 msgid "rebasing %d:%s\n"
3699 msgid "rebasing %d:%s\n"
3678 msgstr ""
3700 msgstr ""
3679
3701
3680 #, python-format
3702 #, python-format
3681 msgid " future parents are %d and %d\n"
3703 msgid " future parents are %d and %d\n"
3682 msgstr ""
3704 msgstr ""
3683
3705
3684 #, python-format
3706 #, python-format
3685 msgid " update to %d:%s\n"
3707 msgid " update to %d:%s\n"
3686 msgstr " opdater til %d:%s\n"
3708 msgstr " opdater til %d:%s\n"
3687
3709
3688 msgid " already in target\n"
3710 msgid " already in target\n"
3689 msgstr ""
3711 msgstr ""
3690
3712
3691 #, python-format
3713 #, python-format
3692 msgid " merge against %d:%s\n"
3714 msgid " merge against %d:%s\n"
3693 msgstr ""
3715 msgstr ""
3694
3716
3695 msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
3717 msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
3696 msgstr ""
3718 msgstr ""
3697
3719
3698 msgid "resuming interrupted rebase\n"
3720 msgid "resuming interrupted rebase\n"
3699 msgstr ""
3721 msgstr ""
3700
3722
3701 #, python-format
3723 #, python-format
3702 msgid "no changes, revision %d skipped\n"
3724 msgid "no changes, revision %d skipped\n"
3703 msgstr ""
3725 msgstr ""
3704
3726
3705 #, python-format
3727 #, python-format
3706 msgid "next revision set to %s\n"
3728 msgid "next revision set to %s\n"
3707 msgstr ""
3729 msgstr ""
3708
3730
3709 #, python-format
3731 #, python-format
3710 msgid "cannot use revision %d as base, result would have 3 parents"
3732 msgid "cannot use revision %d as base, result would have 3 parents"
3711 msgstr ""
3733 msgstr ""
3712
3734
3713 #, python-format
3735 #, python-format
3714 msgid "revision %d is an mq patch (%s), finalize it.\n"
3736 msgid "revision %d is an mq patch (%s), finalize it.\n"
3715 msgstr ""
3737 msgstr ""
3716
3738
3717 #, python-format
3739 #, python-format
3718 msgid "import mq patch %d (%s)\n"
3740 msgid "import mq patch %d (%s)\n"
3719 msgstr ""
3741 msgstr ""
3720
3742
3721 msgid "rebase status stored\n"
3743 msgid "rebase status stored\n"
3722 msgstr ""
3744 msgstr ""
3723
3745
3724 msgid "rebase status resumed\n"
3746 msgid "rebase status resumed\n"
3725 msgstr ""
3747 msgstr ""
3726
3748
3727 msgid "no rebase in progress"
3749 msgid "no rebase in progress"
3728 msgstr ""
3750 msgstr ""
3729
3751
3730 msgid "warning: new changesets detected on target branch, not stripping\n"
3752 msgid "warning: new changesets detected on target branch, not stripping\n"
3731 msgstr ""
3753 msgstr ""
3732
3754
3733 msgid "rebase aborted\n"
3755 msgid "rebase aborted\n"
3734 msgstr ""
3756 msgstr ""
3735
3757
3736 msgid "cannot rebase onto an applied mq patch"
3758 msgid "cannot rebase onto an applied mq patch"
3737 msgstr ""
3759 msgstr ""
3738
3760
3739 msgid "cannot rebase an ancestor"
3761 msgid "cannot rebase an ancestor"
3740 msgstr ""
3762 msgstr ""
3741
3763
3742 msgid "cannot rebase a descendant"
3764 msgid "cannot rebase a descendant"
3743 msgstr ""
3765 msgstr ""
3744
3766
3745 msgid "already working on current\n"
3767 msgid "already working on current\n"
3746 msgstr ""
3768 msgstr ""
3747
3769
3748 msgid "already working on the current branch\n"
3770 msgid "already working on the current branch\n"
3749 msgstr ""
3771 msgstr ""
3750
3772
3751 #, python-format
3773 #, python-format
3752 msgid "rebase onto %d starting from %d\n"
3774 msgid "rebase onto %d starting from %d\n"
3753 msgstr ""
3775 msgstr ""
3754
3776
3755 msgid "unable to collapse, there is more than one external parent"
3777 msgid "unable to collapse, there is more than one external parent"
3756 msgstr ""
3778 msgstr ""
3757
3779
3758 msgid "--update and --rebase are not compatible, ignoring the update flag\n"
3780 msgid "--update and --rebase are not compatible, ignoring the update flag\n"
3759 msgstr ""
3781 msgstr ""
3760
3782
3761 msgid "rebase working directory to branch head"
3783 msgid "rebase working directory to branch head"
3762 msgstr ""
3784 msgstr ""
3763
3785
3764 msgid "rebase from a given revision"
3786 msgid "rebase from a given revision"
3765 msgstr ""
3787 msgstr ""
3766
3788
3767 msgid "rebase from the base of a given revision"
3789 msgid "rebase from the base of a given revision"
3768 msgstr ""
3790 msgstr ""
3769
3791
3770 msgid "rebase onto a given revision"
3792 msgid "rebase onto a given revision"
3771 msgstr ""
3793 msgstr ""
3772
3794
3773 msgid "collapse the rebased revisions"
3795 msgid "collapse the rebased revisions"
3774 msgstr ""
3796 msgstr ""
3775
3797
3776 msgid "keep original revisions"
3798 msgid "keep original revisions"
3777 msgstr ""
3799 msgstr ""
3778
3800
3779 msgid "keep original branches"
3801 msgid "keep original branches"
3780 msgstr ""
3802 msgstr ""
3781
3803
3782 msgid "continue an interrupted rebase"
3804 msgid "continue an interrupted rebase"
3783 msgstr ""
3805 msgstr ""
3784
3806
3785 msgid "abort an interrupted rebase"
3807 msgid "abort an interrupted rebase"
3786 msgstr ""
3808 msgstr ""
3787
3809
3788 msgid ""
3810 msgid ""
3789 "hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] "
3811 "hg rebase [-s REV | -b REV] [-d REV] [--collapse] [--keep] [--keepbranches] "
3790 "| [-c] | [-a]"
3812 "| [-c] | [-a]"
3791 msgstr ""
3813 msgstr ""
3792
3814
3793 msgid "interactive change selection during commit or qrefresh"
3815 msgid "interactive change selection during commit or qrefresh"
3794 msgstr ""
3816 msgstr ""
3795
3817
3796 msgid "this modifies a binary file (all or nothing)\n"
3818 msgid "this modifies a binary file (all or nothing)\n"
3797 msgstr "dette ændrer en binær fil (alt eller intet)\n"
3819 msgstr "dette ændrer en binær fil (alt eller intet)\n"
3798
3820
3799 msgid "this is a binary file\n"
3821 msgid "this is a binary file\n"
3800 msgstr "dette er en binær fil\n"
3822 msgstr "dette er en binær fil\n"
3801
3823
3802 #, python-format
3824 #, python-format
3803 msgid "%d hunks, %d lines changed\n"
3825 msgid "%d hunks, %d lines changed\n"
3804 msgstr "%d stumper, %d linjer ændret\n"
3826 msgstr "%d stumper, %d linjer ændret\n"
3805
3827
3806 msgid "[Ynsfdaq?]"
3828 msgid "[Ynsfdaq?]"
3807 msgstr ""
3829 msgstr ""
3808
3830
3809 msgid "&Yes, record this change"
3831 msgid "&Yes, record this change"
3810 msgstr ""
3832 msgstr ""
3811
3833
3812 msgid "&No, skip this change"
3834 msgid "&No, skip this change"
3813 msgstr ""
3835 msgstr ""
3814
3836
3815 msgid "&Skip remaining changes to this file"
3837 msgid "&Skip remaining changes to this file"
3816 msgstr ""
3838 msgstr ""
3817
3839
3818 msgid "Record remaining changes to this &file"
3840 msgid "Record remaining changes to this &file"
3819 msgstr ""
3841 msgstr ""
3820
3842
3821 msgid "&Done, skip remaining changes and files"
3843 msgid "&Done, skip remaining changes and files"
3822 msgstr ""
3844 msgstr ""
3823
3845
3824 msgid "Record &all changes to all remaining files"
3846 msgid "Record &all changes to all remaining files"
3825 msgstr ""
3847 msgstr ""
3826
3848
3827 msgid "&Quit, recording no changes"
3849 msgid "&Quit, recording no changes"
3828 msgstr ""
3850 msgstr ""
3829
3851
3830 msgid "&?"
3852 msgid "&?"
3831 msgstr ""
3853 msgstr ""
3832
3854
3833 msgid "y"
3855 msgid "y"
3834 msgstr ""
3856 msgstr ""
3835
3857
3836 msgid "?"
3858 msgid "?"
3837 msgstr ""
3859 msgstr ""
3838
3860
3839 msgid "y - record this change"
3861 msgid "y - record this change"
3840 msgstr ""
3862 msgstr ""
3841
3863
3842 msgid "s"
3864 msgid "s"
3843 msgstr ""
3865 msgstr ""
3844
3866
3845 msgid "f"
3867 msgid "f"
3846 msgstr ""
3868 msgstr ""
3847
3869
3848 msgid "d"
3870 msgid "d"
3849 msgstr ""
3871 msgstr ""
3850
3872
3851 msgid "a"
3873 msgid "a"
3852 msgstr ""
3874 msgstr ""
3853
3875
3854 msgid "q"
3876 msgid "q"
3855 msgstr ""
3877 msgstr ""
3856
3878
3857 msgid "user quit"
3879 msgid "user quit"
3858 msgstr "user quit"
3880 msgstr "user quit"
3859
3881
3860 #, python-format
3882 #, python-format
3861 msgid "examine changes to %s?"
3883 msgid "examine changes to %s?"
3862 msgstr ""
3884 msgstr ""
3863
3885
3864 msgid " and "
3886 msgid " and "
3865 msgstr " og "
3887 msgstr " og "
3866
3888
3867 #, python-format
3889 #, python-format
3868 msgid "record this change to %r?"
3890 msgid "record this change to %r?"
3869 msgstr ""
3891 msgstr ""
3870
3892
3871 #, python-format
3893 #, python-format
3872 msgid "record change %d/%d to %r?"
3894 msgid "record change %d/%d to %r?"
3873 msgstr ""
3895 msgstr ""
3874
3896
3875 msgid ""
3897 msgid ""
3876 "interactively select changes to commit\n"
3898 "interactively select changes to commit\n"
3877 "\n"
3899 "\n"
3878 " If a list of files is omitted, all changes reported by \"hg status\"\n"
3900 " If a list of files is omitted, all changes reported by \"hg status\"\n"
3879 " will be candidates for recording.\n"
3901 " will be candidates for recording.\n"
3880 "\n"
3902 "\n"
3881 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
3903 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
3882 "\n"
3904 "\n"
3883 " You will be prompted for whether to record changes to each\n"
3905 " You will be prompted for whether to record changes to each\n"
3884 " modified file, and for files with multiple changes, for each\n"
3906 " modified file, and for files with multiple changes, for each\n"
3885 " change to use. For each query, the following responses are\n"
3907 " change to use. For each query, the following responses are\n"
3886 " possible:\n"
3908 " possible:\n"
3887 "\n"
3909 "\n"
3888 " y - record this change\n"
3910 " y - record this change\n"
3889 " n - skip this change\n"
3911 " n - skip this change\n"
3890 "\n"
3912 "\n"
3891 " s - skip remaining changes to this file\n"
3913 " s - skip remaining changes to this file\n"
3892 " f - record remaining changes to this file\n"
3914 " f - record remaining changes to this file\n"
3893 "\n"
3915 "\n"
3894 " d - done, skip remaining changes and files\n"
3916 " d - done, skip remaining changes and files\n"
3895 " a - record all changes to all remaining files\n"
3917 " a - record all changes to all remaining files\n"
3896 " q - quit, recording no changes\n"
3918 " q - quit, recording no changes\n"
3897 "\n"
3919 "\n"
3898 " ? - display help"
3920 " ? - display help"
3899 msgstr ""
3921 msgstr ""
3900
3922
3901 msgid "'mq' extension not loaded"
3923 msgid "'mq' extension not loaded"
3902 msgstr ""
3924 msgstr ""
3903
3925
3904 msgid "running non-interactively, use commit instead"
3926 msgid "running non-interactively, use commit instead"
3905 msgstr ""
3927 msgstr ""
3906
3928
3907 msgid "no changes to record\n"
3929 msgid "no changes to record\n"
3908 msgstr ""
3930 msgstr ""
3909
3931
3910 #, python-format
3932 #, python-format
3911 msgid "backup %r as %r\n"
3933 msgid "backup %r as %r\n"
3912 msgstr "sikkerhedskopier %r som %r\n"
3934 msgstr "sikkerhedskopier %r som %r\n"
3913
3935
3914 msgid "applying patch\n"
3936 msgid "applying patch\n"
3915 msgstr "tilføjer lap\n"
3937 msgstr "tilføjer lap\n"
3916
3938
3917 msgid "patch failed to apply"
3939 msgid "patch failed to apply"
3918 msgstr "lap kunne ikke tilføjes"
3940 msgstr "lap kunne ikke tilføjes"
3919
3941
3920 #, python-format
3942 #, python-format
3921 msgid "restoring %r to %r\n"
3943 msgid "restoring %r to %r\n"
3922 msgstr "gendanner %r som %r\n"
3944 msgstr "gendanner %r som %r\n"
3923
3945
3924 msgid "hg record [OPTION]... [FILE]..."
3946 msgid "hg record [OPTION]... [FILE]..."
3925 msgstr ""
3947 msgstr ""
3926
3948
3927 msgid "hg qrecord [OPTION]... PATCH [FILE]..."
3949 msgid "hg qrecord [OPTION]... PATCH [FILE]..."
3928 msgstr ""
3950 msgstr ""
3929
3951
3952 msgid "provides the hg share command"
3953 msgstr ""
3954
3930 msgid ""
3955 msgid ""
3931 "create a new shared repository (experimental)\n"
3956 "create a new shared repository (experimental)\n"
3932 "\n"
3957 "\n"
3933 " Initialize a new repository and working directory that shares its\n"
3958 " Initialize a new repository and working directory that shares its\n"
3934 " history with another repository.\n"
3959 " history with another repository.\n"
3935 "\n"
3960 "\n"
3936 " NOTE: actions that change history such as rollback or moving the\n"
3961 " NOTE: actions that change history such as rollback or moving the\n"
3937 " source may confuse sharers.\n"
3962 " source may confuse sharers.\n"
3938 " "
3963 " "
3939 msgstr ""
3964 msgstr ""
3940
3965
3941 msgid "do not create a working copy"
3966 msgid "do not create a working copy"
3942 msgstr "opret ikke en arbejdskopi"
3967 msgstr "opret ikke en arbejdskopi"
3943
3968
3944 msgid "[-U] SOURCE [DEST]"
3969 msgid "[-U] SOURCE [DEST]"
3945 msgstr ""
3970 msgstr ""
3946
3971
3947 msgid ""
3972 msgid ""
3948 "patch transplanting tool\n"
3973 "patch transplanting tool\n"
3949 "\n"
3974 "\n"
3950 "This extension allows you to transplant patches from another branch.\n"
3975 "This extension allows you to transplant patches from another branch.\n"
3951 "\n"
3976 "\n"
3952 "Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
3977 "Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
3953 "map from a changeset hash to its hash in the source repository.\n"
3978 "map from a changeset hash to its hash in the source repository.\n"
3954 msgstr ""
3979 msgstr ""
3955
3980
3956 #, python-format
3981 #, python-format
3957 msgid "skipping already applied revision %s\n"
3982 msgid "skipping already applied revision %s\n"
3958 msgstr ""
3983 msgstr ""
3959
3984
3960 #, python-format
3985 #, python-format
3961 msgid "skipping merge changeset %s:%s\n"
3986 msgid "skipping merge changeset %s:%s\n"
3962 msgstr ""
3987 msgstr ""
3963
3988
3964 #, python-format
3989 #, python-format
3965 msgid "%s merged at %s\n"
3990 msgid "%s merged at %s\n"
3966 msgstr ""
3991 msgstr ""
3967
3992
3968 #, python-format
3993 #, python-format
3969 msgid "%s transplanted to %s\n"
3994 msgid "%s transplanted to %s\n"
3970 msgstr ""
3995 msgstr ""
3971
3996
3972 #, python-format
3997 #, python-format
3973 msgid "filtering %s\n"
3998 msgid "filtering %s\n"
3974 msgstr ""
3999 msgstr ""
3975
4000
3976 msgid "filter failed"
4001 msgid "filter failed"
3977 msgstr ""
4002 msgstr ""
3978
4003
3979 msgid "can only omit patchfile if merging"
4004 msgid "can only omit patchfile if merging"
3980 msgstr ""
4005 msgstr ""
3981
4006
3982 #, python-format
4007 #, python-format
3983 msgid "%s: empty changeset"
4008 msgid "%s: empty changeset"
3984 msgstr "%s: tom ændring"
4009 msgstr "%s: tom ændring"
3985
4010
3986 msgid "Fix up the merge and run hg transplant --continue"
4011 msgid "Fix up the merge and run hg transplant --continue"
3987 msgstr ""
4012 msgstr ""
3988
4013
3989 #, python-format
4014 #, python-format
3990 msgid "%s transplanted as %s\n"
4015 msgid "%s transplanted as %s\n"
3991 msgstr ""
4016 msgstr ""
3992
4017
3993 msgid "transplant log file is corrupt"
4018 msgid "transplant log file is corrupt"
3994 msgstr ""
4019 msgstr ""
3995
4020
3996 #, python-format
4021 #, python-format
3997 msgid "working dir not at transplant parent %s"
4022 msgid "working dir not at transplant parent %s"
3998 msgstr ""
4023 msgstr ""
3999
4024
4000 msgid "commit failed"
4025 msgid "commit failed"
4001 msgstr ""
4026 msgstr ""
4002
4027
4003 msgid "apply changeset? [ynmpcq?]:"
4028 msgid "apply changeset? [ynmpcq?]:"
4004 msgstr ""
4029 msgstr ""
4005
4030
4006 msgid ""
4031 msgid ""
4007 "transplant changesets from another branch\n"
4032 "transplant changesets from another branch\n"
4008 "\n"
4033 "\n"
4009 " Selected changesets will be applied on top of the current working\n"
4034 " Selected changesets will be applied on top of the current working\n"
4010 " directory with the log of the original changeset. If --log is\n"
4035 " directory with the log of the original changeset. If --log is\n"
4011 " specified, log messages will have a comment appended of the form:\n"
4036 " specified, log messages will have a comment appended of the form:\n"
4012 "\n"
4037 "\n"
4013 " (transplanted from CHANGESETHASH)\n"
4038 " (transplanted from CHANGESETHASH)\n"
4014 "\n"
4039 "\n"
4015 " You can rewrite the changelog message with the --filter option.\n"
4040 " You can rewrite the changelog message with the --filter option.\n"
4016 " Its argument will be invoked with the current changelog message as\n"
4041 " Its argument will be invoked with the current changelog message as\n"
4017 " $1 and the patch as $2.\n"
4042 " $1 and the patch as $2.\n"
4018 "\n"
4043 "\n"
4019 " If --source/-s is specified, selects changesets from the named\n"
4044 " If --source/-s is specified, selects changesets from the named\n"
4020 " repository. If --branch/-b is specified, selects changesets from\n"
4045 " repository. If --branch/-b is specified, selects changesets from\n"
4021 " the branch holding the named revision, up to that revision. If\n"
4046 " the branch holding the named revision, up to that revision. If\n"
4022 " --all/-a is specified, all changesets on the branch will be\n"
4047 " --all/-a is specified, all changesets on the branch will be\n"
4023 " transplanted, otherwise you will be prompted to select the\n"
4048 " transplanted, otherwise you will be prompted to select the\n"
4024 " changesets you want.\n"
4049 " changesets you want.\n"
4025 "\n"
4050 "\n"
4026 " hg transplant --branch REVISION --all will rebase the selected\n"
4051 " hg transplant --branch REVISION --all will rebase the selected\n"
4027 " branch (up to the named revision) onto your current working\n"
4052 " branch (up to the named revision) onto your current working\n"
4028 " directory.\n"
4053 " directory.\n"
4029 "\n"
4054 "\n"
4030 " You can optionally mark selected transplanted changesets as merge\n"
4055 " You can optionally mark selected transplanted changesets as merge\n"
4031 " changesets. You will not be prompted to transplant any ancestors\n"
4056 " changesets. You will not be prompted to transplant any ancestors\n"
4032 " of a merged transplant, and you can merge descendants of them\n"
4057 " of a merged transplant, and you can merge descendants of them\n"
4033 " normally instead of transplanting them.\n"
4058 " normally instead of transplanting them.\n"
4034 "\n"
4059 "\n"
4035 " If no merges or revisions are provided, hg transplant will start\n"
4060 " If no merges or revisions are provided, hg transplant will start\n"
4036 " an interactive changeset browser.\n"
4061 " an interactive changeset browser.\n"
4037 "\n"
4062 "\n"
4038 " If a changeset application fails, you can fix the merge by hand\n"
4063 " If a changeset application fails, you can fix the merge by hand\n"
4039 " and then resume where you left off by calling hg transplant\n"
4064 " and then resume where you left off by calling hg transplant\n"
4040 " --continue/-c.\n"
4065 " --continue/-c.\n"
4041 " "
4066 " "
4042 msgstr ""
4067 msgstr ""
4043
4068
4044 msgid "--continue is incompatible with branch, all or merge"
4069 msgid "--continue is incompatible with branch, all or merge"
4045 msgstr ""
4070 msgstr ""
4046
4071
4047 msgid "no source URL, branch tag or revision list provided"
4072 msgid "no source URL, branch tag or revision list provided"
4048 msgstr ""
4073 msgstr ""
4049
4074
4050 msgid "--all requires a branch revision"
4075 msgid "--all requires a branch revision"
4051 msgstr ""
4076 msgstr ""
4052
4077
4053 msgid "--all is incompatible with a revision list"
4078 msgid "--all is incompatible with a revision list"
4054 msgstr ""
4079 msgstr ""
4055
4080
4056 msgid "no revision checked out"
4081 msgid "no revision checked out"
4057 msgstr ""
4082 msgstr ""
4058
4083
4059 msgid "outstanding uncommitted merges"
4084 msgid "outstanding uncommitted merges"
4060 msgstr ""
4085 msgstr ""
4061
4086
4062 msgid "outstanding local changes"
4087 msgid "outstanding local changes"
4063 msgstr ""
4088 msgstr ""
4064
4089
4065 msgid "pull patches from REPOSITORY"
4090 msgid "pull patches from REPOSITORY"
4066 msgstr ""
4091 msgstr ""
4067
4092
4068 msgid "pull patches from branch BRANCH"
4093 msgid "pull patches from branch BRANCH"
4069 msgstr ""
4094 msgstr ""
4070
4095
4071 msgid "pull all changesets up to BRANCH"
4096 msgid "pull all changesets up to BRANCH"
4072 msgstr ""
4097 msgstr ""
4073
4098
4074 msgid "skip over REV"
4099 msgid "skip over REV"
4075 msgstr "spring over REV"
4100 msgstr "spring over REV"
4076
4101
4077 msgid "merge at REV"
4102 msgid "merge at REV"
4078 msgstr ""
4103 msgstr ""
4079
4104
4080 msgid "append transplant info to log message"
4105 msgid "append transplant info to log message"
4081 msgstr ""
4106 msgstr ""
4082
4107
4083 msgid "continue last transplant session after repair"
4108 msgid "continue last transplant session after repair"
4084 msgstr ""
4109 msgstr ""
4085
4110
4086 msgid "filter changesets through FILTER"
4111 msgid "filter changesets through FILTER"
4087 msgstr ""
4112 msgstr ""
4088
4113
4089 msgid ""
4114 msgid ""
4090 "hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
4115 "hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
4091 msgstr ""
4116 msgstr ""
4092
4117
4093 msgid ""
4118 msgid ""
4094 "allow to use MBCS path with problematic encoding.\n"
4119 "allow to use MBCS path with problematic encoding.\n"
4095 "\n"
4120 "\n"
4096 "Some MBCS encodings are not good for some path operations (i.e.\n"
4121 "Some MBCS encodings are not good for some path operations (i.e.\n"
4097 "splitting path, case conversion, etc.) with its encoded bytes. We call\n"
4122 "splitting path, case conversion, etc.) with its encoded bytes. We call\n"
4098 "such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
4123 "such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
4099 "This extension can be used to fix the issue with those encodings by\n"
4124 "This extension can be used to fix the issue with those encodings by\n"
4100 "wrapping some functions to convert to Unicode string before path\n"
4125 "wrapping some functions to convert to Unicode string before path\n"
4101 "operation.\n"
4126 "operation.\n"
4102 "\n"
4127 "\n"
4103 "This extension is useful for:\n"
4128 "This extension is useful for:\n"
4104 " * Japanese Windows users using shift_jis encoding.\n"
4129 " * Japanese Windows users using shift_jis encoding.\n"
4105 " * Chinese Windows users using big5 encoding.\n"
4130 " * Chinese Windows users using big5 encoding.\n"
4106 " * All users who use a repository with one of problematic encodings on\n"
4131 " * All users who use a repository with one of problematic encodings on\n"
4107 " case-insensitive file system.\n"
4132 " case-insensitive file system.\n"
4108 "\n"
4133 "\n"
4109 "This extension is not needed for:\n"
4134 "This extension is not needed for:\n"
4110 " * Any user who use only ASCII chars in path.\n"
4135 " * Any user who use only ASCII chars in path.\n"
4111 " * Any user who do not use any of problematic encodings.\n"
4136 " * Any user who do not use any of problematic encodings.\n"
4112 "\n"
4137 "\n"
4113 "Note that there are some limitations on using this extension:\n"
4138 "Note that there are some limitations on using this extension:\n"
4114 " * You should use single encoding in one repository.\n"
4139 " * You should use single encoding in one repository.\n"
4115 " * You should set same encoding for the repository by locale or\n"
4140 " * You should set same encoding for the repository by locale or\n"
4116 " HGENCODING.\n"
4141 " HGENCODING.\n"
4117 "\n"
4142 "\n"
4118 "To use this extension, enable the extension in .hg/hgrc or ~/.hgrc:\n"
4119 "\n"
4120 " [extensions]\n"
4121 " hgext.win32mbcs =\n"
4122 "\n"
4123 "Path encoding conversion are done between Unicode and\n"
4143 "Path encoding conversion are done between Unicode and\n"
4124 "encoding.encoding which is decided by Mercurial from current locale\n"
4144 "encoding.encoding which is decided by Mercurial from current locale\n"
4125 "setting or HGENCODING.\n"
4145 "setting or HGENCODING.\n"
4126 "\n"
4146 "\n"
4127 msgstr ""
4147 msgstr ""
4128
4148
4129 #, python-format
4149 #, python-format
4130 msgid "[win32mbcs] filename conversion fail with %s encoding\n"
4150 msgid "[win32mbcs] filename conversion fail with %s encoding\n"
4131 msgstr ""
4151 msgstr ""
4132
4152
4133 msgid "[win32mbcs] cannot activate on this platform.\n"
4153 msgid "[win32mbcs] cannot activate on this platform.\n"
4134 msgstr ""
4154 msgstr ""
4135
4155
4136 #, python-format
4156 #, python-format
4137 msgid "[win32mbcs] activated with encoding: %s\n"
4157 msgid "[win32mbcs] activated with encoding: %s\n"
4138 msgstr ""
4158 msgstr ""
4139
4159
4160 msgid ""
4161 "LF <-> CRLF/CR translation utilities\n"
4162 "\n"
4163 "To perform automatic newline conversion, use:\n"
4164 "\n"
4165 "[extensions]\n"
4166 "hgext.win32text =\n"
4167 "[encode]\n"
4168 "** = cleverencode:\n"
4169 "# or ** = macencode:\n"
4170 "\n"
4171 "[decode]\n"
4172 "** = cleverdecode:\n"
4173 "# or ** = macdecode:\n"
4174 "\n"
4175 "If not doing conversion, to make sure you do not commit CRLF/CR by "
4176 "accident:\n"
4177 "\n"
4178 "[hooks]\n"
4179 "pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
4180 "# or pretxncommit.cr = python:hgext.win32text.forbidcr\n"
4181 "\n"
4182 "To do the same check on a server to prevent CRLF/CR from being\n"
4183 "pushed or pulled:\n"
4184 "\n"
4185 "[hooks]\n"
4186 "pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
4187 "# or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
4188 msgstr ""
4189
4140 #, python-format
4190 #, python-format
4141 msgid ""
4191 msgid ""
4142 "WARNING: %s already has %s line endings\n"
4192 "WARNING: %s already has %s line endings\n"
4143 "and does not need EOL conversion by the win32text plugin.\n"
4193 "and does not need EOL conversion by the win32text plugin.\n"
4144 "Before your next commit, please reconsider your encode/decode settings in \n"
4194 "Before your next commit, please reconsider your encode/decode settings in \n"
4145 "Mercurial.ini or %s.\n"
4195 "Mercurial.ini or %s.\n"
4146 msgstr ""
4196 msgstr ""
4147
4197
4148 #, python-format
4198 #, python-format
4149 msgid "Attempt to commit or push text file(s) using %s line endings\n"
4199 msgid "Attempt to commit or push text file(s) using %s line endings\n"
4150 msgstr ""
4200 msgstr ""
4151
4201
4152 #, python-format
4202 #, python-format
4153 msgid "in %s: %s\n"
4203 msgid "in %s: %s\n"
4154 msgstr ""
4204 msgstr ""
4155
4205
4156 #, python-format
4206 #, python-format
4157 msgid ""
4207 msgid ""
4158 "\n"
4208 "\n"
4159 "To prevent this mistake in your local repository,\n"
4209 "To prevent this mistake in your local repository,\n"
4160 "add to Mercurial.ini or .hg/hgrc:\n"
4210 "add to Mercurial.ini or .hg/hgrc:\n"
4161 "\n"
4211 "\n"
4162 "[hooks]\n"
4212 "[hooks]\n"
4163 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
4213 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
4164 "\n"
4214 "\n"
4165 "and also consider adding:\n"
4215 "and also consider adding:\n"
4166 "\n"
4216 "\n"
4167 "[extensions]\n"
4217 "[extensions]\n"
4168 "hgext.win32text =\n"
4218 "hgext.win32text =\n"
4169 "[encode]\n"
4219 "[encode]\n"
4170 "** = %sencode:\n"
4220 "** = %sencode:\n"
4171 "[decode]\n"
4221 "[decode]\n"
4172 "** = %sdecode:\n"
4222 "** = %sdecode:\n"
4173 msgstr ""
4223 msgstr ""
4174
4224
4175 msgid ""
4225 msgid ""
4176 "zeroconf support for Mercurial repositories\n"
4226 "zeroconf support for Mercurial repositories\n"
4177 "\n"
4227 "\n"
4178 "Zeroconf enabled repositories will be announced in a network without\n"
4228 "Zeroconf enabled repositories will be announced in a network without\n"
4179 "the need to configure a server or a service. They can be discovered\n"
4229 "the need to configure a server or a service. They can be discovered\n"
4180 "without knowing their actual IP address.\n"
4230 "without knowing their actual IP address.\n"
4181 "\n"
4231 "\n"
4182 "To use the zeroconf extension add the following entry to your hgrc\n"
4183 "file:\n"
4184 "\n"
4185 "[extensions]\n"
4186 "hgext.zeroconf =\n"
4187 "\n"
4188 "To allow other people to discover your repository using run \"hg serve\"\n"
4232 "To allow other people to discover your repository using run \"hg serve\"\n"
4189 "in your repository.\n"
4233 "in your repository.\n"
4190 "\n"
4234 "\n"
4191 " $ cd test\n"
4235 " $ cd test\n"
4192 " $ hg serve\n"
4236 " $ hg serve\n"
4193 "\n"
4237 "\n"
4194 "You can discover zeroconf enabled repositories by running \"hg paths\".\n"
4238 "You can discover zeroconf enabled repositories by running \"hg paths\".\n"
4195 "\n"
4239 "\n"
4196 " $ hg paths\n"
4240 " $ hg paths\n"
4197 " zc-test = http://example.com:8000/test\n"
4241 " zc-test = http://example.com:8000/test\n"
4198 msgstr ""
4242 msgstr ""
4199
4243
4200 msgid "archive prefix contains illegal components"
4244 msgid "archive prefix contains illegal components"
4201 msgstr "arkivpræfix indeholder ugyldige komponenter"
4245 msgstr "arkivpræfix indeholder ugyldige komponenter"
4202
4246
4203 msgid "cannot give prefix when archiving to files"
4247 msgid "cannot give prefix when archiving to files"
4204 msgstr "kan ikke give præfix ved arkivering til filer"
4248 msgstr "kan ikke give præfix ved arkivering til filer"
4205
4249
4206 #, python-format
4250 #, python-format
4207 msgid "unknown archive type '%s'"
4251 msgid "unknown archive type '%s'"
4208 msgstr "ukendt arkivtype '%s'"
4252 msgstr "ukendt arkivtype '%s'"
4209
4253
4210 msgid "invalid changegroup"
4254 msgid "invalid changegroup"
4211 msgstr ""
4255 msgstr ""
4212
4256
4213 msgid "unknown parent"
4257 msgid "unknown parent"
4214 msgstr "ukendt forælder"
4258 msgstr "ukendt forælder"
4215
4259
4216 #, python-format
4260 #, python-format
4217 msgid "integrity check failed on %s:%d"
4261 msgid "integrity check failed on %s:%d"
4218 msgstr "integritetstjek fejlede på %s:%d"
4262 msgstr "integritetstjek fejlede på %s:%d"
4219
4263
4220 #, python-format
4264 #, python-format
4221 msgid "%s: not a Mercurial bundle file"
4265 msgid "%s: not a Mercurial bundle file"
4222 msgstr "%s er ikke en Mercurial bundle fil"
4266 msgstr "%s er ikke en Mercurial bundle fil"
4223
4267
4224 #, python-format
4268 #, python-format
4225 msgid "%s: unknown bundle version"
4269 msgid "%s: unknown bundle version"
4226 msgstr "%s: ukendt bundle version"
4270 msgstr "%s: ukendt bundle version"
4227
4271
4228 #, python-format
4272 #, python-format
4229 msgid "%s: unknown bundle compression type"
4273 msgid "%s: unknown bundle compression type"
4230 msgstr "%s: ukendt bundle kompressionstype"
4274 msgstr "%s: ukendt bundle kompressionstype"
4231
4275
4232 msgid "cannot create new bundle repository"
4276 msgid "cannot create new bundle repository"
4233 msgstr ""
4277 msgstr ""
4234
4278
4235 #, python-format
4279 #, python-format
4236 msgid "premature EOF reading chunk (got %d bytes, expected %d)"
4280 msgid "premature EOF reading chunk (got %d bytes, expected %d)"
4237 msgstr "for tidlig EOF ved læsning af chunk (fik %d bytes, forventede %d)"
4281 msgstr "for tidlig EOF ved læsning af chunk (fik %d bytes, forventede %d)"
4238
4282
4239 msgid "empty username"
4283 msgid "empty username"
4240 msgstr "tomt brugernavn"
4284 msgstr "tomt brugernavn"
4241
4285
4242 #, python-format
4286 #, python-format
4243 msgid "username %s contains a newline"
4287 msgid "username %s contains a newline"
4244 msgstr "brugernavn %s indeholder et linieskift"
4288 msgstr "brugernavn %s indeholder et linieskift"
4245
4289
4246 msgid "options --message and --logfile are mutually exclusive"
4290 msgid "options --message and --logfile are mutually exclusive"
4247 msgstr ""
4291 msgstr ""
4248
4292
4249 #, python-format
4293 #, python-format
4250 msgid "can't read commit message '%s': %s"
4294 msgid "can't read commit message '%s': %s"
4251 msgstr "Kan ikke læse arkiveringsbesked '%s': %s"
4295 msgstr "Kan ikke læse arkiveringsbesked '%s': %s"
4252
4296
4253 msgid "limit must be a positive integer"
4297 msgid "limit must be a positive integer"
4254 msgstr ""
4298 msgstr ""
4255
4299
4256 msgid "limit must be positive"
4300 msgid "limit must be positive"
4257 msgstr ""
4301 msgstr ""
4258
4302
4259 msgid "too many revisions specified"
4303 msgid "too many revisions specified"
4260 msgstr "der er specificeret for mange revisioner"
4304 msgstr "der er specificeret for mange revisioner"
4261
4305
4262 #, python-format
4306 #, python-format
4263 msgid "invalid format spec '%%%s' in output filename"
4307 msgid "invalid format spec '%%%s' in output filename"
4264 msgstr ""
4308 msgstr ""
4265
4309
4266 #, python-format
4310 #, python-format
4267 msgid "adding %s\n"
4311 msgid "adding %s\n"
4268 msgstr "tilføjer %s\n"
4312 msgstr "tilføjer %s\n"
4269
4313
4270 #, python-format
4314 #, python-format
4271 msgid "removing %s\n"
4315 msgid "removing %s\n"
4272 msgstr "fjerner %s\n"
4316 msgstr "fjerner %s\n"
4273
4317
4274 #, python-format
4318 #, python-format
4275 msgid "recording removal of %s as rename to %s (%d%% similar)\n"
4319 msgid "recording removal of %s as rename to %s (%d%% similar)\n"
4276 msgstr "noterer fjernelse af %s som en omdøbning til %s (%d%% lighed)\n"
4320 msgstr "noterer fjernelse af %s som en omdøbning til %s (%d%% lighed)\n"
4277
4321
4278 #, python-format
4322 #, python-format
4279 msgid "%s: not copying - file is not managed\n"
4323 msgid "%s: not copying - file is not managed\n"
4280 msgstr "%s: kopierer ikke - filen er ikke versionsstyret\n"
4324 msgstr "%s: kopierer ikke - filen er ikke versionsstyret\n"
4281
4325
4282 #, python-format
4326 #, python-format
4283 msgid "%s: not copying - file has been marked for remove\n"
4327 msgid "%s: not copying - file has been marked for remove\n"
4284 msgstr "%s: kopierer ikke - filen er markeret til sletning\n"
4328 msgstr "%s: kopierer ikke - filen er markeret til sletning\n"
4285
4329
4286 #, python-format
4330 #, python-format
4287 msgid "%s: not overwriting - %s collides with %s\n"
4331 msgid "%s: not overwriting - %s collides with %s\n"
4288 msgstr "%s: overskriver ikke - %s kolliderer med %s\n"
4332 msgstr "%s: overskriver ikke - %s kolliderer med %s\n"
4289
4333
4290 #, python-format
4334 #, python-format
4291 msgid "%s: not overwriting - file exists\n"
4335 msgid "%s: not overwriting - file exists\n"
4292 msgstr "%s: overskriver ikke - filen eksisterer\n"
4336 msgstr "%s: overskriver ikke - filen eksisterer\n"
4293
4337
4294 #, python-format
4338 #, python-format
4295 msgid "%s: deleted in working copy\n"
4339 msgid "%s: deleted in working copy\n"
4296 msgstr "%s: slettet i arbejdskopien\n"
4340 msgstr "%s: slettet i arbejdskopien\n"
4297
4341
4298 #, python-format
4342 #, python-format
4299 msgid "%s: cannot copy - %s\n"
4343 msgid "%s: cannot copy - %s\n"
4300 msgstr "%s: kan ikke kopiere - %s\n"
4344 msgstr "%s: kan ikke kopiere - %s\n"
4301
4345
4302 #, python-format
4346 #, python-format
4303 msgid "moving %s to %s\n"
4347 msgid "moving %s to %s\n"
4304 msgstr ""
4348 msgstr ""
4305
4349
4306 #, python-format
4350 #, python-format
4307 msgid "copying %s to %s\n"
4351 msgid "copying %s to %s\n"
4308 msgstr ""
4352 msgstr ""
4309
4353
4310 #, python-format
4354 #, python-format
4311 msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
4355 msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
4312 msgstr ""
4356 msgstr ""
4313 "%s er endnu ikke comitted, så der vil ikke blive gemt kopieringsdata for %"
4357 "%s er endnu ikke comitted, så der vil ikke blive gemt kopieringsdata for %"
4314 "s.\n"
4358 "s.\n"
4315
4359
4316 msgid "no source or destination specified"
4360 msgid "no source or destination specified"
4317 msgstr "ingen kilde eller destination angivet"
4361 msgstr "ingen kilde eller destination angivet"
4318
4362
4319 msgid "no destination specified"
4363 msgid "no destination specified"
4320 msgstr "ingen destination angivet"
4364 msgstr "ingen destination angivet"
4321
4365
4322 msgid "with multiple sources, destination must be an existing directory"
4366 msgid "with multiple sources, destination must be an existing directory"
4323 msgstr ""
4367 msgstr ""
4324 "destinationen skal være en eksisterende mappe når der angivet flere kilder"
4368 "destinationen skal være en eksisterende mappe når der angivet flere kilder"
4325
4369
4326 #, python-format
4370 #, python-format
4327 msgid "destination %s is not a directory"
4371 msgid "destination %s is not a directory"
4328 msgstr "destinationen %s er ikke en mappe"
4372 msgstr "destinationen %s er ikke en mappe"
4329
4373
4330 msgid "no files to copy"
4374 msgid "no files to copy"
4331 msgstr "ingen filer at kopiere"
4375 msgstr "ingen filer at kopiere"
4332
4376
4333 msgid "(consider using --after)\n"
4377 msgid "(consider using --after)\n"
4334 msgstr "(overvej at bruge --after)\n"
4378 msgstr "(overvej at bruge --after)\n"
4335
4379
4336 #, python-format
4380 #, python-format
4337 msgid "changeset: %d:%s\n"
4381 msgid "changeset: %d:%s\n"
4338 msgstr "ændring: %d:%s\n"
4382 msgstr "ændring: %d:%s\n"
4339
4383
4340 #, python-format
4384 #, python-format
4341 msgid "branch: %s\n"
4385 msgid "branch: %s\n"
4342 msgstr "gren: %s\n"
4386 msgstr "gren: %s\n"
4343
4387
4344 #, python-format
4388 #, python-format
4345 msgid "tag: %s\n"
4389 msgid "tag: %s\n"
4346 msgstr "mærkat: %s\n"
4390 msgstr "mærkat: %s\n"
4347
4391
4348 #, python-format
4392 #, python-format
4349 msgid "parent: %d:%s\n"
4393 msgid "parent: %d:%s\n"
4350 msgstr "forælder: %d:%s\n"
4394 msgstr "forælder: %d:%s\n"
4351
4395
4352 #, python-format
4396 #, python-format
4353 msgid "manifest: %d:%s\n"
4397 msgid "manifest: %d:%s\n"
4354 msgstr ""
4398 msgstr ""
4355
4399
4356 #, python-format
4400 #, python-format
4357 msgid "user: %s\n"
4401 msgid "user: %s\n"
4358 msgstr "bruger: %s\n"
4402 msgstr "bruger: %s\n"
4359
4403
4360 #, python-format
4404 #, python-format
4361 msgid "date: %s\n"
4405 msgid "date: %s\n"
4362 msgstr "dato: %s\n"
4406 msgstr "dato: %s\n"
4363
4407
4364 msgid "files+:"
4408 msgid "files+:"
4365 msgstr "filer+:"
4409 msgstr "filer+:"
4366
4410
4367 msgid "files-:"
4411 msgid "files-:"
4368 msgstr "filer-:"
4412 msgstr "filer-:"
4369
4413
4370 msgid "files:"
4414 msgid "files:"
4371 msgstr ""
4415 msgstr ""
4372
4416
4373 #, python-format
4417 #, python-format
4374 msgid "files: %s\n"
4418 msgid "files: %s\n"
4375 msgstr "filer: %s\n"
4419 msgstr "filer: %s\n"
4376
4420
4377 #, python-format
4421 #, python-format
4378 msgid "copies: %s\n"
4422 msgid "copies: %s\n"
4379 msgstr "kopier: %s\n"
4423 msgstr "kopier: %s\n"
4380
4424
4381 #, python-format
4425 #, python-format
4382 msgid "extra: %s=%s\n"
4426 msgid "extra: %s=%s\n"
4383 msgstr "ekstra: %s=%s\n"
4427 msgstr "ekstra: %s=%s\n"
4384
4428
4385 msgid "description:\n"
4429 msgid "description:\n"
4386 msgstr "beskrivelse:\n"
4430 msgstr "beskrivelse:\n"
4387
4431
4388 #, python-format
4432 #, python-format
4389 msgid "summary: %s\n"
4433 msgid "summary: %s\n"
4390 msgstr "uddrag: %s\n"
4434 msgstr "uddrag: %s\n"
4391
4435
4392 #, python-format
4436 #, python-format
4393 msgid "%s: no key named '%s'"
4437 msgid "%s: no key named '%s'"
4394 msgstr ""
4438 msgstr ""
4395
4439
4396 #, python-format
4440 #, python-format
4397 msgid "%s: %s"
4441 msgid "%s: %s"
4398 msgstr ""
4442 msgstr ""
4399
4443
4400 #, python-format
4444 #, python-format
4401 msgid "Found revision %s from %s\n"
4445 msgid "Found revision %s from %s\n"
4402 msgstr ""
4446 msgstr ""
4403
4447
4404 msgid "revision matching date not found"
4448 msgid "revision matching date not found"
4405 msgstr ""
4449 msgstr ""
4406
4450
4407 #, python-format
4451 #, python-format
4408 msgid "cannot follow nonexistent file: \"%s\""
4452 msgid "cannot follow nonexistent file: \"%s\""
4409 msgstr ""
4453 msgstr ""
4410
4454
4411 #, python-format
4455 #, python-format
4412 msgid "%s:%s copy source revision cannot be found!\n"
4456 msgid "%s:%s copy source revision cannot be found!\n"
4413 msgstr ""
4457 msgstr ""
4414
4458
4415 msgid "can only follow copies/renames for explicit filenames"
4459 msgid "can only follow copies/renames for explicit filenames"
4416 msgstr ""
4460 msgstr ""
4417
4461
4418 msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
4462 msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
4419 msgstr ""
4463 msgstr ""
4420 "HG: Skriv arkiveringsbesked. Linier som starter med 'HG:' bliver fjernet."
4464 "HG: Skriv arkiveringsbesked. Linier som starter med 'HG:' bliver fjernet."
4421
4465
4422 msgid "HG: Leave message empty to abort commit."
4466 msgid "HG: Leave message empty to abort commit."
4423 msgstr ""
4467 msgstr ""
4424
4468
4425 #, python-format
4469 #, python-format
4426 msgid "HG: user: %s"
4470 msgid "HG: user: %s"
4427 msgstr "HG: bruger: %s"
4471 msgstr "HG: bruger: %s"
4428
4472
4429 msgid "HG: branch merge"
4473 msgid "HG: branch merge"
4430 msgstr ""
4474 msgstr ""
4431
4475
4432 #, python-format
4476 #, python-format
4433 msgid "HG: branch '%s'"
4477 msgid "HG: branch '%s'"
4434 msgstr "HG: gren '%s'"
4478 msgstr "HG: gren '%s'"
4435
4479
4436 #, python-format
4480 #, python-format
4437 msgid "HG: added %s"
4481 msgid "HG: added %s"
4438 msgstr "HG: tilføjet %s"
4482 msgstr "HG: tilføjet %s"
4439
4483
4440 #, python-format
4484 #, python-format
4441 msgid "HG: changed %s"
4485 msgid "HG: changed %s"
4442 msgstr "HG: ændret %s"
4486 msgstr "HG: ændret %s"
4443
4487
4444 #, python-format
4488 #, python-format
4445 msgid "HG: removed %s"
4489 msgid "HG: removed %s"
4446 msgstr "HG: fjernet %s"
4490 msgstr "HG: fjernet %s"
4447
4491
4448 msgid "HG: no files changed"
4492 msgid "HG: no files changed"
4449 msgstr "HG: ingen filændringer"
4493 msgstr "HG: ingen filændringer"
4450
4494
4451 msgid "empty commit message"
4495 msgid "empty commit message"
4452 msgstr "tom arkiveringsbesked"
4496 msgstr "tom arkiveringsbesked"
4453
4497
4454 msgid ""
4498 msgid ""
4455 "add the specified files on the next commit\n"
4499 "add the specified files on the next commit\n"
4456 "\n"
4500 "\n"
4457 " Schedule files to be version controlled and added to the\n"
4501 " Schedule files to be version controlled and added to the\n"
4458 " repository.\n"
4502 " repository.\n"
4459 "\n"
4503 "\n"
4460 " The files will be added to the repository at the next commit. To\n"
4504 " The files will be added to the repository at the next commit. To\n"
4461 " undo an add before that, see hg revert.\n"
4505 " undo an add before that, see hg revert.\n"
4462 "\n"
4506 "\n"
4463 " If no names are given, add all files to the repository.\n"
4507 " If no names are given, add all files to the repository.\n"
4464 " "
4508 " "
4465 msgstr ""
4509 msgstr ""
4466 "tilføj de angivne filer ved næste arkivering\n"
4510 "tilføj de angivne filer ved næste arkivering\n"
4467 "\n"
4511 "\n"
4468 " Opskriv filer til at blive versionsstyret og tilføjet til arkivet.\n"
4512 " Opskriv filer til at blive versionsstyret og tilføjet til arkivet.\n"
4469 "\n"
4513 "\n"
4470 " Filerne vil bliver tilføjet til arkivet ved næste arkivering. For\n"
4514 " Filerne vil bliver tilføjet til arkivet ved næste arkivering. For\n"
4471 " at omgøre en tilføjelse før det, se hg revert.\n"
4515 " at omgøre en tilføjelse før det, se hg revert.\n"
4472 "\n"
4516 "\n"
4473 " Hvis der ikke er angivet nogen navne tilføjes alle filer til\n"
4517 " Hvis der ikke er angivet nogen navne tilføjes alle filer til\n"
4474 " arkivet.\n"
4518 " arkivet.\n"
4475 " "
4519 " "
4476
4520
4477 msgid ""
4521 msgid ""
4478 "add all new files, delete all missing files\n"
4522 "add all new files, delete all missing files\n"
4479 "\n"
4523 "\n"
4480 " Add all new files and remove all missing files from the\n"
4524 " Add all new files and remove all missing files from the\n"
4481 " repository.\n"
4525 " repository.\n"
4482 "\n"
4526 "\n"
4483 " New files are ignored if they match any of the patterns in\n"
4527 " New files are ignored if they match any of the patterns in\n"
4484 " .hgignore. As with add, these changes take effect at the next\n"
4528 " .hgignore. As with add, these changes take effect at the next\n"
4485 " commit.\n"
4529 " commit.\n"
4486 "\n"
4530 "\n"
4487 " Use the -s/--similarity option to detect renamed files. With a\n"
4531 " Use the -s/--similarity option to detect renamed files. With a\n"
4488 " parameter > 0, this compares every removed file with every added\n"
4532 " parameter > 0, this compares every removed file with every added\n"
4489 " file and records those similar enough as renames. This option\n"
4533 " file and records those similar enough as renames. This option\n"
4490 " takes a percentage between 0 (disabled) and 100 (files must be\n"
4534 " takes a percentage between 0 (disabled) and 100 (files must be\n"
4491 " identical) as its parameter. Detecting renamed files this way can\n"
4535 " identical) as its parameter. Detecting renamed files this way can\n"
4492 " be expensive.\n"
4536 " be expensive.\n"
4493 " "
4537 " "
4494 msgstr ""
4538 msgstr ""
4495
4539
4496 msgid "similarity must be a number"
4540 msgid "similarity must be a number"
4497 msgstr ""
4541 msgstr ""
4498
4542
4499 msgid "similarity must be between 0 and 100"
4543 msgid "similarity must be between 0 and 100"
4500 msgstr ""
4544 msgstr ""
4501
4545
4502 msgid ""
4546 msgid ""
4503 "show changeset information by line for each file\n"
4547 "show changeset information by line for each file\n"
4504 "\n"
4548 "\n"
4505 " List changes in files, showing the revision id responsible for\n"
4549 " List changes in files, showing the revision id responsible for\n"
4506 " each line\n"
4550 " each line\n"
4507 "\n"
4551 "\n"
4508 " This command is useful for discovering when a change was made and\n"
4552 " This command is useful for discovering when a change was made and\n"
4509 " by whom.\n"
4553 " by whom.\n"
4510 "\n"
4554 "\n"
4511 " Without the -a/--text option, annotate will avoid processing files\n"
4555 " Without the -a/--text option, annotate will avoid processing files\n"
4512 " it detects as binary. With -a, annotate will annotate the file\n"
4556 " it detects as binary. With -a, annotate will annotate the file\n"
4513 " anyway, although the results will probably be neither useful\n"
4557 " anyway, although the results will probably be neither useful\n"
4514 " nor desirable.\n"
4558 " nor desirable.\n"
4515 " "
4559 " "
4516 msgstr ""
4560 msgstr ""
4517 "vis information om ændringer pr linie for hver fil\n"
4561 "vis information om ændringer pr linie for hver fil\n"
4518 "\n"
4562 "\n"
4519 " Vis ændringer i filer ved at vise revisions ID'et som er\n"
4563 " Vis ændringer i filer ved at vise revisions ID'et som er\n"
4520 " ansvarligt for hver linie\n"
4564 " ansvarligt for hver linie\n"
4521 "\n"
4565 "\n"
4522 " Denne kommando er nyttig til at opdage hvornår en ændring blev\n"
4566 " Denne kommando er nyttig til at opdage hvornår en ændring blev\n"
4523 " foretaget og af hvem.\n"
4567 " foretaget og af hvem.\n"
4524 "\n"
4568 "\n"
4525 " Uden -a/--text tilvalget vil annotate undgå at behandle filer som\n"
4569 " Uden -a/--text tilvalget vil annotate undgå at behandle filer som\n"
4526 " den detekterer som binære. Med -a vil annotate generere en\n"
4570 " den detekterer som binære. Med -a vil annotate generere en\n"
4527 " annotering alligevel, selvom resultatet sandsynligvis vil være\n"
4571 " annotering alligevel, selvom resultatet sandsynligvis vil være\n"
4528 " hverken brugbart eller ønskværdigt.\n"
4572 " hverken brugbart eller ønskværdigt.\n"
4529 " "
4573 " "
4530
4574
4531 msgid "at least one filename or pattern is required"
4575 msgid "at least one filename or pattern is required"
4532 msgstr ""
4576 msgstr ""
4533
4577
4534 msgid "at least one of -n/-c is required for -l"
4578 msgid "at least one of -n/-c is required for -l"
4535 msgstr ""
4579 msgstr ""
4536
4580
4537 #, python-format
4581 #, python-format
4538 msgid "%s: binary file\n"
4582 msgid "%s: binary file\n"
4539 msgstr ""
4583 msgstr ""
4540
4584
4541 msgid ""
4585 msgid ""
4542 "create an unversioned archive of a repository revision\n"
4586 "create an unversioned archive of a repository revision\n"
4543 "\n"
4587 "\n"
4544 " By default, the revision used is the parent of the working\n"
4588 " By default, the revision used is the parent of the working\n"
4545 " directory; use -r/--rev to specify a different revision.\n"
4589 " directory; use -r/--rev to specify a different revision.\n"
4546 "\n"
4590 "\n"
4547 " To specify the type of archive to create, use -t/--type. Valid\n"
4591 " To specify the type of archive to create, use -t/--type. Valid\n"
4548 " types are:\n"
4592 " types are:\n"
4549 "\n"
4593 "\n"
4550 " \"files\" (default): a directory full of files\n"
4594 " \"files\" (default): a directory full of files\n"
4551 " \"tar\": tar archive, uncompressed\n"
4595 " \"tar\": tar archive, uncompressed\n"
4552 " \"tbz2\": tar archive, compressed using bzip2\n"
4596 " \"tbz2\": tar archive, compressed using bzip2\n"
4553 " \"tgz\": tar archive, compressed using gzip\n"
4597 " \"tgz\": tar archive, compressed using gzip\n"
4554 " \"uzip\": zip archive, uncompressed\n"
4598 " \"uzip\": zip archive, uncompressed\n"
4555 " \"zip\": zip archive, compressed using deflate\n"
4599 " \"zip\": zip archive, compressed using deflate\n"
4556 "\n"
4600 "\n"
4557 " The exact name of the destination archive or directory is given\n"
4601 " The exact name of the destination archive or directory is given\n"
4558 " using a format string; see 'hg help export' for details.\n"
4602 " using a format string; see 'hg help export' for details.\n"
4559 "\n"
4603 "\n"
4560 " Each member added to an archive file has a directory prefix\n"
4604 " Each member added to an archive file has a directory prefix\n"
4561 " prepended. Use -p/--prefix to specify a format string for the\n"
4605 " prepended. Use -p/--prefix to specify a format string for the\n"
4562 " prefix. The default is the basename of the archive, with suffixes\n"
4606 " prefix. The default is the basename of the archive, with suffixes\n"
4563 " removed.\n"
4607 " removed.\n"
4564 " "
4608 " "
4565 msgstr ""
4609 msgstr ""
4566
4610
4567 msgid "no working directory: please specify a revision"
4611 msgid "no working directory: please specify a revision"
4568 msgstr ""
4612 msgstr ""
4569
4613
4570 msgid "repository root cannot be destination"
4614 msgid "repository root cannot be destination"
4571 msgstr ""
4615 msgstr ""
4572
4616
4573 msgid "cannot archive plain files to stdout"
4617 msgid "cannot archive plain files to stdout"
4574 msgstr ""
4618 msgstr ""
4575
4619
4576 msgid ""
4620 msgid ""
4577 "reverse effect of earlier changeset\n"
4621 "reverse effect of earlier changeset\n"
4578 "\n"
4622 "\n"
4579 " Commit the backed out changes as a new changeset. The new\n"
4623 " Commit the backed out changes as a new changeset. The new\n"
4580 " changeset is a child of the backed out changeset.\n"
4624 " changeset is a child of the backed out changeset.\n"
4581 "\n"
4625 "\n"
4582 " If you backout a changeset other than the tip, a new head is\n"
4626 " If you backout a changeset other than the tip, a new head is\n"
4583 " created. This head will be the new tip and you should merge this\n"
4627 " created. This head will be the new tip and you should merge this\n"
4584 " backout changeset with another head.\n"
4628 " backout changeset with another head.\n"
4585 "\n"
4629 "\n"
4586 " The --merge option remembers the parent of the working directory\n"
4630 " The --merge option remembers the parent of the working directory\n"
4587 " before starting the backout, then merges the new head with that\n"
4631 " before starting the backout, then merges the new head with that\n"
4588 " changeset afterwards. This saves you from doing the merge by hand.\n"
4632 " changeset afterwards. This saves you from doing the merge by hand.\n"
4589 " The result of this merge is not committed, as with a normal merge.\n"
4633 " The result of this merge is not committed, as with a normal merge.\n"
4590 "\n"
4634 "\n"
4591 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
4635 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
4592 " "
4636 " "
4593 msgstr ""
4637 msgstr ""
4594 "omgør effekten af tidligere ændringer\n"
4638 "omgør effekten af tidligere ændringer\n"
4595 "\n"
4639 "\n"
4596 " Arkiverer de omgjorte ændringer som en ny ændring. Den nye ændring\n"
4640 " Arkiverer de omgjorte ændringer som en ny ændring. Den nye ændring\n"
4597 " er et barn af den omgjorte ændring.\n"
4641 " er et barn af den omgjorte ændring.\n"
4598 "\n"
4642 "\n"
4599 " Hvis du omgør en ændring som ikke er spidsen, så vil et der blive\n"
4643 " Hvis du omgør en ændring som ikke er spidsen, så vil et der blive\n"
4600 " lavet et nyt hoved. Dette hoved vil være den nye spids og du bør\n"
4644 " lavet et nyt hoved. Dette hoved vil være den nye spids og du bør\n"
4601 " sammenføje denne omgjorte ændring med et andet hoved (det\n"
4645 " sammenføje denne omgjorte ændring med et andet hoved (det\n"
4602 " nuværende hoved som standard).\n"
4646 " nuværende hoved som standard).\n"
4603 "\n"
4647 "\n"
4604 " Med --merge tilvalget vil forælderen til arbejdskataloget blive\n"
4648 " Med --merge tilvalget vil forælderen til arbejdskataloget blive\n"
4605 " husket og det nye hoved vil blive sammenføjet med denne ændring\n"
4649 " husket og det nye hoved vil blive sammenføjet med denne ændring\n"
4606 " bagefter. Dette sparer dig for at lave sammenføjningen selv.\n"
4650 " bagefter. Dette sparer dig for at lave sammenføjningen selv.\n"
4607 " Resultatet af denne sammenføjning er ikke arkiveret, som ved en\n"
4651 " Resultatet af denne sammenføjning er ikke arkiveret, som ved en\n"
4608 " normal sammenføjning.\n"
4652 " normal sammenføjning.\n"
4609 "\n"
4653 "\n"
4610 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
4654 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
4611 " "
4655 " "
4612
4656
4613 msgid "please specify just one revision"
4657 msgid "please specify just one revision"
4614 msgstr "angiv venligst kun en revision"
4658 msgstr "angiv venligst kun en revision"
4615
4659
4616 msgid "please specify a revision to backout"
4660 msgid "please specify a revision to backout"
4617 msgstr ""
4661 msgstr ""
4618
4662
4619 msgid "cannot backout change on a different branch"
4663 msgid "cannot backout change on a different branch"
4620 msgstr "kan ikke omgøre en ændring på en anden gren"
4664 msgstr "kan ikke omgøre en ændring på en anden gren"
4621
4665
4622 msgid "cannot backout a change with no parents"
4666 msgid "cannot backout a change with no parents"
4623 msgstr "kan ikke omgøre en ændring uden forældre"
4667 msgstr "kan ikke omgøre en ændring uden forældre"
4624
4668
4625 msgid "cannot backout a merge changeset without --parent"
4669 msgid "cannot backout a merge changeset without --parent"
4626 msgstr "kan ikke omgøre en sammenføjning uden --parent"
4670 msgstr "kan ikke omgøre en sammenføjning uden --parent"
4627
4671
4628 #, python-format
4672 #, python-format
4629 msgid "%s is not a parent of %s"
4673 msgid "%s is not a parent of %s"
4630 msgstr "%s er ikke forælder til %s"
4674 msgstr "%s er ikke forælder til %s"
4631
4675
4632 msgid "cannot use --parent on non-merge changeset"
4676 msgid "cannot use --parent on non-merge changeset"
4633 msgstr ""
4677 msgstr ""
4634
4678
4635 #, python-format
4679 #, python-format
4636 msgid "Backed out changeset %s"
4680 msgid "Backed out changeset %s"
4637 msgstr ""
4681 msgstr ""
4638
4682
4639 #, python-format
4683 #, python-format
4640 msgid "changeset %s backs out changeset %s\n"
4684 msgid "changeset %s backs out changeset %s\n"
4641 msgstr "ændring %s bakker ændring %s ud\n"
4685 msgstr "ændring %s bakker ændring %s ud\n"
4642
4686
4643 #, python-format
4687 #, python-format
4644 msgid "merging with changeset %s\n"
4688 msgid "merging with changeset %s\n"
4645 msgstr ""
4689 msgstr ""
4646
4690
4647 msgid "the backout changeset is a new head - do not forget to merge\n"
4691 msgid "the backout changeset is a new head - do not forget to merge\n"
4648 msgstr ""
4692 msgstr ""
4649
4693
4650 msgid "(use \"backout --merge\" if you want to auto-merge)\n"
4694 msgid "(use \"backout --merge\" if you want to auto-merge)\n"
4651 msgstr ""
4695 msgstr ""
4652
4696
4653 msgid ""
4697 msgid ""
4654 "subdivision search of changesets\n"
4698 "subdivision search of changesets\n"
4655 "\n"
4699 "\n"
4656 " This command helps to find changesets which introduce problems. To\n"
4700 " This command helps to find changesets which introduce problems. To\n"
4657 " use, mark the earliest changeset you know exhibits the problem as\n"
4701 " use, mark the earliest changeset you know exhibits the problem as\n"
4658 " bad, then mark the latest changeset which is free from the problem\n"
4702 " bad, then mark the latest changeset which is free from the problem\n"
4659 " as good. Bisect will update your working directory to a revision\n"
4703 " as good. Bisect will update your working directory to a revision\n"
4660 " for testing (unless the -U/--noupdate option is specified). Once\n"
4704 " for testing (unless the -U/--noupdate option is specified). Once\n"
4661 " you have performed tests, mark the working directory as good or\n"
4705 " you have performed tests, mark the working directory as good or\n"
4662 " bad, and bisect will either update to another candidate changeset\n"
4706 " bad, and bisect will either update to another candidate changeset\n"
4663 " or announce that it has found the bad revision.\n"
4707 " or announce that it has found the bad revision.\n"
4664 "\n"
4708 "\n"
4665 " As a shortcut, you can also use the revision argument to mark a\n"
4709 " As a shortcut, you can also use the revision argument to mark a\n"
4666 " revision as good or bad without checking it out first.\n"
4710 " revision as good or bad without checking it out first.\n"
4667 "\n"
4711 "\n"
4668 " If you supply a command, it will be used for automatic bisection.\n"
4712 " If you supply a command, it will be used for automatic bisection.\n"
4669 " Its exit status will be used to mark revisions as good or bad:\n"
4713 " Its exit status will be used to mark revisions as good or bad:\n"
4670 " status 0 means good, 125 means to skip the revision, 127\n"
4714 " status 0 means good, 125 means to skip the revision, 127\n"
4671 " (command not found) will abort the bisection, and any other\n"
4715 " (command not found) will abort the bisection, and any other\n"
4672 " non-zero exit status means the revision is bad.\n"
4716 " non-zero exit status means the revision is bad.\n"
4673 " "
4717 " "
4674 msgstr ""
4718 msgstr ""
4675
4719
4676 msgid "The first good revision is:\n"
4720 msgid "The first good revision is:\n"
4677 msgstr "Den første gode revision er:\n"
4721 msgstr "Den første gode revision er:\n"
4678
4722
4679 msgid "The first bad revision is:\n"
4723 msgid "The first bad revision is:\n"
4680 msgstr "Den første dårlige revision er:\n"
4724 msgstr "Den første dårlige revision er:\n"
4681
4725
4682 msgid "Due to skipped revisions, the first good revision could be any of:\n"
4726 msgid "Due to skipped revisions, the first good revision could be any of:\n"
4683 msgstr ""
4727 msgstr ""
4684
4728
4685 msgid "Due to skipped revisions, the first bad revision could be any of:\n"
4729 msgid "Due to skipped revisions, the first bad revision could be any of:\n"
4686 msgstr ""
4730 msgstr ""
4687
4731
4688 msgid "cannot bisect (no known good revisions)"
4732 msgid "cannot bisect (no known good revisions)"
4689 msgstr ""
4733 msgstr ""
4690
4734
4691 msgid "cannot bisect (no known bad revisions)"
4735 msgid "cannot bisect (no known bad revisions)"
4692 msgstr ""
4736 msgstr ""
4693
4737
4694 msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
4738 msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
4695 msgstr ""
4739 msgstr ""
4696
4740
4697 msgid "incompatible arguments"
4741 msgid "incompatible arguments"
4698 msgstr ""
4742 msgstr ""
4699
4743
4700 #, python-format
4744 #, python-format
4701 msgid "cannot find executable: %s"
4745 msgid "cannot find executable: %s"
4702 msgstr "kan ikke finde program: %s"
4746 msgstr "kan ikke finde program: %s"
4703
4747
4704 #, python-format
4748 #, python-format
4705 msgid "failed to execute %s"
4749 msgid "failed to execute %s"
4706 msgstr ""
4750 msgstr ""
4707
4751
4708 #, python-format
4752 #, python-format
4709 msgid "%s killed"
4753 msgid "%s killed"
4710 msgstr "%s dræbt"
4754 msgstr "%s dræbt"
4711
4755
4712 #, python-format
4756 #, python-format
4713 msgid "Changeset %d:%s: %s\n"
4757 msgid "Changeset %d:%s: %s\n"
4714 msgstr "Ændring %d:%s: %s\n"
4758 msgstr "Ændring %d:%s: %s\n"
4715
4759
4716 #, python-format
4760 #, python-format
4717 msgid "Testing changeset %s:%s (%s changesets remaining, ~%s tests)\n"
4761 msgid "Testing changeset %s:%s (%s changesets remaining, ~%s tests)\n"
4718 msgstr ""
4762 msgstr ""
4719
4763
4720 msgid ""
4764 msgid ""
4721 "set or show the current branch name\n"
4765 "set or show the current branch name\n"
4722 "\n"
4766 "\n"
4723 " With no argument, show the current branch name. With one argument,\n"
4767 " With no argument, show the current branch name. With one argument,\n"
4724 " set the working directory branch name (the branch will not exist\n"
4768 " set the working directory branch name (the branch will not exist\n"
4725 " in the repository until the next commit). Standard practice\n"
4769 " in the repository until the next commit). Standard practice\n"
4726 " recommends that primary development take place on the 'default'\n"
4770 " recommends that primary development take place on the 'default'\n"
4727 " branch.\n"
4771 " branch.\n"
4728 "\n"
4772 "\n"
4729 " Unless -f/--force is specified, branch will not let you set a\n"
4773 " Unless -f/--force is specified, branch will not let you set a\n"
4730 " branch name that already exists, even if it's inactive.\n"
4774 " branch name that already exists, even if it's inactive.\n"
4731 "\n"
4775 "\n"
4732 " Use -C/--clean to reset the working directory branch to that of\n"
4776 " Use -C/--clean to reset the working directory branch to that of\n"
4733 " the parent of the working directory, negating a previous branch\n"
4777 " the parent of the working directory, negating a previous branch\n"
4734 " change.\n"
4778 " change.\n"
4735 "\n"
4779 "\n"
4736 " Use the command 'hg update' to switch to an existing branch.\n"
4780 " Use the command 'hg update' to switch to an existing branch.\n"
4737 " "
4781 " "
4738 msgstr ""
4782 msgstr ""
4739
4783
4740 #, python-format
4784 #, python-format
4741 msgid "reset working directory to branch %s\n"
4785 msgid "reset working directory to branch %s\n"
4742 msgstr ""
4786 msgstr ""
4743
4787
4744 msgid "a branch of the same name already exists (use --force to override)"
4788 msgid "a branch of the same name already exists (use --force to override)"
4745 msgstr ""
4789 msgstr ""
4746
4790
4747 #, python-format
4791 #, python-format
4748 msgid "marked working directory as branch %s\n"
4792 msgid "marked working directory as branch %s\n"
4749 msgstr ""
4793 msgstr ""
4750
4794
4751 msgid ""
4795 msgid ""
4752 "list repository named branches\n"
4796 "list repository named branches\n"
4753 "\n"
4797 "\n"
4754 " List the repository's named branches, indicating which ones are\n"
4798 " List the repository's named branches, indicating which ones are\n"
4755 " inactive. If active is specified, only show active branches.\n"
4799 " inactive. If active is specified, only show active branches.\n"
4756 "\n"
4800 "\n"
4757 " A branch is considered active if it contains repository heads.\n"
4801 " A branch is considered active if it contains repository heads.\n"
4758 "\n"
4802 "\n"
4759 " Use the command 'hg update' to switch to an existing branch.\n"
4803 " Use the command 'hg update' to switch to an existing branch.\n"
4760 " "
4804 " "
4761 msgstr ""
4805 msgstr ""
4762
4806
4763 msgid ""
4807 msgid ""
4764 "create a changegroup file\n"
4808 "create a changegroup file\n"
4765 "\n"
4809 "\n"
4766 " Generate a compressed changegroup file collecting changesets not\n"
4810 " Generate a compressed changegroup file collecting changesets not\n"
4767 " known to be in another repository.\n"
4811 " known to be in another repository.\n"
4768 "\n"
4812 "\n"
4769 " If no destination repository is specified the destination is\n"
4813 " If no destination repository is specified the destination is\n"
4770 " assumed to have all the nodes specified by one or more --base\n"
4814 " assumed to have all the nodes specified by one or more --base\n"
4771 " parameters. To create a bundle containing all changesets, use\n"
4815 " parameters. To create a bundle containing all changesets, use\n"
4772 " -a/--all (or --base null). To change the compression method\n"
4816 " -a/--all (or --base null). To change the compression method\n"
4773 " applied, use the -t/--type option (by default, bundles are\n"
4817 " applied, use the -t/--type option (by default, bundles are\n"
4774 " compressed using bz2).\n"
4818 " compressed using bz2).\n"
4775 "\n"
4819 "\n"
4776 " The bundle file can then be transferred using conventional means\n"
4820 " The bundle file can then be transferred using conventional means\n"
4777 " and applied to another repository with the unbundle or pull\n"
4821 " and applied to another repository with the unbundle or pull\n"
4778 " command. This is useful when direct push and pull are not\n"
4822 " command. This is useful when direct push and pull are not\n"
4779 " available or when exporting an entire repository is undesirable.\n"
4823 " available or when exporting an entire repository is undesirable.\n"
4780 "\n"
4824 "\n"
4781 " Applying bundles preserves all changeset contents including\n"
4825 " Applying bundles preserves all changeset contents including\n"
4782 " permissions, copy/rename information, and revision history.\n"
4826 " permissions, copy/rename information, and revision history.\n"
4783 " "
4827 " "
4784 msgstr ""
4828 msgstr ""
4785
4829
4786 msgid "--base is incompatible with specifying a destination"
4830 msgid "--base is incompatible with specifying a destination"
4787 msgstr ""
4831 msgstr ""
4788
4832
4789 msgid "unknown bundle type specified with --type"
4833 msgid "unknown bundle type specified with --type"
4790 msgstr ""
4834 msgstr ""
4791
4835
4792 msgid ""
4836 msgid ""
4793 "output the current or given revision of files\n"
4837 "output the current or given revision of files\n"
4794 "\n"
4838 "\n"
4795 " Print the specified files as they were at the given revision. If\n"
4839 " Print the specified files as they were at the given revision. If\n"
4796 " no revision is given, the parent of the working directory is used,\n"
4840 " no revision is given, the parent of the working directory is used,\n"
4797 " or tip if no revision is checked out.\n"
4841 " or tip if no revision is checked out.\n"
4798 "\n"
4842 "\n"
4799 " Output may be to a file, in which case the name of the file is\n"
4843 " Output may be to a file, in which case the name of the file is\n"
4800 " given using a format string. The formatting rules are the same as\n"
4844 " given using a format string. The formatting rules are the same as\n"
4801 " for the export command, with the following additions:\n"
4845 " for the export command, with the following additions:\n"
4802 "\n"
4846 "\n"
4803 " %s basename of file being printed\n"
4847 " %s basename of file being printed\n"
4804 " %d dirname of file being printed, or '.' if in repository root\n"
4848 " %d dirname of file being printed, or '.' if in repository root\n"
4805 " %p root-relative path name of file being printed\n"
4849 " %p root-relative path name of file being printed\n"
4806 " "
4850 " "
4807 msgstr ""
4851 msgstr ""
4808
4852
4809 msgid ""
4853 msgid ""
4810 "make a copy of an existing repository\n"
4854 "make a copy of an existing repository\n"
4811 "\n"
4855 "\n"
4812 " Create a copy of an existing repository in a new directory.\n"
4856 " Create a copy of an existing repository in a new directory.\n"
4813 "\n"
4857 "\n"
4814 " If no destination directory name is specified, it defaults to the\n"
4858 " If no destination directory name is specified, it defaults to the\n"
4815 " basename of the source.\n"
4859 " basename of the source.\n"
4816 "\n"
4860 "\n"
4817 " The location of the source is added to the new repository's\n"
4861 " The location of the source is added to the new repository's\n"
4818 " .hg/hgrc file, as the default to be used for future pulls.\n"
4862 " .hg/hgrc file, as the default to be used for future pulls.\n"
4819 "\n"
4863 "\n"
4820 " If you use the -r/--rev option to clone up to a specific revision,\n"
4864 " If you use the -r/--rev option to clone up to a specific revision,\n"
4821 " no subsequent revisions (including subsequent tags) will be\n"
4865 " no subsequent revisions (including subsequent tags) will be\n"
4822 " present in the cloned repository. This option implies --pull, even\n"
4866 " present in the cloned repository. This option implies --pull, even\n"
4823 " on local repositories.\n"
4867 " on local repositories.\n"
4824 "\n"
4868 "\n"
4825 " By default, clone will check out the head of the 'default' branch.\n"
4869 " By default, clone will check out the head of the 'default' branch.\n"
4826 " If the -U/--noupdate option is used, the new clone will contain\n"
4870 " If the -U/--noupdate option is used, the new clone will contain\n"
4827 " only a repository (.hg) and no working copy (the working copy\n"
4871 " only a repository (.hg) and no working copy (the working copy\n"
4828 " parent is the null revision).\n"
4872 " parent is the null revision).\n"
4829 "\n"
4873 "\n"
4830 " See 'hg help urls' for valid source format details.\n"
4874 " See 'hg help urls' for valid source format details.\n"
4831 "\n"
4875 "\n"
4832 " It is possible to specify an ssh:// URL as the destination, but no\n"
4876 " It is possible to specify an ssh:// URL as the destination, but no\n"
4833 " .hg/hgrc and working directory will be created on the remote side.\n"
4877 " .hg/hgrc and working directory will be created on the remote side.\n"
4834 " Please see 'hg help urls' for important details about ssh:// URLs.\n"
4878 " Please see 'hg help urls' for important details about ssh:// URLs.\n"
4835 "\n"
4879 "\n"
4836 " For efficiency, hardlinks are used for cloning whenever the source\n"
4880 " For efficiency, hardlinks are used for cloning whenever the source\n"
4837 " and destination are on the same filesystem (note this applies only\n"
4881 " and destination are on the same filesystem (note this applies only\n"
4838 " to the repository data, not to the checked out files). Some\n"
4882 " to the repository data, not to the checked out files). Some\n"
4839 " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
4883 " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
4840 " do not report errors. In these cases, use the --pull option to\n"
4884 " do not report errors. In these cases, use the --pull option to\n"
4841 " avoid hardlinking.\n"
4885 " avoid hardlinking.\n"
4842 "\n"
4886 "\n"
4843 " In some cases, you can clone repositories and checked out files\n"
4887 " In some cases, you can clone repositories and checked out files\n"
4844 " using full hardlinks with\n"
4888 " using full hardlinks with\n"
4845 "\n"
4889 "\n"
4846 " $ cp -al REPO REPOCLONE\n"
4890 " $ cp -al REPO REPOCLONE\n"
4847 "\n"
4891 "\n"
4848 " This is the fastest way to clone, but it is not always safe. The\n"
4892 " This is the fastest way to clone, but it is not always safe. The\n"
4849 " operation is not atomic (making sure REPO is not modified during\n"
4893 " operation is not atomic (making sure REPO is not modified during\n"
4850 " the operation is up to you) and you have to make sure your editor\n"
4894 " the operation is up to you) and you have to make sure your editor\n"
4851 " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
4895 " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
4852 " this is not compatible with certain extensions that place their\n"
4896 " this is not compatible with certain extensions that place their\n"
4853 " metadata under the .hg directory, such as mq.\n"
4897 " metadata under the .hg directory, such as mq.\n"
4854 "\n"
4898 "\n"
4855 " "
4899 " "
4856 msgstr ""
4900 msgstr ""
4857 "lav en kopi af et eksisterende arkiv\n"
4901 "lav en kopi af et eksisterende arkiv\n"
4858 "\n"
4902 "\n"
4859 " Lav en kopi af et eksisterende arkiv i en ny mappe.\n"
4903 " Lav en kopi af et eksisterende arkiv i en ny mappe.\n"
4860 "\n"
4904 "\n"
4861 " Hvis der ikke angivet et navn til destinationen, så bruges\n"
4905 " Hvis der ikke angivet et navn til destinationen, så bruges\n"
4862 " grundnavnet for kilden.\n"
4906 " grundnavnet for kilden.\n"
4863 "\n"
4907 "\n"
4864 " Placeringen af kilden tilføjes til det nye arkivs .hg/hgrc fil som\n"
4908 " Placeringen af kilden tilføjes til det nye arkivs .hg/hgrc fil som\n"
4865 " den nye standard for fremtidige kald til 'hg pull'.\n"
4909 " den nye standard for fremtidige kald til 'hg pull'.\n"
4866 "\n"
4910 "\n"
4867 " Hvis du bruger -r/--rev tilvalget for at klone op til en specifik\n"
4911 " Hvis du bruger -r/--rev tilvalget for at klone op til en specifik\n"
4868 " revision, så vil ingen efterfølgende revisioner (inklusiv\n"
4912 " revision, så vil ingen efterfølgende revisioner (inklusiv\n"
4869 " efterfølgende mærkater) findes i det klonede arkiv. Denne\n"
4913 " efterfølgende mærkater) findes i det klonede arkiv. Denne\n"
4870 " valgmulighed medfører --pull, selv ved lokale arkiver.\n"
4914 " valgmulighed medfører --pull, selv ved lokale arkiver.\n"
4871 "\n"
4915 "\n"
4872 " Som udgangspunkt vil clone hente hovedet af 'default' grenen. Hvis\n"
4916 " Som udgangspunkt vil clone hente hovedet af 'default' grenen. Hvis\n"
4873 " -U/--noupdate tilvalget bruges vil den nye klon kun indeholde et\n"
4917 " -U/--noupdate tilvalget bruges vil den nye klon kun indeholde et\n"
4874 " arkiv (.hg) og intet arbejdskatalog (arbejdskatalogets forælder er\n"
4918 " arkiv (.hg) og intet arbejdskatalog (arbejdskatalogets forælder er\n"
4875 " sat til nul revisionen).\n"
4919 " sat til nul revisionen).\n"
4876 "\n"
4920 "\n"
4877 " Se 'hg help urls' for detaljer om gyldige formatter for kilden.\n"
4921 " Se 'hg help urls' for detaljer om gyldige formatter for kilden.\n"
4878 "\n"
4922 "\n"
4879 " Det er muligt at specificere en ssh:// URL som destination, men\n"
4923 " Det er muligt at specificere en ssh:// URL som destination, men\n"
4880 " der vil ikke bliver oprettet nogen .hg/hgrc fil eller noget\n"
4924 " der vil ikke bliver oprettet nogen .hg/hgrc fil eller noget\n"
4881 " arbejdskatalog på den anden side. Se venligst 'hg help urls' for\n"
4925 " arbejdskatalog på den anden side. Se venligst 'hg help urls' for\n"
4882 " vigtige detaljer om ssh:// URLer.\n"
4926 " vigtige detaljer om ssh:// URLer.\n"
4883 "\n"
4927 "\n"
4884 " Af effektivitetsgrunde bruges hårde lænker ved kloning når kilden\n"
4928 " Af effektivitetsgrunde bruges hårde lænker ved kloning når kilden\n"
4885 " og destinationen er på det samme filsystem (bemærk at dette kun\n"
4929 " og destinationen er på det samme filsystem (bemærk at dette kun\n"
4886 " gælder for arkivdata og ikke for de udhentede filer). Nogle\n"
4930 " gælder for arkivdata og ikke for de udhentede filer). Nogle\n"
4887 " filsystemer, såsom AFS, implementerer ikke hårde lænker korrekt,\n"
4931 " filsystemer, såsom AFS, implementerer ikke hårde lænker korrekt,\n"
4888 " men rapporterer ingen fejl. I disse tilfælde skal --pull bruges\n"
4932 " men rapporterer ingen fejl. I disse tilfælde skal --pull bruges\n"
4889 " for at undgå hårde lænker.\n"
4933 " for at undgå hårde lænker.\n"
4890 "\n"
4934 "\n"
4891 " I nogle tilfælde kan man klone arkiver og udhentede filer med\n"
4935 " I nogle tilfælde kan man klone arkiver og udhentede filer med\n"
4892 "\n"
4936 "\n"
4893 " $ cp -al ARKIV ARKIVKLON\n"
4937 " $ cp -al ARKIV ARKIVKLON\n"
4894 "\n"
4938 "\n"
4895 " Dette er den hurtigste måde at klone på, men det er ikke altid\n"
4939 " Dette er den hurtigste måde at klone på, men det er ikke altid\n"
4896 " sikkert. Operationen er ikke atomisk (det er op til dig at sikre\n"
4940 " sikkert. Operationen er ikke atomisk (det er op til dig at sikre\n"
4897 " at ARKIV ikke bliver modificeret undervejs) og du skal selv sørge\n"
4941 " at ARKIV ikke bliver modificeret undervejs) og du skal selv sørge\n"
4898 " for at din tekstbehandler bryder hårde lænker (Emacs og de fleste\n"
4942 " for at din tekstbehandler bryder hårde lænker (Emacs og de fleste\n"
4899 " Linux Kernel værktøjer gør det). Dette er desuden ikke kompatibelt\n"
4943 " Linux Kernel værktøjer gør det). Dette er desuden ikke kompatibelt\n"
4900 " med visse udvidelser som placerer deres metadata under .hg mappen,\n"
4944 " med visse udvidelser som placerer deres metadata under .hg mappen,\n"
4901 " såsom mq.\n"
4945 " såsom mq.\n"
4902 "\n"
4946 "\n"
4903 " "
4947 " "
4904
4948
4905 msgid ""
4949 msgid ""
4906 "commit the specified files or all outstanding changes\n"
4950 "commit the specified files or all outstanding changes\n"
4907 "\n"
4951 "\n"
4908 " Commit changes to the given files into the repository. Unlike a\n"
4952 " Commit changes to the given files into the repository. Unlike a\n"
4909 " centralized RCS, this operation is a local operation. See hg push\n"
4953 " centralized RCS, this operation is a local operation. See hg push\n"
4910 " for a way to actively distribute your changes.\n"
4954 " for a way to actively distribute your changes.\n"
4911 "\n"
4955 "\n"
4912 " If a list of files is omitted, all changes reported by \"hg status\"\n"
4956 " If a list of files is omitted, all changes reported by \"hg status\"\n"
4913 " will be committed.\n"
4957 " will be committed.\n"
4914 "\n"
4958 "\n"
4915 " If you are committing the result of a merge, do not provide any\n"
4959 " If you are committing the result of a merge, do not provide any\n"
4916 " filenames or -I/-X filters.\n"
4960 " filenames or -I/-X filters.\n"
4917 "\n"
4961 "\n"
4918 " If no commit message is specified, the configured editor is\n"
4962 " If no commit message is specified, the configured editor is\n"
4919 " started to prompt you for a message.\n"
4963 " started to prompt you for a message.\n"
4920 "\n"
4964 "\n"
4921 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
4965 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
4922 " "
4966 " "
4923 msgstr ""
4967 msgstr ""
4924 "arkiver de specificerede filer eller alle udestående ændringer\n"
4968 "arkiver de specificerede filer eller alle udestående ændringer\n"
4925 "\n"
4969 "\n"
4926 " Arkiver ændringer i de angivne filer ind i arkivet. Dette er en\n"
4970 " Arkiver ændringer i de angivne filer ind i arkivet. Dette er en\n"
4927 " lokal operation, i modsætning til et centraliseret RCS. Se hg push\n"
4971 " lokal operation, i modsætning til et centraliseret RCS. Se hg push\n"
4928 " for en måde til aktivt distribuere dine ændringer.\n"
4972 " for en måde til aktivt distribuere dine ændringer.\n"
4929 "\n"
4973 "\n"
4930 " Hvis en liste af filer udelades vil alle ændringer rapporteret af\n"
4974 " Hvis en liste af filer udelades vil alle ændringer rapporteret af\n"
4931 " \"hg status\" blive arkiveret.\n"
4975 " \"hg status\" blive arkiveret.\n"
4932 "\n"
4976 "\n"
4933 " Hvis du arkiverer resultatet af en sammenføjning, undlad da at\n"
4977 " Hvis du arkiverer resultatet af en sammenføjning, undlad da at\n"
4934 " angive filnavne eller -I/-X filtre.\n"
4978 " angive filnavne eller -I/-X filtre.\n"
4935 "\n"
4979 "\n"
4936 " Hvis der ikke angives en arkiveringsbesked, så starten den\n"
4980 " Hvis der ikke angives en arkiveringsbesked, så starten den\n"
4937 " konfigurerede editor for at bede dig om en besked.\n"
4981 " konfigurerede editor for at bede dig om en besked.\n"
4938 "\n"
4982 "\n"
4939 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
4983 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
4940 " "
4984 " "
4941
4985
4942 msgid "created new head\n"
4986 msgid "created new head\n"
4943 msgstr "lavede et nyt hoved\n"
4987 msgstr "lavede et nyt hoved\n"
4944
4988
4945 #, python-format
4989 #, python-format
4946 msgid "committed changeset %d:%s\n"
4990 msgid "committed changeset %d:%s\n"
4947 msgstr ""
4991 msgstr ""
4948
4992
4949 msgid ""
4993 msgid ""
4950 "mark files as copied for the next commit\n"
4994 "mark files as copied for the next commit\n"
4951 "\n"
4995 "\n"
4952 " Mark dest as having copies of source files. If dest is a\n"
4996 " Mark dest as having copies of source files. If dest is a\n"
4953 " directory, copies are put in that directory. If dest is a file,\n"
4997 " directory, copies are put in that directory. If dest is a file,\n"
4954 " the source must be a single file.\n"
4998 " the source must be a single file.\n"
4955 "\n"
4999 "\n"
4956 " By default, this command copies the contents of files as they\n"
5000 " By default, this command copies the contents of files as they\n"
4957 " exist in the working directory. If invoked with -A/--after, the\n"
5001 " exist in the working directory. If invoked with -A/--after, the\n"
4958 " operation is recorded, but no copying is performed.\n"
5002 " operation is recorded, but no copying is performed.\n"
4959 "\n"
5003 "\n"
4960 " This command takes effect with the next commit. To undo a copy\n"
5004 " This command takes effect with the next commit. To undo a copy\n"
4961 " before that, see hg revert.\n"
5005 " before that, see hg revert.\n"
4962 " "
5006 " "
4963 msgstr ""
5007 msgstr ""
4964
5008
4965 msgid "find the ancestor revision of two revisions in a given index"
5009 msgid "find the ancestor revision of two revisions in a given index"
4966 msgstr ""
5010 msgstr ""
4967
5011
4968 msgid "There is no Mercurial repository here (.hg not found)"
5012 msgid "There is no Mercurial repository here (.hg not found)"
4969 msgstr "Der er intet Mercurial depot her (.hg ikke fundet)"
5013 msgstr "Der er intet Mercurial depot her (.hg ikke fundet)"
4970
5014
4971 msgid "either two or three arguments required"
5015 msgid "either two or three arguments required"
4972 msgstr "kræver enten to eller tre argumenter"
5016 msgstr "kræver enten to eller tre argumenter"
4973
5017
4974 msgid "returns the completion list associated with the given command"
5018 msgid "returns the completion list associated with the given command"
4975 msgstr ""
5019 msgstr ""
4976
5020
4977 msgid "rebuild the dirstate as it would look like for the given revision"
5021 msgid "rebuild the dirstate as it would look like for the given revision"
4978 msgstr ""
5022 msgstr ""
4979
5023
4980 msgid "validate the correctness of the current dirstate"
5024 msgid "validate the correctness of the current dirstate"
4981 msgstr ""
5025 msgstr ""
4982
5026
4983 #, python-format
5027 #, python-format
4984 msgid "%s in state %s, but not in manifest1\n"
5028 msgid "%s in state %s, but not in manifest1\n"
4985 msgstr ""
5029 msgstr ""
4986
5030
4987 #, python-format
5031 #, python-format
4988 msgid "%s in state %s, but also in manifest1\n"
5032 msgid "%s in state %s, but also in manifest1\n"
4989 msgstr ""
5033 msgstr ""
4990
5034
4991 #, python-format
5035 #, python-format
4992 msgid "%s in state %s, but not in either manifest\n"
5036 msgid "%s in state %s, but not in either manifest\n"
4993 msgstr ""
5037 msgstr ""
4994
5038
4995 #, python-format
5039 #, python-format
4996 msgid "%s in manifest1, but listed as state %s"
5040 msgid "%s in manifest1, but listed as state %s"
4997 msgstr ""
5041 msgstr ""
4998
5042
4999 msgid ".hg/dirstate inconsistent with current parent's manifest"
5043 msgid ".hg/dirstate inconsistent with current parent's manifest"
5000 msgstr ""
5044 msgstr ""
5001
5045
5002 msgid ""
5046 msgid ""
5003 "show combined config settings from all hgrc files\n"
5047 "show combined config settings from all hgrc files\n"
5004 "\n"
5048 "\n"
5005 " With no arguments, print names and values of all config items.\n"
5049 " With no arguments, print names and values of all config items.\n"
5006 "\n"
5050 "\n"
5007 " With one argument of the form section.name, print just the value\n"
5051 " With one argument of the form section.name, print just the value\n"
5008 " of that config item.\n"
5052 " of that config item.\n"
5009 "\n"
5053 "\n"
5010 " With multiple arguments, print names and values of all config\n"
5054 " With multiple arguments, print names and values of all config\n"
5011 " items with matching section names.\n"
5055 " items with matching section names.\n"
5012 "\n"
5056 "\n"
5013 " With --debug, the source (filename and line number) is printed\n"
5057 " With --debug, the source (filename and line number) is printed\n"
5014 " for each config item.\n"
5058 " for each config item.\n"
5015 " "
5059 " "
5016 msgstr ""
5060 msgstr ""
5017
5061
5018 msgid "only one config item permitted"
5062 msgid "only one config item permitted"
5019 msgstr ""
5063 msgstr ""
5020
5064
5021 msgid ""
5065 msgid ""
5022 "manually set the parents of the current working directory\n"
5066 "manually set the parents of the current working directory\n"
5023 "\n"
5067 "\n"
5024 " This is useful for writing repository conversion tools, but should\n"
5068 " This is useful for writing repository conversion tools, but should\n"
5025 " be used with care.\n"
5069 " be used with care.\n"
5026 " "
5070 " "
5027 msgstr ""
5071 msgstr ""
5028
5072
5029 msgid "show the contents of the current dirstate"
5073 msgid "show the contents of the current dirstate"
5030 msgstr ""
5074 msgstr ""
5031
5075
5032 #, python-format
5076 #, python-format
5033 msgid "copy: %s -> %s\n"
5077 msgid "copy: %s -> %s\n"
5034 msgstr "kopi: %s -> %s\n"
5078 msgstr "kopi: %s -> %s\n"
5035
5079
5036 msgid "dump the contents of a data file revision"
5080 msgid "dump the contents of a data file revision"
5037 msgstr ""
5081 msgstr ""
5038
5082
5039 #, python-format
5083 #, python-format
5040 msgid "invalid revision identifier %s"
5084 msgid "invalid revision identifier %s"
5041 msgstr "ugyldig revisionsidentification %s"
5085 msgstr "ugyldig revisionsidentification %s"
5042
5086
5043 msgid "parse and display a date"
5087 msgid "parse and display a date"
5044 msgstr ""
5088 msgstr ""
5045
5089
5046 msgid "dump the contents of an index file"
5090 msgid "dump the contents of an index file"
5047 msgstr ""
5091 msgstr ""
5048
5092
5049 msgid "dump an index DAG as a graphviz dot file"
5093 msgid "dump an index DAG as a graphviz dot file"
5050 msgstr ""
5094 msgstr ""
5051
5095
5052 msgid "test Mercurial installation"
5096 msgid "test Mercurial installation"
5053 msgstr ""
5097 msgstr ""
5054
5098
5055 #, python-format
5099 #, python-format
5056 msgid "Checking encoding (%s)...\n"
5100 msgid "Checking encoding (%s)...\n"
5057 msgstr ""
5101 msgstr ""
5058
5102
5059 msgid " (check that your locale is properly set)\n"
5103 msgid " (check that your locale is properly set)\n"
5060 msgstr ""
5104 msgstr ""
5061
5105
5062 msgid "Checking extensions...\n"
5106 msgid "Checking extensions...\n"
5063 msgstr ""
5107 msgstr ""
5064
5108
5065 msgid " One or more extensions could not be found"
5109 msgid " One or more extensions could not be found"
5066 msgstr ""
5110 msgstr ""
5067
5111
5068 msgid " (check that you compiled the extensions)\n"
5112 msgid " (check that you compiled the extensions)\n"
5069 msgstr ""
5113 msgstr ""
5070
5114
5071 msgid "Checking templates...\n"
5115 msgid "Checking templates...\n"
5072 msgstr ""
5116 msgstr ""
5073
5117
5074 msgid " (templates seem to have been installed incorrectly)\n"
5118 msgid " (templates seem to have been installed incorrectly)\n"
5075 msgstr ""
5119 msgstr ""
5076
5120
5077 msgid "Checking patch...\n"
5121 msgid "Checking patch...\n"
5078 msgstr ""
5122 msgstr ""
5079
5123
5080 msgid " patch call failed:\n"
5124 msgid " patch call failed:\n"
5081 msgstr ""
5125 msgstr ""
5082
5126
5083 msgid " unexpected patch output!\n"
5127 msgid " unexpected patch output!\n"
5084 msgstr ""
5128 msgstr ""
5085
5129
5086 msgid " patch test failed!\n"
5130 msgid " patch test failed!\n"
5087 msgstr ""
5131 msgstr ""
5088
5132
5089 msgid ""
5133 msgid ""
5090 " (Current patch tool may be incompatible with patch, or misconfigured. "
5134 " (Current patch tool may be incompatible with patch, or misconfigured. "
5091 "Please check your .hgrc file)\n"
5135 "Please check your .hgrc file)\n"
5092 msgstr ""
5136 msgstr ""
5093
5137
5094 msgid ""
5138 msgid ""
5095 " Internal patcher failure, please report this error to http://www.selenic."
5139 " Internal patcher failure, please report this error to http://www.selenic."
5096 "com/mercurial/bts\n"
5140 "com/mercurial/bts\n"
5097 msgstr ""
5141 msgstr ""
5098
5142
5099 msgid "Checking commit editor...\n"
5143 msgid "Checking commit editor...\n"
5100 msgstr ""
5144 msgstr ""
5101
5145
5102 msgid " No commit editor set and can't find vi in PATH\n"
5146 msgid " No commit editor set and can't find vi in PATH\n"
5103 msgstr ""
5147 msgstr ""
5104
5148
5105 msgid " (specify a commit editor in your .hgrc file)\n"
5149 msgid " (specify a commit editor in your .hgrc file)\n"
5106 msgstr ""
5150 msgstr ""
5107
5151
5108 #, python-format
5152 #, python-format
5109 msgid " Can't find editor '%s' in PATH\n"
5153 msgid " Can't find editor '%s' in PATH\n"
5110 msgstr ""
5154 msgstr ""
5111
5155
5112 msgid "Checking username...\n"
5156 msgid "Checking username...\n"
5113 msgstr ""
5157 msgstr ""
5114
5158
5115 msgid " (specify a username in your .hgrc file)\n"
5159 msgid " (specify a username in your .hgrc file)\n"
5116 msgstr ""
5160 msgstr ""
5117
5161
5118 msgid "No problems detected\n"
5162 msgid "No problems detected\n"
5119 msgstr "Fandt ingen problemer\n"
5163 msgstr "Fandt ingen problemer\n"
5120
5164
5121 #, python-format
5165 #, python-format
5122 msgid "%s problems detected, please check your install!\n"
5166 msgid "%s problems detected, please check your install!\n"
5123 msgstr ""
5167 msgstr ""
5124
5168
5125 msgid "dump rename information"
5169 msgid "dump rename information"
5126 msgstr ""
5170 msgstr ""
5127
5171
5128 #, python-format
5172 #, python-format
5129 msgid "%s renamed from %s:%s\n"
5173 msgid "%s renamed from %s:%s\n"
5130 msgstr "%s omdøbt fra %s:%s\n"
5174 msgstr "%s omdøbt fra %s:%s\n"
5131
5175
5132 #, python-format
5176 #, python-format
5133 msgid "%s not renamed\n"
5177 msgid "%s not renamed\n"
5134 msgstr "%s ikke omdøbt\n"
5178 msgstr "%s ikke omdøbt\n"
5135
5179
5136 msgid "show how files match on given patterns"
5180 msgid "show how files match on given patterns"
5137 msgstr ""
5181 msgstr ""
5138
5182
5139 msgid ""
5183 msgid ""
5140 "diff repository (or selected files)\n"
5184 "diff repository (or selected files)\n"
5141 "\n"
5185 "\n"
5142 " Show differences between revisions for the specified files.\n"
5186 " Show differences between revisions for the specified files.\n"
5143 "\n"
5187 "\n"
5144 " Differences between files are shown using the unified diff format.\n"
5188 " Differences between files are shown using the unified diff format.\n"
5145 "\n"
5189 "\n"
5146 " NOTE: diff may generate unexpected results for merges, as it will\n"
5190 " NOTE: diff may generate unexpected results for merges, as it will\n"
5147 " default to comparing against the working directory's first parent\n"
5191 " default to comparing against the working directory's first parent\n"
5148 " changeset if no revisions are specified.\n"
5192 " changeset if no revisions are specified.\n"
5149 "\n"
5193 "\n"
5150 " When two revision arguments are given, then changes are shown\n"
5194 " When two revision arguments are given, then changes are shown\n"
5151 " between those revisions. If only one revision is specified then\n"
5195 " between those revisions. If only one revision is specified then\n"
5152 " that revision is compared to the working directory, and, when no\n"
5196 " that revision is compared to the working directory, and, when no\n"
5153 " revisions are specified, the working directory files are compared\n"
5197 " revisions are specified, the working directory files are compared\n"
5154 " to its parent.\n"
5198 " to its parent.\n"
5155 "\n"
5199 "\n"
5156 " Without the -a/--text option, diff will avoid generating diffs of\n"
5200 " Without the -a/--text option, diff will avoid generating diffs of\n"
5157 " files it detects as binary. With -a, diff will generate a diff\n"
5201 " files it detects as binary. With -a, diff will generate a diff\n"
5158 " anyway, probably with undesirable results.\n"
5202 " anyway, probably with undesirable results.\n"
5159 "\n"
5203 "\n"
5160 " Use the -g/--git option to generate diffs in the git extended diff\n"
5204 " Use the -g/--git option to generate diffs in the git extended diff\n"
5161 " format. For more information, read 'hg help diffs'.\n"
5205 " format. For more information, read 'hg help diffs'.\n"
5162 " "
5206 " "
5163 msgstr ""
5207 msgstr ""
5164 "find ændringer i hele arkivet (eller udvalgte filer)\n"
5208 "find ændringer i hele arkivet (eller udvalgte filer)\n"
5165 "\n"
5209 "\n"
5166 " Vis ændringer mellem revisioner for de udvalgte filer.\n"
5210 " Vis ændringer mellem revisioner for de udvalgte filer.\n"
5167 "\n"
5211 "\n"
5168 " Ændringerne mellem filerne vises i unified diff-formatet.\n"
5212 " Ændringerne mellem filerne vises i unified diff-formatet.\n"
5169 "\n"
5213 "\n"
5170 " BEMÆRK: diff kan generere overraskende resultater for\n"
5214 " BEMÆRK: diff kan generere overraskende resultater for\n"
5171 " sammenføjninger, idet den som udgangspunkt vil sammenligne med\n"
5215 " sammenføjninger, idet den som udgangspunkt vil sammenligne med\n"
5172 " arbejdskatalogets første forælder, hvis der ikke angivet en\n"
5216 " arbejdskatalogets første forælder, hvis der ikke angivet en\n"
5173 " revision.\n"
5217 " revision.\n"
5174 "\n"
5218 "\n"
5175 " Når der gives to revisioner som argumenter, så vises ændringer\n"
5219 " Når der gives to revisioner som argumenter, så vises ændringer\n"
5176 " mellem disse. Hvis der kun angives en revision, så sammenlignes\n"
5220 " mellem disse. Hvis der kun angives en revision, så sammenlignes\n"
5177 " denne revision med arbejdskataloget, og når der ikke angives nogen\n"
5221 " denne revision med arbejdskataloget, og når der ikke angives nogen\n"
5178 " revisioner, så sammenlignes arbejdskataloget med dennes forælder.\n"
5222 " revisioner, så sammenlignes arbejdskataloget med dennes forælder.\n"
5179 "\n"
5223 "\n"
5180 " Uden -a/--text tilvalget vil diff undgå at generere ændringer for\n"
5224 " Uden -a/--text tilvalget vil diff undgå at generere ændringer for\n"
5181 " filer som den detekterer som binære. Med -a vil diff generere\n"
5225 " filer som den detekterer som binære. Med -a vil diff generere\n"
5182 " ændringer alligevel, sandsynligvis med uønskede resultater.\n"
5226 " ændringer alligevel, sandsynligvis med uønskede resultater.\n"
5183 "\n"
5227 "\n"
5184 " Brug -g/--git tilvalget for at generere ændringer i det udvidede\n"
5228 " Brug -g/--git tilvalget for at generere ændringer i det udvidede\n"
5185 " git diff-format. For mere information, læs hg help diffs.\n"
5229 " git diff-format. For mere information, læs hg help diffs.\n"
5186 " "
5230 " "
5187
5231
5188 msgid ""
5232 msgid ""
5189 "dump the header and diffs for one or more changesets\n"
5233 "dump the header and diffs for one or more changesets\n"
5190 "\n"
5234 "\n"
5191 " Print the changeset header and diffs for one or more revisions.\n"
5235 " Print the changeset header and diffs for one or more revisions.\n"
5192 "\n"
5236 "\n"
5193 " The information shown in the changeset header is: author,\n"
5237 " The information shown in the changeset header is: author,\n"
5194 " changeset hash, parent(s) and commit comment.\n"
5238 " changeset hash, parent(s) and commit comment.\n"
5195 "\n"
5239 "\n"
5196 " NOTE: export may generate unexpected diff output for merge\n"
5240 " NOTE: export may generate unexpected diff output for merge\n"
5197 " changesets, as it will compare the merge changeset against its\n"
5241 " changesets, as it will compare the merge changeset against its\n"
5198 " first parent only.\n"
5242 " first parent only.\n"
5199 "\n"
5243 "\n"
5200 " Output may be to a file, in which case the name of the file is\n"
5244 " Output may be to a file, in which case the name of the file is\n"
5201 " given using a format string. The formatting rules are as follows:\n"
5245 " given using a format string. The formatting rules are as follows:\n"
5202 "\n"
5246 "\n"
5203 " %% literal \"%\" character\n"
5247 " %% literal \"%\" character\n"
5204 " %H changeset hash (40 bytes of hexadecimal)\n"
5248 " %H changeset hash (40 bytes of hexadecimal)\n"
5205 " %N number of patches being generated\n"
5249 " %N number of patches being generated\n"
5206 " %R changeset revision number\n"
5250 " %R changeset revision number\n"
5207 " %b basename of the exporting repository\n"
5251 " %b basename of the exporting repository\n"
5208 " %h short-form changeset hash (12 bytes of hexadecimal)\n"
5252 " %h short-form changeset hash (12 bytes of hexadecimal)\n"
5209 " %n zero-padded sequence number, starting at 1\n"
5253 " %n zero-padded sequence number, starting at 1\n"
5210 " %r zero-padded changeset revision number\n"
5254 " %r zero-padded changeset revision number\n"
5211 "\n"
5255 "\n"
5212 " Without the -a/--text option, export will avoid generating diffs\n"
5256 " Without the -a/--text option, export will avoid generating diffs\n"
5213 " of files it detects as binary. With -a, export will generate a\n"
5257 " of files it detects as binary. With -a, export will generate a\n"
5214 " diff anyway, probably with undesirable results.\n"
5258 " diff anyway, probably with undesirable results.\n"
5215 "\n"
5259 "\n"
5216 " Use the -g/--git option to generate diffs in the git extended diff\n"
5260 " Use the -g/--git option to generate diffs in the git extended diff\n"
5217 " format. See 'hg help diffs' for more information.\n"
5261 " format. See 'hg help diffs' for more information.\n"
5218 "\n"
5262 "\n"
5219 " With the --switch-parent option, the diff will be against the\n"
5263 " With the --switch-parent option, the diff will be against the\n"
5220 " second parent. It can be useful to review a merge.\n"
5264 " second parent. It can be useful to review a merge.\n"
5221 " "
5265 " "
5222 msgstr ""
5266 msgstr ""
5223 "dump hovedet og ændringerne for en eller flere ændringer\n"
5267 "dump hovedet og ændringerne for en eller flere ændringer\n"
5224 "\n"
5268 "\n"
5225 " Udskriv ændrings-hovedet og ændringerne for en eller flere\n"
5269 " Udskriv ændrings-hovedet og ændringerne for en eller flere\n"
5226 " revisioner.\n"
5270 " revisioner.\n"
5227 "\n"
5271 "\n"
5228 " Informationen som vises i ændrings-hovedet er: forfatter,\n"
5272 " Informationen som vises i ændrings-hovedet er: forfatter,\n"
5229 " ændringshash, forældrene og arkiveringsbeskeden.\n"
5273 " ændringshash, forældrene og arkiveringsbeskeden.\n"
5230 "\n"
5274 "\n"
5231 " BEMÆRK: export kan generere uventet diff uddata for\n"
5275 " BEMÆRK: export kan generere uventet diff uddata for\n"
5232 " sammenføjningsændringer idet den kun vil sammenligne\n"
5276 " sammenføjningsændringer idet den kun vil sammenligne\n"
5233 " sammenføjningsændringen med dennes første forælder.\n"
5277 " sammenføjningsændringen med dennes første forælder.\n"
5234 "\n"
5278 "\n"
5235 " Uddata kan gemmes i en fil, og filnavnet er givet ved en\n"
5279 " Uddata kan gemmes i en fil, og filnavnet er givet ved en\n"
5236 " format-streng. Formatteringsreglerne er som følger:\n"
5280 " format-streng. Formatteringsreglerne er som følger:\n"
5237 "\n"
5281 "\n"
5238 " %% litteral % tegn\n"
5282 " %% litteral % tegn\n"
5239 " %H ændringshash (40 byte heksadecimal)\n"
5283 " %H ændringshash (40 byte heksadecimal)\n"
5240 " %N antallet af rettelser som bliver genereret\n"
5284 " %N antallet af rettelser som bliver genereret\n"
5241 " %R revisionnummer for ændringen\n"
5285 " %R revisionnummer for ændringen\n"
5242 " %b grundnavn for det eksporterede arkiv\n"
5286 " %b grundnavn for det eksporterede arkiv\n"
5243 " %h kortform ændringshash (12 byte heksadecimal)\n"
5287 " %h kortform ændringshash (12 byte heksadecimal)\n"
5244 " %n nul-fyldt sekvensnummer, startende ved 1\n"
5288 " %n nul-fyldt sekvensnummer, startende ved 1\n"
5245 " %r nul-fyldt revisionsnummer for ændringen\n"
5289 " %r nul-fyldt revisionsnummer for ændringen\n"
5246 "\n"
5290 "\n"
5247 " Uden -a/--text tilvalget vil annotate undgå at behandle filer som\n"
5291 " Uden -a/--text tilvalget vil annotate undgå at behandle filer som\n"
5248 " den detekterer som binære. Med -a vil annotate generere en\n"
5292 " den detekterer som binære. Med -a vil annotate generere en\n"
5249 " annotering alligevel, sandsynligvis med et uønsket resultat.\n"
5293 " annotering alligevel, sandsynligvis med et uønsket resultat.\n"
5250 "\n"
5294 "\n"
5251 " Brug -g/--git tilvalget for at generere ændringer i det udvidede\n"
5295 " Brug -g/--git tilvalget for at generere ændringer i det udvidede\n"
5252 " git diff-format. Se 'hg help diffs' for mere information.\n"
5296 " git diff-format. Se 'hg help diffs' for mere information.\n"
5253 "\n"
5297 "\n"
5254 " Med --switch-parent tilvalget vil ændringerne blive beregnet i\n"
5298 " Med --switch-parent tilvalget vil ændringerne blive beregnet i\n"
5255 " forhold til den anden forælder. Dette kan være nyttigt til at\n"
5299 " forhold til den anden forælder. Dette kan være nyttigt til at\n"
5256 " gennemse en sammenføjning.\n"
5300 " gennemse en sammenføjning.\n"
5257 " "
5301 " "
5258
5302
5259 msgid "export requires at least one changeset"
5303 msgid "export requires at least one changeset"
5260 msgstr ""
5304 msgstr ""
5261
5305
5262 msgid "exporting patches:\n"
5306 msgid "exporting patches:\n"
5263 msgstr ""
5307 msgstr ""
5264
5308
5265 msgid "exporting patch:\n"
5309 msgid "exporting patch:\n"
5266 msgstr ""
5310 msgstr ""
5267
5311
5268 msgid ""
5312 msgid ""
5269 "search for a pattern in specified files and revisions\n"
5313 "search for a pattern in specified files and revisions\n"
5270 "\n"
5314 "\n"
5271 " Search revisions of files for a regular expression.\n"
5315 " Search revisions of files for a regular expression.\n"
5272 "\n"
5316 "\n"
5273 " This command behaves differently than Unix grep. It only accepts\n"
5317 " This command behaves differently than Unix grep. It only accepts\n"
5274 " Python/Perl regexps. It searches repository history, not the\n"
5318 " Python/Perl regexps. It searches repository history, not the\n"
5275 " working directory. It always prints the revision number in which a\n"
5319 " working directory. It always prints the revision number in which a\n"
5276 " match appears.\n"
5320 " match appears.\n"
5277 "\n"
5321 "\n"
5278 " By default, grep only prints output for the first revision of a\n"
5322 " By default, grep only prints output for the first revision of a\n"
5279 " file in which it finds a match. To get it to print every revision\n"
5323 " file in which it finds a match. To get it to print every revision\n"
5280 " that contains a change in match status (\"-\" for a match that\n"
5324 " that contains a change in match status (\"-\" for a match that\n"
5281 " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
5325 " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
5282 " use the --all flag.\n"
5326 " use the --all flag.\n"
5283 " "
5327 " "
5284 msgstr ""
5328 msgstr ""
5285
5329
5286 #, python-format
5330 #, python-format
5287 msgid "grep: invalid match pattern: %s\n"
5331 msgid "grep: invalid match pattern: %s\n"
5288 msgstr ""
5332 msgstr ""
5289
5333
5290 msgid ""
5334 msgid ""
5291 "show current repository heads or show branch heads\n"
5335 "show current repository heads or show branch heads\n"
5292 "\n"
5336 "\n"
5293 " With no arguments, show all repository head changesets.\n"
5337 " With no arguments, show all repository head changesets.\n"
5294 "\n"
5338 "\n"
5295 " Repository \"heads\" are changesets that don't have child\n"
5339 " Repository \"heads\" are changesets that don't have child\n"
5296 " changesets. They are where development generally takes place and\n"
5340 " changesets. They are where development generally takes place and\n"
5297 " are the usual targets for update and merge operations.\n"
5341 " are the usual targets for update and merge operations.\n"
5298 "\n"
5342 "\n"
5299 " If one or more REV is given, the \"branch heads\" will be shown for\n"
5343 " If one or more REV is given, the \"branch heads\" will be shown for\n"
5300 " the named branch associated with that revision. The name of the\n"
5344 " the named branch associated with that revision. The name of the\n"
5301 " branch is called the revision's branch tag.\n"
5345 " branch is called the revision's branch tag.\n"
5302 "\n"
5346 "\n"
5303 " Branch heads are revisions on a given named branch that do not have\n"
5347 " Branch heads are revisions on a given named branch that do not have\n"
5304 " any children on the same branch. A branch head could be a true head\n"
5348 " any children on the same branch. A branch head could be a true head\n"
5305 " or it could be the last changeset on a branch before a new branch\n"
5349 " or it could be the last changeset on a branch before a new branch\n"
5306 " was created. If none of the branch heads are true heads, the branch\n"
5350 " was created. If none of the branch heads are true heads, the branch\n"
5307 " is considered inactive.\n"
5351 " is considered inactive.\n"
5308 "\n"
5352 "\n"
5309 " If STARTREV is specified only those heads (or branch heads) that\n"
5353 " If STARTREV is specified only those heads (or branch heads) that\n"
5310 " are descendants of STARTREV will be displayed.\n"
5354 " are descendants of STARTREV will be displayed.\n"
5311 " "
5355 " "
5312 msgstr ""
5356 msgstr ""
5313
5357
5314 #, python-format
5358 #, python-format
5315 msgid "no open branch heads on branch %s\n"
5359 msgid "no open branch heads on branch %s\n"
5316 msgstr "ingen åbne gren-hoveder på gren %s\n"
5360 msgstr "ingen åbne gren-hoveder på gren %s\n"
5317
5361
5318 #, python-format
5362 #, python-format
5319 msgid "no changes on branch %s containing %s are reachable from %s\n"
5363 msgid "no changes on branch %s containing %s are reachable from %s\n"
5320 msgstr ""
5364 msgstr ""
5321
5365
5322 #, python-format
5366 #, python-format
5323 msgid "no changes on branch %s are reachable from %s\n"
5367 msgid "no changes on branch %s are reachable from %s\n"
5324 msgstr ""
5368 msgstr ""
5325
5369
5326 msgid ""
5370 msgid ""
5327 "show help for a given topic or a help overview\n"
5371 "show help for a given topic or a help overview\n"
5328 "\n"
5372 "\n"
5329 " With no arguments, print a list of commands with short help messages.\n"
5373 " With no arguments, print a list of commands with short help messages.\n"
5330 "\n"
5374 "\n"
5331 " Given a topic, extension, or command name, print help for that\n"
5375 " Given a topic, extension, or command name, print help for that\n"
5332 " topic."
5376 " topic."
5333 msgstr ""
5377 msgstr ""
5334
5378
5335 msgid "global options:"
5379 msgid "global options:"
5336 msgstr "globale indstillinger:"
5380 msgstr "globale indstillinger:"
5337
5381
5338 msgid "use \"hg help\" for the full list of commands"
5382 msgid "use \"hg help\" for the full list of commands"
5339 msgstr "brug \"hg help\" for den fulde liste af kommandoer"
5383 msgstr "brug \"hg help\" for den fulde liste af kommandoer"
5340
5384
5341 msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
5385 msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
5342 msgstr ""
5386 msgstr ""
5343 "brug \"hg help\" for den fulde liste af kommandoer eller \"hg -v\" for "
5387 "brug \"hg help\" for den fulde liste af kommandoer eller \"hg -v\" for "
5344 "detaljer"
5388 "detaljer"
5345
5389
5346 #, python-format
5390 #, python-format
5347 msgid "use \"hg -v help%s\" to show aliases and global options"
5391 msgid "use \"hg -v help%s\" to show aliases and global options"
5348 msgstr "brug \"hg -v help%s\" for at vise aliaser og globale valgmuligheder"
5392 msgstr "brug \"hg -v help%s\" for at vise aliaser og globale valgmuligheder"
5349
5393
5350 #, python-format
5394 #, python-format
5351 msgid "use \"hg -v help %s\" to show global options"
5395 msgid "use \"hg -v help %s\" to show global options"
5352 msgstr "brug \"hg -v help %s\" for at vise globale valgmuligheder"
5396 msgstr "brug \"hg -v help %s\" for at vise globale valgmuligheder"
5353
5397
5354 msgid ""
5398 msgid ""
5355 "list of commands:\n"
5399 "list of commands:\n"
5356 "\n"
5400 "\n"
5357 msgstr ""
5401 msgstr ""
5358 "liste af kommandoer:\n"
5402 "liste af kommandoer:\n"
5359 "\n"
5403 "\n"
5360
5404
5361 #, python-format
5405 #, python-format
5362 msgid ""
5406 msgid ""
5363 "\n"
5407 "\n"
5364 "aliases: %s\n"
5408 "aliases: %s\n"
5365 msgstr ""
5409 msgstr ""
5366 "\n"
5410 "\n"
5367 "aliasser: %s\n"
5411 "aliasser: %s\n"
5368
5412
5369 msgid "(no help text available)"
5413 msgid "(no help text available)"
5370 msgstr "(ingen hjælpetekst tilgængelig)"
5414 msgstr "(ingen hjælpetekst tilgængelig)"
5371
5415
5372 msgid "options:\n"
5416 msgid "options:\n"
5373 msgstr "valgmuligheder:\n"
5417 msgstr "valgmuligheder:\n"
5374
5418
5375 msgid "no commands defined\n"
5419 msgid "no commands defined\n"
5376 msgstr "ingen kommandoer defineret\n"
5420 msgstr "ingen kommandoer defineret\n"
5377
5421
5378 msgid ""
5422 msgid "enabled extensions:"
5379 "\n"
5423 msgstr "aktiverede udvidelser:"
5380 "enabled extensions:\n"
5381 "\n"
5382 msgstr ""
5383 "\n"
5384 "aktiverede udvidelser:\n"
5385 "\n"
5386
5387 #, python-format
5388 msgid " %s %s\n"
5389 msgstr ""
5390
5424
5391 msgid "no help text available"
5425 msgid "no help text available"
5392 msgstr "ingen hjælpetekst tilgængelig"
5426 msgstr "ingen hjælpetekst tilgængelig"
5393
5427
5394 #, python-format
5428 #, python-format
5395 msgid "%s extension - %s\n"
5429 msgid "%s extension - %s\n"
5396 msgstr "%s udvidelse - %s\n"
5430 msgstr "%s udvidelse - %s\n"
5397
5431
5398 msgid "Mercurial Distributed SCM\n"
5432 msgid "Mercurial Distributed SCM\n"
5399 msgstr "Mercurial Distribueret SCM\n"
5433 msgstr "Mercurial Distribueret SCM\n"
5400
5434
5401 msgid ""
5435 msgid ""
5402 "basic commands:\n"
5436 "basic commands:\n"
5403 "\n"
5437 "\n"
5404 msgstr ""
5438 msgstr ""
5405 "basale kommandoer:\n"
5439 "basale kommandoer:\n"
5406 "\n"
5440 "\n"
5407
5441
5408 msgid ""
5442 msgid ""
5409 "\n"
5443 "\n"
5410 "additional help topics:\n"
5444 "additional help topics:\n"
5411 "\n"
5445 "\n"
5412 msgstr ""
5446 msgstr ""
5413 "\n"
5447 "\n"
5414 "yderligere hjælpeemner:\n"
5448 "yderligere hjælpeemner:\n"
5415 "\n"
5449 "\n"
5416
5450
5417 msgid ""
5451 msgid ""
5418 "identify the working copy or specified revision\n"
5452 "identify the working copy or specified revision\n"
5419 "\n"
5453 "\n"
5420 " With no revision, print a summary of the current state of the\n"
5454 " With no revision, print a summary of the current state of the\n"
5421 " repository.\n"
5455 " repository.\n"
5422 "\n"
5456 "\n"
5423 " Specifying a path to a repository root or Mercurial bundle will\n"
5457 " Specifying a path to a repository root or Mercurial bundle will\n"
5424 " cause lookup to operate on that repository/bundle.\n"
5458 " cause lookup to operate on that repository/bundle.\n"
5425 "\n"
5459 "\n"
5426 " This summary identifies the repository state using one or two\n"
5460 " This summary identifies the repository state using one or two\n"
5427 " parent hash identifiers, followed by a \"+\" if there are\n"
5461 " parent hash identifiers, followed by a \"+\" if there are\n"
5428 " uncommitted changes in the working directory, a list of tags for\n"
5462 " uncommitted changes in the working directory, a list of tags for\n"
5429 " this revision and a branch name for non-default branches.\n"
5463 " this revision and a branch name for non-default branches.\n"
5430 " "
5464 " "
5431 msgstr ""
5465 msgstr ""
5432
5466
5433 msgid ""
5467 msgid ""
5434 "import an ordered set of patches\n"
5468 "import an ordered set of patches\n"
5435 "\n"
5469 "\n"
5436 " Import a list of patches and commit them individually.\n"
5470 " Import a list of patches and commit them individually.\n"
5437 "\n"
5471 "\n"
5438 " If there are outstanding changes in the working directory, import\n"
5472 " If there are outstanding changes in the working directory, import\n"
5439 " will abort unless given the -f/--force flag.\n"
5473 " will abort unless given the -f/--force flag.\n"
5440 "\n"
5474 "\n"
5441 " You can import a patch straight from a mail message. Even patches\n"
5475 " You can import a patch straight from a mail message. Even patches\n"
5442 " as attachments work (to use the body part, it must have type\n"
5476 " as attachments work (to use the body part, it must have type\n"
5443 " text/plain or text/x-patch). From and Subject headers of email\n"
5477 " text/plain or text/x-patch). From and Subject headers of email\n"
5444 " message are used as default committer and commit message. All\n"
5478 " message are used as default committer and commit message. All\n"
5445 " text/plain body parts before first diff are added to commit\n"
5479 " text/plain body parts before first diff are added to commit\n"
5446 " message.\n"
5480 " message.\n"
5447 "\n"
5481 "\n"
5448 " If the imported patch was generated by hg export, user and\n"
5482 " If the imported patch was generated by hg export, user and\n"
5449 " description from patch override values from message headers and\n"
5483 " description from patch override values from message headers and\n"
5450 " body. Values given on command line with -m/--message and -u/--user\n"
5484 " body. Values given on command line with -m/--message and -u/--user\n"
5451 " override these.\n"
5485 " override these.\n"
5452 "\n"
5486 "\n"
5453 " If --exact is specified, import will set the working directory to\n"
5487 " If --exact is specified, import will set the working directory to\n"
5454 " the parent of each patch before applying it, and will abort if the\n"
5488 " the parent of each patch before applying it, and will abort if the\n"
5455 " resulting changeset has a different ID than the one recorded in\n"
5489 " resulting changeset has a different ID than the one recorded in\n"
5456 " the patch. This may happen due to character set problems or other\n"
5490 " the patch. This may happen due to character set problems or other\n"
5457 " deficiencies in the text patch format.\n"
5491 " deficiencies in the text patch format.\n"
5458 "\n"
5492 "\n"
5459 " With -s/--similarity, hg will attempt to discover renames and\n"
5493 " With -s/--similarity, hg will attempt to discover renames and\n"
5460 " copies in the patch in the same way as 'addremove'.\n"
5494 " copies in the patch in the same way as 'addremove'.\n"
5461 "\n"
5495 "\n"
5462 " To read a patch from standard input, use \"-\" as the patch name.\n"
5496 " To read a patch from standard input, use \"-\" as the patch name.\n"
5463 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5497 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5464 " "
5498 " "
5465 msgstr ""
5499 msgstr ""
5466
5500
5467 msgid "applying patch from stdin\n"
5501 msgid "applying patch from stdin\n"
5468 msgstr ""
5502 msgstr ""
5469
5503
5470 msgid "no diffs found"
5504 msgid "no diffs found"
5471 msgstr ""
5505 msgstr ""
5472
5506
5473 #, python-format
5507 #, python-format
5474 msgid ""
5508 msgid ""
5475 "message:\n"
5509 "message:\n"
5476 "%s\n"
5510 "%s\n"
5477 msgstr ""
5511 msgstr ""
5478 "meddelse:\n"
5512 "meddelse:\n"
5479 "%s\n"
5513 "%s\n"
5480
5514
5481 msgid "not a Mercurial patch"
5515 msgid "not a Mercurial patch"
5482 msgstr "ikke en Mercurial patch"
5516 msgstr "ikke en Mercurial patch"
5483
5517
5484 msgid "patch is damaged or loses information"
5518 msgid "patch is damaged or loses information"
5485 msgstr ""
5519 msgstr ""
5486
5520
5487 msgid ""
5521 msgid ""
5488 "show new changesets found in source\n"
5522 "show new changesets found in source\n"
5489 "\n"
5523 "\n"
5490 " Show new changesets found in the specified path/URL or the default\n"
5524 " Show new changesets found in the specified path/URL or the default\n"
5491 " pull location. These are the changesets that would have been pulled\n"
5525 " pull location. These are the changesets that would have been pulled\n"
5492 " if a pull at the time you issued this command.\n"
5526 " if a pull at the time you issued this command.\n"
5493 "\n"
5527 "\n"
5494 " For remote repository, using --bundle avoids downloading the\n"
5528 " For remote repository, using --bundle avoids downloading the\n"
5495 " changesets twice if the incoming is followed by a pull.\n"
5529 " changesets twice if the incoming is followed by a pull.\n"
5496 "\n"
5530 "\n"
5497 " See pull for valid source format details.\n"
5531 " See pull for valid source format details.\n"
5498 " "
5532 " "
5499 msgstr ""
5533 msgstr ""
5500
5534
5501 msgid ""
5535 msgid ""
5502 "create a new repository in the given directory\n"
5536 "create a new repository in the given directory\n"
5503 "\n"
5537 "\n"
5504 " Initialize a new repository in the given directory. If the given\n"
5538 " Initialize a new repository in the given directory. If the given\n"
5505 " directory does not exist, it will be created.\n"
5539 " directory does not exist, it will be created.\n"
5506 "\n"
5540 "\n"
5507 " If no directory is given, the current directory is used.\n"
5541 " If no directory is given, the current directory is used.\n"
5508 "\n"
5542 "\n"
5509 " It is possible to specify an ssh:// URL as the destination.\n"
5543 " It is possible to specify an ssh:// URL as the destination.\n"
5510 " See 'hg help urls' for more information.\n"
5544 " See 'hg help urls' for more information.\n"
5511 " "
5545 " "
5512 msgstr ""
5546 msgstr ""
5513 "opret et nyt arkiv i det givne katalog\n"
5547 "opret et nyt arkiv i det givne katalog\n"
5514 "\n"
5548 "\n"
5515 " Initialiser et nyt arkiv i det givne katalog. Hvis det givne\n"
5549 " Initialiser et nyt arkiv i det givne katalog. Hvis det givne\n"
5516 " katalog ikke findes vil det blive oprettet.\n"
5550 " katalog ikke findes vil det blive oprettet.\n"
5517 "\n"
5551 "\n"
5518 " Hvis intet katalog er angivet vil det nuværende katalog bliver\n"
5552 " Hvis intet katalog er angivet vil det nuværende katalog bliver\n"
5519 " anvendt.\n"
5553 " anvendt.\n"
5520 "\n"
5554 "\n"
5521 " Det er muligt at angive en ssh:// URL som destination.\n"
5555 " Det er muligt at angive en ssh:// URL som destination.\n"
5522 " Se 'hg help urls' for mere information.\n"
5556 " Se 'hg help urls' for mere information.\n"
5523 " "
5557 " "
5524
5558
5525 msgid ""
5559 msgid ""
5526 "locate files matching specific patterns\n"
5560 "locate files matching specific patterns\n"
5527 "\n"
5561 "\n"
5528 " Print files under Mercurial control in the working directory whose\n"
5562 " Print files under Mercurial control in the working directory whose\n"
5529 " names match the given patterns.\n"
5563 " names match the given patterns.\n"
5530 "\n"
5564 "\n"
5531 " By default, this command searches all directories in the working\n"
5565 " By default, this command searches all directories in the working\n"
5532 " directory. To search just the current directory and its\n"
5566 " directory. To search just the current directory and its\n"
5533 " subdirectories, use \"--include .\".\n"
5567 " subdirectories, use \"--include .\".\n"
5534 "\n"
5568 "\n"
5535 " If no patterns are given to match, this command prints the names\n"
5569 " If no patterns are given to match, this command prints the names\n"
5536 " of all files under Mercurial control in the working directory.\n"
5570 " of all files under Mercurial control in the working directory.\n"
5537 "\n"
5571 "\n"
5538 " If you want to feed the output of this command into the \"xargs\"\n"
5572 " If you want to feed the output of this command into the \"xargs\"\n"
5539 " command, use the -0 option to both this command and \"xargs\". This\n"
5573 " command, use the -0 option to both this command and \"xargs\". This\n"
5540 " will avoid the problem of \"xargs\" treating single filenames that\n"
5574 " will avoid the problem of \"xargs\" treating single filenames that\n"
5541 " contain whitespace as multiple filenames.\n"
5575 " contain whitespace as multiple filenames.\n"
5542 " "
5576 " "
5543 msgstr ""
5577 msgstr ""
5544
5578
5545 msgid ""
5579 msgid ""
5546 "show revision history of entire repository or files\n"
5580 "show revision history of entire repository or files\n"
5547 "\n"
5581 "\n"
5548 " Print the revision history of the specified files or the entire\n"
5582 " Print the revision history of the specified files or the entire\n"
5549 " project.\n"
5583 " project.\n"
5550 "\n"
5584 "\n"
5551 " File history is shown without following rename or copy history of\n"
5585 " File history is shown without following rename or copy history of\n"
5552 " files. Use -f/--follow with a filename to follow history across\n"
5586 " files. Use -f/--follow with a filename to follow history across\n"
5553 " renames and copies. --follow without a filename will only show\n"
5587 " renames and copies. --follow without a filename will only show\n"
5554 " ancestors or descendants of the starting revision. --follow-first\n"
5588 " ancestors or descendants of the starting revision. --follow-first\n"
5555 " only follows the first parent of merge revisions.\n"
5589 " only follows the first parent of merge revisions.\n"
5556 "\n"
5590 "\n"
5557 " If no revision range is specified, the default is tip:0 unless\n"
5591 " If no revision range is specified, the default is tip:0 unless\n"
5558 " --follow is set, in which case the working directory parent is\n"
5592 " --follow is set, in which case the working directory parent is\n"
5559 " used as the starting revision.\n"
5593 " used as the starting revision.\n"
5560 "\n"
5594 "\n"
5561 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5595 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
5562 "\n"
5596 "\n"
5563 " By default this command prints revision number and changeset id,\n"
5597 " By default this command prints revision number and changeset id,\n"
5564 " tags, non-trivial parents, user, date and time, and a summary for\n"
5598 " tags, non-trivial parents, user, date and time, and a summary for\n"
5565 " each commit. When the -v/--verbose switch is used, the list of\n"
5599 " each commit. When the -v/--verbose switch is used, the list of\n"
5566 " changed files and full commit message are shown.\n"
5600 " changed files and full commit message are shown.\n"
5567 "\n"
5601 "\n"
5568 " NOTE: log -p/--patch may generate unexpected diff output for merge\n"
5602 " NOTE: log -p/--patch may generate unexpected diff output for merge\n"
5569 " changesets, as it will only compare the merge changeset against\n"
5603 " changesets, as it will only compare the merge changeset against\n"
5570 " its first parent. Also, only files different from BOTH parents\n"
5604 " its first parent. Also, only files different from BOTH parents\n"
5571 " will appear in files:.\n"
5605 " will appear in files:.\n"
5572 " "
5606 " "
5573 msgstr ""
5607 msgstr ""
5574
5608
5575 msgid ""
5609 msgid ""
5576 "output the current or given revision of the project manifest\n"
5610 "output the current or given revision of the project manifest\n"
5577 "\n"
5611 "\n"
5578 " Print a list of version controlled files for the given revision.\n"
5612 " Print a list of version controlled files for the given revision.\n"
5579 " If no revision is given, the first parent of the working directory\n"
5613 " If no revision is given, the first parent of the working directory\n"
5580 " is used, or the null revision if no revision is checked out.\n"
5614 " is used, or the null revision if no revision is checked out.\n"
5581 "\n"
5615 "\n"
5582 " With -v, print file permissions, symlink and executable bits.\n"
5616 " With -v, print file permissions, symlink and executable bits.\n"
5583 " With --debug, print file revision hashes.\n"
5617 " With --debug, print file revision hashes.\n"
5584 " "
5618 " "
5585 msgstr ""
5619 msgstr ""
5586
5620
5587 msgid ""
5621 msgid ""
5588 "merge working directory with another revision\n"
5622 "merge working directory with another revision\n"
5589 "\n"
5623 "\n"
5590 " The current working directory is updated with all changes made in\n"
5624 " The current working directory is updated with all changes made in\n"
5591 " the requested revision since the last common predecessor revision.\n"
5625 " the requested revision since the last common predecessor revision.\n"
5592 "\n"
5626 "\n"
5593 " Files that changed between either parent are marked as changed for\n"
5627 " Files that changed between either parent are marked as changed for\n"
5594 " the next commit and a commit must be performed before any further\n"
5628 " the next commit and a commit must be performed before any further\n"
5595 " updates to the repository are allowed. The next commit will have\n"
5629 " updates to the repository are allowed. The next commit will have\n"
5596 " two parents.\n"
5630 " two parents.\n"
5597 "\n"
5631 "\n"
5598 " If no revision is specified, the working directory's parent is a\n"
5632 " If no revision is specified, the working directory's parent is a\n"
5599 " head revision, and the current branch contains exactly one other\n"
5633 " head revision, and the current branch contains exactly one other\n"
5600 " head, the other head is merged with by default. Otherwise, an\n"
5634 " head, the other head is merged with by default. Otherwise, an\n"
5601 " explicit revision with which to merge with must be provided.\n"
5635 " explicit revision with which to merge with must be provided.\n"
5602 " "
5636 " "
5603 msgstr ""
5637 msgstr ""
5604 "sammenføj arbejdskataloget med en anden revision\n"
5638 "sammenføj arbejdskataloget med en anden revision\n"
5605 "\n"
5639 "\n"
5606 " Det nuværende arbejdskatalog opdateres med alle ændringer lavet i\n"
5640 " Det nuværende arbejdskatalog opdateres med alle ændringer lavet i\n"
5607 " den ønskede revision siden den sidste fælles foregående revision.\n"
5641 " den ønskede revision siden den sidste fælles foregående revision.\n"
5608 "\n"
5642 "\n"
5609 " Filer som ændrede sig i forhold til en af forældrene bliver\n"
5643 " Filer som ændrede sig i forhold til en af forældrene bliver\n"
5610 " markeret som ændret med hensyn til næste arkivering, og en\n"
5644 " markeret som ændret med hensyn til næste arkivering, og en\n"
5611 " arkivering skal laves før yderligere opdateringer er tilladt. Den\n"
5645 " arkivering skal laves før yderligere opdateringer er tilladt. Den\n"
5612 " næste arkiverede ændring får to forældre.\n"
5646 " næste arkiverede ændring får to forældre.\n"
5613 "\n"
5647 "\n"
5614 " Hvis ingen revision angives og arbejdskatalogets forælder er en\n"
5648 " Hvis ingen revision angives og arbejdskatalogets forælder er en\n"
5615 " hovedrevision og den nuværende gren indeholder præcis et andet\n"
5649 " hovedrevision og den nuværende gren indeholder præcis et andet\n"
5616 " hoved, så sammenføjes der med dette hoved som standard. Ellers\n"
5650 " hoved, så sammenføjes der med dette hoved som standard. Ellers\n"
5617 " skal en eksplicit revision angives.\n"
5651 " skal en eksplicit revision angives.\n"
5618 " "
5652 " "
5619
5653
5620 #, python-format
5654 #, python-format
5621 msgid "branch '%s' has %d heads - please merge with an explicit rev"
5655 msgid "branch '%s' has %d heads - please merge with an explicit rev"
5622 msgstr ""
5656 msgstr ""
5623
5657
5624 #, python-format
5658 #, python-format
5625 msgid "branch '%s' has one head - please merge with an explicit rev"
5659 msgid "branch '%s' has one head - please merge with an explicit rev"
5626 msgstr ""
5660 msgstr ""
5627
5661
5628 msgid "there is nothing to merge"
5662 msgid "there is nothing to merge"
5629 msgstr ""
5663 msgstr ""
5630
5664
5631 #, python-format
5665 #, python-format
5632 msgid "%s - use \"hg update\" instead"
5666 msgid "%s - use \"hg update\" instead"
5633 msgstr "%s - brug \"hg update\" istedet"
5667 msgstr "%s - brug \"hg update\" istedet"
5634
5668
5635 msgid ""
5669 msgid ""
5636 "working dir not at a head rev - use \"hg update\" or merge with an explicit "
5670 "working dir not at a head rev - use \"hg update\" or merge with an explicit "
5637 "rev"
5671 "rev"
5638 msgstr ""
5672 msgstr ""
5639
5673
5640 msgid ""
5674 msgid ""
5641 "show changesets not found in destination\n"
5675 "show changesets not found in destination\n"
5642 "\n"
5676 "\n"
5643 " Show changesets not found in the specified destination repository\n"
5677 " Show changesets not found in the specified destination repository\n"
5644 " or the default push location. These are the changesets that would\n"
5678 " or the default push location. These are the changesets that would\n"
5645 " be pushed if a push was requested.\n"
5679 " be pushed if a push was requested.\n"
5646 "\n"
5680 "\n"
5647 " See pull for valid destination format details.\n"
5681 " See pull for valid destination format details.\n"
5648 " "
5682 " "
5649 msgstr ""
5683 msgstr ""
5650
5684
5651 msgid ""
5685 msgid ""
5652 "show the parents of the working directory or revision\n"
5686 "show the parents of the working directory or revision\n"
5653 "\n"
5687 "\n"
5654 " Print the working directory's parent revisions. If a revision is\n"
5688 " Print the working directory's parent revisions. If a revision is\n"
5655 " given via -r/--rev, the parent of that revision will be printed.\n"
5689 " given via -r/--rev, the parent of that revision will be printed.\n"
5656 " If a file argument is given, the revision in which the file was\n"
5690 " If a file argument is given, the revision in which the file was\n"
5657 " last changed (before the working directory revision or the\n"
5691 " last changed (before the working directory revision or the\n"
5658 " argument to --rev if given) is printed.\n"
5692 " argument to --rev if given) is printed.\n"
5659 " "
5693 " "
5660 msgstr ""
5694 msgstr ""
5661 "vis forældrene til arbejdskataloget eller en revision\n"
5695 "vis forældrene til arbejdskataloget eller en revision\n"
5662 "\n"
5696 "\n"
5663 " Udskriv arbejdskatalogets forældrerevisioner. Hvis en revision\n"
5697 " Udskriv arbejdskatalogets forældrerevisioner. Hvis en revision\n"
5664 " angivet med -r/--rev, så udskrives forældren til denne revision.\n"
5698 " angivet med -r/--rev, så udskrives forældren til denne revision.\n"
5665 " Hvis en fil er angivet, udskrives revisionen i hvilken filen sidst\n"
5699 " Hvis en fil er angivet, udskrives revisionen i hvilken filen sidst\n"
5666 " blev ændret (før arbejdskatalogets revision eller argumentet til\n"
5700 " blev ændret (før arbejdskatalogets revision eller argumentet til\n"
5667 " --rev, hvis givet).\n"
5701 " --rev, hvis givet).\n"
5668 " "
5702 " "
5669
5703
5670 msgid "can only specify an explicit filename"
5704 msgid "can only specify an explicit filename"
5671 msgstr ""
5705 msgstr ""
5672
5706
5673 #, python-format
5707 #, python-format
5674 msgid "'%s' not found in manifest!"
5708 msgid "'%s' not found in manifest!"
5675 msgstr ""
5709 msgstr ""
5676
5710
5677 msgid ""
5711 msgid ""
5678 "show aliases for remote repositories\n"
5712 "show aliases for remote repositories\n"
5679 "\n"
5713 "\n"
5680 " Show definition of symbolic path name NAME. If no name is given,\n"
5714 " Show definition of symbolic path name NAME. If no name is given,\n"
5681 " show definition of all available names.\n"
5715 " show definition of all available names.\n"
5682 "\n"
5716 "\n"
5683 " Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
5717 " Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
5684 " and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.\n"
5718 " and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.\n"
5685 "\n"
5719 "\n"
5686 " See 'hg help urls' for more information.\n"
5720 " See 'hg help urls' for more information.\n"
5687 " "
5721 " "
5688 msgstr ""
5722 msgstr ""
5689
5723
5690 msgid "not found!\n"
5724 msgid "not found!\n"
5691 msgstr "ikke fundet!\n"
5725 msgstr "ikke fundet!\n"
5692
5726
5693 msgid "not updating, since new heads added\n"
5727 msgid "not updating, since new heads added\n"
5694 msgstr "opdaterer ikke idet nye hoveder er tilføjet\n"
5728 msgstr "opdaterer ikke idet nye hoveder er tilføjet\n"
5695
5729
5696 msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
5730 msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
5697 msgstr "(kør 'hg heads' for at se hoveder, 'hg merge' for at sammenføje)\n"
5731 msgstr "(kør 'hg heads' for at se hoveder, 'hg merge' for at sammenføje)\n"
5698
5732
5699 msgid "(run 'hg update' to get a working copy)\n"
5733 msgid "(run 'hg update' to get a working copy)\n"
5700 msgstr "(kør 'hg update' for at få en arbejdskopi)\n"
5734 msgstr "(kør 'hg update' for at få en arbejdskopi)\n"
5701
5735
5702 msgid ""
5736 msgid ""
5703 "pull changes from the specified source\n"
5737 "pull changes from the specified source\n"
5704 "\n"
5738 "\n"
5705 " Pull changes from a remote repository to a local one.\n"
5739 " Pull changes from a remote repository to a local one.\n"
5706 "\n"
5740 "\n"
5707 " This finds all changes from the repository at the specified path\n"
5741 " This finds all changes from the repository at the specified path\n"
5708 " or URL and adds them to a local repository (the current one unless\n"
5742 " or URL and adds them to a local repository (the current one unless\n"
5709 " -R is specified). By default, this does not update the copy of the\n"
5743 " -R is specified). By default, this does not update the copy of the\n"
5710 " project in the working directory.\n"
5744 " project in the working directory.\n"
5711 "\n"
5745 "\n"
5712 " Use hg incoming if you want to see what would have been added by a\n"
5746 " Use hg incoming if you want to see what would have been added by a\n"
5713 " pull at the time you issued this command. If you then decide to\n"
5747 " pull at the time you issued this command. If you then decide to\n"
5714 " added those changes to the repository, you should use pull -r X\n"
5748 " added those changes to the repository, you should use pull -r X\n"
5715 " where X is the last changeset listed by hg incoming.\n"
5749 " where X is the last changeset listed by hg incoming.\n"
5716 "\n"
5750 "\n"
5717 " If SOURCE is omitted, the 'default' path will be used.\n"
5751 " If SOURCE is omitted, the 'default' path will be used.\n"
5718 " See 'hg help urls' for more information.\n"
5752 " See 'hg help urls' for more information.\n"
5719 " "
5753 " "
5720 msgstr ""
5754 msgstr ""
5721 "hent ændringer fra den angivne kilde\n"
5755 "hent ændringer fra den angivne kilde\n"
5722 "\n"
5756 "\n"
5723 " Hiver ændringer fra et fjert arkiv til et lokalt.\n"
5757 " Hiver ændringer fra et fjert arkiv til et lokalt.\n"
5724 "\n"
5758 "\n"
5725 " Dette finder alle ændringer fra arkivet på den specificerede sti\n"
5759 " Dette finder alle ændringer fra arkivet på den specificerede sti\n"
5726 " eller URL og tilføjer dem til et lokalt arkiv (det nuværende arkiv\n"
5760 " eller URL og tilføjer dem til et lokalt arkiv (det nuværende arkiv\n"
5727 " med mindre -R er angivet). Som standard opdateres arbejdskataloget\n"
5761 " med mindre -R er angivet). Som standard opdateres arbejdskataloget\n"
5728 " ikke.\n"
5762 " ikke.\n"
5729 "\n"
5763 "\n"
5730 " Brug hg incoming for at se hvad der ville være blevet tilføjet på\n"
5764 " Brug hg incoming for at se hvad der ville være blevet tilføjet på\n"
5731 " det tidspunkt du udførte kommandoen. Hvis du derefter beslutter at\n"
5765 " det tidspunkt du udførte kommandoen. Hvis du derefter beslutter at\n"
5732 " tilføje disse ændringer til arkivet, så bør du bruge pull -r X\n"
5766 " tilføje disse ændringer til arkivet, så bør du bruge pull -r X\n"
5733 " hvor X er den sidste ændring nævnt af hg incoming.\n"
5767 " hvor X er den sidste ændring nævnt af hg incoming.\n"
5734 "\n"
5768 "\n"
5735 " Hvis KILDE udelades, så bruges 'default' stien.\n"
5769 " Hvis KILDE udelades, så bruges 'default' stien.\n"
5736 " Se 'hg help urls' for mere information.\n"
5770 " Se 'hg help urls' for mere information.\n"
5737 " "
5771 " "
5738
5772
5739 msgid ""
5773 msgid ""
5740 "push changes to the specified destination\n"
5774 "push changes to the specified destination\n"
5741 "\n"
5775 "\n"
5742 " Push changes from the local repository to the given destination.\n"
5776 " Push changes from the local repository to the given destination.\n"
5743 "\n"
5777 "\n"
5744 " This is the symmetrical operation for pull. It moves changes from\n"
5778 " This is the symmetrical operation for pull. It moves changes from\n"
5745 " the current repository to a different one. If the destination is\n"
5779 " the current repository to a different one. If the destination is\n"
5746 " local this is identical to a pull in that directory from the\n"
5780 " local this is identical to a pull in that directory from the\n"
5747 " current one.\n"
5781 " current one.\n"
5748 "\n"
5782 "\n"
5749 " By default, push will refuse to run if it detects the result would\n"
5783 " By default, push will refuse to run if it detects the result would\n"
5750 " increase the number of remote heads. This generally indicates the\n"
5784 " increase the number of remote heads. This generally indicates the\n"
5751 " user forgot to pull and merge before pushing.\n"
5785 " user forgot to pull and merge before pushing.\n"
5752 "\n"
5786 "\n"
5753 " If -r/--rev is used, the named revision and all its ancestors will\n"
5787 " If -r/--rev is used, the named revision and all its ancestors will\n"
5754 " be pushed to the remote repository.\n"
5788 " be pushed to the remote repository.\n"
5755 "\n"
5789 "\n"
5756 " Please see 'hg help urls' for important details about ssh://\n"
5790 " Please see 'hg help urls' for important details about ssh://\n"
5757 " URLs. If DESTINATION is omitted, a default path will be used.\n"
5791 " URLs. If DESTINATION is omitted, a default path will be used.\n"
5758 " See 'hg help urls' for more information.\n"
5759 " "
5792 " "
5760 msgstr ""
5793 msgstr ""
5761 "skub ændringer til den angivne destination\n"
5794 "skub ændringer til den angivne destination\n"
5762 "\n"
5795 "\n"
5763 " Skubber ændringer fra det lokale arkiv til den givne destination.\n"
5796 " Skubber ændringer fra det lokale arkiv til den givne destination.\n"
5764 "\n"
5797 "\n"
5765 " Dette er den symmetriske operation for pull. Den flytter ændringer\n"
5798 " Dette er den symmetriske operation for pull. Den flytter ændringer\n"
5766 " fra det nuværende arkiv til et andet. Hvis destinationen er lokal,\n"
5799 " fra det nuværende arkiv til et andet. Hvis destinationen er lokal,\n"
5767 " så er dette identisk til et pull i destinationen af det nuværende\n"
5800 " så er dette identisk til et pull i destinationen af det nuværende\n"
5768 " arkiv.\n"
5801 " arkiv.\n"
5769 "\n"
5802 "\n"
5770 " Som standard vil push nægte af køre hvis den detekterer at den vil\n"
5803 " Som standard vil push nægte af køre hvis den detekterer at den vil\n"
5771 " øge antallet af hoveder i destinationen. Dette indikerer normalt\n"
5804 " øge antallet af hoveder i destinationen. Dette indikerer normalt\n"
5772 " at brugeren har glemt at hente og sammenføje ændringerne før\n"
5805 " at brugeren har glemt at hente og sammenføje ændringerne før\n"
5773 " skubningen.\n"
5806 " skubningen.\n"
5774 "\n"
5807 "\n"
5775 " Hvis -r/--rev bruges, så vil den navngivne revision og alle dets\n"
5808 " Hvis -r/--rev bruges, så vil den navngivne revision og alle dets\n"
5776 " forfædre bliver skubbet til det andet arkiv.\n"
5809 " forfædre bliver skubbet til det andet arkiv.\n"
5777 "\n"
5810 "\n"
5778 " Se venligst 'hg help urls' for vigtige detaljer om ssh:// URL'er.\n"
5811 " Se venligst 'hg help urls' for vigtige detaljer om ssh:// URL'er.\n"
5779 " Hvis DESTINATION udelades vil en standard sti blive brugt.\n"
5812 " Hvis DESTINATION udelades vil en standard sti blive brugt.\n"
5780 " Se 'hg help urls' for mere information.\n"
5781 " "
5813 " "
5782
5814
5783 #, python-format
5815 #, python-format
5784 msgid "pushing to %s\n"
5816 msgid "pushing to %s\n"
5785 msgstr "skubber til %s\n"
5817 msgstr "skubber til %s\n"
5786
5818
5787 msgid ""
5819 msgid ""
5788 "roll back an interrupted transaction\n"
5820 "roll back an interrupted transaction\n"
5789 "\n"
5821 "\n"
5790 " Recover from an interrupted commit or pull.\n"
5822 " Recover from an interrupted commit or pull.\n"
5791 "\n"
5823 "\n"
5792 " This command tries to fix the repository status after an\n"
5824 " This command tries to fix the repository status after an\n"
5793 " interrupted operation. It should only be necessary when Mercurial\n"
5825 " interrupted operation. It should only be necessary when Mercurial\n"
5794 " suggests it.\n"
5826 " suggests it.\n"
5795 " "
5827 " "
5796 msgstr ""
5828 msgstr ""
5797
5829
5798 msgid ""
5830 msgid ""
5799 "remove the specified files on the next commit\n"
5831 "remove the specified files on the next commit\n"
5800 "\n"
5832 "\n"
5801 " Schedule the indicated files for removal from the repository.\n"
5833 " Schedule the indicated files for removal from the repository.\n"
5802 "\n"
5834 "\n"
5803 " This only removes files from the current branch, not from the\n"
5835 " This only removes files from the current branch, not from the\n"
5804 " entire project history. -A/--after can be used to remove only\n"
5836 " entire project history. -A/--after can be used to remove only\n"
5805 " files that have already been deleted, -f/--force can be used to\n"
5837 " files that have already been deleted, -f/--force can be used to\n"
5806 " force deletion, and -Af can be used to remove files from the next\n"
5838 " force deletion, and -Af can be used to remove files from the next\n"
5807 " revision without deleting them from the working directory.\n"
5839 " revision without deleting them from the working directory.\n"
5808 "\n"
5840 "\n"
5809 " The following table details the behavior of remove for different\n"
5841 " The following table details the behavior of remove for different\n"
5810 " file states (columns) and option combinations (rows). The file\n"
5842 " file states (columns) and option combinations (rows). The file\n"
5811 " states are Added [A], Clean [C], Modified [M] and Missing [!]\n"
5843 " states are Added [A], Clean [C], Modified [M] and Missing [!]\n"
5812 " (as reported by hg status). The actions are Warn, Remove (from\n"
5844 " (as reported by hg status). The actions are Warn, Remove (from\n"
5813 " branch) and Delete (from disk).\n"
5845 " branch) and Delete (from disk).\n"
5814 "\n"
5846 "\n"
5815 " A C M !\n"
5847 " A C M !\n"
5816 " none W RD W R\n"
5848 " none W RD W R\n"
5817 " -f R RD RD R\n"
5849 " -f R RD RD R\n"
5818 " -A W W W R\n"
5850 " -A W W W R\n"
5819 " -Af R R R R\n"
5851 " -Af R R R R\n"
5820 "\n"
5852 "\n"
5821 " This command schedules the files to be removed at the next commit.\n"
5853 " This command schedules the files to be removed at the next commit.\n"
5822 " To undo a remove before that, see hg revert.\n"
5854 " To undo a remove before that, see hg revert.\n"
5823 " "
5855 " "
5824 msgstr ""
5856 msgstr ""
5825 "fjern de angivne filer ved næste arkivering\n"
5857 "fjern de angivne filer ved næste arkivering\n"
5826 "\n"
5858 "\n"
5827 " Planlæg de angivne filer til sletning fra arkivet.\n"
5859 " Planlæg de angivne filer til sletning fra arkivet.\n"
5828 "\n"
5860 "\n"
5829 " Dette fjerner kun filerne fra den nuværende gren, ikke fra hele\n"
5861 " Dette fjerner kun filerne fra den nuværende gren, ikke fra hele\n"
5830 " projektets historie. -A/--after kan bruges til kun at fjerne filer\n"
5862 " projektets historie. -A/--after kan bruges til kun at fjerne filer\n"
5831 " som allerede er slettet, -f/--force kan bruges for at gennemtvinge\n"
5863 " som allerede er slettet, -f/--force kan bruges for at gennemtvinge\n"
5832 " en sletning, og -Af kan bruges til at fjerne filer fra næste\n"
5864 " en sletning, og -Af kan bruges til at fjerne filer fra næste\n"
5833 " revision uden at slette dem fra arbejdskataloget.\n"
5865 " revision uden at slette dem fra arbejdskataloget.\n"
5834 "\n"
5866 "\n"
5835 " Den følgende tabel viser opførslen af remove for forskellige\n"
5867 " Den følgende tabel viser opførslen af remove for forskellige\n"
5836 " filtilstande (søjler) og kombinationer af tilvalg (rækker). Mulige\n"
5868 " filtilstande (søjler) og kombinationer af tilvalg (rækker). Mulige\n"
5837 " filtilstande er tilføjet [A], ren [C], ændret [M] og manglende [!]\n"
5869 " filtilstande er tilføjet [A], ren [C], ændret [M] og manglende [!]\n"
5838 " (som rapporteret af hg status). Handlingerne er Warn, Remove (fra\n"
5870 " (som rapporteret af hg status). Handlingerne er Warn, Remove (fra\n"
5839 " gren) og Delete (fra disk).\n"
5871 " gren) og Delete (fra disk).\n"
5840 "\n"
5872 "\n"
5841 " A C M !\n"
5873 " A C M !\n"
5842 " none W RD W R\n"
5874 " none W RD W R\n"
5843 " -f R RD RD R\n"
5875 " -f R RD RD R\n"
5844 " -A W W W R\n"
5876 " -A W W W R\n"
5845 " -Af R R R R\n"
5877 " -Af R R R R\n"
5846 "\n"
5878 "\n"
5847 " Denne kommando planlægger filerne til at blive fjernet ved næste\n"
5879 " Denne kommando planlægger filerne til at blive fjernet ved næste\n"
5848 " arkivering. For at omgøre en fjernelse før det, se hg revert.\n"
5880 " arkivering. For at omgøre en fjernelse før det, se hg revert.\n"
5849 " "
5881 " "
5850
5882
5851 msgid "no files specified"
5883 msgid "no files specified"
5852 msgstr ""
5884 msgstr ""
5853
5885
5854 #, python-format
5886 #, python-format
5855 msgid "not removing %s: file is untracked\n"
5887 msgid "not removing %s: file is untracked\n"
5856 msgstr "fjerner ikke %s: filen følges ikke\n"
5888 msgstr "fjerner ikke %s: filen følges ikke\n"
5857
5889
5858 #, python-format
5890 #, python-format
5859 msgid "not removing %s: file %s (use -f to force removal)\n"
5891 msgid "not removing %s: file %s (use -f to force removal)\n"
5860 msgstr "fjerner ikke %s: filen %s (brug -f for at forcere fjernelsen)\n"
5892 msgstr "fjerner ikke %s: filen %s (brug -f for at forcere fjernelsen)\n"
5861
5893
5862 msgid "still exists"
5894 msgid "still exists"
5863 msgstr "eksisterer stadig"
5895 msgstr "eksisterer stadig"
5864
5896
5865 msgid "is modified"
5897 msgid "is modified"
5866 msgstr "er modificeret"
5898 msgstr "er modificeret"
5867
5899
5868 msgid "has been marked for add"
5900 msgid "has been marked for add"
5869 msgstr "er markeret som tilføjet"
5901 msgstr "er markeret som tilføjet"
5870
5902
5871 msgid ""
5903 msgid ""
5872 "rename files; equivalent of copy + remove\n"
5904 "rename files; equivalent of copy + remove\n"
5873 "\n"
5905 "\n"
5874 " Mark dest as copies of sources; mark sources for deletion. If dest\n"
5906 " Mark dest as copies of sources; mark sources for deletion. If dest\n"
5875 " is a directory, copies are put in that directory. If dest is a\n"
5907 " is a directory, copies are put in that directory. If dest is a\n"
5876 " file, there can only be one source.\n"
5908 " file, there can only be one source.\n"
5877 "\n"
5909 "\n"
5878 " By default, this command copies the contents of files as they\n"
5910 " By default, this command copies the contents of files as they\n"
5879 " exist in the working directory. If invoked with -A/--after, the\n"
5911 " exist in the working directory. If invoked with -A/--after, the\n"
5880 " operation is recorded, but no copying is performed.\n"
5912 " operation is recorded, but no copying is performed.\n"
5881 "\n"
5913 "\n"
5882 " This command takes effect at the next commit. To undo a rename\n"
5914 " This command takes effect at the next commit. To undo a rename\n"
5883 " before that, see hg revert.\n"
5915 " before that, see hg revert.\n"
5884 " "
5916 " "
5885 msgstr ""
5917 msgstr ""
5886
5918
5887 msgid ""
5919 msgid ""
5888 "retry file merges from a merge or update\n"
5920 "retry file merges from a merge or update\n"
5889 "\n"
5921 "\n"
5890 " This command will cleanly retry unresolved file merges using file\n"
5922 " This command will cleanly retry unresolved file merges using file\n"
5891 " revisions preserved from the last update or merge. To attempt to\n"
5923 " revisions preserved from the last update or merge. To attempt to\n"
5892 " resolve all unresolved files, use the -a/--all switch.\n"
5924 " resolve all unresolved files, use the -a/--all switch.\n"
5893 "\n"
5925 "\n"
5894 " If a conflict is resolved manually, please note that the changes\n"
5926 " If a conflict is resolved manually, please note that the changes\n"
5895 " will be overwritten if the merge is retried with resolve. The\n"
5927 " will be overwritten if the merge is retried with resolve. The\n"
5896 " -m/--mark switch should be used to mark the file as resolved.\n"
5928 " -m/--mark switch should be used to mark the file as resolved.\n"
5897 "\n"
5929 "\n"
5898 " This command also allows listing resolved files and manually\n"
5930 " This command also allows listing resolved files and manually\n"
5899 " indicating whether or not files are resolved. All files must be\n"
5931 " indicating whether or not files are resolved. All files must be\n"
5900 " marked as resolved before a commit is permitted.\n"
5932 " marked as resolved before a commit is permitted.\n"
5901 "\n"
5933 "\n"
5902 " The codes used to show the status of files are:\n"
5934 " The codes used to show the status of files are:\n"
5903 " U = unresolved\n"
5935 " U = unresolved\n"
5904 " R = resolved\n"
5936 " R = resolved\n"
5905 " "
5937 " "
5906 msgstr ""
5938 msgstr ""
5907
5939
5908 msgid "too many options specified"
5940 msgid "too many options specified"
5909 msgstr ""
5941 msgstr ""
5910
5942
5911 msgid "can't specify --all and patterns"
5943 msgid "can't specify --all and patterns"
5912 msgstr ""
5944 msgstr ""
5913
5945
5914 msgid "no files or directories specified; use --all to remerge all files"
5946 msgid "no files or directories specified; use --all to remerge all files"
5915 msgstr ""
5947 msgstr ""
5916 "ingen filer eller mapper specificeret; brug --all for at gen-sammenføje alle "
5948 "ingen filer eller mapper specificeret; brug --all for at gen-sammenføje alle "
5917 "filerne"
5949 "filerne"
5918
5950
5919 msgid ""
5951 msgid ""
5920 "restore individual files or directories to an earlier state\n"
5952 "restore individual files or directories to an earlier state\n"
5921 "\n"
5953 "\n"
5922 " (Use update -r to check out earlier revisions, revert does not\n"
5954 " (Use update -r to check out earlier revisions, revert does not\n"
5923 " change the working directory parents.)\n"
5955 " change the working directory parents.)\n"
5924 "\n"
5956 "\n"
5925 " With no revision specified, revert the named files or directories\n"
5957 " With no revision specified, revert the named files or directories\n"
5926 " to the contents they had in the parent of the working directory.\n"
5958 " to the contents they had in the parent of the working directory.\n"
5927 " This restores the contents of the affected files to an unmodified\n"
5959 " This restores the contents of the affected files to an unmodified\n"
5928 " state and unschedules adds, removes, copies, and renames. If the\n"
5960 " state and unschedules adds, removes, copies, and renames. If the\n"
5929 " working directory has two parents, you must explicitly specify the\n"
5961 " working directory has two parents, you must explicitly specify the\n"
5930 " revision to revert to.\n"
5962 " revision to revert to.\n"
5931 "\n"
5963 "\n"
5932 " Using the -r/--rev option, revert the given files or directories\n"
5964 " Using the -r/--rev option, revert the given files or directories\n"
5933 " to their contents as of a specific revision. This can be helpful\n"
5965 " to their contents as of a specific revision. This can be helpful\n"
5934 " to \"roll back\" some or all of an earlier change. See 'hg help\n"
5966 " to \"roll back\" some or all of an earlier change. See 'hg help\n"
5935 " dates' for a list of formats valid for -d/--date.\n"
5967 " dates' for a list of formats valid for -d/--date.\n"
5936 "\n"
5968 "\n"
5937 " Revert modifies the working directory. It does not commit any\n"
5969 " Revert modifies the working directory. It does not commit any\n"
5938 " changes, or change the parent of the working directory. If you\n"
5970 " changes, or change the parent of the working directory. If you\n"
5939 " revert to a revision other than the parent of the working\n"
5971 " revert to a revision other than the parent of the working\n"
5940 " directory, the reverted files will thus appear modified\n"
5972 " directory, the reverted files will thus appear modified\n"
5941 " afterwards.\n"
5973 " afterwards.\n"
5942 "\n"
5974 "\n"
5943 " If a file has been deleted, it is restored. If the executable mode\n"
5975 " If a file has been deleted, it is restored. If the executable mode\n"
5944 " of a file was changed, it is reset.\n"
5976 " of a file was changed, it is reset.\n"
5945 "\n"
5977 "\n"
5946 " If names are given, all files matching the names are reverted.\n"
5978 " If names are given, all files matching the names are reverted.\n"
5947 " If no arguments are given, no files are reverted.\n"
5979 " If no arguments are given, no files are reverted.\n"
5948 "\n"
5980 "\n"
5949 " Modified files are saved with a .orig suffix before reverting.\n"
5981 " Modified files are saved with a .orig suffix before reverting.\n"
5950 " To disable these backups, use --no-backup.\n"
5982 " To disable these backups, use --no-backup.\n"
5951 " "
5983 " "
5952 msgstr ""
5984 msgstr ""
5953
5985
5954 msgid "you can't specify a revision and a date"
5986 msgid "you can't specify a revision and a date"
5955 msgstr "du kan ikke specificeret en revision og en dato"
5987 msgstr "du kan ikke specificeret en revision og en dato"
5956
5988
5957 msgid "no files or directories specified; use --all to revert the whole repo"
5989 msgid "no files or directories specified; use --all to revert the whole repo"
5958 msgstr ""
5990 msgstr ""
5959 "ingen filer eller mapper specificeret; brug --all for at føre hele repo'et "
5991 "ingen filer eller mapper specificeret; brug --all for at føre hele repo'et "
5960 "tilbage"
5992 "tilbage"
5961
5993
5962 #, python-format
5994 #, python-format
5963 msgid "forgetting %s\n"
5995 msgid "forgetting %s\n"
5964 msgstr "glemmer %s\n"
5996 msgstr "glemmer %s\n"
5965
5997
5966 #, python-format
5998 #, python-format
5967 msgid "reverting %s\n"
5999 msgid "reverting %s\n"
5968 msgstr "fører %s tilbage\n"
6000 msgstr "fører %s tilbage\n"
5969
6001
5970 #, python-format
6002 #, python-format
5971 msgid "undeleting %s\n"
6003 msgid "undeleting %s\n"
5972 msgstr ""
6004 msgstr ""
5973
6005
5974 #, python-format
6006 #, python-format
5975 msgid "saving current version of %s as %s\n"
6007 msgid "saving current version of %s as %s\n"
5976 msgstr "gemmer nuværende version af %s som %s\n"
6008 msgstr "gemmer nuværende version af %s som %s\n"
5977
6009
5978 #, python-format
6010 #, python-format
5979 msgid "file not managed: %s\n"
6011 msgid "file not managed: %s\n"
5980 msgstr ""
6012 msgstr ""
5981
6013
5982 #, python-format
6014 #, python-format
5983 msgid "no changes needed to %s\n"
6015 msgid "no changes needed to %s\n"
5984 msgstr ""
6016 msgstr ""
5985
6017
5986 msgid ""
6018 msgid ""
5987 "roll back the last transaction\n"
6019 "roll back the last transaction\n"
5988 "\n"
6020 "\n"
5989 " This command should be used with care. There is only one level of\n"
6021 " This command should be used with care. There is only one level of\n"
5990 " rollback, and there is no way to undo a rollback. It will also\n"
6022 " rollback, and there is no way to undo a rollback. It will also\n"
5991 " restore the dirstate at the time of the last transaction, losing\n"
6023 " restore the dirstate at the time of the last transaction, losing\n"
5992 " any dirstate changes since that time.\n"
6024 " any dirstate changes since that time. This command does not alter\n"
6025 " the working directory.\n"
5993 "\n"
6026 "\n"
5994 " Transactions are used to encapsulate the effects of all commands\n"
6027 " Transactions are used to encapsulate the effects of all commands\n"
5995 " that create new changesets or propagate existing changesets into a\n"
6028 " that create new changesets or propagate existing changesets into a\n"
5996 " repository. For example, the following commands are transactional,\n"
6029 " repository. For example, the following commands are transactional,\n"
5997 " and their effects can be rolled back:\n"
6030 " and their effects can be rolled back:\n"
5998 "\n"
6031 "\n"
5999 " commit\n"
6032 " commit\n"
6000 " import\n"
6033 " import\n"
6001 " pull\n"
6034 " pull\n"
6002 " push (with this repository as destination)\n"
6035 " push (with this repository as destination)\n"
6003 " unbundle\n"
6036 " unbundle\n"
6004 "\n"
6037 "\n"
6005 " This command is not intended for use on public repositories. Once\n"
6038 " This command is not intended for use on public repositories. Once\n"
6006 " changes are visible for pull by other users, rolling a transaction\n"
6039 " changes are visible for pull by other users, rolling a transaction\n"
6007 " back locally is ineffective (someone else may already have pulled\n"
6040 " back locally is ineffective (someone else may already have pulled\n"
6008 " the changes). Furthermore, a race is possible with readers of the\n"
6041 " the changes). Furthermore, a race is possible with readers of the\n"
6009 " repository; for example an in-progress pull from the repository\n"
6042 " repository; for example an in-progress pull from the repository\n"
6010 " may fail if a rollback is performed.\n"
6043 " may fail if a rollback is performed.\n"
6011 " "
6044 " "
6012 msgstr ""
6045 msgstr ""
6013
6046
6014 msgid ""
6047 msgid ""
6015 "print the root (top) of the current working directory\n"
6048 "print the root (top) of the current working directory\n"
6016 "\n"
6049 "\n"
6017 " Print the root directory of the current repository.\n"
6050 " Print the root directory of the current repository.\n"
6018 " "
6051 " "
6019 msgstr ""
6052 msgstr ""
6020
6053
6021 msgid ""
6054 msgid ""
6022 "export the repository via HTTP\n"
6055 "export the repository via HTTP\n"
6023 "\n"
6056 "\n"
6024 " Start a local HTTP repository browser and pull server.\n"
6057 " Start a local HTTP repository browser and pull server.\n"
6025 "\n"
6058 "\n"
6026 " By default, the server logs accesses to stdout and errors to\n"
6059 " By default, the server logs accesses to stdout and errors to\n"
6027 " stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
6060 " stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
6028 " files.\n"
6061 " files.\n"
6029 " "
6062 " "
6030 msgstr ""
6063 msgstr ""
6031 "eksporter arkivet via HTTP\n"
6064 "eksporter arkivet via HTTP\n"
6032 "\n"
6065 "\n"
6033 " Start en lokal HTTP arkivbrowser og pull-server.\n"
6066 " Start en lokal HTTP arkivbrowser og pull-server.\n"
6034 "\n"
6067 "\n"
6035 " Som standard logger serveren forespørgsler til stdout og fejl til\n"
6068 " Som standard logger serveren forespørgsler til stdout og fejl til\n"
6036 " stderr. Brug -A/--accesslog og -E/--errorlog tilvalgene for at\n"
6069 " stderr. Brug -A/--accesslog og -E/--errorlog tilvalgene for at\n"
6037 " logge til filer.\n"
6070 " logge til filer.\n"
6038 " "
6071 " "
6039
6072
6040 #, python-format
6073 #, python-format
6041 msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
6074 msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
6042 msgstr "lytter på http://%s%s/%s (bundet til %s:%d)\n"
6075 msgstr "lytter på http://%s%s/%s (bundet til %s:%d)\n"
6043
6076
6044 msgid ""
6077 msgid ""
6045 "show changed files in the working directory\n"
6078 "show changed files in the working directory\n"
6046 "\n"
6079 "\n"
6047 " Show status of files in the repository. If names are given, only\n"
6080 " Show status of files in the repository. If names are given, only\n"
6048 " files that match are shown. Files that are clean or ignored or\n"
6081 " files that match are shown. Files that are clean or ignored or\n"
6049 " the source of a copy/move operation, are not listed unless\n"
6082 " the source of a copy/move operation, are not listed unless\n"
6050 " -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
6083 " -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
6051 " Unless options described with \"show only ...\" are given, the\n"
6084 " Unless options described with \"show only ...\" are given, the\n"
6052 " options -mardu are used.\n"
6085 " options -mardu are used.\n"
6053 "\n"
6086 "\n"
6054 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
6087 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
6055 " unless explicitly requested with -u/--unknown or -i/--ignored.\n"
6088 " unless explicitly requested with -u/--unknown or -i/--ignored.\n"
6056 "\n"
6089 "\n"
6057 " NOTE: status may appear to disagree with diff if permissions have\n"
6090 " NOTE: status may appear to disagree with diff if permissions have\n"
6058 " changed or a merge has occurred. The standard diff format does not\n"
6091 " changed or a merge has occurred. The standard diff format does not\n"
6059 " report permission changes and diff only reports changes relative\n"
6092 " report permission changes and diff only reports changes relative\n"
6060 " to one merge parent.\n"
6093 " to one merge parent.\n"
6061 "\n"
6094 "\n"
6062 " If one revision is given, it is used as the base revision.\n"
6095 " If one revision is given, it is used as the base revision.\n"
6063 " If two revisions are given, the differences between them are\n"
6096 " If two revisions are given, the differences between them are\n"
6064 " shown.\n"
6097 " shown.\n"
6065 "\n"
6098 "\n"
6066 " The codes used to show the status of files are:\n"
6099 " The codes used to show the status of files are:\n"
6067 " M = modified\n"
6100 " M = modified\n"
6068 " A = added\n"
6101 " A = added\n"
6069 " R = removed\n"
6102 " R = removed\n"
6070 " C = clean\n"
6103 " C = clean\n"
6071 " ! = missing (deleted by non-hg command, but still tracked)\n"
6104 " ! = missing (deleted by non-hg command, but still tracked)\n"
6072 " ? = not tracked\n"
6105 " ? = not tracked\n"
6073 " I = ignored\n"
6106 " I = ignored\n"
6074 " = origin of the previous file listed as A (added)\n"
6107 " = origin of the previous file listed as A (added)\n"
6075 " "
6108 " "
6076 msgstr ""
6109 msgstr ""
6077 "vis ændrede filer i arbejdskataloget\n"
6110 "vis ændrede filer i arbejdskataloget\n"
6078 "\n"
6111 "\n"
6079 " Vis status for filer i arkivet. Hvis der angivet navne, så vil kun\n"
6112 " Vis status for filer i arkivet. Hvis der angivet navne, så vil kun\n"
6080 " disse filer blive vist. Filer som er rene eller ignorerede eller\n"
6113 " disse filer blive vist. Filer som er rene eller ignorerede eller\n"
6081 " kilden i en kopierings/flytnings operation vises ikke med mindre\n"
6114 " kilden i en kopierings/flytnings operation vises ikke med mindre\n"
6082 " -c/--clear, -i/--ignored, -C/--copies eller -A/--all er angivet.\n"
6115 " -c/--clear, -i/--ignored, -C/--copies eller -A/--all er angivet.\n"
6083 " Med mindre tilvalgene beskrevet med \"vis kun ...\" bruges, så\n"
6116 " Med mindre tilvalgene beskrevet med \"vis kun ...\" bruges, så\n"
6084 " bruges -mardu tilvalgene.\n"
6117 " bruges -mardu tilvalgene.\n"
6085 "\n"
6118 "\n"
6086 " Tilvalget -q/--quiet skjuler filer som ikke bliver fulgt (ukendte\n"
6119 " Tilvalget -q/--quiet skjuler filer som ikke bliver fulgt (ukendte\n"
6087 " eller ignorerede filer) med mindre disse eksplicit vælges med\n"
6120 " eller ignorerede filer) med mindre disse eksplicit vælges med\n"
6088 " -u/--unknown eller -i/--ignored.\n"
6121 " -u/--unknown eller -i/--ignored.\n"
6089 "\n"
6122 "\n"
6090 " BEMÆRK: status kan tilsyneladende være forskellig fra diff hvis\n"
6123 " BEMÆRK: status kan tilsyneladende være forskellig fra diff hvis\n"
6091 " rettigheder er blevet ændret eller hvis en sammenføjning har\n"
6124 " rettigheder er blevet ændret eller hvis en sammenføjning har\n"
6092 " fundet sted. Det normale diff-format rapporterer ikke ændringer i\n"
6125 " fundet sted. Det normale diff-format rapporterer ikke ændringer i\n"
6093 " rettigheder og diff rapporterer kun ænringer relativt til en\n"
6126 " rettigheder og diff rapporterer kun ænringer relativt til en\n"
6094 " sammenføjningsforældre.\n"
6127 " sammenføjningsforældre.\n"
6095 "\n"
6128 "\n"
6096 " Hvis der angivet en revision bruges denne som en basisrevision.\n"
6129 " Hvis der angivet en revision bruges denne som en basisrevision.\n"
6097 " Hvis der angives to revisioner, da vises forskellene mellem dem.\n"
6130 " Hvis der angives to revisioner, da vises forskellene mellem dem.\n"
6098 "\n"
6131 "\n"
6099 " Koderne som bruges til at vise status for filerne er:\n"
6132 " Koderne som bruges til at vise status for filerne er:\n"
6100 " M = ændret\n"
6133 " M = ændret\n"
6101 " A = tilføjet\n"
6134 " A = tilføjet\n"
6102 " R = fjernet\n"
6135 " R = fjernet\n"
6103 " C = ren\n"
6136 " C = ren\n"
6104 " ! = mangler (slettet af en ikke-hg kommando, men følges stadig)\n"
6137 " ! = mangler (slettet af en ikke-hg kommando, men følges stadig)\n"
6105 " ? = følges ikke\n"
6138 " ? = følges ikke\n"
6106 " I = ignoreret\n"
6139 " I = ignoreret\n"
6107 " = den foregående fil markeret som A (tilføjet) stammer herfra\n"
6140 " = den foregående fil markeret som A (tilføjet) stammer herfra\n"
6108 " "
6141 " "
6109
6142
6110 msgid ""
6143 msgid ""
6111 "add one or more tags for the current or given revision\n"
6144 "add one or more tags for the current or given revision\n"
6112 "\n"
6145 "\n"
6113 " Name a particular revision using <name>.\n"
6146 " Name a particular revision using <name>.\n"
6114 "\n"
6147 "\n"
6115 " Tags are used to name particular revisions of the repository and are\n"
6148 " Tags are used to name particular revisions of the repository and are\n"
6116 " very useful to compare different revisions, to go back to significant\n"
6149 " very useful to compare different revisions, to go back to significant\n"
6117 " earlier versions or to mark branch points as releases, etc.\n"
6150 " earlier versions or to mark branch points as releases, etc.\n"
6118 "\n"
6151 "\n"
6119 " If no revision is given, the parent of the working directory is\n"
6152 " If no revision is given, the parent of the working directory is\n"
6120 " used, or tip if no revision is checked out.\n"
6153 " used, or tip if no revision is checked out.\n"
6121 "\n"
6154 "\n"
6122 " To facilitate version control, distribution, and merging of tags,\n"
6155 " To facilitate version control, distribution, and merging of tags,\n"
6123 " they are stored as a file named \".hgtags\" which is managed\n"
6156 " they are stored as a file named \".hgtags\" which is managed\n"
6124 " similarly to other project files and can be hand-edited if\n"
6157 " similarly to other project files and can be hand-edited if\n"
6125 " necessary. The file '.hg/localtags' is used for local tags (not\n"
6158 " necessary. The file '.hg/localtags' is used for local tags (not\n"
6126 " shared among repositories).\n"
6159 " shared among repositories).\n"
6127 "\n"
6160 "\n"
6128 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6161 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6129 " "
6162 " "
6130 msgstr ""
6163 msgstr ""
6131
6164
6132 msgid "tag names must be unique"
6165 msgid "tag names must be unique"
6133 msgstr ""
6166 msgstr ""
6134
6167
6135 #, python-format
6168 #, python-format
6136 msgid "the name '%s' is reserved"
6169 msgid "the name '%s' is reserved"
6137 msgstr ""
6170 msgstr ""
6138
6171
6139 msgid "--rev and --remove are incompatible"
6172 msgid "--rev and --remove are incompatible"
6140 msgstr ""
6173 msgstr ""
6141
6174
6142 #, python-format
6175 #, python-format
6143 msgid "tag '%s' does not exist"
6176 msgid "tag '%s' does not exist"
6144 msgstr ""
6177 msgstr ""
6145
6178
6146 #, python-format
6179 #, python-format
6147 msgid "tag '%s' is not a global tag"
6180 msgid "tag '%s' is not a global tag"
6148 msgstr ""
6181 msgstr ""
6149
6182
6150 #, python-format
6183 #, python-format
6151 msgid "tag '%s' is not a local tag"
6184 msgid "tag '%s' is not a local tag"
6152 msgstr ""
6185 msgstr ""
6153
6186
6154 #, python-format
6187 #, python-format
6155 msgid "Removed tag %s"
6188 msgid "Removed tag %s"
6156 msgstr "Mærke %s er fjernet"
6189 msgstr "Mærke %s er fjernet"
6157
6190
6158 #, python-format
6191 #, python-format
6159 msgid "tag '%s' already exists (use -f to force)"
6192 msgid "tag '%s' already exists (use -f to force)"
6160 msgstr ""
6193 msgstr ""
6161
6194
6162 #, python-format
6195 #, python-format
6163 msgid "Added tag %s for changeset %s"
6196 msgid "Added tag %s for changeset %s"
6164 msgstr "Tilføjede mærkat %s til ændring %s"
6197 msgstr "Tilføjede mærkat %s til ændring %s"
6165
6198
6166 msgid ""
6199 msgid ""
6167 "list repository tags\n"
6200 "list repository tags\n"
6168 "\n"
6201 "\n"
6169 " This lists both regular and local tags. When the -v/--verbose\n"
6202 " This lists both regular and local tags. When the -v/--verbose\n"
6170 " switch is used, a third column \"local\" is printed for local tags.\n"
6203 " switch is used, a third column \"local\" is printed for local tags.\n"
6171 " "
6204 " "
6172 msgstr ""
6205 msgstr ""
6173 "vis arkivmærkater\n"
6206 "vis arkivmærkater\n"
6174 "\n"
6207 "\n"
6175 " Viser både normale og lokale mærkater. Når -v/--verbose flaget\n"
6208 " Viser både normale og lokale mærkater. Når -v/--verbose flaget\n"
6176 " bruges, udskrives en tredje kolonne \"local\" for lokale mærkater.\n"
6209 " bruges, udskrives en tredje kolonne \"local\" for lokale mærkater.\n"
6177 " "
6210 " "
6178
6211
6179 msgid ""
6212 msgid ""
6180 "show the tip revision\n"
6213 "show the tip revision\n"
6181 "\n"
6214 "\n"
6182 " The tip revision (usually just called the tip) is the changeset\n"
6215 " The tip revision (usually just called the tip) is the changeset\n"
6183 " most recently added to the repository (and therefore the most\n"
6216 " most recently added to the repository (and therefore the most\n"
6184 " recently changed head).\n"
6217 " recently changed head).\n"
6185 "\n"
6218 "\n"
6186 " If you have just made a commit, that commit will be the tip. If\n"
6219 " If you have just made a commit, that commit will be the tip. If\n"
6187 " you have just pulled changes from another repository, the tip of\n"
6220 " you have just pulled changes from another repository, the tip of\n"
6188 " that repository becomes the current tip. The \"tip\" tag is special\n"
6221 " that repository becomes the current tip. The \"tip\" tag is special\n"
6189 " and cannot be renamed or assigned to a different changeset.\n"
6222 " and cannot be renamed or assigned to a different changeset.\n"
6190 " "
6223 " "
6191 msgstr ""
6224 msgstr ""
6192
6225
6193 msgid ""
6226 msgid ""
6194 "apply one or more changegroup files\n"
6227 "apply one or more changegroup files\n"
6195 "\n"
6228 "\n"
6196 " Apply one or more compressed changegroup files generated by the\n"
6229 " Apply one or more compressed changegroup files generated by the\n"
6197 " bundle command.\n"
6230 " bundle command.\n"
6198 " "
6231 " "
6199 msgstr ""
6232 msgstr ""
6200
6233
6201 msgid ""
6234 msgid ""
6202 "update working directory\n"
6235 "update working directory\n"
6203 "\n"
6236 "\n"
6204 " Update the repository's working directory to the specified\n"
6237 " Update the repository's working directory to the specified\n"
6205 " revision, or the tip of the current branch if none is specified.\n"
6238 " revision, or the tip of the current branch if none is specified.\n"
6206 " Use null as the revision to remove the working copy (like 'hg\n"
6239 " Use null as the revision to remove the working copy (like 'hg\n"
6207 " clone -U').\n"
6240 " clone -U').\n"
6208 "\n"
6241 "\n"
6209 " When the working directory contains no uncommitted changes, it\n"
6242 " When the working directory contains no uncommitted changes, it\n"
6210 " will be replaced by the state of the requested revision from the\n"
6243 " will be replaced by the state of the requested revision from the\n"
6211 " repository. When the requested revision is on a different branch,\n"
6244 " repository. When the requested revision is on a different branch,\n"
6212 " the working directory will additionally be switched to that\n"
6245 " the working directory will additionally be switched to that\n"
6213 " branch.\n"
6246 " branch.\n"
6214 "\n"
6247 "\n"
6215 " When there are uncommitted changes, use option -C/--clean to\n"
6248 " When there are uncommitted changes, use option -C/--clean to\n"
6216 " discard them, forcibly replacing the state of the working\n"
6249 " discard them, forcibly replacing the state of the working\n"
6217 " directory with the requested revision.\n"
6250 " directory with the requested revision. Alternately, use -c/--check\n"
6251 " to abort.\n"
6218 "\n"
6252 "\n"
6219 " When there are uncommitted changes and option -C/--clean is not\n"
6253 " When there are uncommitted changes and option -C/--clean is not\n"
6220 " used, and the parent revision and requested revision are on the\n"
6254 " used, and the parent revision and requested revision are on the\n"
6221 " same branch, and one of them is an ancestor of the other, then the\n"
6255 " same branch, and one of them is an ancestor of the other, then the\n"
6222 " new working directory will contain the requested revision merged\n"
6256 " new working directory will contain the requested revision merged\n"
6223 " with the uncommitted changes. Otherwise, the update will fail with\n"
6257 " with the uncommitted changes. Otherwise, the update will fail with\n"
6224 " a suggestion to use 'merge' or 'update -C' instead.\n"
6258 " a suggestion to use 'merge' or 'update -C' instead.\n"
6225 "\n"
6259 "\n"
6226 " If you want to update just one file to an older revision, use\n"
6260 " If you want to update just one file to an older revision, use\n"
6227 " revert.\n"
6261 " revert.\n"
6228 "\n"
6262 "\n"
6229 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6263 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
6230 " "
6264 " "
6231 msgstr ""
6265 msgstr ""
6232 "opdater arbejdskataloget\n"
6266 "opdater arbejdskataloget\n"
6233 "\n"
6267 "\n"
6234 " Opdater arkivets arbejdskatalog til den angivne revision, eller\n"
6268 " Opdater arkivets arbejdskatalog til den angivne revision, eller\n"
6235 " spidsen af den nuværende gren hvis ingen revision er angivet. Brug\n"
6269 " spidsen af den nuværende gren hvis ingen revision er angivet. Brug\n"
6236 " null som revision for at fjerne arbejdskataloget (ligesom 'hg\n"
6270 " null som revision for at fjerne arbejdskataloget (ligesom 'hg\n"
6237 " clone -U').\n"
6271 " clone -U').\n"
6238 "\n"
6272 "\n"
6239 " Hvis arbejdskataloget ikke indeholder nogen uarkiverede ændringer,\n"
6273 " Hvis arbejdskataloget ikke indeholder nogen uarkiverede ændringer,\n"
6240 " da vil det blive erstattet af den ønskede revision fra arkivet.\n"
6274 " da vil det blive erstattet af den ønskede revision fra arkivet.\n"
6241 " Hvis den ønskede revision er på en anden gren, så vil\n"
6275 " Hvis den ønskede revision er på en anden gren, så vil\n"
6242 " arbejdskataloget yderligere blive skiftet til denne gren.\n"
6276 " arbejdskataloget yderligere blive skiftet til denne gren.\n"
6243 "\n"
6277 "\n"
6244 " Hvis der er uarkiverede ændringer kan -C/--clean tilvalget bruges\n"
6278 " Hvis der er uarkiverede ændringer kan -C/--clean tilvalget bruges\n"
6245 " for at kassere dem og sætte tilstanden af arbejdskataloget lig\n"
6279 " for at kassere dem og sætte tilstanden af arbejdskataloget lig\n"
6246 " tilstanden i den ønskede revision.\n"
6280 " tilstanden i den ønskede revision. Alternativt, brug -c/--check\n"
6281 " for at afbryde.\n"
6247 "\n"
6282 "\n"
6248 " Hvis der er uarkiverede ændringer, og -C/--clean tilvalget ikke\n"
6283 " Hvis der er uarkiverede ændringer, og -C/--clean tilvalget ikke\n"
6249 " bruges, og forældrerevisionen og den ønskede revision begge er på\n"
6284 " bruges, og forældrerevisionen og den ønskede revision begge er på\n"
6250 " samme gren, og en af dem er en forfar til den anden, så vil det\n"
6285 " samme gren, og en af dem er en forfar til den anden, så vil det\n"
6251 " nye arbejdskatalog indeholde den ønskede revision sammenføjet med\n"
6286 " nye arbejdskatalog indeholde den ønskede revision sammenføjet med\n"
6252 " de uarkiverede ændringer. Ellers vil opdateringen fejle med et\n"
6287 " de uarkiverede ændringer. Ellers vil opdateringen fejle med et\n"
6253 " forslag til at bruge 'merge' eller 'update -C' i stedet.\n"
6288 " forslag til at bruge 'merge' eller 'update -C' i stedet.\n"
6254 "\n"
6289 "\n"
6255 " Hvis du vil opdatere blot en enkelt fil til en ældre revision,\n"
6290 " Hvis du vil opdatere blot en enkelt fil til en ældre revision,\n"
6256 " brug da revert.\n"
6291 " brug da revert.\n"
6257 "\n"
6292 "\n"
6258 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
6293 " Se 'hg help dates' for en liste af gyldige formater til -d/--date.\n"
6259 " "
6294 " "
6260
6295
6296 msgid "uncommitted local changes"
6297 msgstr ""
6298
6261 msgid ""
6299 msgid ""
6262 "verify the integrity of the repository\n"
6300 "verify the integrity of the repository\n"
6263 "\n"
6301 "\n"
6264 " Verify the integrity of the current repository.\n"
6302 " Verify the integrity of the current repository.\n"
6265 "\n"
6303 "\n"
6266 " This will perform an extensive check of the repository's\n"
6304 " This will perform an extensive check of the repository's\n"
6267 " integrity, validating the hashes and checksums of each entry in\n"
6305 " integrity, validating the hashes and checksums of each entry in\n"
6268 " the changelog, manifest, and tracked files, as well as the\n"
6306 " the changelog, manifest, and tracked files, as well as the\n"
6269 " integrity of their crosslinks and indices.\n"
6307 " integrity of their crosslinks and indices.\n"
6270 " "
6308 " "
6271 msgstr ""
6309 msgstr ""
6272
6310
6273 msgid "output version and copyright information"
6311 msgid "output version and copyright information"
6274 msgstr ""
6312 msgstr ""
6275
6313
6276 #, python-format
6314 #, python-format
6277 msgid "Mercurial Distributed SCM (version %s)\n"
6315 msgid "Mercurial Distributed SCM (version %s)\n"
6278 msgstr "Mercurial Distributed SCM (version %s)\n"
6316 msgstr "Mercurial Distributed SCM (version %s)\n"
6279
6317
6280 msgid ""
6318 msgid ""
6281 "\n"
6319 "\n"
6282 "Copyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others\n"
6320 "Copyright (C) 2005-2009 Matt Mackall <mpm@selenic.com> and others\n"
6283 "This is free software; see the source for copying conditions. There is NO\n"
6321 "This is free software; see the source for copying conditions. There is NO\n"
6284 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
6322 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
6285 msgstr ""
6323 msgstr ""
6286
6324
6287 msgid "repository root directory or symbolic path name"
6325 msgid "repository root directory or symbolic path name"
6288 msgstr "depotrodfolder eller symbolsk stinavn"
6326 msgstr "depotrodfolder eller symbolsk stinavn"
6289
6327
6290 msgid "change working directory"
6328 msgid "change working directory"
6291 msgstr "skift arbejdskatalog"
6329 msgstr "skift arbejdskatalog"
6292
6330
6293 msgid "do not prompt, assume 'yes' for any required answers"
6331 msgid "do not prompt, assume 'yes' for any required answers"
6294 msgstr "spørg ikke, antag alle svar er 'ja'"
6332 msgstr "spørg ikke, antag alle svar er 'ja'"
6295
6333
6296 msgid "suppress output"
6334 msgid "suppress output"
6297 msgstr "undertryk output"
6335 msgstr "undertryk output"
6298
6336
6299 msgid "enable additional output"
6337 msgid "enable additional output"
6300 msgstr "aktiver yderlig output"
6338 msgstr "aktiver yderlig output"
6301
6339
6302 msgid "set/override config option"
6340 msgid "set/override config option"
6303 msgstr ""
6341 msgstr ""
6304
6342
6305 msgid "enable debugging output"
6343 msgid "enable debugging output"
6306 msgstr ""
6344 msgstr ""
6307
6345
6308 msgid "start debugger"
6346 msgid "start debugger"
6309 msgstr "start debugger"
6347 msgstr "start debugger"
6310
6348
6311 msgid "set the charset encoding"
6349 msgid "set the charset encoding"
6312 msgstr ""
6350 msgstr ""
6313
6351
6314 msgid "set the charset encoding mode"
6352 msgid "set the charset encoding mode"
6315 msgstr ""
6353 msgstr ""
6316
6354
6317 msgid "print traceback on exception"
6355 msgid "print traceback on exception"
6318 msgstr ""
6356 msgstr ""
6319
6357
6320 msgid "time how long the command takes"
6358 msgid "time how long the command takes"
6321 msgstr ""
6359 msgstr ""
6322
6360
6323 msgid "print command execution profile"
6361 msgid "print command execution profile"
6324 msgstr ""
6362 msgstr ""
6325
6363
6326 msgid "output version information and exit"
6364 msgid "output version information and exit"
6327 msgstr ""
6365 msgstr ""
6328
6366
6329 msgid "display help and exit"
6367 msgid "display help and exit"
6330 msgstr "vis hjælp og exit"
6368 msgstr "vis hjælp og exit"
6331
6369
6332 msgid "do not perform actions, just print output"
6370 msgid "do not perform actions, just print output"
6333 msgstr "udfør ingen handlinger, udskriv kun outputttet"
6371 msgstr "udfør ingen handlinger, udskriv kun outputttet"
6334
6372
6335 msgid "specify ssh command to use"
6373 msgid "specify ssh command to use"
6336 msgstr "specificer ssh kommandoen som skal bruges"
6374 msgstr "specificer ssh kommandoen som skal bruges"
6337
6375
6338 msgid "specify hg command to run on the remote side"
6376 msgid "specify hg command to run on the remote side"
6339 msgstr ""
6377 msgstr ""
6340
6378
6341 msgid "include names matching the given patterns"
6379 msgid "include names matching the given patterns"
6342 msgstr "inkluder navne som matcher det givne mønster"
6380 msgstr "inkluder navne som matcher det givne mønster"
6343
6381
6344 msgid "exclude names matching the given patterns"
6382 msgid "exclude names matching the given patterns"
6345 msgstr "ekskluder navne som matcher det givne mønster"
6383 msgstr "ekskluder navne som matcher det givne mønster"
6346
6384
6347 msgid "use <text> as commit message"
6385 msgid "use <text> as commit message"
6348 msgstr "brug <tekst> som arkiveringsbesked"
6386 msgstr "brug <tekst> som arkiveringsbesked"
6349
6387
6350 msgid "read commit message from <file>"
6388 msgid "read commit message from <file>"
6351 msgstr "læs arkiveringsbeskeden fra <fil>"
6389 msgstr "læs arkiveringsbeskeden fra <fil>"
6352
6390
6353 msgid "record datecode as commit date"
6391 msgid "record datecode as commit date"
6354 msgstr "noter dato som integrationsdato"
6392 msgstr "noter dato som integrationsdato"
6355
6393
6356 msgid "record the specified user as committer"
6394 msgid "record the specified user as committer"
6357 msgstr ""
6395 msgstr ""
6358
6396
6359 msgid "display using template map file"
6397 msgid "display using template map file"
6360 msgstr ""
6398 msgstr ""
6361
6399
6362 msgid "display with template"
6400 msgid "display with template"
6363 msgstr ""
6401 msgstr ""
6364
6402
6365 msgid "do not show merges"
6403 msgid "do not show merges"
6366 msgstr ""
6404 msgstr ""
6367
6405
6368 msgid "treat all files as text"
6406 msgid "treat all files as text"
6369 msgstr "behandl alle filer som tekst"
6407 msgstr "behandl alle filer som tekst"
6370
6408
6371 msgid "don't include dates in diff headers"
6409 msgid "don't include dates in diff headers"
6372 msgstr ""
6410 msgstr ""
6373
6411
6374 msgid "show which function each change is in"
6412 msgid "show which function each change is in"
6375 msgstr ""
6413 msgstr ""
6376
6414
6377 msgid "ignore white space when comparing lines"
6415 msgid "ignore white space when comparing lines"
6378 msgstr ""
6416 msgstr ""
6379
6417
6380 msgid "ignore changes in the amount of white space"
6418 msgid "ignore changes in the amount of white space"
6381 msgstr ""
6419 msgstr ""
6382
6420
6383 msgid "ignore changes whose lines are all blank"
6421 msgid "ignore changes whose lines are all blank"
6384 msgstr ""
6422 msgstr ""
6385
6423
6386 msgid "number of lines of context to show"
6424 msgid "number of lines of context to show"
6387 msgstr ""
6425 msgstr ""
6388
6426
6389 msgid "guess renamed files by similarity (0<=s<=100)"
6427 msgid "guess renamed files by similarity (0<=s<=100)"
6390 msgstr ""
6428 msgstr ""
6391
6429
6392 msgid "[OPTION]... [FILE]..."
6430 msgid "[OPTION]... [FILE]..."
6393 msgstr ""
6431 msgstr ""
6394
6432
6395 msgid "annotate the specified revision"
6433 msgid "annotate the specified revision"
6396 msgstr "annotér den angivne revision"
6434 msgstr "annotér den angivne revision"
6397
6435
6398 msgid "follow file copies and renames"
6436 msgid "follow file copies and renames"
6399 msgstr "følg kopier og omdøbninger"
6437 msgstr "følg kopier og omdøbninger"
6400
6438
6401 msgid "list the author (long with -v)"
6439 msgid "list the author (long with -v)"
6402 msgstr "vis forfatteren (lang med -v)"
6440 msgstr "vis forfatteren (lang med -v)"
6403
6441
6404 msgid "list the date (short with -q)"
6442 msgid "list the date (short with -q)"
6405 msgstr "vis datoen (kort med -q)"
6443 msgstr "vis datoen (kort med -q)"
6406
6444
6407 msgid "list the revision number (default)"
6445 msgid "list the revision number (default)"
6408 msgstr "vis revisionsnummeret (standard)"
6446 msgstr "vis revisionsnummeret (standard)"
6409
6447
6410 msgid "list the changeset"
6448 msgid "list the changeset"
6411 msgstr "vis ændringen"
6449 msgstr "vis ændringen"
6412
6450
6413 msgid "show line number at the first appearance"
6451 msgid "show line number at the first appearance"
6414 msgstr "vil linienummeret for den første forekomst"
6452 msgstr "vil linienummeret for den første forekomst"
6415
6453
6416 msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
6454 msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
6417 msgstr ""
6455 msgstr ""
6418
6456
6419 msgid "do not pass files through decoders"
6457 msgid "do not pass files through decoders"
6420 msgstr ""
6458 msgstr ""
6421
6459
6422 msgid "directory prefix for files in archive"
6460 msgid "directory prefix for files in archive"
6423 msgstr ""
6461 msgstr ""
6424
6462
6425 msgid "revision to distribute"
6463 msgid "revision to distribute"
6426 msgstr ""
6464 msgstr ""
6427
6465
6428 msgid "type of distribution to create"
6466 msgid "type of distribution to create"
6429 msgstr ""
6467 msgstr ""
6430
6468
6431 msgid "[OPTION]... DEST"
6469 msgid "[OPTION]... DEST"
6432 msgstr ""
6470 msgstr ""
6433
6471
6434 msgid "merge with old dirstate parent after backout"
6472 msgid "merge with old dirstate parent after backout"
6435 msgstr ""
6473 msgstr ""
6436
6474
6437 msgid "parent to choose when backing out merge"
6475 msgid "parent to choose when backing out merge"
6438 msgstr ""
6476 msgstr ""
6439
6477
6440 msgid "revision to backout"
6478 msgid "revision to backout"
6441 msgstr "revision som skal bakkes ud"
6479 msgstr "revision som skal bakkes ud"
6442
6480
6443 msgid "[OPTION]... [-r] REV"
6481 msgid "[OPTION]... [-r] REV"
6444 msgstr ""
6482 msgstr ""
6445
6483
6446 msgid "reset bisect state"
6484 msgid "reset bisect state"
6447 msgstr "nulstil bisect"
6485 msgstr "nulstil bisect"
6448
6486
6449 msgid "mark changeset good"
6487 msgid "mark changeset good"
6450 msgstr "marker ændring som god"
6488 msgstr "marker ændring som god"
6451
6489
6452 msgid "mark changeset bad"
6490 msgid "mark changeset bad"
6453 msgstr "marker ændring som dårlig"
6491 msgstr "marker ændring som dårlig"
6454
6492
6455 msgid "skip testing changeset"
6493 msgid "skip testing changeset"
6456 msgstr ""
6494 msgstr ""
6457
6495
6458 msgid "use command to check changeset state"
6496 msgid "use command to check changeset state"
6459 msgstr "brug kommando for at kontrollere tilstanden af ændringen"
6497 msgstr "brug kommando for at kontrollere tilstanden af ændringen"
6460
6498
6461 msgid "do not update to target"
6499 msgid "do not update to target"
6462 msgstr "undlad at opdatere til målet"
6500 msgstr "undlad at opdatere til målet"
6463
6501
6464 msgid "[-gbsr] [-c CMD] [REV]"
6502 msgid "[-gbsr] [-c CMD] [REV]"
6465 msgstr ""
6503 msgstr ""
6466
6504
6467 msgid "set branch name even if it shadows an existing branch"
6505 msgid "set branch name even if it shadows an existing branch"
6468 msgstr ""
6506 msgstr ""
6469
6507
6470 msgid "reset branch name to parent branch name"
6508 msgid "reset branch name to parent branch name"
6471 msgstr ""
6509 msgstr ""
6472
6510
6473 msgid "[-fC] [NAME]"
6511 msgid "[-fC] [NAME]"
6474 msgstr ""
6512 msgstr ""
6475
6513
6476 msgid "show only branches that have unmerged heads"
6514 msgid "show only branches that have unmerged heads"
6477 msgstr ""
6515 msgstr ""
6478
6516
6479 msgid "[-a]"
6517 msgid "[-a]"
6480 msgstr ""
6518 msgstr ""
6481
6519
6482 msgid "run even when remote repository is unrelated"
6520 msgid "run even when remote repository is unrelated"
6483 msgstr "kør selv hvis fjernarkivet er urelateret"
6521 msgstr "kør selv hvis fjernarkivet er urelateret"
6484
6522
6485 msgid "a changeset up to which you would like to bundle"
6523 msgid "a changeset up to which you would like to bundle"
6486 msgstr ""
6524 msgstr ""
6487
6525
6488 msgid "a base changeset to specify instead of a destination"
6526 msgid "a base changeset to specify instead of a destination"
6489 msgstr ""
6527 msgstr ""
6490
6528
6491 msgid "bundle all changesets in the repository"
6529 msgid "bundle all changesets in the repository"
6492 msgstr ""
6530 msgstr ""
6493
6531
6494 msgid "bundle compression type to use"
6532 msgid "bundle compression type to use"
6495 msgstr ""
6533 msgstr ""
6496
6534
6497 msgid "[-f] [-a] [-r REV]... [--base REV]... FILE [DEST]"
6535 msgid "[-f] [-a] [-r REV]... [--base REV]... FILE [DEST]"
6498 msgstr ""
6536 msgstr ""
6499
6537
6500 msgid "print output to file with formatted name"
6538 msgid "print output to file with formatted name"
6501 msgstr ""
6539 msgstr ""
6502
6540
6503 msgid "print the given revision"
6541 msgid "print the given revision"
6504 msgstr ""
6542 msgstr ""
6505
6543
6506 msgid "apply any matching decode filter"
6544 msgid "apply any matching decode filter"
6507 msgstr ""
6545 msgstr ""
6508
6546
6509 msgid "[OPTION]... FILE..."
6547 msgid "[OPTION]... FILE..."
6510 msgstr ""
6548 msgstr ""
6511
6549
6512 msgid "the clone will only contain a repository (no working copy)"
6550 msgid "the clone will only contain a repository (no working copy)"
6513 msgstr ""
6551 msgstr ""
6514
6552
6515 msgid "a changeset you would like to have after cloning"
6553 msgid "a changeset you would like to have after cloning"
6516 msgstr ""
6554 msgstr ""
6517
6555
6518 msgid "[OPTION]... SOURCE [DEST]"
6556 msgid "[OPTION]... SOURCE [DEST]"
6519 msgstr ""
6557 msgstr ""
6520
6558
6521 msgid "mark new/missing files as added/removed before committing"
6559 msgid "mark new/missing files as added/removed before committing"
6522 msgstr ""
6560 msgstr ""
6523
6561
6524 msgid "mark a branch as closed, hiding it from the branch list"
6562 msgid "mark a branch as closed, hiding it from the branch list"
6525 msgstr ""
6563 msgstr ""
6526
6564
6527 msgid "record a copy that has already occurred"
6565 msgid "record a copy that has already occurred"
6528 msgstr ""
6566 msgstr ""
6529
6567
6530 msgid "forcibly copy over an existing managed file"
6568 msgid "forcibly copy over an existing managed file"
6531 msgstr ""
6569 msgstr ""
6532
6570
6533 msgid "[OPTION]... [SOURCE]... DEST"
6571 msgid "[OPTION]... [SOURCE]... DEST"
6534 msgstr ""
6572 msgstr ""
6535
6573
6536 msgid "[INDEX] REV1 REV2"
6574 msgid "[INDEX] REV1 REV2"
6537 msgstr ""
6575 msgstr ""
6538
6576
6539 msgid "[COMMAND]"
6577 msgid "[COMMAND]"
6540 msgstr "[KOMMANDO]"
6578 msgstr "[KOMMANDO]"
6541
6579
6542 msgid "show the command options"
6580 msgid "show the command options"
6543 msgstr "vis kommando-flag"
6581 msgstr "vis kommando-flag"
6544
6582
6545 msgid "[-o] CMD"
6583 msgid "[-o] CMD"
6546 msgstr "[-o] KOMMANDO"
6584 msgstr "[-o] KOMMANDO"
6547
6585
6548 msgid "try extended date formats"
6586 msgid "try extended date formats"
6549 msgstr ""
6587 msgstr ""
6550
6588
6551 msgid "[-e] DATE [RANGE]"
6589 msgid "[-e] DATE [RANGE]"
6552 msgstr ""
6590 msgstr ""
6553
6591
6554 msgid "FILE REV"
6592 msgid "FILE REV"
6555 msgstr ""
6593 msgstr ""
6556
6594
6557 msgid "[PATH]"
6595 msgid "[PATH]"
6558 msgstr ""
6596 msgstr ""
6559
6597
6560 msgid "FILE"
6598 msgid "FILE"
6561 msgstr ""
6599 msgstr ""
6562
6600
6563 msgid "revision to rebuild to"
6601 msgid "revision to rebuild to"
6564 msgstr ""
6602 msgstr ""
6565
6603
6566 msgid "[-r REV] [REV]"
6604 msgid "[-r REV] [REV]"
6567 msgstr ""
6605 msgstr ""
6568
6606
6569 msgid "revision to debug"
6607 msgid "revision to debug"
6570 msgstr ""
6608 msgstr ""
6571
6609
6572 msgid "[-r REV] FILE"
6610 msgid "[-r REV] FILE"
6573 msgstr ""
6611 msgstr ""
6574
6612
6575 msgid "REV1 [REV2]"
6613 msgid "REV1 [REV2]"
6576 msgstr ""
6614 msgstr ""
6577
6615
6578 msgid "do not display the saved mtime"
6616 msgid "do not display the saved mtime"
6579 msgstr ""
6617 msgstr ""
6580
6618
6581 msgid "[OPTION]..."
6619 msgid "[OPTION]..."
6582 msgstr ""
6620 msgstr ""
6583
6621
6584 msgid "revision to check"
6622 msgid "revision to check"
6585 msgstr "revision som skal undersøges"
6623 msgstr "revision som skal undersøges"
6586
6624
6587 msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
6625 msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
6588 msgstr ""
6626 msgstr ""
6589
6627
6590 msgid "diff against the second parent"
6628 msgid "diff against the second parent"
6591 msgstr ""
6629 msgstr ""
6592
6630
6593 msgid "[OPTION]... [-o OUTFILESPEC] REV..."
6631 msgid "[OPTION]... [-o OUTFILESPEC] REV..."
6594 msgstr ""
6632 msgstr ""
6595
6633
6596 msgid "end fields with NUL"
6634 msgid "end fields with NUL"
6597 msgstr ""
6635 msgstr ""
6598
6636
6599 msgid "print all revisions that match"
6637 msgid "print all revisions that match"
6600 msgstr ""
6638 msgstr ""
6601
6639
6602 msgid "follow changeset history, or file history across copies and renames"
6640 msgid "follow changeset history, or file history across copies and renames"
6603 msgstr ""
6641 msgstr ""
6604
6642
6605 msgid "ignore case when matching"
6643 msgid "ignore case when matching"
6606 msgstr ""
6644 msgstr ""
6607
6645
6608 msgid "print only filenames and revisions that match"
6646 msgid "print only filenames and revisions that match"
6609 msgstr ""
6647 msgstr ""
6610
6648
6611 msgid "print matching line numbers"
6649 msgid "print matching line numbers"
6612 msgstr ""
6650 msgstr ""
6613
6651
6614 msgid "search in given revision range"
6652 msgid "search in given revision range"
6615 msgstr ""
6653 msgstr ""
6616
6654
6617 msgid "[OPTION]... PATTERN [FILE]..."
6655 msgid "[OPTION]... PATTERN [FILE]..."
6618 msgstr ""
6656 msgstr ""
6619
6657
6620 msgid "show only heads which are descendants of REV"
6658 msgid "show only heads which are descendants of REV"
6621 msgstr ""
6659 msgstr ""
6622
6660
6623 msgid "show only the active heads from open branches"
6661 msgid "show only the active heads from open branches"
6624 msgstr ""
6662 msgstr ""
6625
6663
6626 msgid "show normal and closed heads"
6664 msgid "show normal and closed heads"
6627 msgstr "vis normale og lukkede hoveder"
6665 msgstr "vis normale og lukkede hoveder"
6628
6666
6629 msgid "[-r STARTREV] [REV]..."
6667 msgid "[-r STARTREV] [REV]..."
6630 msgstr ""
6668 msgstr ""
6631
6669
6632 msgid "[TOPIC]"
6670 msgid "[TOPIC]"
6633 msgstr ""
6671 msgstr ""
6634
6672
6635 msgid "identify the specified revision"
6673 msgid "identify the specified revision"
6636 msgstr ""
6674 msgstr ""
6637
6675
6638 msgid "show local revision number"
6676 msgid "show local revision number"
6639 msgstr ""
6677 msgstr ""
6640
6678
6641 msgid "show global revision id"
6679 msgid "show global revision id"
6642 msgstr ""
6680 msgstr ""
6643
6681
6644 msgid "show branch"
6682 msgid "show branch"
6645 msgstr ""
6683 msgstr ""
6646
6684
6647 msgid "show tags"
6685 msgid "show tags"
6648 msgstr "vis mærkater"
6686 msgstr "vis mærkater"
6649
6687
6650 msgid "[-nibt] [-r REV] [SOURCE]"
6688 msgid "[-nibt] [-r REV] [SOURCE]"
6651 msgstr ""
6689 msgstr ""
6652
6690
6653 msgid ""
6691 msgid ""
6654 "directory strip option for patch. This has the same meaning as the "
6692 "directory strip option for patch. This has the same meaning as the "
6655 "corresponding patch option"
6693 "corresponding patch option"
6656 msgstr ""
6694 msgstr ""
6657
6695
6658 msgid "base path"
6696 msgid "base path"
6659 msgstr ""
6697 msgstr ""
6660
6698
6661 msgid "skip check for outstanding uncommitted changes"
6699 msgid "skip check for outstanding uncommitted changes"
6662 msgstr ""
6700 msgstr ""
6663
6701
6664 msgid "don't commit, just update the working directory"
6702 msgid "don't commit, just update the working directory"
6665 msgstr ""
6703 msgstr ""
6666
6704
6667 msgid "apply patch to the nodes from which it was generated"
6705 msgid "apply patch to the nodes from which it was generated"
6668 msgstr ""
6706 msgstr ""
6669
6707
6670 msgid "use any branch information in patch (implied by --exact)"
6708 msgid "use any branch information in patch (implied by --exact)"
6671 msgstr ""
6709 msgstr ""
6672
6710
6673 msgid "[OPTION]... PATCH..."
6711 msgid "[OPTION]... PATCH..."
6674 msgstr ""
6712 msgstr ""
6675
6713
6676 msgid "show newest record first"
6714 msgid "show newest record first"
6677 msgstr ""
6715 msgstr ""
6678
6716
6679 msgid "file to store the bundles into"
6717 msgid "file to store the bundles into"
6680 msgstr ""
6718 msgstr ""
6681
6719
6682 msgid "a specific revision up to which you would like to pull"
6720 msgid "a specific revision up to which you would like to pull"
6683 msgstr ""
6721 msgstr ""
6684
6722
6685 msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
6723 msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
6686 msgstr ""
6724 msgstr ""
6687
6725
6688 msgid "[-e CMD] [--remotecmd CMD] [DEST]"
6726 msgid "[-e CMD] [--remotecmd CMD] [DEST]"
6689 msgstr ""
6727 msgstr ""
6690
6728
6691 msgid "search the repository as it stood at REV"
6729 msgid "search the repository as it stood at REV"
6692 msgstr ""
6730 msgstr ""
6693
6731
6694 msgid "end filenames with NUL, for use with xargs"
6732 msgid "end filenames with NUL, for use with xargs"
6695 msgstr ""
6733 msgstr ""
6696
6734
6697 msgid "print complete paths from the filesystem root"
6735 msgid "print complete paths from the filesystem root"
6698 msgstr ""
6736 msgstr ""
6699
6737
6700 msgid "[OPTION]... [PATTERN]..."
6738 msgid "[OPTION]... [PATTERN]..."
6701 msgstr ""
6739 msgstr ""
6702
6740
6703 msgid "only follow the first parent of merge changesets"
6741 msgid "only follow the first parent of merge changesets"
6704 msgstr ""
6742 msgstr ""
6705
6743
6706 msgid "show revisions matching date spec"
6744 msgid "show revisions matching date spec"
6707 msgstr ""
6745 msgstr ""
6708
6746
6709 msgid "show copied files"
6747 msgid "show copied files"
6710 msgstr ""
6748 msgstr ""
6711
6749
6712 msgid "do case-insensitive search for a keyword"
6750 msgid "do case-insensitive search for a keyword"
6713 msgstr ""
6751 msgstr ""
6714
6752
6715 msgid "include revisions where files were removed"
6753 msgid "include revisions where files were removed"
6716 msgstr ""
6754 msgstr ""
6717
6755
6718 msgid "show only merges"
6756 msgid "show only merges"
6719 msgstr ""
6757 msgstr ""
6720
6758
6721 msgid "revisions committed by user"
6759 msgid "revisions committed by user"
6722 msgstr ""
6760 msgstr ""
6723
6761
6724 msgid "show only changesets within the given named branch"
6762 msgid "show only changesets within the given named branch"
6725 msgstr ""
6763 msgstr ""
6726
6764
6727 msgid "do not display revision or any of its ancestors"
6765 msgid "do not display revision or any of its ancestors"
6728 msgstr ""
6766 msgstr ""
6729
6767
6730 msgid "[OPTION]... [FILE]"
6768 msgid "[OPTION]... [FILE]"
6731 msgstr ""
6769 msgstr ""
6732
6770
6733 msgid "revision to display"
6771 msgid "revision to display"
6734 msgstr ""
6772 msgstr ""
6735
6773
6736 msgid "[-r REV]"
6774 msgid "[-r REV]"
6737 msgstr ""
6775 msgstr ""
6738
6776
6739 msgid "force a merge with outstanding changes"
6777 msgid "force a merge with outstanding changes"
6740 msgstr ""
6778 msgstr ""
6741
6779
6742 msgid "revision to merge"
6780 msgid "revision to merge"
6743 msgstr ""
6781 msgstr ""
6744
6782
6745 msgid "review revisions to merge (no merge is performed)"
6783 msgid "review revisions to merge (no merge is performed)"
6746 msgstr ""
6784 msgstr ""
6747
6785
6748 msgid "[-f] [[-r] REV]"
6786 msgid "[-f] [[-r] REV]"
6749 msgstr ""
6787 msgstr ""
6750
6788
6751 msgid "a specific revision up to which you would like to push"
6789 msgid "a specific revision up to which you would like to push"
6752 msgstr ""
6790 msgstr ""
6753
6791
6754 msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
6792 msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
6755 msgstr ""
6793 msgstr ""
6756
6794
6757 msgid "show parents from the specified revision"
6795 msgid "show parents from the specified revision"
6758 msgstr ""
6796 msgstr ""
6759
6797
6760 msgid "[-r REV] [FILE]"
6798 msgid "[-r REV] [FILE]"
6761 msgstr ""
6799 msgstr ""
6762
6800
6763 msgid "[NAME]"
6801 msgid "[NAME]"
6764 msgstr ""
6802 msgstr ""
6765
6803
6766 msgid "update to new tip if changesets were pulled"
6804 msgid "update to new tip if changesets were pulled"
6767 msgstr ""
6805 msgstr ""
6768
6806
6769 msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
6807 msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
6770 msgstr ""
6808 msgstr ""
6771
6809
6772 msgid "force push"
6810 msgid "force push"
6773 msgstr ""
6811 msgstr ""
6774
6812
6775 msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
6813 msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
6776 msgstr ""
6814 msgstr ""
6777
6815
6778 msgid "record delete for missing files"
6816 msgid "record delete for missing files"
6779 msgstr ""
6817 msgstr ""
6780
6818
6781 msgid "remove (and delete) file even if added or modified"
6819 msgid "remove (and delete) file even if added or modified"
6782 msgstr ""
6820 msgstr ""
6783
6821
6784 msgid "record a rename that has already occurred"
6822 msgid "record a rename that has already occurred"
6785 msgstr ""
6823 msgstr ""
6786
6824
6787 msgid "[OPTION]... SOURCE... DEST"
6825 msgid "[OPTION]... SOURCE... DEST"
6788 msgstr ""
6826 msgstr ""
6789
6827
6790 msgid "remerge all unresolved files"
6828 msgid "remerge all unresolved files"
6791 msgstr ""
6829 msgstr ""
6792
6830
6793 msgid "list state of files needing merge"
6831 msgid "list state of files needing merge"
6794 msgstr ""
6832 msgstr ""
6795
6833
6796 msgid "mark files as resolved"
6834 msgid "mark files as resolved"
6797 msgstr ""
6835 msgstr ""
6798
6836
6799 msgid "unmark files as resolved"
6837 msgid "unmark files as resolved"
6800 msgstr ""
6838 msgstr ""
6801
6839
6802 msgid "revert all changes when no arguments given"
6840 msgid "revert all changes when no arguments given"
6803 msgstr ""
6841 msgstr ""
6804
6842
6805 msgid "tipmost revision matching date"
6843 msgid "tipmost revision matching date"
6806 msgstr ""
6844 msgstr ""
6807
6845
6808 msgid "revision to revert to"
6846 msgid "revision to revert to"
6809 msgstr ""
6847 msgstr ""
6810
6848
6811 msgid "do not save backup copies of files"
6849 msgid "do not save backup copies of files"
6812 msgstr ""
6850 msgstr ""
6813
6851
6814 msgid "[OPTION]... [-r REV] [NAME]..."
6852 msgid "[OPTION]... [-r REV] [NAME]..."
6815 msgstr ""
6853 msgstr ""
6816
6854
6817 msgid "name of access log file to write to"
6855 msgid "name of access log file to write to"
6818 msgstr "navn på adgangslogfilen der skrives til"
6856 msgstr "navn på adgangslogfilen der skrives til"
6819
6857
6820 msgid "name of error log file to write to"
6858 msgid "name of error log file to write to"
6821 msgstr "navn på fejlllog fil der skrives til"
6859 msgstr "navn på fejlllog fil der skrives til"
6822
6860
6823 msgid "port to listen on (default: 8000)"
6861 msgid "port to listen on (default: 8000)"
6824 msgstr ""
6862 msgstr ""
6825
6863
6826 msgid "address to listen on (default: all interfaces)"
6864 msgid "address to listen on (default: all interfaces)"
6827 msgstr ""
6865 msgstr ""
6828
6866
6829 msgid "prefix path to serve from (default: server root)"
6867 msgid "prefix path to serve from (default: server root)"
6830 msgstr "prefiks sti at udstille fra (default: server-rod)"
6868 msgstr "prefiks sti at udstille fra (default: server-rod)"
6831
6869
6832 msgid "name to show in web pages (default: working directory)"
6870 msgid "name to show in web pages (default: working directory)"
6833 msgstr ""
6871 msgstr ""
6834
6872
6835 msgid "name of the webdir config file (serve more than one repository)"
6873 msgid "name of the webdir config file (serve more than one repository)"
6836 msgstr ""
6874 msgstr ""
6837
6875
6838 msgid "for remote clients"
6876 msgid "for remote clients"
6839 msgstr "for fjernklienter"
6877 msgstr "for fjernklienter"
6840
6878
6841 msgid "web templates to use"
6879 msgid "web templates to use"
6842 msgstr "web-skabelon"
6880 msgstr "web-skabelon"
6843
6881
6844 msgid "template style to use"
6882 msgid "template style to use"
6845 msgstr "skabelon-stil"
6883 msgstr "skabelon-stil"
6846
6884
6847 msgid "use IPv6 in addition to IPv4"
6885 msgid "use IPv6 in addition to IPv4"
6848 msgstr "brug IPv6 og IPv4"
6886 msgstr "brug IPv6 og IPv4"
6849
6887
6850 msgid "SSL certificate file"
6888 msgid "SSL certificate file"
6851 msgstr "SSL certifikatfil"
6889 msgstr "SSL certifikatfil"
6852
6890
6853 msgid "show untrusted configuration options"
6891 msgid "show untrusted configuration options"
6854 msgstr ""
6892 msgstr ""
6855
6893
6856 msgid "[-u] [NAME]..."
6894 msgid "[-u] [NAME]..."
6857 msgstr ""
6895 msgstr ""
6858
6896
6859 msgid "show status of all files"
6897 msgid "show status of all files"
6860 msgstr "vis status på alle filer"
6898 msgstr "vis status på alle filer"
6861
6899
6862 msgid "show only modified files"
6900 msgid "show only modified files"
6863 msgstr "vis kun ændrede filer"
6901 msgstr "vis kun ændrede filer"
6864
6902
6865 msgid "show only added files"
6903 msgid "show only added files"
6866 msgstr "vis kun tilføjede filer"
6904 msgstr "vis kun tilføjede filer"
6867
6905
6868 msgid "show only removed files"
6906 msgid "show only removed files"
6869 msgstr "vis kun fjernede filer"
6907 msgstr "vis kun fjernede filer"
6870
6908
6871 msgid "show only deleted (but tracked) files"
6909 msgid "show only deleted (but tracked) files"
6872 msgstr "vis kun slettede (men kendte) filer"
6910 msgstr "vis kun slettede (men kendte) filer"
6873
6911
6874 msgid "show only files without changes"
6912 msgid "show only files without changes"
6875 msgstr "vis kun filer unden ændringer"
6913 msgstr "vis kun filer unden ændringer"
6876
6914
6877 msgid "show only unknown (not tracked) files"
6915 msgid "show only unknown (not tracked) files"
6878 msgstr "vis kun ukendte filer"
6916 msgstr "vis kun ukendte filer"
6879
6917
6880 msgid "show only ignored files"
6918 msgid "show only ignored files"
6881 msgstr "vis kun ignorerede filer"
6919 msgstr "vis kun ignorerede filer"
6882
6920
6883 msgid "hide status prefix"
6921 msgid "hide status prefix"
6884 msgstr "skjul statuspræfix"
6922 msgstr "skjul statuspræfix"
6885
6923
6886 msgid "show source of copied files"
6924 msgid "show source of copied files"
6887 msgstr "vis kilder for kopierede filer"
6925 msgstr "vis kilder for kopierede filer"
6888
6926
6889 msgid "show difference from revision"
6927 msgid "show difference from revision"
6890 msgstr "vis forskelle fra revision"
6928 msgstr "vis forskelle fra revision"
6891
6929
6892 msgid "replace existing tag"
6930 msgid "replace existing tag"
6893 msgstr "erstat eksisterende mærkat"
6931 msgstr "erstat eksisterende mærkat"
6894
6932
6895 msgid "make the tag local"
6933 msgid "make the tag local"
6896 msgstr "gør mærkaten lokal"
6934 msgstr "gør mærkaten lokal"
6897
6935
6898 msgid "revision to tag"
6936 msgid "revision to tag"
6899 msgstr "revision der skal mærkes"
6937 msgstr "revision der skal mærkes"
6900
6938
6901 msgid "remove a tag"
6939 msgid "remove a tag"
6902 msgstr "fjern en mærkat"
6940 msgstr "fjern en mærkat"
6903
6941
6904 msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
6942 msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
6905 msgstr ""
6943 msgstr ""
6906
6944
6907 msgid "[-p]"
6945 msgid "[-p]"
6908 msgstr "[-p]"
6946 msgstr "[-p]"
6909
6947
6910 msgid "update to new tip if changesets were unbundled"
6948 msgid "update to new tip if changesets were unbundled"
6911 msgstr "opdater til ny spids hvis ændringer blev pakket ud"
6949 msgstr "opdater til ny spids hvis ændringer blev pakket ud"
6912
6950
6913 msgid "[-u] FILE..."
6951 msgid "[-u] FILE..."
6914 msgstr "[-u] FIL..."
6952 msgstr "[-u] FIL..."
6915
6953
6916 msgid "overwrite locally modified files (no backup)"
6954 msgid "overwrite locally modified files (no backup)"
6917 msgstr "overskrev lokalt modificerede filer (uden sikkerhedskopi)"
6955 msgstr "overskrev lokalt modificerede filer (uden sikkerhedskopi)"
6918
6956
6957 msgid "check for uncommitted changes"
6958 msgstr ""
6959
6919 msgid "[-C] [-d DATE] [[-r] REV]"
6960 msgid "[-C] [-d DATE] [[-r] REV]"
6920 msgstr "[-C] [-d DATO] [[-r] REV]"
6961 msgstr "[-C] [-d DATO] [[-r] REV]"
6921
6962
6922 #, python-format
6963 #, python-format
6923 msgid "config error at %s:%d: '%s'"
6964 msgid "config error at %s:%d: '%s'"
6924 msgstr "konfigurationsfejl på %s:%d: '%s'"
6965 msgstr "konfigurationsfejl på %s:%d: '%s'"
6925
6966
6926 msgid "not found in manifest"
6967 msgid "not found in manifest"
6927 msgstr "blev ikke fundet i manifest"
6968 msgstr "blev ikke fundet i manifest"
6928
6969
6929 msgid "branch name not in UTF-8!"
6970 msgid "branch name not in UTF-8!"
6930 msgstr "grennavn er ikke i UTF-8!"
6971 msgstr "grennavn er ikke i UTF-8!"
6931
6972
6932 #, python-format
6973 #, python-format
6933 msgid " searching for copies back to rev %d\n"
6974 msgid " searching for copies back to rev %d\n"
6934 msgstr " søger efter kopier tilbage til revision %d\n"
6975 msgstr " søger efter kopier tilbage til revision %d\n"
6935
6976
6936 #, python-format
6977 #, python-format
6937 msgid ""
6978 msgid ""
6938 " unmatched files in local:\n"
6979 " unmatched files in local:\n"
6939 " %s\n"
6980 " %s\n"
6940 msgstr ""
6981 msgstr ""
6941
6982
6942 #, python-format
6983 #, python-format
6943 msgid ""
6984 msgid ""
6944 " unmatched files in other:\n"
6985 " unmatched files in other:\n"
6945 " %s\n"
6986 " %s\n"
6946 msgstr ""
6987 msgstr ""
6947
6988
6948 msgid " all copies found (* = to merge, ! = divergent):\n"
6989 msgid " all copies found (* = to merge, ! = divergent):\n"
6949 msgstr ""
6990 msgstr ""
6950
6991
6951 msgid " checking for directory renames\n"
6992 msgid " checking for directory renames\n"
6952 msgstr ""
6993 msgstr ""
6953
6994
6954 #, python-format
6995 #, python-format
6955 msgid " dir %s -> %s\n"
6996 msgid " dir %s -> %s\n"
6956 msgstr ""
6997 msgstr ""
6957
6998
6958 #, python-format
6999 #, python-format
6959 msgid " file %s -> %s\n"
7000 msgid " file %s -> %s\n"
6960 msgstr ""
7001 msgstr ""
6961
7002
6962 msgid "working directory state appears damaged!"
7003 msgid "working directory state appears damaged!"
6963 msgstr "arbejdskatalogtilstand virker beskadiget!"
7004 msgstr "arbejdskatalogtilstand virker beskadiget!"
6964
7005
6965 #, python-format
7006 #, python-format
6966 msgid "'\\n' and '\\r' disallowed in filenames: %r"
7007 msgid "'\\n' and '\\r' disallowed in filenames: %r"
6967 msgstr "'\\n' og '\\r' må ikke forekomme i filnavne: %r"
7008 msgstr "'\\n' og '\\r' må ikke forekomme i filnavne: %r"
6968
7009
6969 #, python-format
7010 #, python-format
6970 msgid "directory %r already in dirstate"
7011 msgid "directory %r already in dirstate"
6971 msgstr "katalog %r er allerede i dirstate"
7012 msgstr "katalog %r er allerede i dirstate"
6972
7013
6973 #, python-format
7014 #, python-format
6974 msgid "file %r in dirstate clashes with %r"
7015 msgid "file %r in dirstate clashes with %r"
6975 msgstr ""
7016 msgstr ""
6976
7017
6977 #, python-format
7018 #, python-format
6978 msgid "not in dirstate: %s\n"
7019 msgid "not in dirstate: %s\n"
6979 msgstr "ikke i dirstate: %s\n"
7020 msgstr "ikke i dirstate: %s\n"
6980
7021
6981 msgid "unknown"
7022 msgid "unknown"
6982 msgstr "ukendt"
7023 msgstr "ukendt"
6983
7024
6984 msgid "character device"
7025 msgid "character device"
6985 msgstr ""
7026 msgstr ""
6986
7027
6987 msgid "block device"
7028 msgid "block device"
6988 msgstr ""
7029 msgstr ""
6989
7030
6990 msgid "fifo"
7031 msgid "fifo"
6991 msgstr ""
7032 msgstr ""
6992
7033
6993 msgid "socket"
7034 msgid "socket"
6994 msgstr ""
7035 msgstr ""
6995
7036
6996 msgid "directory"
7037 msgid "directory"
6997 msgstr ""
7038 msgstr ""
6998
7039
6999 #, python-format
7040 #, python-format
7000 msgid "unsupported file type (type is %s)"
7041 msgid "unsupported file type (type is %s)"
7001 msgstr ""
7042 msgstr ""
7002
7043
7003 #, python-format
7044 #, python-format
7004 msgid "abort: %s\n"
7045 msgid "abort: %s\n"
7005 msgstr "afbrudt: %s\n"
7046 msgstr "afbrudt: %s\n"
7006
7047
7007 #, python-format
7048 #, python-format
7008 msgid ""
7049 msgid ""
7009 "hg: command '%s' is ambiguous:\n"
7050 "hg: command '%s' is ambiguous:\n"
7010 " %s\n"
7051 " %s\n"
7011 msgstr ""
7052 msgstr ""
7012 "hg: kommandoen '%s' is tvetydig:\n"
7053 "hg: kommandoen '%s' is tvetydig:\n"
7013 " %s\n"
7054 " %s\n"
7014
7055
7015 #, python-format
7056 #, python-format
7016 msgid "hg: %s\n"
7057 msgid "hg: %s\n"
7017 msgstr "hg: %s\n"
7058 msgstr "hg: %s\n"
7018
7059
7019 #, python-format
7060 #, python-format
7020 msgid "timed out waiting for lock held by %s"
7061 msgid "timed out waiting for lock held by %s"
7021 msgstr ""
7062 msgstr ""
7022
7063
7023 #, python-format
7064 #, python-format
7024 msgid "lock held by %s"
7065 msgid "lock held by %s"
7025 msgstr "lås holdt af %s"
7066 msgstr "lås holdt af %s"
7026
7067
7027 #, python-format
7068 #, python-format
7028 msgid "abort: %s: %s\n"
7069 msgid "abort: %s: %s\n"
7029 msgstr "afbrudt: %s: %s\n"
7070 msgstr "afbrudt: %s: %s\n"
7030
7071
7031 #, python-format
7072 #, python-format
7032 msgid "abort: could not lock %s: %s\n"
7073 msgid "abort: could not lock %s: %s\n"
7033 msgstr "afbrudt: kunne ikke låse %s: %s\n"
7074 msgstr "afbrudt: kunne ikke låse %s: %s\n"
7034
7075
7035 #, python-format
7076 #, python-format
7036 msgid "hg %s: %s\n"
7077 msgid "hg %s: %s\n"
7037 msgstr "hg %s: %s\n"
7078 msgstr "hg %s: %s\n"
7038
7079
7039 #, python-format
7080 #, python-format
7040 msgid "abort: %s!\n"
7081 msgid "abort: %s!\n"
7041 msgstr "afbrudt: %s!\n"
7082 msgstr "afbrudt: %s!\n"
7042
7083
7043 #, python-format
7084 #, python-format
7044 msgid "abort: %s"
7085 msgid "abort: %s"
7045 msgstr "afbrudt: %s"
7086 msgstr "afbrudt: %s"
7046
7087
7047 msgid " empty string\n"
7088 msgid " empty string\n"
7048 msgstr " tom streng\n"
7089 msgstr " tom streng\n"
7049
7090
7050 msgid "killed!\n"
7091 msgid "killed!\n"
7051 msgstr "dræbt!\n"
7092 msgstr "dræbt!\n"
7052
7093
7053 #, python-format
7094 #, python-format
7054 msgid "hg: unknown command '%s'\n"
7095 msgid "hg: unknown command '%s'\n"
7055 msgstr "hg: ukendt kommando '%s'\n"
7096 msgstr "hg: ukendt kommando '%s'\n"
7056
7097
7057 #, python-format
7098 #, python-format
7058 msgid "abort: could not import module %s!\n"
7099 msgid "abort: could not import module %s!\n"
7059 msgstr "afbrudt: kunne ikke importere modul %s!\n"
7100 msgstr "afbrudt: kunne ikke importere modul %s!\n"
7060
7101
7061 msgid "(did you forget to compile extensions?)\n"
7102 msgid "(did you forget to compile extensions?)\n"
7062 msgstr "(glemte du at kompilere udvidelserne?)\n"
7103 msgstr "(glemte du at kompilere udvidelserne?)\n"
7063
7104
7064 msgid "(is your Python install correct?)\n"
7105 msgid "(is your Python install correct?)\n"
7065 msgstr "(er din Python installeret korrekt?)\n"
7106 msgstr "(er din Python installeret korrekt?)\n"
7066
7107
7067 #, python-format
7108 #, python-format
7068 msgid "abort: error: %s\n"
7109 msgid "abort: error: %s\n"
7069 msgstr "afbrudt: fejl: %s\n"
7110 msgstr "afbrudt: fejl: %s\n"
7070
7111
7071 msgid "broken pipe\n"
7112 msgid "broken pipe\n"
7072 msgstr "afbrudt pipe\n"
7113 msgstr "afbrudt pipe\n"
7073
7114
7074 msgid "interrupted!\n"
7115 msgid "interrupted!\n"
7075 msgstr "standset!\n"
7116 msgstr "standset!\n"
7076
7117
7077 msgid ""
7118 msgid ""
7078 "\n"
7119 "\n"
7079 "broken pipe\n"
7120 "broken pipe\n"
7080 msgstr ""
7121 msgstr ""
7081 "\n"
7122 "\n"
7082 "afbrudt pipe\n"
7123 "afbrudt pipe\n"
7083
7124
7084 msgid "abort: out of memory\n"
7125 msgid "abort: out of memory\n"
7085 msgstr "afbrudt: løbet tør for hukommelse\n"
7126 msgstr "afbrudt: løbet tør for hukommelse\n"
7086
7127
7087 msgid "** unknown exception encountered, details follow\n"
7128 msgid "** unknown exception encountered, details follow\n"
7088 msgstr "** der opstod en ukendt fejl, detaljer følger\n"
7129 msgstr "** der opstod en ukendt fejl, detaljer følger\n"
7089
7130
7090 msgid "** report bug details to http://www.selenic.com/mercurial/bts\n"
7131 msgid "** report bug details to http://www.selenic.com/mercurial/bts\n"
7091 msgstr "** angiv fejldetaljer på http://www.selenic.com/mercurial/bts\n"
7132 msgstr "** angiv fejldetaljer på http://www.selenic.com/mercurial/bts\n"
7092
7133
7093 msgid "** or mercurial@selenic.com\n"
7134 msgid "** or mercurial@selenic.com\n"
7094 msgstr "** eller mercurial@selenic.com\n"
7135 msgstr "** eller mercurial@selenic.com\n"
7095
7136
7096 #, python-format
7137 #, python-format
7097 msgid "** Mercurial Distributed SCM (version %s)\n"
7138 msgid "** Mercurial Distributed SCM (version %s)\n"
7098 msgstr "** Mercurial Distributed SCM (version %s)\n"
7139 msgstr "** Mercurial Distributed SCM (version %s)\n"
7099
7140
7100 #, python-format
7141 #, python-format
7101 msgid "** Extensions loaded: %s\n"
7142 msgid "** Extensions loaded: %s\n"
7102 msgstr "** Udvidelser indlæst: %s\n"
7143 msgstr "** Udvidelser indlæst: %s\n"
7103
7144
7104 #, python-format
7145 #, python-format
7105 msgid "no definition for alias '%s'\n"
7146 msgid "no definition for alias '%s'\n"
7106 msgstr "ingen definition for alias '%s'\n"
7147 msgstr "ingen definition for alias '%s'\n"
7107
7148
7108 #, python-format
7149 #, python-format
7109 msgid "alias '%s' resolves to unknown command '%s'\n"
7150 msgid "alias '%s' resolves to unknown command '%s'\n"
7110 msgstr "alias '%s' oversætter til ukendt kommando '%s'\n"
7151 msgstr "alias '%s' oversætter til ukendt kommando '%s'\n"
7111
7152
7112 #, python-format
7153 #, python-format
7113 msgid "alias '%s' resolves to ambiguous command '%s'\n"
7154 msgid "alias '%s' resolves to ambiguous command '%s'\n"
7114 msgstr "alias '%s' oversætter til tvetydig kommando '%s'\n"
7155 msgstr "alias '%s' oversætter til tvetydig kommando '%s'\n"
7115
7156
7116 #, python-format
7157 #, python-format
7117 msgid "alias '%s' shadows command\n"
7158 msgid "alias '%s' shadows command\n"
7118 msgstr "alias '%s' skygger for en kommando\n"
7159 msgstr "alias '%s' skygger for en kommando\n"
7119
7160
7120 #, python-format
7161 #, python-format
7121 msgid "malformed --config option: %s"
7162 msgid "malformed --config option: %s"
7122 msgstr ""
7163 msgstr ""
7123
7164
7124 #, python-format
7165 #, python-format
7125 msgid "extension '%s' overrides commands: %s\n"
7166 msgid "extension '%s' overrides commands: %s\n"
7126 msgstr "udvidelse '%s' overskriver kommandoer: %s\n"
7167 msgstr "udvidelse '%s' overskriver kommandoer: %s\n"
7127
7168
7128 msgid "Option --config may not be abbreviated!"
7169 msgid "Option --config may not be abbreviated!"
7129 msgstr "Tilvalget --config må ikke forkortes!"
7170 msgstr "Tilvalget --config må ikke forkortes!"
7130
7171
7131 msgid "Option --cwd may not be abbreviated!"
7172 msgid "Option --cwd may not be abbreviated!"
7132 msgstr "Tilvalget --cwd må ikke forkortes!"
7173 msgstr "Tilvalget --cwd må ikke forkortes!"
7133
7174
7134 msgid ""
7175 msgid ""
7135 "Option -R has to be separated from other options (e.g. not -qR) and --"
7176 "Option -R has to be separated from other options (e.g. not -qR) and --"
7136 "repository may only be abbreviated as --repo!"
7177 "repository may only be abbreviated as --repo!"
7137 msgstr ""
7178 msgstr ""
7138 "Tilvalget -R skal adskilles fra andre tilvalg (fx ikke -qR) og --repository "
7179 "Tilvalget -R skal adskilles fra andre tilvalg (fx ikke -qR) og --repository "
7139 "må kun forkortes som --repo!"
7180 "må kun forkortes som --repo!"
7140
7181
7141 #, python-format
7182 #, python-format
7142 msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
7183 msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
7143 msgstr ""
7184 msgstr ""
7144
7185
7145 #, python-format
7186 #, python-format
7146 msgid "repository '%s' is not local"
7187 msgid "repository '%s' is not local"
7147 msgstr "arkiv '%s' er ikke lokalt"
7188 msgstr "arkiv '%s' er ikke lokalt"
7148
7189
7149 msgid "invalid arguments"
7190 msgid "invalid arguments"
7150 msgstr "ugyldige parametre"
7191 msgstr "ugyldige parametre"
7151
7192
7152 #, python-format
7193 #, python-format
7153 msgid "unrecognized profiling format '%s' - Ignored\n"
7194 msgid "unrecognized profiling format '%s' - Ignored\n"
7154 msgstr ""
7195 msgstr ""
7155
7196
7156 msgid ""
7197 msgid ""
7157 "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
7198 "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
7158 "misc/lsprof/"
7199 "misc/lsprof/"
7159 msgstr ""
7200 msgstr ""
7160 "lsprof er ikke tilgængelig - installer fra http://codespeak.net/svn/user/"
7201 "lsprof er ikke tilgængelig - installer fra http://codespeak.net/svn/user/"
7161 "arigo/hack/misc/lsprof/"
7202 "arigo/hack/misc/lsprof/"
7162
7203
7163 #, python-format
7204 #, python-format
7164 msgid "*** failed to import extension %s from %s: %s\n"
7205 msgid "*** failed to import extension %s from %s: %s\n"
7165 msgstr "*** import af udvidelse %s fra %s fejlede: %s\n"
7206 msgstr "*** import af udvidelse %s fra %s fejlede: %s\n"
7166
7207
7167 #, python-format
7208 #, python-format
7168 msgid "*** failed to import extension %s: %s\n"
7209 msgid "*** failed to import extension %s: %s\n"
7169 msgstr "*** import af udvidelse %s fejlede: %s\n"
7210 msgstr "*** import af udvidelse %s fejlede: %s\n"
7170
7211
7171 #, python-format
7212 #, python-format
7172 msgid "couldn't find merge tool %s\n"
7213 msgid "couldn't find merge tool %s\n"
7173 msgstr "kunne ikke finde sammenføjningsværktøj %s\n"
7214 msgstr "kunne ikke finde sammenføjningsværktøj %s\n"
7174
7215
7175 #, python-format
7216 #, python-format
7176 msgid "tool %s can't handle symlinks\n"
7217 msgid "tool %s can't handle symlinks\n"
7177 msgstr "værktøj %s kan ikke håndtere symbolske lænker\n"
7218 msgstr "værktøj %s kan ikke håndtere symbolske lænker\n"
7178
7219
7179 #, python-format
7220 #, python-format
7180 msgid "tool %s can't handle binary\n"
7221 msgid "tool %s can't handle binary\n"
7181 msgstr "værktøj %s kan ikke håndtere binære filer\n"
7222 msgstr "værktøj %s kan ikke håndtere binære filer\n"
7182
7223
7183 #, python-format
7224 #, python-format
7184 msgid "tool %s requires a GUI\n"
7225 msgid "tool %s requires a GUI\n"
7185 msgstr "værktøj %s kræver et GUI\n"
7226 msgstr "værktøj %s kræver et GUI\n"
7186
7227
7187 #, python-format
7228 #, python-format
7188 msgid "picked tool '%s' for %s (binary %s symlink %s)\n"
7229 msgid "picked tool '%s' for %s (binary %s symlink %s)\n"
7189 msgstr "valgte værktøj '%s' til %s (binær %s symbolsk link %s)\n"
7230 msgstr "valgte værktøj '%s' til %s (binær %s symbolsk link %s)\n"
7190
7231
7191 #, python-format
7232 #, python-format
7192 msgid ""
7233 msgid ""
7193 " no tool found to merge %s\n"
7234 " no tool found to merge %s\n"
7194 "keep (l)ocal or take (o)ther?"
7235 "keep (l)ocal or take (o)ther?"
7195 msgstr ""
7236 msgstr ""
7196
7237
7197 msgid "&Local"
7238 msgid "&Local"
7198 msgstr ""
7239 msgstr ""
7199
7240
7200 msgid "&Other"
7241 msgid "&Other"
7201 msgstr ""
7242 msgstr ""
7202
7243
7203 msgid "l"
7244 msgid "l"
7204 msgstr "l"
7245 msgstr "l"
7205
7246
7206 #, python-format
7247 #, python-format
7207 msgid "merging %s and %s to %s\n"
7248 msgid "merging %s and %s to %s\n"
7208 msgstr "føjer %s og %s sammen til %s\n"
7249 msgstr "føjer %s og %s sammen til %s\n"
7209
7250
7210 #, python-format
7251 #, python-format
7211 msgid "merging %s\n"
7252 msgid "merging %s\n"
7212 msgstr "sammenføjer %s\n"
7253 msgstr "sammenføjer %s\n"
7213
7254
7214 #, python-format
7255 #, python-format
7215 msgid "my %s other %s ancestor %s\n"
7256 msgid "my %s other %s ancestor %s\n"
7216 msgstr ""
7257 msgstr ""
7217
7258
7218 msgid " premerge successful\n"
7259 msgid " premerge successful\n"
7219 msgstr "præ-sammenføjning succesfuld\n"
7260 msgstr "præ-sammenføjning succesfuld\n"
7220
7261
7221 #, python-format
7262 #, python-format
7222 msgid ""
7263 msgid ""
7223 " output file %s appears unchanged\n"
7264 " output file %s appears unchanged\n"
7224 "was merge successful (yn)?"
7265 "was merge successful (yn)?"
7225 msgstr ""
7266 msgstr ""
7226
7267
7227 msgid "&No"
7268 msgid "&No"
7228 msgstr ""
7269 msgstr ""
7229
7270
7230 msgid "&Yes"
7271 msgid "&Yes"
7231 msgstr ""
7272 msgstr ""
7232
7273
7233 msgid "n"
7274 msgid "n"
7234 msgstr ""
7275 msgstr ""
7235
7276
7236 #, python-format
7277 #, python-format
7237 msgid "merging %s failed!\n"
7278 msgid "merging %s failed!\n"
7238 msgstr ""
7279 msgstr ""
7239
7280
7240 #, python-format
7281 #, python-format
7241 msgid "Inconsistent state, %s:%s is good and bad"
7282 msgid "Inconsistent state, %s:%s is good and bad"
7242 msgstr ""
7283 msgstr ""
7243
7284
7244 #, python-format
7285 #, python-format
7245 msgid "unknown bisect kind %s"
7286 msgid "unknown bisect kind %s"
7246 msgstr ""
7287 msgstr ""
7247
7288
7289 msgid ""
7290 "\n"
7291 " Mercurial has a mechanism for adding new features through the\n"
7292 " use of extensions. Extensions may bring new commands, or new\n"
7293 " hooks, or change Mercurial's behavior.\n"
7294 "\n"
7295 " Extensions are not loaded by default for a variety of reasons,\n"
7296 " they may be meant for advanced users or provide potentially\n"
7297 " dangerous commands (e.g. mq and rebase allow history to be\n"
7298 " rewritten), they might not be ready for prime-time yet, or\n"
7299 " they may alter Mercurial's behavior. It is thus up to the user\n"
7300 " to activate extensions as desired.\n"
7301 "\n"
7302 " To enable the \"foo\" extension, either shipped with Mercurial\n"
7303 " or in the Python search path, create an entry for it in your\n"
7304 " hgrc, like this:\n"
7305 "\n"
7306 " [extensions]\n"
7307 " foo =\n"
7308 "\n"
7309 " You may also specify the full path to an extension:\n"
7310 "\n"
7311 " [extensions]\n"
7312 " myfeature = ~/.hgext/myfeature.py\n"
7313 "\n"
7314 " To explicitly disable an extension enabled in an hgrc of broader\n"
7315 " scope, prepend its path with !:\n"
7316 "\n"
7317 " [extensions]\n"
7318 " # disabling extension bar residing in /ext/path\n"
7319 " hgext.bar = !/path/to/extension/bar.py\n"
7320 " # ditto, but no path was supplied for extension baz\n"
7321 " hgext.baz = !\n"
7322 " "
7323 msgstr ""
7324
7325 msgid "disabled extensions:"
7326 msgstr "deaktiverede udvidelser:"
7327
7248 msgid "Date Formats"
7328 msgid "Date Formats"
7249 msgstr "Datoformater"
7329 msgstr "Datoformater"
7250
7330
7251 msgid ""
7331 msgid ""
7252 "\n"
7332 "\n"
7253 " Some commands allow the user to specify a date, e.g.:\n"
7333 " Some commands allow the user to specify a date, e.g.:\n"
7254 " * backout, commit, import, tag: Specify the commit date.\n"
7334 " * backout, commit, import, tag: Specify the commit date.\n"
7255 " * log, revert, update: Select revision(s) by date.\n"
7335 " * log, revert, update: Select revision(s) by date.\n"
7256 "\n"
7336 "\n"
7257 " Many date formats are valid. Here are some examples:\n"
7337 " Many date formats are valid. Here are some examples:\n"
7258 "\n"
7338 "\n"
7259 " \"Wed Dec 6 13:18:29 2006\" (local timezone assumed)\n"
7339 " \"Wed Dec 6 13:18:29 2006\" (local timezone assumed)\n"
7260 " \"Dec 6 13:18 -0600\" (year assumed, time offset provided)\n"
7340 " \"Dec 6 13:18 -0600\" (year assumed, time offset provided)\n"
7261 " \"Dec 6 13:18 UTC\" (UTC and GMT are aliases for +0000)\n"
7341 " \"Dec 6 13:18 UTC\" (UTC and GMT are aliases for +0000)\n"
7262 " \"Dec 6\" (midnight)\n"
7342 " \"Dec 6\" (midnight)\n"
7263 " \"13:18\" (today assumed)\n"
7343 " \"13:18\" (today assumed)\n"
7264 " \"3:39\" (3:39AM assumed)\n"
7344 " \"3:39\" (3:39AM assumed)\n"
7265 " \"3:39pm\" (15:39)\n"
7345 " \"3:39pm\" (15:39)\n"
7266 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
7346 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
7267 " \"2006-12-6 13:18\"\n"
7347 " \"2006-12-6 13:18\"\n"
7268 " \"2006-12-6\"\n"
7348 " \"2006-12-6\"\n"
7269 " \"12-6\"\n"
7349 " \"12-6\"\n"
7270 " \"12/6\"\n"
7350 " \"12/6\"\n"
7271 " \"12/6/6\" (Dec 6 2006)\n"
7351 " \"12/6/6\" (Dec 6 2006)\n"
7272 "\n"
7352 "\n"
7273 " Lastly, there is Mercurial's internal format:\n"
7353 " Lastly, there is Mercurial's internal format:\n"
7274 "\n"
7354 "\n"
7275 " \"1165432709 0\" (Wed Dec 6 13:18:29 2006 UTC)\n"
7355 " \"1165432709 0\" (Wed Dec 6 13:18:29 2006 UTC)\n"
7276 "\n"
7356 "\n"
7277 " This is the internal representation format for dates. unixtime is\n"
7357 " This is the internal representation format for dates. unixtime is\n"
7278 " the number of seconds since the epoch (1970-01-01 00:00 UTC).\n"
7358 " the number of seconds since the epoch (1970-01-01 00:00 UTC).\n"
7279 " offset is the offset of the local timezone, in seconds west of UTC\n"
7359 " offset is the offset of the local timezone, in seconds west of UTC\n"
7280 " (negative if the timezone is east of UTC).\n"
7360 " (negative if the timezone is east of UTC).\n"
7281 "\n"
7361 "\n"
7282 " The log command also accepts date ranges:\n"
7362 " The log command also accepts date ranges:\n"
7283 "\n"
7363 "\n"
7284 " \"<{datetime}\" - at or before a given date/time\n"
7364 " \"<{datetime}\" - at or before a given date/time\n"
7285 " \">{datetime}\" - on or after a given date/time\n"
7365 " \">{datetime}\" - on or after a given date/time\n"
7286 " \"{datetime} to {datetime}\" - a date range, inclusive\n"
7366 " \"{datetime} to {datetime}\" - a date range, inclusive\n"
7287 " \"-{days}\" - within a given number of days of today\n"
7367 " \"-{days}\" - within a given number of days of today\n"
7288 " "
7368 " "
7289 msgstr ""
7369 msgstr ""
7290 "\n"
7370 "\n"
7291 " Nogle kommandoer tillader brugeren at specificere en dato, f.eks.:\n"
7371 " Nogle kommandoer tillader brugeren at specificere en dato, f.eks.:\n"
7292 " * backout, commit, import, tag: specificer commit-datoen.\n"
7372 " * backout, commit, import, tag: specificer commit-datoen.\n"
7293 " * log, revert, update: vælg revisioner efter dato.\n"
7373 " * log, revert, update: vælg revisioner efter dato.\n"
7294 "\n"
7374 "\n"
7295 " Der er mange gyldige datoformater. Her er nogle eksempler:\n"
7375 " Der er mange gyldige datoformater. Her er nogle eksempler:\n"
7296 "\n"
7376 "\n"
7297 " \"Wed Dec 6 13:18:29 2006\" (antager lokal tidszone)\n"
7377 " \"Wed Dec 6 13:18:29 2006\" (antager lokal tidszone)\n"
7298 " \"Dec 6 13:18 -0600\" (antager år, tidszone er angivet)\n"
7378 " \"Dec 6 13:18 -0600\" (antager år, tidszone er angivet)\n"
7299 " \"Dec 6 13:18 UTC\" (UTC og GMT er aliaser for +0000)\n"
7379 " \"Dec 6 13:18 UTC\" (UTC og GMT er aliaser for +0000)\n"
7300 " \"Dec 6\" (midnat)\n"
7380 " \"Dec 6\" (midnat)\n"
7301 " \"13:18\" (antager dags dato)\n"
7381 " \"13:18\" (antager dags dato)\n"
7302 " \"3:39\"\n"
7382 " \"3:39\"\n"
7303 " \"3:39pm\" (15:39)\n"
7383 " \"3:39pm\" (15:39)\n"
7304 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
7384 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
7305 " \"2006-12-6 13:18\"\n"
7385 " \"2006-12-6 13:18\"\n"
7306 " \"2006-12-6\"\n"
7386 " \"2006-12-6\"\n"
7307 " \"12-6\"\n"
7387 " \"12-6\"\n"
7308 " \"12/6\"\n"
7388 " \"12/6\"\n"
7309 " \"12/6/6\" (6. dec. 2006)\n"
7389 " \"12/6/6\" (6. dec. 2006)\n"
7310 "\n"
7390 "\n"
7311 " Endelig er der Mercurials interne format:\n"
7391 " Endelig er der Mercurials interne format:\n"
7312 "\n"
7392 "\n"
7313 " \"1165432709 0\" (Ons 6. dec. 13:18:29 2006 UTC)\n"
7393 " \"1165432709 0\" (Ons 6. dec. 13:18:29 2006 UTC)\n"
7314 "\n"
7394 "\n"
7315 " Dette er den interne repræsentation af datoer. unixtime er\n"
7395 " Dette er den interne repræsentation af datoer. unixtime er\n"
7316 " antallet af sekunder siden begyndelsen af epoken (1970-01-01 00:00\n"
7396 " antallet af sekunder siden begyndelsen af epoken (1970-01-01 00:00\n"
7317 " UTC). offset er den lokale tidszone, angivet i antal sekunder vest\n"
7397 " UTC). offset er den lokale tidszone, angivet i antal sekunder vest\n"
7318 " for UTC (negativ hvis tidszonen er øst for UTC).\n"
7398 " for UTC (negativ hvis tidszonen er øst for UTC).\n"
7319 "\n"
7399 "\n"
7320 " Kommandoen log accepterer også datointervaller:\n"
7400 " Kommandoen log accepterer også datointervaller:\n"
7321 "\n"
7401 "\n"
7322 " \"<{date}\" - på eller før den angivne dato/tidspunkt\n"
7402 " \"<{date}\" - på eller før den angivne dato/tidspunkt\n"
7323 " \">{date}\" - på eller efter den angivne dato/tidspunkt\n"
7403 " \">{date}\" - på eller efter den angivne dato/tidspunkt\n"
7324 " \"{date} to {date}\" - et datointerval, inklusiv endepunkterne\n"
7404 " \"{date} to {date}\" - et datointerval, inklusiv endepunkterne\n"
7325 " \"-{days}\" - indenfor et angivet antal dage, fra dags dato\n"
7405 " \"-{days}\" - indenfor et angivet antal dage, fra dags dato\n"
7326 " "
7406 " "
7327
7407
7328 msgid "File Name Patterns"
7408 msgid "File Name Patterns"
7329 msgstr ""
7409 msgstr ""
7330
7410
7331 msgid ""
7411 msgid ""
7332 "\n"
7412 "\n"
7333 " Mercurial accepts several notations for identifying one or more\n"
7413 " Mercurial accepts several notations for identifying one or more\n"
7334 " files at a time.\n"
7414 " files at a time.\n"
7335 "\n"
7415 "\n"
7336 " By default, Mercurial treats filenames as shell-style extended\n"
7416 " By default, Mercurial treats filenames as shell-style extended\n"
7337 " glob patterns.\n"
7417 " glob patterns.\n"
7338 "\n"
7418 "\n"
7339 " Alternate pattern notations must be specified explicitly.\n"
7419 " Alternate pattern notations must be specified explicitly.\n"
7340 "\n"
7420 "\n"
7341 " To use a plain path name without any pattern matching, start it\n"
7421 " To use a plain path name without any pattern matching, start it\n"
7342 " with \"path:\". These path names must completely match starting at\n"
7422 " with \"path:\". These path names must completely match starting at\n"
7343 " the current repository root.\n"
7423 " the current repository root.\n"
7344 "\n"
7424 "\n"
7345 " To use an extended glob, start a name with \"glob:\". Globs are\n"
7425 " To use an extended glob, start a name with \"glob:\". Globs are\n"
7346 " rooted at the current directory; a glob such as \"*.c\" will only\n"
7426 " rooted at the current directory; a glob such as \"*.c\" will only\n"
7347 " match files in the current directory ending with \".c\".\n"
7427 " match files in the current directory ending with \".c\".\n"
7348 "\n"
7428 "\n"
7349 " The supported glob syntax extensions are \"**\" to match any string\n"
7429 " The supported glob syntax extensions are \"**\" to match any string\n"
7350 " across path separators and \"{a,b}\" to mean \"a or b\".\n"
7430 " across path separators and \"{a,b}\" to mean \"a or b\".\n"
7351 "\n"
7431 "\n"
7352 " To use a Perl/Python regular expression, start a name with \"re:\".\n"
7432 " To use a Perl/Python regular expression, start a name with \"re:\".\n"
7353 " Regexp pattern matching is anchored at the root of the repository.\n"
7433 " Regexp pattern matching is anchored at the root of the repository.\n"
7354 "\n"
7434 "\n"
7355 " Plain examples:\n"
7435 " Plain examples:\n"
7356 "\n"
7436 "\n"
7357 " path:foo/bar a name bar in a directory named foo in the root of\n"
7437 " path:foo/bar a name bar in a directory named foo in the root of\n"
7358 " the repository\n"
7438 " the repository\n"
7359 " path:path:name a file or directory named \"path:name\"\n"
7439 " path:path:name a file or directory named \"path:name\"\n"
7360 "\n"
7440 "\n"
7361 " Glob examples:\n"
7441 " Glob examples:\n"
7362 "\n"
7442 "\n"
7363 " glob:*.c any name ending in \".c\" in the current directory\n"
7443 " glob:*.c any name ending in \".c\" in the current directory\n"
7364 " *.c any name ending in \".c\" in the current directory\n"
7444 " *.c any name ending in \".c\" in the current directory\n"
7365 " **.c any name ending in \".c\" in any subdirectory of the\n"
7445 " **.c any name ending in \".c\" in any subdirectory of the\n"
7366 " current directory including itself.\n"
7446 " current directory including itself.\n"
7367 " foo/*.c any name ending in \".c\" in the directory foo\n"
7447 " foo/*.c any name ending in \".c\" in the directory foo\n"
7368 " foo/**.c any name ending in \".c\" in any subdirectory of foo\n"
7448 " foo/**.c any name ending in \".c\" in any subdirectory of foo\n"
7369 " including itself.\n"
7449 " including itself.\n"
7370 "\n"
7450 "\n"
7371 " Regexp examples:\n"
7451 " Regexp examples:\n"
7372 "\n"
7452 "\n"
7373 " re:.*\\.c$ any name ending in \".c\", anywhere in the repository\n"
7453 " re:.*\\.c$ any name ending in \".c\", anywhere in the repository\n"
7374 "\n"
7454 "\n"
7375 " "
7455 " "
7376 msgstr ""
7456 msgstr ""
7377
7457
7378 msgid "Environment Variables"
7458 msgid "Environment Variables"
7379 msgstr "Miljøvariable"
7459 msgstr "Miljøvariable"
7380
7460
7381 msgid ""
7461 msgid ""
7382 "\n"
7462 "\n"
7383 "HG::\n"
7463 "HG::\n"
7384 " Path to the 'hg' executable, automatically passed when running\n"
7464 " Path to the 'hg' executable, automatically passed when running\n"
7385 " hooks, extensions or external tools. If unset or empty, this is\n"
7465 " hooks, extensions or external tools. If unset or empty, this is\n"
7386 " the hg executable's name if it's frozen, or an executable named\n"
7466 " the hg executable's name if it's frozen, or an executable named\n"
7387 " 'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
7467 " 'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
7388 " Windows) is searched.\n"
7468 " Windows) is searched.\n"
7389 "\n"
7469 "\n"
7390 "HGEDITOR::\n"
7470 "HGEDITOR::\n"
7391 " This is the name of the editor to run when committing. See EDITOR.\n"
7471 " This is the name of the editor to run when committing. See EDITOR.\n"
7392 "\n"
7472 "\n"
7393 " (deprecated, use .hgrc)\n"
7473 " (deprecated, use .hgrc)\n"
7394 "\n"
7474 "\n"
7395 "HGENCODING::\n"
7475 "HGENCODING::\n"
7396 " This overrides the default locale setting detected by Mercurial.\n"
7476 " This overrides the default locale setting detected by Mercurial.\n"
7397 " This setting is used to convert data including usernames,\n"
7477 " This setting is used to convert data including usernames,\n"
7398 " changeset descriptions, tag names, and branches. This setting can\n"
7478 " changeset descriptions, tag names, and branches. This setting can\n"
7399 " be overridden with the --encoding command-line option.\n"
7479 " be overridden with the --encoding command-line option.\n"
7400 "\n"
7480 "\n"
7401 "HGENCODINGMODE::\n"
7481 "HGENCODINGMODE::\n"
7402 " This sets Mercurial's behavior for handling unknown characters\n"
7482 " This sets Mercurial's behavior for handling unknown characters\n"
7403 " while transcoding user input. The default is \"strict\", which\n"
7483 " while transcoding user input. The default is \"strict\", which\n"
7404 " causes Mercurial to abort if it can't map a character. Other\n"
7484 " causes Mercurial to abort if it can't map a character. Other\n"
7405 " settings include \"replace\", which replaces unknown characters, and\n"
7485 " settings include \"replace\", which replaces unknown characters, and\n"
7406 " \"ignore\", which drops them. This setting can be overridden with\n"
7486 " \"ignore\", which drops them. This setting can be overridden with\n"
7407 " the --encodingmode command-line option.\n"
7487 " the --encodingmode command-line option.\n"
7408 "\n"
7488 "\n"
7409 "HGMERGE::\n"
7489 "HGMERGE::\n"
7410 " An executable to use for resolving merge conflicts. The program\n"
7490 " An executable to use for resolving merge conflicts. The program\n"
7411 " will be executed with three arguments: local file, remote file,\n"
7491 " will be executed with three arguments: local file, remote file,\n"
7412 " ancestor file.\n"
7492 " ancestor file.\n"
7413 "\n"
7493 "\n"
7414 " (deprecated, use .hgrc)\n"
7494 " (deprecated, use .hgrc)\n"
7415 "\n"
7495 "\n"
7416 "HGRCPATH::\n"
7496 "HGRCPATH::\n"
7417 " A list of files or directories to search for hgrc files. Item\n"
7497 " A list of files or directories to search for hgrc files. Item\n"
7418 " separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
7498 " separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
7419 " platform default search path is used. If empty, only the .hg/hgrc\n"
7499 " platform default search path is used. If empty, only the .hg/hgrc\n"
7420 " from the current repository is read.\n"
7500 " from the current repository is read.\n"
7421 "\n"
7501 "\n"
7422 " For each element in HGRCPATH:\n"
7502 " For each element in HGRCPATH:\n"
7423 " * if it's a directory, all files ending with .rc are added\n"
7503 " * if it's a directory, all files ending with .rc are added\n"
7424 " * otherwise, the file itself will be added\n"
7504 " * otherwise, the file itself will be added\n"
7425 "\n"
7505 "\n"
7426 "HGUSER::\n"
7506 "HGUSER::\n"
7427 " This is the string used as the author of a commit. If not set,\n"
7507 " This is the string used as the author of a commit. If not set,\n"
7428 " available values will be considered in this order:\n"
7508 " available values will be considered in this order:\n"
7429 "\n"
7509 "\n"
7430 " * HGUSER (deprecated)\n"
7510 " * HGUSER (deprecated)\n"
7431 " * hgrc files from the HGRCPATH\n"
7511 " * hgrc files from the HGRCPATH\n"
7432 " * EMAIL\n"
7512 " * EMAIL\n"
7433 " * interactive prompt\n"
7513 " * interactive prompt\n"
7434 " * LOGNAME (with '@hostname' appended)\n"
7514 " * LOGNAME (with '@hostname' appended)\n"
7435 "\n"
7515 "\n"
7436 " (deprecated, use .hgrc)\n"
7516 " (deprecated, use .hgrc)\n"
7437 "\n"
7517 "\n"
7438 "EMAIL::\n"
7518 "EMAIL::\n"
7439 " May be used as the author of a commit; see HGUSER.\n"
7519 " May be used as the author of a commit; see HGUSER.\n"
7440 "\n"
7520 "\n"
7441 "LOGNAME::\n"
7521 "LOGNAME::\n"
7442 " May be used as the author of a commit; see HGUSER.\n"
7522 " May be used as the author of a commit; see HGUSER.\n"
7443 "\n"
7523 "\n"
7444 "VISUAL::\n"
7524 "VISUAL::\n"
7445 " This is the name of the editor to use when committing. See EDITOR.\n"
7525 " This is the name of the editor to use when committing. See EDITOR.\n"
7446 "\n"
7526 "\n"
7447 "EDITOR::\n"
7527 "EDITOR::\n"
7448 " Sometimes Mercurial needs to open a text file in an editor for a\n"
7528 " Sometimes Mercurial needs to open a text file in an editor for a\n"
7449 " user to modify, for example when writing commit messages. The\n"
7529 " user to modify, for example when writing commit messages. The\n"
7450 " editor it uses is determined by looking at the environment\n"
7530 " editor it uses is determined by looking at the environment\n"
7451 " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
7531 " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
7452 " non-empty one is chosen. If all of them are empty, the editor\n"
7532 " non-empty one is chosen. If all of them are empty, the editor\n"
7453 " defaults to 'vi'.\n"
7533 " defaults to 'vi'.\n"
7454 "\n"
7534 "\n"
7455 "PYTHONPATH::\n"
7535 "PYTHONPATH::\n"
7456 " This is used by Python to find imported modules and may need to be\n"
7536 " This is used by Python to find imported modules and may need to be\n"
7457 " set appropriately if this Mercurial is not installed system-wide.\n"
7537 " set appropriately if this Mercurial is not installed system-wide.\n"
7458 " "
7538 " "
7459 msgstr ""
7539 msgstr ""
7460
7540
7461 msgid "Specifying Single Revisions"
7541 msgid "Specifying Single Revisions"
7462 msgstr "Angivning af en enkelt revision"
7542 msgstr "Angivning af en enkelt revision"
7463
7543
7464 msgid ""
7544 msgid ""
7465 "\n"
7545 "\n"
7466 " Mercurial supports several ways to specify individual revisions.\n"
7546 " Mercurial supports several ways to specify individual revisions.\n"
7467 "\n"
7547 "\n"
7468 " A plain integer is treated as a revision number. Negative integers\n"
7548 " A plain integer is treated as a revision number. Negative integers\n"
7469 " are treated as topological offsets from the tip, with -1 denoting\n"
7549 " are treated as topological offsets from the tip, with -1 denoting\n"
7470 " the tip. As such, negative numbers are only useful if you've\n"
7550 " the tip. As such, negative numbers are only useful if you've\n"
7471 " memorized your local tree numbers and want to save typing a single\n"
7551 " memorized your local tree numbers and want to save typing a single\n"
7472 " digit. This editor suggests copy and paste.\n"
7552 " digit. This editor suggests copy and paste.\n"
7473 "\n"
7553 "\n"
7474 " A 40-digit hexadecimal string is treated as a unique revision\n"
7554 " A 40-digit hexadecimal string is treated as a unique revision\n"
7475 " identifier.\n"
7555 " identifier.\n"
7476 "\n"
7556 "\n"
7477 " A hexadecimal string less than 40 characters long is treated as a\n"
7557 " A hexadecimal string less than 40 characters long is treated as a\n"
7478 " unique revision identifier, and referred to as a short-form\n"
7558 " unique revision identifier, and referred to as a short-form\n"
7479 " identifier. A short-form identifier is only valid if it is the\n"
7559 " identifier. A short-form identifier is only valid if it is the\n"
7480 " prefix of exactly one full-length identifier.\n"
7560 " prefix of exactly one full-length identifier.\n"
7481 "\n"
7561 "\n"
7482 " Any other string is treated as a tag name, which is a symbolic\n"
7562 " Any other string is treated as a tag name, which is a symbolic\n"
7483 " name associated with a revision identifier. Tag names may not\n"
7563 " name associated with a revision identifier. Tag names may not\n"
7484 " contain the \":\" character.\n"
7564 " contain the \":\" character.\n"
7485 "\n"
7565 "\n"
7486 " The reserved name \"tip\" is a special tag that always identifies\n"
7566 " The reserved name \"tip\" is a special tag that always identifies\n"
7487 " the most recent revision.\n"
7567 " the most recent revision.\n"
7488 "\n"
7568 "\n"
7489 " The reserved name \"null\" indicates the null revision. This is the\n"
7569 " The reserved name \"null\" indicates the null revision. This is the\n"
7490 " revision of an empty repository, and the parent of revision 0.\n"
7570 " revision of an empty repository, and the parent of revision 0.\n"
7491 "\n"
7571 "\n"
7492 " The reserved name \".\" indicates the working directory parent. If\n"
7572 " The reserved name \".\" indicates the working directory parent. If\n"
7493 " no working directory is checked out, it is equivalent to null. If\n"
7573 " no working directory is checked out, it is equivalent to null. If\n"
7494 " an uncommitted merge is in progress, \".\" is the revision of the\n"
7574 " an uncommitted merge is in progress, \".\" is the revision of the\n"
7495 " first parent.\n"
7575 " first parent.\n"
7496 " "
7576 " "
7497 msgstr ""
7577 msgstr ""
7498
7578
7499 msgid "Specifying Multiple Revisions"
7579 msgid "Specifying Multiple Revisions"
7500 msgstr "Angivning af flere revisioner"
7580 msgstr "Angivning af flere revisioner"
7501
7581
7502 msgid ""
7582 msgid ""
7503 "\n"
7583 "\n"
7504 " When Mercurial accepts more than one revision, they may be\n"
7584 " When Mercurial accepts more than one revision, they may be\n"
7505 " specified individually, or provided as a topologically continuous\n"
7585 " specified individually, or provided as a topologically continuous\n"
7506 " range, separated by the \":\" character.\n"
7586 " range, separated by the \":\" character.\n"
7507 "\n"
7587 "\n"
7508 " The syntax of range notation is [BEGIN]:[END], where BEGIN and END\n"
7588 " The syntax of range notation is [BEGIN]:[END], where BEGIN and END\n"
7509 " are revision identifiers. Both BEGIN and END are optional. If\n"
7589 " are revision identifiers. Both BEGIN and END are optional. If\n"
7510 " BEGIN is not specified, it defaults to revision number 0. If END\n"
7590 " BEGIN is not specified, it defaults to revision number 0. If END\n"
7511 " is not specified, it defaults to the tip. The range \":\" thus means\n"
7591 " is not specified, it defaults to the tip. The range \":\" thus means\n"
7512 " \"all revisions\".\n"
7592 " \"all revisions\".\n"
7513 "\n"
7593 "\n"
7514 " If BEGIN is greater than END, revisions are treated in reverse\n"
7594 " If BEGIN is greater than END, revisions are treated in reverse\n"
7515 " order.\n"
7595 " order.\n"
7516 "\n"
7596 "\n"
7517 " A range acts as a closed interval. This means that a range of 3:5\n"
7597 " A range acts as a closed interval. This means that a range of 3:5\n"
7518 " gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
7598 " gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
7519 " "
7599 " "
7520 msgstr ""
7600 msgstr ""
7521
7601
7522 msgid "Diff Formats"
7602 msgid "Diff Formats"
7523 msgstr ""
7603 msgstr ""
7524
7604
7525 msgid ""
7605 msgid ""
7526 "\n"
7606 "\n"
7527 " Mercurial's default format for showing changes between two\n"
7607 " Mercurial's default format for showing changes between two\n"
7528 " versions of a file is compatible with the unified format of GNU\n"
7608 " versions of a file is compatible with the unified format of GNU\n"
7529 " diff, which can be used by GNU patch and many other standard\n"
7609 " diff, which can be used by GNU patch and many other standard\n"
7530 " tools.\n"
7610 " tools.\n"
7531 "\n"
7611 "\n"
7532 " While this standard format is often enough, it does not encode the\n"
7612 " While this standard format is often enough, it does not encode the\n"
7533 " following information:\n"
7613 " following information:\n"
7534 "\n"
7614 "\n"
7535 " - executable status and other permission bits\n"
7615 " - executable status and other permission bits\n"
7536 " - copy or rename information\n"
7616 " - copy or rename information\n"
7537 " - changes in binary files\n"
7617 " - changes in binary files\n"
7538 " - creation or deletion of empty files\n"
7618 " - creation or deletion of empty files\n"
7539 "\n"
7619 "\n"
7540 " Mercurial also supports the extended diff format from the git VCS\n"
7620 " Mercurial also supports the extended diff format from the git VCS\n"
7541 " which addresses these limitations. The git diff format is not\n"
7621 " which addresses these limitations. The git diff format is not\n"
7542 " produced by default because a few widespread tools still do not\n"
7622 " produced by default because a few widespread tools still do not\n"
7543 " understand this format.\n"
7623 " understand this format.\n"
7544 "\n"
7624 "\n"
7545 " This means that when generating diffs from a Mercurial repository\n"
7625 " This means that when generating diffs from a Mercurial repository\n"
7546 " (e.g. with \"hg export\"), you should be careful about things like\n"
7626 " (e.g. with \"hg export\"), you should be careful about things like\n"
7547 " file copies and renames or other things mentioned above, because\n"
7627 " file copies and renames or other things mentioned above, because\n"
7548 " when applying a standard diff to a different repository, this\n"
7628 " when applying a standard diff to a different repository, this\n"
7549 " extra information is lost. Mercurial's internal operations (like\n"
7629 " extra information is lost. Mercurial's internal operations (like\n"
7550 " push and pull) are not affected by this, because they use an\n"
7630 " push and pull) are not affected by this, because they use an\n"
7551 " internal binary format for communicating changes.\n"
7631 " internal binary format for communicating changes.\n"
7552 "\n"
7632 "\n"
7553 " To make Mercurial produce the git extended diff format, use the\n"
7633 " To make Mercurial produce the git extended diff format, use the\n"
7554 " --git option available for many commands, or set 'git = True' in\n"
7634 " --git option available for many commands, or set 'git = True' in\n"
7555 " the [diff] section of your hgrc. You do not need to set this\n"
7635 " the [diff] section of your hgrc. You do not need to set this\n"
7556 " option when importing diffs in this format or using them in the mq\n"
7636 " option when importing diffs in this format or using them in the mq\n"
7557 " extension.\n"
7637 " extension.\n"
7558 " "
7638 " "
7559 msgstr ""
7639 msgstr ""
7560
7640
7561 msgid "Template Usage"
7641 msgid "Template Usage"
7562 msgstr ""
7642 msgstr ""
7563
7643
7564 msgid ""
7644 msgid ""
7565 "\n"
7645 "\n"
7566 " Mercurial allows you to customize output of commands through\n"
7646 " Mercurial allows you to customize output of commands through\n"
7567 " templates. You can either pass in a template from the command\n"
7647 " templates. You can either pass in a template from the command\n"
7568 " line, via the --template option, or select an existing\n"
7648 " line, via the --template option, or select an existing\n"
7569 " template-style (--style).\n"
7649 " template-style (--style).\n"
7570 "\n"
7650 "\n"
7571 " You can customize output for any \"log-like\" command: log,\n"
7651 " You can customize output for any \"log-like\" command: log,\n"
7572 " outgoing, incoming, tip, parents, heads and glog.\n"
7652 " outgoing, incoming, tip, parents, heads and glog.\n"
7573 "\n"
7653 "\n"
7574 " Three styles are packaged with Mercurial: default (the style used\n"
7654 " Three styles are packaged with Mercurial: default (the style used\n"
7575 " when no explicit preference is passed), compact and changelog.\n"
7655 " when no explicit preference is passed), compact and changelog.\n"
7576 " Usage:\n"
7656 " Usage:\n"
7577 "\n"
7657 "\n"
7578 " $ hg log -r1 --style changelog\n"
7658 " $ hg log -r1 --style changelog\n"
7579 "\n"
7659 "\n"
7580 " A template is a piece of text, with markup to invoke variable\n"
7660 " A template is a piece of text, with markup to invoke variable\n"
7581 " expansion:\n"
7661 " expansion:\n"
7582 "\n"
7662 "\n"
7583 " $ hg log -r1 --template \"{node}\\n\"\n"
7663 " $ hg log -r1 --template \"{node}\\n\"\n"
7584 " b56ce7b07c52de7d5fd79fb89701ea538af65746\n"
7664 " b56ce7b07c52de7d5fd79fb89701ea538af65746\n"
7585 "\n"
7665 "\n"
7586 " Strings in curly braces are called keywords. The availability of\n"
7666 " Strings in curly braces are called keywords. The availability of\n"
7587 " keywords depends on the exact context of the templater. These\n"
7667 " keywords depends on the exact context of the templater. These\n"
7588 " keywords are usually available for templating a log-like command:\n"
7668 " keywords are usually available for templating a log-like command:\n"
7589 "\n"
7669 "\n"
7590 " - author: String. The unmodified author of the changeset.\n"
7670 " - author: String. The unmodified author of the changeset.\n"
7591 " - branches: String. The name of the branch on which the changeset\n"
7671 " - branches: String. The name of the branch on which the changeset\n"
7592 " was committed. Will be empty if the branch name was default.\n"
7672 " was committed. Will be empty if the branch name was default.\n"
7593 " - date: Date information. The date when the changeset was committed.\n"
7673 " - date: Date information. The date when the changeset was committed.\n"
7594 " - desc: String. The text of the changeset description.\n"
7674 " - desc: String. The text of the changeset description.\n"
7595 " - diffstat: String. Statistics of changes with the following\n"
7675 " - diffstat: String. Statistics of changes with the following\n"
7596 " format: \"modified files: +added/-removed lines\"\n"
7676 " format: \"modified files: +added/-removed lines\"\n"
7597 " - files: List of strings. All files modified, added, or removed by\n"
7677 " - files: List of strings. All files modified, added, or removed by\n"
7598 " this changeset.\n"
7678 " this changeset.\n"
7599 " - file_adds: List of strings. Files added by this changeset.\n"
7679 " - file_adds: List of strings. Files added by this changeset.\n"
7600 " - file_mods: List of strings. Files modified by this changeset.\n"
7680 " - file_mods: List of strings. Files modified by this changeset.\n"
7601 " - file_dels: List of strings. Files removed by this changeset.\n"
7681 " - file_dels: List of strings. Files removed by this changeset.\n"
7602 " - node: String. The changeset identification hash, as a\n"
7682 " - node: String. The changeset identification hash, as a\n"
7603 " 40-character hexadecimal string.\n"
7683 " 40-character hexadecimal string.\n"
7604 " - parents: List of strings. The parents of the changeset.\n"
7684 " - parents: List of strings. The parents of the changeset.\n"
7605 " - rev: Integer. The repository-local changeset revision number.\n"
7685 " - rev: Integer. The repository-local changeset revision number.\n"
7606 " - tags: List of strings. Any tags associated with the changeset.\n"
7686 " - tags: List of strings. Any tags associated with the changeset.\n"
7607 "\n"
7687 "\n"
7608 " The \"date\" keyword does not produce human-readable output. If you\n"
7688 " The \"date\" keyword does not produce human-readable output. If you\n"
7609 " want to use a date in your output, you can use a filter to process\n"
7689 " want to use a date in your output, you can use a filter to process\n"
7610 " it. Filters are functions which return a string based on the input\n"
7690 " it. Filters are functions which return a string based on the input\n"
7611 " variable. You can also use a chain of filters to get the desired\n"
7691 " variable. You can also use a chain of filters to get the desired\n"
7612 " output:\n"
7692 " output:\n"
7613 "\n"
7693 "\n"
7614 " $ hg tip --template \"{date|isodate}\\n\"\n"
7694 " $ hg tip --template \"{date|isodate}\\n\"\n"
7615 " 2008-08-21 18:22 +0000\n"
7695 " 2008-08-21 18:22 +0000\n"
7616 "\n"
7696 "\n"
7617 " List of filters:\n"
7697 " List of filters:\n"
7618 "\n"
7698 "\n"
7619 " - addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
7699 " - addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
7620 " every line except the last.\n"
7700 " every line except the last.\n"
7621 " - age: Date. Returns a human-readable date/time difference between\n"
7701 " - age: Date. Returns a human-readable date/time difference between\n"
7622 " the given date/time and the current date/time.\n"
7702 " the given date/time and the current date/time.\n"
7623 " - basename: Any text. Treats the text as a path, and returns the\n"
7703 " - basename: Any text. Treats the text as a path, and returns the\n"
7624 " last component of the path after splitting by the path\n"
7704 " last component of the path after splitting by the path\n"
7625 " separator (ignoring trailing separators). For example,\n"
7705 " separator (ignoring trailing separators). For example,\n"
7626 " \"foo/bar/baz\" becomes \"baz\" and \"foo/bar//\" becomes \"bar"
7706 " \"foo/bar/baz\" becomes \"baz\" and \"foo/bar//\" becomes \"bar"
7627 "\".\n"
7707 "\".\n"
7628 " - stripdir: Treat the text as path and strip a directory level, if\n"
7708 " - stripdir: Treat the text as path and strip a directory level, if\n"
7629 " possible. For example, \"foo\" and \"foo/bar\" becomes \"foo\".\n"
7709 " possible. For example, \"foo\" and \"foo/bar\" becomes \"foo\".\n"
7630 " - date: Date. Returns a date in a Unix date format, including\n"
7710 " - date: Date. Returns a date in a Unix date format, including\n"
7631 " the timezone: \"Mon Sep 04 15:13:13 2006 0700\".\n"
7711 " the timezone: \"Mon Sep 04 15:13:13 2006 0700\".\n"
7632 " - domain: Any text. Finds the first string that looks like an\n"
7712 " - domain: Any text. Finds the first string that looks like an\n"
7633 " email address, and extracts just the domain component.\n"
7713 " email address, and extracts just the domain component.\n"
7634 " Example: 'User <user@example.com>' becomes 'example.com'.\n"
7714 " Example: 'User <user@example.com>' becomes 'example.com'.\n"
7635 " - email: Any text. Extracts the first string that looks like an\n"
7715 " - email: Any text. Extracts the first string that looks like an\n"
7636 " email address. Example: 'User <user@example.com>' becomes\n"
7716 " email address. Example: 'User <user@example.com>' becomes\n"
7637 " 'user@example.com'.\n"
7717 " 'user@example.com'.\n"
7638 " - escape: Any text. Replaces the special XML/XHTML characters \"&\",\n"
7718 " - escape: Any text. Replaces the special XML/XHTML characters \"&\",\n"
7639 " \"<\" and \">\" with XML entities.\n"
7719 " \"<\" and \">\" with XML entities.\n"
7640 " - fill68: Any text. Wraps the text to fit in 68 columns.\n"
7720 " - fill68: Any text. Wraps the text to fit in 68 columns.\n"
7641 " - fill76: Any text. Wraps the text to fit in 76 columns.\n"
7721 " - fill76: Any text. Wraps the text to fit in 76 columns.\n"
7642 " - firstline: Any text. Returns the first line of text.\n"
7722 " - firstline: Any text. Returns the first line of text.\n"
7643 " - nonempty: Any text. Returns '(none)' if the string is empty.\n"
7723 " - nonempty: Any text. Returns '(none)' if the string is empty.\n"
7644 " - hgdate: Date. Returns the date as a pair of numbers:\n"
7724 " - hgdate: Date. Returns the date as a pair of numbers:\n"
7645 " \"1157407993 25200\" (Unix timestamp, timezone offset).\n"
7725 " \"1157407993 25200\" (Unix timestamp, timezone offset).\n"
7646 " - isodate: Date. Returns the date in ISO 8601 format.\n"
7726 " - isodate: Date. Returns the date in ISO 8601 format.\n"
7647 " - localdate: Date. Converts a date to local date.\n"
7727 " - localdate: Date. Converts a date to local date.\n"
7648 " - obfuscate: Any text. Returns the input text rendered as a\n"
7728 " - obfuscate: Any text. Returns the input text rendered as a\n"
7649 " sequence of XML entities.\n"
7729 " sequence of XML entities.\n"
7650 " - person: Any text. Returns the text before an email address.\n"
7730 " - person: Any text. Returns the text before an email address.\n"
7651 " - rfc822date: Date. Returns a date using the same format used\n"
7731 " - rfc822date: Date. Returns a date using the same format used\n"
7652 " in email headers.\n"
7732 " in email headers.\n"
7653 " - short: Changeset hash. Returns the short form of a changeset\n"
7733 " - short: Changeset hash. Returns the short form of a changeset\n"
7654 " hash, i.e. a 12-byte hexadecimal string.\n"
7734 " hash, i.e. a 12-byte hexadecimal string.\n"
7655 " - shortdate: Date. Returns a date like \"2006-09-18\".\n"
7735 " - shortdate: Date. Returns a date like \"2006-09-18\".\n"
7656 " - strip: Any text. Strips all leading and trailing whitespace.\n"
7736 " - strip: Any text. Strips all leading and trailing whitespace.\n"
7657 " - tabindent: Any text. Returns the text, with every line except\n"
7737 " - tabindent: Any text. Returns the text, with every line except\n"
7658 " the first starting with a tab character.\n"
7738 " the first starting with a tab character.\n"
7659 " - urlescape: Any text. Escapes all \"special\" characters. For\n"
7739 " - urlescape: Any text. Escapes all \"special\" characters. For\n"
7660 " example, \"foo bar\" becomes \"foo%20bar\".\n"
7740 " example, \"foo bar\" becomes \"foo%20bar\".\n"
7661 " - user: Any text. Returns the user portion of an email address.\n"
7741 " - user: Any text. Returns the user portion of an email address.\n"
7662 " "
7742 " "
7663 msgstr ""
7743 msgstr ""
7664
7744
7665 msgid "URL Paths"
7745 msgid "URL Paths"
7666 msgstr "URL-stier"
7746 msgstr "URL-stier"
7667
7747
7668 msgid ""
7748 msgid ""
7669 "\n"
7749 "\n"
7670 " Valid URLs are of the form:\n"
7750 " Valid URLs are of the form:\n"
7671 "\n"
7751 "\n"
7672 " local/filesystem/path (or file://local/filesystem/path)\n"
7752 " local/filesystem/path (or file://local/filesystem/path)\n"
7673 " http://[user[:pass]@]host[:port]/[path]\n"
7753 " http://[user[:pass]@]host[:port]/[path]\n"
7674 " https://[user[:pass]@]host[:port]/[path]\n"
7754 " https://[user[:pass]@]host[:port]/[path]\n"
7675 " ssh://[user[:pass]@]host[:port]/[path]\n"
7755 " ssh://[user[:pass]@]host[:port]/[path]\n"
7676 "\n"
7756 "\n"
7677 " Paths in the local filesystem can either point to Mercurial\n"
7757 " Paths in the local filesystem can either point to Mercurial\n"
7678 " repositories or to bundle files (as created by 'hg bundle' or\n"
7758 " repositories or to bundle files (as created by 'hg bundle' or\n"
7679 " 'hg incoming --bundle').\n"
7759 " 'hg incoming --bundle').\n"
7680 "\n"
7760 "\n"
7681 " An optional identifier after # indicates a particular branch, tag,\n"
7761 " An optional identifier after # indicates a particular branch, tag,\n"
7682 " or changeset to use from the remote repository.\n"
7762 " or changeset to use from the remote repository.\n"
7683 "\n"
7763 "\n"
7684 " Some features, such as pushing to http:// and https:// URLs are\n"
7764 " Some features, such as pushing to http:// and https:// URLs are\n"
7685 " only possible if the feature is explicitly enabled on the remote\n"
7765 " only possible if the feature is explicitly enabled on the remote\n"
7686 " Mercurial server.\n"
7766 " Mercurial server.\n"
7687 "\n"
7767 "\n"
7688 " Some notes about using SSH with Mercurial:\n"
7768 " Some notes about using SSH with Mercurial:\n"
7689 " - SSH requires an accessible shell account on the destination\n"
7769 " - SSH requires an accessible shell account on the destination\n"
7690 " machine and a copy of hg in the remote path or specified with as\n"
7770 " machine and a copy of hg in the remote path or specified with as\n"
7691 " remotecmd.\n"
7771 " remotecmd.\n"
7692 " - path is relative to the remote user's home directory by default.\n"
7772 " - path is relative to the remote user's home directory by default.\n"
7693 " Use an extra slash at the start of a path to specify an absolute "
7773 " Use an extra slash at the start of a path to specify an absolute "
7694 "path:\n"
7774 "path:\n"
7695 " ssh://example.com//tmp/repository\n"
7775 " ssh://example.com//tmp/repository\n"
7696 " - Mercurial doesn't use its own compression via SSH; the right\n"
7776 " - Mercurial doesn't use its own compression via SSH; the right\n"
7697 " thing to do is to configure it in your ~/.ssh/config, e.g.:\n"
7777 " thing to do is to configure it in your ~/.ssh/config, e.g.:\n"
7698 " Host *.mylocalnetwork.example.com\n"
7778 " Host *.mylocalnetwork.example.com\n"
7699 " Compression no\n"
7779 " Compression no\n"
7700 " Host *\n"
7780 " Host *\n"
7701 " Compression yes\n"
7781 " Compression yes\n"
7702 " Alternatively specify \"ssh -C\" as your ssh command in your hgrc\n"
7782 " Alternatively specify \"ssh -C\" as your ssh command in your hgrc\n"
7703 " or with the --ssh command line option.\n"
7783 " or with the --ssh command line option.\n"
7704 "\n"
7784 "\n"
7705 " These URLs can all be stored in your hgrc with path aliases under\n"
7785 " These URLs can all be stored in your hgrc with path aliases under\n"
7706 " the [paths] section like so:\n"
7786 " the [paths] section like so:\n"
7707 " [paths]\n"
7787 " [paths]\n"
7708 " alias1 = URL1\n"
7788 " alias1 = URL1\n"
7709 " alias2 = URL2\n"
7789 " alias2 = URL2\n"
7710 " ...\n"
7790 " ...\n"
7711 "\n"
7791 "\n"
7712 " You can then use the alias for any command that uses a URL (for\n"
7792 " You can then use the alias for any command that uses a URL (for\n"
7713 " example 'hg pull alias1' would pull from the 'alias1' path).\n"
7793 " example 'hg pull alias1' would pull from the 'alias1' path).\n"
7714 "\n"
7794 "\n"
7715 " Two path aliases are special because they are used as defaults\n"
7795 " Two path aliases are special because they are used as defaults\n"
7716 " when you do not provide the URL to a command:\n"
7796 " when you do not provide the URL to a command:\n"
7717 "\n"
7797 "\n"
7718 " default:\n"
7798 " default:\n"
7719 " When you create a repository with hg clone, the clone command\n"
7799 " When you create a repository with hg clone, the clone command\n"
7720 " saves the location of the source repository as the new\n"
7800 " saves the location of the source repository as the new\n"
7721 " repository's 'default' path. This is then used when you omit\n"
7801 " repository's 'default' path. This is then used when you omit\n"
7722 " path from push- and pull-like commands (including incoming and\n"
7802 " path from push- and pull-like commands (including incoming and\n"
7723 " outgoing).\n"
7803 " outgoing).\n"
7724 "\n"
7804 "\n"
7725 " default-push:\n"
7805 " default-push:\n"
7726 " The push command will look for a path named 'default-push', and\n"
7806 " The push command will look for a path named 'default-push', and\n"
7727 " prefer it over 'default' if both are defined.\n"
7807 " prefer it over 'default' if both are defined.\n"
7728 " "
7808 " "
7729 msgstr ""
7809 msgstr ""
7730
7810
7811 msgid "Using additional features"
7812 msgstr "Brug af yderligere funktioner"
7813
7731 msgid "can only share local repositories"
7814 msgid "can only share local repositories"
7732 msgstr ""
7815 msgstr ""
7733
7816
7734 msgid "destination already exists"
7817 msgid "destination already exists"
7735 msgstr "destinationen eksisterer allerede"
7818 msgstr "destinationen eksisterer allerede"
7736
7819
7737 msgid "updating working directory\n"
7820 msgid "updating working directory\n"
7738 msgstr "opdaterer arbejdskatalog\n"
7821 msgstr "opdaterer arbejdskatalog\n"
7739
7822
7740 #, python-format
7823 #, python-format
7741 msgid "destination directory: %s\n"
7824 msgid "destination directory: %s\n"
7742 msgstr ""
7825 msgstr ""
7743
7826
7744 #, python-format
7827 #, python-format
7745 msgid "destination '%s' already exists"
7828 msgid "destination '%s' already exists"
7746 msgstr ""
7829 msgstr ""
7747
7830
7748 #, python-format
7831 #, python-format
7749 msgid "destination '%s' is not empty"
7832 msgid "destination '%s' is not empty"
7750 msgstr ""
7833 msgstr ""
7751
7834
7752 msgid ""
7835 msgid ""
7753 "src repository does not support revision lookup and so doesn't support clone "
7836 "src repository does not support revision lookup and so doesn't support clone "
7754 "by revision"
7837 "by revision"
7755 msgstr ""
7838 msgstr ""
7756
7839
7757 msgid "clone from remote to remote not supported"
7840 msgid "clone from remote to remote not supported"
7758 msgstr ""
7841 msgstr ""
7759
7842
7760 msgid "updated"
7843 msgid "updated"
7761 msgstr "opdateret"
7844 msgstr "opdateret"
7762
7845
7763 msgid "merged"
7846 msgid "merged"
7764 msgstr "sammenføjet"
7847 msgstr "sammenføjet"
7765
7848
7766 msgid "removed"
7849 msgid "removed"
7767 msgstr "fjernet"
7850 msgstr "fjernet"
7768
7851
7769 msgid "unresolved"
7852 msgid "unresolved"
7770 msgstr "uløst"
7853 msgstr "uløst"
7771
7854
7772 #, python-format
7855 #, python-format
7773 msgid "%d files %s"
7856 msgid "%d files %s"
7774 msgstr "%d filer %s"
7857 msgstr "%d filer %s"
7775
7858
7776 msgid "use 'hg resolve' to retry unresolved file merges\n"
7859 msgid "use 'hg resolve' to retry unresolved file merges\n"
7777 msgstr ""
7860 msgstr ""
7778
7861
7779 msgid ""
7862 msgid ""
7780 "use 'hg resolve' to retry unresolved file merges or 'hg up --clean' to "
7863 "use 'hg resolve' to retry unresolved file merges or 'hg up --clean' to "
7781 "abandon\n"
7864 "abandon\n"
7782 msgstr ""
7865 msgstr ""
7783
7866
7784 msgid "(branch merge, don't forget to commit)\n"
7867 msgid "(branch merge, don't forget to commit)\n"
7785 msgstr ""
7868 msgstr ""
7786
7869
7787 #, python-format
7870 #, python-format
7788 msgid "error reading %s/.hg/hgrc: %s\n"
7871 msgid "error reading %s/.hg/hgrc: %s\n"
7789 msgstr ""
7872 msgstr ""
7790
7873
7791 msgid "SSL support is unavailable"
7874 msgid "SSL support is unavailable"
7792 msgstr "understøttelse for SSL er ikke tilstede"
7875 msgstr "understøttelse for SSL er ikke tilstede"
7793
7876
7794 msgid "IPv6 is not available on this system"
7877 msgid "IPv6 is not available on this system"
7795 msgstr "IPv6 er ikke til rådighed på dette system"
7878 msgstr "IPv6 er ikke til rådighed på dette system"
7796
7879
7797 #, python-format
7880 #, python-format
7798 msgid "cannot start server at '%s:%d': %s"
7881 msgid "cannot start server at '%s:%d': %s"
7799 msgstr "kan ikke starte server på '%s:%d': %s"
7882 msgstr "kan ikke starte server på '%s:%d': %s"
7800
7883
7801 #, python-format
7884 #, python-format
7802 msgid "calling hook %s: %s\n"
7885 msgid "calling hook %s: %s\n"
7803 msgstr ""
7886 msgstr ""
7804
7887
7805 #, python-format
7888 #, python-format
7806 msgid "%s hook is invalid (\"%s\" not in a module)"
7889 msgid "%s hook is invalid (\"%s\" not in a module)"
7807 msgstr ""
7890 msgstr ""
7808
7891
7809 #, python-format
7892 #, python-format
7810 msgid "%s hook is invalid (import of \"%s\" failed)"
7893 msgid "%s hook is invalid (import of \"%s\" failed)"
7811 msgstr ""
7894 msgstr ""
7812
7895
7813 #, python-format
7896 #, python-format
7814 msgid "%s hook is invalid (\"%s\" is not defined)"
7897 msgid "%s hook is invalid (\"%s\" is not defined)"
7815 msgstr ""
7898 msgstr ""
7816
7899
7817 #, python-format
7900 #, python-format
7818 msgid "%s hook is invalid (\"%s\" is not callable)"
7901 msgid "%s hook is invalid (\"%s\" is not callable)"
7819 msgstr ""
7902 msgstr ""
7820
7903
7821 #, python-format
7904 #, python-format
7822 msgid "error: %s hook failed: %s\n"
7905 msgid "error: %s hook failed: %s\n"
7823 msgstr ""
7906 msgstr ""
7824
7907
7825 #, python-format
7908 #, python-format
7826 msgid "error: %s hook raised an exception: %s\n"
7909 msgid "error: %s hook raised an exception: %s\n"
7827 msgstr ""
7910 msgstr ""
7828
7911
7829 #, python-format
7912 #, python-format
7830 msgid "%s hook failed"
7913 msgid "%s hook failed"
7831 msgstr ""
7914 msgstr ""
7832
7915
7833 #, python-format
7916 #, python-format
7834 msgid "warning: %s hook failed\n"
7917 msgid "warning: %s hook failed\n"
7835 msgstr ""
7918 msgstr ""
7836
7919
7837 #, python-format
7920 #, python-format
7838 msgid "running hook %s: %s\n"
7921 msgid "running hook %s: %s\n"
7839 msgstr ""
7922 msgstr ""
7840
7923
7841 #, python-format
7924 #, python-format
7842 msgid "%s hook %s"
7925 msgid "%s hook %s"
7843 msgstr ""
7926 msgstr ""
7844
7927
7845 #, python-format
7928 #, python-format
7846 msgid "warning: %s hook %s\n"
7929 msgid "warning: %s hook %s\n"
7847 msgstr ""
7930 msgstr ""
7848
7931
7849 msgid "connection ended unexpectedly"
7932 msgid "connection ended unexpectedly"
7850 msgstr "forbindelsen blev uventet afsluttet"
7933 msgstr "forbindelsen blev uventet afsluttet"
7851
7934
7852 #, python-format
7935 #, python-format
7853 msgid "unsupported URL component: \"%s\""
7936 msgid "unsupported URL component: \"%s\""
7854 msgstr "ikke-understøttet URL-komponent: \"%s\""
7937 msgstr "ikke-understøttet URL-komponent: \"%s\""
7855
7938
7856 #, python-format
7939 #, python-format
7857 msgid "using %s\n"
7940 msgid "using %s\n"
7858 msgstr "bruger %s\n"
7941 msgstr "bruger %s\n"
7859
7942
7860 #, python-format
7943 #, python-format
7861 msgid "capabilities: %s\n"
7944 msgid "capabilities: %s\n"
7862 msgstr "kapaciteter: %s\n"
7945 msgstr "kapaciteter: %s\n"
7863
7946
7864 msgid "operation not supported over http"
7947 msgid "operation not supported over http"
7865 msgstr "operationen understøttes ikke over http"
7948 msgstr "operationen understøttes ikke over http"
7866
7949
7867 #, python-format
7950 #, python-format
7868 msgid "sending %s command\n"
7951 msgid "sending %s command\n"
7869 msgstr "sender %s kommando\n"
7952 msgstr "sender %s kommando\n"
7870
7953
7871 #, python-format
7954 #, python-format
7872 msgid "sending %s bytes\n"
7955 msgid "sending %s bytes\n"
7873 msgstr "sender %s bytes\n"
7956 msgstr "sender %s bytes\n"
7874
7957
7875 msgid "authorization failed"
7958 msgid "authorization failed"
7876 msgstr "autorisation fejlede"
7959 msgstr "autorisation fejlede"
7877
7960
7878 #, python-format
7961 #, python-format
7879 msgid "http error while sending %s command\n"
7962 msgid "http error while sending %s command\n"
7880 msgstr ""
7963 msgstr ""
7881
7964
7882 msgid "http error, possibly caused by proxy setting"
7965 msgid "http error, possibly caused by proxy setting"
7883 msgstr ""
7966 msgstr ""
7884
7967
7885 #, python-format
7968 #, python-format
7886 msgid "real URL is %s\n"
7969 msgid "real URL is %s\n"
7887 msgstr "den rigtige URL er %s\n"
7970 msgstr "den rigtige URL er %s\n"
7888
7971
7889 #, python-format
7972 #, python-format
7890 msgid "requested URL: '%s'\n"
7973 msgid "requested URL: '%s'\n"
7891 msgstr "forespurgt URL: '%s'\n"
7974 msgstr "forespurgt URL: '%s'\n"
7892
7975
7893 #, python-format
7976 #, python-format
7894 msgid "'%s' does not appear to be an hg repository"
7977 msgid "'%s' does not appear to be an hg repository"
7895 msgstr ""
7978 msgstr ""
7896
7979
7897 #, python-format
7980 #, python-format
7898 msgid "'%s' sent a broken Content-Type header (%s)"
7981 msgid "'%s' sent a broken Content-Type header (%s)"
7899 msgstr ""
7982 msgstr ""
7900
7983
7901 #, python-format
7984 #, python-format
7902 msgid "'%s' uses newer protocol %s"
7985 msgid "'%s' uses newer protocol %s"
7903 msgstr "'%s' bruger nyere protokol %s"
7986 msgstr "'%s' bruger nyere protokol %s"
7904
7987
7905 msgid "look up remote revision"
7988 msgid "look up remote revision"
7906 msgstr ""
7989 msgstr ""
7907
7990
7908 msgid "unexpected response:"
7991 msgid "unexpected response:"
7909 msgstr ""
7992 msgstr ""
7910
7993
7911 msgid "look up remote changes"
7994 msgid "look up remote changes"
7912 msgstr ""
7995 msgstr ""
7913
7996
7914 msgid "push failed (unexpected response):"
7997 msgid "push failed (unexpected response):"
7915 msgstr ""
7998 msgstr ""
7916
7999
7917 #, python-format
8000 #, python-format
7918 msgid "push failed: %s"
8001 msgid "push failed: %s"
7919 msgstr "skub fejlede: %s"
8002 msgstr "skub fejlede: %s"
7920
8003
7921 msgid "Python support for SSL and HTTPS is not installed"
8004 msgid "Python support for SSL and HTTPS is not installed"
7922 msgstr ""
8005 msgstr ""
7923
8006
7924 msgid "cannot create new http repository"
8007 msgid "cannot create new http repository"
7925 msgstr "kan ikke lave nyt http arkiv"
8008 msgstr "kan ikke lave nyt http arkiv"
7926
8009
7927 #, python-format
8010 #, python-format
7928 msgid "%s: ignoring invalid syntax '%s'\n"
8011 msgid "%s: ignoring invalid syntax '%s'\n"
7929 msgstr "%s: ignorerer ugyldig syntaks '%s'\n"
8012 msgstr "%s: ignorerer ugyldig syntaks '%s'\n"
7930
8013
7931 #, python-format
8014 #, python-format
7932 msgid "skipping unreadable ignore file '%s': %s\n"
8015 msgid "skipping unreadable ignore file '%s': %s\n"
7933 msgstr ""
8016 msgstr ""
7934
8017
7935 #, python-format
8018 #, python-format
7936 msgid "repository %s not found"
8019 msgid "repository %s not found"
7937 msgstr "arkivet %s blev ikke fundet"
8020 msgstr "arkivet %s blev ikke fundet"
7938
8021
7939 #, python-format
8022 #, python-format
7940 msgid "repository %s already exists"
8023 msgid "repository %s already exists"
7941 msgstr "arkivet %s eksisterer allerede"
8024 msgstr "arkivet %s eksisterer allerede"
7942
8025
7943 #, python-format
8026 #, python-format
7944 msgid "requirement '%s' not supported"
8027 msgid "requirement '%s' not supported"
7945 msgstr "betingelse '%s' er ikke understøttet"
8028 msgstr "betingelse '%s' er ikke understøttet"
7946
8029
7947 #, python-format
8030 #, python-format
7948 msgid ".hg/sharedpath points to nonexistent directory %s"
8031 msgid ".hg/sharedpath points to nonexistent directory %s"
7949 msgstr ".hg/sharedpath peger på et ikke-eksisterende katalog %s"
8032 msgstr ".hg/sharedpath peger på et ikke-eksisterende katalog %s"
7950
8033
7951 #, python-format
8034 #, python-format
7952 msgid "%r cannot be used in a tag name"
8035 msgid "%r cannot be used in a tag name"
7953 msgstr "%r kan ikke bruges i et mærkatnavnet"
8036 msgstr "%r kan ikke bruges i et mærkatnavnet"
7954
8037
7955 msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
8038 msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
7956 msgstr ""
8039 msgstr ""
7957
8040
7958 #, python-format
8041 #, python-format
7959 msgid "%s, line %s: %s\n"
8042 msgid "%s, line %s: %s\n"
7960 msgstr "%s, linie %s: %s\n"
8043 msgstr "%s, linie %s: %s\n"
7961
8044
7962 msgid "cannot parse entry"
8045 msgid "cannot parse entry"
7963 msgstr ""
8046 msgstr ""
7964
8047
7965 #, python-format
8048 #, python-format
7966 msgid "node '%s' is not well formed"
8049 msgid "node '%s' is not well formed"
7967 msgstr ""
8050 msgstr ""
7968
8051
7969 #, python-format
8052 #, python-format
7970 msgid "tag '%s' refers to unknown node"
7971 msgstr "mærkaten '%s' henviser til en ukendt knude"
7972
7973 #, python-format
7974 msgid "working directory has unknown parent '%s'!"
8053 msgid "working directory has unknown parent '%s'!"
7975 msgstr "arbejdsbiblioteket har ukendt forældre '%s'!"
8054 msgstr "arbejdsbiblioteket har ukendt forældre '%s'!"
7976
8055
7977 #, python-format
8056 #, python-format
7978 msgid "unknown revision '%s'"
8057 msgid "unknown revision '%s'"
7979 msgstr "ukendt revision '%s'"
8058 msgstr "ukendt revision '%s'"
7980
8059
7981 #, python-format
8060 #, python-format
7982 msgid "filtering %s through %s\n"
8061 msgid "filtering %s through %s\n"
7983 msgstr "filtrerer %s gennem %s\n"
8062 msgstr "filtrerer %s gennem %s\n"
7984
8063
7985 msgid "journal already exists - run hg recover"
8064 msgid "journal already exists - run hg recover"
7986 msgstr "journalen eksisterer allerede -- kør hg recover"
8065 msgstr "journalen eksisterer allerede -- kør hg recover"
7987
8066
7988 msgid "rolling back interrupted transaction\n"
8067 msgid "rolling back interrupted transaction\n"
7989 msgstr "ruller afbrudt transaktion tilbage\n"
8068 msgstr "ruller afbrudt transaktion tilbage\n"
7990
8069
7991 msgid "no interrupted transaction available\n"
8070 msgid "no interrupted transaction available\n"
7992 msgstr "ingen afbrudt transaktion tilgængelig\n"
8071 msgstr "ingen afbrudt transaktion tilgængelig\n"
7993
8072
7994 msgid "rolling back last transaction\n"
8073 msgid "rolling back last transaction\n"
7995 msgstr "ruller sidste transaktion tilbage\n"
8074 msgstr "ruller sidste transaktion tilbage\n"
7996
8075
7997 #, python-format
8076 #, python-format
7998 msgid "Named branch could not be reset, current branch still is: %s\n"
8077 msgid "Named branch could not be reset, current branch still is: %s\n"
7999 msgstr ""
8078 msgstr ""
8000
8079
8001 msgid "no rollback information available\n"
8080 msgid "no rollback information available\n"
8002 msgstr "ingen tilbagerulningsinformation til stede\n"
8081 msgstr "ingen tilbagerulningsinformation til stede\n"
8003
8082
8004 #, python-format
8083 #, python-format
8005 msgid "waiting for lock on %s held by %r\n"
8084 msgid "waiting for lock on %s held by %r\n"
8006 msgstr ""
8085 msgstr ""
8007
8086
8008 #, python-format
8087 #, python-format
8009 msgid "repository %s"
8088 msgid "repository %s"
8010 msgstr "arkiv %s"
8089 msgstr "arkiv %s"
8011
8090
8012 #, python-format
8091 #, python-format
8013 msgid "working directory of %s"
8092 msgid "working directory of %s"
8014 msgstr "arbejdskatalog for %s"
8093 msgstr "arbejdskatalog for %s"
8015
8094
8016 #, python-format
8095 #, python-format
8017 msgid " %s: searching for copy revision for %s\n"
8096 msgid " %s: searching for copy revision for %s\n"
8018 msgstr ""
8097 msgstr ""
8019
8098
8020 #, python-format
8099 #, python-format
8021 msgid " %s: copy %s:%s\n"
8100 msgid " %s: copy %s:%s\n"
8022 msgstr ""
8101 msgstr ""
8023
8102
8024 msgid "cannot partially commit a merge (do not specify files or patterns)"
8103 msgid "cannot partially commit a merge (do not specify files or patterns)"
8025 msgstr ""
8104 msgstr ""
8026
8105
8027 msgid "file not found!"
8106 msgid "file not found!"
8028 msgstr "filen blev ikke fundet!"
8107 msgstr "filen blev ikke fundet!"
8029
8108
8030 msgid "no match under directory!"
8109 msgid "no match under directory!"
8031 msgstr "ingen træffer under kataloget!"
8110 msgstr "ingen træffer under kataloget!"
8032
8111
8033 msgid "file not tracked!"
8112 msgid "file not tracked!"
8034 msgstr "filen følges ikke!"
8113 msgstr "filen følges ikke!"
8035
8114
8036 msgid "nothing changed\n"
8115 msgid "nothing changed\n"
8037 msgstr "ingen ændringer\n"
8116 msgstr "ingen ændringer\n"
8038
8117
8039 msgid "unresolved merge conflicts (see hg resolve)"
8118 msgid "unresolved merge conflicts (see hg resolve)"
8040 msgstr ""
8119 msgstr ""
8041
8120
8042 #, python-format
8121 #, python-format
8043 msgid "committing subrepository %s\n"
8122 msgid "committing subrepository %s\n"
8044 msgstr "arkiverer underarkiv %s\n"
8123 msgstr "arkiverer underarkiv %s\n"
8045
8124
8046 #, python-format
8125 #, python-format
8047 msgid "trouble committing %s!\n"
8126 msgid "trouble committing %s!\n"
8048 msgstr "problem ved arkivering %s!\n"
8127 msgstr "problem ved arkivering %s!\n"
8049
8128
8050 #, python-format
8129 #, python-format
8051 msgid "%s does not exist!\n"
8130 msgid "%s does not exist!\n"
8052 msgstr "%s eksisterer ikke!\n"
8131 msgstr "%s eksisterer ikke!\n"
8053
8132
8054 #, python-format
8133 #, python-format
8055 msgid ""
8134 msgid ""
8056 "%s: files over 10MB may cause memory and performance problems\n"
8135 "%s: files over 10MB may cause memory and performance problems\n"
8057 "(use 'hg revert %s' to unadd the file)\n"
8136 "(use 'hg revert %s' to unadd the file)\n"
8058 msgstr ""
8137 msgstr ""
8059
8138
8060 #, python-format
8139 #, python-format
8061 msgid "%s not added: only files and symlinks supported currently\n"
8140 msgid "%s not added: only files and symlinks supported currently\n"
8062 msgstr ""
8141 msgstr ""
8063
8142
8064 #, python-format
8143 #, python-format
8065 msgid "%s already tracked!\n"
8144 msgid "%s already tracked!\n"
8066 msgstr "%s følges allerede!\n"
8145 msgstr "%s følges allerede!\n"
8067
8146
8068 #, python-format
8147 #, python-format
8069 msgid "%s not added!\n"
8148 msgid "%s not added!\n"
8070 msgstr "%s ikke tilføjet!\n"
8149 msgstr "%s ikke tilføjet!\n"
8071
8150
8072 #, python-format
8151 #, python-format
8073 msgid "%s still exists!\n"
8152 msgid "%s still exists!\n"
8074 msgstr "%s eksisterer stadig!\n"
8153 msgstr "%s eksisterer stadig!\n"
8075
8154
8076 #, python-format
8155 #, python-format
8077 msgid "%s not tracked!\n"
8156 msgid "%s not tracked!\n"
8078 msgstr "%s følges ikke\n"
8157 msgstr "%s følges ikke\n"
8079
8158
8080 #, python-format
8159 #, python-format
8081 msgid "%s not removed!\n"
8160 msgid "%s not removed!\n"
8082 msgstr "%s ikke fjernet!\n"
8161 msgstr "%s ikke fjernet!\n"
8083
8162
8084 #, python-format
8163 #, python-format
8085 msgid "copy failed: %s is not a file or a symbolic link\n"
8164 msgid "copy failed: %s is not a file or a symbolic link\n"
8086 msgstr "kopiering fejlede: %s er ikke en fil eller en symbolsk længe\n"
8165 msgstr "kopiering fejlede: %s er ikke en fil eller en symbolsk længe\n"
8087
8166
8088 msgid "searching for changes\n"
8167 msgid "searching for changes\n"
8089 msgstr "leder efter ændringer\n"
8168 msgstr "leder efter ændringer\n"
8090
8169
8091 #, python-format
8170 #, python-format
8092 msgid "examining %s:%s\n"
8171 msgid "examining %s:%s\n"
8093 msgstr "undersøger %s:%s\n"
8172 msgstr "undersøger %s:%s\n"
8094
8173
8095 msgid "branch already found\n"
8174 msgid "branch already found\n"
8096 msgstr "gren er allerede fundet\n"
8175 msgstr "gren er allerede fundet\n"
8097
8176
8098 #, python-format
8177 #, python-format
8099 msgid "found incomplete branch %s:%s\n"
8178 msgid "found incomplete branch %s:%s\n"
8100 msgstr "fandt ukomplet gren %s:%s\n"
8179 msgstr "fandt ukomplet gren %s:%s\n"
8101
8180
8102 #, python-format
8181 #, python-format
8103 msgid "found new changeset %s\n"
8182 msgid "found new changeset %s\n"
8104 msgstr "fandt ny ændring %s\n"
8183 msgstr "fandt ny ændring %s\n"
8105
8184
8106 #, python-format
8185 #, python-format
8107 msgid "request %d: %s\n"
8186 msgid "request %d: %s\n"
8108 msgstr "forespørgsel %d: %s\n"
8187 msgstr "forespørgsel %d: %s\n"
8109
8188
8110 #, python-format
8189 #, python-format
8111 msgid "received %s:%s\n"
8190 msgid "received %s:%s\n"
8112 msgstr "modtog %s:%s\n"
8191 msgstr "modtog %s:%s\n"
8113
8192
8114 #, python-format
8193 #, python-format
8115 msgid "narrowing %d:%d %s\n"
8194 msgid "narrowing %d:%d %s\n"
8116 msgstr "indskrænker %d:%d %s\n"
8195 msgstr "indskrænker %d:%d %s\n"
8117
8196
8118 #, python-format
8197 #, python-format
8119 msgid "found new branch changeset %s\n"
8198 msgid "found new branch changeset %s\n"
8120 msgstr "fandt ny forgreningsændring %s\n"
8199 msgstr "fandt ny forgreningsændring %s\n"
8121
8200
8122 #, python-format
8201 #, python-format
8123 msgid "narrowed branch search to %s:%s\n"
8202 msgid "narrowed branch search to %s:%s\n"
8124 msgstr "indskrænker forgreningssøgning til %s:%s\n"
8203 msgstr "indskrænker forgreningssøgning til %s:%s\n"
8125
8204
8126 msgid "already have changeset "
8205 msgid "already have changeset "
8127 msgstr "har allerede ændringen "
8206 msgstr "har allerede ændringen "
8128
8207
8129 msgid "warning: repository is unrelated\n"
8208 msgid "warning: repository is unrelated\n"
8130 msgstr "advarsel: arkivet er urelateret\n"
8209 msgstr "advarsel: arkivet er urelateret\n"
8131
8210
8132 msgid "repository is unrelated"
8211 msgid "repository is unrelated"
8133 msgstr "arkivet er urelateret"
8212 msgstr "arkivet er urelateret"
8134
8213
8135 msgid "found new changesets starting at "
8214 msgid "found new changesets starting at "
8136 msgstr "fandt nye ændringer startende ved "
8215 msgstr "fandt nye ændringer startende ved "
8137
8216
8138 #, python-format
8217 #, python-format
8139 msgid "%d total queries\n"
8218 msgid "%d total queries\n"
8140 msgstr "%d forespørgsler i alt\n"
8219 msgstr "%d forespørgsler i alt\n"
8141
8220
8142 msgid "common changesets up to "
8221 msgid "common changesets up to "
8143 msgstr "fælles ændringer op til "
8222 msgstr "fælles ændringer op til "
8144
8223
8145 msgid "requesting all changes\n"
8224 msgid "requesting all changes\n"
8146 msgstr "anmoder om alle ændringer\n"
8225 msgstr "anmoder om alle ændringer\n"
8147
8226
8148 msgid ""
8227 msgid ""
8149 "Partial pull cannot be done because other repository doesn't support "
8228 "Partial pull cannot be done because other repository doesn't support "
8150 "changegroupsubset."
8229 "changegroupsubset."
8151 msgstr ""
8230 msgstr ""
8152
8231
8153 #, python-format
8232 #, python-format
8154 msgid "abort: push creates new remote branch '%s'!\n"
8233 msgid "abort: push creates new remote branch '%s'!\n"
8155 msgstr "afbrudt: skub laver ny gren '%s' i fjernarkivet!\n"
8234 msgstr "afbrudt: skub laver ny gren '%s' i fjernarkivet!\n"
8156
8235
8157 msgid "abort: push creates new remote heads!\n"
8236 msgid "abort: push creates new remote heads!\n"
8158 msgstr "afbrudt: skub laver nye fjern-hoveder!\n"
8237 msgstr "afbrudt: skub laver nye fjern-hoveder!\n"
8159
8238
8160 msgid "(did you forget to merge? use push -f to force)\n"
8239 msgid "(did you forget to merge? use push -f to force)\n"
8161 msgstr "(glemte du at sammenføje? brug push -f for at gennemtvinge)\n"
8240 msgstr "(glemte du at sammenføje? brug push -f for at gennemtvinge)\n"
8162
8241
8163 msgid "note: unsynced remote changes!\n"
8242 msgid "note: unsynced remote changes!\n"
8164 msgstr ""
8243 msgstr ""
8165
8244
8166 #, python-format
8245 #, python-format
8167 msgid "%d changesets found\n"
8246 msgid "%d changesets found\n"
8168 msgstr ""
8247 msgstr ""
8169
8248
8170 msgid "list of changesets:\n"
8249 msgid "list of changesets:\n"
8171 msgstr ""
8250 msgstr ""
8172
8251
8173 #, python-format
8252 #, python-format
8174 msgid "empty or missing revlog for %s"
8253 msgid "empty or missing revlog for %s"
8175 msgstr ""
8254 msgstr ""
8176
8255
8177 #, python-format
8256 #, python-format
8178 msgid "add changeset %s\n"
8257 msgid "add changeset %s\n"
8179 msgstr "tilføj ændring %s\n"
8258 msgstr "tilføj ændring %s\n"
8180
8259
8181 msgid "adding changesets\n"
8260 msgid "adding changesets\n"
8182 msgstr "tilføjer ændringer\n"
8261 msgstr "tilføjer ændringer\n"
8183
8262
8184 msgid "received changelog group is empty"
8263 msgid "received changelog group is empty"
8185 msgstr ""
8264 msgstr ""
8186
8265
8187 msgid "adding manifests\n"
8266 msgid "adding manifests\n"
8188 msgstr "tilføjer manifester\n"
8267 msgstr "tilføjer manifester\n"
8189
8268
8190 msgid "adding file changes\n"
8269 msgid "adding file changes\n"
8191 msgstr "tilføjer filændringer\n"
8270 msgstr "tilføjer filændringer\n"
8192
8271
8193 #, python-format
8272 #, python-format
8194 msgid "adding %s revisions\n"
8273 msgid "adding %s revisions\n"
8195 msgstr "tilføjer %s ændringer\n"
8274 msgstr "tilføjer %s ændringer\n"
8196
8275
8197 msgid "received file revlog group is empty"
8276 msgid "received file revlog group is empty"
8198 msgstr ""
8277 msgstr ""
8199
8278
8200 #, python-format
8279 #, python-format
8201 msgid " (%+d heads)"
8280 msgid " (%+d heads)"
8202 msgstr " (%+d hoveder)"
8281 msgstr " (%+d hoveder)"
8203
8282
8204 #, python-format
8283 #, python-format
8205 msgid "added %d changesets with %d changes to %d files%s\n"
8284 msgid "added %d changesets with %d changes to %d files%s\n"
8206 msgstr "tilføjede %d ændringer med %d ændringer i %d filer%s\n"
8285 msgstr "tilføjede %d ændringer med %d ændringer i %d filer%s\n"
8207
8286
8208 msgid "updating the branch cache\n"
8287 msgid "updating the branch cache\n"
8209 msgstr ""
8288 msgstr ""
8210
8289
8211 msgid "Unexpected response from remote server:"
8290 msgid "Unexpected response from remote server:"
8212 msgstr ""
8291 msgstr ""
8213
8292
8214 msgid "operation forbidden by server"
8293 msgid "operation forbidden by server"
8215 msgstr ""
8294 msgstr ""
8216
8295
8217 msgid "locking the remote repository failed"
8296 msgid "locking the remote repository failed"
8218 msgstr ""
8297 msgstr ""
8219
8298
8220 msgid "the server sent an unknown error code"
8299 msgid "the server sent an unknown error code"
8221 msgstr ""
8300 msgstr ""
8222
8301
8223 msgid "streaming all changes\n"
8302 msgid "streaming all changes\n"
8224 msgstr ""
8303 msgstr ""
8225
8304
8226 #, python-format
8305 #, python-format
8227 msgid "%d files to transfer, %s of data\n"
8306 msgid "%d files to transfer, %s of data\n"
8228 msgstr ""
8307 msgstr ""
8229
8308
8230 #, python-format
8309 #, python-format
8231 msgid "adding %s (%s)\n"
8310 msgid "adding %s (%s)\n"
8232 msgstr "tilføjer %s (%s)\n"
8311 msgstr "tilføjer %s (%s)\n"
8233
8312
8234 #, python-format
8313 #, python-format
8235 msgid "transferred %s in %.1f seconds (%s/sec)\n"
8314 msgid "transferred %s in %.1f seconds (%s/sec)\n"
8236 msgstr ""
8315 msgstr ""
8237
8316
8238 msgid "no [smtp]host in hgrc - cannot send mail"
8317 msgid "no [smtp]host in hgrc - cannot send mail"
8239 msgstr ""
8318 msgstr ""
8240
8319
8241 #, python-format
8320 #, python-format
8242 msgid "sending mail: smtp host %s, port %s\n"
8321 msgid "sending mail: smtp host %s, port %s\n"
8243 msgstr ""
8322 msgstr ""
8244
8323
8245 msgid "can't use TLS: Python SSL support not installed"
8324 msgid "can't use TLS: Python SSL support not installed"
8246 msgstr ""
8325 msgstr ""
8247
8326
8248 msgid "(using tls)\n"
8327 msgid "(using tls)\n"
8249 msgstr ""
8328 msgstr ""
8250
8329
8251 #, python-format
8330 #, python-format
8252 msgid "(authenticating to mail server as %s)\n"
8331 msgid "(authenticating to mail server as %s)\n"
8253 msgstr ""
8332 msgstr ""
8254
8333
8255 #, python-format
8334 #, python-format
8256 msgid "sending mail: %s\n"
8335 msgid "sending mail: %s\n"
8257 msgstr ""
8336 msgstr ""
8258
8337
8259 msgid "smtp specified as email transport, but no smtp host configured"
8338 msgid "smtp specified as email transport, but no smtp host configured"
8260 msgstr ""
8339 msgstr ""
8261
8340
8262 #, python-format
8341 #, python-format
8263 msgid "%r specified as email transport, but not in PATH"
8342 msgid "%r specified as email transport, but not in PATH"
8264 msgstr ""
8343 msgstr ""
8265
8344
8266 #, python-format
8345 #, python-format
8267 msgid "ignoring invalid sendcharset: %s\n"
8346 msgid "ignoring invalid sendcharset: %s\n"
8268 msgstr ""
8347 msgstr ""
8269
8348
8270 #, python-format
8349 #, python-format
8271 msgid "invalid email address: %s"
8350 msgid "invalid email address: %s"
8272 msgstr ""
8351 msgstr ""
8273
8352
8274 #, python-format
8353 #, python-format
8275 msgid "invalid local address: %s"
8354 msgid "invalid local address: %s"
8276 msgstr ""
8355 msgstr ""
8277
8356
8278 #, python-format
8357 #, python-format
8279 msgid "failed to remove %s from manifest"
8358 msgid "failed to remove %s from manifest"
8280 msgstr ""
8359 msgstr ""
8281
8360
8282 #, python-format
8361 #, python-format
8283 msgid "diff context lines count must be an integer, not %r"
8362 msgid "diff context lines count must be an integer, not %r"
8284 msgstr ""
8363 msgstr ""
8285
8364
8286 #, python-format
8365 #, python-format
8287 msgid ""
8366 msgid ""
8288 "untracked file in working directory differs from file in requested revision: "
8367 "untracked file in working directory differs from file in requested revision: "
8289 "'%s'"
8368 "'%s'"
8290 msgstr ""
8369 msgstr ""
8291
8370
8292 #, python-format
8371 #, python-format
8293 msgid "case-folding collision between %s and %s"
8372 msgid "case-folding collision between %s and %s"
8294 msgstr ""
8373 msgstr ""
8295
8374
8296 #, python-format
8375 #, python-format
8297 msgid ""
8376 msgid ""
8298 " conflicting flags for %s\n"
8377 " conflicting flags for %s\n"
8299 "(n)one, e(x)ec or sym(l)ink?"
8378 "(n)one, e(x)ec or sym(l)ink?"
8300 msgstr ""
8379 msgstr ""
8301
8380
8302 msgid "&None"
8381 msgid "&None"
8303 msgstr ""
8382 msgstr ""
8304
8383
8305 msgid "E&xec"
8384 msgid "E&xec"
8306 msgstr ""
8385 msgstr ""
8307
8386
8308 msgid "Sym&link"
8387 msgid "Sym&link"
8309 msgstr ""
8388 msgstr ""
8310
8389
8311 msgid "resolving manifests\n"
8390 msgid "resolving manifests\n"
8312 msgstr ""
8391 msgstr ""
8313
8392
8314 #, python-format
8393 #, python-format
8315 msgid " overwrite %s partial %s\n"
8394 msgid " overwrite %s partial %s\n"
8316 msgstr ""
8395 msgstr ""
8317
8396
8318 #, python-format
8397 #, python-format
8319 msgid " ancestor %s local %s remote %s\n"
8398 msgid " ancestor %s local %s remote %s\n"
8320 msgstr ""
8399 msgstr ""
8321
8400
8322 #, python-format
8401 #, python-format
8323 msgid ""
8402 msgid ""
8324 " local changed %s which remote deleted\n"
8403 " local changed %s which remote deleted\n"
8325 "use (c)hanged version or (d)elete?"
8404 "use (c)hanged version or (d)elete?"
8326 msgstr ""
8405 msgstr ""
8327
8406
8328 msgid "&Changed"
8407 msgid "&Changed"
8329 msgstr ""
8408 msgstr ""
8330
8409
8331 msgid "&Delete"
8410 msgid "&Delete"
8332 msgstr ""
8411 msgstr ""
8333
8412
8334 msgid "c"
8413 msgid "c"
8335 msgstr ""
8414 msgstr ""
8336
8415
8337 #, python-format
8416 #, python-format
8338 msgid ""
8417 msgid ""
8339 "remote changed %s which local deleted\n"
8418 "remote changed %s which local deleted\n"
8340 "use (c)hanged version or leave (d)eleted?"
8419 "use (c)hanged version or leave (d)eleted?"
8341 msgstr ""
8420 msgstr ""
8342
8421
8343 msgid "&Deleted"
8422 msgid "&Deleted"
8344 msgstr ""
8423 msgstr ""
8345
8424
8346 #, python-format
8425 #, python-format
8347 msgid "preserving %s for resolve of %s\n"
8426 msgid "preserving %s for resolve of %s\n"
8348 msgstr "bevarer %s til løsning af %s\n"
8427 msgstr "bevarer %s til løsning af %s\n"
8349
8428
8350 #, python-format
8429 #, python-format
8351 msgid "update failed to remove %s: %s!\n"
8430 msgid "update failed to remove %s: %s!\n"
8352 msgstr ""
8431 msgstr ""
8353
8432
8354 #, python-format
8433 #, python-format
8355 msgid "getting %s\n"
8434 msgid "getting %s\n"
8356 msgstr "henter %s\n"
8435 msgstr "henter %s\n"
8357
8436
8358 #, python-format
8437 #, python-format
8359 msgid "getting %s to %s\n"
8438 msgid "getting %s to %s\n"
8360 msgstr "henter %s til %s\n"
8439 msgstr "henter %s til %s\n"
8361
8440
8362 #, python-format
8441 #, python-format
8363 msgid "warning: detected divergent renames of %s to:\n"
8442 msgid "warning: detected divergent renames of %s to:\n"
8364 msgstr ""
8443 msgstr ""
8365
8444
8366 #, python-format
8445 #, python-format
8367 msgid "branch %s not found"
8446 msgid "branch %s not found"
8368 msgstr "gren %s blev ikke fundet"
8447 msgstr "gren %s blev ikke fundet"
8369
8448
8370 msgid "can't merge with ancestor"
8449 msgid "can't merge with ancestor"
8371 msgstr "kan ikke sammenføje med forfader"
8450 msgstr "kan ikke sammenføje med forfader"
8372
8451
8373 msgid "nothing to merge (use 'hg update' or check 'hg heads')"
8452 msgid "nothing to merge (use 'hg update' or check 'hg heads')"
8374 msgstr "intet at sammenføje (brug 'hg update' eller kontroller 'hg heads')"
8453 msgstr "intet at sammenføje (brug 'hg update' eller kontroller 'hg heads')"
8375
8454
8376 msgid "outstanding uncommitted changes (use 'hg status' to list changes)"
8455 msgid "outstanding uncommitted changes (use 'hg status' to list changes)"
8377 msgstr ""
8456 msgstr ""
8378 "udestående uarkiverede ændringer (brug 'hg status' for at se ændringer)"
8457 "udestående uarkiverede ændringer (brug 'hg status' for at se ændringer)"
8379
8458
8380 msgid "crosses branches (use 'hg merge' or 'hg update -C' to discard changes)"
8459 msgid "crosses branches (use 'hg merge' or 'hg update -C' to discard changes)"
8381 msgstr ""
8460 msgstr ""
8382 "krydser grene (brug 'hg merge' eller 'hg update -C' for at kassere "
8461 "krydser grene (brug 'hg merge' eller 'hg update -C' for at kassere "
8383 "ændringerne)"
8462 "ændringerne)"
8384
8463
8385 msgid "crosses branches (use 'hg merge' or 'hg update -C')"
8464 msgid "crosses branches (use 'hg merge' or 'hg update -C')"
8386 msgstr "krydser grene (brug 'hg merge' eller 'hg update -C')"
8465 msgstr "krydser grene (brug 'hg merge' eller 'hg update -C')"
8387
8466
8388 msgid "crosses named branches (use 'hg update -C' to discard changes)"
8467 msgid "crosses named branches (use 'hg update -C' to discard changes)"
8389 msgstr ""
8468 msgstr ""
8390 "krydser navngivne grene (brug 'hg update -C' for at kassere ændringerne)"
8469 "krydser navngivne grene (brug 'hg update -C' for at kassere ændringerne)"
8391
8470
8392 #, python-format
8471 #, python-format
8393 msgid "cannot create %s: destination already exists"
8472 msgid "cannot create %s: destination already exists"
8394 msgstr "kan ikke oprette %s: destinationen findes allerede"
8473 msgstr "kan ikke oprette %s: destinationen findes allerede"
8395
8474
8396 #, python-format
8475 #, python-format
8397 msgid "cannot create %s: unable to create destination directory"
8476 msgid "cannot create %s: unable to create destination directory"
8398 msgstr "kan ikke oprette %s: ikke i stand til at oprette biblioteket"
8477 msgstr "kan ikke oprette %s: ikke i stand til at oprette biblioteket"
8399
8478
8400 #, python-format
8479 #, python-format
8401 msgid "found patch at byte %d\n"
8480 msgid "found patch at byte %d\n"
8402 msgstr ""
8481 msgstr ""
8403
8482
8404 msgid "patch generated by hg export\n"
8483 msgid "patch generated by hg export\n"
8405 msgstr ""
8484 msgstr ""
8406
8485
8407 #, python-format
8486 #, python-format
8408 msgid "unable to find '%s' for patching\n"
8487 msgid "unable to find '%s' for patching\n"
8409 msgstr ""
8488 msgstr ""
8410
8489
8411 #, python-format
8490 #, python-format
8412 msgid "patching file %s\n"
8491 msgid "patching file %s\n"
8413 msgstr "retter fil %s\n"
8492 msgstr "retter fil %s\n"
8414
8493
8415 #, python-format
8494 #, python-format
8416 msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
8495 msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
8417 msgstr ""
8496 msgstr ""
8418
8497
8419 #, python-format
8498 #, python-format
8420 msgid "bad hunk #%d %s (%d %d %d %d)"
8499 msgid "bad hunk #%d %s (%d %d %d %d)"
8421 msgstr ""
8500 msgstr ""
8422
8501
8423 #, python-format
8502 #, python-format
8424 msgid "file %s already exists\n"
8503 msgid "file %s already exists\n"
8425 msgstr "filen %s eksisterer allerede\n"
8504 msgstr "filen %s eksisterer allerede\n"
8426
8505
8427 #, python-format
8506 #, python-format
8428 msgid "Hunk #%d succeeded at %d %s(offset %d line).\n"
8507 msgid "Hunk #%d succeeded at %d %s(offset %d line).\n"
8429 msgstr ""
8508 msgstr ""
8430
8509
8431 #, python-format
8510 #, python-format
8432 msgid "Hunk #%d succeeded at %d %s(offset %d lines).\n"
8511 msgid "Hunk #%d succeeded at %d %s(offset %d lines).\n"
8433 msgstr ""
8512 msgstr ""
8434
8513
8435 #, python-format
8514 #, python-format
8436 msgid "Hunk #%d FAILED at %d\n"
8515 msgid "Hunk #%d FAILED at %d\n"
8437 msgstr ""
8516 msgstr ""
8438
8517
8439 #, python-format
8518 #, python-format
8440 msgid "bad hunk #%d"
8519 msgid "bad hunk #%d"
8441 msgstr ""
8520 msgstr ""
8442
8521
8443 #, python-format
8522 #, python-format
8444 msgid "bad hunk #%d old text line %d"
8523 msgid "bad hunk #%d old text line %d"
8445 msgstr ""
8524 msgstr ""
8446
8525
8447 msgid "could not extract binary patch"
8526 msgid "could not extract binary patch"
8448 msgstr ""
8527 msgstr ""
8449
8528
8450 #, python-format
8529 #, python-format
8451 msgid "binary patch is %d bytes, not %d"
8530 msgid "binary patch is %d bytes, not %d"
8452 msgstr ""
8531 msgstr ""
8453
8532
8454 #, python-format
8533 #, python-format
8455 msgid "unable to strip away %d dirs from %s"
8534 msgid "unable to strip away %d dirs from %s"
8456 msgstr ""
8535 msgstr ""
8457
8536
8458 msgid "undefined source and destination files"
8537 msgid "undefined source and destination files"
8459 msgstr ""
8538 msgstr ""
8460
8539
8461 #, python-format
8540 #, python-format
8462 msgid "malformed patch %s %s"
8541 msgid "malformed patch %s %s"
8463 msgstr ""
8542 msgstr ""
8464
8543
8465 #, python-format
8544 #, python-format
8466 msgid "unsupported parser state: %s"
8545 msgid "unsupported parser state: %s"
8467 msgstr ""
8546 msgstr ""
8468
8547
8469 #, python-format
8548 #, python-format
8470 msgid "patch command failed: %s"
8549 msgid "patch command failed: %s"
8471 msgstr ""
8550 msgstr ""
8472
8551
8473 #, python-format
8552 #, python-format
8474 msgid "Unsupported line endings type: %s"
8553 msgid "Unsupported line endings type: %s"
8475 msgstr "Linieendelse %s understøttes ikke"
8554 msgstr "Linieendelse %s understøttes ikke"
8476
8555
8477 #, python-format
8556 #, python-format
8478 msgid "no valid hunks found; trying with %r instead\n"
8557 msgid "no valid hunks found; trying with %r instead\n"
8479 msgstr ""
8558 msgstr ""
8480
8559
8481 #, python-format
8560 #, python-format
8482 msgid "exited with status %d"
8561 msgid "exited with status %d"
8483 msgstr "afsluttede med status %d"
8562 msgstr "afsluttede med status %d"
8484
8563
8485 #, python-format
8564 #, python-format
8486 msgid "killed by signal %d"
8565 msgid "killed by signal %d"
8487 msgstr "dræbt af signal %d"
8566 msgstr "dræbt af signal %d"
8488
8567
8489 #, python-format
8568 #, python-format
8490 msgid "stopped by signal %d"
8569 msgid "stopped by signal %d"
8491 msgstr "stoppet af signal %d"
8570 msgstr "stoppet af signal %d"
8492
8571
8493 msgid "invalid exit code"
8572 msgid "invalid exit code"
8494 msgstr "ugyldig returkode"
8573 msgstr "ugyldig returkode"
8495
8574
8496 #, python-format
8575 #, python-format
8497 msgid "saving bundle to %s\n"
8576 msgid "saving bundle to %s\n"
8498 msgstr ""
8577 msgstr ""
8499
8578
8500 msgid "adding branch\n"
8579 msgid "adding branch\n"
8501 msgstr "tilføjer gren\n"
8580 msgstr "tilføjer gren\n"
8502
8581
8503 #, python-format
8582 #, python-format
8504 msgid "cannot %s; remote repository does not support the %r capability"
8583 msgid "cannot %s; remote repository does not support the %r capability"
8505 msgstr ""
8584 msgstr ""
8506
8585
8507 #, python-format
8586 #, python-format
8508 msgid "unknown compression type %r"
8587 msgid "unknown compression type %r"
8509 msgstr ""
8588 msgstr ""
8510
8589
8511 #, python-format
8590 #, python-format
8512 msgid "index %s unknown flags %#04x for format v0"
8591 msgid "index %s unknown flags %#04x for format v0"
8513 msgstr ""
8592 msgstr ""
8514
8593
8515 #, python-format
8594 #, python-format
8516 msgid "index %s unknown flags %#04x for revlogng"
8595 msgid "index %s unknown flags %#04x for revlogng"
8517 msgstr ""
8596 msgstr ""
8518
8597
8519 #, python-format
8598 #, python-format
8520 msgid "index %s unknown format %d"
8599 msgid "index %s unknown format %d"
8521 msgstr ""
8600 msgstr ""
8522
8601
8523 #, python-format
8602 #, python-format
8524 msgid "index %s is corrupted"
8603 msgid "index %s is corrupted"
8525 msgstr "indeks %s er ødelagt"
8604 msgstr "indeks %s er ødelagt"
8526
8605
8527 msgid "no node"
8606 msgid "no node"
8528 msgstr ""
8607 msgstr ""
8529
8608
8530 msgid "ambiguous identifier"
8609 msgid "ambiguous identifier"
8531 msgstr ""
8610 msgstr ""
8532
8611
8533 msgid "no match found"
8612 msgid "no match found"
8534 msgstr ""
8613 msgstr ""
8535
8614
8536 #, python-format
8615 #, python-format
8537 msgid "incompatible revision flag %x"
8616 msgid "incompatible revision flag %x"
8538 msgstr ""
8617 msgstr ""
8539
8618
8540 #, python-format
8619 #, python-format
8541 msgid "%s not found in the transaction"
8620 msgid "%s not found in the transaction"
8542 msgstr ""
8621 msgstr ""
8543
8622
8544 msgid "unknown base"
8623 msgid "unknown base"
8545 msgstr ""
8624 msgstr ""
8546
8625
8547 msgid "consistency error adding group"
8626 msgid "consistency error adding group"
8548 msgstr ""
8627 msgstr ""
8549
8628
8550 #, python-format
8629 #, python-format
8551 msgid "%s looks like a binary file."
8630 msgid "%s looks like a binary file."
8552 msgstr ""
8631 msgstr ""
8553
8632
8554 msgid "can only specify two labels."
8633 msgid "can only specify two labels."
8555 msgstr ""
8634 msgstr ""
8556
8635
8557 msgid "warning: conflicts during merge.\n"
8636 msgid "warning: conflicts during merge.\n"
8558 msgstr ""
8637 msgstr ""
8559
8638
8560 #, python-format
8639 #, python-format
8561 msgid "couldn't parse location %s"
8640 msgid "couldn't parse location %s"
8562 msgstr ""
8641 msgstr ""
8563
8642
8564 msgid "could not create remote repo"
8643 msgid "could not create remote repo"
8565 msgstr ""
8644 msgstr ""
8566
8645
8567 msgid "remote: "
8646 msgid "remote: "
8568 msgstr "fjernsystem: "
8647 msgstr "fjernsystem: "
8569
8648
8570 msgid "no suitable response from remote hg"
8649 msgid "no suitable response from remote hg"
8571 msgstr ""
8650 msgstr ""
8572
8651
8573 #, python-format
8652 #, python-format
8574 msgid "push refused: %s"
8653 msgid "push refused: %s"
8575 msgstr ""
8654 msgstr ""
8576
8655
8577 msgid "unsynced changes"
8656 msgid "unsynced changes"
8578 msgstr ""
8657 msgstr ""
8579
8658
8580 msgid "cannot lock static-http repository"
8659 msgid "cannot lock static-http repository"
8581 msgstr ""
8660 msgstr ""
8582
8661
8583 msgid "cannot create new static-http repository"
8662 msgid "cannot create new static-http repository"
8584 msgstr ""
8663 msgstr ""
8585
8664
8586 #, python-format
8665 #, python-format
8587 msgid "invalid entry in fncache, line %s"
8666 msgid "invalid entry in fncache, line %s"
8588 msgstr ""
8667 msgstr ""
8589
8668
8590 msgid "scanning\n"
8669 msgid "scanning\n"
8591 msgstr ""
8670 msgstr ""
8592
8671
8593 #, python-format
8672 #, python-format
8594 msgid "%d files, %d bytes to transfer\n"
8673 msgid "%d files, %d bytes to transfer\n"
8595 msgstr "%d filer, skal overføre %d bytes\n"
8674 msgstr "%d filer, skal overføre %d bytes\n"
8596
8675
8597 #, python-format
8676 #, python-format
8598 msgid "sending %s (%d bytes)\n"
8677 msgid "sending %s (%d bytes)\n"
8599 msgstr ""
8678 msgstr ""
8600
8679
8601 #, python-format
8680 #, python-format
8602 msgid ""
8681 msgid ""
8603 " subrepository sources for %s differ\n"
8682 " subrepository sources for %s differ\n"
8604 "use (l)ocal source (%s) or (r)emote source (%s)?"
8683 "use (l)ocal source (%s) or (r)emote source (%s)?"
8605 msgstr ""
8684 msgstr ""
8606
8685
8607 #, fuzzy
8686 #, fuzzy
8608 msgid "&Remote"
8687 msgid "&Remote"
8609 msgstr "fjernsystem: "
8688 msgstr "fjernsystem: "
8610
8689
8611 msgid "r"
8690 msgid "r"
8612 msgstr ""
8691 msgstr ""
8613
8692
8614 #, python-format
8693 #, python-format
8615 msgid ""
8694 msgid ""
8616 " local changed subrepository %s which remote removed\n"
8695 " local changed subrepository %s which remote removed\n"
8617 "use (c)hanged version or (d)elete?"
8696 "use (c)hanged version or (d)elete?"
8618 msgstr ""
8697 msgstr ""
8619
8698
8620 #, python-format
8699 #, python-format
8621 msgid ""
8700 msgid ""
8622 " remote changed subrepository %s which local removed\n"
8701 " remote changed subrepository %s which local removed\n"
8623 "use (c)hanged version or (d)elete?"
8702 "use (c)hanged version or (d)elete?"
8624 msgstr ""
8703 msgstr ""
8625
8704
8626 #, python-format
8705 #, python-format
8627 msgid "removing subrepo %s\n"
8706 msgid "removing subrepo %s\n"
8628 msgstr "fjerner underarkiv %s\n"
8707 msgstr "fjerner underarkiv %s\n"
8629
8708
8630 #, python-format
8709 #, python-format
8631 msgid "pulling subrepo %s\n"
8710 msgid "pulling subrepo %s\n"
8632 msgstr "hiver fra underarkiv %s\n"
8711 msgstr "hiver fra underarkiv %s\n"
8633
8712
8634 #, python-format
8713 #, python-format
8635 msgid "pushing subrepo %s\n"
8714 msgid "pushing subrepo %s\n"
8636 msgstr "skubber til underarkiv %s\n"
8715 msgstr "skubber til underarkiv %s\n"
8637
8716
8638 msgid "unmatched quotes"
8717 msgid "unmatched quotes"
8639 msgstr ""
8718 msgstr ""
8640
8719
8641 #, python-format
8720 #, python-format
8642 msgid "error expanding '%s%%%s'"
8721 msgid "error expanding '%s%%%s'"
8643 msgstr "fejl ved ekspansion af '%s%%%s'"
8722 msgstr "fejl ved ekspansion af '%s%%%s'"
8644
8723
8645 #, python-format
8724 #, python-format
8646 msgid "unknown filter '%s'"
8725 msgid "unknown filter '%s'"
8647 msgstr "ukendt filter '%s'"
8726 msgstr "ukendt filter '%s'"
8648
8727
8649 #, python-format
8728 #, python-format
8650 msgid "style not found: %s"
8729 msgid "style not found: %s"
8651 msgstr ""
8730 msgstr ""
8652
8731
8653 #, python-format
8732 #, python-format
8654 msgid "template file %s: %s"
8733 msgid "template file %s: %s"
8655 msgstr ""
8734 msgstr ""
8656
8735
8657 msgid "cannot use transaction when it is already committed/aborted"
8736 msgid "cannot use transaction when it is already committed/aborted"
8658 msgstr ""
8737 msgstr ""
8659
8738
8660 #, python-format
8739 #, python-format
8661 msgid "failed to truncate %s\n"
8740 msgid "failed to truncate %s\n"
8662 msgstr "kunne ikke trunkere %s\n"
8741 msgstr "kunne ikke trunkere %s\n"
8663
8742
8664 msgid "transaction abort!\n"
8743 msgid "transaction abort!\n"
8665 msgstr "transaktionen er afbrudt!\n"
8744 msgstr "transaktionen er afbrudt!\n"
8666
8745
8667 msgid "rollback completed\n"
8746 msgid "rollback completed\n"
8668 msgstr "tilbagerulning gennemført\n"
8747 msgstr "tilbagerulning gennemført\n"
8669
8748
8670 msgid "rollback failed - please run hg recover\n"
8749 msgid "rollback failed - please run hg recover\n"
8671 msgstr "tilbagerulning fejlede - kør venligst hg recover\n"
8750 msgstr "tilbagerulning fejlede - kør venligst hg recover\n"
8672
8751
8673 #, python-format
8752 #, python-format
8674 msgid "Not trusting file %s from untrusted user %s, group %s\n"
8753 msgid "Not trusting file %s from untrusted user %s, group %s\n"
8675 msgstr "Stoler ikke på filen %s fra ubetroet bruger %s, gruppe %s\n"
8754 msgstr "Stoler ikke på filen %s fra ubetroet bruger %s, gruppe %s\n"
8676
8755
8677 #, python-format
8756 #, python-format
8678 msgid "Ignored: %s\n"
8757 msgid "Ignored: %s\n"
8679 msgstr "Ignoreret: %s\n"
8758 msgstr "Ignoreret: %s\n"
8680
8759
8681 #, python-format
8760 #, python-format
8682 msgid "ignoring untrusted configuration option %s.%s = %s\n"
8761 msgid "ignoring untrusted configuration option %s.%s = %s\n"
8683 msgstr ""
8762 msgstr ""
8684
8763
8685 #, python-format
8764 #, python-format
8686 msgid "%s.%s not a boolean ('%s')"
8765 msgid "%s.%s not a boolean ('%s')"
8687 msgstr "%s.%s er ikke en sandhedsværdi ('%s')"
8766 msgstr "%s.%s er ikke en sandhedsværdi ('%s')"
8688
8767
8689 msgid "enter a commit username:"
8768 msgid "enter a commit username:"
8690 msgstr "angiv et arkiveringsbrugernavn:"
8769 msgstr "angiv et arkiveringsbrugernavn:"
8691
8770
8692 #, python-format
8771 #, python-format
8693 msgid "No username found, using '%s' instead\n"
8772 msgid "No username found, using '%s' instead\n"
8694 msgstr "Fandt intet brugernavn, bruger '%s' istedet\n"
8773 msgstr "Fandt intet brugernavn, bruger '%s' istedet\n"
8695
8774
8696 msgid "Please specify a username."
8775 msgid "Please specify a username."
8697 msgstr "Angiv venligst et brugernavn."
8776 msgstr "Angiv venligst et brugernavn."
8698
8777
8699 #, python-format
8778 #, python-format
8700 msgid "username %s contains a newline\n"
8779 msgid "username %s contains a newline\n"
8701 msgstr "brugernavn %s indeholder et linieskift\n"
8780 msgstr "brugernavn %s indeholder et linieskift\n"
8702
8781
8703 msgid "unrecognized response\n"
8782 msgid "unrecognized response\n"
8704 msgstr "svar ikke genkendt\n"
8783 msgstr "svar ikke genkendt\n"
8705
8784
8706 msgid "response expected"
8785 msgid "response expected"
8707 msgstr "svar forventet"
8786 msgstr "svar forventet"
8708
8787
8709 msgid "password: "
8788 msgid "password: "
8710 msgstr "kodeord: "
8789 msgstr "kodeord: "
8711
8790
8712 msgid "edit failed"
8791 msgid "edit failed"
8713 msgstr "redigering fejlede"
8792 msgstr "redigering fejlede"
8714
8793
8715 msgid "http authorization required"
8794 msgid "http authorization required"
8716 msgstr ""
8795 msgstr ""
8717
8796
8718 msgid "http authorization required\n"
8797 msgid "http authorization required\n"
8719 msgstr ""
8798 msgstr ""
8720
8799
8721 #, python-format
8800 #, python-format
8722 msgid "realm: %s\n"
8801 msgid "realm: %s\n"
8723 msgstr "realm: %s\n"
8802 msgstr "realm: %s\n"
8724
8803
8725 #, python-format
8804 #, python-format
8726 msgid "user: %s\n"
8805 msgid "user: %s\n"
8727 msgstr "bruger: %s\n"
8806 msgstr "bruger: %s\n"
8728
8807
8729 msgid "user:"
8808 msgid "user:"
8730 msgstr "bruger:"
8809 msgstr "bruger:"
8731
8810
8732 #, python-format
8811 #, python-format
8733 msgid "http auth: user %s, password %s\n"
8812 msgid "http auth: user %s, password %s\n"
8734 msgstr "http godkendelse: bruger %s, kodeord %s\n"
8813 msgstr "http godkendelse: bruger %s, kodeord %s\n"
8735
8814
8736 #, python-format
8815 #, python-format
8737 msgid "proxying through http://%s:%s\n"
8816 msgid "proxying through http://%s:%s\n"
8738 msgstr ""
8817 msgstr ""
8739
8818
8740 #, python-format
8819 #, python-format
8741 msgid "command '%s' failed: %s"
8820 msgid "command '%s' failed: %s"
8742 msgstr "kommandoen '%s' fejlede: %s"
8821 msgstr "kommandoen '%s' fejlede: %s"
8743
8822
8744 #, python-format
8823 #, python-format
8745 msgid "path contains illegal component: %s"
8824 msgid "path contains illegal component: %s"
8746 msgstr "stien indeholder ugyldig komponent: %s"
8825 msgstr "stien indeholder ugyldig komponent: %s"
8747
8826
8748 #, python-format
8827 #, python-format
8749 msgid "path %r is inside repo %r"
8828 msgid "path %r is inside repo %r"
8750 msgstr "stien %r er inde i repo %r"
8829 msgstr "stien %r er inde i repo %r"
8751
8830
8752 #, python-format
8831 #, python-format
8753 msgid "path %r traverses symbolic link %r"
8832 msgid "path %r traverses symbolic link %r"
8754 msgstr "stien %r følger symbolsk link %r"
8833 msgstr "stien %r følger symbolsk link %r"
8755
8834
8756 msgid "Hardlinks not supported"
8835 msgid "Hardlinks not supported"
8757 msgstr "Hardlinks er ikke supporteret"
8836 msgstr "Hardlinks er ikke supporteret"
8758
8837
8759 #, python-format
8838 #, python-format
8760 msgid "could not symlink to %r: %s"
8839 msgid "could not symlink to %r: %s"
8761 msgstr "kunne ikke lave et symbolsk link til %r: %s"
8840 msgstr "kunne ikke lave et symbolsk link til %r: %s"
8762
8841
8763 #, python-format
8842 #, python-format
8764 msgid "invalid date: %r "
8843 msgid "invalid date: %r "
8765 msgstr "ugyldig dato: %r "
8844 msgstr "ugyldig dato: %r "
8766
8845
8767 #, python-format
8846 #, python-format
8768 msgid "date exceeds 32 bits: %d"
8847 msgid "date exceeds 32 bits: %d"
8769 msgstr "dato overskrider 32 bit: %d"
8848 msgstr "dato overskrider 32 bit: %d"
8770
8849
8771 #, python-format
8850 #, python-format
8772 msgid "impossible time zone offset: %d"
8851 msgid "impossible time zone offset: %d"
8773 msgstr "umuligt tidszone: %d"
8852 msgstr "umuligt tidszone: %d"
8774
8853
8775 #, python-format
8854 #, python-format
8776 msgid "invalid day spec: %s"
8855 msgid "invalid day spec: %s"
8777 msgstr ""
8856 msgstr ""
8778
8857
8779 #, python-format
8858 #, python-format
8780 msgid "%.0f GB"
8859 msgid "%.0f GB"
8781 msgstr "%.0f GB"
8860 msgstr "%.0f GB"
8782
8861
8783 #, python-format
8862 #, python-format
8784 msgid "%.1f GB"
8863 msgid "%.1f GB"
8785 msgstr "%.1f GB"
8864 msgstr "%.1f GB"
8786
8865
8787 #, python-format
8866 #, python-format
8788 msgid "%.2f GB"
8867 msgid "%.2f GB"
8789 msgstr "%.2f GB"
8868 msgstr "%.2f GB"
8790
8869
8791 #, python-format
8870 #, python-format
8792 msgid "%.0f MB"
8871 msgid "%.0f MB"
8793 msgstr "%.0f MB"
8872 msgstr "%.0f MB"
8794
8873
8795 #, python-format
8874 #, python-format
8796 msgid "%.1f MB"
8875 msgid "%.1f MB"
8797 msgstr "%.1f MB"
8876 msgstr "%.1f MB"
8798
8877
8799 #, python-format
8878 #, python-format
8800 msgid "%.2f MB"
8879 msgid "%.2f MB"
8801 msgstr "%.2f MB"
8880 msgstr "%.2f MB"
8802
8881
8803 #, python-format
8882 #, python-format
8804 msgid "%.0f KB"
8883 msgid "%.0f KB"
8805 msgstr "%.0f KB"
8884 msgstr "%.0f KB"
8806
8885
8807 #, python-format
8886 #, python-format
8808 msgid "%.1f KB"
8887 msgid "%.1f KB"
8809 msgstr "%.1f KB"
8888 msgstr "%.1f KB"
8810
8889
8811 #, python-format
8890 #, python-format
8812 msgid "%.2f KB"
8891 msgid "%.2f KB"
8813 msgstr "%.2f KB"
8892 msgstr "%.2f KB"
8814
8893
8815 #, python-format
8894 #, python-format
8816 msgid "%.0f bytes"
8895 msgid "%.0f bytes"
8817 msgstr "%.0f byte"
8896 msgstr "%.0f byte"
8818
8897
8819 msgid "cannot verify bundle or remote repos"
8898 msgid "cannot verify bundle or remote repos"
8820 msgstr "kan ikke verificere bundt eller fjerndepoter"
8899 msgstr "kan ikke verificere bundt eller fjerndepoter"
8821
8900
8822 msgid "interrupted"
8901 msgid "interrupted"
8823 msgstr "afbrudt"
8902 msgstr "afbrudt"
8824
8903
8825 #, python-format
8904 #, python-format
8826 msgid "empty or missing %s"
8905 msgid "empty or missing %s"
8827 msgstr "tom eller manglende %s"
8906 msgstr "tom eller manglende %s"
8828
8907
8829 #, python-format
8908 #, python-format
8830 msgid "data length off by %d bytes"
8909 msgid "data length off by %d bytes"
8831 msgstr "datalænge er %d bytes forkert"
8910 msgstr "datalænge er %d bytes forkert"
8832
8911
8833 #, python-format
8912 #, python-format
8834 msgid "index contains %d extra bytes"
8913 msgid "index contains %d extra bytes"
8835 msgstr "indekset indeholder %d ekstra bytes"
8914 msgstr "indekset indeholder %d ekstra bytes"
8836
8915
8837 #, python-format
8916 #, python-format
8838 msgid "warning: `%s' uses revlog format 1"
8917 msgid "warning: `%s' uses revlog format 1"
8839 msgstr "advarsel: '%s' bruger revlog format 1"
8918 msgstr "advarsel: '%s' bruger revlog format 1"
8840
8919
8841 #, python-format
8920 #, python-format
8842 msgid "warning: `%s' uses revlog format 0"
8921 msgid "warning: `%s' uses revlog format 0"
8843 msgstr "advarsel: '%s' bruger revlog format 0"
8922 msgstr "advarsel: '%s' bruger revlog format 0"
8844
8923
8845 #, python-format
8924 #, python-format
8846 msgid "rev %d points to nonexistent changeset %d"
8925 msgid "rev %d points to nonexistent changeset %d"
8847 msgstr "rev %d peger på ikke eksisterende ændring %d"
8926 msgstr "rev %d peger på ikke eksisterende ændring %d"
8848
8927
8849 #, python-format
8928 #, python-format
8850 msgid "rev %d points to unexpected changeset %d"
8929 msgid "rev %d points to unexpected changeset %d"
8851 msgstr "rev %d peger på uventet ændring %d"
8930 msgstr "rev %d peger på uventet ændring %d"
8852
8931
8853 #, python-format
8932 #, python-format
8854 msgid " (expected %s)"
8933 msgid " (expected %s)"
8855 msgstr " (forventede %s)"
8934 msgstr " (forventede %s)"
8856
8935
8857 #, python-format
8936 #, python-format
8858 msgid "unknown parent 1 %s of %s"
8937 msgid "unknown parent 1 %s of %s"
8859 msgstr "ukendt forælder 1 %s til %s"
8938 msgstr "ukendt forælder 1 %s til %s"
8860
8939
8861 #, python-format
8940 #, python-format
8862 msgid "unknown parent 2 %s of %s"
8941 msgid "unknown parent 2 %s of %s"
8863 msgstr "ukendt forælder 2 %s til %s"
8942 msgstr "ukendt forælder 2 %s til %s"
8864
8943
8865 #, python-format
8944 #, python-format
8866 msgid "checking parents of %s"
8945 msgid "checking parents of %s"
8867 msgstr "kontrollerer forældre til %s"
8946 msgstr "kontrollerer forældre til %s"
8868
8947
8869 #, python-format
8948 #, python-format
8870 msgid "duplicate revision %d (%d)"
8949 msgid "duplicate revision %d (%d)"
8871 msgstr "duplikeret revision %d (%d)"
8950 msgstr "duplikeret revision %d (%d)"
8872
8951
8873 #, python-format
8952 #, python-format
8874 msgid "repository uses revlog format %d\n"
8953 msgid "repository uses revlog format %d\n"
8875 msgstr "arkivet bruger revlog format %d\n"
8954 msgstr "arkivet bruger revlog format %d\n"
8876
8955
8877 msgid "checking changesets\n"
8956 msgid "checking changesets\n"
8878 msgstr "kontrollerer ændringer\n"
8957 msgstr "kontrollerer ændringer\n"
8879
8958
8880 #, python-format
8959 #, python-format
8881 msgid "unpacking changeset %s"
8960 msgid "unpacking changeset %s"
8882 msgstr "udpakker ændring %s"
8961 msgstr "udpakker ændring %s"
8883
8962
8884 msgid "checking manifests\n"
8963 msgid "checking manifests\n"
8885 msgstr "kontrollerer manifester\n"
8964 msgstr "kontrollerer manifester\n"
8886
8965
8887 #, python-format
8966 #, python-format
8888 msgid "%s not in changesets"
8967 msgid "%s not in changesets"
8889 msgstr "%s ikke i ændringer"
8968 msgstr "%s ikke i ændringer"
8890
8969
8891 msgid "file without name in manifest"
8970 msgid "file without name in manifest"
8892 msgstr "fil uden navn i manifest"
8971 msgstr "fil uden navn i manifest"
8893
8972
8894 #, python-format
8973 #, python-format
8895 msgid "reading manifest delta %s"
8974 msgid "reading manifest delta %s"
8896 msgstr "læser manifestforskel %s"
8975 msgstr "læser manifestforskel %s"
8897
8976
8898 msgid "crosschecking files in changesets and manifests\n"
8977 msgid "crosschecking files in changesets and manifests\n"
8899 msgstr "krydstjekker filer i ændringer og manifester\n"
8978 msgstr "krydstjekker filer i ændringer og manifester\n"
8900
8979
8901 #, python-format
8980 #, python-format
8902 msgid "changeset refers to unknown manifest %s"
8981 msgid "changeset refers to unknown manifest %s"
8903 msgstr "ændring refererer til et ukendt manifest %s"
8982 msgstr "ændring refererer til et ukendt manifest %s"
8904
8983
8905 msgid "in changeset but not in manifest"
8984 msgid "in changeset but not in manifest"
8906 msgstr "i ændring men ikke i manifest"
8985 msgstr "i ændring men ikke i manifest"
8907
8986
8908 msgid "in manifest but not in changeset"
8987 msgid "in manifest but not in changeset"
8909 msgstr "i manifest men ikke i ændring"
8988 msgstr "i manifest men ikke i ændring"
8910
8989
8911 msgid "checking files\n"
8990 msgid "checking files\n"
8912 msgstr "kontrollerer filer\n"
8991 msgstr "kontrollerer filer\n"
8913
8992
8914 #, python-format
8993 #, python-format
8915 msgid "cannot decode filename '%s'"
8994 msgid "cannot decode filename '%s'"
8916 msgstr "kan ikke dekode filnavn '%s'"
8995 msgstr "kan ikke dekode filnavn '%s'"
8917
8996
8918 #, python-format
8997 #, python-format
8919 msgid "broken revlog! (%s)"
8998 msgid "broken revlog! (%s)"
8920 msgstr "beskadiget revlog! (%s)"
8999 msgstr "beskadiget revlog! (%s)"
8921
9000
8922 msgid "missing revlog!"
9001 msgid "missing revlog!"
8923 msgstr "manglende revlog!"
9002 msgstr "manglende revlog!"
8924
9003
8925 #, python-format
9004 #, python-format
8926 msgid "%s not in manifests"
9005 msgid "%s not in manifests"
8927 msgstr ""
9006 msgstr ""
8928
9007
8929 #, python-format
9008 #, python-format
8930 msgid "unpacked size is %s, %s expected"
9009 msgid "unpacked size is %s, %s expected"
8931 msgstr "udpakket størrelse er %s, forventede %s"
9010 msgstr "udpakket størrelse er %s, forventede %s"
8932
9011
8933 #, python-format
9012 #, python-format
8934 msgid "unpacking %s"
9013 msgid "unpacking %s"
8935 msgstr "udpakker %s"
9014 msgstr "udpakker %s"
8936
9015
8937 #, python-format
9016 #, python-format
8938 msgid "empty or missing copy source revlog %s:%s"
9017 msgid "empty or missing copy source revlog %s:%s"
8939 msgstr ""
9018 msgstr ""
8940
9019
8941 #, python-format
9020 #, python-format
8942 msgid "warning: %s@%s: copy source revision is nullid %s:%s"
9021 msgid "warning: %s@%s: copy source revision is nullid %s:%s"
8943 msgstr ""
9022 msgstr ""
8944
9023
8945 #, python-format
9024 #, python-format
8946 msgid "checking rename of %s"
9025 msgid "checking rename of %s"
8947 msgstr "kontrollerer omdøbning af %s"
9026 msgstr "kontrollerer omdøbning af %s"
8948
9027
8949 #, python-format
9028 #, python-format
8950 msgid "%s in manifests not found"
9029 msgid "%s in manifests not found"
8951 msgstr ""
9030 msgstr ""
8952
9031
8953 #, python-format
9032 #, python-format
8954 msgid "warning: orphan revlog '%s'"
9033 msgid "warning: orphan revlog '%s'"
8955 msgstr "advarsel: forældreløs revlog '%s'"
9034 msgstr "advarsel: forældreløs revlog '%s'"
8956
9035
8957 #, python-format
9036 #, python-format
8958 msgid "%d files, %d changesets, %d total revisions\n"
9037 msgid "%d files, %d changesets, %d total revisions\n"
8959 msgstr "%d filer, %d ændringer, ialt %d revisioner\n"
9038 msgstr "%d filer, %d ændringer, ialt %d revisioner\n"
8960
9039
8961 #, python-format
9040 #, python-format
8962 msgid "%d warnings encountered!\n"
9041 msgid "%d warnings encountered!\n"
8963 msgstr "fandt %d advarsler!\n"
9042 msgstr "fandt %d advarsler!\n"
8964
9043
8965 #, python-format
9044 #, python-format
8966 msgid "%d integrity errors encountered!\n"
9045 msgid "%d integrity errors encountered!\n"
8967 msgstr "fandt %d integritetsfejl!\n"
9046 msgstr "fandt %d integritetsfejl!\n"
8968
9047
8969 #, python-format
9048 #, python-format
8970 msgid "(first damaged changeset appears to be %d)\n"
9049 msgid "(first damaged changeset appears to be %d)\n"
8971 msgstr "(første beskadigede ændring er tilsyneladende %d)\n"
9050 msgstr "(første beskadigede ændring er tilsyneladende %d)\n"
8972
9051
8973 msgid "user name not available - set USERNAME environment variable"
9052 msgid "user name not available - set USERNAME environment variable"
8974 msgstr "der er ikke noget brugernavn - sæt USERNAME miljøvariabel"
9053 msgstr "der er ikke noget brugernavn - sæt USERNAME miljøvariabel"
8975
8976 #~ msgid "patch file name"
8977 #~ msgstr "patch navn"
General Comments 0
You need to be logged in to leave comments. Login now