~ubuntu-branches/ubuntu/vivid/usb-creator/vivid

« back to all changes in this revision

Viewing changes to po/usbcreator.pot

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea, Roderick B. Greening, Evan Dandrea
  • Date: 2009-07-23 11:40:58 UTC
  • Revision ID: james.westby@ubuntu.com-20090723114058-xsvlx7vby4r9fheb
Tags: 0.2.0
[ Roderick B. Greening ]
* Add a KDE frontend.
* Updated packaging 
  - bump to debhelper 7
  - bump standards version
  - add usb-creator-kde package
  - split usb-creator into usb-creator-gtk and usb-creator-common
    - usb-creator-common conflict/replaces old usb-creator
  - add transitional package for usb-creator and rename old
    usb-creator to usb-creator-gtk
  - update man pages
  - update install files according to new split
  - update setup.py to look for data files (better for portability)
  - update desktop files
* Update pot files for kde addition and gtk transition
* Added KDE Icon and renamed GTK one
* Added a 'Syncing' media message to install.py (syncing takes a while and app sits at 99%)

[ Evan Dandrea ]
* Add a simplistic estimator of the remaining time.  Thanks Lars
  Wirzenius (LP: #333051).
* Go back to the Intrepid behavior of using MB precision for the persistent
  storage size.
* Add raw disk image support.  Thanks Bruno Dilly for the progress logic.
* Change the wording on the reboot message slightly to ease confusion.
  Thanks Andrew Keyes.
* Add unittest support.
* Use the logging module, rather than a custom logging class.
* Raise exceptions in backend.popen rather than parsing a tuple returned
  from it.
* Add icons for CD images and raw disk images.
* Support drag and drop of CD images and raw disk images.
* Completely refactor the backend and gtk_frotend code.
* Use HAL where possible to unmount partitions in order to avoid races.
* Handle HAL not running and other errors when usb-creator is started.
* Properly connect to the system bus.
* Get mountpoints directly from HAL as needed, rather than trying to keep a
  list of them in sync.
* Unmount partitions mounted by usb-creator on unrecoverable failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
msgstr ""
9
9
"Project-Id-Version: PACKAGE VERSION\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
 
"POT-Creation-Date: 2009-04-17 12:54+0200\n"
 
11
"POT-Creation-Date: 2009-06-26 15:03-0230\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language-Team: LANGUAGE <LL@li.org>\n"
16
16
"Content-Type: text/plain; charset=CHARSET\n"
17
17
"Content-Transfer-Encoding: 8bit\n"
18
18
 
19
 
#: .././usbcreator/gtk_frontend.py:231
 
19
#: .././usbcreator/gtk_frontend.py:313 .././usbcreator/kde_frontend.py:445
20
20
msgid "CD-Drive/Image"
21
21
msgstr ""
22
22
 
23
 
#: .././usbcreator/gtk_frontend.py:240
 
23
#: .././usbcreator/gtk_frontend.py:322 .././usbcreator/kde_frontend.py:454
24
24
msgid "OS Version"
25
25
msgstr ""
26
26
 
27
 
#: .././usbcreator/gtk_frontend.py:246
 
27
#: .././usbcreator/gtk_frontend.py:328 .././usbcreator/kde_frontend.py:460
28
28
msgid "Size"
29
29
msgstr ""
30
30
 
31
 
#. TODO: i18n
32
 
#: .././usbcreator/gtk_frontend.py:261
33
 
msgid "ISO Files"
34
 
msgstr ""
35
 
 
36
 
#: .././usbcreator/gtk_frontend.py:286
37
 
msgid "Please insert a CD or select 'Other...'."
38
 
msgstr ""
39
 
 
40
 
#: .././usbcreator/gtk_frontend.py:292
41
 
msgid "Please insert a USB stick."
42
 
msgstr ""
43
 
 
44
 
#: .././usbcreator/gtk_frontend.py:330 .././usbcreator/gtk_frontend.py:353
45
 
#, python-format
46
 
msgid "%s is too small for %s."
47
 
msgstr ""
48
 
 
49
 
#: .././usbcreator/gtk_frontend.py:333
50
 
#, python-format
51
 
msgid "%s needs to be formatted."
52
 
msgstr ""
53
 
 
54
 
#: .././usbcreator/gtk_frontend.py:340
55
 
#, python-format
56
 
msgid "%s has enough free space for %s."
57
 
msgstr ""
58
 
 
59
 
#: .././usbcreator/gtk_frontend.py:361
60
 
#, python-format
61
 
msgid "%s is too full to fit %s (%s more needed)."
62
 
msgstr ""
63
 
 
64
 
#: .././usbcreator/gtk_frontend.py:413
 
31
#: .././usbcreator/gtk_frontend.py:462 .././usbcreator/kde_frontend.py:597
65
32
msgid "Device"
66
33
msgstr ""
67
34
 
68
 
#: .././usbcreator/gtk_frontend.py:424
 
35
#: .././usbcreator/gtk_frontend.py:473 .././usbcreator/kde_frontend.py:608
69
36
msgid "Label"
70
37
msgstr ""
71
38
 
72
 
#: .././usbcreator/gtk_frontend.py:430
 
39
#: .././usbcreator/gtk_frontend.py:479 .././usbcreator/kde_frontend.py:614
73
40
msgid "Capacity"
74
41
msgstr ""
75
42
 
76
 
#: .././usbcreator/gtk_frontend.py:436
 
43
#: .././usbcreator/gtk_frontend.py:485 .././usbcreator/kde_frontend.py:620
77
44
msgid "Free Space"
78
45
msgstr ""
79
46
 
80
 
#: .././usbcreator/gtk_frontend.py:447
 
47
#: .././usbcreator/gtk_frontend.py:497 .././usbcreator/kde_frontend.py:630
 
48
msgid "ISO Files"
 
49
msgstr ""
 
50
 
 
51
#: .././usbcreator/gtk_frontend.py:497 .././usbcreator/kde_frontend.py:630
 
52
msgid "IMG Files"
 
53
msgstr ""
 
54
 
 
55
#: .././usbcreator/gtk_frontend.py:520 .././usbcreator/kde_frontend.py:642
81
56
msgid "Starting up"
82
57
msgstr ""
83
58
 
84
 
#: .././usbcreator/gtk_frontend.py:453
85
 
msgid "Install button pressed but there was no source selected."
86
 
msgstr ""
87
 
 
88
 
#: .././usbcreator/gtk_frontend.py:459
89
 
msgid "Install button pressed but there was no destination selected."
90
 
msgstr ""
91
 
 
92
 
#: .././usbcreator/gtk_frontend.py:476
 
59
#: .././usbcreator/gtk_frontend.py:528 .././usbcreator/kde_frontend.py:653
93
60
#, python-format
94
61
msgid "%d%% complete"
95
62
msgstr ""
96
63
 
97
 
#: .././usbcreator/backend.py:128
98
 
msgid "Unable to create a partition table:"
99
 
msgstr ""
100
 
 
101
 
#: .././usbcreator/backend.py:134
102
 
msgid "Unable to format device:"
103
 
msgstr ""
104
 
 
105
 
#: .././usbcreator/backend.py:411
 
64
#: .././usbcreator/gtk_frontend.py:532 .././usbcreator/kde_frontend.py:657
 
65
#, python-format
 
66
msgid "%d%% complete (%dm%ss remaining)"
 
67
msgstr ""
 
68
 
 
69
#: .././usbcreator/backend.py:371
106
70
#, python-format
107
71
msgid ""
108
72
"Unable to mount the image %s.\n"
110
74
"Please see ~/.usb-creator.log for more details"
111
75
msgstr ""
112
76
 
113
 
#: .././usbcreator/backend.py:431
 
77
#: .././usbcreator/backend.py:524
 
78
msgid "Unable to format the device"
 
79
msgstr ""
 
80
 
 
81
#: .././usbcreator/backend.py:562
114
82
msgid ""
115
 
"This is not a desktop install CD and thus cannot be used by this application."
116
 
msgstr ""
117
 
 
118
 
#. TODO: Needs to be moved into the generic install routine.
119
 
#. Ugly, i18n.
120
 
#: .././usbcreator/backend.py:444
 
83
"An error occured during the installation, and it was unable to complete."
 
84
msgstr ""
 
85
 
 
86
#: .././usbcreator/backend.py:590 .././usbcreator/backend.py:592
 
87
msgid "Copying files"
 
88
msgstr ""
 
89
 
 
90
#: .././usbcreator/backend.py:634
121
91
msgid "Installing the bootloader"
122
92
msgstr ""
123
93
 
124
 
#: .././usbcreator/backend.py:460
125
 
msgid "Unable to determine the partition number."
126
 
msgstr ""
127
 
 
128
 
#: .././usbcreator/backend.py:466
129
 
msgid "Error installing the bootloader."
 
94
#: .././usbcreator/kde_frontend.py:648
 
95
msgid "You must select both source image and target device first."
 
96
msgstr ""
 
97
 
 
98
#: .././usbcreator/kde_frontend.py:684
 
99
msgid ""
 
100
"Installation is complete.  You may now reboot your computer with this USB "
 
101
"thumb drive inserted to boot Ubuntu."
 
102
msgstr ""
 
103
 
 
104
#: .././usbcreator/kde_frontend.py:696 .././gui/usbcreator.glade.h:11
 
105
msgid "Quit the installation?"
 
106
msgstr ""
 
107
 
 
108
#: .././usbcreator/kde_frontend.py:697 .././gui/usbcreator.glade.h:2
 
109
msgid "Do you really want to quit the installation now?"
130
110
msgstr ""
131
111
 
132
112
#: .././gui/usbcreator.glade.h:1
133
113
msgid "Discarded on shutdown, unless you save them elsewhere"
134
114
msgstr ""
135
115
 
136
 
#: .././gui/usbcreator.glade.h:2
137
 
msgid "Do you really want to quit the installation now?"
138
 
msgstr ""
139
 
 
140
116
#: .././gui/usbcreator.glade.h:3
141
117
msgid "Format"
142
118
msgstr ""
155
131
 
156
132
#: .././gui/usbcreator.glade.h:7
157
133
msgid ""
158
 
"Installation is complete.  You may now reboot your computer with this USB "
159
 
"thumb drive inserted to boot Ubuntu."
 
134
"Installation is complete.  You may now run Ubuntu on other computers by "
 
135
"booting them with this USB thumb drive inserted."
160
136
msgstr ""
161
137
 
162
138
#: .././gui/usbcreator.glade.h:8
171
147
msgid "Other..."
172
148
msgstr ""
173
149
 
174
 
#: .././gui/usbcreator.glade.h:11
175
 
msgid "Quit the installation?"
176
 
msgstr ""
177
 
 
178
150
#: .././gui/usbcreator.glade.h:12
179
151
msgid "Source disc image (.iso) or CD:"
180
152
msgstr ""
202
174
msgid "When starting up from this disk, documents and settings will be:"
203
175
msgstr ""
204
176
 
205
 
#: .././desktop/usb-creator.desktop.in.h:1
 
177
#: .././desktop/usb-creator-gtk.desktop.in.h:1
 
178
#: .././desktop/usb-creator-kde.desktop.in.h:1
206
179
msgid "Create a USB startup disk using a CD or disc image"
207
180
msgstr ""
208
181
 
209
 
#: .././desktop/usb-creator.desktop.in.h:2
 
182
#: .././desktop/usb-creator-gtk.desktop.in.h:2
 
183
#: .././desktop/usb-creator-kde.desktop.in.h:2
210
184
msgid "USB Startup Disk Creator"
211
185
msgstr ""