~ubuntu-branches/ubuntu/saucy/usb-creator/saucy

« back to all changes in this revision

Viewing changes to po/en_GB.po

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-01-28 13:35:56 UTC
  • mfrom: (70.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130128133556-6wz7bnolagyylr94
Tags: 0.2.45.1
KDE frontend python3 fixes from Riddell.

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: 2010-04-13 15:53+0000\n"
 
10
"POT-Creation-Date: 2013-01-28 12:46+0000\n"
11
11
"PO-Revision-Date: 2010-04-17 12:59+0000\n"
12
12
"Last-Translator: Chris Woollard <cwoollard@gmail.com>\n"
13
13
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
 
14
"Language: \n"
14
15
"MIME-Version: 1.0\n"
15
16
"Content-Type: text/plain; charset=UTF-8\n"
16
17
"Content-Transfer-Encoding: 8bit\n"
17
18
"X-Launchpad-Export-Date: 2010-05-03 03:20+0000\n"
18
19
"X-Generator: Launchpad (build Unknown)\n"
19
20
 
20
 
#: .././usbcreator/install.py:133
21
 
#, python-format
22
 
msgid "The extension \"%s\" is not supported."
23
 
msgstr "The extension \"%s\" is not supported."
24
 
 
25
 
#: .././usbcreator/install.py:148
26
 
#, python-format
27
 
msgid ""
28
 
"An uncaught exception was raised:\n"
29
 
"%s"
30
 
msgstr ""
31
 
"An uncaught exception was raised:\n"
32
 
"%s"
33
 
 
34
 
#: .././usbcreator/install.py:164
35
 
#, python-format
36
 
msgid ""
37
 
"Insufficient free space to write the image:\n"
38
 
"%s\n"
39
 
"\n"
40
 
"(%d MB) > %s (%d MB)"
41
 
msgstr ""
42
 
"Insufficient free space to write the image:\n"
43
 
"%s\n"
44
 
"\n"
45
 
"(%d MB) > %s (%d MB)"
46
 
 
47
 
#: .././usbcreator/install.py:191
48
 
msgid "Installing the bootloader..."
49
 
msgstr "Installing the bootloader..."
50
 
 
51
 
#: .././usbcreator/install.py:192
52
 
msgid "Failed to install the bootloader."
53
 
msgstr "Failed to install the bootloader."
54
 
 
55
 
#: .././usbcreator/install.py:220
56
 
msgid "Modifying configuration..."
57
 
msgstr "Modifying configuration..."
58
 
 
59
 
#. Failure here probably means the source was not really an Ubuntu
60
 
#. image and did not have the files we wanted to move, see
61
 
#. <https://bugs.launchpad.net/launchpad-code/+bug/513432>
62
 
#: .././usbcreator/install.py:231
63
 
#, python-format
64
 
msgid ""
65
 
"Could not move syslinux files in \"%s\": %s. Maybe \"%s\" is not an Ubuntu "
66
 
"image?"
67
 
msgstr ""
68
 
"Could not move syslinux files in \"%s\": %s. Maybe \"%s\" is not an Ubuntu "
69
 
"image?"
70
 
 
71
 
#: .././usbcreator/install.py:290
72
 
msgid "Creating a persistence file..."
73
 
msgstr "Creating a persistence file..."
74
 
 
75
 
#: .././usbcreator/install.py:293
76
 
msgid "Creating an ext2 filesystem in the persistence file..."
77
 
msgstr "Creating an ext2 filesystem in the persistence file..."
78
 
 
79
 
#: .././usbcreator/install.py:305
80
 
msgid "Finishing..."
81
 
msgstr "Finishing..."
82
 
 
83
 
#. TODO evand 2009-09-02: Disabled until we can find a cross-platform
84
 
#. way of determining dd progress.
85
 
#. self.initialize_progress_thread()
86
 
#: .././usbcreator/install.py:328
87
 
msgid "Writing disk image..."
88
 
msgstr "Writing disk image..."
89
 
 
90
 
#: .././usbcreator/install.py:329
91
 
#, python-format
92
 
msgid "Could not write the disk image (%s) to the device (%s)."
93
 
msgstr "Could not write the disk image (%s) to the device (%s)."
94
 
 
95
 
#. Clear.
96
 
#. Some of the code in this function was copied from Ubiquity's
97
 
#. scripts/install.py
98
 
#: .././usbcreator/install.py:370 .././usbcreator/install.py:453
99
 
msgid "Removing files..."
100
 
msgstr "Removing files..."
101
 
 
102
 
#: .././usbcreator/install.py:402 .././usbcreator/install.py:477
103
 
msgid "Copying files..."
104
 
msgstr "Copying files..."
105
 
 
106
 
#: .././usbcreator/install.py:431
107
 
msgid "md5 checksums do not match."
108
 
msgstr "md5 checksums do not match."
109
 
 
110
 
#. TODO evand 2009-07-23: Catch exceptions around the
111
 
#. user removing the flash drive mid-write.  Give the
112
 
#. user the option of selecting the re-inserted disk
113
 
#. from a drop down list and continuing.
114
 
#. TODO evand 2009-07-23: Fail more gracefully.
115
 
#: .././usbcreator/install.py:541
116
 
#, python-format
117
 
msgid "Could not read from %s"
118
 
msgstr "Could not read from %s"
119
 
 
120
 
#: .././usbcreator/install.py:566
121
 
msgid "Checksums do not match.  Retry?"
122
 
msgstr "Checksums do not match.  Retry?"
123
 
 
124
 
#: .././usbcreator/install.py:570
125
 
msgid "Checksums do not match."
126
 
msgstr "Checksums do not match."
127
 
 
128
 
#: .././usbcreator/frontends/gtk/frontend.py:361 usbcreator-kde.ui.py:12
 
21
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:1
 
22
msgid "Install the bootloader"
 
23
msgstr "Install the bootloader"
 
24
 
 
25
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:2
 
26
msgid "System policy prevents installing the bootloader"
 
27
msgstr "System policy prevents installing the bootloader"
 
28
 
 
29
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:3
 
30
msgid "Format the device"
 
31
msgstr "Device Format"
 
32
 
 
33
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:4
 
34
msgid "System policy prevents formatting this device"
 
35
msgstr "System policy prevents formatting this device"
 
36
 
 
37
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:5
 
38
msgid "Image the device"
 
39
msgstr "Image the device"
 
40
 
 
41
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:6
 
42
msgid "System policy prevents writing a disk image to this device"
 
43
msgstr "System policy prevents you from writing a disk image to this device"
 
44
 
 
45
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:7
 
46
msgid "Mount a device"
 
47
msgstr "Mount a device"
 
48
 
 
49
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:8
 
50
msgid "System policy prevents mounting"
 
51
msgstr "System policy prevents you from mounting"
 
52
 
 
53
#: .././desktop/usb-creator-gtk.desktop.in.h:1
 
54
#: .././desktop/usb-creator-kde.desktop.in.h:1
 
55
msgid "Startup Disk Creator"
 
56
msgstr "Startup Disk Creator"
 
57
 
 
58
#: .././desktop/usb-creator-gtk.desktop.in.h:2
 
59
#: .././desktop/usb-creator-kde.desktop.in.h:2
 
60
msgid "Create a startup disk using a CD or disc image"
 
61
msgstr "Create a startup disk using a CD or disc image"
 
62
 
 
63
#. set title of progress window (same as gtk frontend)
 
64
#: .././usbcreator/frontends/kde/frontend.py:189
 
65
#: .././usbcreator/frontends/winui/install_window.py:23
 
66
#: .././gui/usbcreator-gtk.ui.h:8
 
67
msgid "Installing"
 
68
msgstr "Installing"
 
69
 
 
70
#. TODO evand 2009-07-28: Better error message.
 
71
#: .././usbcreator/frontends/kde/frontend.py:217
 
72
#: .././usbcreator/frontends/gtk/frontend.py:730
 
73
#: .././usbcreator/frontends/winui/frontend.py:87
 
74
msgid "Installation failed."
 
75
msgstr "Installation failed."
 
76
 
 
77
#: .././usbcreator/frontends/kde/frontend.py:379
 
78
#: .././usbcreator/frontends/gtk/frontend.py:471
 
79
msgid "The device is not large enough to hold this image."
 
80
msgstr "The device is not large enough to hold this image."
 
81
 
 
82
#: .././usbcreator/frontends/kde/frontend.py:381
 
83
#: .././usbcreator/frontends/gtk/frontend.py:473
 
84
msgid "There is not enough free space for this image."
 
85
msgstr "There is not enough free space for this image."
 
86
 
 
87
#: .././usbcreator/frontends/kde/frontend.py:384
 
88
msgid "The device needs to be formatted for use."
 
89
msgstr ""
 
90
 
 
91
#. TODO evand 2009-07-28: The list itself needs to be moved into the
 
92
#. base frontend.
 
93
#. To be displayed as a list of file type filters.
 
94
#: .././usbcreator/frontends/kde/frontend.py:417
 
95
#: .././usbcreator/frontends/gtk/frontend.py:623
 
96
#: .././usbcreator/frontends/winui/frontend.py:181
 
97
msgid "CD Images"
 
98
msgstr "CD Images"
 
99
 
 
100
#: .././usbcreator/frontends/kde/frontend.py:417
 
101
#: .././usbcreator/frontends/gtk/frontend.py:624
 
102
#: .././usbcreator/frontends/winui/frontend.py:182
 
103
msgid "Disk Images"
 
104
msgstr "Disk Images"
 
105
 
 
106
#: .././usbcreator/frontends/kde/frontend.py:433
 
107
msgid "Starting up"
 
108
msgstr "Starting up"
 
109
 
 
110
#: .././usbcreator/frontends/kde/frontend.py:442
 
111
msgid "You must select both source image and target device first."
 
112
msgstr "You must select both source image and target device first."
 
113
 
 
114
#: .././usbcreator/frontends/kde/frontend.py:469
 
115
#: .././usbcreator/frontends/winui/frontend.py:73
 
116
msgid ""
 
117
"The installation is complete.  You may now reboot your computer with this "
 
118
"device inserted to try or install Ubuntu."
 
119
msgstr ""
 
120
"The installation is complete.  You may now reboot your computer with this "
 
121
"device inserted to try or install Ubuntu."
 
122
 
 
123
#: .././usbcreator/frontends/kde/frontend.py:480
 
124
msgid "Retry?"
 
125
msgstr "Retry?"
 
126
 
 
127
#: .././usbcreator/frontends/kde/frontend.py:492
 
128
#: .././gui/usbcreator-gtk.ui.h:9
 
129
msgid "Quit the installation?"
 
130
msgstr "Quit the installation?"
 
131
 
 
132
#: .././usbcreator/frontends/kde/frontend.py:493
 
133
#: .././gui/usbcreator-gtk.ui.h:10
 
134
msgid "Do you really want to quit the installation now?"
 
135
msgstr "Do you really want to quit the installation now?"
 
136
 
 
137
#. TODO information about the device we're about to format.
 
138
#: .././usbcreator/frontends/kde/frontend.py:524
 
139
#: .././usbcreator/frontends/gtk/frontend.py:791
 
140
msgid "Are you sure you want to erase the entire disk?"
 
141
msgstr "Are you sure you want to erase the entire disk?"
 
142
 
 
143
#: .././usbcreator/frontends/gtk/frontend.py:133
 
144
#, fuzzy
 
145
msgid "To run Ubuntu on a portable device, it needs to be set up first."
 
146
msgstr ""
 
147
"To try or install Ubuntu from a removable disk, it needs to be set up as a "
 
148
"start-up disk."
 
149
 
 
150
#: .././usbcreator/frontends/gtk/frontend.py:134
 
151
#, fuzzy
 
152
msgid "Source disc image (.img):"
 
153
msgstr "Source disc image (.iso) or CD:"
 
154
 
 
155
#: .././usbcreator/frontends/gtk/frontend.py:135
 
156
#, fuzzy
 
157
msgid "Target device:"
 
158
msgstr "Image the device"
 
159
 
 
160
#: .././usbcreator/frontends/gtk/frontend.py:136
 
161
msgid "Ubuntu Core Installer"
 
162
msgstr ""
 
163
 
 
164
#: .././usbcreator/frontends/gtk/frontend.py:137
 
165
#, fuzzy
 
166
msgid "Install Ubuntu Core"
 
167
msgstr "Installation Complete"
 
168
 
 
169
#: .././usbcreator/frontends/gtk/frontend.py:138
 
170
msgid "Legal"
 
171
msgstr ""
 
172
 
 
173
#: .././usbcreator/frontends/gtk/frontend.py:369
129
174
msgid "CD-Drive/Image"
130
175
msgstr "CD-Drive/Image"
131
176
 
132
 
#: .././usbcreator/frontends/gtk/frontend.py:374
133
 
#: .././usbcreator/frontends/winui/main_dialog.py:28 usbcreator-kde.ui.py:15
 
177
#: .././usbcreator/frontends/gtk/frontend.py:371
 
178
#: .././usbcreator/frontends/winui/main_dialog.py:27
 
179
msgid "Image"
 
180
msgstr "Image"
 
181
 
 
182
#: .././usbcreator/frontends/gtk/frontend.py:385
 
183
#: .././usbcreator/frontends/winui/main_dialog.py:28
134
184
msgid "OS Version"
135
185
msgstr "OS Version"
136
186
 
137
 
#: .././usbcreator/frontends/gtk/frontend.py:384
138
 
#: .././usbcreator/frontends/winui/main_dialog.py:29 usbcreator-kde.ui.py:18
 
187
#: .././usbcreator/frontends/gtk/frontend.py:395
 
188
#: .././usbcreator/frontends/winui/main_dialog.py:29
139
189
msgid "Size"
140
190
msgstr "Size"
141
191
 
142
 
#: .././usbcreator/frontends/gtk/frontend.py:456
143
 
#: .././usbcreator/frontends/kde/frontend.py:363
144
 
#: usbcreator/frontends/kde/frontend.py:363
145
 
msgid "The device is not large enough to hold this image."
146
 
msgstr "The device is not large enough to hold this image."
147
 
 
148
 
#: .././usbcreator/frontends/gtk/frontend.py:458
149
 
#: .././usbcreator/frontends/kde/frontend.py:365
150
 
#: usbcreator/frontends/kde/frontend.py:365
151
 
msgid "There is not enough free space for this image."
152
 
msgstr "There is not enough free space for this image."
153
 
 
154
 
#: .././usbcreator/frontends/gtk/frontend.py:530
155
 
#: .././usbcreator/frontends/winui/main_dialog.py:36 usbcreator-kde.ui.py:30
 
192
#: .././usbcreator/frontends/gtk/frontend.py:508
 
193
#: .././usbcreator/frontends/gtk/frontend.py:796
 
194
#, fuzzy
 
195
msgid "Erasing..."
 
196
msgstr "Finishing..."
 
197
 
 
198
#: .././usbcreator/frontends/gtk/frontend.py:513
 
199
#: .././gui/usbcreator-gtk.ui.h:16
 
200
msgid "Erase Disk"
 
201
msgstr "Erase Disk"
 
202
 
 
203
#: .././usbcreator/frontends/gtk/frontend.py:567
 
204
#: .././usbcreator/frontends/winui/main_dialog.py:36
156
205
msgid "Device"
157
206
msgstr "Device"
158
207
 
159
 
#: .././usbcreator/frontends/gtk/frontend.py:546
160
 
#: .././usbcreator/frontends/winui/main_dialog.py:37 usbcreator-kde.ui.py:33
 
208
#: .././usbcreator/frontends/gtk/frontend.py:584
 
209
#: .././usbcreator/frontends/winui/main_dialog.py:37
161
210
msgid "Label"
162
211
msgstr "Label"
163
212
 
164
 
#: .././usbcreator/frontends/gtk/frontend.py:556
165
 
#: .././usbcreator/frontends/winui/main_dialog.py:38 usbcreator-kde.ui.py:36
 
213
#: .././usbcreator/frontends/gtk/frontend.py:594
 
214
#: .././usbcreator/frontends/winui/main_dialog.py:38
166
215
msgid "Capacity"
167
216
msgstr "Capacity"
168
217
 
169
 
#: .././usbcreator/frontends/gtk/frontend.py:566
170
 
#: .././usbcreator/frontends/winui/main_dialog.py:39 usbcreator-kde.ui.py:39
 
218
#: .././usbcreator/frontends/gtk/frontend.py:604
 
219
#: .././usbcreator/frontends/winui/main_dialog.py:39
171
220
msgid "Free Space"
172
221
msgstr "Free Space"
173
222
 
174
 
#. #-#-#-#-#  usbcreator.pot (PACKAGE VERSION)  #-#-#-#-#
175
 
#. TODO evand 2009-07-28: The list itself needs to be moved into the
176
 
#. base frontend.
177
 
#. To be displayed as a list of file type filters.
178
 
#: .././usbcreator/frontends/gtk/frontend.py:578
179
 
#: .././usbcreator/frontends/winui/frontend.py:177
180
 
#: .././usbcreator/frontends/kde/frontend.py:399
181
 
#: usbcreator/frontends/kde/frontend.py:399
182
 
msgid "CD Images"
183
 
msgstr "CD Images"
184
 
 
185
 
#: .././usbcreator/frontends/gtk/frontend.py:578
186
 
#: .././usbcreator/frontends/winui/frontend.py:178
187
 
#: .././usbcreator/frontends/kde/frontend.py:399
188
 
#: usbcreator/frontends/kde/frontend.py:399
189
 
msgid "Disk Images"
190
 
msgstr "Disk Images"
191
 
 
192
223
#. TODO evand 2009-07-31: Make these the default values in the
193
224
#. GtkBuilder file.
194
 
#: .././usbcreator/frontends/gtk/frontend.py:599
 
225
#: .././usbcreator/frontends/gtk/frontend.py:645
195
226
#: .././usbcreator/frontends/winui/install_window.py:28
196
227
msgid "Starting up..."
197
228
msgstr "Starting up..."
198
229
 
199
 
#: .././usbcreator/frontends/gtk/frontend.py:625
200
 
#: .././usbcreator/frontends/winui/frontend.py:151
 
230
#: .././usbcreator/frontends/gtk/frontend.py:674
 
231
#: .././usbcreator/frontends/winui/frontend.py:155
201
232
#, python-format
202
233
msgid "%d%% complete (%dm%ss remaining)"
203
234
msgstr "%d%% complete (%dm%ss remaining)"
204
235
 
205
 
#: .././usbcreator/frontends/gtk/frontend.py:629
206
 
#: .././usbcreator/frontends/winui/frontend.py:155
 
236
#: .././usbcreator/frontends/gtk/frontend.py:678
 
237
#: .././usbcreator/frontends/winui/frontend.py:159
207
238
#, python-format
208
239
msgid "%d%% complete"
209
240
msgstr "%d%% complete"
210
241
 
211
 
#. #-#-#-#-#  usbcreator.pot (PACKAGE VERSION)  #-#-#-#-#
212
 
#. TODO evand 2009-07-28: Better error message.
213
 
#: .././usbcreator/frontends/gtk/frontend.py:674
214
 
#: .././usbcreator/frontends/winui/frontend.py:85
215
 
#: .././usbcreator/frontends/kde/frontend.py:206
216
 
#: usbcreator/frontends/kde/frontend.py:206
217
 
msgid "Installation failed."
218
 
msgstr "Installation failed."
219
 
 
220
 
#. #-#-#-#-#  usbcreator.pot (PACKAGE VERSION)  #-#-#-#-#
221
 
#. TODO information about the device we're about to format.
222
 
#: .././usbcreator/frontends/gtk/frontend.py:722
223
 
#: .././usbcreator/frontends/kde/frontend.py:507
224
 
#: usbcreator/frontends/kde/frontend.py:507
225
 
msgid "Are you sure you want to erase the entire disk?"
226
 
msgstr "Are you sure you want to erase the entire disk?"
227
 
 
228
 
#. #-#-#-#-#  usbcreator.pot (PACKAGE VERSION)  #-#-#-#-#
229
 
#. set title of progress window (same as gtk frontend)
230
 
#: .././usbcreator/frontends/winui/install_window.py:23
231
 
#: .././usbcreator/frontends/kde/frontend.py:178
232
 
#: .././gui/usbcreator-gtk.ui.h:9 usbcreator/frontends/kde/frontend.py:178
233
 
msgid "Installing"
234
 
msgstr "Installing"
235
 
 
236
 
#: .././usbcreator/frontends/winui/install_window.py:32
237
 
msgid "&Cancel"
238
 
msgstr "&Cancel"
239
 
 
240
 
#: .././usbcreator/frontends/winui/frontend.py:71
241
 
#: .././usbcreator/frontends/kde/frontend.py:450
242
 
#: usbcreator/frontends/kde/frontend.py:450
243
 
msgid ""
244
 
"The installation is complete.  You may now reboot your computer with this "
245
 
"device inserted to try or install Ubuntu."
 
242
#: .././usbcreator/frontends/gtk/frontend.py:758
 
243
#, fuzzy
 
244
msgid "Installation is complete. Your device is rebooting into Ubuntu Core."
246
245
msgstr ""
247
246
"The installation is complete.  You may now reboot your computer with this "
248
247
"device inserted to try or install Ubuntu."
249
248
 
250
 
#: .././usbcreator/frontends/winui/frontend.py:74
251
 
msgid "Installation complete"
252
 
msgstr "Installation complete"
253
 
 
254
 
#: .././usbcreator/frontends/winui/frontend.py:80
255
 
msgid "Installation failed"
256
 
msgstr "Installation failed"
257
 
 
258
 
#: .././usbcreator/frontends/winui/frontend.py:179
259
 
msgid "All"
260
 
msgstr "All"
261
 
 
262
 
#: .././usbcreator/frontends/winui/frontend.py:189
263
 
#: .././gui/usbcreator-gtk.ui.h:10 usbcreator-kde.ui.py:3
264
 
#: usbcreator-kde.ui.py:61
265
 
msgid "Make Startup Disk"
266
 
msgstr "Make Startup Disk"
267
 
 
268
249
#: .././usbcreator/frontends/winui/main_dialog.py:21
269
 
#: .././gui/usbcreator-gtk.ui.h:17 usbcreator-kde.ui.py:6
 
250
#: .././gui/usbcreator-gtk.ui.h:12
270
251
msgid ""
271
252
"To try or install Ubuntu from a removable disk, it needs to be set up as a "
272
253
"startup disk."
275
256
"start-up disk."
276
257
 
277
258
#: .././usbcreator/frontends/winui/main_dialog.py:24
278
 
#: .././gui/usbcreator-gtk.ui.h:13 usbcreator-kde.ui.py:9
 
259
#: .././gui/usbcreator-gtk.ui.h:13
279
260
msgid "Source disc image (.iso) or CD:"
280
261
msgstr "Source disc image (.iso) or CD:"
281
262
 
282
 
#: .././usbcreator/frontends/winui/main_dialog.py:27
283
 
msgid "Image"
284
 
msgstr "Image"
285
 
 
286
263
#: .././usbcreator/frontends/winui/main_dialog.py:32
287
 
#: .././gui/usbcreator-gtk.ui.h:11 usbcreator-kde.ui.py:24
 
264
#: .././gui/usbcreator-gtk.ui.h:14
288
265
msgid "Other..."
289
266
msgstr "Other..."
290
267
 
293
270
msgstr "Removable disk to use:"
294
271
 
295
272
#: .././usbcreator/frontends/winui/main_dialog.py:42
296
 
#: .././gui/usbcreator-gtk.ui.h:18 usbcreator-kde.ui.py:46
 
273
#: .././gui/usbcreator-gtk.ui.h:17
297
274
msgid "When starting up from this disk, documents and settings will be:"
298
275
msgstr "When starting up from this disk, documents and settings will be:"
299
276
 
302
279
msgstr "Stored in reserved space"
303
280
 
304
281
#: .././usbcreator/frontends/winui/main_dialog.py:46
305
 
#: .././gui/usbcreator-gtk.ui.h:5 usbcreator-kde.ui.py:52
 
282
#: .././gui/usbcreator-gtk.ui.h:19
306
283
msgid "How much:"
307
284
msgstr "How much:"
308
285
 
309
286
#: .././usbcreator/frontends/winui/main_dialog.py:52
310
 
#: .././gui/usbcreator-gtk.ui.h:1 usbcreator-kde.ui.py:58
 
287
#: .././gui/usbcreator-gtk.ui.h:20
311
288
msgid "Discarded on shutdown, unless you save them elsewhere"
312
289
msgstr "Discarded on shutdown, unless you save them elsewhere"
313
290
 
314
 
#: .././usbcreator/frontends/winui/main_dialog.py:56 usbcreator-kde.ui.py:64
 
291
#: .././usbcreator/frontends/winui/main_dialog.py:56
315
292
msgid "Quit"
316
293
msgstr "Quit"
317
294
 
319
296
msgid "Make startup disk"
320
297
msgstr "Make startup disk"
321
298
 
322
 
#: .././usbcreator/frontends/kde/frontend.py:415
323
 
#: usbcreator/frontends/kde/frontend.py:415
324
 
msgid "Starting up"
325
 
msgstr "Starting up"
326
 
 
327
 
#: .././usbcreator/frontends/kde/frontend.py:423
328
 
#: usbcreator/frontends/kde/frontend.py:423
329
 
msgid "You must select both source image and target device first."
330
 
msgstr "You must select both source image and target device first."
331
 
 
332
 
#: .././usbcreator/frontends/kde/frontend.py:461
333
 
#: usbcreator/frontends/kde/frontend.py:461
334
 
msgid "Retry?"
335
 
msgstr "Retry?"
336
 
 
337
 
#: .././usbcreator/frontends/kde/frontend.py:473
338
 
#: .././gui/usbcreator-gtk.ui.h:12 usbcreator/frontends/kde/frontend.py:473
339
 
msgid "Quit the installation?"
340
 
msgstr "Quit the installation?"
341
 
 
342
 
#: .././usbcreator/frontends/kde/frontend.py:474
343
 
#: .././gui/usbcreator-gtk.ui.h:3 usbcreator/frontends/kde/frontend.py:474
344
 
msgid "Do you really want to quit the installation now?"
345
 
msgstr "Do you really want to quit the installation now?"
346
 
 
347
 
#: .././desktop/usb-creator-kde.desktop.in.h:1
348
 
#: .././desktop/usb-creator-gtk.desktop.in.h:1
349
 
msgid "Create a startup disk using a CD or disc image"
350
 
msgstr "Create a startup disk using a CD or disc image"
351
 
 
352
 
#: .././desktop/usb-creator-kde.desktop.in.h:2
353
 
#: .././desktop/usb-creator-gtk.desktop.in.h:2
354
 
msgid "Startup Disk Creator"
355
 
msgstr "Startup Disk Creator"
356
 
 
357
 
#: .././gui/usbcreator-gtk.ui.h:2 usbcreator-kde.ui.py:27
 
299
#: .././usbcreator/frontends/winui/install_window.py:32
 
300
msgid "&Cancel"
 
301
msgstr "&Cancel"
 
302
 
 
303
#: .././usbcreator/frontends/winui/frontend.py:76
 
304
msgid "Installation complete"
 
305
msgstr "Installation complete"
 
306
 
 
307
#: .././usbcreator/frontends/winui/frontend.py:82
 
308
msgid "Installation failed"
 
309
msgstr "Installation failed"
 
310
 
 
311
#: .././usbcreator/frontends/winui/frontend.py:183
 
312
msgid "All"
 
313
msgstr "All"
 
314
 
 
315
#: .././usbcreator/frontends/winui/frontend.py:193
 
316
#: .././gui/usbcreator-gtk.ui.h:11
 
317
msgid "Make Startup Disk"
 
318
msgstr "Make Startup Disk"
 
319
 
 
320
#: .././usbcreator/install.py:140
 
321
#, python-format
 
322
msgid "The extension \"%s\" is not supported."
 
323
msgstr "The extension \"%s\" is not supported."
 
324
 
 
325
#: .././usbcreator/install.py:145
 
326
#, python-format
 
327
msgid "Missing matching \"%s\" for source image %s."
 
328
msgstr ""
 
329
 
 
330
#: .././usbcreator/install.py:161
 
331
#, python-format
 
332
msgid ""
 
333
"An uncaught exception was raised:\n"
 
334
"%s"
 
335
msgstr ""
 
336
"An uncaught exception was raised:\n"
 
337
"%s"
 
338
 
 
339
#: .././usbcreator/install.py:177
 
340
#, python-format
 
341
msgid ""
 
342
"Insufficient free space to write the image:\n"
 
343
"%s\n"
 
344
"\n"
 
345
"(%d MB) > %s (%d MB)"
 
346
msgstr ""
 
347
"Insufficient free space to write the image:\n"
 
348
"%s\n"
 
349
"\n"
 
350
"(%d MB) > %s (%d MB)"
 
351
 
 
352
#: .././usbcreator/install.py:230
 
353
msgid "Installing the bootloader..."
 
354
msgstr "Installing the bootloader..."
 
355
 
 
356
#: .././usbcreator/install.py:231
 
357
msgid "Failed to install the bootloader."
 
358
msgstr "Failed to install the bootloader."
 
359
 
 
360
#: .././usbcreator/install.py:261
 
361
msgid "Modifying configuration..."
 
362
msgstr "Modifying configuration..."
 
363
 
 
364
#. Failure here probably means the source was not really an Ubuntu
 
365
#. image and did not have the files we wanted to move, see
 
366
#. <https://bugs.launchpad.net/launchpad-code/+bug/513432>
 
367
#: .././usbcreator/install.py:272
 
368
#, python-format
 
369
msgid ""
 
370
"Could not move syslinux files in \"%s\": %s. Maybe \"%s\" is not an Ubuntu "
 
371
"image?"
 
372
msgstr ""
 
373
"Could not move syslinux files in \"%s\": %s. Maybe \"%s\" is not an Ubuntu "
 
374
"image?"
 
375
 
 
376
#: .././usbcreator/install.py:343
 
377
msgid "Creating a persistence file..."
 
378
msgstr "Creating a persistence file..."
 
379
 
 
380
#: .././usbcreator/install.py:346
 
381
msgid "Creating an ext2 filesystem in the persistence file..."
 
382
msgstr "Creating an ext2 filesystem in the persistence file..."
 
383
 
 
384
#: .././usbcreator/install.py:358
 
385
msgid "Finishing..."
 
386
msgstr "Finishing..."
 
387
 
 
388
#. TODO evand 2009-09-02: Disabled until we can find a cross-platform
 
389
#. way of determining dd progress.
 
390
#. self.initialize_progress_thread()
 
391
#: .././usbcreator/install.py:381
 
392
msgid "Writing disk image..."
 
393
msgstr "Writing disk image..."
 
394
 
 
395
#: .././usbcreator/install.py:382
 
396
#, python-format
 
397
msgid "Could not write the disk image (%s) to the device (%s)."
 
398
msgstr "Could not write the disk image (%s) to the device (%s)."
 
399
 
 
400
#: .././usbcreator/install.py:412
 
401
msgid "Erasing boot partition..."
 
402
msgstr ""
 
403
 
 
404
#: .././usbcreator/install.py:415
 
405
msgid "Erasing user partition..."
 
406
msgstr ""
 
407
 
 
408
#: .././usbcreator/install.py:418
 
409
msgid "Flashing boot partition..."
 
410
msgstr ""
 
411
 
 
412
#: .././usbcreator/install.py:421
 
413
msgid "Flashing user partition..."
 
414
msgstr ""
 
415
 
 
416
#: .././usbcreator/install.py:426
 
417
#, fuzzy
 
418
msgid "Rebooting device..."
 
419
msgstr "Removing files..."
 
420
 
 
421
#. Clear.
 
422
#. Some of the code in this function was copied from Ubiquity's
 
423
#. scripts/install.py
 
424
#: .././usbcreator/install.py:448 .././usbcreator/install.py:561
 
425
msgid "Removing files..."
 
426
msgstr "Removing files..."
 
427
 
 
428
#: .././usbcreator/install.py:479 .././usbcreator/install.py:584
 
429
msgid "Copying files..."
 
430
msgstr "Copying files..."
 
431
 
 
432
#: .././usbcreator/install.py:508
 
433
msgid "md5 checksums do not match."
 
434
msgstr "md5 checksums do not match."
 
435
 
 
436
#: .././usbcreator/install.py:537
 
437
#, fuzzy
 
438
msgid "Installing the EFI bootloader..."
 
439
msgstr "Installing the bootloader..."
 
440
 
 
441
#: .././usbcreator/install.py:538
 
442
#, fuzzy
 
443
msgid "Failed to install the EFI bootloader."
 
444
msgstr "Failed to install the bootloader."
 
445
 
 
446
#. TODO evand 2009-07-23: Catch exceptions around the
 
447
#. user removing the flash drive mid-write.  Give the
 
448
#. user the option of selecting the re-inserted disk
 
449
#. from a drop down list and continuing.
 
450
#. TODO evand 2009-07-23: Fail more gracefully.
 
451
#: .././usbcreator/install.py:656
 
452
#, python-format
 
453
msgid "Could not read from %s"
 
454
msgstr "Could not read from %s"
 
455
 
 
456
#: .././usbcreator/install.py:681
 
457
msgid "Checksums do not match.  Retry?"
 
458
msgstr "Checksums do not match.  Retry?"
 
459
 
 
460
#: .././usbcreator/install.py:685
 
461
msgid "Checksums do not match."
 
462
msgstr "Checksums do not match."
 
463
 
 
464
#: .././gui/usbcreator-gtk.ui.h:1
 
465
msgid "Legal Notice"
 
466
msgstr ""
 
467
 
 
468
#: .././gui/usbcreator-gtk.ui.h:2
 
469
msgid "Installation Failed"
 
470
msgstr "Installation Failed"
 
471
 
 
472
#: .././gui/usbcreator-gtk.ui.h:3
 
473
#, fuzzy
 
474
msgid ""
 
475
"The installation failed.  Please see ~/.cache/usb-creator.log for more "
 
476
"details.\n"
 
477
msgstr ""
 
478
"The installation failed.  Please see ~/.usbcreator.log for more details.\n"
 
479
 
 
480
#: .././gui/usbcreator-gtk.ui.h:5
 
481
msgid "Installation Complete"
 
482
msgstr "Installation Complete"
 
483
 
 
484
#: .././gui/usbcreator-gtk.ui.h:6
 
485
#, fuzzy
 
486
msgid "Test Disk"
 
487
msgstr "Erase Disk"
 
488
 
 
489
#: .././gui/usbcreator-gtk.ui.h:7
 
490
msgid ""
 
491
"Installation is complete.  You may now run Ubuntu on other computers by "
 
492
"booting them with this drive inserted."
 
493
msgstr ""
 
494
"Installation is complete.  You may now run Ubuntu on other computers by "
 
495
"booting them with this drive inserted."
 
496
 
 
497
#: .././gui/usbcreator-gtk.ui.h:15
358
498
msgid "Disk to use:"
359
499
msgstr "Disk to use:"
360
500
 
361
 
#: .././gui/usbcreator-gtk.ui.h:4 usbcreator-kde.ui.py:43
362
 
msgid "Erase Disk"
363
 
msgstr "Erase Disk"
364
 
 
365
 
#: .././gui/usbcreator-gtk.ui.h:6
366
 
msgid "Installation Complete"
367
 
msgstr "Installation Complete"
368
 
 
369
 
#: .././gui/usbcreator-gtk.ui.h:7
370
 
msgid "Installation Failed"
371
 
msgstr "Installation Failed"
372
 
 
373
 
#: .././gui/usbcreator-gtk.ui.h:8
374
 
msgid ""
375
 
"Installation is complete.  You may now run Ubuntu on other computers by "
376
 
"booting them with this drive inserted."
377
 
msgstr ""
378
 
"Installation is complete.  You may now run Ubuntu on other computers by "
379
 
"booting them with this drive inserted."
380
 
 
381
 
#: .././gui/usbcreator-gtk.ui.h:14 usbcreator-kde.ui.py:49
 
501
#: .././gui/usbcreator-gtk.ui.h:18
382
502
msgid "Stored in reserved extra space"
383
503
msgstr "Stored in reserved extra space"
384
504
 
385
 
#: .././gui/usbcreator-gtk.ui.h:15
386
 
msgid ""
387
 
"The installation failed.  Please see ~/.usbcreator.log for more details.\n"
388
 
msgstr ""
389
 
"The installation failed.  Please see ~/.usbcreator.log for more details.\n"
390
 
 
391
 
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:1
392
 
msgid "Format the device"
393
 
msgstr "Device Format"
394
 
 
395
 
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:2
396
 
msgid "Image the device"
397
 
msgstr "Image the device"
398
 
 
399
 
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:3
400
 
msgid "Install the bootloader"
401
 
msgstr "Install the bootloader"
402
 
 
403
 
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:4
404
 
msgid "Mount a device"
405
 
msgstr "Mount a device"
406
 
 
407
 
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:5
408
 
msgid "System policy prevents formatting this device"
409
 
msgstr "System policy prevents formatting this device"
410
 
 
411
 
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:6
412
 
msgid "System policy prevents installing the bootloader"
413
 
msgstr "System policy prevents installing the bootloader"
414
 
 
415
 
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:7
416
 
msgid "System policy prevents mounting"
417
 
msgstr "System policy prevents you from mounting"
418
 
 
419
 
#: .././dbus/com.ubuntu.usbcreator.policy.in.h:8
420
 
msgid "System policy prevents writing a disk image to this device"
421
 
msgstr "System policy prevents you from writing a disk image to this device"
422
 
 
423
 
#: .././main.py:38
 
505
#: .././main.py:37
424
506
msgid "Please run this program as an administrator to continue."
425
507
msgstr "Please run this program as an administrator to continue."
426
508
 
427
 
#: .././main.py:39
 
509
#: .././main.py:38
428
510
msgid "Administrator privileges required"
429
511
msgstr "Administrator privileges required"
430
512
 
 
513
#: .././main.py:55
 
514
#, python-format
 
515
msgid ""
 
516
"An unhandled exception occurred:\n"
 
517
"%s"
 
518
msgstr ""
 
519
"An unhandled exception occurred:\n"
 
520
"%s"
 
521
 
431
522
#: .././main.py:56
432
 
#, python-format
433
 
msgid ""
434
 
"An unhandled exception occurred:\n"
435
 
"%s"
436
 
msgstr ""
437
 
"An unhandled exception occurred:\n"
438
 
"%s"
439
 
 
440
 
#: .././main.py:57
441
523
msgid "Error"
442
524
msgstr "Error"
443
525
 
444
 
#: usbcreator-kde.ui.py:21
445
 
msgid "Please insert a CD or select 'Other...'."
446
 
msgstr "Please insert a CD or select 'Other...'."
447
 
 
448
 
#: usbcreator-kde.ui.py:55
449
 
msgid "0.0 MB"
450
 
msgstr "0.0 MB"
451
 
 
452
 
#: usbcreator/frontends/kde/frontend.py:176
453
 
msgid "Cancel"
454
 
msgstr "Cancel"
 
526
#~ msgid "Please insert a CD or select 'Other...'."
 
527
#~ msgstr "Please insert a CD or select 'Other...'."
 
528
 
 
529
#~ msgid "0.0 MB"
 
530
#~ msgstr "0.0 MB"
 
531
 
 
532
#~ msgid "Cancel"
 
533
#~ msgstr "Cancel"
455
534
 
456
535
#~ msgid "Format"
457
536
#~ msgstr "Format"