Merge lp:~roadmr/ubuntu/quantal/checkbox/0.14.3 into lp:ubuntu/quantal/checkbox

Proposed by Daniel Manrique
Status: Merged
Merged at revision: 47
Proposed branch: lp:~roadmr/ubuntu/quantal/checkbox/0.14.3
Merge into: lp:ubuntu/quantal/checkbox
Diff against target: 16202 lines (+2632/-4581)
140 files modified
checkbox/parsers/tests/udevadm.py (+13/-1)
checkbox/parsers/udevadm.py (+3/-1)
checkbox/user_interface.py (+7/-1)
debian/changelog (+68/-0)
debian/po/ast.po (+2/-2)
debian/po/cs.po (+2/-2)
debian/po/de.po (+2/-2)
debian/po/en_AU.po (+2/-2)
debian/po/en_GB.po (+2/-2)
debian/po/es.po (+2/-2)
debian/po/fr.po (+2/-2)
debian/po/he.po (+2/-2)
debian/po/hu.po (+2/-2)
debian/po/it.po (+2/-2)
debian/po/ja.po (+2/-2)
debian/po/nl.po (+2/-2)
debian/po/oc.po (+2/-2)
debian/po/pl.po (+2/-2)
debian/po/pt_BR.po (+2/-2)
debian/po/ro.po (+2/-2)
debian/po/ru.po (+2/-2)
debian/po/tr.po (+2/-2)
debian/po/uk.po (+2/-2)
debian/po/zh_CN.po (+2/-2)
debian/po/zh_TW.po (+2/-2)
jobs/audio.txt.in (+1/-1)
jobs/cpu.txt.in (+3/-2)
jobs/disk.txt.in (+6/-6)
jobs/info.txt.in (+2/-2)
jobs/local.txt.in (+1/-1)
jobs/miscellanea.txt.in (+1/-1)
jobs/usb.txt.in (+18/-0)
jobs/user_apps.txt.in (+3/-1)
plugins/apport_prompt.py (+5/-6)
po/ace.po (+19/-19)
po/af.po (+19/-19)
po/am.po (+19/-19)
po/ar.po (+19/-19)
po/ast.po (+19/-19)
po/az.po (+19/-19)
po/be.po (+19/-19)
po/bg.po (+19/-19)
po/bn.po (+19/-19)
po/bo.po (+19/-19)
po/br.po (+19/-19)
po/bs.po (+19/-19)
po/ca.po (+19/-19)
po/ca@valencia.po (+19/-19)
po/ckb.po (+19/-19)
po/cs.po (+19/-19)
po/cy.po (+19/-19)
po/da.po (+19/-19)
po/de.po (+19/-19)
po/dv.po (+19/-19)
po/el.po (+19/-19)
po/en_AU.po (+19/-19)
po/en_CA.po (+19/-19)
po/en_GB.po (+19/-19)
po/eo.po (+19/-19)
po/es.po (+19/-19)
po/et.po (+19/-19)
po/eu.po (+19/-19)
po/fa.po (+19/-19)
po/fi.po (+19/-19)
po/fr.po (+19/-19)
po/ga.po (+19/-19)
po/gd.po (+19/-19)
po/gl.po (+19/-19)
po/he.po (+19/-19)
po/hi.po (+19/-19)
po/hr.po (+19/-19)
po/hu.po (+19/-19)
po/hy.po (+19/-19)
po/id.po (+19/-19)
po/is.po (+19/-19)
po/it.po (+19/-19)
po/ja.po (+19/-19)
po/jbo.po (+19/-19)
po/ka.po (+19/-19)
po/kk.po (+19/-19)
po/km.po (+19/-19)
po/kn.po (+19/-19)
po/ko.po (+19/-19)
po/ku.po (+19/-19)
po/ky.po (+19/-19)
po/lt.po (+19/-19)
po/lv.po (+19/-19)
po/mk.po (+19/-19)
po/ml.po (+19/-19)
po/mr.po (+19/-19)
po/ms.po (+19/-19)
po/my.po (+19/-19)
po/nb.po (+19/-19)
po/nds.po (+19/-19)
po/ne.po (+19/-19)
po/nl.po (+19/-19)
po/nn.po (+19/-19)
po/oc.po (+19/-19)
po/pl.po (+19/-19)
po/ps.po (+19/-19)
po/pt.po (+19/-19)
po/pt_BR.po (+19/-19)
po/ro.po (+19/-19)
po/ru.po (+19/-19)
po/sd.po (+19/-19)
po/shn.po (+19/-19)
po/si.po (+19/-19)
po/sk.po (+19/-19)
po/sl.po (+19/-19)
po/sq.po (+120/-84)
po/sr.po (+19/-19)
po/sv.po (+19/-19)
po/ta.po (+19/-19)
po/te.po (+19/-19)
po/th.po (+19/-19)
po/tr.po (+19/-19)
po/ug.po (+19/-19)
po/uk.po (+36/-34)
po/ur.po (+19/-19)
po/uz.po (+19/-19)
po/vi.po (+19/-19)
po/zh_CN.po (+19/-19)
po/zh_HK.po (+19/-19)
po/zh_TW.po (+19/-19)
qt/checkbox-qt-head.svg (+163/-0)
qt/checkbox.svg (+0/-2478)
qt/frontend/qtfront.cpp (+34/-38)
qt/frontend/qtfront.h (+3/-3)
qt/frontend/qtfront.ui (+158/-173)
qt/frontend/treemodel.cpp (+0/-1)
scripts/block_device_resource (+39/-4)
scripts/cycle_vts (+27/-0)
scripts/disk_read_performance_test (+14/-1)
scripts/disk_smart (+16/-8)
scripts/efi_resource (+1/-1)
scripts/gconf_resource (+5/-6)
scripts/gpu_test (+0/-4)
scripts/network_check (+2/-1)
scripts/network_device_info (+167/-7)
scripts/package_resource (+2/-1)
To merge this branch: bzr merge lp:~roadmr/ubuntu/quantal/checkbox/0.14.3
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
Ubuntu branches Pending
Review via email: mp+118426@code.launchpad.net

Description of the change

New version of checkbox with several bugfixes and a few cosmetic/UI changes.

