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
=== modified file 'checkbox/parsers/tests/udevadm.py'
--- checkbox/parsers/tests/udevadm.py 2012-06-22 17:04:14 +0000
+++ checkbox/parsers/tests/udevadm.py 2012-08-06 20:34:19 +0000
@@ -20,7 +20,7 @@
2020
21from unittest import TestCase21from unittest import TestCase
2222
23from checkbox.parsers.udevadm import UdevadmParser23from checkbox.parsers.udevadm import UdevadmParser, decode_id
2424
2525
26class DeviceResult:26class DeviceResult:
@@ -66,3 +66,15 @@
66""")66""")
67 device = result.getDevice("CAPTURE")67 device = result.getDevice("CAPTURE")
68 self.assertTrue(device)68 self.assertTrue(device)
69
70
71class TestDecodeId(TestCase):
72
73 def test_string(self):
74 self.assertEqual("USB 2.0", decode_id("USB 2.0"))
75
76 def test_escape(self):
77 self.assertEqual("USB 2.0", decode_id("USB\\x202.0"))
78
79 def test_strip_whitespace(self):
80 self.assertEqual("USB 2.0", decode_id(" USB 2.0 "))
6981
=== modified file 'checkbox/parsers/udevadm.py'
--- checkbox/parsers/udevadm.py 2012-06-22 17:04:14 +0000
+++ checkbox/parsers/udevadm.py 2012-08-06 20:34:19 +0000
@@ -467,4 +467,6 @@
467467
468468
469def decode_id(id):469def decode_id(id):
470 return id.strip()470 encoded_id = id.encode("utf-8")
471 decoded_id = encoded_id.decode("unicode-escape")
472 return decoded_id.strip()
471473
=== modified file 'checkbox/user_interface.py'
--- checkbox/user_interface.py 2012-06-26 16:07:04 +0000
+++ checkbox/user_interface.py 2012-08-06 20:34:19 +0000
@@ -163,7 +163,8 @@
163163
164 # if gnome-session is running, try gnome-open; special-case firefox164 # if gnome-session is running, try gnome-open; special-case firefox
165 # (and more generally, mozilla browsers) and epiphany to open a new window165 # (and more generally, mozilla browsers) and epiphany to open a new window
166 # with respectively -new-window and --new-window166 # with respectively -new-window and --new-window; special-case chromium-browser
167 # to allow file:// URLs as needed by the checkbox report.
167 try:168 try:
168 if os.getenv("DISPLAY") and \169 if os.getenv("DISPLAY") and \
169 subprocess.call(["pgrep", "-x", "-u", str(uid), "gnome-panel|gconfd-2"],170 subprocess.call(["pgrep", "-x", "-u", str(uid), "gnome-panel|gconfd-2"],
@@ -182,6 +183,11 @@
182 if browser:183 if browser:
183 subprocess.Popen(sudo_prefix + [browser.group(0), "--new-window", url])184 subprocess.Popen(sudo_prefix + [browser.group(0), "--new-window", url])
184 return185 return
186
187 browser = re.match("(chromium-browser[^\s]*)", preferred_browser)
188 if browser:
189 subprocess.Popen(sudo_prefix + [browser.group(0), "--allow-file-access-from-files", url])
190 return
185191
186 subprocess.Popen(sudo_prefix + [preferred_browser % url], shell=True)192 subprocess.Popen(sudo_prefix + [preferred_browser % url], shell=True)
187 return193 return
188194
=== modified file 'debian/changelog'
--- debian/changelog 2012-07-17 16:27:55 +0000
+++ debian/changelog 2012-08-06 20:34:19 +0000
@@ -1,3 +1,71 @@
1checkbox (0.14.3) quantal; urgency=low
2
3 * New upstream release (LP: #1033652)
4
5 [Benjamin Kerensa]
6 * Changed description of PCMCIA/PCIX to PCMCIA/ExpressCard since PCIX
7 generally applies to servers (LP: #992249)
8
9 [Brendan Donegan]
10 * Removed call to unlink temporary file in Html5Thread part of gpu_test.
11 Also addressed a few pyflakes complaints and removed a stray print.
12 * Include block device name in fields of block_device resource
13 output. This will prevent different block device fields from being
14 confused with each other (LP: #1027849)
15 * Fix apport_prompt.py so it properly checks the value in
16 /etc/default/apport (LP: #1029897)
17 * Initially disable the 'Run' tab in the Qt UI, re-enabling it when the
18 'Start Testing' has been clicked (LP: #1029815)
19 * Put Component and Status into one tree view on the selection screen,
20 rather than two seperate ones (LP: #1030871)
21 * Disable the Select All and Deselect All buttons in the selection
22 view during testing (LP: #1032259)
23
24 [Daniel Manrique]
25 * New version 0.14.3 for Quantal Quetzal development.
26 * alsa_info is invoked with --no-dialog, otherwise if dialog is installed
27 it results in invalid data in the submission file and results.
28 (LP: #1028065)
29 * Instruct Chromium browser to accept file:// URLs so it can correctly
30 open the checkbox submission.xml report (LP: #1026614)
31 * scripts/gconf_resource: decode gconf output as utf-8 rather than ascii
32 (LP: #1022593)
33 * jobs/user_apps.txt.in: Quicktime test now depends on gstreamer0.10-ffmpeg
34 to ensure it's able to play .mov files (LP: #633009)
35 * scripts/network_check: InvalidURL exception is caught and handled more
36 cleanly (LP: #751701)
37
38 [Sylvain Pineau]
39 * jobs/usb.txt.in, scripts/disk_read_performance_test: Add a USB3 read
40 performance test.
41 scripts/block_device_resource: Add the maximum usb specification supported
42 by both a block device and the corresponding root hub port.
43 * qt/frontend/qtfront.ui, qt/frontend/images/checkbox-qt-head.png:
44 Add transparency properties to the main window header to keep the main theme
45 colors in the widget background (LP: #1030857)
46
47 [Jeff Marcom]
48 * Added timeout to job call for disk smart test.
49
50 [Marc Tardif]
51 * Escaping encoded strings in udevadm output (LP: #1025381)
52
53 [Jeff Lane]
54 * jobs/cpu.txt.in: added a depends to cpu/scaling_test-log-attach to ensure
55 that job does not run until afte cpu/scaling_test (LP: #1031994)
56
57 [Matt Fischer]
58 * scripts/network_device_info: added a check to ensure what lspci reports and
59 what NetworkManger reports (if it is installed) are the same. Reports more
60 useful info now like driver and driver version, IP address, etc.
61 * scripts/cycle_vts: added checks to fail test if chvt returns a non-zero
62 exit code. Added a final check at the end to verify we did land back on the
63 original VT after testing.
64 jobs/miscellanea.txt.in: fixed a typo in the chvt job. It used to reqire
65 'package.alias' instead of 'package.name'
66
67 -- Daniel Manrique <roadmr@ubuntu.com> Mon, 06 Aug 2012 16:21:24 -0400
68
1checkbox (0.14.2) quantal; urgency=low69checkbox (0.14.2) quantal; urgency=low
270
3 * New upstream release (LP: #1025869)71 * New upstream release (LP: #1025869)
472
=== modified file 'debian/po/ast.po'
--- debian/po/ast.po 2012-07-17 16:27:55 +0000
+++ debian/po/ast.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/cs.po'
--- debian/po/cs.po 2012-07-17 16:27:55 +0000
+++ debian/po/cs.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/de.po'
--- debian/po/de.po 2012-07-17 16:27:55 +0000
+++ debian/po/de.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/en_AU.po'
--- debian/po/en_AU.po 2012-07-17 16:27:55 +0000
+++ debian/po/en_AU.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/en_GB.po'
--- debian/po/en_GB.po 2012-07-17 16:27:55 +0000
+++ debian/po/en_GB.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/es.po'
--- debian/po/es.po 2012-07-17 16:27:55 +0000
+++ debian/po/es.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/fr.po'
--- debian/po/fr.po 2012-07-17 16:27:55 +0000
+++ debian/po/fr.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/he.po'
--- debian/po/he.po 2012-07-17 16:27:55 +0000
+++ debian/po/he.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/hu.po'
--- debian/po/hu.po 2012-07-17 16:27:55 +0000
+++ debian/po/hu.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/it.po'
--- debian/po/it.po 2012-07-17 16:27:55 +0000
+++ debian/po/it.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/ja.po'
--- debian/po/ja.po 2012-07-17 16:27:55 +0000
+++ debian/po/ja.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/nl.po'
--- debian/po/nl.po 2012-07-17 16:27:55 +0000
+++ debian/po/nl.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/oc.po'
--- debian/po/oc.po 2012-07-17 16:27:55 +0000
+++ debian/po/oc.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/pl.po'
--- debian/po/pl.po 2012-07-17 16:27:55 +0000
+++ debian/po/pl.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/pt_BR.po'
--- debian/po/pt_BR.po 2012-07-17 16:27:55 +0000
+++ debian/po/pt_BR.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/ro.po'
--- debian/po/ro.po 2012-07-17 16:27:55 +0000
+++ debian/po/ro.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/ru.po'
--- debian/po/ru.po 2012-07-17 16:27:55 +0000
+++ debian/po/ru.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/tr.po'
--- debian/po/tr.po 2012-07-17 16:27:55 +0000
+++ debian/po/tr.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/uk.po'
--- debian/po/uk.po 2012-07-17 16:27:55 +0000
+++ debian/po/uk.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/zh_CN.po'
--- debian/po/zh_CN.po 2012-07-17 16:27:55 +0000
+++ debian/po/zh_CN.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'debian/po/zh_TW.po'
--- debian/po/zh_TW.po 2012-07-17 16:27:55 +0000
+++ debian/po/zh_TW.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Type: string21#. Type: string
22#. Description22#. Description
2323
=== modified file 'jobs/audio.txt.in'
--- jobs/audio.txt.in 2012-06-26 16:07:04 +0000
+++ jobs/audio.txt.in 2012-08-06 20:34:19 +0000
@@ -125,7 +125,7 @@
125125
126plugin: shell126plugin: shell
127name: audio/alsa_info_collect127name: audio/alsa_info_collect
128command: alsa_info --no-upload --output ${CHECKBOX_DATA}/alsa_info.log128command: alsa_info --no-dialog --no-upload --output ${CHECKBOX_DATA}/alsa_info.log
129_description:129_description:
130 Collect audio-related system information. This data can be used to130 Collect audio-related system information. This data can be used to
131 simulate this computer's audio subsystem and perform more detailed tests131 simulate this computer's audio subsystem and perform more detailed tests
132132
=== modified file 'jobs/cpu.txt.in'
--- jobs/cpu.txt.in 2012-07-17 16:27:55 +0000
+++ jobs/cpu.txt.in 2012-08-06 20:34:19 +0000
@@ -1,6 +1,6 @@
1plugin: shell1plugin: shell
2name: cpu/scaling_test2name: cpu/scaling_test
3requires: 3requires:
4 package.name == 'linux'4 package.name == 'linux'
5 package.name == 'fwts'5 package.name == 'fwts'
6user: root6user: root
@@ -10,6 +10,7 @@
1010
11plugin: attachment11plugin: attachment
12name: cpu/scaling_test-log-attach12name: cpu/scaling_test-log-attach
13depends: cpu/scaling_test
13command: [[ -e ${CHECKBOX_DATA}/scaling_test.log ]] && cat ${CHECKBOX_DATA}/scaling_test.log14command: [[ -e ${CHECKBOX_DATA}/scaling_test.log ]] && cat ${CHECKBOX_DATA}/scaling_test.log
14_description:15_description:
15 Attaches the log generated by cpu/scaling_test to the results16 Attaches the log generated by cpu/scaling_test to the results
@@ -40,6 +41,6 @@
40name: cpu/frequency_governors41name: cpu/frequency_governors
41requires: package.name == 'linux'42requires: package.name == 'linux'
42user: root43user: root
43command: nice -n -20 frequency_governors_test --debug 44command: nice -n -20 frequency_governors_test --debug
44_description:45_description:
45 This test checks that CPU frequency governors are obeyed when set.46 This test checks that CPU frequency governors are obeyed when set.
4647
=== modified file 'jobs/disk.txt.in'
--- jobs/disk.txt.in 2012-07-17 16:27:55 +0000
+++ jobs/disk.txt.in 2012-08-06 20:34:19 +0000
@@ -13,7 +13,7 @@
13 name: disk/stats_`ls /sys$path/block`13 name: disk/stats_`ls /sys$path/block`
14 requires: 14 requires:
15 device.path == "$path"15 device.path == "$path"
16 block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'16 block_device.`ls /sys$path/block`_state != 'removable'
17 package.name == 'linux'17 package.name == 'linux'
18 user: root18 user: root
19 command: disk_stats_test `ls /sys$path/block | sed 's|!|/|'`19 command: disk_stats_test `ls /sys$path/block | sed 's|!|/|'`
@@ -33,11 +33,11 @@
33 name: disk/smart_`ls /sys$path/block`33 name: disk/smart_`ls /sys$path/block`
34 requires: 34 requires:
35 device.path == "$path"35 device.path == "$path"
36 block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'36 block_device.`ls /sys$path/block`_state != 'removable'
37 description:37 description:
38 This tests the SMART capabilities for $product (Note that this test will not work against hardware RAID)38 This tests the SMART capabilities for $product (Note that this test will not work against hardware RAID)
39 user: root39 user: root
40 command: disk_smart -b /dev/`ls /sys$path/block | sed 's|!|/|'` -s 13040 command: disk_smart -b /dev/`ls /sys$path/block | sed 's|!|/|'` -s 130 -t 270
41 EOF41 EOF
4242
43plugin: local43plugin: local
@@ -51,7 +51,7 @@
51 name: disk/max_diskspace_used_`ls /sys$path/block`51 name: disk/max_diskspace_used_`ls /sys$path/block`
52 requires: 52 requires:
53 device.path == "$path"53 device.path == "$path"
54 block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'54 block_device.`ls /sys$path/block`_state != 'removable'
55 description: Maximum disk space test for $product55 description: Maximum disk space test for $product
56 user: root56 user: root
57 command: max_diskspace_used `ls /sys$path/block | sed 's|!|/|'`57 command: max_diskspace_used `ls /sys$path/block | sed 's|!|/|'`
@@ -68,7 +68,7 @@
68 name: disk/read_performance_`ls /sys$path/block`68 name: disk/read_performance_`ls /sys$path/block`
69 requires:69 requires:
70 device.path == "$path"70 device.path == "$path"
71 block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'71 block_device.`ls /sys$path/block`_state != 'removable'
72 package.name == 'linux'72 package.name == 'linux'
73 description: Disk performance test for $product73 description: Disk performance test for $product
74 user: root74 user: root
@@ -87,7 +87,7 @@
87 user: root87 user: root
88 requires:88 requires:
89 device.path == "$path"89 device.path == "$path"
90 block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'90 block_device.`ls /sys$path/block`_state != 'removable'
91 package.name == 'linux'91 package.name == 'linux'
92 description: Disk I/O stress test for $product92 description: Disk I/O stress test for $product
93 command: storage_test `ls /sys$path/block | sed 's|!|/|'`93 command: storage_test `ls /sys$path/block | sed 's|!|/|'`
9494
=== modified file 'jobs/info.txt.in'
--- jobs/info.txt.in 2012-07-17 16:27:55 +0000
+++ jobs/info.txt.in 2012-08-06 20:34:19 +0000
@@ -28,7 +28,7 @@
28name: efi_attachment28name: efi_attachment
29plugin: attachment29plugin: attachment
30user: root30user: root
31command: [ -d /sys/firmware/efi ] && grep -o --color=never 'EFI v.*' /var/log/kern.log || cat /sys/class/dmi/id/bios_version31command: [ -d /sys/firmware/efi ] && grep -o --color=never 'EFI v.*' /var/log/kern.log || true
32_description: Attaches the firmware version32_description: Attaches the firmware version
3333
34name: lspci_attachment34name: lspci_attachment
@@ -120,7 +120,7 @@
120 name: info/hdparm_`ls /sys$path/block`.txt120 name: info/hdparm_`ls /sys$path/block`.txt
121 requires: 121 requires:
122 device.path == "$path"122 device.path == "$path"
123 block_device.name == "`ls /sys$path/block`" and block_device.state != 'removable'123 block_device.`ls /sys$path/block`_state != 'removable'
124 user: root124 user: root
125 command: hdparm -I /dev/`ls /sys$path/block`125 command: hdparm -I /dev/`ls /sys$path/block`
126 EOF126 EOF
127127
=== modified file 'jobs/local.txt.in'
--- jobs/local.txt.in 2012-06-26 16:07:04 +0000
+++ jobs/local.txt.in 2012-08-06 20:34:19 +0000
@@ -168,7 +168,7 @@
168168
169name: __pcmcia-pcix__169name: __pcmcia-pcix__
170plugin: local170plugin: local
171_description: PCMCIA/PCIX Card tests171_description: PCMCIA/ExpressCard tests
172command:172command:
173 shopt -s extglob173 shopt -s extglob
174 cat $CHECKBOX_SHARE/jobs/pcmcia-pcix.txt?(.in)174 cat $CHECKBOX_SHARE/jobs/pcmcia-pcix.txt?(.in)
175175
=== modified file 'jobs/miscellanea.txt.in'
--- jobs/miscellanea.txt.in 2012-07-17 16:27:55 +0000
+++ jobs/miscellanea.txt.in 2012-08-06 20:34:19 +0000
@@ -15,7 +15,7 @@
15plugin: manual15plugin: manual
16name: miscellanea/chvt16name: miscellanea/chvt
17requires:17requires:
18 package.alias == 'linux'18 package.name == 'linux'
19 package.name == 'kbd'19 package.name == 'kbd'
20user: root20user: root
21command: cycle_vts21command: cycle_vts
2222
=== modified file 'jobs/usb.txt.in'
--- jobs/usb.txt.in 2012-07-17 16:27:55 +0000
+++ jobs/usb.txt.in 2012-08-06 20:34:19 +0000
@@ -140,3 +140,21 @@
140 5. Repeat with each external USB slot.140 5. Repeat with each external USB slot.
141 VERIFICATION:141 VERIFICATION:
142 Do all USB slots work with the device?142 Do all USB slots work with the device?
143
144plugin: local
145name: usb/usb3_read_performance
146requires:
147 device.category == 'DISK'
148_description: Verify USB3 external storage performs at or above baseline performance
149command:
150 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=DISK"'
151 plugin: shell
152 name: usb/usb3_read_performance_`ls /sys$path/block`
153 requires:
154 device.path == "$path"
155 block_device.`ls /sys$path/block`_state == 'removable' and block_device.`ls /sys$path/block`_usb3 == 'supported'
156 package.name == 'linux'
157 description: USB3 read performance test for $product
158 user: root
159 command: disk_read_performance_test `ls /sys$path/block | sed 's|!|/|'`
160 EOF
143161
=== modified file 'jobs/user_apps.txt.in'
--- jobs/user_apps.txt.in 2012-02-10 11:19:05 +0000
+++ jobs/user_apps.txt.in 2012-08-06 20:34:19 +0000
@@ -278,7 +278,9 @@
278plugin: manual278plugin: manual
279name: software/firefox-totem279name: software/firefox-totem
280depends: software/firefox280depends: software/firefox
281requires: package.name == 'firefox'281requires:
282 package.name == 'firefox'
283 package.name == 'gstreamer0.10-ffmpeg'
282command: firefox $CHECKBOX_SHARE/data/video/Quicktime_Video.mov284command: firefox $CHECKBOX_SHARE/data/video/Quicktime_Video.mov
283_description:285_description:
284 PURPOSE:286 PURPOSE:
285287
=== modified file 'plugins/apport_prompt.py'
--- plugins/apport_prompt.py 2012-06-22 17:04:14 +0000
+++ plugins/apport_prompt.py 2012-08-06 20:34:19 +0000
@@ -18,7 +18,7 @@
18#18#
19import logging19import logging
2020
21from subprocess import Popen, PIPE21from subprocess import check_output
2222
23from gettext import gettext as _23from gettext import gettext as _
2424
@@ -56,7 +56,7 @@
56 self.pid = None56 self.pid = None
57 self.save = False57 self.save = False
58 self.tag = '' #Additional tags to add to reports filed58 self.tag = '' #Additional tags to add to reports filed
59 #through this tool 59 #through this tool
6060
6161
62class ApportUserInterface(UserInterface):62class ApportUserInterface(UserInterface):
@@ -181,9 +181,8 @@
181181
182 def gather(self):182 def gather(self):
183 if self.default_enabled is None:183 if self.default_enabled is None:
184 value = Popen("unset enabled && . %s && echo ${enabled}"184 value = check_output("unset enabled && . %s && echo ${enabled}"
185 % self.default_filename,185 % self.default_filename, shell=True, universal_newlines=True)
186 shell=True, stdout=PIPE, stderr=PIPE).communicate()[0]
187 self.default_enabled = value.strip() == "1"186 self.default_enabled = value.strip() == "1"
188187
189 def prompt_test(self, interface, test):188 def prompt_test(self, interface, test):
@@ -225,7 +224,7 @@
225224
226 if test.get("suite"):225 if test.get("suite"):
227 failed_test_message = _("Test %(name)s failed.") % {226 failed_test_message = _("Test %(name)s failed.") % {
228 'name' : test["name"]}227 'name': test["name"]}
229 else:228 else:
230 failed_test_message = _("Test %s failed.") % test["name"]229 failed_test_message = _("Test %s failed.") % test["name"]
231 failed_test_message += "\n" + _("Do you want to report a bug?")230 failed_test_message += "\n" + _("Do you want to report a bug?")
232231
=== modified file 'po/ace.po'
--- po/ace.po 2012-07-17 16:27:55 +0000
+++ po/ace.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/af.po'
--- po/af.po 2012-07-17 16:27:55 +0000
+++ po/af.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/am.po'
--- po/am.po 2012-07-17 16:27:55 +0000
+++ po/am.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/ar.po'
--- po/ar.po 2012-07-17 16:27:55 +0000
+++ po/ar.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -933,88 +933,88 @@
933msgstr ""933msgstr ""
934934
935#. description935#. description
936#: ../jobs/info.txt.in:31936#: ../jobs/info.txt.in:37
937msgid "Attaches very verbose lspci output."937msgid "Attaches very verbose lspci output."
938msgstr ""938msgstr ""
939939
940#. description940#. description
941#: ../jobs/info.txt.in:36941#: ../jobs/info.txt.in:42
942msgid "Attaches very verbose lspci output (with central database Query)."942msgid "Attaches very verbose lspci output (with central database Query)."
943msgstr ""943msgstr ""
944944
945#. description945#. description
946#: ../jobs/info.txt.in:43946#: ../jobs/info.txt.in:49
947msgid "List USB devices"947msgid "List USB devices"
948msgstr ""948msgstr ""
949949
950#. description950#. description
951#: ../jobs/info.txt.in:52951#: ../jobs/info.txt.in:58
952msgid "Attaches the contents of the various modprobe conf files."952msgid "Attaches the contents of the various modprobe conf files."
953msgstr ""953msgstr ""
954954
955#. description955#. description
956#: ../jobs/info.txt.in:57956#: ../jobs/info.txt.in:63
957msgid "Attaches the contents of the /etc/modules file."957msgid "Attaches the contents of the /etc/modules file."
958msgstr ""958msgstr ""
959959
960#. description960#. description
961#: ../jobs/info.txt.in:62961#: ../jobs/info.txt.in:68
962msgid "attaches the contents of various sysctl config files."962msgid "attaches the contents of various sysctl config files."
963msgstr ""963msgstr ""
964964
965#. description965#. description
966#: ../jobs/info.txt.in:66966#: ../jobs/info.txt.in:72
967msgid "Attaches a report of sysfs attributes."967msgid "Attaches a report of sysfs attributes."
968msgstr ""968msgstr ""
969969
970#. description970#. description
971#: ../jobs/info.txt.in:77971#: ../jobs/info.txt.in:83
972msgid ""972msgid ""
973"Attaches a dump of the udev database showing system hardware information."973"Attaches a dump of the udev database showing system hardware information."
974msgstr ""974msgstr ""
975975
976#. description976#. description
977#: ../jobs/info.txt.in:84977#: ../jobs/info.txt.in:90
978msgid "Attaches a tarball of gcov data if present."978msgid "Attaches a tarball of gcov data if present."
979msgstr ""979msgstr ""
980980
981#. description981#. description
982#: ../jobs/info.txt.in:89982#: ../jobs/info.txt.in:95
983msgid "Attaches a list of the currently running kernel modules."983msgid "Attaches a list of the currently running kernel modules."
984msgstr ""984msgstr ""
985985
986#. description986#. description
987#: ../jobs/info.txt.in:94987#: ../jobs/info.txt.in:100
988msgid "Attaches the contents of /proc/acpi/sleep if it exists."988msgid "Attaches the contents of /proc/acpi/sleep if it exists."
989msgstr ""989msgstr ""
990990
991#. description991#. description
992#: ../jobs/info.txt.in:98992#: ../jobs/info.txt.in:104
993msgid "Bootchart information."993msgid "Bootchart information."
994msgstr ""994msgstr ""
995995
996#. description996#. description
997#: ../jobs/info.txt.in:107997#: ../jobs/info.txt.in:113
998msgid "SATA/IDE device information."998msgid "SATA/IDE device information."
999msgstr ""999msgstr ""
10001000
1001#. description1001#. description
1002#: ../jobs/info.txt.in:1261002#: ../jobs/info.txt.in:132
1003msgid "Attaches the bootchart png file for bootchart runs"1003msgid "Attaches the bootchart png file for bootchart runs"
1004msgstr ""1004msgstr ""
10051005
1006#. description1006#. description
1007#: ../jobs/info.txt.in:1351007#: ../jobs/info.txt.in:141
1008msgid "Attaches the bootchart log for bootchart test runs."1008msgid "Attaches the bootchart log for bootchart test runs."
1009msgstr ""1009msgstr ""
10101010
1011#. description1011#. description
1012#: ../jobs/info.txt.in:1431012#: ../jobs/info.txt.in:149
1013msgid "installs the installer bootchart tarball if it exists."1013msgid "installs the installer bootchart tarball if it exists."
1014msgstr ""1014msgstr ""
10151015
1016#. description1016#. description
1017#: ../jobs/info.txt.in:1481017#: ../jobs/info.txt.in:154
1018msgid "Attaches the installer debug log if it exists."1018msgid "Attaches the installer debug log if it exists."
1019msgstr ""1019msgstr ""
10201020
10211021
=== modified file 'po/ast.po'
--- po/ast.po 2012-07-17 16:27:55 +0000
+++ po/ast.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
19"Language: ast\n"19"Language: ast\n"
2020
21#. Title of the user interface21#. Title of the user interface
@@ -1217,42 +1217,42 @@
1217msgstr "Axunta salida dmidecode"1217msgstr "Axunta salida dmidecode"
12181218
1219#. description1219#. description
1220#: ../jobs/info.txt.in:311220#: ../jobs/info.txt.in:37
1221msgid "Attaches very verbose lspci output."1221msgid "Attaches very verbose lspci output."
1222msgstr "Axunta salida prolija de lspci"1222msgstr "Axunta salida prolija de lspci"
12231223
1224#. description1224#. description
1225#: ../jobs/info.txt.in:361225#: ../jobs/info.txt.in:42
1226msgid "Attaches very verbose lspci output (with central database Query)."1226msgid "Attaches very verbose lspci output (with central database Query)."
1227msgstr ""1227msgstr ""
12281228
1229#. description1229#. description
1230#: ../jobs/info.txt.in:431230#: ../jobs/info.txt.in:49
1231msgid "List USB devices"1231msgid "List USB devices"
1232msgstr ""1232msgstr ""
12331233
1234#. description1234#. description
1235#: ../jobs/info.txt.in:521235#: ../jobs/info.txt.in:58
1236msgid "Attaches the contents of the various modprobe conf files."1236msgid "Attaches the contents of the various modprobe conf files."
1237msgstr "Axunta los conteníos de dellos ficheros de configuración modprobe."1237msgstr "Axunta los conteníos de dellos ficheros de configuración modprobe."
12381238
1239#. description1239#. description
1240#: ../jobs/info.txt.in:571240#: ../jobs/info.txt.in:63
1241msgid "Attaches the contents of the /etc/modules file."1241msgid "Attaches the contents of the /etc/modules file."
1242msgstr "Axunta'l conteníu del ficheru /etc/modules."1242msgstr "Axunta'l conteníu del ficheru /etc/modules."
12431243
1244#. description1244#. description
1245#: ../jobs/info.txt.in:621245#: ../jobs/info.txt.in:68
1246msgid "attaches the contents of various sysctl config files."1246msgid "attaches the contents of various sysctl config files."
1247msgstr "axunta los conteníos de dellos ficheros de configuración sysctl."1247msgstr "axunta los conteníos de dellos ficheros de configuración sysctl."
12481248
1249#. description1249#. description
1250#: ../jobs/info.txt.in:661250#: ../jobs/info.txt.in:72
1251msgid "Attaches a report of sysfs attributes."1251msgid "Attaches a report of sysfs attributes."
1252msgstr "Axunta un informe de los atributos de sysfs."1252msgstr "Axunta un informe de los atributos de sysfs."
12531253
1254#. description1254#. description
1255#: ../jobs/info.txt.in:771255#: ../jobs/info.txt.in:83
1256msgid ""1256msgid ""
1257"Attaches a dump of the udev database showing system hardware information."1257"Attaches a dump of the udev database showing system hardware information."
1258msgstr ""1258msgstr ""
@@ -1260,49 +1260,49 @@
1260"del sistema."1260"del sistema."
12611261
1262#. description1262#. description
1263#: ../jobs/info.txt.in:841263#: ../jobs/info.txt.in:90
1264msgid "Attaches a tarball of gcov data if present."1264msgid "Attaches a tarball of gcov data if present."
1265msgstr "Axunta un ficheru comprimíu de los datos gcov si ta presente."1265msgstr "Axunta un ficheru comprimíu de los datos gcov si ta presente."
12661266
1267#. description1267#. description
1268#: ../jobs/info.txt.in:891268#: ../jobs/info.txt.in:95
1269msgid "Attaches a list of the currently running kernel modules."1269msgid "Attaches a list of the currently running kernel modules."
1270msgstr ""1270msgstr ""
1271"Axunta una llista de los módulos del nucleu que ta anguaño n'execución."1271"Axunta una llista de los módulos del nucleu que ta anguaño n'execución."
12721272
1273#. description1273#. description
1274#: ../jobs/info.txt.in:941274#: ../jobs/info.txt.in:100
1275msgid "Attaches the contents of /proc/acpi/sleep if it exists."1275msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1276msgstr "Axunta'l conteníu de /proc/acpi/sleep si existe."1276msgstr "Axunta'l conteníu de /proc/acpi/sleep si existe."
12771277
1278#. description1278#. description
1279#: ../jobs/info.txt.in:981279#: ../jobs/info.txt.in:104
1280msgid "Bootchart information."1280msgid "Bootchart information."
1281msgstr "Información de la tabla d'arranque."1281msgstr "Información de la tabla d'arranque."
12821282
1283#. description1283#. description
1284#: ../jobs/info.txt.in:1071284#: ../jobs/info.txt.in:113
1285msgid "SATA/IDE device information."1285msgid "SATA/IDE device information."
1286msgstr "Información de preseos SATA/IDE."1286msgstr "Información de preseos SATA/IDE."
12871287
1288#. description1288#. description
1289#: ../jobs/info.txt.in:1261289#: ../jobs/info.txt.in:132
1290msgid "Attaches the bootchart png file for bootchart runs"1290msgid "Attaches the bootchart png file for bootchart runs"
1291msgstr "Axunta'l ficheru bootchart.png a les execuciones de bootchart"1291msgstr "Axunta'l ficheru bootchart.png a les execuciones de bootchart"
12921292
1293#. description1293#. description
1294#: ../jobs/info.txt.in:1351294#: ../jobs/info.txt.in:141
1295msgid "Attaches the bootchart log for bootchart test runs."1295msgid "Attaches the bootchart log for bootchart test runs."
1296msgstr ""1296msgstr ""
1297"Axunta'l rexistru de bootchart a les execuciones de prueba de bootchart."1297"Axunta'l rexistru de bootchart a les execuciones de prueba de bootchart."
12981298
1299#. description1299#. description
1300#: ../jobs/info.txt.in:1431300#: ../jobs/info.txt.in:149
1301msgid "installs the installer bootchart tarball if it exists."1301msgid "installs the installer bootchart tarball if it exists."
1302msgstr "instala l'instalador tarball bootchart si ye qu'esiste"1302msgstr "instala l'instalador tarball bootchart si ye qu'esiste"
13031303
1304#. description1304#. description
1305#: ../jobs/info.txt.in:1481305#: ../jobs/info.txt.in:154
1306msgid "Attaches the installer debug log if it exists."1306msgid "Attaches the installer debug log if it exists."
1307msgstr "Axunta'l rexistru de depuración del instalador si existe."1307msgstr "Axunta'l rexistru de depuración del instalador si existe."
13081308
13091309
=== modified file 'po/az.po'
--- po/az.po 2012-07-17 16:27:55 +0000
+++ po/az.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -881,88 +881,88 @@
881msgstr ""881msgstr ""
882882
883#. description883#. description
884#: ../jobs/info.txt.in:31884#: ../jobs/info.txt.in:37
885msgid "Attaches very verbose lspci output."885msgid "Attaches very verbose lspci output."
886msgstr ""886msgstr ""
887887
888#. description888#. description
889#: ../jobs/info.txt.in:36889#: ../jobs/info.txt.in:42
890msgid "Attaches very verbose lspci output (with central database Query)."890msgid "Attaches very verbose lspci output (with central database Query)."
891msgstr ""891msgstr ""
892892
893#. description893#. description
894#: ../jobs/info.txt.in:43894#: ../jobs/info.txt.in:49
895msgid "List USB devices"895msgid "List USB devices"
896msgstr ""896msgstr ""
897897
898#. description898#. description
899#: ../jobs/info.txt.in:52899#: ../jobs/info.txt.in:58
900msgid "Attaches the contents of the various modprobe conf files."900msgid "Attaches the contents of the various modprobe conf files."
901msgstr ""901msgstr ""
902902
903#. description903#. description
904#: ../jobs/info.txt.in:57904#: ../jobs/info.txt.in:63
905msgid "Attaches the contents of the /etc/modules file."905msgid "Attaches the contents of the /etc/modules file."
906msgstr ""906msgstr ""
907907
908#. description908#. description
909#: ../jobs/info.txt.in:62909#: ../jobs/info.txt.in:68
910msgid "attaches the contents of various sysctl config files."910msgid "attaches the contents of various sysctl config files."
911msgstr ""911msgstr ""
912912
913#. description913#. description
914#: ../jobs/info.txt.in:66914#: ../jobs/info.txt.in:72
915msgid "Attaches a report of sysfs attributes."915msgid "Attaches a report of sysfs attributes."
916msgstr ""916msgstr ""
917917
918#. description918#. description
919#: ../jobs/info.txt.in:77919#: ../jobs/info.txt.in:83
920msgid ""920msgid ""
921"Attaches a dump of the udev database showing system hardware information."921"Attaches a dump of the udev database showing system hardware information."
922msgstr ""922msgstr ""
923923
924#. description924#. description
925#: ../jobs/info.txt.in:84925#: ../jobs/info.txt.in:90
926msgid "Attaches a tarball of gcov data if present."926msgid "Attaches a tarball of gcov data if present."
927msgstr ""927msgstr ""
928928
929#. description929#. description
930#: ../jobs/info.txt.in:89930#: ../jobs/info.txt.in:95
931msgid "Attaches a list of the currently running kernel modules."931msgid "Attaches a list of the currently running kernel modules."
932msgstr ""932msgstr ""
933933
934#. description934#. description
935#: ../jobs/info.txt.in:94935#: ../jobs/info.txt.in:100
936msgid "Attaches the contents of /proc/acpi/sleep if it exists."936msgid "Attaches the contents of /proc/acpi/sleep if it exists."
937msgstr ""937msgstr ""
938938
939#. description939#. description
940#: ../jobs/info.txt.in:98940#: ../jobs/info.txt.in:104
941msgid "Bootchart information."941msgid "Bootchart information."
942msgstr ""942msgstr ""
943943
944#. description944#. description
945#: ../jobs/info.txt.in:107945#: ../jobs/info.txt.in:113
946msgid "SATA/IDE device information."946msgid "SATA/IDE device information."
947msgstr ""947msgstr ""
948948
949#. description949#. description
950#: ../jobs/info.txt.in:126950#: ../jobs/info.txt.in:132
951msgid "Attaches the bootchart png file for bootchart runs"951msgid "Attaches the bootchart png file for bootchart runs"
952msgstr ""952msgstr ""
953953
954#. description954#. description
955#: ../jobs/info.txt.in:135955#: ../jobs/info.txt.in:141
956msgid "Attaches the bootchart log for bootchart test runs."956msgid "Attaches the bootchart log for bootchart test runs."
957msgstr ""957msgstr ""
958958
959#. description959#. description
960#: ../jobs/info.txt.in:143960#: ../jobs/info.txt.in:149
961msgid "installs the installer bootchart tarball if it exists."961msgid "installs the installer bootchart tarball if it exists."
962msgstr ""962msgstr ""
963963
964#. description964#. description
965#: ../jobs/info.txt.in:148965#: ../jobs/info.txt.in:154
966msgid "Attaches the installer debug log if it exists."966msgid "Attaches the installer debug log if it exists."
967msgstr ""967msgstr ""
968968
969969
=== modified file 'po/be.po'
--- po/be.po 2012-07-17 16:27:55 +0000
+++ po/be.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -885,88 +885,88 @@
885msgstr ""885msgstr ""
886886
887#. description887#. description
888#: ../jobs/info.txt.in:31888#: ../jobs/info.txt.in:37
889msgid "Attaches very verbose lspci output."889msgid "Attaches very verbose lspci output."
890msgstr ""890msgstr ""
891891
892#. description892#. description
893#: ../jobs/info.txt.in:36893#: ../jobs/info.txt.in:42
894msgid "Attaches very verbose lspci output (with central database Query)."894msgid "Attaches very verbose lspci output (with central database Query)."
895msgstr ""895msgstr ""
896896
897#. description897#. description
898#: ../jobs/info.txt.in:43898#: ../jobs/info.txt.in:49
899msgid "List USB devices"899msgid "List USB devices"
900msgstr ""900msgstr ""
901901
902#. description902#. description
903#: ../jobs/info.txt.in:52903#: ../jobs/info.txt.in:58
904msgid "Attaches the contents of the various modprobe conf files."904msgid "Attaches the contents of the various modprobe conf files."
905msgstr ""905msgstr ""
906906
907#. description907#. description
908#: ../jobs/info.txt.in:57908#: ../jobs/info.txt.in:63
909msgid "Attaches the contents of the /etc/modules file."909msgid "Attaches the contents of the /etc/modules file."
910msgstr ""910msgstr ""
911911
912#. description912#. description
913#: ../jobs/info.txt.in:62913#: ../jobs/info.txt.in:68
914msgid "attaches the contents of various sysctl config files."914msgid "attaches the contents of various sysctl config files."
915msgstr ""915msgstr ""
916916
917#. description917#. description
918#: ../jobs/info.txt.in:66918#: ../jobs/info.txt.in:72
919msgid "Attaches a report of sysfs attributes."919msgid "Attaches a report of sysfs attributes."
920msgstr ""920msgstr ""
921921
922#. description922#. description
923#: ../jobs/info.txt.in:77923#: ../jobs/info.txt.in:83
924msgid ""924msgid ""
925"Attaches a dump of the udev database showing system hardware information."925"Attaches a dump of the udev database showing system hardware information."
926msgstr ""926msgstr ""
927927
928#. description928#. description
929#: ../jobs/info.txt.in:84929#: ../jobs/info.txt.in:90
930msgid "Attaches a tarball of gcov data if present."930msgid "Attaches a tarball of gcov data if present."
931msgstr ""931msgstr ""
932932
933#. description933#. description
934#: ../jobs/info.txt.in:89934#: ../jobs/info.txt.in:95
935msgid "Attaches a list of the currently running kernel modules."935msgid "Attaches a list of the currently running kernel modules."
936msgstr ""936msgstr ""
937937
938#. description938#. description
939#: ../jobs/info.txt.in:94939#: ../jobs/info.txt.in:100
940msgid "Attaches the contents of /proc/acpi/sleep if it exists."940msgid "Attaches the contents of /proc/acpi/sleep if it exists."
941msgstr ""941msgstr ""
942942
943#. description943#. description
944#: ../jobs/info.txt.in:98944#: ../jobs/info.txt.in:104
945msgid "Bootchart information."945msgid "Bootchart information."
946msgstr "Інфармацыя Bootchart."946msgstr "Інфармацыя Bootchart."
947947
948#. description948#. description
949#: ../jobs/info.txt.in:107949#: ../jobs/info.txt.in:113
950msgid "SATA/IDE device information."950msgid "SATA/IDE device information."
951msgstr "Інфармацыя аб прыладах SATA / IDE."951msgstr "Інфармацыя аб прыладах SATA / IDE."
952952
953#. description953#. description
954#: ../jobs/info.txt.in:126954#: ../jobs/info.txt.in:132
955msgid "Attaches the bootchart png file for bootchart runs"955msgid "Attaches the bootchart png file for bootchart runs"
956msgstr ""956msgstr ""
957957
958#. description958#. description
959#: ../jobs/info.txt.in:135959#: ../jobs/info.txt.in:141
960msgid "Attaches the bootchart log for bootchart test runs."960msgid "Attaches the bootchart log for bootchart test runs."
961msgstr ""961msgstr ""
962962
963#. description963#. description
964#: ../jobs/info.txt.in:143964#: ../jobs/info.txt.in:149
965msgid "installs the installer bootchart tarball if it exists."965msgid "installs the installer bootchart tarball if it exists."
966msgstr ""966msgstr ""
967967
968#. description968#. description
969#: ../jobs/info.txt.in:148969#: ../jobs/info.txt.in:154
970msgid "Attaches the installer debug log if it exists."970msgid "Attaches the installer debug log if it exists."
971msgstr ""971msgstr ""
972972
973973
=== modified file 'po/bg.po'
--- po/bg.po 2012-07-17 16:27:55 +0000
+++ po/bg.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -882,88 +882,88 @@
882msgstr ""882msgstr ""
883883
884#. description884#. description
885#: ../jobs/info.txt.in:31885#: ../jobs/info.txt.in:37
886msgid "Attaches very verbose lspci output."886msgid "Attaches very verbose lspci output."
887msgstr ""887msgstr ""
888888
889#. description889#. description
890#: ../jobs/info.txt.in:36890#: ../jobs/info.txt.in:42
891msgid "Attaches very verbose lspci output (with central database Query)."891msgid "Attaches very verbose lspci output (with central database Query)."
892msgstr ""892msgstr ""
893893
894#. description894#. description
895#: ../jobs/info.txt.in:43895#: ../jobs/info.txt.in:49
896msgid "List USB devices"896msgid "List USB devices"
897msgstr ""897msgstr ""
898898
899#. description899#. description
900#: ../jobs/info.txt.in:52900#: ../jobs/info.txt.in:58
901msgid "Attaches the contents of the various modprobe conf files."901msgid "Attaches the contents of the various modprobe conf files."
902msgstr ""902msgstr ""
903903
904#. description904#. description
905#: ../jobs/info.txt.in:57905#: ../jobs/info.txt.in:63
906msgid "Attaches the contents of the /etc/modules file."906msgid "Attaches the contents of the /etc/modules file."
907msgstr ""907msgstr ""
908908
909#. description909#. description
910#: ../jobs/info.txt.in:62910#: ../jobs/info.txt.in:68
911msgid "attaches the contents of various sysctl config files."911msgid "attaches the contents of various sysctl config files."
912msgstr ""912msgstr ""
913913
914#. description914#. description
915#: ../jobs/info.txt.in:66915#: ../jobs/info.txt.in:72
916msgid "Attaches a report of sysfs attributes."916msgid "Attaches a report of sysfs attributes."
917msgstr ""917msgstr ""
918918
919#. description919#. description
920#: ../jobs/info.txt.in:77920#: ../jobs/info.txt.in:83
921msgid ""921msgid ""
922"Attaches a dump of the udev database showing system hardware information."922"Attaches a dump of the udev database showing system hardware information."
923msgstr ""923msgstr ""
924924
925#. description925#. description
926#: ../jobs/info.txt.in:84926#: ../jobs/info.txt.in:90
927msgid "Attaches a tarball of gcov data if present."927msgid "Attaches a tarball of gcov data if present."
928msgstr ""928msgstr ""
929929
930#. description930#. description
931#: ../jobs/info.txt.in:89931#: ../jobs/info.txt.in:95
932msgid "Attaches a list of the currently running kernel modules."932msgid "Attaches a list of the currently running kernel modules."
933msgstr ""933msgstr ""
934934
935#. description935#. description
936#: ../jobs/info.txt.in:94936#: ../jobs/info.txt.in:100
937msgid "Attaches the contents of /proc/acpi/sleep if it exists."937msgid "Attaches the contents of /proc/acpi/sleep if it exists."
938msgstr ""938msgstr ""
939939
940#. description940#. description
941#: ../jobs/info.txt.in:98941#: ../jobs/info.txt.in:104
942msgid "Bootchart information."942msgid "Bootchart information."
943msgstr ""943msgstr ""
944944
945#. description945#. description
946#: ../jobs/info.txt.in:107946#: ../jobs/info.txt.in:113
947msgid "SATA/IDE device information."947msgid "SATA/IDE device information."
948msgstr ""948msgstr ""
949949
950#. description950#. description
951#: ../jobs/info.txt.in:126951#: ../jobs/info.txt.in:132
952msgid "Attaches the bootchart png file for bootchart runs"952msgid "Attaches the bootchart png file for bootchart runs"
953msgstr ""953msgstr ""
954954
955#. description955#. description
956#: ../jobs/info.txt.in:135956#: ../jobs/info.txt.in:141
957msgid "Attaches the bootchart log for bootchart test runs."957msgid "Attaches the bootchart log for bootchart test runs."
958msgstr ""958msgstr ""
959959
960#. description960#. description
961#: ../jobs/info.txt.in:143961#: ../jobs/info.txt.in:149
962msgid "installs the installer bootchart tarball if it exists."962msgid "installs the installer bootchart tarball if it exists."
963msgstr ""963msgstr ""
964964
965#. description965#. description
966#: ../jobs/info.txt.in:148966#: ../jobs/info.txt.in:154
967msgid "Attaches the installer debug log if it exists."967msgid "Attaches the installer debug log if it exists."
968msgstr ""968msgstr ""
969969
970970
=== modified file 'po/bn.po'
--- po/bn.po 2012-07-17 16:27:55 +0000
+++ po/bn.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -1127,42 +1127,42 @@
1127msgstr "dmidecode অাউটপুট সংযুক্ত করুন"1127msgstr "dmidecode অাউটপুট সংযুক্ত করুন"
11281128
1129#. description1129#. description
1130#: ../jobs/info.txt.in:311130#: ../jobs/info.txt.in:37
1131msgid "Attaches very verbose lspci output."1131msgid "Attaches very verbose lspci output."
1132msgstr "ভার্বোস lspci আউটপুট সংযুক্ত করা হয়।"1132msgstr "ভার্বোস lspci আউটপুট সংযুক্ত করা হয়।"
11331133
1134#. description1134#. description
1135#: ../jobs/info.txt.in:361135#: ../jobs/info.txt.in:42
1136msgid "Attaches very verbose lspci output (with central database Query)."1136msgid "Attaches very verbose lspci output (with central database Query)."
1137msgstr ""1137msgstr ""
11381138
1139#. description1139#. description
1140#: ../jobs/info.txt.in:431140#: ../jobs/info.txt.in:49
1141msgid "List USB devices"1141msgid "List USB devices"
1142msgstr ""1142msgstr ""
11431143
1144#. description1144#. description
1145#: ../jobs/info.txt.in:521145#: ../jobs/info.txt.in:58
1146msgid "Attaches the contents of the various modprobe conf files."1146msgid "Attaches the contents of the various modprobe conf files."
1147msgstr "বিভিন্ন modprobe conf ফাইলের বিষয়বস্তু সংযুক্ত করা হয়।"1147msgstr "বিভিন্ন modprobe conf ফাইলের বিষয়বস্তু সংযুক্ত করা হয়।"
11481148
1149#. description1149#. description
1150#: ../jobs/info.txt.in:571150#: ../jobs/info.txt.in:63
1151msgid "Attaches the contents of the /etc/modules file."1151msgid "Attaches the contents of the /etc/modules file."
1152msgstr "/ Etc / মডিউলের বিষয়বস্তু সংযুক্ত করা হয়।"1152msgstr "/ Etc / মডিউলের বিষয়বস্তু সংযুক্ত করা হয়।"
11531153
1154#. description1154#. description
1155#: ../jobs/info.txt.in:621155#: ../jobs/info.txt.in:68
1156msgid "attaches the contents of various sysctl config files."1156msgid "attaches the contents of various sysctl config files."
1157msgstr "বিভিন্ন sysctl কনফিগ ফাইলের বিষয়বস্তু সংযুক্ত করা হয়।"1157msgstr "বিভিন্ন sysctl কনফিগ ফাইলের বিষয়বস্তু সংযুক্ত করা হয়।"
11581158
1159#. description1159#. description
1160#: ../jobs/info.txt.in:661160#: ../jobs/info.txt.in:72
1161msgid "Attaches a report of sysfs attributes."1161msgid "Attaches a report of sysfs attributes."
1162msgstr "Sysfs গুণাবলীর একটি রিপোর্ট সংযুক্ত করা হয়।"1162msgstr "Sysfs গুণাবলীর একটি রিপোর্ট সংযুক্ত করা হয়।"
11631163
1164#. description1164#. description
1165#: ../jobs/info.txt.in:771165#: ../jobs/info.txt.in:83
1166msgid ""1166msgid ""
1167"Attaches a dump of the udev database showing system hardware information."1167"Attaches a dump of the udev database showing system hardware information."
1168msgstr ""1168msgstr ""
@@ -1170,47 +1170,47 @@
1170"করা হয়।"1170"করা হয়।"
11711171
1172#. description1172#. description
1173#: ../jobs/info.txt.in:841173#: ../jobs/info.txt.in:90
1174msgid "Attaches a tarball of gcov data if present."1174msgid "Attaches a tarball of gcov data if present."
1175msgstr "gcov উপাত্ত এর একটি tarball সংযুক্ত করুন যদি বিদ্যমান থাকে।"1175msgstr "gcov উপাত্ত এর একটি tarball সংযুক্ত করুন যদি বিদ্যমান থাকে।"
11761176
1177#. description1177#. description
1178#: ../jobs/info.txt.in:891178#: ../jobs/info.txt.in:95
1179msgid "Attaches a list of the currently running kernel modules."1179msgid "Attaches a list of the currently running kernel modules."
1180msgstr "বর্তমানে চলমান কার্নেল মডিউল তালিকা তা সংযুক্ত করা হয়।"1180msgstr "বর্তমানে চলমান কার্নেল মডিউল তালিকা তা সংযুক্ত করা হয়।"
11811181
1182#. description1182#. description
1183#: ../jobs/info.txt.in:941183#: ../jobs/info.txt.in:100
1184msgid "Attaches the contents of /proc/acpi/sleep if it exists."1184msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1185msgstr "বিদ্যমান /proc/acpi/sleep এর বিষয়বস্তু সংযুক্ত করা হয়।"1185msgstr "বিদ্যমান /proc/acpi/sleep এর বিষয়বস্তু সংযুক্ত করা হয়।"
11861186
1187#. description1187#. description
1188#: ../jobs/info.txt.in:981188#: ../jobs/info.txt.in:104
1189msgid "Bootchart information."1189msgid "Bootchart information."
1190msgstr "Bootchart তথ্য"1190msgstr "Bootchart তথ্য"
11911191
1192#. description1192#. description
1193#: ../jobs/info.txt.in:1071193#: ../jobs/info.txt.in:113
1194msgid "SATA/IDE device information."1194msgid "SATA/IDE device information."
1195msgstr "SATA/IDE ডিভাইস তথ্য।"1195msgstr "SATA/IDE ডিভাইস তথ্য।"
11961196
1197#. description1197#. description
1198#: ../jobs/info.txt.in:1261198#: ../jobs/info.txt.in:132
1199msgid "Attaches the bootchart png file for bootchart runs"1199msgid "Attaches the bootchart png file for bootchart runs"
1200msgstr "Bootchart চালানোর জন্য bootchart PNG ফাইল সংযুক্ত করা হয়।"1200msgstr "Bootchart চালানোর জন্য bootchart PNG ফাইল সংযুক্ত করা হয়।"
12011201
1202#. description1202#. description
1203#: ../jobs/info.txt.in:1351203#: ../jobs/info.txt.in:141
1204msgid "Attaches the bootchart log for bootchart test runs."1204msgid "Attaches the bootchart log for bootchart test runs."
1205msgstr "Bootchart পরীক্ষা রান জন্য bootchart লগ ফাইল সংযুক্ত করা হয়।"1205msgstr "Bootchart পরীক্ষা রান জন্য bootchart লগ ফাইল সংযুক্ত করা হয়।"
12061206
1207#. description1207#. description
1208#: ../jobs/info.txt.in:1431208#: ../jobs/info.txt.in:149
1209msgid "installs the installer bootchart tarball if it exists."1209msgid "installs the installer bootchart tarball if it exists."
1210msgstr "ইনস্টলার bootchart tarball রূপে ইনস্টল হয় যদি তা বিদ্যমান থাকে।"1210msgstr "ইনস্টলার bootchart tarball রূপে ইনস্টল হয় যদি তা বিদ্যমান থাকে।"
12111211
1212#. description1212#. description
1213#: ../jobs/info.txt.in:1481213#: ../jobs/info.txt.in:154
1214msgid "Attaches the installer debug log if it exists."1214msgid "Attaches the installer debug log if it exists."
1215msgstr "ইনস্টলার ডিবাগ লগ বিদ্যমান থাকলে সংযুক্ত করা হয়।"1215msgstr "ইনস্টলার ডিবাগ লগ বিদ্যমান থাকলে সংযুক্ত করা হয়।"
12161216
12171217
=== modified file 'po/bo.po'
--- po/bo.po 2012-07-17 16:27:55 +0000
+++ po/bo.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:38+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/br.po'
--- po/br.po 2012-07-17 16:27:55 +0000
+++ po/br.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/bs.po'
--- po/bs.po 2012-07-17 16:27:55 +0000
+++ po/bs.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -1127,89 +1127,89 @@
1127msgstr "Prilaže dmidecode izlaz"1127msgstr "Prilaže dmidecode izlaz"
11281128
1129#. description1129#. description
1130#: ../jobs/info.txt.in:311130#: ../jobs/info.txt.in:37
1131msgid "Attaches very verbose lspci output."1131msgid "Attaches very verbose lspci output."
1132msgstr "Prilaže vrlo detaljan lspci izlaz."1132msgstr "Prilaže vrlo detaljan lspci izlaz."
11331133
1134#. description1134#. description
1135#: ../jobs/info.txt.in:361135#: ../jobs/info.txt.in:42
1136msgid "Attaches very verbose lspci output (with central database Query)."1136msgid "Attaches very verbose lspci output (with central database Query)."
1137msgstr ""1137msgstr ""
11381138
1139#. description1139#. description
1140#: ../jobs/info.txt.in:431140#: ../jobs/info.txt.in:49
1141msgid "List USB devices"1141msgid "List USB devices"
1142msgstr ""1142msgstr ""
11431143
1144#. description1144#. description
1145#: ../jobs/info.txt.in:521145#: ../jobs/info.txt.in:58
1146msgid "Attaches the contents of the various modprobe conf files."1146msgid "Attaches the contents of the various modprobe conf files."
1147msgstr "Prilaže sadržaj raznih modprobe coniguracionih datoteka."1147msgstr "Prilaže sadržaj raznih modprobe coniguracionih datoteka."
11481148
1149#. description1149#. description
1150#: ../jobs/info.txt.in:571150#: ../jobs/info.txt.in:63
1151msgid "Attaches the contents of the /etc/modules file."1151msgid "Attaches the contents of the /etc/modules file."
1152msgstr "Prilaže sadržaj /etc/modules datoteke."1152msgstr "Prilaže sadržaj /etc/modules datoteke."
11531153
1154#. description1154#. description
1155#: ../jobs/info.txt.in:621155#: ../jobs/info.txt.in:68
1156msgid "attaches the contents of various sysctl config files."1156msgid "attaches the contents of various sysctl config files."
1157msgstr "Prilaže sadržaj raznih sysctl config datoteka."1157msgstr "Prilaže sadržaj raznih sysctl config datoteka."
11581158
1159#. description1159#. description
1160#: ../jobs/info.txt.in:661160#: ../jobs/info.txt.in:72
1161msgid "Attaches a report of sysfs attributes."1161msgid "Attaches a report of sysfs attributes."
1162msgstr "Prilaže izvještaj o sysfs atributima."1162msgstr "Prilaže izvještaj o sysfs atributima."
11631163
1164#. description1164#. description
1165#: ../jobs/info.txt.in:771165#: ../jobs/info.txt.in:83
1166msgid ""1166msgid ""
1167"Attaches a dump of the udev database showing system hardware information."1167"Attaches a dump of the udev database showing system hardware information."
1168msgstr ""1168msgstr ""
1169"Prilaže ispis udev baze prikazujući sistemske hardverske informacije."1169"Prilaže ispis udev baze prikazujući sistemske hardverske informacije."
11701170
1171#. description1171#. description
1172#: ../jobs/info.txt.in:841172#: ../jobs/info.txt.in:90
1173msgid "Attaches a tarball of gcov data if present."1173msgid "Attaches a tarball of gcov data if present."
1174msgstr "Prilaže tar datoteku gcov podataka ako ih ima."1174msgstr "Prilaže tar datoteku gcov podataka ako ih ima."
11751175
1176#. description1176#. description
1177#: ../jobs/info.txt.in:891177#: ../jobs/info.txt.in:95
1178msgid "Attaches a list of the currently running kernel modules."1178msgid "Attaches a list of the currently running kernel modules."
1179msgstr "Prilaže listu trenutno izvršavanih kernel modula."1179msgstr "Prilaže listu trenutno izvršavanih kernel modula."
11801180
1181#. description1181#. description
1182#: ../jobs/info.txt.in:941182#: ../jobs/info.txt.in:100
1183msgid "Attaches the contents of /proc/acpi/sleep if it exists."1183msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1184msgstr "Prilaže sadržaj /proc/acpi/sleep ako postoji."1184msgstr "Prilaže sadržaj /proc/acpi/sleep ako postoji."
11851185
1186#. description1186#. description
1187#: ../jobs/info.txt.in:981187#: ../jobs/info.txt.in:104
1188msgid "Bootchart information."1188msgid "Bootchart information."
1189msgstr "Informacije o dijagramu podizanja."1189msgstr "Informacije o dijagramu podizanja."
11901190
1191#. description1191#. description
1192#: ../jobs/info.txt.in:1071192#: ../jobs/info.txt.in:113
1193msgid "SATA/IDE device information."1193msgid "SATA/IDE device information."
1194msgstr "Informacija o SATA/IDE uređaju."1194msgstr "Informacija o SATA/IDE uređaju."
11951195
1196#. description1196#. description
1197#: ../jobs/info.txt.in:1261197#: ../jobs/info.txt.in:132
1198msgid "Attaches the bootchart png file for bootchart runs"1198msgid "Attaches the bootchart png file for bootchart runs"
1199msgstr "Prilaže bootchart png datoteku prilikom pokretanja bootchart"1199msgstr "Prilaže bootchart png datoteku prilikom pokretanja bootchart"
12001200
1201#. description1201#. description
1202#: ../jobs/info.txt.in:1351202#: ../jobs/info.txt.in:141
1203msgid "Attaches the bootchart log for bootchart test runs."1203msgid "Attaches the bootchart log for bootchart test runs."
1204msgstr "Prilaže bootchart dnevnik prilikom pokretanja bootchart testova."1204msgstr "Prilaže bootchart dnevnik prilikom pokretanja bootchart testova."
12051205
1206#. description1206#. description
1207#: ../jobs/info.txt.in:1431207#: ../jobs/info.txt.in:149
1208msgid "installs the installer bootchart tarball if it exists."1208msgid "installs the installer bootchart tarball if it exists."
1209msgstr "installira instalersku bootchart tar datoteku ako postoji."1209msgstr "installira instalersku bootchart tar datoteku ako postoji."
12101210
1211#. description1211#. description
1212#: ../jobs/info.txt.in:1481212#: ../jobs/info.txt.in:154
1213msgid "Attaches the installer debug log if it exists."1213msgid "Attaches the installer debug log if it exists."
1214msgstr "Prilaže instalerski debug dnevnik ako postoji."1214msgstr "Prilaže instalerski debug dnevnik ako postoji."
12151215
12161216
=== modified file 'po/ca.po'
--- po/ca.po 2012-07-17 16:27:55 +0000
+++ po/ca.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#~ msgid "$output"20#~ msgid "$output"
21#~ msgstr "$resultat"21#~ msgstr "$resultat"
@@ -903,88 +903,88 @@
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:31906#: ../jobs/info.txt.in:37
907msgid "Attaches very verbose lspci output."907msgid "Attaches very verbose lspci output."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:36911#: ../jobs/info.txt.in:42
912msgid "Attaches very verbose lspci output (with central database Query)."912msgid "Attaches very verbose lspci output (with central database Query)."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:43916#: ../jobs/info.txt.in:49
917msgid "List USB devices"917msgid "List USB devices"
918msgstr ""918msgstr ""
919919
920#. description920#. description
921#: ../jobs/info.txt.in:52921#: ../jobs/info.txt.in:58
922msgid "Attaches the contents of the various modprobe conf files."922msgid "Attaches the contents of the various modprobe conf files."
923msgstr ""923msgstr ""
924924
925#. description925#. description
926#: ../jobs/info.txt.in:57926#: ../jobs/info.txt.in:63
927msgid "Attaches the contents of the /etc/modules file."927msgid "Attaches the contents of the /etc/modules file."
928msgstr ""928msgstr ""
929929
930#. description930#. description
931#: ../jobs/info.txt.in:62931#: ../jobs/info.txt.in:68
932msgid "attaches the contents of various sysctl config files."932msgid "attaches the contents of various sysctl config files."
933msgstr ""933msgstr ""
934934
935#. description935#. description
936#: ../jobs/info.txt.in:66936#: ../jobs/info.txt.in:72
937msgid "Attaches a report of sysfs attributes."937msgid "Attaches a report of sysfs attributes."
938msgstr ""938msgstr ""
939939
940#. description940#. description
941#: ../jobs/info.txt.in:77941#: ../jobs/info.txt.in:83
942msgid ""942msgid ""
943"Attaches a dump of the udev database showing system hardware information."943"Attaches a dump of the udev database showing system hardware information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:84947#: ../jobs/info.txt.in:90
948msgid "Attaches a tarball of gcov data if present."948msgid "Attaches a tarball of gcov data if present."
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:89952#: ../jobs/info.txt.in:95
953msgid "Attaches a list of the currently running kernel modules."953msgid "Attaches a list of the currently running kernel modules."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:94957#: ../jobs/info.txt.in:100
958msgid "Attaches the contents of /proc/acpi/sleep if it exists."958msgid "Attaches the contents of /proc/acpi/sleep if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:98962#: ../jobs/info.txt.in:104
963msgid "Bootchart information."963msgid "Bootchart information."
964msgstr "Informació del gràfic de procesos d'arrencada."964msgstr "Informació del gràfic de procesos d'arrencada."
965965
966#. description966#. description
967#: ../jobs/info.txt.in:107967#: ../jobs/info.txt.in:113
968msgid "SATA/IDE device information."968msgid "SATA/IDE device information."
969msgstr "Informació del dispositiu SATA/IDE."969msgstr "Informació del dispositiu SATA/IDE."
970970
971#. description971#. description
972#: ../jobs/info.txt.in:126972#: ../jobs/info.txt.in:132
973msgid "Attaches the bootchart png file for bootchart runs"973msgid "Attaches the bootchart png file for bootchart runs"
974msgstr ""974msgstr ""
975975
976#. description976#. description
977#: ../jobs/info.txt.in:135977#: ../jobs/info.txt.in:141
978msgid "Attaches the bootchart log for bootchart test runs."978msgid "Attaches the bootchart log for bootchart test runs."
979msgstr ""979msgstr ""
980980
981#. description981#. description
982#: ../jobs/info.txt.in:143982#: ../jobs/info.txt.in:149
983msgid "installs the installer bootchart tarball if it exists."983msgid "installs the installer bootchart tarball if it exists."
984msgstr ""984msgstr ""
985985
986#. description986#. description
987#: ../jobs/info.txt.in:148987#: ../jobs/info.txt.in:154
988msgid "Attaches the installer debug log if it exists."988msgid "Attaches the installer debug log if it exists."
989msgstr ""989msgstr ""
990990
991991
=== modified file 'po/ca@valencia.po'
--- po/ca@valencia.po 2012-07-17 16:27:55 +0000
+++ po/ca@valencia.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/ckb.po'
--- po/ckb.po 2012-07-17 16:27:55 +0000
+++ po/ckb.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/cs.po'
--- po/cs.po 2012-07-17 16:27:55 +0000
+++ po/cs.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#: ../gtk/checkbox-gtk.ui.h:2 ../checkbox_gtk/gtk_interface.py:56120#: ../gtk/checkbox-gtk.ui.h:2 ../checkbox_gtk/gtk_interface.py:561
21msgid "_Test"21msgid "_Test"
@@ -1117,88 +1117,88 @@
1117msgstr "Připojí výstup dmidecode"1117msgstr "Připojí výstup dmidecode"
11181118
1119#. description1119#. description
1120#: ../jobs/info.txt.in:311120#: ../jobs/info.txt.in:37
1121msgid "Attaches very verbose lspci output."1121msgid "Attaches very verbose lspci output."
1122msgstr "Připojí podrobný výstup lspci."1122msgstr "Připojí podrobný výstup lspci."
11231123
1124#. description1124#. description
1125#: ../jobs/info.txt.in:361125#: ../jobs/info.txt.in:42
1126msgid "Attaches very verbose lspci output (with central database Query)."1126msgid "Attaches very verbose lspci output (with central database Query)."
1127msgstr ""1127msgstr ""
11281128
1129#. description1129#. description
1130#: ../jobs/info.txt.in:431130#: ../jobs/info.txt.in:49
1131msgid "List USB devices"1131msgid "List USB devices"
1132msgstr ""1132msgstr ""
11331133
1134#. description1134#. description
1135#: ../jobs/info.txt.in:521135#: ../jobs/info.txt.in:58
1136msgid "Attaches the contents of the various modprobe conf files."1136msgid "Attaches the contents of the various modprobe conf files."
1137msgstr "Připojí obsah různých konfiguračních souborů modprobe."1137msgstr "Připojí obsah různých konfiguračních souborů modprobe."
11381138
1139#. description1139#. description
1140#: ../jobs/info.txt.in:571140#: ../jobs/info.txt.in:63
1141msgid "Attaches the contents of the /etc/modules file."1141msgid "Attaches the contents of the /etc/modules file."
1142msgstr "Připojí obsah souboru /etc/modules."1142msgstr "Připojí obsah souboru /etc/modules."
11431143
1144#. description1144#. description
1145#: ../jobs/info.txt.in:621145#: ../jobs/info.txt.in:68
1146msgid "attaches the contents of various sysctl config files."1146msgid "attaches the contents of various sysctl config files."
1147msgstr "Připojí obsah různých konfiguračních souborů sysctl."1147msgstr "Připojí obsah různých konfiguračních souborů sysctl."
11481148
1149#. description1149#. description
1150#: ../jobs/info.txt.in:661150#: ../jobs/info.txt.in:72
1151msgid "Attaches a report of sysfs attributes."1151msgid "Attaches a report of sysfs attributes."
1152msgstr "Připojí zprávu o atributech sysfs"1152msgstr "Připojí zprávu o atributech sysfs"
11531153
1154#. description1154#. description
1155#: ../jobs/info.txt.in:771155#: ../jobs/info.txt.in:83
1156msgid ""1156msgid ""
1157"Attaches a dump of the udev database showing system hardware information."1157"Attaches a dump of the udev database showing system hardware information."
1158msgstr "Připojí obsah databáze udev, která obsahuje informace o hardwaru"1158msgstr "Připojí obsah databáze udev, která obsahuje informace o hardwaru"
11591159
1160#. description1160#. description
1161#: ../jobs/info.txt.in:841161#: ../jobs/info.txt.in:90
1162msgid "Attaches a tarball of gcov data if present."1162msgid "Attaches a tarball of gcov data if present."
1163msgstr "Existuje-li, připojí archiv dat gconf"1163msgstr "Existuje-li, připojí archiv dat gconf"
11641164
1165#. description1165#. description
1166#: ../jobs/info.txt.in:891166#: ../jobs/info.txt.in:95
1167msgid "Attaches a list of the currently running kernel modules."1167msgid "Attaches a list of the currently running kernel modules."
1168msgstr "Připojí seznam aktuálně běžících jaderných modulů"1168msgstr "Připojí seznam aktuálně běžících jaderných modulů"
11691169
1170#. description1170#. description
1171#: ../jobs/info.txt.in:941171#: ../jobs/info.txt.in:100
1172msgid "Attaches the contents of /proc/acpi/sleep if it exists."1172msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1173msgstr "Existuje-li, připojí obsah /proc/acpi/sleep"1173msgstr "Existuje-li, připojí obsah /proc/acpi/sleep"
11741174
1175#. description1175#. description
1176#: ../jobs/info.txt.in:981176#: ../jobs/info.txt.in:104
1177msgid "Bootchart information."1177msgid "Bootchart information."
1178msgstr "Informace z bootchartu"1178msgstr "Informace z bootchartu"
11791179
1180#. description1180#. description
1181#: ../jobs/info.txt.in:1071181#: ../jobs/info.txt.in:113
1182msgid "SATA/IDE device information."1182msgid "SATA/IDE device information."
1183msgstr "Informace o zařízení na SATA/IDE"1183msgstr "Informace o zařízení na SATA/IDE"
11841184
1185#. description1185#. description
1186#: ../jobs/info.txt.in:1261186#: ../jobs/info.txt.in:132
1187msgid "Attaches the bootchart png file for bootchart runs"1187msgid "Attaches the bootchart png file for bootchart runs"
1188msgstr "Připojí graf bootu (bootchart) v obrázku png."1188msgstr "Připojí graf bootu (bootchart) v obrázku png."
11891189
1190#. description1190#. description
1191#: ../jobs/info.txt.in:1351191#: ../jobs/info.txt.in:141
1192msgid "Attaches the bootchart log for bootchart test runs."1192msgid "Attaches the bootchart log for bootchart test runs."
1193msgstr "Připojí log bootchart pro testovací spouštění."1193msgstr "Připojí log bootchart pro testovací spouštění."
11941194
1195#. description1195#. description
1196#: ../jobs/info.txt.in:1431196#: ../jobs/info.txt.in:149
1197msgid "installs the installer bootchart tarball if it exists."1197msgid "installs the installer bootchart tarball if it exists."
1198msgstr "Existuje-li, nainstaluje bootchart"1198msgstr "Existuje-li, nainstaluje bootchart"
11991199
1200#. description1200#. description
1201#: ../jobs/info.txt.in:1481201#: ../jobs/info.txt.in:154
1202msgid "Attaches the installer debug log if it exists."1202msgid "Attaches the installer debug log if it exists."
1203msgstr "Existuje-li, připojí ladicí záznam instalátoru"1203msgstr "Existuje-li, připojí ladicí záznam instalátoru"
12041204
12051205
=== modified file 'po/cy.po'
--- po/cy.po 2012-07-17 16:27:55 +0000
+++ po/cy.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:38+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/da.po'
--- po/da.po 2012-07-17 16:27:55 +0000
+++ po/da.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
19"X-Poedit-Language: Danish\n"19"X-Poedit-Language: Danish\n"
2020
21#. Title of the user interface21#. Title of the user interface
@@ -1045,88 +1045,88 @@
1045msgstr ""1045msgstr ""
10461046
1047#. description1047#. description
1048#: ../jobs/info.txt.in:311048#: ../jobs/info.txt.in:37
1049msgid "Attaches very verbose lspci output."1049msgid "Attaches very verbose lspci output."
1050msgstr ""1050msgstr ""
10511051
1052#. description1052#. description
1053#: ../jobs/info.txt.in:361053#: ../jobs/info.txt.in:42
1054msgid "Attaches very verbose lspci output (with central database Query)."1054msgid "Attaches very verbose lspci output (with central database Query)."
1055msgstr ""1055msgstr ""
10561056
1057#. description1057#. description
1058#: ../jobs/info.txt.in:431058#: ../jobs/info.txt.in:49
1059msgid "List USB devices"1059msgid "List USB devices"
1060msgstr ""1060msgstr ""
10611061
1062#. description1062#. description
1063#: ../jobs/info.txt.in:521063#: ../jobs/info.txt.in:58
1064msgid "Attaches the contents of the various modprobe conf files."1064msgid "Attaches the contents of the various modprobe conf files."
1065msgstr ""1065msgstr ""
10661066
1067#. description1067#. description
1068#: ../jobs/info.txt.in:571068#: ../jobs/info.txt.in:63
1069msgid "Attaches the contents of the /etc/modules file."1069msgid "Attaches the contents of the /etc/modules file."
1070msgstr ""1070msgstr ""
10711071
1072#. description1072#. description
1073#: ../jobs/info.txt.in:621073#: ../jobs/info.txt.in:68
1074msgid "attaches the contents of various sysctl config files."1074msgid "attaches the contents of various sysctl config files."
1075msgstr ""1075msgstr ""
10761076
1077#. description1077#. description
1078#: ../jobs/info.txt.in:661078#: ../jobs/info.txt.in:72
1079msgid "Attaches a report of sysfs attributes."1079msgid "Attaches a report of sysfs attributes."
1080msgstr ""1080msgstr ""
10811081
1082#. description1082#. description
1083#: ../jobs/info.txt.in:771083#: ../jobs/info.txt.in:83
1084msgid ""1084msgid ""
1085"Attaches a dump of the udev database showing system hardware information."1085"Attaches a dump of the udev database showing system hardware information."
1086msgstr ""1086msgstr ""
10871087
1088#. description1088#. description
1089#: ../jobs/info.txt.in:841089#: ../jobs/info.txt.in:90
1090msgid "Attaches a tarball of gcov data if present."1090msgid "Attaches a tarball of gcov data if present."
1091msgstr ""1091msgstr ""
10921092
1093#. description1093#. description
1094#: ../jobs/info.txt.in:891094#: ../jobs/info.txt.in:95
1095msgid "Attaches a list of the currently running kernel modules."1095msgid "Attaches a list of the currently running kernel modules."
1096msgstr ""1096msgstr ""
10971097
1098#. description1098#. description
1099#: ../jobs/info.txt.in:941099#: ../jobs/info.txt.in:100
1100msgid "Attaches the contents of /proc/acpi/sleep if it exists."1100msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1101msgstr ""1101msgstr ""
11021102
1103#. description1103#. description
1104#: ../jobs/info.txt.in:981104#: ../jobs/info.txt.in:104
1105msgid "Bootchart information."1105msgid "Bootchart information."
1106msgstr "Bootchart-information."1106msgstr "Bootchart-information."
11071107
1108#. description1108#. description
1109#: ../jobs/info.txt.in:1071109#: ../jobs/info.txt.in:113
1110msgid "SATA/IDE device information."1110msgid "SATA/IDE device information."
1111msgstr "SATA/IDE-enhedsinformation."1111msgstr "SATA/IDE-enhedsinformation."
11121112
1113#. description1113#. description
1114#: ../jobs/info.txt.in:1261114#: ../jobs/info.txt.in:132
1115msgid "Attaches the bootchart png file for bootchart runs"1115msgid "Attaches the bootchart png file for bootchart runs"
1116msgstr ""1116msgstr ""
11171117
1118#. description1118#. description
1119#: ../jobs/info.txt.in:1351119#: ../jobs/info.txt.in:141
1120msgid "Attaches the bootchart log for bootchart test runs."1120msgid "Attaches the bootchart log for bootchart test runs."
1121msgstr ""1121msgstr ""
11221122
1123#. description1123#. description
1124#: ../jobs/info.txt.in:1431124#: ../jobs/info.txt.in:149
1125msgid "installs the installer bootchart tarball if it exists."1125msgid "installs the installer bootchart tarball if it exists."
1126msgstr ""1126msgstr ""
11271127
1128#. description1128#. description
1129#: ../jobs/info.txt.in:1481129#: ../jobs/info.txt.in:154
1130msgid "Attaches the installer debug log if it exists."1130msgid "Attaches the installer debug log if it exists."
1131msgstr ""1131msgstr ""
11321132
11331133
=== modified file 'po/de.po'
--- po/de.po 2012-07-17 16:27:55 +0000
+++ po/de.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#: ../gtk/checkbox-gtk.ui.h:2 ../checkbox_gtk/gtk_interface.py:56120#: ../gtk/checkbox-gtk.ui.h:2 ../checkbox_gtk/gtk_interface.py:561
21msgid "_Test"21msgid "_Test"
@@ -1269,49 +1269,49 @@
1269msgstr "Dies legt dem Bericht die Ausgabe von dmidecode als Anlage bei."1269msgstr "Dies legt dem Bericht die Ausgabe von dmidecode als Anlage bei."
12701270
1271#. description1271#. description
1272#: ../jobs/info.txt.in:311272#: ../jobs/info.txt.in:37
1273msgid "Attaches very verbose lspci output."1273msgid "Attaches very verbose lspci output."
1274msgstr ""1274msgstr ""
1275"Dies legt dem Bericht eine sehr lange Ausgabe von lspci als Anlage bei."1275"Dies legt dem Bericht eine sehr lange Ausgabe von lspci als Anlage bei."
12761276
1277#. description1277#. description
1278#: ../jobs/info.txt.in:361278#: ../jobs/info.txt.in:42
1279msgid "Attaches very verbose lspci output (with central database Query)."1279msgid "Attaches very verbose lspci output (with central database Query)."
1280msgstr ""1280msgstr ""
12811281
1282#. description1282#. description
1283#: ../jobs/info.txt.in:431283#: ../jobs/info.txt.in:49
1284msgid "List USB devices"1284msgid "List USB devices"
1285msgstr ""1285msgstr ""
12861286
1287#. description1287#. description
1288#: ../jobs/info.txt.in:521288#: ../jobs/info.txt.in:58
1289msgid "Attaches the contents of the various modprobe conf files."1289msgid "Attaches the contents of the various modprobe conf files."
1290msgstr ""1290msgstr ""
1291"Dies legt dem Bericht die Inhalte der verschiedenen modprobe-conf-Dateien "1291"Dies legt dem Bericht die Inhalte der verschiedenen modprobe-conf-Dateien "
1292"als Anlage bei."1292"als Anlage bei."
12931293
1294#. description1294#. description
1295#: ../jobs/info.txt.in:571295#: ../jobs/info.txt.in:63
1296msgid "Attaches the contents of the /etc/modules file."1296msgid "Attaches the contents of the /etc/modules file."
1297msgstr ""1297msgstr ""
1298"Dies legt dem Bericht die Inhalte der Datei /etc/modules als Anlage bei."1298"Dies legt dem Bericht die Inhalte der Datei /etc/modules als Anlage bei."
12991299
1300#. description1300#. description
1301#: ../jobs/info.txt.in:621301#: ../jobs/info.txt.in:68
1302msgid "attaches the contents of various sysctl config files."1302msgid "attaches the contents of various sysctl config files."
1303msgstr ""1303msgstr ""
1304"Dies legt dem Bericht die Inhalte der verschiedenen sysctl-"1304"Dies legt dem Bericht die Inhalte der verschiedenen sysctl-"
1305"Konfigurationsdateien als Anlage bei."1305"Konfigurationsdateien als Anlage bei."
13061306
1307#. description1307#. description
1308#: ../jobs/info.txt.in:661308#: ../jobs/info.txt.in:72
1309msgid "Attaches a report of sysfs attributes."1309msgid "Attaches a report of sysfs attributes."
1310msgstr ""1310msgstr ""
1311"Dies legt dem Bericht einen Bericht über sysfs-Attribute als Anlage bei."1311"Dies legt dem Bericht einen Bericht über sysfs-Attribute als Anlage bei."
13121312
1313#. description1313#. description
1314#: ../jobs/info.txt.in:771314#: ../jobs/info.txt.in:83
1315msgid ""1315msgid ""
1316"Attaches a dump of the udev database showing system hardware information."1316"Attaches a dump of the udev database showing system hardware information."
1317msgstr ""1317msgstr ""
@@ -1319,58 +1319,58 @@
1319"Informationen als Anlage bei."1319"Informationen als Anlage bei."
13201320
1321#. description1321#. description
1322#: ../jobs/info.txt.in:841322#: ../jobs/info.txt.in:90
1323msgid "Attaches a tarball of gcov data if present."1323msgid "Attaches a tarball of gcov data if present."
1324msgstr ""1324msgstr ""
1325"Dies legt dem Bericht ein Tar-Archiv mit gcov-Daten als Anlage bei, wenn "1325"Dies legt dem Bericht ein Tar-Archiv mit gcov-Daten als Anlage bei, wenn "
1326"vorhanden."1326"vorhanden."
13271327
1328#. description1328#. description
1329#: ../jobs/info.txt.in:891329#: ../jobs/info.txt.in:95
1330msgid "Attaches a list of the currently running kernel modules."1330msgid "Attaches a list of the currently running kernel modules."
1331msgstr ""1331msgstr ""
1332"Dies legt dem Bericht eine Liste der momentan ausgeführten Kernel-Module als "1332"Dies legt dem Bericht eine Liste der momentan ausgeführten Kernel-Module als "
1333"Anlage bei."1333"Anlage bei."
13341334
1335#. description1335#. description
1336#: ../jobs/info.txt.in:941336#: ../jobs/info.txt.in:100
1337msgid "Attaches the contents of /proc/acpi/sleep if it exists."1337msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1338msgstr ""1338msgstr ""
1339"Dies legt dem Bericht die Inhalte von /proc/acpi/sleep als Anlage bei, falls "1339"Dies legt dem Bericht die Inhalte von /proc/acpi/sleep als Anlage bei, falls "
1340"vorhanden."1340"vorhanden."
13411341
1342#. description1342#. description
1343#: ../jobs/info.txt.in:981343#: ../jobs/info.txt.in:104
1344msgid "Bootchart information."1344msgid "Bootchart information."
1345msgstr "Bootchart-Informationen."1345msgstr "Bootchart-Informationen."
13461346
1347#. description1347#. description
1348#: ../jobs/info.txt.in:1071348#: ../jobs/info.txt.in:113
1349msgid "SATA/IDE device information."1349msgid "SATA/IDE device information."
1350msgstr "SATA/IDE-Geräteinformationen."1350msgstr "SATA/IDE-Geräteinformationen."
13511351
1352#. description1352#. description
1353#: ../jobs/info.txt.in:1261353#: ../jobs/info.txt.in:132
1354msgid "Attaches the bootchart png file for bootchart runs"1354msgid "Attaches the bootchart png file for bootchart runs"
1355msgstr ""1355msgstr ""
1356"Dies legt dem Bericht die Datei bootchart.png für Bootchart-Testläufe als "1356"Dies legt dem Bericht die Datei bootchart.png für Bootchart-Testläufe als "
1357"Anlage bei."1357"Anlage bei."
13581358
1359#. description1359#. description
1360#: ../jobs/info.txt.in:1351360#: ../jobs/info.txt.in:141
1361msgid "Attaches the bootchart log for bootchart test runs."1361msgid "Attaches the bootchart log for bootchart test runs."
1362msgstr ""1362msgstr ""
1363"Dies legt dem Bericht das Bootchart-Protokoll für Bootchart-Testläufe als "1363"Dies legt dem Bericht das Bootchart-Protokoll für Bootchart-Testläufe als "
1364"Anlage bei."1364"Anlage bei."
13651365
1366#. description1366#. description
1367#: ../jobs/info.txt.in:1431367#: ../jobs/info.txt.in:149
1368msgid "installs the installer bootchart tarball if it exists."1368msgid "installs the installer bootchart tarball if it exists."
1369msgstr ""1369msgstr ""
1370"Installiert das Installationsprogramm-Bootchart-Tar-Archiv, falls vorhanden."1370"Installiert das Installationsprogramm-Bootchart-Tar-Archiv, falls vorhanden."
13711371
1372#. description1372#. description
1373#: ../jobs/info.txt.in:1481373#: ../jobs/info.txt.in:154
1374msgid "Attaches the installer debug log if it exists."1374msgid "Attaches the installer debug log if it exists."
1375msgstr ""1375msgstr ""
1376"Dies legt dem Bericht das Fehlerdiagnoseprotokoll des Installationsprogramms "1376"Dies legt dem Bericht das Fehlerdiagnoseprotokoll des Installationsprogramms "
13771377
=== modified file 'po/dv.po'
--- po/dv.po 2012-07-17 16:27:55 +0000
+++ po/dv.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/el.po'
--- po/el.po 2012-07-17 16:27:55 +0000
+++ po/el.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=utf-8\n"15"Content-Type: text/plain; charset=utf-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#: ../gtk/checkbox-gtk.ui.h:2 ../checkbox_gtk/gtk_interface.py:56120#: ../gtk/checkbox-gtk.ui.h:2 ../checkbox_gtk/gtk_interface.py:561
21msgid "_Test"21msgid "_Test"
@@ -1226,42 +1226,42 @@
1226msgstr "Επισύναψη του αποτελέσματος της εντολής dmidecode"1226msgstr "Επισύναψη του αποτελέσματος της εντολής dmidecode"
12271227
1228#. description1228#. description
1229#: ../jobs/info.txt.in:311229#: ../jobs/info.txt.in:37
1230msgid "Attaches very verbose lspci output."1230msgid "Attaches very verbose lspci output."
1231msgstr "Επισύναψη πολύ αναλυτικού αποτελέσματος της εντολής lspci"1231msgstr "Επισύναψη πολύ αναλυτικού αποτελέσματος της εντολής lspci"
12321232
1233#. description1233#. description
1234#: ../jobs/info.txt.in:361234#: ../jobs/info.txt.in:42
1235msgid "Attaches very verbose lspci output (with central database Query)."1235msgid "Attaches very verbose lspci output (with central database Query)."
1236msgstr ""1236msgstr ""
12371237
1238#. description1238#. description
1239#: ../jobs/info.txt.in:431239#: ../jobs/info.txt.in:49
1240msgid "List USB devices"1240msgid "List USB devices"
1241msgstr ""1241msgstr ""
12421242
1243#. description1243#. description
1244#: ../jobs/info.txt.in:521244#: ../jobs/info.txt.in:58
1245msgid "Attaches the contents of the various modprobe conf files."1245msgid "Attaches the contents of the various modprobe conf files."
1246msgstr "Επισύναψη του περιεχομένου των διαφόρων modprobe conf αρχείων"1246msgstr "Επισύναψη του περιεχομένου των διαφόρων modprobe conf αρχείων"
12471247
1248#. description1248#. description
1249#: ../jobs/info.txt.in:571249#: ../jobs/info.txt.in:63
1250msgid "Attaches the contents of the /etc/modules file."1250msgid "Attaches the contents of the /etc/modules file."
1251msgstr "Επισύναψη του περιεχομένου του αρχείου /etc/modules."1251msgstr "Επισύναψη του περιεχομένου του αρχείου /etc/modules."
12521252
1253#. description1253#. description
1254#: ../jobs/info.txt.in:621254#: ../jobs/info.txt.in:68
1255msgid "attaches the contents of various sysctl config files."1255msgid "attaches the contents of various sysctl config files."
1256msgstr "Επισύναψη των περιεχομένων διαφόρων αρχείων ρυθμίσεων sysctl"1256msgstr "Επισύναψη των περιεχομένων διαφόρων αρχείων ρυθμίσεων sysctl"
12571257
1258#. description1258#. description
1259#: ../jobs/info.txt.in:661259#: ../jobs/info.txt.in:72
1260msgid "Attaches a report of sysfs attributes."1260msgid "Attaches a report of sysfs attributes."
1261msgstr "Επισύναψη μίας αναφοράς των χαρακτηριστικών sysfs"1261msgstr "Επισύναψη μίας αναφοράς των χαρακτηριστικών sysfs"
12621262
1263#. description1263#. description
1264#: ../jobs/info.txt.in:771264#: ../jobs/info.txt.in:83
1265msgid ""1265msgid ""
1266"Attaches a dump of the udev database showing system hardware information."1266"Attaches a dump of the udev database showing system hardware information."
1267msgstr ""1267msgstr ""
@@ -1269,54 +1269,54 @@
1269"πληροφορίες για το υλικό του συστήματος."1269"πληροφορίες για το υλικό του συστήματος."
12701270
1271#. description1271#. description
1272#: ../jobs/info.txt.in:841272#: ../jobs/info.txt.in:90
1273msgid "Attaches a tarball of gcov data if present."1273msgid "Attaches a tarball of gcov data if present."
1274msgstr "Επισύναψη ενός συμπιεσμένου αρχείου με δεδομένα gconv αν υπάρχουν."1274msgstr "Επισύναψη ενός συμπιεσμένου αρχείου με δεδομένα gconv αν υπάρχουν."
12751275
1276#. description1276#. description
1277#: ../jobs/info.txt.in:891277#: ../jobs/info.txt.in:95
1278msgid "Attaches a list of the currently running kernel modules."1278msgid "Attaches a list of the currently running kernel modules."
1279msgstr ""1279msgstr ""
1280"Επισύναψη μίας λίστας των εκτελούμενων τη δεδομένη στιγμή αρθρωμάτων του "1280"Επισύναψη μίας λίστας των εκτελούμενων τη δεδομένη στιγμή αρθρωμάτων του "
1281"πυρήνα."1281"πυρήνα."
12821282
1283#. description1283#. description
1284#: ../jobs/info.txt.in:941284#: ../jobs/info.txt.in:100
1285msgid "Attaches the contents of /proc/acpi/sleep if it exists."1285msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1286msgstr "Επισύναψη του περιεχόμενου του αρχείου /proc/acpi/sleep αν υπάρχει."1286msgstr "Επισύναψη του περιεχόμενου του αρχείου /proc/acpi/sleep αν υπάρχει."
12871287
1288#. description1288#. description
1289#: ../jobs/info.txt.in:981289#: ../jobs/info.txt.in:104
1290msgid "Bootchart information."1290msgid "Bootchart information."
1291msgstr "Πληροφορίες Bootchart."1291msgstr "Πληροφορίες Bootchart."
12921292
1293#. description1293#. description
1294#: ../jobs/info.txt.in:1071294#: ../jobs/info.txt.in:113
1295msgid "SATA/IDE device information."1295msgid "SATA/IDE device information."
1296msgstr "Πληροφορίες συσκευών SATA/IDE"1296msgstr "Πληροφορίες συσκευών SATA/IDE"
12971297
1298#. description1298#. description
1299#: ../jobs/info.txt.in:1261299#: ../jobs/info.txt.in:132
1300msgid "Attaches the bootchart png file for bootchart runs"1300msgid "Attaches the bootchart png file for bootchart runs"
1301msgstr ""1301msgstr ""
1302"Επισύναψη του αρχείου bootchart png για εκτελέσεις του προγράμματος bootchart"1302"Επισύναψη του αρχείου bootchart png για εκτελέσεις του προγράμματος bootchart"
13031303
1304#. description1304#. description
1305#: ../jobs/info.txt.in:1351305#: ../jobs/info.txt.in:141
1306msgid "Attaches the bootchart log for bootchart test runs."1306msgid "Attaches the bootchart log for bootchart test runs."
1307msgstr ""1307msgstr ""
1308"Επισύναψη των καταγραφών bootchart για δοκιμαστικές εκτελέσεις του "1308"Επισύναψη των καταγραφών bootchart για δοκιμαστικές εκτελέσεις του "
1309"προγράμματος bootchart"1309"προγράμματος bootchart"
13101310
1311#. description1311#. description
1312#: ../jobs/info.txt.in:1431312#: ../jobs/info.txt.in:149
1313msgid "installs the installer bootchart tarball if it exists."1313msgid "installs the installer bootchart tarball if it exists."
1314msgstr ""1314msgstr ""
1315"εγκαθιστά τον οδηγό εγκατάστασης του συμπιεσμένου αρχείου bootchart αν "1315"εγκαθιστά τον οδηγό εγκατάστασης του συμπιεσμένου αρχείου bootchart αν "
1316"υπάρχει."1316"υπάρχει."
13171317
1318#. description1318#. description
1319#: ../jobs/info.txt.in:1481319#: ../jobs/info.txt.in:154
1320msgid "Attaches the installer debug log if it exists."1320msgid "Attaches the installer debug log if it exists."
1321msgstr "Επισύναψη της καταγραφής αποσφαλμάτωσης του εγκαταστάτη αν υπάρχει."1321msgstr "Επισύναψη της καταγραφής αποσφαλμάτωσης του εγκαταστάτη αν υπάρχει."
13221322
13231323
=== modified file 'po/en_AU.po'
--- po/en_AU.po 2012-07-17 16:27:55 +0000
+++ po/en_AU.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -1115,89 +1115,89 @@
1115msgstr "Attaches dmidecode output"1115msgstr "Attaches dmidecode output"
11161116
1117#. description1117#. description
1118#: ../jobs/info.txt.in:311118#: ../jobs/info.txt.in:37
1119msgid "Attaches very verbose lspci output."1119msgid "Attaches very verbose lspci output."
1120msgstr "Attaches very verbose lspci output."1120msgstr "Attaches very verbose lspci output."
11211121
1122#. description1122#. description
1123#: ../jobs/info.txt.in:361123#: ../jobs/info.txt.in:42
1124msgid "Attaches very verbose lspci output (with central database Query)."1124msgid "Attaches very verbose lspci output (with central database Query)."
1125msgstr ""1125msgstr ""
11261126
1127#. description1127#. description
1128#: ../jobs/info.txt.in:431128#: ../jobs/info.txt.in:49
1129msgid "List USB devices"1129msgid "List USB devices"
1130msgstr ""1130msgstr ""
11311131
1132#. description1132#. description
1133#: ../jobs/info.txt.in:521133#: ../jobs/info.txt.in:58
1134msgid "Attaches the contents of the various modprobe conf files."1134msgid "Attaches the contents of the various modprobe conf files."
1135msgstr "Attaches the contents of the various modprobe conf files."1135msgstr "Attaches the contents of the various modprobe conf files."
11361136
1137#. description1137#. description
1138#: ../jobs/info.txt.in:571138#: ../jobs/info.txt.in:63
1139msgid "Attaches the contents of the /etc/modules file."1139msgid "Attaches the contents of the /etc/modules file."
1140msgstr "Attaches the contents of the /etc/modules file."1140msgstr "Attaches the contents of the /etc/modules file."
11411141
1142#. description1142#. description
1143#: ../jobs/info.txt.in:621143#: ../jobs/info.txt.in:68
1144msgid "attaches the contents of various sysctl config files."1144msgid "attaches the contents of various sysctl config files."
1145msgstr "attaches the contents of various sysctl config files."1145msgstr "attaches the contents of various sysctl config files."
11461146
1147#. description1147#. description
1148#: ../jobs/info.txt.in:661148#: ../jobs/info.txt.in:72
1149msgid "Attaches a report of sysfs attributes."1149msgid "Attaches a report of sysfs attributes."
1150msgstr "Attaches a report of sysfs attributes."1150msgstr "Attaches a report of sysfs attributes."
11511151
1152#. description1152#. description
1153#: ../jobs/info.txt.in:771153#: ../jobs/info.txt.in:83
1154msgid ""1154msgid ""
1155"Attaches a dump of the udev database showing system hardware information."1155"Attaches a dump of the udev database showing system hardware information."
1156msgstr ""1156msgstr ""
1157"Attaches a dump of the udev database showing system hardware information."1157"Attaches a dump of the udev database showing system hardware information."
11581158
1159#. description1159#. description
1160#: ../jobs/info.txt.in:841160#: ../jobs/info.txt.in:90
1161msgid "Attaches a tarball of gcov data if present."1161msgid "Attaches a tarball of gcov data if present."
1162msgstr "Attaches a tarball of gcov data if present."1162msgstr "Attaches a tarball of gcov data if present."
11631163
1164#. description1164#. description
1165#: ../jobs/info.txt.in:891165#: ../jobs/info.txt.in:95
1166msgid "Attaches a list of the currently running kernel modules."1166msgid "Attaches a list of the currently running kernel modules."
1167msgstr "Attaches a list of the currently running kernel modules."1167msgstr "Attaches a list of the currently running kernel modules."
11681168
1169#. description1169#. description
1170#: ../jobs/info.txt.in:941170#: ../jobs/info.txt.in:100
1171msgid "Attaches the contents of /proc/acpi/sleep if it exists."1171msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1172msgstr "Attaches the contents of /proc/acpi/sleep if it exists."1172msgstr "Attaches the contents of /proc/acpi/sleep if it exists."
11731173
1174#. description1174#. description
1175#: ../jobs/info.txt.in:981175#: ../jobs/info.txt.in:104
1176msgid "Bootchart information."1176msgid "Bootchart information."
1177msgstr "Bootchart information."1177msgstr "Bootchart information."
11781178
1179#. description1179#. description
1180#: ../jobs/info.txt.in:1071180#: ../jobs/info.txt.in:113
1181msgid "SATA/IDE device information."1181msgid "SATA/IDE device information."
1182msgstr "SATA/IDE device information."1182msgstr "SATA/IDE device information."
11831183
1184#. description1184#. description
1185#: ../jobs/info.txt.in:1261185#: ../jobs/info.txt.in:132
1186msgid "Attaches the bootchart png file for bootchart runs"1186msgid "Attaches the bootchart png file for bootchart runs"
1187msgstr "Attaches the bootchart png file for bootchart runs"1187msgstr "Attaches the bootchart png file for bootchart runs"
11881188
1189#. description1189#. description
1190#: ../jobs/info.txt.in:1351190#: ../jobs/info.txt.in:141
1191msgid "Attaches the bootchart log for bootchart test runs."1191msgid "Attaches the bootchart log for bootchart test runs."
1192msgstr "Attaches the bootchart log for bootchart test runs."1192msgstr "Attaches the bootchart log for bootchart test runs."
11931193
1194#. description1194#. description
1195#: ../jobs/info.txt.in:1431195#: ../jobs/info.txt.in:149
1196msgid "installs the installer bootchart tarball if it exists."1196msgid "installs the installer bootchart tarball if it exists."
1197msgstr "installs the installer bootchart tarball if it exists."1197msgstr "installs the installer bootchart tarball if it exists."
11981198
1199#. description1199#. description
1200#: ../jobs/info.txt.in:1481200#: ../jobs/info.txt.in:154
1201msgid "Attaches the installer debug log if it exists."1201msgid "Attaches the installer debug log if it exists."
1202msgstr "Attaches the installer debug log if it exists."1202msgstr "Attaches the installer debug log if it exists."
12031203
12041204
=== modified file 'po/en_CA.po'
--- po/en_CA.po 2012-07-17 16:27:55 +0000
+++ po/en_CA.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:13+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/en_GB.po'
--- po/en_GB.po 2012-07-17 16:27:55 +0000
+++ po/en_GB.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:39+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#~ msgid "Do you see color bars and static?"20#~ msgid "Do you see color bars and static?"
21#~ msgstr "Do you see colour bars and static?"21#~ msgstr "Do you see colour bars and static?"
@@ -1118,89 +1118,89 @@
1118msgstr "Attaches dmidecode output"1118msgstr "Attaches dmidecode output"
11191119
1120#. description1120#. description
1121#: ../jobs/info.txt.in:311121#: ../jobs/info.txt.in:37
1122msgid "Attaches very verbose lspci output."1122msgid "Attaches very verbose lspci output."
1123msgstr "Attaches very verbose lspci output."1123msgstr "Attaches very verbose lspci output."
11241124
1125#. description1125#. description
1126#: ../jobs/info.txt.in:361126#: ../jobs/info.txt.in:42
1127msgid "Attaches very verbose lspci output (with central database Query)."1127msgid "Attaches very verbose lspci output (with central database Query)."
1128msgstr ""1128msgstr ""
11291129
1130#. description1130#. description
1131#: ../jobs/info.txt.in:431131#: ../jobs/info.txt.in:49
1132msgid "List USB devices"1132msgid "List USB devices"
1133msgstr ""1133msgstr ""
11341134
1135#. description1135#. description
1136#: ../jobs/info.txt.in:521136#: ../jobs/info.txt.in:58
1137msgid "Attaches the contents of the various modprobe conf files."1137msgid "Attaches the contents of the various modprobe conf files."
1138msgstr "Attaches the contents of the various modprobe conf files."1138msgstr "Attaches the contents of the various modprobe conf files."
11391139
1140#. description1140#. description
1141#: ../jobs/info.txt.in:571141#: ../jobs/info.txt.in:63
1142msgid "Attaches the contents of the /etc/modules file."1142msgid "Attaches the contents of the /etc/modules file."
1143msgstr "Attaches the contents of the /etc/modules file."1143msgstr "Attaches the contents of the /etc/modules file."
11441144
1145#. description1145#. description
1146#: ../jobs/info.txt.in:621146#: ../jobs/info.txt.in:68
1147msgid "attaches the contents of various sysctl config files."1147msgid "attaches the contents of various sysctl config files."
1148msgstr "attaches the contents of various sysctl config files."1148msgstr "attaches the contents of various sysctl config files."
11491149
1150#. description1150#. description
1151#: ../jobs/info.txt.in:661151#: ../jobs/info.txt.in:72
1152msgid "Attaches a report of sysfs attributes."1152msgid "Attaches a report of sysfs attributes."
1153msgstr "Attaches a report of sysfs attributes."1153msgstr "Attaches a report of sysfs attributes."
11541154
1155#. description1155#. description
1156#: ../jobs/info.txt.in:771156#: ../jobs/info.txt.in:83
1157msgid ""1157msgid ""
1158"Attaches a dump of the udev database showing system hardware information."1158"Attaches a dump of the udev database showing system hardware information."
1159msgstr ""1159msgstr ""
1160"Attaches a dump of the udev database showing system hardware information."1160"Attaches a dump of the udev database showing system hardware information."
11611161
1162#. description1162#. description
1163#: ../jobs/info.txt.in:841163#: ../jobs/info.txt.in:90
1164msgid "Attaches a tarball of gcov data if present."1164msgid "Attaches a tarball of gcov data if present."
1165msgstr "Attaches a tarball of gcov data if present."1165msgstr "Attaches a tarball of gcov data if present."
11661166
1167#. description1167#. description
1168#: ../jobs/info.txt.in:891168#: ../jobs/info.txt.in:95
1169msgid "Attaches a list of the currently running kernel modules."1169msgid "Attaches a list of the currently running kernel modules."
1170msgstr "Attaches a list of the currently running kernel modules."1170msgstr "Attaches a list of the currently running kernel modules."
11711171
1172#. description1172#. description
1173#: ../jobs/info.txt.in:941173#: ../jobs/info.txt.in:100
1174msgid "Attaches the contents of /proc/acpi/sleep if it exists."1174msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1175msgstr "Attaches the contents of /proc/acpi/sleep if it exists."1175msgstr "Attaches the contents of /proc/acpi/sleep if it exists."
11761176
1177#. description1177#. description
1178#: ../jobs/info.txt.in:981178#: ../jobs/info.txt.in:104
1179msgid "Bootchart information."1179msgid "Bootchart information."
1180msgstr "Bootchart information."1180msgstr "Bootchart information."
11811181
1182#. description1182#. description
1183#: ../jobs/info.txt.in:1071183#: ../jobs/info.txt.in:113
1184msgid "SATA/IDE device information."1184msgid "SATA/IDE device information."
1185msgstr "SATA/IDE device information."1185msgstr "SATA/IDE device information."
11861186
1187#. description1187#. description
1188#: ../jobs/info.txt.in:1261188#: ../jobs/info.txt.in:132
1189msgid "Attaches the bootchart png file for bootchart runs"1189msgid "Attaches the bootchart png file for bootchart runs"
1190msgstr "Attaches the bootchart png file for bootchart runs"1190msgstr "Attaches the bootchart png file for bootchart runs"
11911191
1192#. description1192#. description
1193#: ../jobs/info.txt.in:1351193#: ../jobs/info.txt.in:141
1194msgid "Attaches the bootchart log for bootchart test runs."1194msgid "Attaches the bootchart log for bootchart test runs."
1195msgstr "Attaches the bootchart log for bootchart test runs."1195msgstr "Attaches the bootchart log for bootchart test runs."
11961196
1197#. description1197#. description
1198#: ../jobs/info.txt.in:1431198#: ../jobs/info.txt.in:149
1199msgid "installs the installer bootchart tarball if it exists."1199msgid "installs the installer bootchart tarball if it exists."
1200msgstr "installs the installer bootchart tarball if it exists."1200msgstr "installs the installer bootchart tarball if it exists."
12011201
1202#. description1202#. description
1203#: ../jobs/info.txt.in:1481203#: ../jobs/info.txt.in:154
1204msgid "Attaches the installer debug log if it exists."1204msgid "Attaches the installer debug log if it exists."
1205msgstr "Attaches the installer debug log if it exists."1205msgstr "Attaches the installer debug log if it exists."
12061206
12071207
=== modified file 'po/eo.po'
--- po/eo.po 2012-07-17 16:27:55 +0000
+++ po/eo.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#: ../checkbox/application.py:6620#: ../checkbox/application.py:66
21msgid "Usage: checkbox [OPTIONS]"21msgid "Usage: checkbox [OPTIONS]"
@@ -931,88 +931,88 @@
931msgstr ""931msgstr ""
932932
933#. description933#. description
934#: ../jobs/info.txt.in:31934#: ../jobs/info.txt.in:37
935msgid "Attaches very verbose lspci output."935msgid "Attaches very verbose lspci output."
936msgstr ""936msgstr ""
937937
938#. description938#. description
939#: ../jobs/info.txt.in:36939#: ../jobs/info.txt.in:42
940msgid "Attaches very verbose lspci output (with central database Query)."940msgid "Attaches very verbose lspci output (with central database Query)."
941msgstr ""941msgstr ""
942942
943#. description943#. description
944#: ../jobs/info.txt.in:43944#: ../jobs/info.txt.in:49
945msgid "List USB devices"945msgid "List USB devices"
946msgstr ""946msgstr ""
947947
948#. description948#. description
949#: ../jobs/info.txt.in:52949#: ../jobs/info.txt.in:58
950msgid "Attaches the contents of the various modprobe conf files."950msgid "Attaches the contents of the various modprobe conf files."
951msgstr ""951msgstr ""
952952
953#. description953#. description
954#: ../jobs/info.txt.in:57954#: ../jobs/info.txt.in:63
955msgid "Attaches the contents of the /etc/modules file."955msgid "Attaches the contents of the /etc/modules file."
956msgstr ""956msgstr ""
957957
958#. description958#. description
959#: ../jobs/info.txt.in:62959#: ../jobs/info.txt.in:68
960msgid "attaches the contents of various sysctl config files."960msgid "attaches the contents of various sysctl config files."
961msgstr ""961msgstr ""
962962
963#. description963#. description
964#: ../jobs/info.txt.in:66964#: ../jobs/info.txt.in:72
965msgid "Attaches a report of sysfs attributes."965msgid "Attaches a report of sysfs attributes."
966msgstr ""966msgstr ""
967967
968#. description968#. description
969#: ../jobs/info.txt.in:77969#: ../jobs/info.txt.in:83
970msgid ""970msgid ""
971"Attaches a dump of the udev database showing system hardware information."971"Attaches a dump of the udev database showing system hardware information."
972msgstr ""972msgstr ""
973973
974#. description974#. description
975#: ../jobs/info.txt.in:84975#: ../jobs/info.txt.in:90
976msgid "Attaches a tarball of gcov data if present."976msgid "Attaches a tarball of gcov data if present."
977msgstr ""977msgstr ""
978978
979#. description979#. description
980#: ../jobs/info.txt.in:89980#: ../jobs/info.txt.in:95
981msgid "Attaches a list of the currently running kernel modules."981msgid "Attaches a list of the currently running kernel modules."
982msgstr ""982msgstr ""
983983
984#. description984#. description
985#: ../jobs/info.txt.in:94985#: ../jobs/info.txt.in:100
986msgid "Attaches the contents of /proc/acpi/sleep if it exists."986msgid "Attaches the contents of /proc/acpi/sleep if it exists."
987msgstr ""987msgstr ""
988988
989#. description989#. description
990#: ../jobs/info.txt.in:98990#: ../jobs/info.txt.in:104
991msgid "Bootchart information."991msgid "Bootchart information."
992msgstr ""992msgstr ""
993993
994#. description994#. description
995#: ../jobs/info.txt.in:107995#: ../jobs/info.txt.in:113
996msgid "SATA/IDE device information."996msgid "SATA/IDE device information."
997msgstr ""997msgstr ""
998998
999#. description999#. description
1000#: ../jobs/info.txt.in:1261000#: ../jobs/info.txt.in:132
1001msgid "Attaches the bootchart png file for bootchart runs"1001msgid "Attaches the bootchart png file for bootchart runs"
1002msgstr ""1002msgstr ""
10031003
1004#. description1004#. description
1005#: ../jobs/info.txt.in:1351005#: ../jobs/info.txt.in:141
1006msgid "Attaches the bootchart log for bootchart test runs."1006msgid "Attaches the bootchart log for bootchart test runs."
1007msgstr ""1007msgstr ""
10081008
1009#. description1009#. description
1010#: ../jobs/info.txt.in:1431010#: ../jobs/info.txt.in:149
1011msgid "installs the installer bootchart tarball if it exists."1011msgid "installs the installer bootchart tarball if it exists."
1012msgstr ""1012msgstr ""
10131013
1014#. description1014#. description
1015#: ../jobs/info.txt.in:1481015#: ../jobs/info.txt.in:154
1016msgid "Attaches the installer debug log if it exists."1016msgid "Attaches the installer debug log if it exists."
1017msgstr ""1017msgstr ""
10181018
10191019
=== modified file 'po/es.po'
--- po/es.po 2012-07-17 16:27:55 +0000
+++ po/es.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:12+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:38+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#: ../checkbox/application.py:7020#: ../checkbox/application.py:70
21msgid "Print version information and exit."21msgid "Print version information and exit."
@@ -1305,42 +1305,42 @@
1305msgstr "Adjunta salida dmidecode"1305msgstr "Adjunta salida dmidecode"
13061306
1307#. description1307#. description
1308#: ../jobs/info.txt.in:311308#: ../jobs/info.txt.in:37
1309msgid "Attaches very verbose lspci output."1309msgid "Attaches very verbose lspci output."
1310msgstr "Adjunta salida prolija de lspci"1310msgstr "Adjunta salida prolija de lspci"
13111311
1312#. description1312#. description
1313#: ../jobs/info.txt.in:361313#: ../jobs/info.txt.in:42
1314msgid "Attaches very verbose lspci output (with central database Query)."1314msgid "Attaches very verbose lspci output (with central database Query)."
1315msgstr ""1315msgstr ""
13161316
1317#. description1317#. description
1318#: ../jobs/info.txt.in:431318#: ../jobs/info.txt.in:49
1319msgid "List USB devices"1319msgid "List USB devices"
1320msgstr ""1320msgstr ""
13211321
1322#. description1322#. description
1323#: ../jobs/info.txt.in:521323#: ../jobs/info.txt.in:58
1324msgid "Attaches the contents of the various modprobe conf files."1324msgid "Attaches the contents of the various modprobe conf files."
1325msgstr "Adjunta los contenidos de varios archivos de configuración modprobe."1325msgstr "Adjunta los contenidos de varios archivos de configuración modprobe."
13261326
1327#. description1327#. description
1328#: ../jobs/info.txt.in:571328#: ../jobs/info.txt.in:63
1329msgid "Attaches the contents of the /etc/modules file."1329msgid "Attaches the contents of the /etc/modules file."
1330msgstr "Adjunta el contenido del archivo /etc/modules."1330msgstr "Adjunta el contenido del archivo /etc/modules."
13311331
1332#. description1332#. description
1333#: ../jobs/info.txt.in:621333#: ../jobs/info.txt.in:68
1334msgid "attaches the contents of various sysctl config files."1334msgid "attaches the contents of various sysctl config files."
1335msgstr "adjunta los contenidos de varios archivos de configuración sysctl."1335msgstr "adjunta los contenidos de varios archivos de configuración sysctl."
13361336
1337#. description1337#. description
1338#: ../jobs/info.txt.in:661338#: ../jobs/info.txt.in:72
1339msgid "Attaches a report of sysfs attributes."1339msgid "Attaches a report of sysfs attributes."
1340msgstr "Adjunta un informe de los atributos de sysfs."1340msgstr "Adjunta un informe de los atributos de sysfs."
13411341
1342#. description1342#. description
1343#: ../jobs/info.txt.in:771343#: ../jobs/info.txt.in:83
1344msgid ""1344msgid ""
1345"Attaches a dump of the udev database showing system hardware information."1345"Attaches a dump of the udev database showing system hardware information."
1346msgstr ""1346msgstr ""
@@ -1348,51 +1348,51 @@
1348"hardware del sistema."1348"hardware del sistema."
13491349
1350#. description1350#. description
1351#: ../jobs/info.txt.in:841351#: ../jobs/info.txt.in:90
1352msgid "Attaches a tarball of gcov data if present."1352msgid "Attaches a tarball of gcov data if present."
1353msgstr "Adjunta un archivo comprimido de los datos gcov si están presentes."1353msgstr "Adjunta un archivo comprimido de los datos gcov si están presentes."
13541354
1355#. description1355#. description
1356#: ../jobs/info.txt.in:891356#: ../jobs/info.txt.in:95
1357msgid "Attaches a list of the currently running kernel modules."1357msgid "Attaches a list of the currently running kernel modules."
1358msgstr ""1358msgstr ""
1359"Adjunta una lista de los módulos del núcleo actualmente en ejecución."1359"Adjunta una lista de los módulos del núcleo actualmente en ejecución."
13601360
1361#. description1361#. description
1362#: ../jobs/info.txt.in:941362#: ../jobs/info.txt.in:100
1363msgid "Attaches the contents of /proc/acpi/sleep if it exists."1363msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1364msgstr "Adjunta el contenido de /proc/acpi/sleep si existe."1364msgstr "Adjunta el contenido de /proc/acpi/sleep si existe."
13651365
1366#. description1366#. description
1367#: ../jobs/info.txt.in:981367#: ../jobs/info.txt.in:104
1368msgid "Bootchart information."1368msgid "Bootchart information."
1369msgstr "Información de la tabla de arranque."1369msgstr "Información de la tabla de arranque."
13701370
1371#. description1371#. description
1372#: ../jobs/info.txt.in:1071372#: ../jobs/info.txt.in:113
1373msgid "SATA/IDE device information."1373msgid "SATA/IDE device information."
1374msgstr "Información de dispositivos SATA/IDE."1374msgstr "Información de dispositivos SATA/IDE."
13751375
1376#. description1376#. description
1377#: ../jobs/info.txt.in:1261377#: ../jobs/info.txt.in:132
1378msgid "Attaches the bootchart png file for bootchart runs"1378msgid "Attaches the bootchart png file for bootchart runs"
1379msgstr "Adjunta el archivo bootchart.png a las ejecuciones de bootchart"1379msgstr "Adjunta el archivo bootchart.png a las ejecuciones de bootchart"
13801380
1381#. description1381#. description
1382#: ../jobs/info.txt.in:1351382#: ../jobs/info.txt.in:141
1383msgid "Attaches the bootchart log for bootchart test runs."1383msgid "Attaches the bootchart log for bootchart test runs."
1384msgstr ""1384msgstr ""
1385"Adjunta el registro de bootchart a las ejecuciones de prueba de bootchart."1385"Adjunta el registro de bootchart a las ejecuciones de prueba de bootchart."
13861386
1387#. description1387#. description
1388#: ../jobs/info.txt.in:1431388#: ../jobs/info.txt.in:149
1389msgid "installs the installer bootchart tarball if it exists."1389msgid "installs the installer bootchart tarball if it exists."
1390msgstr ""1390msgstr ""
1391"instala el instalador de la tabla de arranque en un archivo comprimido sí "1391"instala el instalador de la tabla de arranque en un archivo comprimido sí "
1392"existe."1392"existe."
13931393
1394#. description1394#. description
1395#: ../jobs/info.txt.in:1481395#: ../jobs/info.txt.in:154
1396msgid "Attaches the installer debug log if it exists."1396msgid "Attaches the installer debug log if it exists."
1397msgstr "Adjunta el registro de depuración del instalador si existe."1397msgstr "Adjunta el registro de depuración del instalador si existe."
13981398
13991399
=== modified file 'po/et.po'
--- po/et.po 2012-07-17 16:27:55 +0000
+++ po/et.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/eu.po'
--- po/eu.po 2012-07-17 16:27:55 +0000
+++ po/eu.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:09+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:35+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/fa.po'
--- po/fa.po 2012-07-17 16:27:55 +0000
+++ po/fa.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:37+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/fi.po'
--- po/fi.po 2012-07-17 16:27:55 +0000
+++ po/fi.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -1139,89 +1139,89 @@
1139msgstr "Liittää dmidecode-komennon tulosteen"1139msgstr "Liittää dmidecode-komennon tulosteen"
11401140
1141#. description1141#. description
1142#: ../jobs/info.txt.in:311142#: ../jobs/info.txt.in:37
1143msgid "Attaches very verbose lspci output."1143msgid "Attaches very verbose lspci output."
1144msgstr "Liittää hyvin laajan lspci-tulosteen."1144msgstr "Liittää hyvin laajan lspci-tulosteen."
11451145
1146#. description1146#. description
1147#: ../jobs/info.txt.in:361147#: ../jobs/info.txt.in:42
1148msgid "Attaches very verbose lspci output (with central database Query)."1148msgid "Attaches very verbose lspci output (with central database Query)."
1149msgstr ""1149msgstr ""
11501150
1151#. description1151#. description
1152#: ../jobs/info.txt.in:431152#: ../jobs/info.txt.in:49
1153msgid "List USB devices"1153msgid "List USB devices"
1154msgstr ""1154msgstr ""
11551155
1156#. description1156#. description
1157#: ../jobs/info.txt.in:521157#: ../jobs/info.txt.in:58
1158msgid "Attaches the contents of the various modprobe conf files."1158msgid "Attaches the contents of the various modprobe conf files."
1159msgstr "Liittää useiden modprobe-asetustiedostojen sisällön."1159msgstr "Liittää useiden modprobe-asetustiedostojen sisällön."
11601160
1161#. description1161#. description
1162#: ../jobs/info.txt.in:571162#: ../jobs/info.txt.in:63
1163msgid "Attaches the contents of the /etc/modules file."1163msgid "Attaches the contents of the /etc/modules file."
1164msgstr "Liittää /etc/modules-tiedoston sisällön."1164msgstr "Liittää /etc/modules-tiedoston sisällön."
11651165
1166#. description1166#. description
1167#: ../jobs/info.txt.in:621167#: ../jobs/info.txt.in:68
1168msgid "attaches the contents of various sysctl config files."1168msgid "attaches the contents of various sysctl config files."
1169msgstr "Liittää useiden sysctl-asetustiedostojen sisällön."1169msgstr "Liittää useiden sysctl-asetustiedostojen sisällön."
11701170
1171#. description1171#. description
1172#: ../jobs/info.txt.in:661172#: ../jobs/info.txt.in:72
1173msgid "Attaches a report of sysfs attributes."1173msgid "Attaches a report of sysfs attributes."
1174msgstr "Liittää sysfs-tiedot."1174msgstr "Liittää sysfs-tiedot."
11751175
1176#. description1176#. description
1177#: ../jobs/info.txt.in:771177#: ../jobs/info.txt.in:83
1178msgid ""1178msgid ""
1179"Attaches a dump of the udev database showing system hardware information."1179"Attaches a dump of the udev database showing system hardware information."
1180msgstr "Liittää udev-tietokannan, joka kertoo järjestelmän laitteistosta."1180msgstr "Liittää udev-tietokannan, joka kertoo järjestelmän laitteistosta."
11811181
1182#. description1182#. description
1183#: ../jobs/info.txt.in:841183#: ../jobs/info.txt.in:90
1184msgid "Attaches a tarball of gcov data if present."1184msgid "Attaches a tarball of gcov data if present."
1185msgstr "Liittää arkiston gcov-tiedoista, jos sellaisia löytyy."1185msgstr "Liittää arkiston gcov-tiedoista, jos sellaisia löytyy."
11861186
1187#. description1187#. description
1188#: ../jobs/info.txt.in:891188#: ../jobs/info.txt.in:95
1189msgid "Attaches a list of the currently running kernel modules."1189msgid "Attaches a list of the currently running kernel modules."
1190msgstr "Liittää listan käytössä olevista ytimen moduuleista."1190msgstr "Liittää listan käytössä olevista ytimen moduuleista."
11911191
1192#. description1192#. description
1193#: ../jobs/info.txt.in:941193#: ../jobs/info.txt.in:100
1194msgid "Attaches the contents of /proc/acpi/sleep if it exists."1194msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1195msgstr ""1195msgstr ""
1196"Liittää /proc/acpi/sleep -tiedoston sisällön, jos kyseinen tiedosto löytyy."1196"Liittää /proc/acpi/sleep -tiedoston sisällön, jos kyseinen tiedosto löytyy."
11971197
1198#. description1198#. description
1199#: ../jobs/info.txt.in:981199#: ../jobs/info.txt.in:104
1200msgid "Bootchart information."1200msgid "Bootchart information."
1201msgstr "Bootchart-tiedot"1201msgstr "Bootchart-tiedot"
12021202
1203#. description1203#. description
1204#: ../jobs/info.txt.in:1071204#: ../jobs/info.txt.in:113
1205msgid "SATA/IDE device information."1205msgid "SATA/IDE device information."
1206msgstr "SATA-/IDE-laitteen tiedot."1206msgstr "SATA-/IDE-laitteen tiedot."
12071207
1208#. description1208#. description
1209#: ../jobs/info.txt.in:1261209#: ../jobs/info.txt.in:132
1210msgid "Attaches the bootchart png file for bootchart runs"1210msgid "Attaches the bootchart png file for bootchart runs"
1211msgstr "Liittää käynnistyksen kartoituskaavion."1211msgstr "Liittää käynnistyksen kartoituskaavion."
12121212
1213#. description1213#. description
1214#: ../jobs/info.txt.in:1351214#: ../jobs/info.txt.in:141
1215msgid "Attaches the bootchart log for bootchart test runs."1215msgid "Attaches the bootchart log for bootchart test runs."
1216msgstr "Liittää käynnistyksen kartoituslokin."1216msgstr "Liittää käynnistyksen kartoituslokin."
12171217
1218#. description1218#. description
1219#: ../jobs/info.txt.in:1431219#: ../jobs/info.txt.in:149
1220msgid "installs the installer bootchart tarball if it exists."1220msgid "installs the installer bootchart tarball if it exists."
1221msgstr ""1221msgstr ""
12221222
1223#. description1223#. description
1224#: ../jobs/info.txt.in:1481224#: ../jobs/info.txt.in:154
1225msgid "Attaches the installer debug log if it exists."1225msgid "Attaches the installer debug log if it exists."
1226msgstr ""1226msgstr ""
12271227
12281228
=== modified file 'po/fr.po'
--- po/fr.po 2012-07-17 16:27:55 +0000
+++ po/fr.po 2012-08-06 20:34:19 +0000
@@ -13,8 +13,8 @@
13"MIME-Version: 1.0\n"13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"15"Content-Transfer-Encoding: 8bit\n"
16"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"16"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
17"X-Generator: Launchpad (build 15614)\n"17"X-Generator: Launchpad (build 15719)\n"
1818
19#. Title of the user interface19#. Title of the user interface
20#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:120#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -1215,42 +1215,42 @@
1215msgstr "Joindre la sortie de dmidecode"1215msgstr "Joindre la sortie de dmidecode"
12161216
1217#. description1217#. description
1218#: ../jobs/info.txt.in:311218#: ../jobs/info.txt.in:37
1219msgid "Attaches very verbose lspci output."1219msgid "Attaches very verbose lspci output."
1220msgstr "Joindre la sortie de la commande lspci en mode très verbeux"1220msgstr "Joindre la sortie de la commande lspci en mode très verbeux"
12211221
1222#. description1222#. description
1223#: ../jobs/info.txt.in:361223#: ../jobs/info.txt.in:42
1224msgid "Attaches very verbose lspci output (with central database Query)."1224msgid "Attaches very verbose lspci output (with central database Query)."
1225msgstr ""1225msgstr ""
12261226
1227#. description1227#. description
1228#: ../jobs/info.txt.in:431228#: ../jobs/info.txt.in:49
1229msgid "List USB devices"1229msgid "List USB devices"
1230msgstr ""1230msgstr ""
12311231
1232#. description1232#. description
1233#: ../jobs/info.txt.in:521233#: ../jobs/info.txt.in:58
1234msgid "Attaches the contents of the various modprobe conf files."1234msgid "Attaches the contents of the various modprobe conf files."
1235msgstr "Joindre le contenu de divers fichiers de configuration modprobe"1235msgstr "Joindre le contenu de divers fichiers de configuration modprobe"
12361236
1237#. description1237#. description
1238#: ../jobs/info.txt.in:571238#: ../jobs/info.txt.in:63
1239msgid "Attaches the contents of the /etc/modules file."1239msgid "Attaches the contents of the /etc/modules file."
1240msgstr "Joindre le contenu du fichier /etc/modules"1240msgstr "Joindre le contenu du fichier /etc/modules"
12411241
1242#. description1242#. description
1243#: ../jobs/info.txt.in:621243#: ../jobs/info.txt.in:68
1244msgid "attaches the contents of various sysctl config files."1244msgid "attaches the contents of various sysctl config files."
1245msgstr "Joindre le contenu de divers fichiers de configuration sysctl"1245msgstr "Joindre le contenu de divers fichiers de configuration sysctl"
12461246
1247#. description1247#. description
1248#: ../jobs/info.txt.in:661248#: ../jobs/info.txt.in:72
1249msgid "Attaches a report of sysfs attributes."1249msgid "Attaches a report of sysfs attributes."
1250msgstr "Joindre un rapport des attributs sysfs"1250msgstr "Joindre un rapport des attributs sysfs"
12511251
1252#. description1252#. description
1253#: ../jobs/info.txt.in:771253#: ../jobs/info.txt.in:83
1254msgid ""1254msgid ""
1255"Attaches a dump of the udev database showing system hardware information."1255"Attaches a dump of the udev database showing system hardware information."
1256msgstr ""1256msgstr ""
@@ -1258,47 +1258,47 @@
1258"matériel"1258"matériel"
12591259
1260#. description1260#. description
1261#: ../jobs/info.txt.in:841261#: ../jobs/info.txt.in:90
1262msgid "Attaches a tarball of gcov data if present."1262msgid "Attaches a tarball of gcov data if present."
1263msgstr "Joindre un fichier tar des données de gcov si ce dernier existe"1263msgstr "Joindre un fichier tar des données de gcov si ce dernier existe"
12641264
1265#. description1265#. description
1266#: ../jobs/info.txt.in:891266#: ../jobs/info.txt.in:95
1267msgid "Attaches a list of the currently running kernel modules."1267msgid "Attaches a list of the currently running kernel modules."
1268msgstr "Joindre une liste des modules du noyau en fonctionnement"1268msgstr "Joindre une liste des modules du noyau en fonctionnement"
12691269
1270#. description1270#. description
1271#: ../jobs/info.txt.in:941271#: ../jobs/info.txt.in:100
1272msgid "Attaches the contents of /proc/acpi/sleep if it exists."1272msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1273msgstr "Joindre le contenu du fichier /proc/acpi/sleep s'il existe."1273msgstr "Joindre le contenu du fichier /proc/acpi/sleep s'il existe."
12741274
1275#. description1275#. description
1276#: ../jobs/info.txt.in:981276#: ../jobs/info.txt.in:104
1277msgid "Bootchart information."1277msgid "Bootchart information."
1278msgstr "Informations Bootchart."1278msgstr "Informations Bootchart."
12791279
1280#. description1280#. description
1281#: ../jobs/info.txt.in:1071281#: ../jobs/info.txt.in:113
1282msgid "SATA/IDE device information."1282msgid "SATA/IDE device information."
1283msgstr "Informations sur le périphérique SATA/IDE."1283msgstr "Informations sur le périphérique SATA/IDE."
12841284
1285#. description1285#. description
1286#: ../jobs/info.txt.in:1261286#: ../jobs/info.txt.in:132
1287msgid "Attaches the bootchart png file for bootchart runs"1287msgid "Attaches the bootchart png file for bootchart runs"
1288msgstr "Joindre le fichier png du graphique de démarrage (bootchart)"1288msgstr "Joindre le fichier png du graphique de démarrage (bootchart)"
12891289
1290#. description1290#. description
1291#: ../jobs/info.txt.in:1351291#: ../jobs/info.txt.in:141
1292msgid "Attaches the bootchart log for bootchart test runs."1292msgid "Attaches the bootchart log for bootchart test runs."
1293msgstr "Joindre le log des exécutions du bootchart"1293msgstr "Joindre le log des exécutions du bootchart"
12941294
1295#. description1295#. description
1296#: ../jobs/info.txt.in:1431296#: ../jobs/info.txt.in:149
1297msgid "installs the installer bootchart tarball if it exists."1297msgid "installs the installer bootchart tarball if it exists."
1298msgstr "Installer le tarball du bootchart de l'installateur s'il existe"1298msgstr "Installer le tarball du bootchart de l'installateur s'il existe"
12991299
1300#. description1300#. description
1301#: ../jobs/info.txt.in:1481301#: ../jobs/info.txt.in:154
1302msgid "Attaches the installer debug log if it exists."1302msgid "Attaches the installer debug log if it exists."
1303msgstr "Joindre le fichier de débuggage de l'installateur s'il existe."1303msgstr "Joindre le fichier de débuggage de l'installateur s'il existe."
13041304
13051305
=== modified file 'po/ga.po'
--- po/ga.po 2012-07-17 16:27:55 +0000
+++ po/ga.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -878,88 +878,88 @@
878msgstr ""878msgstr ""
879879
880#. description880#. description
881#: ../jobs/info.txt.in:31881#: ../jobs/info.txt.in:37
882msgid "Attaches very verbose lspci output."882msgid "Attaches very verbose lspci output."
883msgstr ""883msgstr ""
884884
885#. description885#. description
886#: ../jobs/info.txt.in:36886#: ../jobs/info.txt.in:42
887msgid "Attaches very verbose lspci output (with central database Query)."887msgid "Attaches very verbose lspci output (with central database Query)."
888msgstr ""888msgstr ""
889889
890#. description890#. description
891#: ../jobs/info.txt.in:43891#: ../jobs/info.txt.in:49
892msgid "List USB devices"892msgid "List USB devices"
893msgstr ""893msgstr ""
894894
895#. description895#. description
896#: ../jobs/info.txt.in:52896#: ../jobs/info.txt.in:58
897msgid "Attaches the contents of the various modprobe conf files."897msgid "Attaches the contents of the various modprobe conf files."
898msgstr ""898msgstr ""
899899
900#. description900#. description
901#: ../jobs/info.txt.in:57901#: ../jobs/info.txt.in:63
902msgid "Attaches the contents of the /etc/modules file."902msgid "Attaches the contents of the /etc/modules file."
903msgstr ""903msgstr ""
904904
905#. description905#. description
906#: ../jobs/info.txt.in:62906#: ../jobs/info.txt.in:68
907msgid "attaches the contents of various sysctl config files."907msgid "attaches the contents of various sysctl config files."
908msgstr ""908msgstr ""
909909
910#. description910#. description
911#: ../jobs/info.txt.in:66911#: ../jobs/info.txt.in:72
912msgid "Attaches a report of sysfs attributes."912msgid "Attaches a report of sysfs attributes."
913msgstr ""913msgstr ""
914914
915#. description915#. description
916#: ../jobs/info.txt.in:77916#: ../jobs/info.txt.in:83
917msgid ""917msgid ""
918"Attaches a dump of the udev database showing system hardware information."918"Attaches a dump of the udev database showing system hardware information."
919msgstr ""919msgstr ""
920920
921#. description921#. description
922#: ../jobs/info.txt.in:84922#: ../jobs/info.txt.in:90
923msgid "Attaches a tarball of gcov data if present."923msgid "Attaches a tarball of gcov data if present."
924msgstr ""924msgstr ""
925925
926#. description926#. description
927#: ../jobs/info.txt.in:89927#: ../jobs/info.txt.in:95
928msgid "Attaches a list of the currently running kernel modules."928msgid "Attaches a list of the currently running kernel modules."
929msgstr ""929msgstr ""
930930
931#. description931#. description
932#: ../jobs/info.txt.in:94932#: ../jobs/info.txt.in:100
933msgid "Attaches the contents of /proc/acpi/sleep if it exists."933msgid "Attaches the contents of /proc/acpi/sleep if it exists."
934msgstr ""934msgstr ""
935935
936#. description936#. description
937#: ../jobs/info.txt.in:98937#: ../jobs/info.txt.in:104
938msgid "Bootchart information."938msgid "Bootchart information."
939msgstr ""939msgstr ""
940940
941#. description941#. description
942#: ../jobs/info.txt.in:107942#: ../jobs/info.txt.in:113
943msgid "SATA/IDE device information."943msgid "SATA/IDE device information."
944msgstr ""944msgstr ""
945945
946#. description946#. description
947#: ../jobs/info.txt.in:126947#: ../jobs/info.txt.in:132
948msgid "Attaches the bootchart png file for bootchart runs"948msgid "Attaches the bootchart png file for bootchart runs"
949msgstr ""949msgstr ""
950950
951#. description951#. description
952#: ../jobs/info.txt.in:135952#: ../jobs/info.txt.in:141
953msgid "Attaches the bootchart log for bootchart test runs."953msgid "Attaches the bootchart log for bootchart test runs."
954msgstr ""954msgstr ""
955955
956#. description956#. description
957#: ../jobs/info.txt.in:143957#: ../jobs/info.txt.in:149
958msgid "installs the installer bootchart tarball if it exists."958msgid "installs the installer bootchart tarball if it exists."
959msgstr ""959msgstr ""
960960
961#. description961#. description
962#: ../jobs/info.txt.in:148962#: ../jobs/info.txt.in:154
963msgid "Attaches the installer debug log if it exists."963msgid "Attaches the installer debug log if it exists."
964msgstr ""964msgstr ""
965965
966966
=== modified file 'po/gd.po'
--- po/gd.po 2012-07-17 16:27:55 +0000
+++ po/gd.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -896,88 +896,88 @@
896msgstr ""896msgstr ""
897897
898#. description898#. description
899#: ../jobs/info.txt.in:31899#: ../jobs/info.txt.in:37
900msgid "Attaches very verbose lspci output."900msgid "Attaches very verbose lspci output."
901msgstr ""901msgstr ""
902902
903#. description903#. description
904#: ../jobs/info.txt.in:36904#: ../jobs/info.txt.in:42
905msgid "Attaches very verbose lspci output (with central database Query)."905msgid "Attaches very verbose lspci output (with central database Query)."
906msgstr ""906msgstr ""
907907
908#. description908#. description
909#: ../jobs/info.txt.in:43909#: ../jobs/info.txt.in:49
910msgid "List USB devices"910msgid "List USB devices"
911msgstr ""911msgstr ""
912912
913#. description913#. description
914#: ../jobs/info.txt.in:52914#: ../jobs/info.txt.in:58
915msgid "Attaches the contents of the various modprobe conf files."915msgid "Attaches the contents of the various modprobe conf files."
916msgstr ""916msgstr ""
917917
918#. description918#. description
919#: ../jobs/info.txt.in:57919#: ../jobs/info.txt.in:63
920msgid "Attaches the contents of the /etc/modules file."920msgid "Attaches the contents of the /etc/modules file."
921msgstr ""921msgstr ""
922922
923#. description923#. description
924#: ../jobs/info.txt.in:62924#: ../jobs/info.txt.in:68
925msgid "attaches the contents of various sysctl config files."925msgid "attaches the contents of various sysctl config files."
926msgstr ""926msgstr ""
927927
928#. description928#. description
929#: ../jobs/info.txt.in:66929#: ../jobs/info.txt.in:72
930msgid "Attaches a report of sysfs attributes."930msgid "Attaches a report of sysfs attributes."
931msgstr ""931msgstr ""
932932
933#. description933#. description
934#: ../jobs/info.txt.in:77934#: ../jobs/info.txt.in:83
935msgid ""935msgid ""
936"Attaches a dump of the udev database showing system hardware information."936"Attaches a dump of the udev database showing system hardware information."
937msgstr ""937msgstr ""
938938
939#. description939#. description
940#: ../jobs/info.txt.in:84940#: ../jobs/info.txt.in:90
941msgid "Attaches a tarball of gcov data if present."941msgid "Attaches a tarball of gcov data if present."
942msgstr ""942msgstr ""
943943
944#. description944#. description
945#: ../jobs/info.txt.in:89945#: ../jobs/info.txt.in:95
946msgid "Attaches a list of the currently running kernel modules."946msgid "Attaches a list of the currently running kernel modules."
947msgstr ""947msgstr ""
948948
949#. description949#. description
950#: ../jobs/info.txt.in:94950#: ../jobs/info.txt.in:100
951msgid "Attaches the contents of /proc/acpi/sleep if it exists."951msgid "Attaches the contents of /proc/acpi/sleep if it exists."
952msgstr ""952msgstr ""
953953
954#. description954#. description
955#: ../jobs/info.txt.in:98955#: ../jobs/info.txt.in:104
956msgid "Bootchart information."956msgid "Bootchart information."
957msgstr ""957msgstr ""
958958
959#. description959#. description
960#: ../jobs/info.txt.in:107960#: ../jobs/info.txt.in:113
961msgid "SATA/IDE device information."961msgid "SATA/IDE device information."
962msgstr ""962msgstr ""
963963
964#. description964#. description
965#: ../jobs/info.txt.in:126965#: ../jobs/info.txt.in:132
966msgid "Attaches the bootchart png file for bootchart runs"966msgid "Attaches the bootchart png file for bootchart runs"
967msgstr ""967msgstr ""
968968
969#. description969#. description
970#: ../jobs/info.txt.in:135970#: ../jobs/info.txt.in:141
971msgid "Attaches the bootchart log for bootchart test runs."971msgid "Attaches the bootchart log for bootchart test runs."
972msgstr ""972msgstr ""
973973
974#. description974#. description
975#: ../jobs/info.txt.in:143975#: ../jobs/info.txt.in:149
976msgid "installs the installer bootchart tarball if it exists."976msgid "installs the installer bootchart tarball if it exists."
977msgstr ""977msgstr ""
978978
979#. description979#. description
980#: ../jobs/info.txt.in:148980#: ../jobs/info.txt.in:154
981msgid "Attaches the installer debug log if it exists."981msgid "Attaches the installer debug log if it exists."
982msgstr ""982msgstr ""
983983
984984
=== modified file 'po/gl.po'
--- po/gl.po 2012-07-17 16:27:55 +0000
+++ po/gl.po 2012-08-06 20:34:19 +0000
@@ -15,8 +15,8 @@
15"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
18"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"18"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
19"X-Generator: Launchpad (build 15614)\n"19"X-Generator: Launchpad (build 15719)\n"
2020
21#. Title of the user interface21#. Title of the user interface
22#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:122#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -900,88 +900,88 @@
900msgstr ""900msgstr ""
901901
902#. description902#. description
903#: ../jobs/info.txt.in:31903#: ../jobs/info.txt.in:37
904msgid "Attaches very verbose lspci output."904msgid "Attaches very verbose lspci output."
905msgstr ""905msgstr ""
906906
907#. description907#. description
908#: ../jobs/info.txt.in:36908#: ../jobs/info.txt.in:42
909msgid "Attaches very verbose lspci output (with central database Query)."909msgid "Attaches very verbose lspci output (with central database Query)."
910msgstr ""910msgstr ""
911911
912#. description912#. description
913#: ../jobs/info.txt.in:43913#: ../jobs/info.txt.in:49
914msgid "List USB devices"914msgid "List USB devices"
915msgstr ""915msgstr ""
916916
917#. description917#. description
918#: ../jobs/info.txt.in:52918#: ../jobs/info.txt.in:58
919msgid "Attaches the contents of the various modprobe conf files."919msgid "Attaches the contents of the various modprobe conf files."
920msgstr ""920msgstr ""
921921
922#. description922#. description
923#: ../jobs/info.txt.in:57923#: ../jobs/info.txt.in:63
924msgid "Attaches the contents of the /etc/modules file."924msgid "Attaches the contents of the /etc/modules file."
925msgstr ""925msgstr ""
926926
927#. description927#. description
928#: ../jobs/info.txt.in:62928#: ../jobs/info.txt.in:68
929msgid "attaches the contents of various sysctl config files."929msgid "attaches the contents of various sysctl config files."
930msgstr ""930msgstr ""
931931
932#. description932#. description
933#: ../jobs/info.txt.in:66933#: ../jobs/info.txt.in:72
934msgid "Attaches a report of sysfs attributes."934msgid "Attaches a report of sysfs attributes."
935msgstr ""935msgstr ""
936936
937#. description937#. description
938#: ../jobs/info.txt.in:77938#: ../jobs/info.txt.in:83
939msgid ""939msgid ""
940"Attaches a dump of the udev database showing system hardware information."940"Attaches a dump of the udev database showing system hardware information."
941msgstr ""941msgstr ""
942942
943#. description943#. description
944#: ../jobs/info.txt.in:84944#: ../jobs/info.txt.in:90
945msgid "Attaches a tarball of gcov data if present."945msgid "Attaches a tarball of gcov data if present."
946msgstr ""946msgstr ""
947947
948#. description948#. description
949#: ../jobs/info.txt.in:89949#: ../jobs/info.txt.in:95
950msgid "Attaches a list of the currently running kernel modules."950msgid "Attaches a list of the currently running kernel modules."
951msgstr ""951msgstr ""
952952
953#. description953#. description
954#: ../jobs/info.txt.in:94954#: ../jobs/info.txt.in:100
955msgid "Attaches the contents of /proc/acpi/sleep if it exists."955msgid "Attaches the contents of /proc/acpi/sleep if it exists."
956msgstr ""956msgstr ""
957957
958#. description958#. description
959#: ../jobs/info.txt.in:98959#: ../jobs/info.txt.in:104
960msgid "Bootchart information."960msgid "Bootchart information."
961msgstr "Información da táboa de arrinque."961msgstr "Información da táboa de arrinque."
962962
963#. description963#. description
964#: ../jobs/info.txt.in:107964#: ../jobs/info.txt.in:113
965msgid "SATA/IDE device information."965msgid "SATA/IDE device information."
966msgstr "Información de dispositivos SATA/IDE."966msgstr "Información de dispositivos SATA/IDE."
967967
968#. description968#. description
969#: ../jobs/info.txt.in:126969#: ../jobs/info.txt.in:132
970msgid "Attaches the bootchart png file for bootchart runs"970msgid "Attaches the bootchart png file for bootchart runs"
971msgstr ""971msgstr ""
972972
973#. description973#. description
974#: ../jobs/info.txt.in:135974#: ../jobs/info.txt.in:141
975msgid "Attaches the bootchart log for bootchart test runs."975msgid "Attaches the bootchart log for bootchart test runs."
976msgstr ""976msgstr ""
977977
978#. description978#. description
979#: ../jobs/info.txt.in:143979#: ../jobs/info.txt.in:149
980msgid "installs the installer bootchart tarball if it exists."980msgid "installs the installer bootchart tarball if it exists."
981msgstr ""981msgstr ""
982982
983#. description983#. description
984#: ../jobs/info.txt.in:148984#: ../jobs/info.txt.in:154
985msgid "Attaches the installer debug log if it exists."985msgid "Attaches the installer debug log if it exists."
986msgstr ""986msgstr ""
987987
988988
=== modified file 'po/he.po'
--- po/he.po 2012-07-17 16:27:55 +0000
+++ po/he.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#: ../gtk/checkbox-gtk.ui.h:420#: ../gtk/checkbox-gtk.ui.h:4
21msgid "_No"21msgid "_No"
@@ -967,88 +967,88 @@
967msgstr ""967msgstr ""
968968
969#. description969#. description
970#: ../jobs/info.txt.in:31970#: ../jobs/info.txt.in:37
971msgid "Attaches very verbose lspci output."971msgid "Attaches very verbose lspci output."
972msgstr ""972msgstr ""
973973
974#. description974#. description
975#: ../jobs/info.txt.in:36975#: ../jobs/info.txt.in:42
976msgid "Attaches very verbose lspci output (with central database Query)."976msgid "Attaches very verbose lspci output (with central database Query)."
977msgstr ""977msgstr ""
978978
979#. description979#. description
980#: ../jobs/info.txt.in:43980#: ../jobs/info.txt.in:49
981msgid "List USB devices"981msgid "List USB devices"
982msgstr ""982msgstr ""
983983
984#. description984#. description
985#: ../jobs/info.txt.in:52985#: ../jobs/info.txt.in:58
986msgid "Attaches the contents of the various modprobe conf files."986msgid "Attaches the contents of the various modprobe conf files."
987msgstr ""987msgstr ""
988988
989#. description989#. description
990#: ../jobs/info.txt.in:57990#: ../jobs/info.txt.in:63
991msgid "Attaches the contents of the /etc/modules file."991msgid "Attaches the contents of the /etc/modules file."
992msgstr ""992msgstr ""
993993
994#. description994#. description
995#: ../jobs/info.txt.in:62995#: ../jobs/info.txt.in:68
996msgid "attaches the contents of various sysctl config files."996msgid "attaches the contents of various sysctl config files."
997msgstr ""997msgstr ""
998998
999#. description999#. description
1000#: ../jobs/info.txt.in:661000#: ../jobs/info.txt.in:72
1001msgid "Attaches a report of sysfs attributes."1001msgid "Attaches a report of sysfs attributes."
1002msgstr ""1002msgstr ""
10031003
1004#. description1004#. description
1005#: ../jobs/info.txt.in:771005#: ../jobs/info.txt.in:83
1006msgid ""1006msgid ""
1007"Attaches a dump of the udev database showing system hardware information."1007"Attaches a dump of the udev database showing system hardware information."
1008msgstr ""1008msgstr ""
10091009
1010#. description1010#. description
1011#: ../jobs/info.txt.in:841011#: ../jobs/info.txt.in:90
1012msgid "Attaches a tarball of gcov data if present."1012msgid "Attaches a tarball of gcov data if present."
1013msgstr ""1013msgstr ""
10141014
1015#. description1015#. description
1016#: ../jobs/info.txt.in:891016#: ../jobs/info.txt.in:95
1017msgid "Attaches a list of the currently running kernel modules."1017msgid "Attaches a list of the currently running kernel modules."
1018msgstr ""1018msgstr ""
10191019
1020#. description1020#. description
1021#: ../jobs/info.txt.in:941021#: ../jobs/info.txt.in:100
1022msgid "Attaches the contents of /proc/acpi/sleep if it exists."1022msgid "Attaches the contents of /proc/acpi/sleep if it exists."
1023msgstr ""1023msgstr ""
10241024
1025#. description1025#. description
1026#: ../jobs/info.txt.in:981026#: ../jobs/info.txt.in:104
1027msgid "Bootchart information."1027msgid "Bootchart information."
1028msgstr ""1028msgstr ""
10291029
1030#. description1030#. description
1031#: ../jobs/info.txt.in:1071031#: ../jobs/info.txt.in:113
1032msgid "SATA/IDE device information."1032msgid "SATA/IDE device information."
1033msgstr ""1033msgstr ""
10341034
1035#. description1035#. description
1036#: ../jobs/info.txt.in:1261036#: ../jobs/info.txt.in:132
1037msgid "Attaches the bootchart png file for bootchart runs"1037msgid "Attaches the bootchart png file for bootchart runs"
1038msgstr ""1038msgstr ""
10391039
1040#. description1040#. description
1041#: ../jobs/info.txt.in:1351041#: ../jobs/info.txt.in:141
1042msgid "Attaches the bootchart log for bootchart test runs."1042msgid "Attaches the bootchart log for bootchart test runs."
1043msgstr ""1043msgstr ""
10441044
1045#. description1045#. description
1046#: ../jobs/info.txt.in:1431046#: ../jobs/info.txt.in:149
1047msgid "installs the installer bootchart tarball if it exists."1047msgid "installs the installer bootchart tarball if it exists."
1048msgstr ""1048msgstr ""
10491049
1050#. description1050#. description
1051#: ../jobs/info.txt.in:1481051#: ../jobs/info.txt.in:154
1052msgid "Attaches the installer debug log if it exists."1052msgid "Attaches the installer debug log if it exists."
1053msgstr ""1053msgstr ""
10541054
10551055
=== modified file 'po/hi.po'
--- po/hi.po 2012-07-17 16:27:55 +0000
+++ po/hi.po 2012-08-06 20:34:19 +0000
@@ -14,8 +14,8 @@
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-07-14 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-08-01 04:36+0000\n"
18"X-Generator: Launchpad (build 15614)\n"18"X-Generator: Launchpad (build 15719)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -880,88 +880,88 @@
880msgstr ""880msgstr ""
881881
882#. description882#. description
883#: ../jobs/info.txt.in:31883#: ../jobs/info.txt.in:37
884msgid "Attaches very verbose lspci output."884msgid "Attaches very verbose lspci output."
885msgstr ""885msgstr ""
886886
887#. description887#. description
888#: ../jobs/info.txt.in:36888#: ../jobs/info.txt.in:42
889msgid "Attaches very verbose lspci output (with central database Query)."889msgid "Attaches very verbose lspci output (with central database Query)."
890msgstr ""890msgstr ""
891891
892#. description892#. description
893#: ../jobs/info.txt.in:43893#: ../jobs/info.txt.in:49
894msgid "List USB devices"894msgid "List USB devices"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches