~ubuntu-branches/ubuntu/maverick/usb-creator/maverick

« back to all changes in this revision

Viewing changes to po/da.po

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea, Evan Dandrea, Roderick B. Greening
  • Date: 2009-08-26 21:16:18 UTC
  • Revision ID: james.westby@ubuntu.com-20090826211618-d1p2wkg661375fz9
Tags: 0.2.3
[ Evan Dandrea ]
* Depend on python-qt4-dbus.  Thanks Daniel T. Chen (LP: #404553).
* New KDE icon.  Thanks Jonathan Riddell and Ken Wimer!
* Massively cleaned up the structure of the usb-creator code.
* Replaced the HAL backend with a DeviceKit-disks backend.
* Added a Windows frontend and backend (built outside the archive).
* Manage the install routine and progress feedback in separate threads,
  rather than a separate process.
* Replace dependency on parted and mtools with devicekit-disks.

[ Roderick B. Greening ]
* Update ui file name for KDE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: usb-creator\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2009-07-24 10:37+0100\n"
 
10
"POT-Creation-Date: 2009-07-28 17:29+0100\n"
11
11
"PO-Revision-Date: 2009-02-11 22:01+0000\n"
12
12
"Last-Translator: Mads Lundby <Unknown>\n"
13
13
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
17
17
"X-Launchpad-Export-Date: 2009-07-24 09:28+0000\n"
18
18
"X-Generator: Launchpad (build Unknown)\n"
19
19
 
 
20
#: .././usbcreator/install.py:121
 
21
#, python-format
 
22
msgid "The extension \"%s\" is not supported."
 
23
msgstr ""
 
24
 
 
25
#: .././usbcreator/install.py:133
 
26
#, python-format
 
27
msgid ""
 
28
"An uncaught exception was raised:\n"
 
29
"%s"
 
30
msgstr ""
 
31
 
 
32
#: .././usbcreator/install.py:146
 
33
#, python-format
 
34
msgid ""
 
35
"Insufficient free space to write the image:\n"
 
36
"%s (%d B) > %s (%d B)"
 
37
msgstr ""
 
38
 
 
39
#. TODO evand 2009-07-23: Zero out the MBR.  Check to see if the first
 
40
#. 446 bytes are all NULs, and if not, ask the user if they want to wipe
 
41
#. it.  Confirm with a USB disk that never has had an OS installed to
 
42
#. it.
 
43
#: .././usbcreator/install.py:162
 
44
msgid "Installing the bootloader..."
 
45
msgstr ""
 
46
 
 
47
#: .././usbcreator/install.py:174
 
48
msgid "Failed to install the bootloader."
 
49
msgstr ""
 
50
 
 
51
#: .././usbcreator/install.py:178
 
52
msgid "Modifying configuration..."
 
53
msgstr ""
 
54
 
 
55
#: .././usbcreator/install.py:240
 
56
msgid "Creating a persistence file..."
 
57
msgstr ""
 
58
 
 
59
#: .././usbcreator/install.py:243
 
60
msgid "Creating an ext2 filesystem in the persistence file..."
 
61
msgstr ""
 
62
 
 
63
#: .././usbcreator/install.py:265
 
64
#, python-format
 
65
msgid "Could not write the disk image (%s) to the device (%s)."
 
66
msgstr ""
 
67
 
 
68
#. Clear.
20
69
#. Some of the code in this function was copied from Ubiquity's
21
70
#. scripts/install.py
22
 
#: .././scripts/install.py:46
23
 
msgid "Copying files\n"
24
 
msgstr ""
25
 
 
26
 
#: .././scripts/install.py:143
27
 
msgid "Creating persistence file\n"
28
 
msgstr ""
29
 
 
30
 
#: .././scripts/install.py:146
31
 
msgid "Making persistence filesystem\n"
32
 
msgstr ""
33
 
 
34
 
#: .././usbcreator/backend.py:371
35
 
#, fuzzy, python-format
36
 
msgid ""
37
 
"Unable to mount the image %s.\n"
38
 
"\n"
39
 
"Please see ~/.usb-creator.log for more details"
40
 
msgstr ""
41
 
"Installationen mislykkedes. Se ~/.usb-creator.log for yderligere detaljer.\n"
42
 
 
43
 
#: .././usbcreator/backend.py:524
44
 
msgid "Unable to format the device"
45
 
msgstr ""
46
 
 
47
 
#: .././usbcreator/backend.py:562
48
 
msgid ""
49
 
"An error occured during the installation, and it was unable to complete."
50
 
msgstr ""
51
 
 
52
 
#: .././usbcreator/backend.py:590 .././usbcreator/backend.py:592
53
 
msgid "Copying files"
54
 
msgstr ""
55
 
 
56
 
#: .././usbcreator/backend.py:634
57
 
msgid "Installing the bootloader"
58
 
msgstr ""
59
 
 
60
 
#: .././usbcreator/gtk_frontend.py:320 .././usbcreator/kde_frontend.py:448
 
71
#: .././usbcreator/install.py:286 .././usbcreator/install.py:374
 
72
msgid "Removing files..."
 
73
msgstr ""
 
74
 
 
75
#: .././usbcreator/install.py:323 .././usbcreator/install.py:403
 
76
msgid "Copying files..."
 
77
msgstr ""
 
78
 
 
79
#: .././usbcreator/install.py:352
 
80
msgid "md5 checksums do not match."
 
81
msgstr ""
 
82
 
 
83
#. TODO evand 2009-07-23: Catch exceptions around the
 
84
#. user removing the flash drive mid-write.  Give the
 
85
#. user the option of selecting the re-inserted disk
 
86
#. from a drop down list and continuing.
 
87
#. TODO evand 2009-07-23: Fail more gracefully.
 
88
#: .././usbcreator/install.py:467
 
89
#, python-format
 
90
msgid "Could not read from %s"
 
91
msgstr ""
 
92
 
 
93
#: .././usbcreator/install.py:492
 
94
msgid "Checksums do not match.  Retry?"
 
95
msgstr ""
 
96
 
 
97
#: .././usbcreator/install.py:496
 
98
msgid "Checksums do not match."
 
99
msgstr ""
 
100
 
 
101
#: .././usbcreator/frontends/gtk/frontend.py:315
 
102
#: .././usbcreator/frontends/kde/frontend.py:449
61
103
msgid "CD-Drive/Image"
62
104
msgstr ""
63
105
 
64
 
#: .././usbcreator/gtk_frontend.py:329 .././usbcreator/kde_frontend.py:457
 
106
#: .././usbcreator/frontends/gtk/frontend.py:324
 
107
#: .././usbcreator/frontends/kde/frontend.py:458
 
108
#: .././usbcreator/frontends/winui/main_dialog.py:28
65
109
msgid "OS Version"
66
110
msgstr ""
67
111
 
68
 
#: .././usbcreator/gtk_frontend.py:335 .././usbcreator/kde_frontend.py:463
 
112
#: .././usbcreator/frontends/gtk/frontend.py:330
 
113
#: .././usbcreator/frontends/kde/frontend.py:464
 
114
#: .././usbcreator/frontends/winui/main_dialog.py:29
69
115
msgid "Size"
70
116
msgstr ""
71
117
 
72
 
#: .././usbcreator/gtk_frontend.py:466 .././usbcreator/kde_frontend.py:600
 
118
#: .././usbcreator/frontends/gtk/frontend.py:461
 
119
#: .././usbcreator/frontends/kde/frontend.py:601
 
120
#: .././usbcreator/frontends/winui/main_dialog.py:36
73
121
msgid "Device"
74
122
msgstr ""
75
123
 
76
 
#: .././usbcreator/gtk_frontend.py:477 .././usbcreator/kde_frontend.py:611
 
124
#: .././usbcreator/frontends/gtk/frontend.py:472
 
125
#: .././usbcreator/frontends/kde/frontend.py:612
 
126
#: .././usbcreator/frontends/winui/main_dialog.py:37
77
127
msgid "Label"
78
128
msgstr ""
79
129
 
80
 
#: .././usbcreator/gtk_frontend.py:483 .././usbcreator/kde_frontend.py:617
 
130
#: .././usbcreator/frontends/gtk/frontend.py:478
 
131
#: .././usbcreator/frontends/kde/frontend.py:618
 
132
#: .././usbcreator/frontends/winui/main_dialog.py:38
81
133
msgid "Capacity"
82
134
msgstr ""
83
135
 
84
 
#: .././usbcreator/gtk_frontend.py:489 .././usbcreator/kde_frontend.py:623
 
136
#: .././usbcreator/frontends/gtk/frontend.py:484
 
137
#: .././usbcreator/frontends/kde/frontend.py:624
 
138
#: .././usbcreator/frontends/winui/main_dialog.py:39
85
139
msgid "Free Space"
86
140
msgstr ""
87
141
 
88
 
#: .././usbcreator/gtk_frontend.py:498 .././usbcreator/kde_frontend.py:633
89
 
msgid "ISO Files"
90
 
msgstr ""
91
 
 
92
 
#: .././usbcreator/gtk_frontend.py:498 .././usbcreator/kde_frontend.py:633
93
 
msgid "IMG Files"
94
 
msgstr ""
95
 
 
96
 
#: .././usbcreator/gtk_frontend.py:521 .././usbcreator/kde_frontend.py:645
97
 
msgid "Starting up"
98
 
msgstr ""
99
 
 
100
 
#: .././usbcreator/gtk_frontend.py:529
 
142
#. TODO evand 2009-07-28: The list itself needs to be moved into the
 
143
#. base frontend.
 
144
#. To be displayed as a list of file type filters.
 
145
#: .././usbcreator/frontends/gtk/frontend.py:493
 
146
#: .././usbcreator/frontends/kde/frontend.py:634
 
147
#: .././usbcreator/frontends/winui/frontend.py:178
 
148
msgid "CD Images"
 
149
msgstr ""
 
150
 
 
151
#: .././usbcreator/frontends/gtk/frontend.py:493
 
152
#: .././usbcreator/frontends/kde/frontend.py:634
 
153
#: .././usbcreator/frontends/winui/frontend.py:179
 
154
msgid "Disk Images"
 
155
msgstr ""
 
156
 
 
157
#: .././usbcreator/frontends/gtk/frontend.py:516
 
158
#: .././usbcreator/frontends/kde/frontend.py:647
 
159
#: .././usbcreator/frontends/winui/install_window.py:28
 
160
msgid "Starting up..."
 
161
msgstr ""
 
162
 
 
163
#: .././usbcreator/frontends/gtk/frontend.py:524
 
164
#: .././usbcreator/frontends/winui/frontend.py:152
101
165
#, python-format
102
166
msgid "%d%% complete"
103
167
msgstr ""
104
168
 
105
 
#: .././usbcreator/gtk_frontend.py:533
 
169
#: .././usbcreator/frontends/gtk/frontend.py:528
 
170
#: .././usbcreator/frontends/winui/frontend.py:148
106
171
#, python-format
107
172
msgid "%d%% complete (%dm%ss remaining)"
108
173
msgstr ""
109
174
 
110
 
#: .././usbcreator/kde_frontend.py:650
 
175
#: .././usbcreator/frontends/kde/frontend.py:651
 
176
msgid "Starting up"
 
177
msgstr ""
 
178
 
 
179
#: .././usbcreator/frontends/kde/frontend.py:657
111
180
msgid "You must select both source image and target device first."
112
181
msgstr ""
113
182
 
114
 
#: .././usbcreator/kde_frontend.py:680
 
183
#: .././usbcreator/frontends/kde/frontend.py:687
115
184
msgid ""
116
185
"Installation is complete.  You may now reboot your computer with this USB "
117
186
"thumb drive inserted to boot Ubuntu."
119
188
"Installation er fuldført. Du kan nu genstarte din computer med denne USB-"
120
189
"nøgle indsat for at opstarte Ubuntu."
121
190
 
122
 
#: .././usbcreator/kde_frontend.py:693
 
191
#: .././usbcreator/frontends/kde/frontend.py:700
123
192
msgid "Quit the installation?"
124
193
msgstr "Afslut installationen?"
125
194
 
126
 
#: .././usbcreator/kde_frontend.py:694
 
195
#: .././usbcreator/frontends/kde/frontend.py:701
127
196
msgid "Do you really want to quit the installation now?"
128
197
msgstr "Er du sikker på, at du vil afslutte installationen nu?"
129
198
 
 
199
#: .././usbcreator/frontends/winui/frontend.py:71
 
200
#, fuzzy
 
201
msgid ""
 
202
"The installation is complete.  You may now reboot your computer with this "
 
203
"device inserted to try or install Ubuntu."
 
204
msgstr ""
 
205
"Installation er fuldført. Du kan nu genstarte din computer med denne USB-"
 
206
"nøgle indsat for at opstarte Ubuntu."
 
207
 
 
208
#: .././usbcreator/frontends/winui/frontend.py:74
 
209
#, fuzzy
 
210
msgid "Installation complete"
 
211
msgstr "Installation fuldført"
 
212
 
 
213
#: .././usbcreator/frontends/winui/frontend.py:80
 
214
#, fuzzy
 
215
msgid "Installation failed"
 
216
msgstr "Installation mislykkedes"
 
217
 
 
218
#. TODO evand 2009-07-28: Better error message.
 
219
#: .././usbcreator/frontends/winui/frontend.py:86
 
220
#, fuzzy
 
221
msgid "Installation failed."
 
222
msgstr "Installation mislykkedes"
 
223
 
 
224
#: .././usbcreator/frontends/winui/frontend.py:180
 
225
msgid "All"
 
226
msgstr ""
 
227
 
 
228
#: .././usbcreator/frontends/winui/frontend.py:190
 
229
#, fuzzy
 
230
msgid "Make USB Startup Disk"
 
231
msgstr "Lav opstartsdisk"
 
232
 
 
233
#: .././usbcreator/frontends/winui/main_dialog.py:21
 
234
#, fuzzy
 
235
msgid ""
 
236
"To try or install Ubuntu from a USB disk, it needs to be set up as a startup "
 
237
"disk."
 
238
msgstr ""
 
239
"For at afprøve eller installere Ubuntu fra en USB-disk,\n"
 
240
"skal den opsættes som en opstartsdisk."
 
241
 
 
242
#: .././usbcreator/frontends/winui/main_dialog.py:24
 
243
msgid "Source disc image (.iso) or CD:"
 
244
msgstr "Kildediskaftryk (.iso) eller cd:"
 
245
 
 
246
#: .././usbcreator/frontends/winui/main_dialog.py:27
 
247
msgid "Image"
 
248
msgstr ""
 
249
 
 
250
#: .././usbcreator/frontends/winui/main_dialog.py:32
 
251
msgid "Other..."
 
252
msgstr "Andet..."
 
253
 
 
254
#: .././usbcreator/frontends/winui/main_dialog.py:34
 
255
msgid "USB disk to use:"
 
256
msgstr "USB-disk som skal anvendes:"
 
257
 
 
258
#: .././usbcreator/frontends/winui/main_dialog.py:42
 
259
msgid "When starting up from this disk, documents and settings will be:"
 
260
msgstr "Ved opstart fra denne disk, vil dokumenter og opsætning blive:"
 
261
 
 
262
#: .././usbcreator/frontends/winui/main_dialog.py:45
 
263
#, fuzzy
 
264
msgid "Stored in reserved space"
 
265
msgstr "Gemt på reserveret ekstra plads"
 
266
 
 
267
#: .././usbcreator/frontends/winui/main_dialog.py:46
 
268
msgid "How much:"
 
269
msgstr "Hvor meget:"
 
270
 
 
271
#: .././usbcreator/frontends/winui/main_dialog.py:52
 
272
#, fuzzy
 
273
msgid "Discarded on shutdown, unlessyou save them elsewhere"
 
274
msgstr "Kasseret ved lukning, medmindre du gemmer dem andre steder"
 
275
 
 
276
#: .././usbcreator/frontends/winui/main_dialog.py:56
 
277
msgid "Quit"
 
278
msgstr ""
 
279
 
 
280
#: .././usbcreator/frontends/winui/main_dialog.py:58
 
281
#, fuzzy
 
282
msgid "Make startup disk"
 
283
msgstr "Lav opstartsdisk"
 
284
 
 
285
#: .././usbcreator/frontends/winui/install_window.py:23
 
286
#, fuzzy
 
287
msgid "Installing"
 
288
msgstr "Installation mislykkedes"
 
289
 
 
290
#: .././usbcreator/frontends/winui/install_window.py:32
 
291
msgid "&Cancel"
 
292
msgstr ""
 
293
 
130
294
#: .././desktop/usb-creator-gtk.desktop.in.h:1
131
295
#: .././desktop/usb-creator-kde.desktop.in.h:1
132
296
msgid "Create a USB startup disk using a CD or disc image"
138
302
msgid "USB Startup Disk Creator"
139
303
msgstr "Lav USB-opstartsdisk"
140
304
 
141
 
#~ msgid "Discarded on shutdown, unless you save them elsewhere"
142
 
#~ msgstr "Kasseret ved lukning, medmindre du gemmer dem andre steder"
 
305
#: ../main.py:37
 
306
msgid "Please run this program as an administrator to continue."
 
307
msgstr ""
 
308
 
 
309
#: ../main.py:38
 
310
msgid "Administrator privileges required"
 
311
msgstr ""
 
312
 
 
313
#: ../main.py:55
 
314
#, python-format
 
315
msgid ""
 
316
"An unhandled exception occurred:\n"
 
317
"%s"
 
318
msgstr ""
 
319
 
 
320
#: ../main.py:56
 
321
msgid "Error"
 
322
msgstr ""
 
323
 
 
324
#, fuzzy
 
325
#~ msgid ""
 
326
#~ "Unable to mount the image %s.\n"
 
327
#~ "\n"
 
328
#~ "Please see ~/.usb-creator.log for more details"
 
329
#~ msgstr ""
 
330
#~ "Installationen mislykkedes. Se ~/.usb-creator.log for yderligere "
 
331
#~ "detaljer.\n"
143
332
 
144
333
#~ msgid "Format"
145
334
#~ msgstr "Formatér"
146
335
 
147
 
#~ msgid "How much:"
148
 
#~ msgstr "Hvor meget:"
149
 
 
150
 
#~ msgid "Installation Complete"
151
 
#~ msgstr "Installation fuldført"
152
 
 
153
 
#~ msgid "Installation Failed"
154
 
#~ msgstr "Installation mislykkedes"
155
 
 
156
 
#~ msgid "Make Startup Disk"
157
 
#~ msgstr "Lav opstartsdisk"
158
 
 
159
 
#~ msgid "Other..."
160
 
#~ msgstr "Andet..."
161
 
 
162
 
#~ msgid "Source disc image (.iso) or CD:"
163
 
#~ msgstr "Kildediskaftryk (.iso) eller cd:"
164
 
 
165
 
#~ msgid "Stored in reserved extra space"
166
 
#~ msgstr "Gemt på reserveret ekstra plads"
167
 
 
168
 
#~ msgid ""
169
 
#~ "To try or install Ubuntu from a USB disk, it needs\n"
170
 
#~ "to be set up as a startup disk."
171
 
#~ msgstr ""
172
 
#~ "For at afprøve eller installere Ubuntu fra en USB-disk,\n"
173
 
#~ "skal den opsættes som en opstartsdisk."
174
 
 
175
 
#~ msgid "USB disk to use:"
176
 
#~ msgstr "USB-disk som skal anvendes:"
177
 
 
178
 
#~ msgid "When starting up from this disk, documents and settings will be:"
179
 
#~ msgstr "Ved opstart fra denne disk, vil dokumenter og opsætning blive:"
180
 
 
181
336
#~ msgid "gtk-cancel"
182
337
#~ msgstr "gtk-cancel"
183
338