To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Looks fine, approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox/parsers/tests/udevadm.py'
2--- checkbox/parsers/tests/udevadm.py 2012-06-22 17:04:14 +0000
3+++ checkbox/parsers/tests/udevadm.py 2012-08-06 20:34:19 +0000
4@@ -20,7 +20,7 @@
5
6 from unittest import TestCase
7
8-from checkbox.parsers.udevadm import UdevadmParser
9+from checkbox.parsers.udevadm import UdevadmParser, decode_id
10
11
12 class DeviceResult:
13@@ -66,3 +66,15 @@
14 """)
15 device = result.getDevice("CAPTURE")
16 self.assertTrue(device)
17+
18+
19+class TestDecodeId(TestCase):
20+
21+ def test_string(self):
22+ self.assertEqual("USB 2.0", decode_id("USB 2.0"))
23+
24+ def test_escape(self):
25+ self.assertEqual("USB 2.0", decode_id("USB\\x202.0"))
26+
27+ def test_strip_whitespace(self):
28+ self.assertEqual("USB 2.0", decode_id(" USB 2.0 "))
29
30=== modified file 'checkbox/parsers/udevadm.py'
31--- checkbox/parsers/udevadm.py 2012-06-22 17:04:14 +0000
32+++ checkbox/parsers/udevadm.py 2012-08-06 20:34:19 +0000
33@@ -467,4 +467,6 @@
34
35
36 def decode_id(id):
37- return id.strip()
38+ encoded_id = id.encode("utf-8")
39+ decoded_id = encoded_id.decode("unicode-escape")
40+ return decoded_id.strip()
41
42=== modified file 'checkbox/user_interface.py'
43--- checkbox/user_interface.py 2012-06-26 16:07:04 +0000
44+++ checkbox/user_interface.py 2012-08-06 20:34:19 +0000
45@@ -163,7 +163,8 @@
46
47 # if gnome-session is running, try gnome-open; special-case firefox
48 # (and more generally, mozilla browsers) and epiphany to open a new window
49- # with respectively -new-window and --new-window
50+ # with respectively -new-window and --new-window; special-case chromium-browser
51+ # to allow file:// URLs as needed by the checkbox report.
52 try:
53 if os.getenv("DISPLAY") and \
54 subprocess.call(["pgrep", "-x", "-u", str(uid), "gnome-panel|gconfd-2"],
55@@ -182,6 +183,11 @@
56 if browser:
57 subprocess.Popen(sudo_prefix + [browser.group(0), "--new-window", url])
58 return
59+
60+ browser = re.match("(chromium-browser[^\s]*)", preferred_browser)
61+ if browser:
62+ subprocess.Popen(sudo_prefix + [browser.group(0), "--allow-file-access-from-files", url])
63+ return
64
65 subprocess.Popen(sudo_prefix + [preferred_browser % url], shell=True)
66 return
67
68=== modified file 'debian/changelog'
69--- debian/changelog 2012-07-17 16:27:55 +0000
70+++ debian/changelog 2012-08-06 20:34:19 +0000
71@@ -1,3 +1,71 @@
72+checkbox (0.14.3) quantal; urgency=low
73+
74+ * New upstream release (LP: #1033652)
75+
76+ [Benjamin Kerensa]
77+ * Changed description of PCMCIA/PCIX to PCMCIA/ExpressCard since PCIX
78+ generally applies to servers (LP: #992249)
79+
80+ [Brendan Donegan]
81+ * Removed call to unlink temporary file in Html5Thread part of gpu_test.
82+ Also addressed a few pyflakes complaints and removed a stray print.
83+ * Include block device name in fields of block_device resource
84+ output. This will prevent different block device fields from being
85+ confused with each other (LP: #1027849)
86+ * Fix apport_prompt.py so it properly checks the value in
87+ /etc/default/apport (LP: #1029897)
88+ * Initially disable the 'Run' tab in the Qt UI, re-enabling it when the
89+ 'Start Testing' has been clicked (LP: #1029815)
90+ * Put Component and Status into one tree view on the selection screen,
91+ rather than two seperate ones (LP: #1030871)
92+ * Disable the Select All and Deselect All buttons in the selection
93+ view during testing (LP: #1032259)
94+
95+ [Daniel Manrique]
96+ * New version 0.14.3 for Quantal Quetzal development.
97+ * alsa_info is invoked with --no-dialog, otherwise if dialog is installed
98+ it results in invalid data in the submission file and results.
99+ (LP: #1028065)
100+ * Instruct Chromium browser to accept file:// URLs so it can correctly
101+ open the checkbox submission.xml report (LP: #1026614)
102+ * scripts/gconf_resource: decode gconf output as utf-8 rather than ascii
103+ (LP: #1022593)
104+ * jobs/user_apps.txt.in: Quicktime test now depends on gstreamer0.10-ffmpeg
105+ to ensure it's able to play .mov files (LP: #633009)
106+ * scripts/network_check: InvalidURL exception is caught and handled more
107+ cleanly (LP: #751701)
108+
109+ [Sylvain Pineau]
110+ * jobs/usb.txt.in, scripts/disk_read_performance_test: Add a USB3 read
111+ performance test.
112+ scripts/block_device_resource: Add the maximum usb specification supported
113+ by both a block device and the corresponding root hub port.
114+ * qt/frontend/qtfront.ui, qt/frontend/images/checkbox-qt-head.png:
115+ Add transparency properties to the main window header to keep the main theme
116+ colors in the widget background (LP: #1030857)
117+
118+ [Jeff Marcom]
119+ * Added timeout to job call for disk smart test.
120+
121+ [Marc Tardif]
122+ * Escaping encoded strings in udevadm output (LP: #1025381)
123+
124+ [Jeff Lane]
125+ * jobs/cpu.txt.in: added a depends to cpu/scaling_test-log-attach to ensure
126+ that job does not run until afte cpu/scaling_test (LP: #1031994)
127+
128+ [Matt Fischer]
129+ * scripts/network_device_info: added a check to ensure what lspci reports and
130+ what NetworkManger reports (if it is installed) are the same. Reports more
131+ useful info now like driver and driver version, IP address, etc.
132+ * scripts/cycle_vts: added checks to fail test if chvt returns a non-zero
133+ exit code. Added a final check at the end to verify we did land back on the
134+ original VT after testing.
135+ jobs/miscellanea.txt.in: fixed a typo in the chvt job. It used to reqire
136+ 'package.alias' instead of 'package.name'
137+
138+ -- Daniel Manrique <roadmr@ubuntu.com> Mon, 06 Aug 2012 16:21:24 -0400
139+
140 checkbox (0.14.2) quantal; urgency=low
141
142 * New upstream release (LP: #1025869)
143
144=== modified file 'debian/po/ast.po'
145--- debian/po/ast.po 2012-07-17 16:27:55 +0000
146+++ debian/po/ast.po 2012-08-06 20:34:19 +0000
147@@ -15,8 +15,8 @@
148 "MIME-Version: 1.0\n"
149 "Content-Type: text/plain; charset=UTF-8\n"
150 "Content-Transfer-Encoding: 8bit\n"
151-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
152-"X-Generator: Launchpad (build 15614)\n"
153+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
154+"X-Generator: Launchpad (build 15719)\n"
155
156 #. Type: string
157 #. Description
158
159=== modified file 'debian/po/cs.po'
160--- debian/po/cs.po 2012-07-17 16:27:55 +0000
161+++ debian/po/cs.po 2012-08-06 20:34:19 +0000
162@@ -15,8 +15,8 @@
163 "MIME-Version: 1.0\n"
164 "Content-Type: text/plain; charset=UTF-8\n"
165 "Content-Transfer-Encoding: 8bit\n"
166-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
167-"X-Generator: Launchpad (build 15614)\n"
168+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
169+"X-Generator: Launchpad (build 15719)\n"
170
171 #. Type: string
172 #. Description
173
174=== modified file 'debian/po/de.po'
175--- debian/po/de.po 2012-07-17 16:27:55 +0000
176+++ debian/po/de.po 2012-08-06 20:34:19 +0000
177@@ -15,8 +15,8 @@
178 "MIME-Version: 1.0\n"
179 "Content-Type: text/plain; charset=UTF-8\n"
180 "Content-Transfer-Encoding: 8bit\n"
181-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
182-"X-Generator: Launchpad (build 15614)\n"
183+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
184+"X-Generator: Launchpad (build 15719)\n"
185
186 #. Type: string
187 #. Description
188
189=== modified file 'debian/po/en_AU.po'
190--- debian/po/en_AU.po 2012-07-17 16:27:55 +0000
191+++ debian/po/en_AU.po 2012-08-06 20:34:19 +0000
192@@ -15,8 +15,8 @@
193 "MIME-Version: 1.0\n"
194 "Content-Type: text/plain; charset=UTF-8\n"
195 "Content-Transfer-Encoding: 8bit\n"
196-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
197-"X-Generator: Launchpad (build 15614)\n"
198+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
199+"X-Generator: Launchpad (build 15719)\n"
200
201 #. Type: string
202 #. Description
203
204=== modified file 'debian/po/en_GB.po'
205--- debian/po/en_GB.po 2012-07-17 16:27:55 +0000
206+++ debian/po/en_GB.po 2012-08-06 20:34:19 +0000
207@@ -15,8 +15,8 @@
208 "MIME-Version: 1.0\n"
209 "Content-Type: text/plain; charset=UTF-8\n"
210 "Content-Transfer-Encoding: 8bit\n"
211-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
212-"X-Generator: Launchpad (build 15614)\n"
213+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
214+"X-Generator: Launchpad (build 15719)\n"
215
216 #. Type: string
217 #. Description
218
219=== modified file 'debian/po/es.po'
220--- debian/po/es.po 2012-07-17 16:27:55 +0000
221+++ debian/po/es.po 2012-08-06 20:34:19 +0000
222@@ -15,8 +15,8 @@
223 "MIME-Version: 1.0\n"
224 "Content-Type: text/plain; charset=UTF-8\n"
225 "Content-Transfer-Encoding: 8bit\n"
226-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
227-"X-Generator: Launchpad (build 15614)\n"
228+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
229+"X-Generator: Launchpad (build 15719)\n"
230
231 #. Type: string
232 #. Description
233
234=== modified file 'debian/po/fr.po'
235--- debian/po/fr.po 2012-07-17 16:27:55 +0000
236+++ debian/po/fr.po 2012-08-06 20:34:19 +0000
237@@ -15,8 +15,8 @@
238 "MIME-Version: 1.0\n"
239 "Content-Type: text/plain; charset=UTF-8\n"
240 "Content-Transfer-Encoding: 8bit\n"
241-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
242-"X-Generator: Launchpad (build 15614)\n"
243+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
244+"X-Generator: Launchpad (build 15719)\n"
245
246 #. Type: string
247 #. Description
248
249=== modified file 'debian/po/he.po'
250--- debian/po/he.po 2012-07-17 16:27:55 +0000
251+++ debian/po/he.po 2012-08-06 20:34:19 +0000
252@@ -15,8 +15,8 @@
253 "MIME-Version: 1.0\n"
254 "Content-Type: text/plain; charset=UTF-8\n"
255 "Content-Transfer-Encoding: 8bit\n"
256-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
257-"X-Generator: Launchpad (build 15614)\n"
258+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
259+"X-Generator: Launchpad (build 15719)\n"
260
261 #. Type: string
262 #. Description
263
264=== modified file 'debian/po/hu.po'
265--- debian/po/hu.po 2012-07-17 16:27:55 +0000
266+++ debian/po/hu.po 2012-08-06 20:34:19 +0000
267@@ -15,8 +15,8 @@
268 "MIME-Version: 1.0\n"
269 "Content-Type: text/plain; charset=UTF-8\n"
270 "Content-Transfer-Encoding: 8bit\n"
271-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
272-"X-Generator: Launchpad (build 15614)\n"
273+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
274+"X-Generator: Launchpad (build 15719)\n"
275
276 #. Type: string
277 #. Description
278
279=== modified file 'debian/po/it.po'
280--- debian/po/it.po 2012-07-17 16:27:55 +0000
281+++ debian/po/it.po 2012-08-06 20:34:19 +0000
282@@ -15,8 +15,8 @@
283 "MIME-Version: 1.0\n"
284 "Content-Type: text/plain; charset=UTF-8\n"
285 "Content-Transfer-Encoding: 8bit\n"
286-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
287-"X-Generator: Launchpad (build 15614)\n"
288+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
289+"X-Generator: Launchpad (build 15719)\n"
290
291 #. Type: string
292 #. Description
293
294=== modified file 'debian/po/ja.po'
295--- debian/po/ja.po 2012-07-17 16:27:55 +0000
296+++ debian/po/ja.po 2012-08-06 20:34:19 +0000
297@@ -15,8 +15,8 @@
298 "MIME-Version: 1.0\n"
299 "Content-Type: text/plain; charset=UTF-8\n"
300 "Content-Transfer-Encoding: 8bit\n"
301-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
302-"X-Generator: Launchpad (build 15614)\n"
303+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
304+"X-Generator: Launchpad (build 15719)\n"
305
306 #. Type: string
307 #. Description
308
309=== modified file 'debian/po/nl.po'
310--- debian/po/nl.po 2012-07-17 16:27:55 +0000
311+++ debian/po/nl.po 2012-08-06 20:34:19 +0000
312@@ -15,8 +15,8 @@
313 "MIME-Version: 1.0\n"
314 "Content-Type: text/plain; charset=UTF-8\n"
315 "Content-Transfer-Encoding: 8bit\n"
316-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
317-"X-Generator: Launchpad (build 15614)\n"
318+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
319+"X-Generator: Launchpad (build 15719)\n"
320
321 #. Type: string
322 #. Description
323
324=== modified file 'debian/po/oc.po'
325--- debian/po/oc.po 2012-07-17 16:27:55 +0000
326+++ debian/po/oc.po 2012-08-06 20:34:19 +0000
327@@ -15,8 +15,8 @@
328 "MIME-Version: 1.0\n"
329 "Content-Type: text/plain; charset=UTF-8\n"
330 "Content-Transfer-Encoding: 8bit\n"
331-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
332-"X-Generator: Launchpad (build 15614)\n"
333+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
334+"X-Generator: Launchpad (build 15719)\n"
335
336 #. Type: string
337 #. Description
338
339=== modified file 'debian/po/pl.po'
340--- debian/po/pl.po 2012-07-17 16:27:55 +0000
341+++ debian/po/pl.po 2012-08-06 20:34:19 +0000
342@@ -15,8 +15,8 @@
343 "MIME-Version: 1.0\n"
344 "Content-Type: text/plain; charset=UTF-8\n"
345 "Content-Transfer-Encoding: 8bit\n"
346-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
347-"X-Generator: Launchpad (build 15614)\n"
348+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
349+"X-Generator: Launchpad (build 15719)\n"
350
351 #. Type: string
352 #. Description
353
354=== modified file 'debian/po/pt_BR.po'
355--- debian/po/pt_BR.po 2012-07-17 16:27:55 +0000
356+++ debian/po/pt_BR.po 2012-08-06 20:34:19 +0000
357@@ -15,8 +15,8 @@
358 "MIME-Version: 1.0\n"
359 "Content-Type: text/plain; charset=UTF-8\n"
360 "Content-Transfer-Encoding: 8bit\n"
361-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
362-"X-Generator: Launchpad (build 15614)\n"
363+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
364+"X-Generator: Launchpad (build 15719)\n"
365
366 #. Type: string
367 #. Description
368
369=== modified file 'debian/po/ro.po'
370--- debian/po/ro.po 2012-07-17 16:27:55 +0000
371+++ debian/po/ro.po 2012-08-06 20:34:19 +0000
372@@ -15,8 +15,8 @@
373 "MIME-Version: 1.0\n"
374 "Content-Type: text/plain; charset=UTF-8\n"
375 "Content-Transfer-Encoding: 8bit\n"
376-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
377-"X-Generator: Launchpad (build 15614)\n"
378+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
379+"X-Generator: Launchpad (build 15719)\n"
380
381 #. Type: string
382 #. Description
383
384=== modified file 'debian/po/ru.po'
385--- debian/po/ru.po 2012-07-17 16:27:55 +0000
386+++ debian/po/ru.po 2012-08-06 20:34:19 +0000
387@@ -15,8 +15,8 @@
388 "MIME-Version: 1.0\n"
389 "Content-Type: text/plain; charset=UTF-8\n"
390 "Content-Transfer-Encoding: 8bit\n"
391-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
392-"X-Generator: Launchpad (build 15614)\n"
393+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
394+"X-Generator: Launchpad (build 15719)\n"
395
396 #. Type: string
397 #. Description
398
399=== modified file 'debian/po/tr.po'
400--- debian/po/tr.po 2012-07-17 16:27:55 +0000
401+++ debian/po/tr.po 2012-08-06 20:34:19 +0000
402@@ -15,8 +15,8 @@
403 "MIME-Version: 1.0\n"
404 "Content-Type: text/plain; charset=UTF-8\n"
405 "Content-Transfer-Encoding: 8bit\n"
406-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
407-"X-Generator: Launchpad (build 15614)\n"
408+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
409+"X-Generator: Launchpad (build 15719)\n"
410
411 #. Type: string
412 #. Description
413
414=== modified file 'debian/po/uk.po'
415--- debian/po/uk.po 2012-07-17 16:27:55 +0000
416+++ debian/po/uk.po 2012-08-06 20:34:19 +0000
417@@ -15,8 +15,8 @@
418 "MIME-Version: 1.0\n"
419 "Content-Type: text/plain; charset=UTF-8\n"
420 "Content-Transfer-Encoding: 8bit\n"
421-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
422-"X-Generator: Launchpad (build 15614)\n"
423+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
424+"X-Generator: Launchpad (build 15719)\n"
425
426 #. Type: string
427 #. Description
428
429=== modified file 'debian/po/zh_CN.po'
430--- debian/po/zh_CN.po 2012-07-17 16:27:55 +0000
431+++ debian/po/zh_CN.po 2012-08-06 20:34:19 +0000
432@@ -15,8 +15,8 @@
433 "MIME-Version: 1.0\n"
434 "Content-Type: text/plain; charset=UTF-8\n"
435 "Content-Transfer-Encoding: 8bit\n"
436-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
437-"X-Generator: Launchpad (build 15614)\n"
438+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
439+"X-Generator: Launchpad (build 15719)\n"
440
441 #. Type: string
442 #. Description
443
444=== modified file 'debian/po/zh_TW.po'
445--- debian/po/zh_TW.po 2012-07-17 16:27:55 +0000
446+++ debian/po/zh_TW.po 2012-08-06 20:34:19 +0000
447@@ -15,8 +15,8 @@
448 "MIME-Version: 1.0\n"
449 "Content-Type: text/plain; charset=UTF-8\n"
450 "Content-Transfer-Encoding: 8bit\n"
451-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
452-"X-Generator: Launchpad (build 15614)\n"
453+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
454+"X-Generator: Launchpad (build 15719)\n"
455
456 #. Type: string
457 #. Description
458
459=== modified file 'jobs/audio.txt.in'
460--- jobs/audio.txt.in 2012-06-26 16:07:04 +0000
461+++ jobs/audio.txt.in 2012-08-06 20:34:19 +0000
462@@ -125,7 +125,7 @@
463
464 plugin: shell
465 name: audio/alsa_info_collect
466-command: alsa_info --no-upload --output ${CHECKBOX_DATA}/alsa_info.log
467+command: alsa_info --no-dialog --no-upload --output ${CHECKBOX_DATA}/alsa_info.log
468 _description:
469 Collect audio-related system information. This data can be used to
470 simulate this computer's audio subsystem and perform more detailed tests
471
472=== modified file 'jobs/cpu.txt.in'
473--- jobs/cpu.txt.in 2012-07-17 16:27:55 +0000
474+++ jobs/cpu.txt.in 2012-08-06 20:34:19 +0000
475@@ -1,6 +1,6 @@
476 plugin: shell
477 name: cpu/scaling_test
478-requires:
479+requires:
480 package.name == 'linux'
481 package.name == 'fwts'
482 user: root
483@@ -10,6 +10,7 @@
484
485 plugin: attachment
486 name: cpu/scaling_test-log-attach
487+depends: cpu/scaling_test
488 command: [[ -e ${CHECKBOX_DATA}/scaling_test.log ]] && cat ${CHECKBOX_DATA}/scaling_test.log
489 _description:
490 Attaches the log generated by cpu/scaling_test to the results
491@@ -40,6 +41,6 @@
492 name: cpu/frequency_governors
493 requires: package.name == 'linux'
494 user: root
495-command: nice -n -20 frequency_governors_test --debug
496+command: nice -n -20 frequency_governors_test --debug
497 _description:
498 This test checks that CPU frequency governors are obeyed when set.
499
500=== modified file 'jobs/disk.txt.in'
501--- jobs/disk.txt.in 2012-07-17 16:27:55 +0000
502+++ jobs/disk.txt.in 2012-08-06 20:34:19 +0000
503@@ -13,7 +13,7 @@
504 name: disk/stats_`ls /sys$path/block`
505 requires:
506 device.path == "$path"
507- block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'
508+ block_device.`ls /sys$path/block`_state != 'removable'
509 package.name == 'linux'
510 user: root
511 command: disk_stats_test `ls /sys$path/block | sed 's|!|/|'`
512@@ -33,11 +33,11 @@
513 name: disk/smart_`ls /sys$path/block`
514 requires:
515 device.path == "$path"
516- block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'
517+ block_device.`ls /sys$path/block`_state != 'removable'
518 description:
519 This tests the SMART capabilities for $product (Note that this test will not work against hardware RAID)
520 user: root
521- command: disk_smart -b /dev/`ls /sys$path/block | sed 's|!|/|'` -s 130
522+ command: disk_smart -b /dev/`ls /sys$path/block | sed 's|!|/|'` -s 130 -t 270
523 EOF
524
525 plugin: local
526@@ -51,7 +51,7 @@
527 name: disk/max_diskspace_used_`ls /sys$path/block`
528 requires:
529 device.path == "$path"
530- block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'
531+ block_device.`ls /sys$path/block`_state != 'removable'
532 description: Maximum disk space test for $product
533 user: root
534 command: max_diskspace_used `ls /sys$path/block | sed 's|!|/|'`
535@@ -68,7 +68,7 @@
536 name: disk/read_performance_`ls /sys$path/block`
537 requires:
538 device.path == "$path"
539- block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'
540+ block_device.`ls /sys$path/block`_state != 'removable'
541 package.name == 'linux'
542 description: Disk performance test for $product
543 user: root
544@@ -87,7 +87,7 @@
545 user: root
546 requires:
547 device.path == "$path"
548- block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'
549+ block_device.`ls /sys$path/block`_state != 'removable'
550 package.name == 'linux'
551 description: Disk I/O stress test for $product
552 command: storage_test `ls /sys$path/block | sed 's|!|/|'`
553
554=== modified file 'jobs/info.txt.in'
555--- jobs/info.txt.in 2012-07-17 16:27:55 +0000
556+++ jobs/info.txt.in 2012-08-06 20:34:19 +0000
557@@ -28,7 +28,7 @@
558 name: efi_attachment
559 plugin: attachment
560 user: root
561-command: [ -d /sys/firmware/efi ] && grep -o --color=never 'EFI v.*' /var/log/kern.log || cat /sys/class/dmi/id/bios_version
562+command: [ -d /sys/firmware/efi ] && grep -o --color=never 'EFI v.*' /var/log/kern.log || true
563 _description: Attaches the firmware version
564
565 name: lspci_attachment
566@@ -120,7 +120,7 @@
567 name: info/hdparm_`ls /sys$path/block`.txt
568 requires:
569 device.path == "$path"
570- block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'
571+ block_device.`ls /sys$path/block`_state != 'removable'
572 user: root
573 command: hdparm -I /dev/`ls /sys$path/block`
574 EOF
575
576=== modified file 'jobs/local.txt.in'
577--- jobs/local.txt.in 2012-06-26 16:07:04 +0000
578+++ jobs/local.txt.in 2012-08-06 20:34:19 +0000
579@@ -168,7 +168,7 @@
580
581 name: __pcmcia-pcix__
582 plugin: local
583-_description: PCMCIA/PCIX Card tests
584+_description: PCMCIA/ExpressCard tests
585 command:
586 shopt -s extglob
587 cat $CHECKBOX_SHARE/jobs/pcmcia-pcix.txt?(.in)
588
589=== modified file 'jobs/miscellanea.txt.in'
590--- jobs/miscellanea.txt.in 2012-07-17 16:27:55 +0000
591+++ jobs/miscellanea.txt.in 2012-08-06 20:34:19 +0000
592@@ -15,7 +15,7 @@
593 plugin: manual
594 name: miscellanea/chvt
595 requires:
596- package.alias == 'linux'
597+ package.name == 'linux'
598 package.name == 'kbd'
599 user: root
600 command: cycle_vts
601
602=== modified file 'jobs/usb.txt.in'
603--- jobs/usb.txt.in 2012-07-17 16:27:55 +0000
604+++ jobs/usb.txt.in 2012-08-06 20:34:19 +0000
605@@ -140,3 +140,21 @@
606 5. Repeat with each external USB slot.
607 VERIFICATION:
608 Do all USB slots work with the device?
609+
610+plugin: local
611+name: usb/usb3_read_performance
612+requires:
613+ device.category == 'DISK'
614+_description: Verify USB3 external storage performs at or above baseline performance
615+command:
616+ cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=DISK"'
617+ plugin: shell
618+ name: usb/usb3_read_performance_`ls /sys$path/block`
619+ requires:
620+ device.path == "$path"
621+ block_device.`ls /sys$path/block`_state == 'removable' and block_device.`ls /sys$path/block`_usb3 == 'supported'
622+ package.name == 'linux'
623+ description: USB3 read performance test for $product
624+ user: root
625+ command: disk_read_performance_test `ls /sys$path/block | sed 's|!|/|'`
626+ EOF
627
628=== modified file 'jobs/user_apps.txt.in'
629--- jobs/user_apps.txt.in 2012-02-10 11:19:05 +0000
630+++ jobs/user_apps.txt.in 2012-08-06 20:34:19 +0000
631@@ -278,7 +278,9 @@
632 plugin: manual
633 name: software/firefox-totem
634 depends: software/firefox
635-requires: package.name == 'firefox'
636+requires:
637+ package.name == 'firefox'
638+ package.name == 'gstreamer0.10-ffmpeg'
639 command: firefox $CHECKBOX_SHARE/data/video/Quicktime_Video.mov
640 _description:
641 PURPOSE:
642
643=== modified file 'plugins/apport_prompt.py'
644--- plugins/apport_prompt.py 2012-06-22 17:04:14 +0000
645+++ plugins/apport_prompt.py 2012-08-06 20:34:19 +0000
646@@ -18,7 +18,7 @@
647 #
648 import logging
649
650-from subprocess import Popen, PIPE
651+from subprocess import check_output
652
653 from gettext import gettext as _
654
655@@ -56,7 +56,7 @@
656 self.pid = None
657 self.save = False
658 self.tag = '' #Additional tags to add to reports filed
659- #through this tool
660+ #through this tool
661
662
663 class ApportUserInterface(UserInterface):
664@@ -181,9 +181,8 @@
665
666 def gather(self):
667 if self.default_enabled is None:
668- value = Popen("unset enabled && . %s && echo ${enabled}"
669- % self.default_filename,
670- shell=True, stdout=PIPE, stderr=PIPE).communicate()[0]
671+ value = check_output("unset enabled && . %s && echo ${enabled}"
672+ % self.default_filename, shell=True, universal_newlines=True)
673 self.default_enabled = value.strip() == "1"
674
675 def prompt_test(self, interface, test):
676@@ -225,7 +224,7 @@
677
678 if test.get("suite"):
679 failed_test_message = _("Test %(name)s failed.") % {
680- 'name' : test["name"]}
681+ 'name': test["name"]}
682 else:
683 failed_test_message = _("Test %s failed.") % test["name"]
684 failed_test_message += "\n" + _("Do you want to report a bug?")
685
686=== modified file 'po/ace.po'
687--- po/ace.po 2012-07-17 16:27:55 +0000
688+++ po/ace.po 2012-08-06 20:34:19 +0000
689@@ -14,8 +14,8 @@
690 "MIME-Version: 1.0\n"
691 "Content-Type: text/plain; charset=UTF-8\n"
692 "Content-Transfer-Encoding: 8bit\n"
693-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
694-"X-Generator: Launchpad (build 15614)\n"
695+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
696+"X-Generator: Launchpad (build 15719)\n"
697
698 #. Title of the user interface
699 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
700@@ -878,88 +878,88 @@
701 msgstr ""
702
703 #. description
704-#: ../jobs/info.txt.in:31
705+#: ../jobs/info.txt.in:37
706 msgid "Attaches very verbose lspci output."
707 msgstr ""
708
709 #. description
710-#: ../jobs/info.txt.in:36
711+#: ../jobs/info.txt.in:42
712 msgid "Attaches very verbose lspci output (with central database Query)."
713 msgstr ""
714
715 #. description
716-#: ../jobs/info.txt.in:43
717+#: ../jobs/info.txt.in:49
718 msgid "List USB devices"
719 msgstr ""
720
721 #. description
722-#: ../jobs/info.txt.in:52
723+#: ../jobs/info.txt.in:58
724 msgid "Attaches the contents of the various modprobe conf files."
725 msgstr ""
726
727 #. description
728-#: ../jobs/info.txt.in:57
729+#: ../jobs/info.txt.in:63
730 msgid "Attaches the contents of the /etc/modules file."
731 msgstr ""
732
733 #. description
734-#: ../jobs/info.txt.in:62
735+#: ../jobs/info.txt.in:68
736 msgid "attaches the contents of various sysctl config files."
737 msgstr ""
738
739 #. description
740-#: ../jobs/info.txt.in:66
741+#: ../jobs/info.txt.in:72
742 msgid "Attaches a report of sysfs attributes."
743 msgstr ""
744
745 #. description
746-#: ../jobs/info.txt.in:77
747+#: ../jobs/info.txt.in:83
748 msgid ""
749 "Attaches a dump of the udev database showing system hardware information."
750 msgstr ""
751
752 #. description
753-#: ../jobs/info.txt.in:84
754+#: ../jobs/info.txt.in:90
755 msgid "Attaches a tarball of gcov data if present."
756 msgstr ""
757
758 #. description
759-#: ../jobs/info.txt.in:89
760+#: ../jobs/info.txt.in:95
761 msgid "Attaches a list of the currently running kernel modules."
762 msgstr ""
763
764 #. description
765-#: ../jobs/info.txt.in:94
766+#: ../jobs/info.txt.in:100
767 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
768 msgstr ""
769
770 #. description
771-#: ../jobs/info.txt.in:98
772+#: ../jobs/info.txt.in:104
773 msgid "Bootchart information."
774 msgstr ""
775
776 #. description
777-#: ../jobs/info.txt.in:107
778+#: ../jobs/info.txt.in:113
779 msgid "SATA/IDE device information."
780 msgstr ""
781
782 #. description
783-#: ../jobs/info.txt.in:126
784+#: ../jobs/info.txt.in:132
785 msgid "Attaches the bootchart png file for bootchart runs"
786 msgstr ""
787
788 #. description
789-#: ../jobs/info.txt.in:135
790+#: ../jobs/info.txt.in:141
791 msgid "Attaches the bootchart log for bootchart test runs."
792 msgstr ""
793
794 #. description
795-#: ../jobs/info.txt.in:143
796+#: ../jobs/info.txt.in:149
797 msgid "installs the installer bootchart tarball if it exists."
798 msgstr ""
799
800 #. description
801-#: ../jobs/info.txt.in:148
802+#: ../jobs/info.txt.in:154
803 msgid "Attaches the installer debug log if it exists."
804 msgstr ""
805
806
807=== modified file 'po/af.po'
808--- po/af.po 2012-07-17 16:27:55 +0000
809+++ po/af.po 2012-08-06 20:34:19 +0000
810@@ -14,8 +14,8 @@
811 "MIME-Version: 1.0\n"
812 "Content-Type: text/plain; charset=UTF-8\n"
813 "Content-Transfer-Encoding: 8bit\n"
814-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
815-"X-Generator: Launchpad (build 15614)\n"
816+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
817+"X-Generator: Launchpad (build 15719)\n"
818
819 #. Title of the user interface
820 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
821@@ -878,88 +878,88 @@
822 msgstr ""
823
824 #. description
825-#: ../jobs/info.txt.in:31
826+#: ../jobs/info.txt.in:37
827 msgid "Attaches very verbose lspci output."
828 msgstr ""
829
830 #. description
831-#: ../jobs/info.txt.in:36
832+#: ../jobs/info.txt.in:42
833 msgid "Attaches very verbose lspci output (with central database Query)."
834 msgstr ""
835
836 #. description
837-#: ../jobs/info.txt.in:43
838+#: ../jobs/info.txt.in:49
839 msgid "List USB devices"
840 msgstr ""
841
842 #. description
843-#: ../jobs/info.txt.in:52
844+#: ../jobs/info.txt.in:58
845 msgid "Attaches the contents of the various modprobe conf files."
846 msgstr ""
847
848 #. description
849-#: ../jobs/info.txt.in:57
850+#: ../jobs/info.txt.in:63
851 msgid "Attaches the contents of the /etc/modules file."
852 msgstr ""
853
854 #. description
855-#: ../jobs/info.txt.in:62
856+#: ../jobs/info.txt.in:68
857 msgid "attaches the contents of various sysctl config files."
858 msgstr ""
859
860 #. description
861-#: ../jobs/info.txt.in:66
862+#: ../jobs/info.txt.in:72
863 msgid "Attaches a report of sysfs attributes."
864 msgstr ""
865
866 #. description
867-#: ../jobs/info.txt.in:77
868+#: ../jobs/info.txt.in:83
869 msgid ""
870 "Attaches a dump of the udev database showing system hardware information."
871 msgstr ""
872
873 #. description
874-#: ../jobs/info.txt.in:84
875+#: ../jobs/info.txt.in:90
876 msgid "Attaches a tarball of gcov data if present."
877 msgstr ""
878
879 #. description
880-#: ../jobs/info.txt.in:89
881+#: ../jobs/info.txt.in:95
882 msgid "Attaches a list of the currently running kernel modules."
883 msgstr ""
884
885 #. description
886-#: ../jobs/info.txt.in:94
887+#: ../jobs/info.txt.in:100
888 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
889 msgstr ""
890
891 #. description
892-#: ../jobs/info.txt.in:98
893+#: ../jobs/info.txt.in:104
894 msgid "Bootchart information."
895 msgstr ""
896
897 #. description
898-#: ../jobs/info.txt.in:107
899+#: ../jobs/info.txt.in:113
900 msgid "SATA/IDE device information."
901 msgstr ""
902
903 #. description
904-#: ../jobs/info.txt.in:126
905+#: ../jobs/info.txt.in:132
906 msgid "Attaches the bootchart png file for bootchart runs"
907 msgstr ""
908
909 #. description
910-#: ../jobs/info.txt.in:135
911+#: ../jobs/info.txt.in:141
912 msgid "Attaches the bootchart log for bootchart test runs."
913 msgstr ""
914
915 #. description
916-#: ../jobs/info.txt.in:143
917+#: ../jobs/info.txt.in:149
918 msgid "installs the installer bootchart tarball if it exists."
919 msgstr ""
920
921 #. description
922-#: ../jobs/info.txt.in:148
923+#: ../jobs/info.txt.in:154
924 msgid "Attaches the installer debug log if it exists."
925 msgstr ""
926
927
928=== modified file 'po/am.po'
929--- po/am.po 2012-07-17 16:27:55 +0000
930+++ po/am.po 2012-08-06 20:34:19 +0000
931@@ -14,8 +14,8 @@
932 "MIME-Version: 1.0\n"
933 "Content-Type: text/plain; charset=UTF-8\n"
934 "Content-Transfer-Encoding: 8bit\n"
935-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
936-"X-Generator: Launchpad (build 15614)\n"
937+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
938+"X-Generator: Launchpad (build 15719)\n"
939
940 #. Title of the user interface
941 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
942@@ -878,88 +878,88 @@
943 msgstr ""
944
945 #. description
946-#: ../jobs/info.txt.in:31
947+#: ../jobs/info.txt.in:37
948 msgid "Attaches very verbose lspci output."
949 msgstr ""
950
951 #. description
952-#: ../jobs/info.txt.in:36
953+#: ../jobs/info.txt.in:42
954 msgid "Attaches very verbose lspci output (with central database Query)."
955 msgstr ""
956
957 #. description
958-#: ../jobs/info.txt.in:43
959+#: ../jobs/info.txt.in:49
960 msgid "List USB devices"
961 msgstr ""
962
963 #. description
964-#: ../jobs/info.txt.in:52
965+#: ../jobs/info.txt.in:58
966 msgid "Attaches the contents of the various modprobe conf files."
967 msgstr ""
968
969 #. description
970-#: ../jobs/info.txt.in:57
971+#: ../jobs/info.txt.in:63
972 msgid "Attaches the contents of the /etc/modules file."
973 msgstr ""
974
975 #. description
976-#: ../jobs/info.txt.in:62
977+#: ../jobs/info.txt.in:68
978 msgid "attaches the contents of various sysctl config files."
979 msgstr ""
980
981 #. description
982-#: ../jobs/info.txt.in:66
983+#: ../jobs/info.txt.in:72
984 msgid "Attaches a report of sysfs attributes."
985 msgstr ""
986
987 #. description
988-#: ../jobs/info.txt.in:77
989+#: ../jobs/info.txt.in:83
990 msgid ""
991 "Attaches a dump of the udev database showing system hardware information."
992 msgstr ""
993
994 #. description
995-#: ../jobs/info.txt.in:84
996+#: ../jobs/info.txt.in:90
997 msgid "Attaches a tarball of gcov data if present."
998 msgstr ""
999
1000 #. description
1001-#: ../jobs/info.txt.in:89
1002+#: ../jobs/info.txt.in:95
1003 msgid "Attaches a list of the currently running kernel modules."
1004 msgstr ""
1005
1006 #. description
1007-#: ../jobs/info.txt.in:94
1008+#: ../jobs/info.txt.in:100
1009 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1010 msgstr ""
1011
1012 #. description
1013-#: ../jobs/info.txt.in:98
1014+#: ../jobs/info.txt.in:104
1015 msgid "Bootchart information."
1016 msgstr ""
1017
1018 #. description
1019-#: ../jobs/info.txt.in:107
1020+#: ../jobs/info.txt.in:113
1021 msgid "SATA/IDE device information."
1022 msgstr ""
1023
1024 #. description
1025-#: ../jobs/info.txt.in:126
1026+#: ../jobs/info.txt.in:132
1027 msgid "Attaches the bootchart png file for bootchart runs"
1028 msgstr ""
1029
1030 #. description
1031-#: ../jobs/info.txt.in:135
1032+#: ../jobs/info.txt.in:141
1033 msgid "Attaches the bootchart log for bootchart test runs."
1034 msgstr ""
1035
1036 #. description
1037-#: ../jobs/info.txt.in:143
1038+#: ../jobs/info.txt.in:149
1039 msgid "installs the installer bootchart tarball if it exists."
1040 msgstr ""
1041
1042 #. description
1043-#: ../jobs/info.txt.in:148
1044+#: ../jobs/info.txt.in:154
1045 msgid "Attaches the installer debug log if it exists."
1046 msgstr ""
1047
1048
1049=== modified file 'po/ar.po'
1050--- po/ar.po 2012-07-17 16:27:55 +0000
1051+++ po/ar.po 2012-08-06 20:34:19 +0000
1052@@ -14,8 +14,8 @@
1053 "MIME-Version: 1.0\n"
1054 "Content-Type: text/plain; charset=UTF-8\n"
1055 "Content-Transfer-Encoding: 8bit\n"
1056-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
1057-"X-Generator: Launchpad (build 15614)\n"
1058+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
1059+"X-Generator: Launchpad (build 15719)\n"
1060
1061 #. Title of the user interface
1062 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1063@@ -933,88 +933,88 @@
1064 msgstr ""
1065
1066 #. description
1067-#: ../jobs/info.txt.in:31
1068+#: ../jobs/info.txt.in:37
1069 msgid "Attaches very verbose lspci output."
1070 msgstr ""
1071
1072 #. description
1073-#: ../jobs/info.txt.in:36
1074+#: ../jobs/info.txt.in:42
1075 msgid "Attaches very verbose lspci output (with central database Query)."
1076 msgstr ""
1077
1078 #. description
1079-#: ../jobs/info.txt.in:43
1080+#: ../jobs/info.txt.in:49
1081 msgid "List USB devices"
1082 msgstr ""
1083
1084 #. description
1085-#: ../jobs/info.txt.in:52
1086+#: ../jobs/info.txt.in:58
1087 msgid "Attaches the contents of the various modprobe conf files."
1088 msgstr ""
1089
1090 #. description
1091-#: ../jobs/info.txt.in:57
1092+#: ../jobs/info.txt.in:63
1093 msgid "Attaches the contents of the /etc/modules file."
1094 msgstr ""
1095
1096 #. description
1097-#: ../jobs/info.txt.in:62
1098+#: ../jobs/info.txt.in:68
1099 msgid "attaches the contents of various sysctl config files."
1100 msgstr ""
1101
1102 #. description
1103-#: ../jobs/info.txt.in:66
1104+#: ../jobs/info.txt.in:72
1105 msgid "Attaches a report of sysfs attributes."
1106 msgstr ""
1107
1108 #. description
1109-#: ../jobs/info.txt.in:77
1110+#: ../jobs/info.txt.in:83
1111 msgid ""
1112 "Attaches a dump of the udev database showing system hardware information."
1113 msgstr ""
1114
1115 #. description
1116-#: ../jobs/info.txt.in:84
1117+#: ../jobs/info.txt.in:90
1118 msgid "Attaches a tarball of gcov data if present."
1119 msgstr ""
1120
1121 #. description
1122-#: ../jobs/info.txt.in:89
1123+#: ../jobs/info.txt.in:95
1124 msgid "Attaches a list of the currently running kernel modules."
1125 msgstr ""
1126
1127 #. description
1128-#: ../jobs/info.txt.in:94
1129+#: ../jobs/info.txt.in:100
1130 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1131 msgstr ""
1132
1133 #. description
1134-#: ../jobs/info.txt.in:98
1135+#: ../jobs/info.txt.in:104
1136 msgid "Bootchart information."
1137 msgstr ""
1138
1139 #. description
1140-#: ../jobs/info.txt.in:107
1141+#: ../jobs/info.txt.in:113
1142 msgid "SATA/IDE device information."
1143 msgstr ""
1144
1145 #. description
1146-#: ../jobs/info.txt.in:126
1147+#: ../jobs/info.txt.in:132
1148 msgid "Attaches the bootchart png file for bootchart runs"
1149 msgstr ""
1150
1151 #. description
1152-#: ../jobs/info.txt.in:135
1153+#: ../jobs/info.txt.in:141
1154 msgid "Attaches the bootchart log for bootchart test runs."
1155 msgstr ""
1156
1157 #. description
1158-#: ../jobs/info.txt.in:143
1159+#: ../jobs/info.txt.in:149
1160 msgid "installs the installer bootchart tarball if it exists."
1161 msgstr ""
1162
1163 #. description
1164-#: ../jobs/info.txt.in:148
1165+#: ../jobs/info.txt.in:154
1166 msgid "Attaches the installer debug log if it exists."
1167 msgstr ""
1168
1169
1170=== modified file 'po/ast.po'
1171--- po/ast.po 2012-07-17 16:27:55 +0000
1172+++ po/ast.po 2012-08-06 20:34:19 +0000
1173@@ -14,8 +14,8 @@
1174 "MIME-Version: 1.0\n"
1175 "Content-Type: text/plain; charset=UTF-8\n"
1176 "Content-Transfer-Encoding: 8bit\n"
1177-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
1178-"X-Generator: Launchpad (build 15614)\n"
1179+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
1180+"X-Generator: Launchpad (build 15719)\n"
1181 "Language: ast\n"
1182
1183 #. Title of the user interface
1184@@ -1217,42 +1217,42 @@
1185 msgstr "Axunta salida dmidecode"
1186
1187 #. description
1188-#: ../jobs/info.txt.in:31
1189+#: ../jobs/info.txt.in:37
1190 msgid "Attaches very verbose lspci output."
1191 msgstr "Axunta salida prolija de lspci"
1192
1193 #. description
1194-#: ../jobs/info.txt.in:36
1195+#: ../jobs/info.txt.in:42
1196 msgid "Attaches very verbose lspci output (with central database Query)."
1197 msgstr ""
1198
1199 #. description
1200-#: ../jobs/info.txt.in:43
1201+#: ../jobs/info.txt.in:49
1202 msgid "List USB devices"
1203 msgstr ""
1204
1205 #. description
1206-#: ../jobs/info.txt.in:52
1207+#: ../jobs/info.txt.in:58
1208 msgid "Attaches the contents of the various modprobe conf files."
1209 msgstr "Axunta los conteníos de dellos ficheros de configuración modprobe."
1210
1211 #. description
1212-#: ../jobs/info.txt.in:57
1213+#: ../jobs/info.txt.in:63
1214 msgid "Attaches the contents of the /etc/modules file."
1215 msgstr "Axunta'l conteníu del ficheru /etc/modules."
1216
1217 #. description
1218-#: ../jobs/info.txt.in:62
1219+#: ../jobs/info.txt.in:68
1220 msgid "attaches the contents of various sysctl config files."
1221 msgstr "axunta los conteníos de dellos ficheros de configuración sysctl."
1222
1223 #. description
1224-#: ../jobs/info.txt.in:66
1225+#: ../jobs/info.txt.in:72
1226 msgid "Attaches a report of sysfs attributes."
1227 msgstr "Axunta un informe de los atributos de sysfs."
1228
1229 #. description
1230-#: ../jobs/info.txt.in:77
1231+#: ../jobs/info.txt.in:83
1232 msgid ""
1233 "Attaches a dump of the udev database showing system hardware information."
1234 msgstr ""
1235@@ -1260,49 +1260,49 @@
1236 "del sistema."
1237
1238 #. description
1239-#: ../jobs/info.txt.in:84
1240+#: ../jobs/info.txt.in:90
1241 msgid "Attaches a tarball of gcov data if present."
1242 msgstr "Axunta un ficheru comprimíu de los datos gcov si ta presente."
1243
1244 #. description
1245-#: ../jobs/info.txt.in:89
1246+#: ../jobs/info.txt.in:95
1247 msgid "Attaches a list of the currently running kernel modules."
1248 msgstr ""
1249 "Axunta una llista de los módulos del nucleu que ta anguaño n'execución."
1250
1251 #. description
1252-#: ../jobs/info.txt.in:94
1253+#: ../jobs/info.txt.in:100
1254 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1255 msgstr "Axunta'l conteníu de /proc/acpi/sleep si existe."
1256
1257 #. description
1258-#: ../jobs/info.txt.in:98
1259+#: ../jobs/info.txt.in:104
1260 msgid "Bootchart information."
1261 msgstr "Información de la tabla d'arranque."
1262
1263 #. description
1264-#: ../jobs/info.txt.in:107
1265+#: ../jobs/info.txt.in:113
1266 msgid "SATA/IDE device information."
1267 msgstr "Información de preseos SATA/IDE."
1268
1269 #. description
1270-#: ../jobs/info.txt.in:126
1271+#: ../jobs/info.txt.in:132
1272 msgid "Attaches the bootchart png file for bootchart runs"
1273 msgstr "Axunta'l ficheru bootchart.png a les execuciones de bootchart"
1274
1275 #. description
1276-#: ../jobs/info.txt.in:135
1277+#: ../jobs/info.txt.in:141
1278 msgid "Attaches the bootchart log for bootchart test runs."
1279 msgstr ""
1280 "Axunta'l rexistru de bootchart a les execuciones de prueba de bootchart."
1281
1282 #. description
1283-#: ../jobs/info.txt.in:143
1284+#: ../jobs/info.txt.in:149
1285 msgid "installs the installer bootchart tarball if it exists."
1286 msgstr "instala l'instalador tarball bootchart si ye qu'esiste"
1287
1288 #. description
1289-#: ../jobs/info.txt.in:148
1290+#: ../jobs/info.txt.in:154
1291 msgid "Attaches the installer debug log if it exists."
1292 msgstr "Axunta'l rexistru de depuración del instalador si existe."
1293
1294
1295=== modified file 'po/az.po'
1296--- po/az.po 2012-07-17 16:27:55 +0000
1297+++ po/az.po 2012-08-06 20:34:19 +0000
1298@@ -14,8 +14,8 @@
1299 "MIME-Version: 1.0\n"
1300 "Content-Type: text/plain; charset=UTF-8\n"
1301 "Content-Transfer-Encoding: 8bit\n"
1302-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
1303-"X-Generator: Launchpad (build 15614)\n"
1304+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
1305+"X-Generator: Launchpad (build 15719)\n"
1306
1307 #. Title of the user interface
1308 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1309@@ -881,88 +881,88 @@
1310 msgstr ""
1311
1312 #. description
1313-#: ../jobs/info.txt.in:31
1314+#: ../jobs/info.txt.in:37
1315 msgid "Attaches very verbose lspci output."
1316 msgstr ""
1317
1318 #. description
1319-#: ../jobs/info.txt.in:36
1320+#: ../jobs/info.txt.in:42
1321 msgid "Attaches very verbose lspci output (with central database Query)."
1322 msgstr ""
1323
1324 #. description
1325-#: ../jobs/info.txt.in:43
1326+#: ../jobs/info.txt.in:49
1327 msgid "List USB devices"
1328 msgstr ""
1329
1330 #. description
1331-#: ../jobs/info.txt.in:52
1332+#: ../jobs/info.txt.in:58
1333 msgid "Attaches the contents of the various modprobe conf files."
1334 msgstr ""
1335
1336 #. description
1337-#: ../jobs/info.txt.in:57
1338+#: ../jobs/info.txt.in:63
1339 msgid "Attaches the contents of the /etc/modules file."
1340 msgstr ""
1341
1342 #. description
1343-#: ../jobs/info.txt.in:62
1344+#: ../jobs/info.txt.in:68
1345 msgid "attaches the contents of various sysctl config files."
1346 msgstr ""
1347
1348 #. description
1349-#: ../jobs/info.txt.in:66
1350+#: ../jobs/info.txt.in:72
1351 msgid "Attaches a report of sysfs attributes."
1352 msgstr ""
1353
1354 #. description
1355-#: ../jobs/info.txt.in:77
1356+#: ../jobs/info.txt.in:83
1357 msgid ""
1358 "Attaches a dump of the udev database showing system hardware information."
1359 msgstr ""
1360
1361 #. description
1362-#: ../jobs/info.txt.in:84
1363+#: ../jobs/info.txt.in:90
1364 msgid "Attaches a tarball of gcov data if present."
1365 msgstr ""
1366
1367 #. description
1368-#: ../jobs/info.txt.in:89
1369+#: ../jobs/info.txt.in:95
1370 msgid "Attaches a list of the currently running kernel modules."
1371 msgstr ""
1372
1373 #. description
1374-#: ../jobs/info.txt.in:94
1375+#: ../jobs/info.txt.in:100
1376 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1377 msgstr ""
1378
1379 #. description
1380-#: ../jobs/info.txt.in:98
1381+#: ../jobs/info.txt.in:104
1382 msgid "Bootchart information."
1383 msgstr ""
1384
1385 #. description
1386-#: ../jobs/info.txt.in:107
1387+#: ../jobs/info.txt.in:113
1388 msgid "SATA/IDE device information."
1389 msgstr ""
1390
1391 #. description
1392-#: ../jobs/info.txt.in:126
1393+#: ../jobs/info.txt.in:132
1394 msgid "Attaches the bootchart png file for bootchart runs"
1395 msgstr ""
1396
1397 #. description
1398-#: ../jobs/info.txt.in:135
1399+#: ../jobs/info.txt.in:141
1400 msgid "Attaches the bootchart log for bootchart test runs."
1401 msgstr ""
1402
1403 #. description
1404-#: ../jobs/info.txt.in:143
1405+#: ../jobs/info.txt.in:149
1406 msgid "installs the installer bootchart tarball if it exists."
1407 msgstr ""
1408
1409 #. description
1410-#: ../jobs/info.txt.in:148
1411+#: ../jobs/info.txt.in:154
1412 msgid "Attaches the installer debug log if it exists."
1413 msgstr ""
1414
1415
1416=== modified file 'po/be.po'
1417--- po/be.po 2012-07-17 16:27:55 +0000
1418+++ po/be.po 2012-08-06 20:34:19 +0000
1419@@ -14,8 +14,8 @@
1420 "MIME-Version: 1.0\n"
1421 "Content-Type: text/plain; charset=UTF-8\n"
1422 "Content-Transfer-Encoding: 8bit\n"
1423-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
1424-"X-Generator: Launchpad (build 15614)\n"
1425+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
1426+"X-Generator: Launchpad (build 15719)\n"
1427
1428 #. Title of the user interface
1429 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1430@@ -885,88 +885,88 @@
1431 msgstr ""
1432
1433 #. description
1434-#: ../jobs/info.txt.in:31
1435+#: ../jobs/info.txt.in:37
1436 msgid "Attaches very verbose lspci output."
1437 msgstr ""
1438
1439 #. description
1440-#: ../jobs/info.txt.in:36
1441+#: ../jobs/info.txt.in:42
1442 msgid "Attaches very verbose lspci output (with central database Query)."
1443 msgstr ""
1444
1445 #. description
1446-#: ../jobs/info.txt.in:43
1447+#: ../jobs/info.txt.in:49
1448 msgid "List USB devices"
1449 msgstr ""
1450
1451 #. description
1452-#: ../jobs/info.txt.in:52
1453+#: ../jobs/info.txt.in:58
1454 msgid "Attaches the contents of the various modprobe conf files."
1455 msgstr ""
1456
1457 #. description
1458-#: ../jobs/info.txt.in:57
1459+#: ../jobs/info.txt.in:63
1460 msgid "Attaches the contents of the /etc/modules file."
1461 msgstr ""
1462
1463 #. description
1464-#: ../jobs/info.txt.in:62
1465+#: ../jobs/info.txt.in:68
1466 msgid "attaches the contents of various sysctl config files."
1467 msgstr ""
1468
1469 #. description
1470-#: ../jobs/info.txt.in:66
1471+#: ../jobs/info.txt.in:72
1472 msgid "Attaches a report of sysfs attributes."
1473 msgstr ""
1474
1475 #. description
1476-#: ../jobs/info.txt.in:77
1477+#: ../jobs/info.txt.in:83
1478 msgid ""
1479 "Attaches a dump of the udev database showing system hardware information."
1480 msgstr ""
1481
1482 #. description
1483-#: ../jobs/info.txt.in:84
1484+#: ../jobs/info.txt.in:90
1485 msgid "Attaches a tarball of gcov data if present."
1486 msgstr ""
1487
1488 #. description
1489-#: ../jobs/info.txt.in:89
1490+#: ../jobs/info.txt.in:95
1491 msgid "Attaches a list of the currently running kernel modules."
1492 msgstr ""
1493
1494 #. description
1495-#: ../jobs/info.txt.in:94
1496+#: ../jobs/info.txt.in:100
1497 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1498 msgstr ""
1499
1500 #. description
1501-#: ../jobs/info.txt.in:98
1502+#: ../jobs/info.txt.in:104
1503 msgid "Bootchart information."
1504 msgstr "Інфармацыя Bootchart."
1505
1506 #. description
1507-#: ../jobs/info.txt.in:107
1508+#: ../jobs/info.txt.in:113
1509 msgid "SATA/IDE device information."
1510 msgstr "Інфармацыя аб прыладах SATA / IDE."
1511
1512 #. description
1513-#: ../jobs/info.txt.in:126
1514+#: ../jobs/info.txt.in:132
1515 msgid "Attaches the bootchart png file for bootchart runs"
1516 msgstr ""
1517
1518 #. description
1519-#: ../jobs/info.txt.in:135
1520+#: ../jobs/info.txt.in:141
1521 msgid "Attaches the bootchart log for bootchart test runs."
1522 msgstr ""
1523
1524 #. description
1525-#: ../jobs/info.txt.in:143
1526+#: ../jobs/info.txt.in:149
1527 msgid "installs the installer bootchart tarball if it exists."
1528 msgstr ""
1529
1530 #. description
1531-#: ../jobs/info.txt.in:148
1532+#: ../jobs/info.txt.in:154
1533 msgid "Attaches the installer debug log if it exists."
1534 msgstr ""
1535
1536
1537=== modified file 'po/bg.po'
1538--- po/bg.po 2012-07-17 16:27:55 +0000
1539+++ po/bg.po 2012-08-06 20:34:19 +0000
1540@@ -14,8 +14,8 @@
1541 "MIME-Version: 1.0\n"
1542 "Content-Type: text/plain; charset=UTF-8\n"
1543 "Content-Transfer-Encoding: 8bit\n"
1544-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
1545-"X-Generator: Launchpad (build 15614)\n"
1546+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
1547+"X-Generator: Launchpad (build 15719)\n"
1548
1549 #. Title of the user interface
1550 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1551@@ -882,88 +882,88 @@
1552 msgstr ""
1553
1554 #. description
1555-#: ../jobs/info.txt.in:31
1556+#: ../jobs/info.txt.in:37
1557 msgid "Attaches very verbose lspci output."
1558 msgstr ""
1559
1560 #. description
1561-#: ../jobs/info.txt.in:36
1562+#: ../jobs/info.txt.in:42
1563 msgid "Attaches very verbose lspci output (with central database Query)."
1564 msgstr ""
1565
1566 #. description
1567-#: ../jobs/info.txt.in:43
1568+#: ../jobs/info.txt.in:49
1569 msgid "List USB devices"
1570 msgstr ""
1571
1572 #. description
1573-#: ../jobs/info.txt.in:52
1574+#: ../jobs/info.txt.in:58
1575 msgid "Attaches the contents of the various modprobe conf files."
1576 msgstr ""
1577
1578 #. description
1579-#: ../jobs/info.txt.in:57
1580+#: ../jobs/info.txt.in:63
1581 msgid "Attaches the contents of the /etc/modules file."
1582 msgstr ""
1583
1584 #. description
1585-#: ../jobs/info.txt.in:62
1586+#: ../jobs/info.txt.in:68
1587 msgid "attaches the contents of various sysctl config files."
1588 msgstr ""
1589
1590 #. description
1591-#: ../jobs/info.txt.in:66
1592+#: ../jobs/info.txt.in:72
1593 msgid "Attaches a report of sysfs attributes."
1594 msgstr ""
1595
1596 #. description
1597-#: ../jobs/info.txt.in:77
1598+#: ../jobs/info.txt.in:83
1599 msgid ""
1600 "Attaches a dump of the udev database showing system hardware information."
1601 msgstr ""
1602
1603 #. description
1604-#: ../jobs/info.txt.in:84
1605+#: ../jobs/info.txt.in:90
1606 msgid "Attaches a tarball of gcov data if present."
1607 msgstr ""
1608
1609 #. description
1610-#: ../jobs/info.txt.in:89
1611+#: ../jobs/info.txt.in:95
1612 msgid "Attaches a list of the currently running kernel modules."
1613 msgstr ""
1614
1615 #. description
1616-#: ../jobs/info.txt.in:94
1617+#: ../jobs/info.txt.in:100
1618 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1619 msgstr ""
1620
1621 #. description
1622-#: ../jobs/info.txt.in:98
1623+#: ../jobs/info.txt.in:104
1624 msgid "Bootchart information."
1625 msgstr ""
1626
1627 #. description
1628-#: ../jobs/info.txt.in:107
1629+#: ../jobs/info.txt.in:113
1630 msgid "SATA/IDE device information."
1631 msgstr ""
1632
1633 #. description
1634-#: ../jobs/info.txt.in:126
1635+#: ../jobs/info.txt.in:132
1636 msgid "Attaches the bootchart png file for bootchart runs"
1637 msgstr ""
1638
1639 #. description
1640-#: ../jobs/info.txt.in:135
1641+#: ../jobs/info.txt.in:141
1642 msgid "Attaches the bootchart log for bootchart test runs."
1643 msgstr ""
1644
1645 #. description
1646-#: ../jobs/info.txt.in:143
1647+#: ../jobs/info.txt.in:149
1648 msgid "installs the installer bootchart tarball if it exists."
1649 msgstr ""
1650
1651 #. description
1652-#: ../jobs/info.txt.in:148
1653+#: ../jobs/info.txt.in:154
1654 msgid "Attaches the installer debug log if it exists."
1655 msgstr ""
1656
1657
1658=== modified file 'po/bn.po'
1659--- po/bn.po 2012-07-17 16:27:55 +0000
1660+++ po/bn.po 2012-08-06 20:34:19 +0000
1661@@ -14,8 +14,8 @@
1662 "MIME-Version: 1.0\n"
1663 "Content-Type: text/plain; charset=UTF-8\n"
1664 "Content-Transfer-Encoding: 8bit\n"
1665-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
1666-"X-Generator: Launchpad (build 15614)\n"
1667+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
1668+"X-Generator: Launchpad (build 15719)\n"
1669
1670 #. Title of the user interface
1671 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1672@@ -1127,42 +1127,42 @@
1673 msgstr "dmidecode অাউটপুট সংযুক্ত করুন"
1674
1675 #. description
1676-#: ../jobs/info.txt.in:31
1677+#: ../jobs/info.txt.in:37
1678 msgid "Attaches very verbose lspci output."
1679 msgstr "ভার্বোস lspci আউটপুট সংযুক্ত করা হয়।"
1680
1681 #. description
1682-#: ../jobs/info.txt.in:36
1683+#: ../jobs/info.txt.in:42
1684 msgid "Attaches very verbose lspci output (with central database Query)."
1685 msgstr ""
1686
1687 #. description
1688-#: ../jobs/info.txt.in:43
1689+#: ../jobs/info.txt.in:49
1690 msgid "List USB devices"
1691 msgstr ""
1692
1693 #. description
1694-#: ../jobs/info.txt.in:52
1695+#: ../jobs/info.txt.in:58
1696 msgid "Attaches the contents of the various modprobe conf files."
1697 msgstr "বিভিন্ন modprobe conf ফাইলের বিষয়বস্তু সংযুক্ত করা হয়।"
1698
1699 #. description
1700-#: ../jobs/info.txt.in:57
1701+#: ../jobs/info.txt.in:63
1702 msgid "Attaches the contents of the /etc/modules file."
1703 msgstr "/ Etc / মডিউলের বিষয়বস্তু সংযুক্ত করা হয়।"
1704
1705 #. description
1706-#: ../jobs/info.txt.in:62
1707+#: ../jobs/info.txt.in:68
1708 msgid "attaches the contents of various sysctl config files."
1709 msgstr "বিভিন্ন sysctl কনফিগ ফাইলের বিষয়বস্তু সংযুক্ত করা হয়।"
1710
1711 #. description
1712-#: ../jobs/info.txt.in:66
1713+#: ../jobs/info.txt.in:72
1714 msgid "Attaches a report of sysfs attributes."
1715 msgstr "Sysfs গুণাবলীর একটি রিপোর্ট সংযুক্ত করা হয়।"
1716
1717 #. description
1718-#: ../jobs/info.txt.in:77
1719+#: ../jobs/info.txt.in:83
1720 msgid ""
1721 "Attaches a dump of the udev database showing system hardware information."
1722 msgstr ""
1723@@ -1170,47 +1170,47 @@
1724 "করা হয়।"
1725
1726 #. description
1727-#: ../jobs/info.txt.in:84
1728+#: ../jobs/info.txt.in:90
1729 msgid "Attaches a tarball of gcov data if present."
1730 msgstr "gcov উপাত্ত এর একটি tarball সংযুক্ত করুন যদি বিদ্যমান থাকে।"
1731
1732 #. description
1733-#: ../jobs/info.txt.in:89
1734+#: ../jobs/info.txt.in:95
1735 msgid "Attaches a list of the currently running kernel modules."
1736 msgstr "বর্তমানে চলমান কার্নেল মডিউল তালিকা তা সংযুক্ত করা হয়।"
1737
1738 #. description
1739-#: ../jobs/info.txt.in:94
1740+#: ../jobs/info.txt.in:100
1741 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1742 msgstr "বিদ্যমান /proc/acpi/sleep এর বিষয়বস্তু সংযুক্ত করা হয়।"
1743
1744 #. description
1745-#: ../jobs/info.txt.in:98
1746+#: ../jobs/info.txt.in:104
1747 msgid "Bootchart information."
1748 msgstr "Bootchart তথ্য"
1749
1750 #. description
1751-#: ../jobs/info.txt.in:107
1752+#: ../jobs/info.txt.in:113
1753 msgid "SATA/IDE device information."
1754 msgstr "SATA/IDE ডিভাইস তথ্য।"
1755
1756 #. description
1757-#: ../jobs/info.txt.in:126
1758+#: ../jobs/info.txt.in:132
1759 msgid "Attaches the bootchart png file for bootchart runs"
1760 msgstr "Bootchart চালানোর জন্য bootchart PNG ফাইল সংযুক্ত করা হয়।"
1761
1762 #. description
1763-#: ../jobs/info.txt.in:135
1764+#: ../jobs/info.txt.in:141
1765 msgid "Attaches the bootchart log for bootchart test runs."
1766 msgstr "Bootchart পরীক্ষা রান জন্য bootchart লগ ফাইল সংযুক্ত করা হয়।"
1767
1768 #. description
1769-#: ../jobs/info.txt.in:143
1770+#: ../jobs/info.txt.in:149
1771 msgid "installs the installer bootchart tarball if it exists."
1772 msgstr "ইনস্টলার bootchart tarball রূপে ইনস্টল হয় যদি তা বিদ্যমান থাকে।"
1773
1774 #. description
1775-#: ../jobs/info.txt.in:148
1776+#: ../jobs/info.txt.in:154
1777 msgid "Attaches the installer debug log if it exists."
1778 msgstr "ইনস্টলার ডিবাগ লগ বিদ্যমান থাকলে সংযুক্ত করা হয়।"
1779
1780
1781=== modified file 'po/bo.po'
1782--- po/bo.po 2012-07-17 16:27:55 +0000
1783+++ po/bo.po 2012-08-06 20:34:19 +0000
1784@@ -14,8 +14,8 @@
1785 "MIME-Version: 1.0\n"
1786 "Content-Type: text/plain; charset=UTF-8\n"
1787 "Content-Transfer-Encoding: 8bit\n"
1788-"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"
1789-"X-Generator: Launchpad (build 15614)\n"
1790+"X-Launchpad-Export-Date: 2012-08-01 04:38+0000\n"
1791+"X-Generator: Launchpad (build 15719)\n"
1792
1793 #. Title of the user interface
1794 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1795@@ -878,88 +878,88 @@
1796 msgstr ""
1797
1798 #. description
1799-#: ../jobs/info.txt.in:31
1800+#: ../jobs/info.txt.in:37
1801 msgid "Attaches very verbose lspci output."
1802 msgstr ""
1803
1804 #. description
1805-#: ../jobs/info.txt.in:36
1806+#: ../jobs/info.txt.in:42
1807 msgid "Attaches very verbose lspci output (with central database Query)."
1808 msgstr ""
1809
1810 #. description
1811-#: ../jobs/info.txt.in:43
1812+#: ../jobs/info.txt.in:49
1813 msgid "List USB devices"
1814 msgstr ""
1815
1816 #. description
1817-#: ../jobs/info.txt.in:52
1818+#: ../jobs/info.txt.in:58
1819 msgid "Attaches the contents of the various modprobe conf files."
1820 msgstr ""
1821
1822 #. description
1823-#: ../jobs/info.txt.in:57
1824+#: ../jobs/info.txt.in:63
1825 msgid "Attaches the contents of the /etc/modules file."
1826 msgstr ""
1827
1828 #. description
1829-#: ../jobs/info.txt.in:62
1830+#: ../jobs/info.txt.in:68
1831 msgid "attaches the contents of various sysctl config files."
1832 msgstr ""
1833
1834 #. description
1835-#: ../jobs/info.txt.in:66
1836+#: ../jobs/info.txt.in:72
1837 msgid "Attaches a report of sysfs attributes."
1838 msgstr ""
1839
1840 #. description
1841-#: ../jobs/info.txt.in:77
1842+#: ../jobs/info.txt.in:83
1843 msgid ""
1844 "Attaches a dump of the udev database showing system hardware information."
1845 msgstr ""
1846
1847 #. description
1848-#: ../jobs/info.txt.in:84
1849+#: ../jobs/info.txt.in:90
1850 msgid "Attaches a tarball of gcov data if present."
1851 msgstr ""
1852
1853 #. description
1854-#: ../jobs/info.txt.in:89
1855+#: ../jobs/info.txt.in:95
1856 msgid "Attaches a list of the currently running kernel modules."
1857 msgstr ""
1858
1859 #. description
1860-#: ../jobs/info.txt.in:94
1861+#: ../jobs/info.txt.in:100
1862 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1863 msgstr ""
1864
1865 #. description
1866-#: ../jobs/info.txt.in:98
1867+#: ../jobs/info.txt.in:104
1868 msgid "Bootchart information."
1869 msgstr ""
1870
1871 #. description
1872-#: ../jobs/info.txt.in:107
1873+#: ../jobs/info.txt.in:113
1874 msgid "SATA/IDE device information."
1875 msgstr ""
1876
1877 #. description
1878-#: ../jobs/info.txt.in:126
1879+#: ../jobs/info.txt.in:132
1880 msgid "Attaches the bootchart png file for bootchart runs"
1881 msgstr ""
1882
1883 #. description
1884-#: ../jobs/info.txt.in:135
1885+#: ../jobs/info.txt.in:141
1886 msgid "Attaches the bootchart log for bootchart test runs."
1887 msgstr ""
1888
1889 #. description
1890-#: ../jobs/info.txt.in:143
1891+#: ../jobs/info.txt.in:149
1892 msgid "installs the installer bootchart tarball if it exists."
1893 msgstr ""
1894
1895 #. description
1896-#: ../jobs/info.txt.in:148
1897+#: ../jobs/info.txt.in:154
1898 msgid "Attaches the installer debug log if it exists."
1899 msgstr ""
1900
1901
1902=== modified file 'po/br.po'
1903--- po/br.po 2012-07-17 16:27:55 +0000
1904+++ po/br.po 2012-08-06 20:34:19 +0000
1905@@ -14,8 +14,8 @@
1906 "MIME-Version: 1.0\n"
1907 "Content-Type: text/plain; charset=UTF-8\n"
1908 "Content-Transfer-Encoding: 8bit\n"
1909-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
1910-"X-Generator: Launchpad (build 15614)\n"
1911+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
1912+"X-Generator: Launchpad (build 15719)\n"
1913
1914 #. Title of the user interface
1915 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1916@@ -878,88 +878,88 @@
1917 msgstr ""
1918
1919 #. description
1920-#: ../jobs/info.txt.in:31
1921+#: ../jobs/info.txt.in:37
1922 msgid "Attaches very verbose lspci output."
1923 msgstr ""
1924
1925 #. description
1926-#: ../jobs/info.txt.in:36
1927+#: ../jobs/info.txt.in:42
1928 msgid "Attaches very verbose lspci output (with central database Query)."
1929 msgstr ""
1930
1931 #. description
1932-#: ../jobs/info.txt.in:43
1933+#: ../jobs/info.txt.in:49
1934 msgid "List USB devices"
1935 msgstr ""
1936
1937 #. description
1938-#: ../jobs/info.txt.in:52
1939+#: ../jobs/info.txt.in:58
1940 msgid "Attaches the contents of the various modprobe conf files."
1941 msgstr ""
1942
1943 #. description
1944-#: ../jobs/info.txt.in:57
1945+#: ../jobs/info.txt.in:63
1946 msgid "Attaches the contents of the /etc/modules file."
1947 msgstr ""
1948
1949 #. description
1950-#: ../jobs/info.txt.in:62
1951+#: ../jobs/info.txt.in:68
1952 msgid "attaches the contents of various sysctl config files."
1953 msgstr ""
1954
1955 #. description
1956-#: ../jobs/info.txt.in:66
1957+#: ../jobs/info.txt.in:72
1958 msgid "Attaches a report of sysfs attributes."
1959 msgstr ""
1960
1961 #. description
1962-#: ../jobs/info.txt.in:77
1963+#: ../jobs/info.txt.in:83
1964 msgid ""
1965 "Attaches a dump of the udev database showing system hardware information."
1966 msgstr ""
1967
1968 #. description
1969-#: ../jobs/info.txt.in:84
1970+#: ../jobs/info.txt.in:90
1971 msgid "Attaches a tarball of gcov data if present."
1972 msgstr ""
1973
1974 #. description
1975-#: ../jobs/info.txt.in:89
1976+#: ../jobs/info.txt.in:95
1977 msgid "Attaches a list of the currently running kernel modules."
1978 msgstr ""
1979
1980 #. description
1981-#: ../jobs/info.txt.in:94
1982+#: ../jobs/info.txt.in:100
1983 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1984 msgstr ""
1985
1986 #. description
1987-#: ../jobs/info.txt.in:98
1988+#: ../jobs/info.txt.in:104
1989 msgid "Bootchart information."
1990 msgstr ""
1991
1992 #. description
1993-#: ../jobs/info.txt.in:107
1994+#: ../jobs/info.txt.in:113
1995 msgid "SATA/IDE device information."
1996 msgstr ""
1997
1998 #. description
1999-#: ../jobs/info.txt.in:126
2000+#: ../jobs/info.txt.in:132
2001 msgid "Attaches the bootchart png file for bootchart runs"
2002 msgstr ""
2003
2004 #. description
2005-#: ../jobs/info.txt.in:135
2006+#: ../jobs/info.txt.in:141
2007 msgid "Attaches the bootchart log for bootchart test runs."
2008 msgstr ""
2009
2010 #. description
2011-#: ../jobs/info.txt.in:143
2012+#: ../jobs/info.txt.in:149
2013 msgid "installs the installer bootchart tarball if it exists."
2014 msgstr ""
2015
2016 #. description
2017-#: ../jobs/info.txt.in:148
2018+#: ../jobs/info.txt.in:154
2019 msgid "Attaches the installer debug log if it exists."
2020 msgstr ""
2021
2022
2023=== modified file 'po/bs.po'
2024--- po/bs.po 2012-07-17 16:27:55 +0000
2025+++ po/bs.po 2012-08-06 20:34:19 +0000
2026@@ -14,8 +14,8 @@
2027 "MIME-Version: 1.0\n"
2028 "Content-Type: text/plain; charset=UTF-8\n"
2029 "Content-Transfer-Encoding: 8bit\n"
2030-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
2031-"X-Generator: Launchpad (build 15614)\n"
2032+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
2033+"X-Generator: Launchpad (build 15719)\n"
2034
2035 #. Title of the user interface
2036 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
2037@@ -1127,89 +1127,89 @@
2038 msgstr "Prilaže dmidecode izlaz"
2039
2040 #. description
2041-#: ../jobs/info.txt.in:31
2042+#: ../jobs/info.txt.in:37
2043 msgid "Attaches very verbose lspci output."
2044 msgstr "Prilaže vrlo detaljan lspci izlaz."
2045
2046 #. description
2047-#: ../jobs/info.txt.in:36
2048+#: ../jobs/info.txt.in:42
2049 msgid "Attaches very verbose lspci output (with central database Query)."
2050 msgstr ""
2051
2052 #. description
2053-#: ../jobs/info.txt.in:43
2054+#: ../jobs/info.txt.in:49
2055 msgid "List USB devices"
2056 msgstr ""
2057
2058 #. description
2059-#: ../jobs/info.txt.in:52
2060+#: ../jobs/info.txt.in:58
2061 msgid "Attaches the contents of the various modprobe conf files."
2062 msgstr "Prilaže sadržaj raznih modprobe coniguracionih datoteka."
2063
2064 #. description
2065-#: ../jobs/info.txt.in:57
2066+#: ../jobs/info.txt.in:63
2067 msgid "Attaches the contents of the /etc/modules file."
2068 msgstr "Prilaže sadržaj /etc/modules datoteke."
2069
2070 #. description
2071-#: ../jobs/info.txt.in:62
2072+#: ../jobs/info.txt.in:68
2073 msgid "attaches the contents of various sysctl config files."
2074 msgstr "Prilaže sadržaj raznih sysctl config datoteka."
2075
2076 #. description
2077-#: ../jobs/info.txt.in:66
2078+#: ../jobs/info.txt.in:72
2079 msgid "Attaches a report of sysfs attributes."
2080 msgstr "Prilaže izvještaj o sysfs atributima."
2081
2082 #. description
2083-#: ../jobs/info.txt.in:77
2084+#: ../jobs/info.txt.in:83
2085 msgid ""
2086 "Attaches a dump of the udev database showing system hardware information."
2087 msgstr ""
2088 "Prilaže ispis udev baze prikazujući sistemske hardverske informacije."
2089
2090 #. description
2091-#: ../jobs/info.txt.in:84
2092+#: ../jobs/info.txt.in:90
2093 msgid "Attaches a tarball of gcov data if present."
2094 msgstr "Prilaže tar datoteku gcov podataka ako ih ima."
2095
2096 #. description
2097-#: ../jobs/info.txt.in:89
2098+#: ../jobs/info.txt.in:95
2099 msgid "Attaches a list of the currently running kernel modules."
2100 msgstr "Prilaže listu trenutno izvršavanih kernel modula."
2101
2102 #. description
2103-#: ../jobs/info.txt.in:94
2104+#: ../jobs/info.txt.in:100
2105 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
2106 msgstr "Prilaže sadržaj /proc/acpi/sleep ako postoji."
2107
2108 #. description
2109-#: ../jobs/info.txt.in:98
2110+#: ../jobs/info.txt.in:104
2111 msgid "Bootchart information."
2112 msgstr "Informacije o dijagramu podizanja."
2113
2114 #. description
2115-#: ../jobs/info.txt.in:107
2116+#: ../jobs/info.txt.in:113
2117 msgid "SATA/IDE device information."
2118 msgstr "Informacija o SATA/IDE uređaju."
2119
2120 #. description
2121-#: ../jobs/info.txt.in:126
2122+#: ../jobs/info.txt.in:132
2123 msgid "Attaches the bootchart png file for bootchart runs"
2124 msgstr "Prilaže bootchart png datoteku prilikom pokretanja bootchart"
2125
2126 #. description
2127-#: ../jobs/info.txt.in:135
2128+#: ../jobs/info.txt.in:141
2129 msgid "Attaches the bootchart log for bootchart test runs."
2130 msgstr "Prilaže bootchart dnevnik prilikom pokretanja bootchart testova."
2131
2132 #. description
2133-#: ../jobs/info.txt.in:143
2134+#: ../jobs/info.txt.in:149
2135 msgid "installs the installer bootchart tarball if it exists."
2136 msgstr "installira instalersku bootchart tar datoteku ako postoji."
2137
2138 #. description
2139-#: ../jobs/info.txt.in:148
2140+#: ../jobs/info.txt.in:154
2141 msgid "Attaches the installer debug log if it exists."
2142 msgstr "Prilaže instalerski debug dnevnik ako postoji."
2143
2144
2145=== modified file 'po/ca.po'
2146--- po/ca.po 2012-07-17 16:27:55 +0000
2147+++ po/ca.po 2012-08-06 20:34:19 +0000
2148@@ -14,8 +14,8 @@
2149 "MIME-Version: 1.0\n"
2150 "Content-Type: text/plain; charset=UTF-8\n"
2151 "Content-Transfer-Encoding: 8bit\n"
2152-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
2153-"X-Generator: Launchpad (build 15614)\n"
2154+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
2155+"X-Generator: Launchpad (build 15719)\n"
2156
2157 #~ msgid "$output"
2158 #~ msgstr "$resultat"
2159@@ -903,88 +903,88 @@
2160 msgstr ""
2161
2162 #. description
2163-#: ../jobs/info.txt.in:31
2164+#: ../jobs/info.txt.in:37
2165 msgid "Attaches very verbose lspci output."
2166 msgstr ""
2167
2168 #. description
2169-#: ../jobs/info.txt.in:36
2170+#: ../jobs/info.txt.in:42
2171 msgid "Attaches very verbose lspci output (with central database Query)."
2172 msgstr ""
2173
2174 #. description
2175-#: ../jobs/info.txt.in:43
2176+#: ../jobs/info.txt.in:49
2177 msgid "List USB devices"
2178 msgstr ""
2179
2180 #. description
2181-#: ../jobs/info.txt.in:52
2182+#: ../jobs/info.txt.in:58
2183 msgid "Attaches the contents of the various modprobe conf files."
2184 msgstr ""
2185
2186 #. description
2187-#: ../jobs/info.txt.in:57
2188+#: ../jobs/info.txt.in:63
2189 msgid "Attaches the contents of the /etc/modules file."
2190 msgstr ""
2191
2192 #. description
2193-#: ../jobs/info.txt.in:62
2194+#: ../jobs/info.txt.in:68
2195 msgid "attaches the contents of various sysctl config files."
2196 msgstr ""
2197
2198 #. description
2199-#: ../jobs/info.txt.in:66
2200+#: ../jobs/info.txt.in:72
2201 msgid "Attaches a report of sysfs attributes."
2202 msgstr ""
2203
2204 #. description
2205-#: ../jobs/info.txt.in:77
2206+#: ../jobs/info.txt.in:83
2207 msgid ""
2208 "Attaches a dump of the udev database showing system hardware information."
2209 msgstr ""
2210
2211 #. description
2212-#: ../jobs/info.txt.in:84
2213+#: ../jobs/info.txt.in:90
2214 msgid "Attaches a tarball of gcov data if present."
2215 msgstr ""
2216
2217 #. description
2218-#: ../jobs/info.txt.in:89
2219+#: ../jobs/info.txt.in:95
2220 msgid "Attaches a list of the currently running kernel modules."
2221 msgstr ""
2222
2223 #. description
2224-#: ../jobs/info.txt.in:94
2225+#: ../jobs/info.txt.in:100
2226 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
2227 msgstr ""
2228
2229 #. description
2230-#: ../jobs/info.txt.in:98
2231+#: ../jobs/info.txt.in:104
2232 msgid "Bootchart information."
2233 msgstr "Informació del gràfic de procesos d'arrencada."
2234
2235 #. description
2236-#: ../jobs/info.txt.in:107
2237+#: ../jobs/info.txt.in:113
2238 msgid "SATA/IDE device information."
2239 msgstr "Informació del dispositiu SATA/IDE."
2240
2241 #. description
2242-#: ../jobs/info.txt.in:126
2243+#: ../jobs/info.txt.in:132
2244 msgid "Attaches the bootchart png file for bootchart runs"
2245 msgstr ""
2246
2247 #. description
2248-#: ../jobs/info.txt.in:135
2249+#: ../jobs/info.txt.in:141
2250 msgid "Attaches the bootchart log for bootchart test runs."
2251 msgstr ""
2252
2253 #. description
2254-#: ../jobs/info.txt.in:143
2255+#: ../jobs/info.txt.in:149
2256 msgid "installs the installer bootchart tarball if it exists."
2257 msgstr ""
2258
2259 #. description
2260-#: ../jobs/info.txt.in:148
2261+#: ../jobs/info.txt.in:154
2262 msgid "Attaches the installer debug log if it exists."
2263 msgstr ""
2264
2265
2266=== modified file 'po/ca@valencia.po'
2267--- po/ca@valencia.po 2012-07-17 16:27:55 +0000
2268+++ po/ca@valencia.po 2012-08-06 20:34:19 +0000
2269@@ -14,8 +14,8 @@
2270 "MIME-Version: 1.0\n"
2271 "Content-Type: text/plain; charset=UTF-8\n"
2272 "Content-Transfer-Encoding: 8bit\n"
2273-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
2274-"X-Generator: Launchpad (build 15614)\n"
2275+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
2276+"X-Generator: Launchpad (build 15719)\n"
2277
2278 #. Title of the user interface
2279 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
2280@@ -878,88 +878,88 @@
2281 msgstr ""
2282
2283 #. description
2284-#: ../jobs/info.txt.in:31
2285+#: ../jobs/info.txt.in:37
2286 msgid "Attaches very verbose lspci output."
2287 msgstr ""
2288
2289 #. description
2290-#: ../jobs/info.txt.in:36
2291+#: ../jobs/info.txt.in:42
2292 msgid "Attaches very verbose lspci output (with central database Query)."
2293 msgstr ""
2294
2295 #. description
2296-#: ../jobs/info.txt.in:43
2297+#: ../jobs/info.txt.in:49
2298 msgid "List USB devices"
2299 msgstr ""
2300
2301 #. description
2302-#: ../jobs/info.txt.in:52
2303+#: ../jobs/info.txt.in:58
2304 msgid "Attaches the contents of the various modprobe conf files."
2305 msgstr ""
2306
2307 #. description
2308-#: ../jobs/info.txt.in:57
2309+#: ../jobs/info.txt.in:63
2310 msgid "Attaches the contents of the /etc/modules file."
2311 msgstr ""
2312
2313 #. description
2314-#: ../jobs/info.txt.in:62
2315+#: ../jobs/info.txt.in:68
2316 msgid "attaches the contents of various sysctl config files."
2317 msgstr ""
2318
2319 #. description
2320-#: ../jobs/info.txt.in:66
2321+#: ../jobs/info.txt.in:72
2322 msgid "Attaches a report of sysfs attributes."
2323 msgstr ""
2324
2325 #. description
2326-#: ../jobs/info.txt.in:77
2327+#: ../jobs/info.txt.in:83
2328 msgid ""
2329 "Attaches a dump of the udev database showing system hardware information."
2330 msgstr ""
2331
2332 #. description
2333-#: ../jobs/info.txt.in:84
2334+#: ../jobs/info.txt.in:90
2335 msgid "Attaches a tarball of gcov data if present."
2336 msgstr ""
2337
2338 #. description
2339-#: ../jobs/info.txt.in:89
2340+#: ../jobs/info.txt.in:95
2341 msgid "Attaches a list of the currently running kernel modules."
2342 msgstr ""
2343
2344 #. description
2345-#: ../jobs/info.txt.in:94
2346+#: ../jobs/info.txt.in:100
2347 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
2348 msgstr ""
2349
2350 #. description
2351-#: ../jobs/info.txt.in:98
2352+#: ../jobs/info.txt.in:104
2353 msgid "Bootchart information."
2354 msgstr ""
2355
2356 #. description
2357-#: ../jobs/info.txt.in:107
2358+#: ../jobs/info.txt.in:113
2359 msgid "SATA/IDE device information."
2360 msgstr ""
2361
2362 #. description
2363-#: ../jobs/info.txt.in:126
2364+#: ../jobs/info.txt.in:132
2365 msgid "Attaches the bootchart png file for bootchart runs"
2366 msgstr ""
2367
2368 #. description
2369-#: ../jobs/info.txt.in:135
2370+#: ../jobs/info.txt.in:141
2371 msgid "Attaches the bootchart log for bootchart test runs."
2372 msgstr ""
2373
2374 #. description
2375-#: ../jobs/info.txt.in:143
2376+#: ../jobs/info.txt.in:149
2377 msgid "installs the installer bootchart tarball if it exists."
2378 msgstr ""
2379
2380 #. description
2381-#: ../jobs/info.txt.in:148
2382+#: ../jobs/info.txt.in:154
2383 msgid "Attaches the installer debug log if it exists."
2384 msgstr ""
2385
2386
2387=== modified file 'po/ckb.po'
2388--- po/ckb.po 2012-07-17 16:27:55 +0000
2389+++ po/ckb.po 2012-08-06 20:34:19 +0000
2390@@ -14,8 +14,8 @@
2391 "MIME-Version: 1.0\n"
2392 "Content-Type: text/plain; charset=UTF-8\n"
2393 "Content-Transfer-Encoding: 8bit\n"
2394-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
2395-"X-Generator: Launchpad (build 15614)\n"
2396+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
2397+"X-Generator: Launchpad (build 15719)\n"
2398
2399 #. Title of the user interface
2400 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
2401@@ -878,88 +878,88 @@
2402 msgstr ""
2403
2404 #. description
2405-#: ../jobs/info.txt.in:31
2406+#: ../jobs/info.txt.in:37
2407 msgid "Attaches very verbose lspci output."
2408 msgstr ""
2409
2410 #. description
2411-#: ../jobs/info.txt.in:36
2412+#: ../jobs/info.txt.in:42
2413 msgid "Attaches very verbose lspci output (with central database Query)."
2414 msgstr ""
2415
2416 #. description
2417-#: ../jobs/info.txt.in:43
2418+#: ../jobs/info.txt.in:49
2419 msgid "List USB devices"
2420 msgstr ""
2421
2422 #. description
2423-#: ../jobs/info.txt.in:52
2424+#: ../jobs/info.txt.in:58
2425 msgid "Attaches the contents of the various modprobe conf files."
2426 msgstr ""
2427
2428 #. description
2429-#: ../jobs/info.txt.in:57
2430+#: ../jobs/info.txt.in:63
2431 msgid "Attaches the contents of the /etc/modules file."
2432 msgstr ""
2433
2434 #. description
2435-#: ../jobs/info.txt.in:62
2436+#: ../jobs/info.txt.in:68
2437 msgid "attaches the contents of various sysctl config files."
2438 msgstr ""
2439
2440 #. description
2441-#: ../jobs/info.txt.in:66
2442+#: ../jobs/info.txt.in:72
2443 msgid "Attaches a report of sysfs attributes."
2444 msgstr ""
2445
2446 #. description
2447-#: ../jobs/info.txt.in:77
2448+#: ../jobs/info.txt.in:83
2449 msgid ""
2450 "Attaches a dump of the udev database showing system hardware information."
2451 msgstr ""
2452
2453 #. description
2454-#: ../jobs/info.txt.in:84
2455+#: ../jobs/info.txt.in:90
2456 msgid "Attaches a tarball of gcov data if present."
2457 msgstr ""
2458
2459 #. description
2460-#: ../jobs/info.txt.in:89
2461+#: ../jobs/info.txt.in:95
2462 msgid "Attaches a list of the currently running kernel modules."
2463 msgstr ""
2464
2465 #. description
2466-#: ../jobs/info.txt.in:94
2467+#: ../jobs/info.txt.in:100
2468 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
2469 msgstr ""
2470
2471 #. description
2472-#: ../jobs/info.txt.in:98
2473+#: ../jobs/info.txt.in:104
2474 msgid "Bootchart information."
2475 msgstr ""
2476
2477 #. description
2478-#: ../jobs/info.txt.in:107
2479+#: ../jobs/info.txt.in:113
2480 msgid "SATA/IDE device information."
2481 msgstr ""
2482
2483 #. description
2484-#: ../jobs/info.txt.in:126
2485+#: ../jobs/info.txt.in:132
2486 msgid "Attaches the bootchart png file for bootchart runs"
2487 msgstr ""
2488
2489 #. description
2490-#: ../jobs/info.txt.in:135
2491+#: ../jobs/info.txt.in:141
2492 msgid "Attaches the bootchart log for bootchart test runs."
2493 msgstr ""
2494
2495 #. description
2496-#: ../jobs/info.txt.in:143
2497+#: ../jobs/info.txt.in:149
2498 msgid "installs the installer bootchart tarball if it exists."
2499 msgstr ""
2500
2501 #. description
2502-#: ../jobs/info.txt.in:148
2503+#: ../jobs/info.txt.in:154
2504 msgid "Attaches the installer debug log if it exists."
2505 msgstr ""
2506
2507
2508=== modified file 'po/cs.po'
2509--- po/cs.po 2012-07-17 16:27:55 +0000
2510+++ po/cs.po 2012-08-06 20:34:19 +0000
2511@@ -14,8 +14,8 @@
2512 "MIME-Version: 1.0\n"
2513 "Content-Type: text/plain; charset=UTF-8\n"
2514 "Content-Transfer-Encoding: 8bit\n"
2515-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
2516-"X-Generator: Launchpad (build 15614)\n"
2517+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
2518+"X-Generator: Launchpad (build 15719)\n"
2519
2520 #: ../gtk/checkbox-gtk.ui.h:2 ../checkbox_gtk/gtk_interface.py:561
2521 msgid "_Test"
2522@@ -1117,88 +1117,88 @@
2523 msgstr "Připojí výstup dmidecode"
2524
2525 #. description
2526-#: ../jobs/info.txt.in:31
2527+#: ../jobs/info.txt.in:37
2528 msgid "Attaches very verbose lspci output."
2529 msgstr "Připojí podrobný výstup lspci."
2530
2531 #. description
2532-#: ../jobs/info.txt.in:36
2533+#: ../jobs/info.txt.in:42
2534 msgid "Attaches very verbose lspci output (with central database Query)."
2535 msgstr ""
2536
2537 #. description
2538-#: ../jobs/info.txt.in:43
2539+#: ../jobs/info.txt.in:49
2540 msgid "List USB devices"
2541 msgstr ""
2542
2543 #. description
2544-#: ../jobs/info.txt.in:52
2545+#: ../jobs/info.txt.in:58
2546 msgid "Attaches the contents of the various modprobe conf files."
2547 msgstr "Připojí obsah různých konfiguračních souborů modprobe."
2548
2549 #. description
2550-#: ../jobs/info.txt.in:57
2551+#: ../jobs/info.txt.in:63
2552 msgid "Attaches the contents of the /etc/modules file."
2553 msgstr "Připojí obsah souboru /etc/modules."
2554
2555 #. description
2556-#: ../jobs/info.txt.in:62
2557+#: ../jobs/info.txt.in:68
2558 msgid "attaches the contents of various sysctl config files."
2559 msgstr "Připojí obsah různých konfiguračních souborů sysctl."
2560
2561 #. description
2562-#: ../jobs/info.txt.in:66
2563+#: ../jobs/info.txt.in:72
2564 msgid "Attaches a report of sysfs attributes."
2565 msgstr "Připojí zprávu o atributech sysfs"
2566
2567 #. description
2568-#: ../jobs/info.txt.in:77
2569+#: ../jobs/info.txt.in:83
2570 msgid ""
2571 "Attaches a dump of the udev database showing system hardware information."
2572 msgstr "Připojí obsah databáze udev, která obsahuje informace o hardwaru"
2573
2574 #. description
2575-#: ../jobs/info.txt.in:84
2576+#: ../jobs/info.txt.in:90
2577 msgid "Attaches a tarball of gcov data if present."
2578 msgstr "Existuje-li, připojí archiv dat gconf"
2579
2580 #. description
2581-#: ../jobs/info.txt.in:89
2582+#: ../jobs/info.txt.in:95
2583 msgid "Attaches a list of the currently running kernel modules."
2584 msgstr "Připojí seznam aktuálně běžících jaderných modulů"
2585
2586 #. description
2587-#: ../jobs/info.txt.in:94
2588+#: ../jobs/info.txt.in:100
2589 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
2590 msgstr "Existuje-li, připojí obsah /proc/acpi/sleep"
2591
2592 #. description
2593-#: ../jobs/info.txt.in:98
2594+#: ../jobs/info.txt.in:104
2595 msgid "Bootchart information."
2596 msgstr "Informace z bootchartu"
2597
2598 #. description
2599-#: ../jobs/info.txt.in:107
2600+#: ../jobs/info.txt.in:113
2601 msgid "SATA/IDE device information."
2602 msgstr "Informace o zařízení na SATA/IDE"
2603
2604 #. description
2605-#: ../jobs/info.txt.in:126
2606+#: ../jobs/info.txt.in:132
2607 msgid "Attaches the bootchart png file for bootchart runs"
2608 msgstr "Připojí graf bootu (bootchart) v obrázku png."
2609
2610 #. description
2611-#: ../jobs/info.txt.in:135
2612+#: ../jobs/info.txt.in:141
2613 msgid "Attaches the bootchart log for bootchart test runs."
2614 msgstr "Připojí log bootchart pro testovací spouštění."
2615
2616 #. description
2617-#: ../jobs/info.txt.in:143
2618+#: ../jobs/info.txt.in:149
2619 msgid "installs the installer bootchart tarball if it exists."
2620 msgstr "Existuje-li, nainstaluje bootchart"
2621
2622 #. description
2623-#: ../jobs/info.txt.in:148
2624+#: ../jobs/info.txt.in:154
2625 msgid "Attaches the installer debug log if it exists."
2626 msgstr "Existuje-li, připojí ladicí záznam instalátoru"
2627
2628
2629=== modified file 'po/cy.po'
2630--- po/cy.po 2012-07-17 16:27:55 +0000
2631+++ po/cy.po 2012-08-06 20:34:19 +0000
2632@@ -14,8 +14,8 @@
2633 "MIME-Version: 1.0\n"
2634 "Content-Type: text/plain; charset=UTF-8\n"
2635 "Content-Transfer-Encoding: 8bit\n"
2636-"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"
2637-"X-Generator: Launchpad (build 15614)\n"
2638+"X-Launchpad-Export-Date: 2012-08-01 04:38+0000\n"
2639+"X-Generator: Launchpad (build 15719)\n"
2640
2641 #. Title of the user interface
2642 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
2643@@ -878,88 +878,88 @@
2644 msgstr ""
2645
2646 #. description
2647-#: ../jobs/info.txt.in:31
2648+#: ../jobs/info.txt.in:37
2649 msgid "Attaches very verbose lspci output."
2650 msgstr ""
2651
2652 #. description
2653-#: ../jobs/info.txt.in:36
2654+#: ../jobs/info.txt.in:42
2655 msgid "Attaches very verbose lspci output (with central database Query)."
2656 msgstr ""
2657
2658 #. description
2659-#: ../jobs/info.txt.in:43
2660+#: ../jobs/info.txt.in:49
2661 msgid "List USB devices"
2662 msgstr ""
2663
2664 #. description
2665-#: ../jobs/info.txt.in:52
2666+#: ../jobs/info.txt.in:58
2667 msgid "Attaches the contents of the various modprobe conf files."
2668 msgstr ""
2669
2670 #. description
2671-#: ../jobs/info.txt.in:57
2672+#: ../jobs/info.txt.in:63
2673 msgid "Attaches the contents of the /etc/modules file."
2674 msgstr ""
2675
2676 #. description
2677-#: ../jobs/info.txt.in:62
2678+#: ../jobs/info.txt.in:68
2679 msgid "attaches the contents of various sysctl config files."
2680 msgstr ""
2681
2682 #. description
2683-#: ../jobs/info.txt.in:66
2684+#: ../jobs/info.txt.in:72
2685 msgid "Attaches a report of sysfs attributes."
2686 msgstr ""
2687
2688 #. description
2689-#: ../jobs/info.txt.in:77
2690+#: ../jobs/info.txt.in:83
2691 msgid ""
2692 "Attaches a dump of the udev database showing system hardware information."
2693 msgstr ""
2694
2695 #. description
2696-#: ../jobs/info.txt.in:84
2697+#: ../jobs/info.txt.in:90
2698 msgid "Attaches a tarball of gcov data if present."
2699 msgstr ""
2700
2701 #. description
2702-#: ../jobs/info.txt.in:89
2703+#: ../jobs/info.txt.in:95
2704 msgid "Attaches a list of the currently running kernel modules."
2705 msgstr ""
2706
2707 #. description
2708-#: ../jobs/info.txt.in:94
2709+#: ../jobs/info.txt.in:100
2710 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
2711 msgstr ""
2712
2713 #. description
2714-#: ../jobs/info.txt.in:98
2715+#: ../jobs/info.txt.in:104
2716 msgid "Bootchart information."
2717 msgstr ""
2718
2719 #. description
2720-#: ../jobs/info.txt.in:107
2721+#: ../jobs/info.txt.in:113
2722 msgid "SATA/IDE device information."
2723 msgstr ""
2724
2725 #. description
2726-#: ../jobs/info.txt.in:126
2727+#: ../jobs/info.txt.in:132
2728 msgid "Attaches the bootchart png file for bootchart runs"
2729 msgstr ""
2730
2731 #. description
2732-#: ../jobs/info.txt.in:135
2733+#: ../jobs/info.txt.in:141
2734 msgid "Attaches the bootchart log for bootchart test runs."
2735 msgstr ""
2736
2737 #. description
2738-#: ../jobs/info.txt.in:143
2739+#: ../jobs/info.txt.in:149
2740 msgid "installs the installer bootchart tarball if it exists."
2741 msgstr ""
2742
2743 #. description
2744-#: ../jobs/info.txt.in:148
2745+#: ../jobs/info.txt.in:154
2746 msgid "Attaches the installer debug log if it exists."
2747 msgstr ""
2748
2749
2750=== modified file 'po/da.po'
2751--- po/da.po 2012-07-17 16:27:55 +0000
2752+++ po/da.po 2012-08-06 20:34:19 +0000
2753@@ -14,8 +14,8 @@
2754 "MIME-Version: 1.0\n"
2755 "Content-Type: text/plain; charset=UTF-8\n"
2756 "Content-Transfer-Encoding: 8bit\n"
2757-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
2758-"X-Generator: Launchpad (build 15614)\n"
2759+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
2760+"X-Generator: Launchpad (build 15719)\n"
2761 "X-Poedit-Language: Danish\n"
2762
2763 #. Title of the user interface
2764@@ -1045,88 +1045,88 @@
2765 msgstr ""
2766
2767 #. description
2768-#: ../jobs/info.txt.in:31
2769+#: ../jobs/info.txt.in:37
2770 msgid "Attaches very verbose lspci output."
2771 msgstr ""
2772
2773 #. description
2774-#: ../jobs/info.txt.in:36
2775+#: ../jobs/info.txt.in:42
2776 msgid "Attaches very verbose lspci output (with central database Query)."
2777 msgstr ""
2778
2779 #. description
2780-#: ../jobs/info.txt.in:43
2781+#: ../jobs/info.txt.in:49
2782 msgid "List USB devices"
2783 msgstr ""
2784
2785 #. description
2786-#: ../jobs/info.txt.in:52
2787+#: ../jobs/info.txt.in:58
2788 msgid "Attaches the contents of the various modprobe conf files."
2789 msgstr ""
2790
2791 #. description
2792-#: ../jobs/info.txt.in:57
2793+#: ../jobs/info.txt.in:63
2794 msgid "Attaches the contents of the /etc/modules file."
2795 msgstr ""
2796
2797 #. description
2798-#: ../jobs/info.txt.in:62
2799+#: ../jobs/info.txt.in:68
2800 msgid "attaches the contents of various sysctl config files."
2801 msgstr ""
2802
2803 #. description
2804-#: ../jobs/info.txt.in:66
2805+#: ../jobs/info.txt.in:72
2806 msgid "Attaches a report of sysfs attributes."
2807 msgstr ""
2808
2809 #. description
2810-#: ../jobs/info.txt.in:77
2811+#: ../jobs/info.txt.in:83
2812 msgid ""
2813 "Attaches a dump of the udev database showing system hardware information."
2814 msgstr ""
2815
2816 #. description
2817-#: ../jobs/info.txt.in:84
2818+#: ../jobs/info.txt.in:90
2819 msgid "Attaches a tarball of gcov data if present."
2820 msgstr ""
2821
2822 #. description
2823-#: ../jobs/info.txt.in:89
2824+#: ../jobs/info.txt.in:95
2825 msgid "Attaches a list of the currently running kernel modules."
2826 msgstr ""
2827
2828 #. description
2829-#: ../jobs/info.txt.in:94
2830+#: ../jobs/info.txt.in:100
2831 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
2832 msgstr ""
2833
2834 #. description
2835-#: ../jobs/info.txt.in:98
2836+#: ../jobs/info.txt.in:104
2837 msgid "Bootchart information."
2838 msgstr "Bootchart-information."
2839
2840 #. description
2841-#: ../jobs/info.txt.in:107
2842+#: ../jobs/info.txt.in:113
2843 msgid "SATA/IDE device information."
2844 msgstr "SATA/IDE-enhedsinformation."
2845
2846 #. description
2847-#: ../jobs/info.txt.in:126
2848+#: ../jobs/info.txt.in:132
2849 msgid "Attaches the bootchart png file for bootchart runs"
2850 msgstr ""
2851
2852 #. description
2853-#: ../jobs/info.txt.in:135
2854+#: ../jobs/info.txt.in:141
2855 msgid "Attaches the bootchart log for bootchart test runs."
2856 msgstr ""
2857
2858 #. description
2859-#: ../jobs/info.txt.in:143
2860+#: ../jobs/info.txt.in:149
2861 msgid "installs the installer bootchart tarball if it exists."
2862 msgstr ""
2863
2864 #. description
2865-#: ../jobs/info.txt.in:148
2866+#: ../jobs/info.txt.in:154
2867 msgid "Attaches the installer debug log if it exists."
2868 msgstr ""
2869
2870
2871=== modified file 'po/de.po'
2872--- po/de.po 2012-07-17 16:27:55 +0000
2873+++ po/de.po 2012-08-06 20:34:19 +0000
2874@@ -14,8 +14,8 @@
2875 "MIME-Version: 1.0\n"
2876 "Content-Type: text/plain; charset=UTF-8\n"
2877 "Content-Transfer-Encoding: 8bit\n"
2878-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
2879-"X-Generator: Launchpad (build 15614)\n"
2880+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
2881+"X-Generator: Launchpad (build 15719)\n"
2882
2883 #: ../gtk/checkbox-gtk.ui.h:2 ../checkbox_gtk/gtk_interface.py:561
2884 msgid "_Test"
2885@@ -1269,49 +1269,49 @@
2886 msgstr "Dies legt dem Bericht die Ausgabe von dmidecode als Anlage bei."
2887
2888 #. description
2889-#: ../jobs/info.txt.in:31
2890+#: ../jobs/info.txt.in:37
2891 msgid "Attaches very verbose lspci output."
2892 msgstr ""
2893 "Dies legt dem Bericht eine sehr lange Ausgabe von lspci als Anlage bei."
2894
2895 #. description
2896-#: ../jobs/info.txt.in:36
2897+#: ../jobs/info.txt.in:42
2898 msgid "Attaches very verbose lspci output (with central database Query)."
2899 msgstr ""
2900
2901 #. description
2902-#: ../jobs/info.txt.in:43
2903+#: ../jobs/info.txt.in:49
2904 msgid "List USB devices"
2905 msgstr ""
2906
2907 #. description
2908-#: ../jobs/info.txt.in:52
2909+#: ../jobs/info.txt.in:58
2910 msgid "Attaches the contents of the various modprobe conf files."
2911 msgstr ""
2912 "Dies legt dem Bericht die Inhalte der verschiedenen modprobe-conf-Dateien "
2913 "als Anlage bei."
2914
2915 #. description
2916-#: ../jobs/info.txt.in:57
2917+#: ../jobs/info.txt.in:63
2918 msgid "Attaches the contents of the /etc/modules file."
2919 msgstr ""
2920 "Dies legt dem Bericht die Inhalte der Datei /etc/modules als Anlage bei."
2921
2922 #. description
2923-#: ../jobs/info.txt.in:62
2924+#: ../jobs/info.txt.in:68
2925 msgid "attaches the contents of various sysctl config files."
2926 msgstr ""
2927 "Dies legt dem Bericht die Inhalte der verschiedenen sysctl-"
2928 "Konfigurationsdateien als Anlage bei."
2929
2930 #. description
2931-#: ../jobs/info.txt.in:66
2932+#: ../jobs/info.txt.in:72
2933 msgid "Attaches a report of sysfs attributes."
2934 msgstr ""
2935 "Dies legt dem Bericht einen Bericht über sysfs-Attribute als Anlage bei."
2936
2937 #. description
2938-#: ../jobs/info.txt.in:77
2939+#: ../jobs/info.txt.in:83
2940 msgid ""
2941 "Attaches a dump of the udev database showing system hardware information."
2942 msgstr ""
2943@@ -1319,58 +1319,58 @@
2944 "Informationen als Anlage bei."
2945
2946 #. description
2947-#: ../jobs/info.txt.in:84
2948+#: ../jobs/info.txt.in:90
2949 msgid "Attaches a tarball of gcov data if present."
2950 msgstr ""
2951 "Dies legt dem Bericht ein Tar-Archiv mit gcov-Daten als Anlage bei, wenn "
2952 "vorhanden."
2953
2954 #. description
2955-#: ../jobs/info.txt.in:89
2956+#: ../jobs/info.txt.in:95
2957 msgid "Attaches a list of the currently running kernel modules."
2958 msgstr ""
2959 "Dies legt dem Bericht eine Liste der momentan ausgeführten Kernel-Module als "
2960 "Anlage bei."
2961
2962 #. description
2963-#: ../jobs/info.txt.in:94
2964+#: ../jobs/info.txt.in:100
2965 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
2966 msgstr ""
2967 "Dies legt dem Bericht die Inhalte von /proc/acpi/sleep als Anlage bei, falls "
2968 "vorhanden."
2969
2970 #. description
2971-#: ../jobs/info.txt.in:98
2972+#: ../jobs/info.txt.in:104
2973 msgid "Bootchart information."
2974 msgstr "Bootchart-Informationen."
2975
2976 #. description
2977-#: ../jobs/info.txt.in:107
2978+#: ../jobs/info.txt.in:113
2979 msgid "SATA/IDE device information."
2980 msgstr "SATA/IDE-Geräteinformationen."
2981
2982 #. description
2983-#: ../jobs/info.txt.in:126
2984+#: ../jobs/info.txt.in:132
2985 msgid "Attaches the bootchart png file for bootchart runs"
2986 msgstr ""
2987 "Dies legt dem Bericht die Datei bootchart.png für Bootchart-Testläufe als "
2988 "Anlage bei."
2989
2990 #. description
2991-#: ../jobs/info.txt.in:135
2992+#: ../jobs/info.txt.in:141
2993 msgid "Attaches the bootchart log for bootchart test runs."
2994 msgstr ""
2995 "Dies legt dem Bericht das Bootchart-Protokoll für Bootchart-Testläufe als "
2996 "Anlage bei."
2997
2998 #. description
2999-#: ../jobs/info.txt.in:143
3000+#: ../jobs/info.txt.in:149
3001 msgid "installs the installer bootchart tarball if it exists."
3002 msgstr ""
3003 "Installiert das Installationsprogramm-Bootchart-Tar-Archiv, falls vorhanden."
3004
3005 #. description
3006-#: ../jobs/info.txt.in:148
3007+#: ../jobs/info.txt.in:154
3008 msgid "Attaches the installer debug log if it exists."
3009 msgstr ""
3010 "Dies legt dem Bericht das Fehlerdiagnoseprotokoll des Installationsprogramms "
3011
3012=== modified file 'po/dv.po'
3013--- po/dv.po 2012-07-17 16:27:55 +0000
3014+++ po/dv.po 2012-08-06 20:34:19 +0000
3015@@ -14,8 +14,8 @@
3016 "MIME-Version: 1.0\n"
3017 "Content-Type: text/plain; charset=UTF-8\n"
3018 "Content-Transfer-Encoding: 8bit\n"
3019-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
3020-"X-Generator: Launchpad (build 15614)\n"
3021+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
3022+"X-Generator: Launchpad (build 15719)\n"
3023
3024 #. Title of the user interface
3025 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
3026@@ -878,88 +878,88 @@
3027 msgstr ""
3028
3029 #. description
3030-#: ../jobs/info.txt.in:31
3031+#: ../jobs/info.txt.in:37
3032 msgid "Attaches very verbose lspci output."
3033 msgstr ""
3034
3035 #. description
3036-#: ../jobs/info.txt.in:36
3037+#: ../jobs/info.txt.in:42
3038 msgid "Attaches very verbose lspci output (with central database Query)."
3039 msgstr ""
3040
3041 #. description
3042-#: ../jobs/info.txt.in:43
3043+#: ../jobs/info.txt.in:49
3044 msgid "List USB devices"
3045 msgstr ""
3046
3047 #. description
3048-#: ../jobs/info.txt.in:52
3049+#: ../jobs/info.txt.in:58
3050 msgid "Attaches the contents of the various modprobe conf files."
3051 msgstr ""
3052
3053 #. description
3054-#: ../jobs/info.txt.in:57
3055+#: ../jobs/info.txt.in:63
3056 msgid "Attaches the contents of the /etc/modules file."
3057 msgstr ""
3058
3059 #. description
3060-#: ../jobs/info.txt.in:62
3061+#: ../jobs/info.txt.in:68
3062 msgid "attaches the contents of various sysctl config files."
3063 msgstr ""
3064
3065 #. description
3066-#: ../jobs/info.txt.in:66
3067+#: ../jobs/info.txt.in:72
3068 msgid "Attaches a report of sysfs attributes."
3069 msgstr ""
3070
3071 #. description
3072-#: ../jobs/info.txt.in:77
3073+#: ../jobs/info.txt.in:83
3074 msgid ""
3075 "Attaches a dump of the udev database showing system hardware information."
3076 msgstr ""
3077
3078 #. description
3079-#: ../jobs/info.txt.in:84
3080+#: ../jobs/info.txt.in:90
3081 msgid "Attaches a tarball of gcov data if present."
3082 msgstr ""
3083
3084 #. description
3085-#: ../jobs/info.txt.in:89
3086+#: ../jobs/info.txt.in:95
3087 msgid "Attaches a list of the currently running kernel modules."
3088 msgstr ""
3089
3090 #. description
3091-#: ../jobs/info.txt.in:94
3092+#: ../jobs/info.txt.in:100
3093 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
3094 msgstr ""
3095
3096 #. description
3097-#: ../jobs/info.txt.in:98
3098+#: ../jobs/info.txt.in:104
3099 msgid "Bootchart information."
3100 msgstr ""
3101
3102 #. description
3103-#: ../jobs/info.txt.in:107
3104+#: ../jobs/info.txt.in:113
3105 msgid "SATA/IDE device information."
3106 msgstr ""
3107
3108 #. description
3109-#: ../jobs/info.txt.in:126
3110+#: ../jobs/info.txt.in:132
3111 msgid "Attaches the bootchart png file for bootchart runs"
3112 msgstr ""
3113
3114 #. description
3115-#: ../jobs/info.txt.in:135
3116+#: ../jobs/info.txt.in:141
3117 msgid "Attaches the bootchart log for bootchart test runs."
3118 msgstr ""
3119
3120 #. description
3121-#: ../jobs/info.txt.in:143
3122+#: ../jobs/info.txt.in:149
3123 msgid "installs the installer bootchart tarball if it exists."
3124 msgstr ""
3125
3126 #. description
3127-#: ../jobs/info.txt.in:148
3128+#: ../jobs/info.txt.in:154
3129 msgid "Attaches the installer debug log if it exists."
3130 msgstr ""
3131
3132
3133=== modified file 'po/el.po'
3134--- po/el.po 2012-07-17 16:27:55 +0000
3135+++ po/el.po 2012-08-06 20:34:19 +0000
3136@@ -14,8 +14,8 @@
3137 "MIME-Version: 1.0\n"
3138 "Content-Type: text/plain; charset=utf-8\n"
3139 "Content-Transfer-Encoding: 8bit\n"
3140-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
3141-"X-Generator: Launchpad (build 15614)\n"
3142+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
3143+"X-Generator: Launchpad (build 15719)\n"
3144
3145 #: ../gtk/checkbox-gtk.ui.h:2 ../checkbox_gtk/gtk_interface.py:561
3146 msgid "_Test"
3147@@ -1226,42 +1226,42 @@
3148 msgstr "Επισύναψη του αποτελέσματος της εντολής dmidecode"
3149
3150 #. description
3151-#: ../jobs/info.txt.in:31
3152+#: ../jobs/info.txt.in:37
3153 msgid "Attaches very verbose lspci output."
3154 msgstr "Επισύναψη πολύ αναλυτικού αποτελέσματος της εντολής lspci"
3155
3156 #. description
3157-#: ../jobs/info.txt.in:36
3158+#: ../jobs/info.txt.in:42
3159 msgid "Attaches very verbose lspci output (with central database Query)."
3160 msgstr ""
3161
3162 #. description
3163-#: ../jobs/info.txt.in:43
3164+#: ../jobs/info.txt.in:49
3165 msgid "List USB devices"
3166 msgstr ""
3167
3168 #. description
3169-#: ../jobs/info.txt.in:52
3170+#: ../jobs/info.txt.in:58
3171 msgid "Attaches the contents of the various modprobe conf files."
3172 msgstr "Επισύναψη του περιεχομένου των διαφόρων modprobe conf αρχείων"
3173
3174 #. description
3175-#: ../jobs/info.txt.in:57
3176+#: ../jobs/info.txt.in:63
3177 msgid "Attaches the contents of the /etc/modules file."
3178 msgstr "Επισύναψη του περιεχομένου του αρχείου /etc/modules."
3179
3180 #. description
3181-#: ../jobs/info.txt.in:62
3182+#: ../jobs/info.txt.in:68
3183 msgid "attaches the contents of various sysctl config files."
3184 msgstr "Επισύναψη των περιεχομένων διαφόρων αρχείων ρυθμίσεων sysctl"
3185
3186 #. description
3187-#: ../jobs/info.txt.in:66
3188+#: ../jobs/info.txt.in:72
3189 msgid "Attaches a report of sysfs attributes."
3190 msgstr "Επισύναψη μίας αναφοράς των χαρακτηριστικών sysfs"
3191
3192 #. description
3193-#: ../jobs/info.txt.in:77
3194+#: ../jobs/info.txt.in:83
3195 msgid ""
3196 "Attaches a dump of the udev database showing system hardware information."
3197 msgstr ""
3198@@ -1269,54 +1269,54 @@
3199 "πληροφορίες για το υλικό του συστήματος."
3200
3201 #. description
3202-#: ../jobs/info.txt.in:84
3203+#: ../jobs/info.txt.in:90
3204 msgid "Attaches a tarball of gcov data if present."
3205 msgstr "Επισύναψη ενός συμπιεσμένου αρχείου με δεδομένα gconv αν υπάρχουν."
3206
3207 #. description
3208-#: ../jobs/info.txt.in:89
3209+#: ../jobs/info.txt.in:95
3210 msgid "Attaches a list of the currently running kernel modules."
3211 msgstr ""
3212 "Επισύναψη μίας λίστας των εκτελούμενων τη δεδομένη στιγμή αρθρωμάτων του "
3213 "πυρήνα."
3214
3215 #. description
3216-#: ../jobs/info.txt.in:94
3217+#: ../jobs/info.txt.in:100
3218 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
3219 msgstr "Επισύναψη του περιεχόμενου του αρχείου /proc/acpi/sleep αν υπάρχει."
3220
3221 #. description
3222-#: ../jobs/info.txt.in:98
3223+#: ../jobs/info.txt.in:104
3224 msgid "Bootchart information."
3225 msgstr "Πληροφορίες Bootchart."
3226
3227 #. description
3228-#: ../jobs/info.txt.in:107
3229+#: ../jobs/info.txt.in:113
3230 msgid "SATA/IDE device information."
3231 msgstr "Πληροφορίες συσκευών SATA/IDE"
3232
3233 #. description
3234-#: ../jobs/info.txt.in:126
3235+#: ../jobs/info.txt.in:132
3236 msgid "Attaches the bootchart png file for bootchart runs"
3237 msgstr ""
3238 "Επισύναψη του αρχείου bootchart png για εκτελέσεις του προγράμματος bootchart"
3239
3240 #. description
3241-#: ../jobs/info.txt.in:135
3242+#: ../jobs/info.txt.in:141
3243 msgid "Attaches the bootchart log for bootchart test runs."
3244 msgstr ""
3245 "Επισύναψη των καταγραφών bootchart για δοκιμαστικές εκτελέσεις του "
3246 "προγράμματος bootchart"
3247
3248 #. description
3249-#: ../jobs/info.txt.in:143
3250+#: ../jobs/info.txt.in:149
3251 msgid "installs the installer bootchart tarball if it exists."
3252 msgstr ""
3253 "εγκαθιστά τον οδηγό εγκατάστασης του συμπιεσμένου αρχείου bootchart αν "
3254 "υπάρχει."
3255
3256 #. description
3257-#: ../jobs/info.txt.in:148
3258+#: ../jobs/info.txt.in:154
3259 msgid "Attaches the installer debug log if it exists."
3260 msgstr "Επισύναψη της καταγραφής αποσφαλμάτωσης του εγκαταστάτη αν υπάρχει."
3261
3262
3263=== modified file 'po/en_AU.po'
3264--- po/en_AU.po 2012-07-17 16:27:55 +0000
3265+++ po/en_AU.po 2012-08-06 20:34:19 +0000
3266@@ -14,8 +14,8 @@
3267 "MIME-Version: 1.0\n"
3268 "Content-Type: text/plain; charset=UTF-8\n"
3269 "Content-Transfer-Encoding: 8bit\n"
3270-"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"
3271-"X-Generator: Launchpad (build 15614)\n"
3272+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
3273+"X-Generator: Launchpad (build 15719)\n"
3274
3275 #. Title of the user interface
3276 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
3277@@ -1115,89 +1115,89 @@
3278 msgstr "Attaches dmidecode output"
3279
3280 #. description
3281-#: ../jobs/info.txt.in:31
3282+#: ../jobs/info.txt.in:37
3283 msgid "Attaches very verbose lspci output."
3284 msgstr "Attaches very verbose lspci output."
3285
3286 #. description
3287-#: ../jobs/info.txt.in:36
3288+#: ../jobs/info.txt.in:42
3289 msgid "Attaches very verbose lspci output (with central database Query)."
3290 msgstr ""
3291
3292 #. description
3293-#: ../jobs/info.txt.in:43
3294+#: ../jobs/info.txt.in:49
3295 msgid "List USB devices"
3296 msgstr ""
3297
3298 #. description
3299-#: ../jobs/info.txt.in:52
3300+#: ../jobs/info.txt.in:58
3301 msgid "Attaches the contents of the various modprobe conf files."
3302 msgstr "Attaches the contents of the various modprobe conf files."
3303
3304 #. description
3305-#: ../jobs/info.txt.in:57
3306+#: ../jobs/info.txt.in:63
3307 msgid "Attaches the contents of the /etc/modules file."
3308 msgstr "Attaches the contents of the /etc/modules file."
3309
3310 #. description
3311-#: ../jobs/info.txt.in:62
3312+#: ../jobs/info.txt.in:68
3313 msgid "attaches the contents of various sysctl config files."
3314 msgstr "attaches the contents of various sysctl config files."
3315
3316 #. description
3317-#: ../jobs/info.txt.in:66
3318+#: ../jobs/info.txt.in:72
3319 msgid "Attaches a report of sysfs attributes."
3320 msgstr "Attaches a report of sysfs attributes."
3321
3322 #. description
3323-#: ../jobs/info.txt.in:77
3324+#: ../jobs/info.txt.in:83
3325 msgid ""
3326 "Attaches a dump of the udev database showing system hardware information."
3327 msgstr ""
3328 "Attaches a dump of the udev database showing system hardware information."
3329
3330 #. description
3331-#: ../jobs/info.txt.in:84
3332+#: ../jobs/info.txt.in:90
3333 msgid "Attaches a tarball of gcov data if present."
3334 msgstr "Attaches a tarball of gcov data if present."
3335
3336 #. description
3337-#: ../jobs/info.txt.in:89
3338+#: ../jobs/info.txt.in:95
3339 msgid "Attaches a list of the currently running kernel modules."
3340 msgstr "Attaches a list of the currently running kernel modules."
3341
3342 #. description
3343-#: ../jobs/info.txt.in:94
3344+#: ../jobs/info.txt.in:100
3345 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
3346 msgstr "Attaches the contents of /proc/acpi/sleep if it exists."
3347
3348 #. description
3349-#: ../jobs/info.txt.in:98
3350+#: ../jobs/info.txt.in:104
3351 msgid "Bootchart information."
3352 msgstr "Bootchart information."
3353
3354 #. description
3355-#: ../jobs/info.txt.in:107
3356+#: ../jobs/info.txt.in:113
3357 msgid "SATA/IDE device information."
3358 msgstr "SATA/IDE device information."
3359
3360 #. description
3361-#: ../jobs/info.txt.in:126
3362+#: ../jobs/info.txt.in:132
3363 msgid "Attaches the bootchart png file for bootchart runs"
3364 msgstr "Attaches the bootchart png file for bootchart runs"
3365
3366 #. description
3367-#: ../jobs/info.txt.in:135
3368+#: ../jobs/info.txt.in:141
3369 msgid "Attaches the bootchart log for bootchart test runs."
3370 msgstr "Attaches the bootchart log for bootchart test runs."
3371
3372 #. description
3373-#: ../jobs/info.txt.in:143
3374+#: ../jobs/info.txt.in:149
3375 msgid "installs the installer bootchart tarball if it exists."
3376 msgstr "installs the installer bootchart tarball if it exists."
3377
3378 #. description
3379-#: ../jobs/info.txt.in:148
3380+#: ../jobs/info.txt.in:154
3381 msgid "Attaches the installer debug log if it exists."
3382 msgstr "Attaches the installer debug log if it exists."
3383
3384
3385=== modified file 'po/en_CA.po'
3386--- po/en_CA.po 2012-07-17 16:27:55 +0000
3387+++ po/en_CA.po 2012-08-06 20:34:19 +0000
3388@@ -14,8 +14,8 @@
3389 "MIME-Version: 1.0\n"
3390 "Content-Type: text/plain; charset=UTF-8\n"
3391 "Content-Transfer-Encoding: 8bit\n"
3392-"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"
3393-"X-Generator: Launchpad (build 15614)\n"
3394+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
3395+"X-Generator: Launchpad (build 15719)\n"
3396
3397 #. Title of the user interface
3398 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
3399@@ -878,88 +878,88 @@
3400 msgstr ""
3401
3402 #. description
3403-#: ../jobs/info.txt.in:31
3404+#: ../jobs/info.txt.in:37
3405 msgid "Attaches very verbose lspci output."
3406 msgstr ""
3407
3408 #. description
3409-#: ../jobs/info.txt.in:36
3410+#: ../jobs/info.txt.in:42
3411 msgid "Attaches very verbose lspci output (with central database Query)."
3412 msgstr ""
3413
3414 #. description
3415-#: ../jobs/info.txt.in:43
3416+#: ../jobs/info.txt.in:49
3417 msgid "List USB devices"
3418 msgstr ""
3419
3420 #. description
3421-#: ../jobs/info.txt.in:52
3422+#: ../jobs/info.txt.in:58
3423 msgid "Attaches the contents of the various modprobe conf files."
3424 msgstr ""
3425
3426 #. description
3427-#: ../jobs/info.txt.in:57
3428+#: ../jobs/info.txt.in:63
3429 msgid "Attaches the contents of the /etc/modules file."
3430 msgstr ""
3431
3432 #. description
3433-#: ../jobs/info.txt.in:62
3434+#: ../jobs/info.txt.in:68
3435 msgid "attaches the contents of various sysctl config files."
3436 msgstr ""
3437
3438 #. description
3439-#: ../jobs/info.txt.in:66
3440+#: ../jobs/info.txt.in:72
3441 msgid "Attaches a report of sysfs attributes."
3442 msgstr ""
3443
3444 #. description
3445-#: ../jobs/info.txt.in:77
3446+#: ../jobs/info.txt.in:83
3447 msgid ""
3448 "Attaches a dump of the udev database showing system hardware information."
3449 msgstr ""
3450
3451 #. description
3452-#: ../jobs/info.txt.in:84
3453+#: ../jobs/info.txt.in:90
3454 msgid "Attaches a tarball of gcov data if present."
3455 msgstr ""
3456
3457 #. description
3458-#: ../jobs/info.txt.in:89
3459+#: ../jobs/info.txt.in:95
3460 msgid "Attaches a list of the currently running kernel modules."
3461 msgstr ""
3462
3463 #. description
3464-#: ../jobs/info.txt.in:94
3465+#: ../jobs/info.txt.in:100
3466 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
3467 msgstr ""
3468
3469 #. description
3470-#: ../jobs/info.txt.in:98
3471+#: ../jobs/info.txt.in:104
3472 msgid "Bootchart information."
3473 msgstr ""
3474
3475 #. description
3476-#: ../jobs/info.txt.in:107
3477+#: ../jobs/info.txt.in:113
3478 msgid "SATA/IDE device information."
3479 msgstr ""
3480
3481 #. description
3482-#: ../jobs/info.txt.in:126
3483+#: ../jobs/info.txt.in:132
3484 msgid "Attaches the bootchart png file for bootchart runs"
3485 msgstr ""
3486
3487 #. description
3488-#: ../jobs/info.txt.in:135
3489+#: ../jobs/info.txt.in:141
3490 msgid "Attaches the bootchart log for bootchart test runs."
3491 msgstr ""
3492
3493 #. description
3494-#: ../jobs/info.txt.in:143
3495+#: ../jobs/info.txt.in:149
3496 msgid "installs the installer bootchart tarball if it exists."
3497 msgstr ""
3498
3499 #. description
3500-#: ../jobs/info.txt.in:148
3501+#: ../jobs/info.txt.in:154
3502 msgid "Attaches the installer debug log if it exists."
3503 msgstr ""
3504
3505
3506=== modified file 'po/en_GB.po'
3507--- po/en_GB.po 2012-07-17 16:27:55 +0000
3508+++ po/en_GB.po 2012-08-06 20:34:19 +0000
3509@@ -14,8 +14,8 @@
3510 "MIME-Version: 1.0\n"
3511 "Content-Type: text/plain; charset=UTF-8\n"
3512 "Content-Transfer-Encoding: 8bit\n"
3513-"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"
3514-"X-Generator: Launchpad (build 15614)\n"
3515+"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
3516+"X-Generator: Launchpad (build 15719)\n"
3517
3518 #~ msgid "Do you see color bars and static?"
3519 #~ msgstr "Do you see colour bars and static?"
3520@@ -1118,89 +1118,89 @@
3521 msgstr "Attaches dmidecode output"
3522
3523 #. description
3524-#: ../jobs/info.txt.in:31
3525+#: ../jobs/info.txt.in:37
3526 msgid "Attaches very verbose lspci output."
3527 msgstr "Attaches very verbose lspci output."
3528
3529 #. description
3530-#: ../jobs/info.txt.in:36
3531+#: ../jobs/info.txt.in:42
3532 msgid "Attaches very verbose lspci output (with central database Query)."
3533 msgstr ""
3534
3535 #. description
3536-#: ../jobs/info.txt.in:43
3537+#: ../jobs/info.txt.in:49
3538 msgid "List USB devices"
3539 msgstr ""
3540
3541 #. description
3542-#: ../jobs/info.txt.in:52
3543+#: ../jobs/info.txt.in:58
3544 msgid "Attaches the contents of the various modprobe conf files."
3545 msgstr "Attaches the contents of the various modprobe conf files."
3546
3547 #. description
3548-#: ../jobs/info.txt.in:57
3549+#: ../jobs/info.txt.in:63
3550 msgid "Attaches the contents of the /etc/modules file."
3551 msgstr "Attaches the contents of the /etc/modules file."
3552
3553 #. description
3554-#: ../jobs/info.txt.in:62
3555+#: ../jobs/info.txt.in:68
3556 msgid "attaches the contents of various sysctl config files."
3557 msgstr "attaches the contents of various sysctl config files."
3558
3559 #. description
3560-#: ../jobs/info.txt.in:66
3561+#: ../jobs/info.txt.in:72
3562 msgid "Attaches a report of sysfs attributes."
3563 msgstr "Attaches a report of sysfs attributes."
3564
3565 #. description
3566-#: ../jobs/info.txt.in:77
3567+#: ../jobs/info.txt.in:83
3568 msgid ""
3569 "Attaches a dump of the udev database showing system hardware information."
3570 msgstr ""
3571 "Attaches a dump of the udev database showing system hardware information."
3572
3573 #. description
3574-#: ../jobs/info.txt.in:84
3575+#: ../jobs/info.txt.in:90
3576 msgid "Attaches a tarball of gcov data if present."
3577 msgstr "Attaches a tarball of gcov data if present."
3578
3579 #. description
3580-#: ../jobs/info.txt.in:89
3581+#: ../jobs/info.txt.in:95
3582 msgid "Attaches a list of the currently running kernel modules."
3583 msgstr "Attaches a list of the currently running kernel modules."
3584
3585 #. description
3586-#: ../jobs/info.txt.in:94
3587+#: ../jobs/info.txt.in:100
3588 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
3589 msgstr "Attaches the contents of /proc/acpi/sleep if it exists."
3590
3591 #. description
3592-#: ../jobs/info.txt.in:98
3593+#: ../jobs/info.txt.in:104
3594 msgid "Bootchart information."
3595 msgstr "Bootchart information."
3596
3597 #. description
3598-#: ../jobs/info.txt.in:107
3599+#: ../jobs/info.txt.in:113
3600 msgid "SATA/IDE device information."
3601 msgstr "SATA/IDE device information."
3602
3603 #. description
3604-#: ../jobs/info.txt.in:126
3605+#: ../jobs/info.txt.in:132
3606 msgid "Attaches the bootchart png file for bootchart runs"
3607 msgstr "Attaches the bootchart png file for bootchart runs"
3608
3609 #. description
3610-#: ../jobs/info.txt.in:135
3611+#: ../jobs/info.txt.in:141
3612 msgid "Attaches the bootchart log for bootchart test runs."
3613 msgstr "Attaches the bootchart log for bootchart test runs."
3614
3615 #. description
3616-#: ../jobs/info.txt.in:143
3617+#: ../jobs/info.txt.in:149
3618 msgid "installs the installer bootchart tarball if it exists."
3619 msgstr "installs the installer bootchart tarball if it exists."
3620
3621 #. description
3622-#: ../jobs/info.txt.in:148
3623+#: ../jobs/info.txt.in:154
3624 msgid "Attaches the installer debug log if it exists."
3625 msgstr "Attaches the installer debug log if it exists."
3626
3627
3628=== modified file 'po/eo.po'
3629--- po/eo.po 2012-07-17 16:27:55 +0000
3630+++ po/eo.po 2012-08-06 20:34:19 +0000
3631@@ -14,8 +14,8 @@
3632 "MIME-Version: 1.0\n"
3633 "Content-Type: text/plain; charset=UTF-8\n"
3634 "Content-Transfer-Encoding: 8bit\n"
3635-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
3636-"X-Generator: Launchpad (build 15614)\n"
3637+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
3638+"X-Generator: Launchpad (build 15719)\n"
3639
3640 #: ../checkbox/application.py:66
3641 msgid "Usage: checkbox [OPTIONS]"
3642@@ -931,88 +931,88 @@
3643 msgstr ""
3644
3645 #. description
3646-#: ../jobs/info.txt.in:31
3647+#: ../jobs/info.txt.in:37
3648 msgid "Attaches very verbose lspci output."
3649 msgstr ""
3650
3651 #. description
3652-#: ../jobs/info.txt.in:36
3653+#: ../jobs/info.txt.in:42
3654 msgid "Attaches very verbose lspci output (with central database Query)."
3655 msgstr ""
3656
3657 #. description
3658-#: ../jobs/info.txt.in:43
3659+#: ../jobs/info.txt.in:49
3660 msgid "List USB devices"
3661 msgstr ""
3662
3663 #. description
3664-#: ../jobs/info.txt.in:52
3665+#: ../jobs/info.txt.in:58
3666 msgid "Attaches the contents of the various modprobe conf files."
3667 msgstr ""
3668
3669 #. description
3670-#: ../jobs/info.txt.in:57
3671+#: ../jobs/info.txt.in:63
3672 msgid "Attaches the contents of the /etc/modules file."
3673 msgstr ""
3674
3675 #. description
3676-#: ../jobs/info.txt.in:62
3677+#: ../jobs/info.txt.in:68
3678 msgid "attaches the contents of various sysctl config files."
3679 msgstr ""
3680
3681 #. description
3682-#: ../jobs/info.txt.in:66
3683+#: ../jobs/info.txt.in:72
3684 msgid "Attaches a report of sysfs attributes."
3685 msgstr ""
3686
3687 #. description
3688-#: ../jobs/info.txt.in:77
3689+#: ../jobs/info.txt.in:83
3690 msgid ""
3691 "Attaches a dump of the udev database showing system hardware information."
3692 msgstr ""
3693
3694 #. description
3695-#: ../jobs/info.txt.in:84
3696+#: ../jobs/info.txt.in:90
3697 msgid "Attaches a tarball of gcov data if present."
3698 msgstr ""
3699
3700 #. description
3701-#: ../jobs/info.txt.in:89
3702+#: ../jobs/info.txt.in:95
3703 msgid "Attaches a list of the currently running kernel modules."
3704 msgstr ""
3705
3706 #. description
3707-#: ../jobs/info.txt.in:94
3708+#: ../jobs/info.txt.in:100
3709 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
3710 msgstr ""
3711
3712 #. description
3713-#: ../jobs/info.txt.in:98
3714+#: ../jobs/info.txt.in:104
3715 msgid "Bootchart information."
3716 msgstr ""
3717
3718 #. description
3719-#: ../jobs/info.txt.in:107
3720+#: ../jobs/info.txt.in:113
3721 msgid "SATA/IDE device information."
3722 msgstr ""
3723
3724 #. description
3725-#: ../jobs/info.txt.in:126
3726+#: ../jobs/info.txt.in:132
3727 msgid "Attaches the bootchart png file for bootchart runs"
3728 msgstr ""
3729
3730 #. description
3731-#: ../jobs/info.txt.in:135
3732+#: ../jobs/info.txt.in:141
3733 msgid "Attaches the bootchart log for bootchart test runs."
3734 msgstr ""
3735
3736 #. description
3737-#: ../jobs/info.txt.in:143
3738+#: ../jobs/info.txt.in:149
3739 msgid "installs the installer bootchart tarball if it exists."
3740 msgstr ""
3741
3742 #. description
3743-#: ../jobs/info.txt.in:148
3744+#: ../jobs/info.txt.in:154
3745 msgid "Attaches the installer debug log if it exists."
3746 msgstr ""
3747
3748
3749=== modified file 'po/es.po'
3750--- po/es.po 2012-07-17 16:27:55 +0000
3751+++ po/es.po 2012-08-06 20:34:19 +0000
3752@@ -14,8 +14,8 @@
3753 "MIME-Version: 1.0\n"
3754 "Content-Type: text/plain; charset=UTF-8\n"
3755 "Content-Transfer-Encoding: 8bit\n"
3756-"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"
3757-"X-Generator: Launchpad (build 15614)\n"
3758+"X-Launchpad-Export-Date: 2012-08-01 04:38+0000\n"
3759+"X-Generator: Launchpad (build 15719)\n"
3760
3761 #: ../checkbox/application.py:70
3762 msgid "Print version information and exit."
3763@@ -1305,42 +1305,42 @@
3764 msgstr "Adjunta salida dmidecode"
3765
3766 #. description
3767-#: ../jobs/info.txt.in:31
3768+#: ../jobs/info.txt.in:37
3769 msgid "Attaches very verbose lspci output."
3770 msgstr "Adjunta salida prolija de lspci"
3771
3772 #. description
3773-#: ../jobs/info.txt.in:36
3774+#: ../jobs/info.txt.in:42
3775 msgid "Attaches very verbose lspci output (with central database Query)."
3776 msgstr ""
3777
3778 #. description
3779-#: ../jobs/info.txt.in:43
3780+#: ../jobs/info.txt.in:49
3781 msgid "List USB devices"
3782 msgstr ""
3783
3784 #. description
3785-#: ../jobs/info.txt.in:52
3786+#: ../jobs/info.txt.in:58
3787 msgid "Attaches the contents of the various modprobe conf files."
3788 msgstr "Adjunta los contenidos de varios archivos de configuración modprobe."
3789
3790 #. description
3791-#: ../jobs/info.txt.in:57
3792+#: ../jobs/info.txt.in:63
3793 msgid "Attaches the contents of the /etc/modules file."
3794 msgstr "Adjunta el contenido del archivo /etc/modules."
3795
3796 #. description
3797-#: ../jobs/info.txt.in:62
3798+#: ../jobs/info.txt.in:68
3799 msgid "attaches the contents of various sysctl config files."
3800 msgstr "adjunta los contenidos de varios archivos de configuración sysctl."
3801
3802 #. description
3803-#: ../jobs/info.txt.in:66
3804+#: ../jobs/info.txt.in:72
3805 msgid "Attaches a report of sysfs attributes."
3806 msgstr "Adjunta un informe de los atributos de sysfs."
3807
3808 #. description
3809-#: ../jobs/info.txt.in:77
3810+#: ../jobs/info.txt.in:83
3811 msgid ""
3812 "Attaches a dump of the udev database showing system hardware information."
3813 msgstr ""
3814@@ -1348,51 +1348,51 @@
3815 "hardware del sistema."
3816
3817 #. description
3818-#: ../jobs/info.txt.in:84
3819+#: ../jobs/info.txt.in:90
3820 msgid "Attaches a tarball of gcov data if present."
3821 msgstr "Adjunta un archivo comprimido de los datos gcov si están presentes."
3822
3823 #. description
3824-#: ../jobs/info.txt.in:89
3825+#: ../jobs/info.txt.in:95
3826 msgid "Attaches a list of the currently running kernel modules."
3827 msgstr ""
3828 "Adjunta una lista de los módulos del núcleo actualmente en ejecución."
3829
3830 #. description
3831-#: ../jobs/info.txt.in:94
3832+#: ../jobs/info.txt.in:100
3833 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
3834 msgstr "Adjunta el contenido de /proc/acpi/sleep si existe."
3835
3836 #. description
3837-#: ../jobs/info.txt.in:98
3838+#: ../jobs/info.txt.in:104
3839 msgid "Bootchart information."
3840 msgstr "Información de la tabla de arranque."
3841
3842 #. description
3843-#: ../jobs/info.txt.in:107
3844+#: ../jobs/info.txt.in:113
3845 msgid "SATA/IDE device information."
3846 msgstr "Información de dispositivos SATA/IDE."
3847
3848 #. description
3849-#: ../jobs/info.txt.in:126
3850+#: ../jobs/info.txt.in:132
3851 msgid "Attaches the bootchart png file for bootchart runs"
3852 msgstr "Adjunta el archivo bootchart.png a las ejecuciones de bootchart"
3853
3854 #. description
3855-#: ../jobs/info.txt.in:135
3856+#: ../jobs/info.txt.in:141
3857 msgid "Attaches the bootchart log for bootchart test runs."
3858 msgstr ""
3859 "Adjunta el registro de bootchart a las ejecuciones de prueba de bootchart."
3860
3861 #. description
3862-#: ../jobs/info.txt.in:143
3863+#: ../jobs/info.txt.in:149
3864 msgid "installs the installer bootchart tarball if it exists."
3865 msgstr ""
3866 "instala el instalador de la tabla de arranque en un archivo comprimido sí "
3867 "existe."
3868
3869 #. description
3870-#: ../jobs/info.txt.in:148
3871+#: ../jobs/info.txt.in:154
3872 msgid "Attaches the installer debug log if it exists."
3873 msgstr "Adjunta el registro de depuración del instalador si existe."
3874
3875
3876=== modified file 'po/et.po'
3877--- po/et.po 2012-07-17 16:27:55 +0000
3878+++ po/et.po 2012-08-06 20:34:19 +0000
3879@@ -14,8 +14,8 @@
3880 "MIME-Version: 1.0\n"
3881 "Content-Type: text/plain; charset=UTF-8\n"
3882 "Content-Transfer-Encoding: 8bit\n"
3883-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
3884-"X-Generator: Launchpad (build 15614)\n"
3885+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
3886+"X-Generator: Launchpad (build 15719)\n"
3887
3888 #. Title of the user interface
3889 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
3890@@ -878,88 +878,88 @@
3891 msgstr ""
3892
3893 #. description
3894-#: ../jobs/info.txt.in:31
3895+#: ../jobs/info.txt.in:37
3896 msgid "Attaches very verbose lspci output."
3897 msgstr ""
3898
3899 #. description
3900-#: ../jobs/info.txt.in:36
3901+#: ../jobs/info.txt.in:42
3902 msgid "Attaches very verbose lspci output (with central database Query)."
3903 msgstr ""
3904
3905 #. description
3906-#: ../jobs/info.txt.in:43
3907+#: ../jobs/info.txt.in:49
3908 msgid "List USB devices"
3909 msgstr ""
3910
3911 #. description
3912-#: ../jobs/info.txt.in:52
3913+#: ../jobs/info.txt.in:58
3914 msgid "Attaches the contents of the various modprobe conf files."
3915 msgstr ""
3916
3917 #. description
3918-#: ../jobs/info.txt.in:57
3919+#: ../jobs/info.txt.in:63
3920 msgid "Attaches the contents of the /etc/modules file."
3921 msgstr ""
3922
3923 #. description
3924-#: ../jobs/info.txt.in:62
3925+#: ../jobs/info.txt.in:68
3926 msgid "attaches the contents of various sysctl config files."
3927 msgstr ""
3928
3929 #. description
3930-#: ../jobs/info.txt.in:66
3931+#: ../jobs/info.txt.in:72
3932 msgid "Attaches a report of sysfs attributes."
3933 msgstr ""
3934
3935 #. description
3936-#: ../jobs/info.txt.in:77
3937+#: ../jobs/info.txt.in:83
3938 msgid ""
3939 "Attaches a dump of the udev database showing system hardware information."
3940 msgstr ""
3941
3942 #. description
3943-#: ../jobs/info.txt.in:84
3944+#: ../jobs/info.txt.in:90
3945 msgid "Attaches a tarball of gcov data if present."
3946 msgstr ""
3947
3948 #. description
3949-#: ../jobs/info.txt.in:89
3950+#: ../jobs/info.txt.in:95
3951 msgid "Attaches a list of the currently running kernel modules."
3952 msgstr ""
3953
3954 #. description
3955-#: ../jobs/info.txt.in:94
3956+#: ../jobs/info.txt.in:100
3957 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
3958 msgstr ""
3959
3960 #. description
3961-#: ../jobs/info.txt.in:98
3962+#: ../jobs/info.txt.in:104
3963 msgid "Bootchart information."
3964 msgstr ""
3965
3966 #. description
3967-#: ../jobs/info.txt.in:107
3968+#: ../jobs/info.txt.in:113
3969 msgid "SATA/IDE device information."
3970 msgstr ""
3971
3972 #. description
3973-#: ../jobs/info.txt.in:126
3974+#: ../jobs/info.txt.in:132
3975 msgid "Attaches the bootchart png file for bootchart runs"
3976 msgstr ""
3977
3978 #. description
3979-#: ../jobs/info.txt.in:135
3980+#: ../jobs/info.txt.in:141
3981 msgid "Attaches the bootchart log for bootchart test runs."
3982 msgstr ""
3983
3984 #. description
3985-#: ../jobs/info.txt.in:143
3986+#: ../jobs/info.txt.in:149
3987 msgid "installs the installer bootchart tarball if it exists."
3988 msgstr ""
3989
3990 #. description
3991-#: ../jobs/info.txt.in:148
3992+#: ../jobs/info.txt.in:154
3993 msgid "Attaches the installer debug log if it exists."
3994 msgstr ""
3995
3996
3997=== modified file 'po/eu.po'
3998--- po/eu.po 2012-07-17 16:27:55 +0000
3999+++ po/eu.po 2012-08-06 20:34:19 +0000
4000@@ -14,8 +14,8 @@
4001 "MIME-Version: 1.0\n"
4002 "Content-Type: text/plain; charset=UTF-8\n"
4003 "Content-Transfer-Encoding: 8bit\n"
4004-"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"
4005-"X-Generator: Launchpad (build 15614)\n"
4006+"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
4007+"X-Generator: Launchpad (build 15719)\n"
4008
4009 #. Title of the user interface
4010 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4011@@ -878,88 +878,88 @@
4012 msgstr ""
4013
4014 #. description
4015-#: ../jobs/info.txt.in:31
4016+#: ../jobs/info.txt.in:37
4017 msgid "Attaches very verbose lspci output."
4018 msgstr ""
4019
4020 #. description
4021-#: ../jobs/info.txt.in:36
4022+#: ../jobs/info.txt.in:42
4023 msgid "Attaches very verbose lspci output (with central database Query)."
4024 msgstr ""
4025
4026 #. description
4027-#: ../jobs/info.txt.in:43
4028+#: ../jobs/info.txt.in:49
4029 msgid "List USB devices"
4030 msgstr ""
4031
4032 #. description
4033-#: ../jobs/info.txt.in:52
4034+#: ../jobs/info.txt.in:58
4035 msgid "Attaches the contents of the various modprobe conf files."
4036 msgstr ""
4037
4038 #. description
4039-#: ../jobs/info.txt.in:57
4040+#: ../jobs/info.txt.in:63
4041 msgid "Attaches the contents of the /etc/modules file."
4042 msgstr ""
4043
4044 #. description
4045-#: ../jobs/info.txt.in:62
4046+#: ../jobs/info.txt.in:68
4047 msgid "attaches the contents of various sysctl config files."
4048 msgstr ""
4049
4050 #. description
4051-#: ../jobs/info.txt.in:66
4052+#: ../jobs/info.txt.in:72
4053 msgid "Attaches a report of sysfs attributes."
4054 msgstr ""
4055
4056 #. description
4057-#: ../jobs/info.txt.in:77
4058+#: ../jobs/info.txt.in:83
4059 msgid ""
4060 "Attaches a dump of the udev database showing system hardware information."
4061 msgstr ""
4062
4063 #. description
4064-#: ../jobs/info.txt.in:84
4065+#: ../jobs/info.txt.in:90
4066 msgid "Attaches a tarball of gcov data if present."
4067 msgstr ""
4068
4069 #. description
4070-#: ../jobs/info.txt.in:89
4071+#: ../jobs/info.txt.in:95
4072 msgid "Attaches a list of the currently running kernel modules."
4073 msgstr ""
4074
4075 #. description
4076-#: ../jobs/info.txt.in:94
4077+#: ../jobs/info.txt.in:100
4078 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
4079 msgstr ""
4080
4081 #. description
4082-#: ../jobs/info.txt.in:98
4083+#: ../jobs/info.txt.in:104
4084 msgid "Bootchart information."
4085 msgstr ""
4086
4087 #. description
4088-#: ../jobs/info.txt.in:107
4089+#: ../jobs/info.txt.in:113
4090 msgid "SATA/IDE device information."
4091 msgstr ""
4092
4093 #. description
4094-#: ../jobs/info.txt.in:126
4095+#: ../jobs/info.txt.in:132
4096 msgid "Attaches the bootchart png file for bootchart runs"
4097 msgstr ""
4098
4099 #. description
4100-#: ../jobs/info.txt.in:135
4101+#: ../jobs/info.txt.in:141
4102 msgid "Attaches the bootchart log for bootchart test runs."
4103 msgstr ""
4104
4105 #. description
4106-#: ../jobs/info.txt.in:143
4107+#: ../jobs/info.txt.in:149
4108 msgid "installs the installer bootchart tarball if it exists."
4109 msgstr ""
4110
4111 #. description
4112-#: ../jobs/info.txt.in:148
4113+#: ../jobs/info.txt.in:154
4114 msgid "Attaches the installer debug log if it exists."
4115 msgstr ""
4116
4117
4118=== modified file 'po/fa.po'
4119--- po/fa.po 2012-07-17 16:27:55 +0000
4120+++ po/fa.po 2012-08-06 20:34:19 +0000
4121@@ -14,8 +14,8 @@
4122 "MIME-Version: 1.0\n"
4123 "Content-Type: text/plain; charset=UTF-8\n"
4124 "Content-Transfer-Encoding: 8bit\n"
4125-"X-Launchpad-Export-Date: 2012-07-14 05:11+0000\n"
4126-"X-Generator: Launchpad (build 15614)\n"
4127+"X-Launchpad-Export-Date: 2012-08-01 04:37+0000\n"
4128+"X-Generator: Launchpad (build 15719)\n"
4129
4130 #. Title of the user interface
4131 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4132@@ -878,88 +878,88 @@
4133 msgstr ""
4134
4135 #. description
4136-#: ../jobs/info.txt.in:31
4137+#: ../jobs/info.txt.in:37
4138 msgid "Attaches very verbose lspci output."
4139 msgstr ""
4140
4141 #. description
4142-#: ../jobs/info.txt.in:36
4143+#: ../jobs/info.txt.in:42
4144 msgid "Attaches very verbose lspci output (with central database Query)."
4145 msgstr ""
4146
4147 #. description
4148-#: ../jobs/info.txt.in:43
4149+#: ../jobs/info.txt.in:49
4150 msgid "List USB devices"
4151 msgstr ""
4152
4153 #. description
4154-#: ../jobs/info.txt.in:52
4155+#: ../jobs/info.txt.in:58
4156 msgid "Attaches the contents of the various modprobe conf files."
4157 msgstr ""
4158
4159 #. description
4160-#: ../jobs/info.txt.in:57
4161+#: ../jobs/info.txt.in:63
4162 msgid "Attaches the contents of the /etc/modules file."
4163 msgstr ""
4164
4165 #. description
4166-#: ../jobs/info.txt.in:62
4167+#: ../jobs/info.txt.in:68
4168 msgid "attaches the contents of various sysctl config files."
4169 msgstr ""
4170
4171 #. description
4172-#: ../jobs/info.txt.in:66
4173+#: ../jobs/info.txt.in:72
4174 msgid "Attaches a report of sysfs attributes."
4175 msgstr ""
4176
4177 #. description
4178-#: ../jobs/info.txt.in:77
4179+#: ../jobs/info.txt.in:83
4180 msgid ""
4181 "Attaches a dump of the udev database showing system hardware information."
4182 msgstr ""
4183
4184 #. description
4185-#: ../jobs/info.txt.in:84
4186+#: ../jobs/info.txt.in:90
4187 msgid "Attaches a tarball of gcov data if present."
4188 msgstr ""
4189
4190 #. description
4191-#: ../jobs/info.txt.in:89
4192+#: ../jobs/info.txt.in:95
4193 msgid "Attaches a list of the currently running kernel modules."
4194 msgstr ""
4195
4196 #. description
4197-#: ../jobs/info.txt.in:94
4198+#: ../jobs/info.txt.in:100
4199 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
4200 msgstr ""
4201
4202 #. description
4203-#: ../jobs/info.txt.in:98
4204+#: ../jobs/info.txt.in:104
4205 msgid "Bootchart information."
4206 msgstr ""
4207
4208 #. description
4209-#: ../jobs/info.txt.in:107
4210+#: ../jobs/info.txt.in:113
4211 msgid "SATA/IDE device information."
4212 msgstr ""
4213
4214 #. description
4215-#: ../jobs/info.txt.in:126
4216+#: ../jobs/info.txt.in:132
4217 msgid "Attaches the bootchart png file for bootchart runs"
4218 msgstr ""
4219
4220 #. description
4221-#: ../jobs/info.txt.in:135
4222+#: ../jobs/info.txt.in:141
4223 msgid "Attaches the bootchart log for bootchart test runs."
4224 msgstr ""
4225
4226 #. description
4227-#: ../jobs/info.txt.in:143
4228+#: ../jobs/info.txt.in:149
4229 msgid "installs the installer bootchart tarball if it exists."
4230 msgstr ""
4231
4232 #. description
4233-#: ../jobs/info.txt.in:148
4234+#: ../jobs/info.txt.in:154
4235 msgid "Attaches the installer debug log if it exists."
4236 msgstr ""
4237
4238
4239=== modified file 'po/fi.po'
4240--- po/fi.po 2012-07-17 16:27:55 +0000
4241+++ po/fi.po 2012-08-06 20:34:19 +0000
4242@@ -14,8 +14,8 @@
4243 "MIME-Version: 1.0\n"
4244 "Content-Type: text/plain; charset=UTF-8\n"
4245 "Content-Transfer-Encoding: 8bit\n"
4246-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
4247-"X-Generator: Launchpad (build 15614)\n"
4248+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
4249+"X-Generator: Launchpad (build 15719)\n"
4250
4251 #. Title of the user interface
4252 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4253@@ -1139,89 +1139,89 @@
4254 msgstr "Liittää dmidecode-komennon tulosteen"
4255
4256 #. description
4257-#: ../jobs/info.txt.in:31
4258+#: ../jobs/info.txt.in:37
4259 msgid "Attaches very verbose lspci output."
4260 msgstr "Liittää hyvin laajan lspci-tulosteen."
4261
4262 #. description
4263-#: ../jobs/info.txt.in:36
4264+#: ../jobs/info.txt.in:42
4265 msgid "Attaches very verbose lspci output (with central database Query)."
4266 msgstr ""
4267
4268 #. description
4269-#: ../jobs/info.txt.in:43
4270+#: ../jobs/info.txt.in:49
4271 msgid "List USB devices"
4272 msgstr ""
4273
4274 #. description
4275-#: ../jobs/info.txt.in:52
4276+#: ../jobs/info.txt.in:58
4277 msgid "Attaches the contents of the various modprobe conf files."
4278 msgstr "Liittää useiden modprobe-asetustiedostojen sisällön."
4279
4280 #. description
4281-#: ../jobs/info.txt.in:57
4282+#: ../jobs/info.txt.in:63
4283 msgid "Attaches the contents of the /etc/modules file."
4284 msgstr "Liittää /etc/modules-tiedoston sisällön."
4285
4286 #. description
4287-#: ../jobs/info.txt.in:62
4288+#: ../jobs/info.txt.in:68
4289 msgid "attaches the contents of various sysctl config files."
4290 msgstr "Liittää useiden sysctl-asetustiedostojen sisällön."
4291
4292 #. description
4293-#: ../jobs/info.txt.in:66
4294+#: ../jobs/info.txt.in:72
4295 msgid "Attaches a report of sysfs attributes."
4296 msgstr "Liittää sysfs-tiedot."
4297
4298 #. description
4299-#: ../jobs/info.txt.in:77
4300+#: ../jobs/info.txt.in:83
4301 msgid ""
4302 "Attaches a dump of the udev database showing system hardware information."
4303 msgstr "Liittää udev-tietokannan, joka kertoo järjestelmän laitteistosta."
4304
4305 #. description
4306-#: ../jobs/info.txt.in:84
4307+#: ../jobs/info.txt.in:90
4308 msgid "Attaches a tarball of gcov data if present."
4309 msgstr "Liittää arkiston gcov-tiedoista, jos sellaisia löytyy."
4310
4311 #. description
4312-#: ../jobs/info.txt.in:89
4313+#: ../jobs/info.txt.in:95
4314 msgid "Attaches a list of the currently running kernel modules."
4315 msgstr "Liittää listan käytössä olevista ytimen moduuleista."
4316
4317 #. description
4318-#: ../jobs/info.txt.in:94
4319+#: ../jobs/info.txt.in:100
4320 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
4321 msgstr ""
4322 "Liittää /proc/acpi/sleep -tiedoston sisällön, jos kyseinen tiedosto löytyy."
4323
4324 #. description
4325-#: ../jobs/info.txt.in:98
4326+#: ../jobs/info.txt.in:104
4327 msgid "Bootchart information."
4328 msgstr "Bootchart-tiedot"
4329
4330 #. description
4331-#: ../jobs/info.txt.in:107
4332+#: ../jobs/info.txt.in:113
4333 msgid "SATA/IDE device information."
4334 msgstr "SATA-/IDE-laitteen tiedot."
4335
4336 #. description
4337-#: ../jobs/info.txt.in:126
4338+#: ../jobs/info.txt.in:132
4339 msgid "Attaches the bootchart png file for bootchart runs"
4340 msgstr "Liittää käynnistyksen kartoituskaavion."
4341
4342 #. description
4343-#: ../jobs/info.txt.in:135
4344+#: ../jobs/info.txt.in:141
4345 msgid "Attaches the bootchart log for bootchart test runs."
4346 msgstr "Liittää käynnistyksen kartoituslokin."
4347
4348 #. description
4349-#: ../jobs/info.txt.in:143
4350+#: ../jobs/info.txt.in:149
4351 msgid "installs the installer bootchart tarball if it exists."
4352 msgstr ""
4353
4354 #. description
4355-#: ../jobs/info.txt.in:148
4356+#: ../jobs/info.txt.in:154
4357 msgid "Attaches the installer debug log if it exists."
4358 msgstr ""
4359
4360
4361=== modified file 'po/fr.po'
4362--- po/fr.po 2012-07-17 16:27:55 +0000
4363+++ po/fr.po 2012-08-06 20:34:19 +0000
4364@@ -13,8 +13,8 @@
4365 "MIME-Version: 1.0\n"
4366 "Content-Type: text/plain; charset=UTF-8\n"
4367 "Content-Transfer-Encoding: 8bit\n"
4368-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
4369-"X-Generator: Launchpad (build 15614)\n"
4370+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
4371+"X-Generator: Launchpad (build 15719)\n"
4372
4373 #. Title of the user interface
4374 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4375@@ -1215,42 +1215,42 @@
4376 msgstr "Joindre la sortie de dmidecode"
4377
4378 #. description
4379-#: ../jobs/info.txt.in:31
4380+#: ../jobs/info.txt.in:37
4381 msgid "Attaches very verbose lspci output."
4382 msgstr "Joindre la sortie de la commande lspci en mode très verbeux"
4383
4384 #. description
4385-#: ../jobs/info.txt.in:36
4386+#: ../jobs/info.txt.in:42
4387 msgid "Attaches very verbose lspci output (with central database Query)."
4388 msgstr ""
4389
4390 #. description
4391-#: ../jobs/info.txt.in:43
4392+#: ../jobs/info.txt.in:49
4393 msgid "List USB devices"
4394 msgstr ""
4395
4396 #. description
4397-#: ../jobs/info.txt.in:52
4398+#: ../jobs/info.txt.in:58
4399 msgid "Attaches the contents of the various modprobe conf files."
4400 msgstr "Joindre le contenu de divers fichiers de configuration modprobe"
4401
4402 #. description
4403-#: ../jobs/info.txt.in:57
4404+#: ../jobs/info.txt.in:63
4405 msgid "Attaches the contents of the /etc/modules file."
4406 msgstr "Joindre le contenu du fichier /etc/modules"
4407
4408 #. description
4409-#: ../jobs/info.txt.in:62
4410+#: ../jobs/info.txt.in:68
4411 msgid "attaches the contents of various sysctl config files."
4412 msgstr "Joindre le contenu de divers fichiers de configuration sysctl"
4413
4414 #. description
4415-#: ../jobs/info.txt.in:66
4416+#: ../jobs/info.txt.in:72
4417 msgid "Attaches a report of sysfs attributes."
4418 msgstr "Joindre un rapport des attributs sysfs"
4419
4420 #. description
4421-#: ../jobs/info.txt.in:77
4422+#: ../jobs/info.txt.in:83
4423 msgid ""
4424 "Attaches a dump of the udev database showing system hardware information."
4425 msgstr ""
4426@@ -1258,47 +1258,47 @@
4427 "matériel"
4428
4429 #. description
4430-#: ../jobs/info.txt.in:84
4431+#: ../jobs/info.txt.in:90
4432 msgid "Attaches a tarball of gcov data if present."
4433 msgstr "Joindre un fichier tar des données de gcov si ce dernier existe"
4434
4435 #. description
4436-#: ../jobs/info.txt.in:89
4437+#: ../jobs/info.txt.in:95
4438 msgid "Attaches a list of the currently running kernel modules."
4439 msgstr "Joindre une liste des modules du noyau en fonctionnement"
4440
4441 #. description
4442-#: ../jobs/info.txt.in:94
4443+#: ../jobs/info.txt.in:100
4444 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
4445 msgstr "Joindre le contenu du fichier /proc/acpi/sleep s'il existe."
4446
4447 #. description
4448-#: ../jobs/info.txt.in:98
4449+#: ../jobs/info.txt.in:104
4450 msgid "Bootchart information."
4451 msgstr "Informations Bootchart."
4452
4453 #. description
4454-#: ../jobs/info.txt.in:107
4455+#: ../jobs/info.txt.in:113
4456 msgid "SATA/IDE device information."
4457 msgstr "Informations sur le périphérique SATA/IDE."
4458
4459 #. description
4460-#: ../jobs/info.txt.in:126
4461+#: ../jobs/info.txt.in:132
4462 msgid "Attaches the bootchart png file for bootchart runs"
4463 msgstr "Joindre le fichier png du graphique de démarrage (bootchart)"
4464
4465 #. description
4466-#: ../jobs/info.txt.in:135
4467+#: ../jobs/info.txt.in:141
4468 msgid "Attaches the bootchart log for bootchart test runs."
4469 msgstr "Joindre le log des exécutions du bootchart"
4470
4471 #. description
4472-#: ../jobs/info.txt.in:143
4473+#: ../jobs/info.txt.in:149
4474 msgid "installs the installer bootchart tarball if it exists."
4475 msgstr "Installer le tarball du bootchart de l'installateur s'il existe"
4476
4477 #. description
4478-#: ../jobs/info.txt.in:148
4479+#: ../jobs/info.txt.in:154
4480 msgid "Attaches the installer debug log if it exists."
4481 msgstr "Joindre le fichier de débuggage de l'installateur s'il existe."
4482
4483
4484=== modified file 'po/ga.po'
4485--- po/ga.po 2012-07-17 16:27:55 +0000
4486+++ po/ga.po 2012-08-06 20:34:19 +0000
4487@@ -14,8 +14,8 @@
4488 "MIME-Version: 1.0\n"
4489 "Content-Type: text/plain; charset=UTF-8\n"
4490 "Content-Transfer-Encoding: 8bit\n"
4491-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
4492-"X-Generator: Launchpad (build 15614)\n"
4493+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
4494+"X-Generator: Launchpad (build 15719)\n"
4495
4496 #. Title of the user interface
4497 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4498@@ -878,88 +878,88 @@
4499 msgstr ""
4500
4501 #. description
4502-#: ../jobs/info.txt.in:31
4503+#: ../jobs/info.txt.in:37
4504 msgid "Attaches very verbose lspci output."
4505 msgstr ""
4506
4507 #. description
4508-#: ../jobs/info.txt.in:36
4509+#: ../jobs/info.txt.in:42
4510 msgid "Attaches very verbose lspci output (with central database Query)."
4511 msgstr ""
4512
4513 #. description
4514-#: ../jobs/info.txt.in:43
4515+#: ../jobs/info.txt.in:49
4516 msgid "List USB devices"
4517 msgstr ""
4518
4519 #. description
4520-#: ../jobs/info.txt.in:52
4521+#: ../jobs/info.txt.in:58
4522 msgid "Attaches the contents of the various modprobe conf files."
4523 msgstr ""
4524
4525 #. description
4526-#: ../jobs/info.txt.in:57
4527+#: ../jobs/info.txt.in:63
4528 msgid "Attaches the contents of the /etc/modules file."
4529 msgstr ""
4530
4531 #. description
4532-#: ../jobs/info.txt.in:62
4533+#: ../jobs/info.txt.in:68
4534 msgid "attaches the contents of various sysctl config files."
4535 msgstr ""
4536
4537 #. description
4538-#: ../jobs/info.txt.in:66
4539+#: ../jobs/info.txt.in:72
4540 msgid "Attaches a report of sysfs attributes."
4541 msgstr ""
4542
4543 #. description
4544-#: ../jobs/info.txt.in:77
4545+#: ../jobs/info.txt.in:83
4546 msgid ""
4547 "Attaches a dump of the udev database showing system hardware information."
4548 msgstr ""
4549
4550 #. description
4551-#: ../jobs/info.txt.in:84
4552+#: ../jobs/info.txt.in:90
4553 msgid "Attaches a tarball of gcov data if present."
4554 msgstr ""
4555
4556 #. description
4557-#: ../jobs/info.txt.in:89
4558+#: ../jobs/info.txt.in:95
4559 msgid "Attaches a list of the currently running kernel modules."
4560 msgstr ""
4561
4562 #. description
4563-#: ../jobs/info.txt.in:94
4564+#: ../jobs/info.txt.in:100
4565 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
4566 msgstr ""
4567
4568 #. description
4569-#: ../jobs/info.txt.in:98
4570+#: ../jobs/info.txt.in:104
4571 msgid "Bootchart information."
4572 msgstr ""
4573
4574 #. description
4575-#: ../jobs/info.txt.in:107
4576+#: ../jobs/info.txt.in:113
4577 msgid "SATA/IDE device information."
4578 msgstr ""
4579
4580 #. description
4581-#: ../jobs/info.txt.in:126
4582+#: ../jobs/info.txt.in:132
4583 msgid "Attaches the bootchart png file for bootchart runs"
4584 msgstr ""
4585
4586 #. description
4587-#: ../jobs/info.txt.in:135
4588+#: ../jobs/info.txt.in:141
4589 msgid "Attaches the bootchart log for bootchart test runs."
4590 msgstr ""
4591
4592 #. description
4593-#: ../jobs/info.txt.in:143
4594+#: ../jobs/info.txt.in:149
4595 msgid "installs the installer bootchart tarball if it exists."
4596 msgstr ""
4597
4598 #. description
4599-#: ../jobs/info.txt.in:148
4600+#: ../jobs/info.txt.in:154
4601 msgid "Attaches the installer debug log if it exists."
4602 msgstr ""
4603
4604
4605=== modified file 'po/gd.po'
4606--- po/gd.po 2012-07-17 16:27:55 +0000
4607+++ po/gd.po 2012-08-06 20:34:19 +0000
4608@@ -14,8 +14,8 @@
4609 "MIME-Version: 1.0\n"
4610 "Content-Type: text/plain; charset=UTF-8\n"
4611 "Content-Transfer-Encoding: 8bit\n"
4612-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
4613-"X-Generator: Launchpad (build 15614)\n"
4614+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
4615+"X-Generator: Launchpad (build 15719)\n"
4616
4617 #. Title of the user interface
4618 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4619@@ -896,88 +896,88 @@
4620 msgstr ""
4621
4622 #. description
4623-#: ../jobs/info.txt.in:31
4624+#: ../jobs/info.txt.in:37
4625 msgid "Attaches very verbose lspci output."
4626 msgstr ""
4627
4628 #. description
4629-#: ../jobs/info.txt.in:36
4630+#: ../jobs/info.txt.in:42
4631 msgid "Attaches very verbose lspci output (with central database Query)."
4632 msgstr ""
4633
4634 #. description
4635-#: ../jobs/info.txt.in:43
4636+#: ../jobs/info.txt.in:49
4637 msgid "List USB devices"
4638 msgstr ""
4639
4640 #. description
4641-#: ../jobs/info.txt.in:52
4642+#: ../jobs/info.txt.in:58
4643 msgid "Attaches the contents of the various modprobe conf files."
4644 msgstr ""
4645
4646 #. description
4647-#: ../jobs/info.txt.in:57
4648+#: ../jobs/info.txt.in:63
4649 msgid "Attaches the contents of the /etc/modules file."
4650 msgstr ""
4651
4652 #. description
4653-#: ../jobs/info.txt.in:62
4654+#: ../jobs/info.txt.in:68
4655 msgid "attaches the contents of various sysctl config files."
4656 msgstr ""
4657
4658 #. description
4659-#: ../jobs/info.txt.in:66
4660+#: ../jobs/info.txt.in:72
4661 msgid "Attaches a report of sysfs attributes."
4662 msgstr ""
4663
4664 #. description
4665-#: ../jobs/info.txt.in:77
4666+#: ../jobs/info.txt.in:83
4667 msgid ""
4668 "Attaches a dump of the udev database showing system hardware information."
4669 msgstr ""
4670
4671 #. description
4672-#: ../jobs/info.txt.in:84
4673+#: ../jobs/info.txt.in:90
4674 msgid "Attaches a tarball of gcov data if present."
4675 msgstr ""
4676
4677 #. description
4678-#: ../jobs/info.txt.in:89
4679+#: ../jobs/info.txt.in:95
4680 msgid "Attaches a list of the currently running kernel modules."
4681 msgstr ""
4682
4683 #. description
4684-#: ../jobs/info.txt.in:94
4685+#: ../jobs/info.txt.in:100
4686 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
4687 msgstr ""
4688
4689 #. description
4690-#: ../jobs/info.txt.in:98
4691+#: ../jobs/info.txt.in:104
4692 msgid "Bootchart information."
4693 msgstr ""
4694
4695 #. description
4696-#: ../jobs/info.txt.in:107
4697+#: ../jobs/info.txt.in:113
4698 msgid "SATA/IDE device information."
4699 msgstr ""
4700
4701 #. description
4702-#: ../jobs/info.txt.in:126
4703+#: ../jobs/info.txt.in:132
4704 msgid "Attaches the bootchart png file for bootchart runs"
4705 msgstr ""
4706
4707 #. description
4708-#: ../jobs/info.txt.in:135
4709+#: ../jobs/info.txt.in:141
4710 msgid "Attaches the bootchart log for bootchart test runs."
4711 msgstr ""
4712
4713 #. description
4714-#: ../jobs/info.txt.in:143
4715+#: ../jobs/info.txt.in:149
4716 msgid "installs the installer bootchart tarball if it exists."
4717 msgstr ""
4718
4719 #. description
4720-#: ../jobs/info.txt.in:148
4721+#: ../jobs/info.txt.in:154
4722 msgid "Attaches the installer debug log if it exists."
4723 msgstr ""
4724
4725
4726=== modified file 'po/gl.po'
4727--- po/gl.po 2012-07-17 16:27:55 +0000
4728+++ po/gl.po 2012-08-06 20:34:19 +0000
4729@@ -15,8 +15,8 @@
4730 "MIME-Version: 1.0\n"
4731 "Content-Type: text/plain; charset=UTF-8\n"
4732 "Content-Transfer-Encoding: 8bit\n"
4733-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
4734-"X-Generator: Launchpad (build 15614)\n"
4735+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
4736+"X-Generator: Launchpad (build 15719)\n"
4737
4738 #. Title of the user interface
4739 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4740@@ -900,88 +900,88 @@
4741 msgstr ""
4742
4743 #. description
4744-#: ../jobs/info.txt.in:31
4745+#: ../jobs/info.txt.in:37
4746 msgid "Attaches very verbose lspci output."
4747 msgstr ""
4748
4749 #. description
4750-#: ../jobs/info.txt.in:36
4751+#: ../jobs/info.txt.in:42
4752 msgid "Attaches very verbose lspci output (with central database Query)."
4753 msgstr ""
4754
4755 #. description
4756-#: ../jobs/info.txt.in:43
4757+#: ../jobs/info.txt.in:49
4758 msgid "List USB devices"
4759 msgstr ""
4760
4761 #. description
4762-#: ../jobs/info.txt.in:52
4763+#: ../jobs/info.txt.in:58
4764 msgid "Attaches the contents of the various modprobe conf files."
4765 msgstr ""
4766
4767 #. description
4768-#: ../jobs/info.txt.in:57
4769+#: ../jobs/info.txt.in:63
4770 msgid "Attaches the contents of the /etc/modules file."
4771 msgstr ""
4772
4773 #. description
4774-#: ../jobs/info.txt.in:62
4775+#: ../jobs/info.txt.in:68
4776 msgid "attaches the contents of various sysctl config files."
4777 msgstr ""
4778
4779 #. description
4780-#: ../jobs/info.txt.in:66
4781+#: ../jobs/info.txt.in:72
4782 msgid "Attaches a report of sysfs attributes."
4783 msgstr ""
4784
4785 #. description
4786-#: ../jobs/info.txt.in:77
4787+#: ../jobs/info.txt.in:83
4788 msgid ""
4789 "Attaches a dump of the udev database showing system hardware information."
4790 msgstr ""
4791
4792 #. description
4793-#: ../jobs/info.txt.in:84
4794+#: ../jobs/info.txt.in:90
4795 msgid "Attaches a tarball of gcov data if present."
4796 msgstr ""
4797
4798 #. description
4799-#: ../jobs/info.txt.in:89
4800+#: ../jobs/info.txt.in:95
4801 msgid "Attaches a list of the currently running kernel modules."
4802 msgstr ""
4803
4804 #. description
4805-#: ../jobs/info.txt.in:94
4806+#: ../jobs/info.txt.in:100
4807 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
4808 msgstr ""
4809
4810 #. description
4811-#: ../jobs/info.txt.in:98
4812+#: ../jobs/info.txt.in:104
4813 msgid "Bootchart information."
4814 msgstr "Información da táboa de arrinque."
4815
4816 #. description
4817-#: ../jobs/info.txt.in:107
4818+#: ../jobs/info.txt.in:113
4819 msgid "SATA/IDE device information."
4820 msgstr "Información de dispositivos SATA/IDE."
4821
4822 #. description
4823-#: ../jobs/info.txt.in:126
4824+#: ../jobs/info.txt.in:132
4825 msgid "Attaches the bootchart png file for bootchart runs"
4826 msgstr ""
4827
4828 #. description
4829-#: ../jobs/info.txt.in:135
4830+#: ../jobs/info.txt.in:141
4831 msgid "Attaches the bootchart log for bootchart test runs."
4832 msgstr ""
4833
4834 #. description
4835-#: ../jobs/info.txt.in:143
4836+#: ../jobs/info.txt.in:149
4837 msgid "installs the installer bootchart tarball if it exists."
4838 msgstr ""
4839
4840 #. description
4841-#: ../jobs/info.txt.in:148
4842+#: ../jobs/info.txt.in:154
4843 msgid "Attaches the installer debug log if it exists."
4844 msgstr ""
4845
4846
4847=== modified file 'po/he.po'
4848--- po/he.po 2012-07-17 16:27:55 +0000
4849+++ po/he.po 2012-08-06 20:34:19 +0000
4850@@ -14,8 +14,8 @@
4851 "MIME-Version: 1.0\n"
4852 "Content-Type: text/plain; charset=UTF-8\n"
4853 "Content-Transfer-Encoding: 8bit\n"
4854-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
4855-"X-Generator: Launchpad (build 15614)\n"
4856+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
4857+"X-Generator: Launchpad (build 15719)\n"
4858
4859 #: ../gtk/checkbox-gtk.ui.h:4
4860 msgid "_No"
4861@@ -967,88 +967,88 @@
4862 msgstr ""
4863
4864 #. description
4865-#: ../jobs/info.txt.in:31
4866+#: ../jobs/info.txt.in:37
4867 msgid "Attaches very verbose lspci output."
4868 msgstr ""
4869
4870 #. description
4871-#: ../jobs/info.txt.in:36
4872+#: ../jobs/info.txt.in:42
4873 msgid "Attaches very verbose lspci output (with central database Query)."
4874 msgstr ""
4875
4876 #. description
4877-#: ../jobs/info.txt.in:43
4878+#: ../jobs/info.txt.in:49
4879 msgid "List USB devices"
4880 msgstr ""
4881
4882 #. description
4883-#: ../jobs/info.txt.in:52
4884+#: ../jobs/info.txt.in:58
4885 msgid "Attaches the contents of the various modprobe conf files."
4886 msgstr ""
4887
4888 #. description
4889-#: ../jobs/info.txt.in:57
4890+#: ../jobs/info.txt.in:63
4891 msgid "Attaches the contents of the /etc/modules file."
4892 msgstr ""
4893
4894 #. description
4895-#: ../jobs/info.txt.in:62
4896+#: ../jobs/info.txt.in:68
4897 msgid "attaches the contents of various sysctl config files."
4898 msgstr ""
4899
4900 #. description
4901-#: ../jobs/info.txt.in:66
4902+#: ../jobs/info.txt.in:72
4903 msgid "Attaches a report of sysfs attributes."
4904 msgstr ""
4905
4906 #. description
4907-#: ../jobs/info.txt.in:77
4908+#: ../jobs/info.txt.in:83
4909 msgid ""
4910 "Attaches a dump of the udev database showing system hardware information."
4911 msgstr ""
4912
4913 #. description
4914-#: ../jobs/info.txt.in:84
4915+#: ../jobs/info.txt.in:90
4916 msgid "Attaches a tarball of gcov data if present."
4917 msgstr ""
4918
4919 #. description
4920-#: ../jobs/info.txt.in:89
4921+#: ../jobs/info.txt.in:95
4922 msgid "Attaches a list of the currently running kernel modules."
4923 msgstr ""
4924
4925 #. description
4926-#: ../jobs/info.txt.in:94
4927+#: ../jobs/info.txt.in:100
4928 msgid "Attaches the contents of /proc/acpi/sleep if it exists."
4929 msgstr ""
4930
4931 #. description
4932-#: ../jobs/info.txt.in:98
4933+#: ../jobs/info.txt.in:104
4934 msgid "Bootchart information."
4935 msgstr ""
4936
4937 #. description
4938-#: ../jobs/info.txt.in:107
4939+#: ../jobs/info.txt.in:113
4940 msgid "SATA/IDE device information."
4941 msgstr ""
4942
4943 #. description
4944-#: ../jobs/info.txt.in:126
4945+#: ../jobs/info.txt.in:132
4946 msgid "Attaches the bootchart png file for bootchart runs"
4947 msgstr ""
4948
4949 #. description
4950-#: ../jobs/info.txt.in:135
4951+#: ../jobs/info.txt.in:141
4952 msgid "Attaches the bootchart log for bootchart test runs."
4953 msgstr ""
4954
4955 #. description
4956-#: ../jobs/info.txt.in:143
4957+#: ../jobs/info.txt.in:149
4958 msgid "installs the installer bootchart tarball if it exists."
4959 msgstr ""
4960
4961 #. description
4962-#: ../jobs/info.txt.in:148
4963+#: ../jobs/info.txt.in:154
4964 msgid "Attaches the installer debug log if it exists."
4965 msgstr ""
4966
4967
4968=== modified file 'po/hi.po'
4969--- po/hi.po 2012-07-17 16:27:55 +0000
4970+++ po/hi.po 2012-08-06 20:34:19 +0000
4971@@ -14,8 +14,8 @@
4972 "MIME-Version: 1.0\n"
4973 "Content-Type: text/plain; charset=UTF-8\n"
4974 "Content-Transfer-Encoding: 8bit\n"
4975-"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"
4976-"X-Generator: Launchpad (build 15614)\n"
4977+"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
4978+"X-Generator: Launchpad (build 15719)\n"
4979
4980 #. Title of the user interface
4981 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4982@@ -880,88 +880,88 @@
4983 msgstr ""
4984
4985 #. description
4986-#: ../jobs/info.txt.in:31
4987+#: ../jobs/info.txt.in:37
4988 msgid "Attaches very verbose lspci output."
4989 msgstr ""
4990
4991 #. description
4992-#: ../jobs/info.txt.in:36
4993+#: ../jobs/info.txt.in:42
4994 msgid "Attaches very verbose lspci output (with central database Query)."
4995 msgstr ""
4996
4997 #. description
4998-#: ../jobs/info.txt.in:43
4999+#: ../jobs/info.txt.in:49
5000 msgid "List USB devices"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches