Merge lp:~bladernr/ubuntu/quantal/checkbox/0.14.1 into lp:ubuntu/quantal/checkbox

Proposed by Jeff Lane 
Status: Merged
Merged at revision: 45
Proposed branch: lp:~bladernr/ubuntu/quantal/checkbox/0.14.1
Merge into: lp:ubuntu/quantal/checkbox
Diff against target: 30177 lines (+4994/-8442)
107 files modified
checkbox/dispatcher.py (+18/-3)
checkbox/job.py (+1/-34)
checkbox/lib/resolver.py (+112/-88)
checkbox/lib/tests/resolver.py (+35/-39)
debian/changelog (+33/-0)
debian/control (+1/-1)
jobs/audio.txt.in (+20/-0)
jobs/graphics.txt.in (+0/-21)
jobs/suspend.txt.in (+36/-13)
plugins/jobs_info.py (+76/-13)
plugins/jobs_prompt.py (+5/-2)
plugins/message_info.py (+2/-0)
plugins/persist_info.py (+1/-1)
plugins/remote_suite.py (+8/-1)
po/ace.po (+40/-89)
po/af.po (+37/-86)
po/am.po (+40/-89)
po/ar.po (+52/-101)
po/ast.po (+82/-98)
po/az.po (+37/-86)
po/be.po (+37/-86)
po/bg.po (+43/-92)
po/bn.po (+94/-110)
po/bo.po (+40/-89)
po/br.po (+40/-89)
po/bs.po (+82/-98)
po/ca.po (+37/-86)
po/ca@valencia.po (+40/-89)
po/ckb.po (+40/-89)
po/cs.po (+80/-96)
po/cy.po (+40/-89)
po/da.po (+46/-89)
po/de.po (+86/-102)
po/dv.po (+37/-86)
po/el.po (+84/-100)
po/en_AU.po (+80/-96)
po/en_CA.po (+40/-89)
po/en_GB.po (+80/-96)
po/eo.po (+40/-89)
po/es.po (+84/-100)
po/et.po (+40/-89)
po/eu.po (+40/-89)
po/fa.po (+37/-86)
po/fi.po (+70/-94)
po/fr.po (+75/-96)
po/ga.po (+37/-86)
po/gd.po (+37/-86)
po/gl.po (+37/-86)
po/he.po (+46/-89)
po/hi.po (+40/-89)
po/hr.po (+40/-89)
po/hu.po (+82/-98)
po/hy.po (+37/-86)
po/id.po (+40/-89)
po/is.po (+40/-89)
po/it.po (+98/-114)
po/ja.po (+50/-87)
po/jbo.po (+37/-86)
po/ka.po (+37/-86)
po/kk.po (+40/-89)
po/km.po (+84/-100)
po/kn.po (+40/-89)
po/ko.po (+52/-95)
po/ku.po (+40/-89)
po/ky.po (+37/-86)
po/lt.po (+40/-89)
po/lv.po (+46/-89)
po/mk.po (+37/-86)
po/ml.po (+37/-86)
po/mr.po (+40/-89)
po/ms.po (+87/-103)
po/my.po (+40/-89)
po/nb.po (+40/-89)
po/nds.po (+37/-86)
po/ne.po (+40/-89)
po/nl.po (+82/-98)
po/nn.po (+37/-86)
po/oc.po (+63/-87)
po/pl.po (+41/-87)
po/ps.po (+37/-86)
po/pt.po (+40/-89)
po/pt_BR.po (+82/-98)
po/ro.po (+82/-98)
po/ru.po (+98/-114)
po/sd.po (+37/-86)
po/shn.po (+37/-86)
po/si.po (+40/-89)
po/sk.po (+50/-93)
po/sl.po (+80/-96)
po/sq.po (+37/-86)
po/sr.po (+37/-86)
po/sv.po (+40/-89)
po/ta.po (+37/-86)
po/te.po (+37/-86)
po/th.po (+43/-92)
po/tr.po (+80/-96)
po/ug.po (+83/-99)
po/uk.po (+49/-92)
po/ur.po (+37/-86)
po/uz.po (+37/-86)
po/vi.po (+40/-89)
po/zh_CN.po (+88/-104)
po/zh_HK.po (+43/-92)
po/zh_TW.po (+51/-94)
scripts/dpkg_resource (+1/-1)
scripts/gpu_test (+1/-1)
scripts/run_templates (+4/-2)
To merge this branch: bzr merge lp:~bladernr/ubuntu/quantal/checkbox/0.14.1
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+112426@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work. Uploaded.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox/dispatcher.py'
2--- checkbox/dispatcher.py 2012-06-22 17:04:14 +0000
3+++ checkbox/dispatcher.py 2012-06-27 20:25:24 +0000
4@@ -1,6 +1,21 @@
5-# Copyright 2010-2011 Canonical Ltd. This software is licensed under the
6-# GNU Affero General Public License version 3 (see the file LICENSE).
7-
8+#
9+# This file is part of Checkbox.
10+#
11+# Copyright 2010-12 Canonical Ltd.
12+#
13+# Checkbox is free software: you can redistribute it and/or modify
14+# it under the terms of the GNU General Public License as published by
15+# the Free Software Foundation, either version 3 of the License, or
16+# (at your option) any later version.
17+#
18+# Checkbox is distributed in the hope that it will be useful,
19+# but WITHOUT ANY WARRANTY; without even the implied warranty of
20+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21+# GNU General Public License for more details.
22+#
23+# You should have received a copy of the GNU General Public License
24+# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
25+#
26 __metaclass__ = type
27
28 __all__ = [
29
30=== modified file 'checkbox/job.py'
31--- checkbox/job.py 2012-06-22 17:04:14 +0000
32+++ checkbox/job.py 2012-06-27 20:25:24 +0000
33@@ -104,37 +104,4 @@
34 class JobStore(MessageStore):
35 """A job store which stores its jobs in a file system hierarchy."""
36
37- def add(self, job):
38- # TODO: Order alphabetically within suite or non-suite
39-
40- # Remove the same job if it already exists without a suite
41- if "suite" in job:
42- for filename in self._find_matching_messages(name=job["name"], suite=None):
43- os.unlink(filename)
44-
45- # Return if the same job is already in the store
46- if list(self._find_matching_messages(name=job["name"])):
47- return
48-
49- message_id = super(JobStore, self).add(job)
50-
51- # TODO: Apply dependencies
52- if "depends" in job:
53- for depends in job["depends"]:
54- for filename in self._find_matching_messages():
55- message = self._read_message(filename, cache=True)
56- if job["name"] in message.get("depends", []):
57- new_filename = self._get_next_message_filename()
58- os.rename(filename, new_filename)
59-
60- return message_id
61-
62- # TODO: Optimize by only searching backwards until a given condition
63- def _find_matching_messages(self, **kwargs):
64- for filename in self._walk_messages():
65- message = self._read_message(filename,cache=True)
66- for key, value in kwargs.items():
67- if message.get(key) != value:
68- break
69- else:
70- yield filename
71+ pass
72
73=== modified file 'checkbox/lib/resolver.py'
74--- checkbox/lib/resolver.py 2012-06-22 17:04:14 +0000
75+++ checkbox/lib/resolver.py 2012-06-27 20:25:24 +0000
76@@ -16,104 +16,128 @@
77 # You should have received a copy of the GNU General Public License
78 # along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
79 #
80+from collections import defaultdict, OrderedDict
81+
82+
83 class Resolver:
84 """
85 Main class. Instantiate with the root directory of your items.
86 """
87
88- def __init__(self, key=None):
89- if key is None:
90- key = lambda k: k
91-
92- self.key = key
93-
94- # detect repeated resolution attempts - these indicate some circular dependency
95- self.reentrant_resolution = set()
96-
97- # collect all items
98- self.items = {}
99-
100- # for each item, keep a set of dependents and dependencies
101- self.dependents = {}
102- self.dependencies = {}
103+ def __init__(self, key_func=None):
104+ if key_func is None:
105+ key_func = lambda k: k
106+ self.key_func = key_func
107+
108+ self.items_added = OrderedDict()
109+ self.depends = {} # Dependencies
110+ self.rdepends = defaultdict(list) # Reverse dependencies
111+
112+ # Data used in _resolve method
113+ self.items = None
114+ self.items_blocked = None
115+ self.resolved = False
116
117 def add(self, item, *dependencies):
118- key = self.key(item)
119- if key in self.items:
120+ """
121+ Add item as pending
122+ """
123+ key = self.key_func(item)
124+ if key in self.items_added:
125 raise Exception("%s: key already exists" % key)
126- self.items[key] = item
127-
128- dependency_keys = [self.key(d) for d in dependencies]
129- self.dependencies[key] = set(dependency_keys)
130-
131- def remove(self, item):
132- key = self.key(item)
133- del self.items[key]
134- del self.dependencies[key]
135-
136- def resolve(self, item, found=None):
137- """
138- the center piece.
139- recursively resolve dependencies of scripts
140- return them as a flat list, sorted according to ancestral relationships
141- """
142- key = self.key(item)
143- resolved = self.dependents.get(key, None)
144- if resolved is not None:
145- return resolved
146-
147- if key not in self.items:
148+
149+ # Dependencies bookkeeping
150+ self.items_added[key] = item
151+ self.depends[key] = list(dependencies)
152+ for dependency in dependencies:
153+ self.rdepends[dependency].append(key)
154+
155+ # Circular dependencies check
156+ def circular_dependencies(key):
157+ seen = circular_dependencies.seen
158+ for dependency in self.depends.get(key, []):
159+ if dependency in seen:
160+ raise Exception("circular dependency involving "
161+ "%s and %s" % (key, dependency))
162+ seen.add(dependency)
163+ circular_dependencies(dependency)
164+ circular_dependencies.seen = set((key,))
165+ circular_dependencies(key)
166+
167+ # Resolve on next call to get_dependencies/get_dependents
168+ self.resolved = False
169+
170+ def _resolve(self):
171+ """
172+ Work through the pending items and reorder them properly
173+ """
174+ if self.resolved:
175+ return
176+
177+ # Initialize internal ordering data
178+ self.items = OrderedDict()
179+ self.items_blocked = {}
180+
181+ def add_unblocked(key):
182+ """Add items that have been unblocked"""
183+ for dependent in self.rdepends[key]:
184+ if not dependent in self.items_blocked:
185+ continue
186+
187+ unblocked = all(dependency in self.items
188+ for dependency in self.depends[dependent]
189+ if dependency in self.items_added)
190+ if unblocked:
191+ item = self.items_blocked[dependent]
192+ self.items[dependent] = item
193+ del self.items_blocked[dependent]
194+
195+ add_unblocked(dependent)
196+
197+ for key, item in self.items_added.items():
198+ # Avoid adding an item until all dependencies have been met
199+ blocked = any(dependency not in self.items
200+ for dependency in self.depends[key]
201+ if dependency in self.items_added)
202+
203+ if blocked:
204+ self.items_blocked[key] = item
205+ else:
206+ self.items[key] = item
207+ add_unblocked(key)
208+
209+ if self.items_blocked:
210+ raise Exception('There are {} items blocked: {}'
211+ .format(len(self.items_blocked),
212+ ', '.join(self.items_blocked.keys())))
213+
214+ # Don't resolve again on next call to get_dependencies/get_dependents
215+ # unless a new item is added
216+ self.resolved = True
217+
218+ def get_dependencies(self, item):
219+ """
220+ Return a list of the dependencies for a given item
221+ """
222+ self._resolve()
223+ key = self.key_func(item)
224+ if key not in self.depends:
225 msg = "no dependencies found for %s" % key
226- if found:
227- msg += " while resolving %s" % found
228 raise Exception(msg)
229
230- dependencies = self.dependencies.get(key, set())
231- resolved = set()
232-
233- for dependency in dependencies:
234- resolution_step = (key, dependency)
235- if resolution_step in self.reentrant_resolution:
236- if found:
237- scapegoat = found
238- else:
239- scapegoat = dependency
240- raise Exception("circular dependency involving %s and %s" % (key, scapegoat))
241- # add resolution
242- self.reentrant_resolution.add(resolution_step)
243- # and its dependencies, if any
244- resolved.update(self.resolve(self.items[dependency], found=key))
245-
246- # now it's time for sorting hierarchically... Since circular dependencies are excluded,
247- # ancestors will always have fewer dependencies than descendants, so sorting by the
248- # number of dependencies will give the desired order.
249- resolved = sorted(resolved, key=lambda x : len(self.dependents[x]))
250- resolved.append(key)
251- self.dependents[key] = resolved
252-
253- return resolved
254-
255- def get_dependencies(self, item):
256- return [self.items[r] for r in self.resolve(item)]
257+ dependencies = self.depends[key] + [key]
258+
259+ return dependencies
260
261 def get_dependents(self, item=None):
262- dependents = []
263- if item:
264- # Immediate dependents
265- key = self.key(item)
266- all_dependents = [x for x in iter(self.items.values()) if key in self.resolve(x)[:-1]]
267- dependents = [x for x in all_dependents if self.key(self.get_dependencies(x)[-2]) == key]
268- else:
269- # First level of dependents
270- dependents = [x for x in iter(self.items.values()) if len(self.resolve(x)) == 1]
271-
272- index = 0
273- dependents = sorted(dependents)
274- while index < len(dependents):
275- sub_dependents = self.get_dependents(dependents[index])
276- if sub_dependents:
277- dependents[index+1:index+1] = sub_dependents
278- index += len(sub_dependents)
279- index += 1
280-
281- return dependents
282+ """
283+ Return a list of the items that depend on the given one
284+ or the whole list of items topologically ordered
285+ """
286+ self._resolve()
287+ items = list(self.items.values())
288+ if item is not None:
289+ index = items.index(item)
290+ items = items[index + 1:]
291+
292+ return items
293
294=== modified file 'checkbox/lib/tests/resolver.py'
295--- checkbox/lib/tests/resolver.py 2012-06-22 17:04:14 +0000
296+++ checkbox/lib/tests/resolver.py 2012-06-27 20:25:24 +0000
297@@ -22,71 +22,60 @@
298
299
300 class ResolverTest(unittest.TestCase):
301+ def setUp(self):
302+ self.resolver = Resolver()
303+
304 def test_dependencies_none(self):
305- resolver = Resolver()
306 try:
307- resolver.get_dependencies('a')
308+ self.resolver.get_dependencies('a')
309 except Exception as error:
310 self.assertTrue(error.args[0].startswith('no dependencies'))
311 else:
312 self.fail('non existing element accepted by resolver')
313
314 def test_dependencies_one_level(self):
315- resolver = Resolver()
316- resolver.add('a')
317+ self.resolver.add('a')
318
319- results = resolver.get_dependencies('a')
320- self.assertTrue(len(results) == 1)
321- self.assertTrue(results[0] == 'a')
322+ results = self.resolver.get_dependencies('a')
323+ self.assertListEqual(results, ['a'])
324
325 def test_dependencies_two_level(self):
326- resolver = Resolver()
327- resolver.add('a')
328- resolver.add('b', 'a')
329+ self.resolver.add('a')
330+ self.resolver.add('b', 'a')
331
332- results = resolver.get_dependencies('b')
333- self.assertTrue(len(results) == 2)
334- self.assertTrue(results[0] == 'a')
335- self.assertTrue(results[1] == 'b')
336+ results = self.resolver.get_dependencies('b')
337+ self.assertListEqual(results, ['a', 'b'])
338
339 def test_dependencies_multiple(self):
340- resolver = Resolver()
341- resolver.add('a')
342- resolver.add('b')
343- resolver.add('c', 'a', 'b')
344+ self.resolver.add('a')
345+ self.resolver.add('b')
346+ self.resolver.add('c', 'a', 'b')
347
348- results = resolver.get_dependencies('c')
349- self.assertTrue(len(results) == 3)
350- self.assertTrue(results[0] == 'a')
351- self.assertTrue(results[1] == 'b')
352- self.assertTrue(results[2] == 'c')
353+ results = self.resolver.get_dependencies('c')
354+ self.assertListEqual(results, ['a', 'b', 'c'])
355
356 def test_dependencies_circular(self):
357- resolver = Resolver()
358- resolver.add('a', 'b')
359- resolver.add('b', 'a')
360 try:
361- resolver.get_dependencies('a')
362+ self.resolver.add('a', 'b')
363+ self.resolver.add('b', 'a')
364+ self.resolver.get_dependencies('a')
365 except Exception as error:
366 self.assertTrue(error.args[0].startswith('circular dependency'))
367 else:
368 self.fail('circular dependency not detected')
369
370 def test_dependents_none(self):
371- resolver = Resolver()
372- resolver.add('a')
373+ self.resolver.add('a')
374
375- results = resolver.get_dependents('a')
376+ results = self.resolver.get_dependents('a')
377 self.assertTrue(len(results) == 0)
378
379 def test_dependents_one(self):
380- resolver = Resolver()
381- resolver.add('a')
382- resolver.add('b', 'a')
383+ self.resolver.add('a')
384+ self.resolver.add('b', 'a')
385
386- results = resolver.get_dependents('a')
387- self.assertTrue(len(results) == 1)
388- self.assertTrue(results[0] == 'b')
389+ results = self.resolver.get_dependents('a')
390+ self.assertListEqual(results, ['b'])
391
392 def test_dependents_two(self):
393 resolver = Resolver()
394@@ -95,6 +84,13 @@
395 resolver.add('c', 'b')
396
397 results = resolver.get_dependents('a')
398- self.assertTrue(len(results) == 2)
399- self.assertTrue(results[0] == 'b')
400- self.assertTrue(results[1] == 'c')
401+ self.assertListEqual(results, ['b', 'c'])
402+
403+ def test_multiple_resolve_steps(self):
404+ self.resolver.add('a', 'b')
405+ results = self.resolver.get_dependents()
406+ self.assertListEqual(results, ['a'])
407+
408+ self.resolver.add('b')
409+ results = self.resolver.get_dependents()
410+ self.assertListEqual(results, ['b', 'a'])
411
412=== modified file 'debian/changelog'
413--- debian/changelog 2012-06-22 17:04:14 +0000
414+++ debian/changelog 2012-06-27 20:25:24 +0000
415@@ -1,3 +1,36 @@
416+checkbox (0.14.1) quantal; urgency=low
417+
418+ * New upstream release (LP: #1018571)
419+
420+ [Brendan Donegan]
421+ * Fixed up a few things with the gpu_lockup tests. Removed depends,
422+ renamed to gpu_lockup_suspend to reflect behaviour and removed the
423+ requirement on Firefox
424+ * Changed suspend_advanced and suspend_advanced_auto to use less
425+ strict definition of fwts s3 test.
426+
427+ [Javier Collado]
428+ * Make sure that jobs are topologically ordered (LP: #990075)
429+ * Keep job ordering as close to whitelist as possible (LP: #1017951)
430+
431+ [Marc Tardif]
432+ * New version 0.14.1 for Quantal Quetzal development.
433+ * jobs/suspend.txt.in: Fixed trailing newline on otherwise empty line.
434+ * scripts/run_templates: Fixed calls to Popen to use universal_newlines
435+ to return strings instead of bytes (LP: #1018354)
436+
437+ [Daniel Manrique]
438+ * Fixed duplicate suspend/bluetooth_obex_after_suspend job name.
439+ * scripts/dpkg_resource: Changed encoding from ascii to utf-8 to handle
440+ non-ascii locales (LP: #1018353)
441+
442+ [Jeff Lane]
443+ * Migrated audio/external-HDMI-playback into checkbox. Modified the
444+ command to match our other audio tests that save and reset mixer
445+ levels.
446+
447+ -- Javier Collado <javier.collado@canonical.com> Tue, 26 Jun 2012 16:07:04 +0200
448+
449 checkbox (0.14) quantal; urgency=low
450
451 * New upstream release (LP: #1016746):
452
453=== modified file 'debian/control'
454--- debian/control 2012-06-22 17:04:14 +0000
455+++ debian/control 2012-06-27 20:25:24 +0000
456@@ -24,7 +24,7 @@
457 perl,
458 pm-utils,
459 python-apport,
460- python-apt,
461+ python3-apt,
462 python3-dbus,
463 python3-gi
464 Suggests: bonnie++,
465
466=== modified file 'jobs/audio.txt.in'
467--- jobs/audio.txt.in 2012-06-22 17:04:14 +0000
468+++ jobs/audio.txt.in 2012-06-27 20:25:24 +0000
469@@ -25,6 +25,26 @@
470 Did you hear a tone?
471
472 plugin: manual
473+name: audio/playback_hdmi
474+requires:
475+ device.category == 'AUDIO'
476+ package.name == 'alsa-base'
477+ package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
478+command:
479+ audio_settings store > $CHECKBOX_SHARE/pulseaudio_settings; audio_settings set --device=hdmi --volume=50; gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink'; audio_settings restore --file=$CHECKBOX_SHARE/pulseaudio_settings
480+_description:
481+ PURPOSE:
482+ 1. HDMI interface verification
483+ STEPS:
484+ 1. Plug an external HDMI device with sound
485+ 2. Open system sound preferences
486+ 3. Click on Output and Select HDMI and click 'Test Speakers' to check left and right channels
487+ 4. Click the Test button
488+ VERIFICATION:
489+ 1. Do you hear the sound coming out on the corresponding channel?
490+ 2. Did you hear a sound?
491+
492+plugin: manual
493 name: audio/playback_headphones
494 depends: audio/list_devices
495 requires:
496
497=== modified file 'jobs/graphics.txt.in'
498--- jobs/graphics.txt.in 2012-06-22 17:04:14 +0000
499+++ jobs/graphics.txt.in 2012-06-27 20:25:24 +0000
500@@ -149,27 +149,6 @@
501 2. Was the animation free from slowness/jerkiness?
502
503 plugin: shell
504-name: graphics/gpu_lockup
505-requires:
506- package.name == 'firefox'
507- package.name == 'fwts'
508- package.name == 'wmctrl'
509- package.name == 'mesa-utils'
510-depends: software/firefox-flash-video graphics/glxgears
511-user: root
512-command: gpu_test
513-_description:
514- PURPOSE:
515- Do some challenging operations and check for lockup on the GPU
516- STEPS:
517- 1. Create 2 glxgears windows and move them quickly
518- 2. Switch workspaces/viewports with wmctrl
519- 3. Launch a Flash playback in firefox
520- 4. Suspend/resume
521- VERIFICATION:
522- 1. Atfer a 60s workload, check kern.log for reported GPU errors
523-
524-plugin: shell
525 name: graphics/screenshot
526 requires: package.name == 'fswebcam'
527 command: camera_test still --device=/dev/external_webcam -f ${CHECKBOX_DATA}/screenshot.jpg -q 2>&1 | ansi_parser
528
529=== modified file 'jobs/suspend.txt.in'
530--- jobs/suspend.txt.in 2012-06-22 17:04:14 +0000
531+++ jobs/suspend.txt.in 2012-06-27 20:25:24 +0000
532@@ -72,7 +72,8 @@
533 package.name == 'fwts'
534 sleep.mem == 'supported'
535 user: root
536-command: fwts s3 --s3-device-check --s3-device-check-delay=30 -r $CHECKBOX_DATA/suspend_single_log --s3-sleep-delay=30
537+environ: CHECKBOX_DATA
538+command: fwts s3 --s3-sleep-delay=30 -r $CHECKBOX_DATA/suspend_single_log || true; grep 'Critical failures: NONE' $CHECKBOX_DATA/suspend_single_log
539 _description:
540 PURPOSE:
541 This test will check suspend and resume
542@@ -83,6 +84,18 @@
543 VERIFICATION:
544 Did your system suspend and resume correctly?
545
546+plugin: shell
547+name: suspend/suspend_advanced_auto
548+depends: power-management/rtc
549+requires:
550+ package.name == 'fwts'
551+ sleep.mem == 'supported'
552+_description:
553+ This is the automated version of suspend/suspend_advanced.
554+user: root
555+environ: CHECKBOX_DATA
556+command: fwts s3 --s3-sleep-delay=30 -r $CHECKBOX_DATA/suspend_single_log || true; grep 'Critical failures: NONE' $CHECKBOX_DATA/suspend_single_log
557+
558 plugin: attachment
559 name: suspend/suspend-single-log-attach
560 command: [ -e $CHECKBOX_DATA/suspend_single_log ] && cat $CHECKBOX_DATA/suspend_single_log
561@@ -232,7 +245,7 @@
562 This is an automated Bluetooth file transfer test. It sends an image to the device specified by the BTDEVADDR environment variable.
563
564 plugin: shell
565-name: suspend/bluetooth_obex_after_suspend
566+name: suspend/bluetooth_obex_after_suspend_auto
567 depends: suspend/suspend_advanced_auto suspend/bluetooth_obex_before_suspend
568 requires:
569 package.name == 'bluez' and package.name == 'obexd-client'
570@@ -296,17 +309,6 @@
571 _description:
572 This will check to make sure that your audio device works properly after a suspend and resume. This may work fine with speakers and onboard microphone, however, it works best if used with a cable connecting the audio-out jack to the audio-in jack.
573
574-plugin: shell
575-name: suspend/suspend_advanced_auto
576-depends: power-management/rtc
577-requires:
578- package.name == 'fwts'
579- sleep.mem == 'supported'
580-_description:
581- This is the automated version of suspend/suspend_advanced.
582-user: root
583-command: fwts s3 --s3-device-check --s3-device-check-delay=30 --s3-sleep-delay=30 -r $CHECKBOX_DATA/suspend_auto_single_log
584-
585 plugin: attachment
586 name: suspend/suspend-auto-single-log-attach
587 command: [ -e $CHECKBOX_DATA/suspend_auto_single_log ] && cat $CHECKBOX_DATA/suspend_auto_single_log
588@@ -331,3 +333,24 @@
589 depends: suspend/screenshot_after_suspend
590 command: base64 ${CHECKBOX_DATA}/screenshot_after_suspend.jpg
591 _description: Attaches the screenshot captured in graphics/screenshot.
592+
593+plugin: shell
594+name: suspend/gpu_lockup_after_suspend
595+requires:
596+ package.name == 'fwts'
597+ package.name == 'wmctrl'
598+ package.name == 'mesa-utils'
599+depends: suspend/suspend_advanced_auto
600+user: root
601+command: gpu_test
602+_description:
603+ PURPOSE:
604+ Do some challenging operations, suspend the system, do more challenging
605+ operations - then check for lockup on the GPU
606+ STEPS:
607+ 1. Create 2 glxgears windows and move them quickly
608+ 2. Switch workspaces/viewports with wmctrl
609+ 3. Launch a Flash playback in firefox
610+ 4. Suspend/resume
611+ VERIFICATION:
612+ 1. After a 60s workload, check kern.log for reported GPU errors
613
614=== modified file 'plugins/jobs_info.py'
615--- plugins/jobs_info.py 2012-06-22 17:04:14 +0000
616+++ plugins/jobs_info.py 2012-06-27 20:25:24 +0000
617@@ -17,11 +17,14 @@
618 # along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
619 #
620 import os, sys, re
621+import difflib
622 import gettext
623 import logging
624
625 from collections import defaultdict
626
627+from checkbox.lib.resolver import Resolver
628+
629 from checkbox.arguments import coerce_arguments
630 from checkbox.properties import Float, Int, List, Map, Path, String
631 from checkbox.plugin import Plugin
632@@ -83,7 +86,6 @@
633 self._manager.reactor.call_on("prompt-gather", self.post_gather, 90)
634 self._manager.reactor.call_on("report-job", self.report_job, -100)
635
636-
637 def prompt_begin(self, interface):
638 """
639 Capture interface object to use it later
640@@ -92,7 +94,21 @@
641 self.interface = interface
642 self.unused_patterns = self.whitelist_patterns + self.blacklist_patterns
643
644+ def check_ordered_messages(self, messages):
645+ """Return whether the list of messages are ordered or not."""
646+ names = set()
647+ for message in messages:
648+ name = message["name"]
649+ for dependency in message.get("depends", []):
650+ if dependency not in names:
651+ return False
652+
653+ names.add(name)
654+
655+ return True
656+
657 def get_patterns(self, strings, filename=None):
658+ """Return the list of strings as compiled regular expressions."""
659 if filename:
660 try:
661 file = open(filename)
662@@ -108,6 +124,22 @@
663 return [re.compile(r"^%s$" % s) for s in strings
664 if s and not s.startswith("#")]
665
666+ def get_unique_messages(self, messages):
667+ """Return the list of messages without any duplicates, giving
668+ precedence to messages that are the longest.
669+ """
670+ unique_messages = []
671+ unique_indexes = {}
672+ for message in messages:
673+ name = message["name"]
674+ index = unique_indexes.get(name)
675+ if index is None:
676+ unique_indexes[name] = len(unique_messages)
677+ unique_messages.append(message)
678+ elif len(message) > len(unique_messages[index]):
679+ unique_messages[index] = message
680+
681+ return unique_messages
682
683 def gather(self):
684 # Register temporary handler for report-message events
685@@ -129,18 +161,6 @@
686 for directory in self.directories:
687 self._manager.reactor.fire("message-directory", directory)
688
689- # Apply whitelist ordering
690- def key_function(obj):
691- name = obj["name"]
692- for pattern in self.whitelist_patterns:
693- if pattern.match(name):
694- index = self.whitelist_patterns.index(pattern)
695- break
696-
697- return index
698-
699- if self.whitelist_patterns:
700- messages = sorted(messages, key=key_function)
701 for message in messages:
702 self._manager.reactor.fire("report-job", message)
703
704@@ -148,10 +168,53 @@
705 self._manager.reactor.cancel_call(event_id)
706 gettext.textdomain(old_domain)
707
708+ # Get unique messages from the now complete list
709+ messages = self.get_unique_messages(messages)
710+
711+ # Apply whitelist ordering
712+ if self.whitelist_patterns:
713+ def key_function(obj):
714+ name = obj["name"]
715+ for pattern in self.whitelist_patterns:
716+ if pattern.match(name):
717+ return self.whitelist_patterns.index(pattern)
718+
719+ messages = sorted(messages, key=key_function)
720+
721+ if not self.check_ordered_messages(messages):
722+ old_message_names = [message["name"] + "\n" for message in messages]
723+ resolver = Resolver(key_func=lambda m: m["name"])
724+ for message in messages:
725+ resolver.add(
726+ message, *message.get("depends", []))
727+ messages = resolver.get_dependents()
728+
729+ # Check if messages are already topologically ordered
730+ if (self.whitelist_patterns and
731+ logging.getLogger().getEffectiveLevel() <= logging.DEBUG):
732+ new_message_names = [message["name"] + "\n" for message in messages]
733+ detailed_text = "".join(
734+ difflib.unified_diff(
735+ old_message_names,
736+ new_message_names,
737+ "old whitelist",
738+ "new whitelist"))
739+ self._manager.reactor.fire(
740+ "prompt-error",
741+ self.interface,
742+ "Whitelist not topologically ordered",
743+ "Jobs will be reordered to fix broken dependencies",
744+ detailed_text)
745+
746+ self._manager.reactor.fire("report-jobs", messages)
747+
748 def post_gather(self, interface):
749 """
750 Verify that all patterns were used
751 """
752+ if logging.getLogger().getEffectiveLevel() > logging.DEBUG:
753+ return
754+
755 orphan_test_cases = []
756 for name, jobs in self.selected_jobs.items():
757 is_test = any(job.get('type') == 'test' for job in jobs)
758
759=== modified file 'plugins/jobs_prompt.py'
760--- plugins/jobs_prompt.py 2012-06-22 17:04:14 +0000
761+++ plugins/jobs_prompt.py 2012-06-27 20:25:24 +0000
762@@ -67,7 +67,8 @@
763 ("prompt-jobs", self.prompt_jobs),
764 ("prompt-finish", self.prompt_finish),
765 ("report", self.report),
766- ("report-job", self.report_job)]:
767+ ("report-job", self.report_job),
768+ ("report-jobs", self.report_jobs)]:
769 self._manager.reactor.call_on(rt, rh)
770
771 #This should fire first thing during the gathering phase.
772@@ -108,7 +109,9 @@
773 job.setdefault("status", UNINITIATED)
774 self._manager.reactor.fire("report-%s" % job["plugin"], job)
775
776- self.store.add(job)
777+ def report_jobs(self, jobs):
778+ for job in jobs:
779+ self.store.add(job)
780
781 def prompt_job(self, interface, job):
782 attribute = "description" if job.get("type") == "suite" else "name"
783
784=== modified file 'plugins/message_info.py'
785--- plugins/message_info.py 2012-06-22 17:04:14 +0000
786+++ plugins/message_info.py 2012-06-27 20:25:24 +0000
787@@ -103,6 +103,8 @@
788 data = data.decode("utf-8")
789 except UnicodeDecodeError:
790 status, data, duration = (FAIL, "Decode error", 0,)
791+ except AttributeError:
792+ pass
793
794 self._manager.reactor.fire(
795 "message-result", status, data, duration)
796
797=== modified file 'plugins/persist_info.py'
798--- plugins/persist_info.py 2012-02-23 11:56:50 +0000
799+++ plugins/persist_info.py 2012-06-27 20:25:24 +0000
800@@ -36,7 +36,7 @@
801 ("begin", self.begin),
802 ("prompt-begin", self.begin),
803 ("prompt-job", self.save),
804- ("report-job", self.save)]:
805+ ("report-jobs", self.save)]:
806 self._manager.reactor.call_on(rt, rh, -100)
807
808 # Save persist data last
809
810=== modified file 'plugins/remote_suite.py'
811--- plugins/remote_suite.py 2010-08-13 16:23:16 +0000
812+++ plugins/remote_suite.py 2012-06-27 20:25:24 +0000
813@@ -31,16 +31,23 @@
814
815 def prompt_remote(self, interface, suite):
816 self._manager.reactor.fire("prompt-suite", interface, suite)
817+ messages = []
818
819 # Register temporary handler for report-message events
820 def report_message(message):
821 message["suite"] = suite["name"]
822- self._manager.reactor.fire("report-job", message)
823+ messages.append(message)
824
825 event_id = self._manager.reactor.call_on("report-message", report_message)
826 self._manager.reactor.fire("message-exec", suite)
827+
828+ for message in messages:
829+ self._manager.reactor.fire("report-job", message)
830+
831 self._manager.reactor.cancel_call(event_id)
832
833+ self._manager.reactor.fire("report-jobs", messages)
834+
835 def report_remote(self, suite):
836 self._manager.reactor.fire("report-suite", suite)
837
838
839=== modified file 'po/ace.po'
840--- po/ace.po 2012-06-22 17:04:14 +0000
841+++ po/ace.po 2012-06-27 20:25:24 +0000
842@@ -7,15 +7,15 @@
843 msgstr ""
844 "Project-Id-Version: checkbox\n"
845 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
846-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
847+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
848 "PO-Revision-Date: 2011-07-19 16:37+0000\n"
849 "Last-Translator: Benny Alfian <Unknown>\n"
850 "Language-Team: Acehnese <ace@li.org>\n"
851 "MIME-Version: 1.0\n"
852 "Content-Type: text/plain; charset=UTF-8\n"
853 "Content-Transfer-Encoding: 8bit\n"
854-"X-Launchpad-Export-Date: 2012-06-21 05:10+0000\n"
855-"X-Generator: Launchpad (build 15435)\n"
856+"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
857+"X-Generator: Launchpad (build 15461)\n"
858
859 #. Title of the user interface
860 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
861@@ -158,14 +158,6 @@
862 msgstr ""
863
864 #. description
865-#: ../jobs/autotest.txt.in:6
866-msgid ""
867-"PURPOSE:\n"
868-" This test will attempt to install and run the Autotest Suite. These "
869-"tests can be destructive, so this test is blacklisted by default."
870-msgstr ""
871-
872-#. description
873 #: ../jobs/benchmarks.txt.in:18
874 msgid "Benchmark for each disk"
875 msgstr ""
876@@ -1101,214 +1093,180 @@
877
878 #. description
879 #: ../jobs/local.txt.in:10
880-msgid "Autotest Suite tests"
881+msgid "Benchmarks tests"
882 msgstr ""
883
884 #. description
885 #: ../jobs/local.txt.in:17
886-msgid "Benchmarks tests"
887+msgid "Bluetooth tests"
888 msgstr ""
889
890 #. description
891 #: ../jobs/local.txt.in:24
892-msgid "Bluetooth tests"
893+msgid "Camera tests"
894 msgstr ""
895
896 #. description
897 #: ../jobs/local.txt.in:31
898-msgid "Camera tests"
899+msgid "Codec tests"
900 msgstr ""
901
902 #. description
903 #: ../jobs/local.txt.in:38
904-msgid "Codec tests"
905+msgid "CPU tests"
906 msgstr ""
907
908 #. description
909 #: ../jobs/local.txt.in:45
910-msgid "CPU tests"
911+msgid "System Daemon tests"
912 msgstr ""
913
914 #. description
915 #: ../jobs/local.txt.in:52
916-msgid "System Daemon tests"
917-msgstr ""
918-
919-#. description
920-#: ../jobs/local.txt.in:59
921 msgid "Disk tests"
922 msgstr "Uji Disk"
923
924 #. description
925+#: ../jobs/local.txt.in:59
926+msgid "Fingerprint reader tests"
927+msgstr ""
928+
929+#. description
930 #: ../jobs/local.txt.in:66
931-msgid "Fingerprint reader tests"
932+msgid "Firewire disk tests"
933 msgstr ""
934
935 #. description
936 #: ../jobs/local.txt.in:73
937-msgid "Firewire disk tests"
938+msgid "Floppy disk tests"
939 msgstr ""
940
941 #. description
942 #: ../jobs/local.txt.in:80
943-msgid "Floppy disk tests"
944+msgid "Graphics tests"
945 msgstr ""
946
947 #. description
948 #: ../jobs/local.txt.in:87
949-msgid "Graphics tests"
950+msgid "Hibernation tests"
951 msgstr ""
952
953 #. description
954 #: ../jobs/local.txt.in:94
955-msgid "Hibernation tests"
956+msgid "Informational tests"
957 msgstr ""
958
959 #. description
960 #: ../jobs/local.txt.in:101
961-msgid "Informational tests"
962+msgid "Input Devices tests"
963 msgstr ""
964
965 #. description
966 #: ../jobs/local.txt.in:108
967-msgid "Input Devices tests"
968+msgid "Software Installation tests"
969 msgstr ""
970
971 #. description
972 #: ../jobs/local.txt.in:115
973-msgid "Software Installation tests"
974+msgid "Hotkey tests"
975 msgstr ""
976
977 #. description
978 #: ../jobs/local.txt.in:122
979-msgid "Hotkey tests"
980+msgid "Media Card tests"
981 msgstr ""
982
983 #. description
984 #: ../jobs/local.txt.in:129
985-msgid "Linux Test Project tests"
986+msgid "Memory tests"
987 msgstr ""
988
989 #. description
990 #: ../jobs/local.txt.in:136
991-msgid "Mago Automated Desktop Testing"
992+msgid "Miscellaneous tests"
993 msgstr ""
994
995 #. description
996 #: ../jobs/local.txt.in:143
997-msgid "Media Card tests"
998-msgstr ""
999-
1000-#. description
1001-#: ../jobs/local.txt.in:150
1002-msgid "Memory tests"
1003-msgstr ""
1004-
1005-#. description
1006-#: ../jobs/local.txt.in:157
1007-msgid "Miscellaneous tests"
1008-msgstr ""
1009-
1010-#. description
1011-#: ../jobs/local.txt.in:164
1012 msgid "Monitor tests"
1013 msgstr "Uji Monitor"
1014
1015 #. description
1016-#: ../jobs/local.txt.in:171
1017+#: ../jobs/local.txt.in:150
1018 msgid "Networking tests"
1019 msgstr ""
1020
1021 #. description
1022-#: ../jobs/local.txt.in:178
1023+#: ../jobs/local.txt.in:157
1024 msgid "Optical Drive tests"
1025 msgstr ""
1026
1027 #. description
1028-#: ../jobs/local.txt.in:185
1029+#: ../jobs/local.txt.in:164
1030 msgid "Panel Clock Verification tests"
1031 msgstr ""
1032
1033 #. description
1034-#: ../jobs/local.txt.in:192
1035+#: ../jobs/local.txt.in:171
1036 msgid "PCMCIA/PCIX Card tests"
1037 msgstr ""
1038
1039 #. description
1040-#: ../jobs/local.txt.in:199
1041+#: ../jobs/local.txt.in:178
1042 msgid "Peripheral tests"
1043 msgstr ""
1044
1045 #. description
1046-#: ../jobs/local.txt.in:206
1047+#: ../jobs/local.txt.in:185
1048 msgid "Power Management tests"
1049 msgstr ""
1050
1051 #. description
1052-#: ../jobs/local.txt.in:213
1053-msgid "QA Regression tests"
1054-msgstr ""
1055-
1056-#. description
1057-#: ../jobs/local.txt.in:220
1058+#: ../jobs/local.txt.in:192
1059 msgid "Server Services checks"
1060 msgstr ""
1061
1062 #. description
1063-#: ../jobs/local.txt.in:227
1064+#: ../jobs/local.txt.in:199
1065 msgid "Suspend tests"
1066 msgstr ""
1067
1068 #. description
1069-#: ../jobs/local.txt.in:234
1070+#: ../jobs/local.txt.in:206
1071 msgid "Touchpad tests"
1072 msgstr ""
1073
1074 #. description
1075-#: ../jobs/local.txt.in:241
1076+#: ../jobs/local.txt.in:213
1077 msgid "USB tests"
1078 msgstr ""
1079
1080 #. description
1081-#: ../jobs/local.txt.in:248
1082+#: ../jobs/local.txt.in:220
1083 msgid "User Applications"
1084 msgstr ""
1085
1086 #. description
1087-#: ../jobs/local.txt.in:255
1088+#: ../jobs/local.txt.in:227
1089 msgid "Wireless networking tests"
1090 msgstr ""
1091
1092 #. description
1093-#: ../jobs/local.txt.in:262
1094+#: ../jobs/local.txt.in:234
1095 msgid "Stress tests"
1096 msgstr ""
1097
1098 #. description
1099-#: ../jobs/local.txt.in:269
1100+#: ../jobs/local.txt.in:241
1101 msgid "Smoke tests"
1102 msgstr ""
1103
1104 #. description
1105-#: ../jobs/local.txt.in:276
1106+#: ../jobs/local.txt.in:248
1107 msgid "Sniff Sniffers"
1108 msgstr ""
1109
1110 #. description
1111-#: ../jobs/ltp.txt.in:3
1112-msgid ""
1113-"This test installs and runs Linux Test Project syscalls test. This can be "
1114-"destructive, thus this test is blacklisted by default."
1115-msgstr ""
1116-
1117-#. description
1118-#: ../jobs/mago.txt.in:8
1119-msgid ""
1120-"PURPOSE:\n"
1121-" This test installs and runs the Mago Automated Desktop Testing suite."
1122-msgstr ""
1123-
1124-#. description
1125 #: ../jobs/mediacard.txt.in:4
1126 msgid ""
1127 "PURPOSE:\n"
1128@@ -2189,13 +2147,6 @@
1129 msgstr ""
1130
1131 #. description
1132-#: ../jobs/qa_regression.txt.in:7
1133-msgid ""
1134-"PURPOSE:\n"
1135-" This is to install and run the Ubuntu QA regression tests (destructive)"
1136-msgstr ""
1137-
1138-#. description
1139 #: ../jobs/server-services.txt.in:5
1140 msgid "Verifies that sshd is running."
1141 msgstr ""
1142
1143=== modified file 'po/af.po'
1144--- po/af.po 2012-06-22 17:04:14 +0000
1145+++ po/af.po 2012-06-27 20:25:24 +0000
1146@@ -7,15 +7,15 @@
1147 msgstr ""
1148 "Project-Id-Version: checkbox\n"
1149 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1150-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
1151+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
1152 "PO-Revision-Date: 2011-07-19 18:28+0000\n"
1153 "Last-Translator: JC Brand <Unknown>\n"
1154 "Language-Team: Afrikaans <af@li.org>\n"
1155 "MIME-Version: 1.0\n"
1156 "Content-Type: text/plain; charset=UTF-8\n"
1157 "Content-Transfer-Encoding: 8bit\n"
1158-"X-Launchpad-Export-Date: 2012-06-21 05:10+0000\n"
1159-"X-Generator: Launchpad (build 15435)\n"
1160+"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
1161+"X-Generator: Launchpad (build 15461)\n"
1162
1163 #. Title of the user interface
1164 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1165@@ -158,14 +158,6 @@
1166 msgstr ""
1167
1168 #. description
1169-#: ../jobs/autotest.txt.in:6
1170-msgid ""
1171-"PURPOSE:\n"
1172-" This test will attempt to install and run the Autotest Suite. These "
1173-"tests can be destructive, so this test is blacklisted by default."
1174-msgstr ""
1175-
1176-#. description
1177 #: ../jobs/benchmarks.txt.in:18
1178 msgid "Benchmark for each disk"
1179 msgstr ""
1180@@ -1101,214 +1093,180 @@
1181
1182 #. description
1183 #: ../jobs/local.txt.in:10
1184-msgid "Autotest Suite tests"
1185+msgid "Benchmarks tests"
1186 msgstr ""
1187
1188 #. description
1189 #: ../jobs/local.txt.in:17
1190-msgid "Benchmarks tests"
1191+msgid "Bluetooth tests"
1192 msgstr ""
1193
1194 #. description
1195 #: ../jobs/local.txt.in:24
1196-msgid "Bluetooth tests"
1197+msgid "Camera tests"
1198 msgstr ""
1199
1200 #. description
1201 #: ../jobs/local.txt.in:31
1202-msgid "Camera tests"
1203+msgid "Codec tests"
1204 msgstr ""
1205
1206 #. description
1207 #: ../jobs/local.txt.in:38
1208-msgid "Codec tests"
1209+msgid "CPU tests"
1210 msgstr ""
1211
1212 #. description
1213 #: ../jobs/local.txt.in:45
1214-msgid "CPU tests"
1215+msgid "System Daemon tests"
1216 msgstr ""
1217
1218 #. description
1219 #: ../jobs/local.txt.in:52
1220-msgid "System Daemon tests"
1221+msgid "Disk tests"
1222 msgstr ""
1223
1224 #. description
1225 #: ../jobs/local.txt.in:59
1226-msgid "Disk tests"
1227+msgid "Fingerprint reader tests"
1228 msgstr ""
1229
1230 #. description
1231 #: ../jobs/local.txt.in:66
1232-msgid "Fingerprint reader tests"
1233+msgid "Firewire disk tests"
1234 msgstr ""
1235
1236 #. description
1237 #: ../jobs/local.txt.in:73
1238-msgid "Firewire disk tests"
1239+msgid "Floppy disk tests"
1240 msgstr ""
1241
1242 #. description
1243 #: ../jobs/local.txt.in:80
1244-msgid "Floppy disk tests"
1245+msgid "Graphics tests"
1246 msgstr ""
1247
1248 #. description
1249 #: ../jobs/local.txt.in:87
1250-msgid "Graphics tests"
1251+msgid "Hibernation tests"
1252 msgstr ""
1253
1254 #. description
1255 #: ../jobs/local.txt.in:94
1256-msgid "Hibernation tests"
1257+msgid "Informational tests"
1258 msgstr ""
1259
1260 #. description
1261 #: ../jobs/local.txt.in:101
1262-msgid "Informational tests"
1263+msgid "Input Devices tests"
1264 msgstr ""
1265
1266 #. description
1267 #: ../jobs/local.txt.in:108
1268-msgid "Input Devices tests"
1269+msgid "Software Installation tests"
1270 msgstr ""
1271
1272 #. description
1273 #: ../jobs/local.txt.in:115
1274-msgid "Software Installation tests"
1275+msgid "Hotkey tests"
1276 msgstr ""
1277
1278 #. description
1279 #: ../jobs/local.txt.in:122
1280-msgid "Hotkey tests"
1281+msgid "Media Card tests"
1282 msgstr ""
1283
1284 #. description
1285 #: ../jobs/local.txt.in:129
1286-msgid "Linux Test Project tests"
1287+msgid "Memory tests"
1288 msgstr ""
1289
1290 #. description
1291 #: ../jobs/local.txt.in:136
1292-msgid "Mago Automated Desktop Testing"
1293+msgid "Miscellaneous tests"
1294 msgstr ""
1295
1296 #. description
1297 #: ../jobs/local.txt.in:143
1298-msgid "Media Card tests"
1299+msgid "Monitor tests"
1300 msgstr ""
1301
1302 #. description
1303 #: ../jobs/local.txt.in:150
1304-msgid "Memory tests"
1305+msgid "Networking tests"
1306 msgstr ""
1307
1308 #. description
1309 #: ../jobs/local.txt.in:157
1310-msgid "Miscellaneous tests"
1311+msgid "Optical Drive tests"
1312 msgstr ""
1313
1314 #. description
1315 #: ../jobs/local.txt.in:164
1316-msgid "Monitor tests"
1317+msgid "Panel Clock Verification tests"
1318 msgstr ""
1319
1320 #. description
1321 #: ../jobs/local.txt.in:171
1322-msgid "Networking tests"
1323+msgid "PCMCIA/PCIX Card tests"
1324 msgstr ""
1325
1326 #. description
1327 #: ../jobs/local.txt.in:178
1328-msgid "Optical Drive tests"
1329+msgid "Peripheral tests"
1330 msgstr ""
1331
1332 #. description
1333 #: ../jobs/local.txt.in:185
1334-msgid "Panel Clock Verification tests"
1335+msgid "Power Management tests"
1336 msgstr ""
1337
1338 #. description
1339 #: ../jobs/local.txt.in:192
1340-msgid "PCMCIA/PCIX Card tests"
1341+msgid "Server Services checks"
1342 msgstr ""
1343
1344 #. description
1345 #: ../jobs/local.txt.in:199
1346-msgid "Peripheral tests"
1347+msgid "Suspend tests"
1348 msgstr ""
1349
1350 #. description
1351 #: ../jobs/local.txt.in:206
1352-msgid "Power Management tests"
1353+msgid "Touchpad tests"
1354 msgstr ""
1355
1356 #. description
1357 #: ../jobs/local.txt.in:213
1358-msgid "QA Regression tests"
1359+msgid "USB tests"
1360 msgstr ""
1361
1362 #. description
1363 #: ../jobs/local.txt.in:220
1364-msgid "Server Services checks"
1365+msgid "User Applications"
1366 msgstr ""
1367
1368 #. description
1369 #: ../jobs/local.txt.in:227
1370-msgid "Suspend tests"
1371+msgid "Wireless networking tests"
1372 msgstr ""
1373
1374 #. description
1375 #: ../jobs/local.txt.in:234
1376-msgid "Touchpad tests"
1377+msgid "Stress tests"
1378 msgstr ""
1379
1380 #. description
1381 #: ../jobs/local.txt.in:241
1382-msgid "USB tests"
1383+msgid "Smoke tests"
1384 msgstr ""
1385
1386 #. description
1387 #: ../jobs/local.txt.in:248
1388-msgid "User Applications"
1389-msgstr ""
1390-
1391-#. description
1392-#: ../jobs/local.txt.in:255
1393-msgid "Wireless networking tests"
1394-msgstr ""
1395-
1396-#. description
1397-#: ../jobs/local.txt.in:262
1398-msgid "Stress tests"
1399-msgstr ""
1400-
1401-#. description
1402-#: ../jobs/local.txt.in:269
1403-msgid "Smoke tests"
1404-msgstr ""
1405-
1406-#. description
1407-#: ../jobs/local.txt.in:276
1408 msgid "Sniff Sniffers"
1409 msgstr ""
1410
1411 #. description
1412-#: ../jobs/ltp.txt.in:3
1413-msgid ""
1414-"This test installs and runs Linux Test Project syscalls test. This can be "
1415-"destructive, thus this test is blacklisted by default."
1416-msgstr ""
1417-
1418-#. description
1419-#: ../jobs/mago.txt.in:8
1420-msgid ""
1421-"PURPOSE:\n"
1422-" This test installs and runs the Mago Automated Desktop Testing suite."
1423-msgstr ""
1424-
1425-#. description
1426 #: ../jobs/mediacard.txt.in:4
1427 msgid ""
1428 "PURPOSE:\n"
1429@@ -2189,13 +2147,6 @@
1430 msgstr ""
1431
1432 #. description
1433-#: ../jobs/qa_regression.txt.in:7
1434-msgid ""
1435-"PURPOSE:\n"
1436-" This is to install and run the Ubuntu QA regression tests (destructive)"
1437-msgstr ""
1438-
1439-#. description
1440 #: ../jobs/server-services.txt.in:5
1441 msgid "Verifies that sshd is running."
1442 msgstr ""
1443
1444=== modified file 'po/am.po'
1445--- po/am.po 2012-06-22 17:04:14 +0000
1446+++ po/am.po 2012-06-27 20:25:24 +0000
1447@@ -7,15 +7,15 @@
1448 msgstr ""
1449 "Project-Id-Version: checkbox\n"
1450 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1451-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
1452+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
1453 "PO-Revision-Date: 2011-07-19 18:29+0000\n"
1454 "Last-Translator: samson <Unknown>\n"
1455 "Language-Team: Amharic <am@li.org>\n"
1456 "MIME-Version: 1.0\n"
1457 "Content-Type: text/plain; charset=UTF-8\n"
1458 "Content-Transfer-Encoding: 8bit\n"
1459-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
1460-"X-Generator: Launchpad (build 15435)\n"
1461+"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
1462+"X-Generator: Launchpad (build 15461)\n"
1463
1464 #. Title of the user interface
1465 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1466@@ -158,14 +158,6 @@
1467 msgstr ""
1468
1469 #. description
1470-#: ../jobs/autotest.txt.in:6
1471-msgid ""
1472-"PURPOSE:\n"
1473-" This test will attempt to install and run the Autotest Suite. These "
1474-"tests can be destructive, so this test is blacklisted by default."
1475-msgstr ""
1476-
1477-#. description
1478 #: ../jobs/benchmarks.txt.in:18
1479 msgid "Benchmark for each disk"
1480 msgstr ""
1481@@ -1101,214 +1093,180 @@
1482
1483 #. description
1484 #: ../jobs/local.txt.in:10
1485-msgid "Autotest Suite tests"
1486+msgid "Benchmarks tests"
1487 msgstr ""
1488
1489 #. description
1490 #: ../jobs/local.txt.in:17
1491-msgid "Benchmarks tests"
1492+msgid "Bluetooth tests"
1493 msgstr ""
1494
1495 #. description
1496 #: ../jobs/local.txt.in:24
1497-msgid "Bluetooth tests"
1498+msgid "Camera tests"
1499 msgstr ""
1500
1501 #. description
1502 #: ../jobs/local.txt.in:31
1503-msgid "Camera tests"
1504+msgid "Codec tests"
1505 msgstr ""
1506
1507 #. description
1508 #: ../jobs/local.txt.in:38
1509-msgid "Codec tests"
1510+msgid "CPU tests"
1511 msgstr ""
1512
1513 #. description
1514 #: ../jobs/local.txt.in:45
1515-msgid "CPU tests"
1516+msgid "System Daemon tests"
1517 msgstr ""
1518
1519 #. description
1520 #: ../jobs/local.txt.in:52
1521-msgid "System Daemon tests"
1522-msgstr ""
1523-
1524-#. description
1525-#: ../jobs/local.txt.in:59
1526 msgid "Disk tests"
1527 msgstr "የዲስክ ሙከራ"
1528
1529 #. description
1530+#: ../jobs/local.txt.in:59
1531+msgid "Fingerprint reader tests"
1532+msgstr ""
1533+
1534+#. description
1535 #: ../jobs/local.txt.in:66
1536-msgid "Fingerprint reader tests"
1537+msgid "Firewire disk tests"
1538 msgstr ""
1539
1540 #. description
1541 #: ../jobs/local.txt.in:73
1542-msgid "Firewire disk tests"
1543+msgid "Floppy disk tests"
1544 msgstr ""
1545
1546 #. description
1547 #: ../jobs/local.txt.in:80
1548-msgid "Floppy disk tests"
1549+msgid "Graphics tests"
1550 msgstr ""
1551
1552 #. description
1553 #: ../jobs/local.txt.in:87
1554-msgid "Graphics tests"
1555+msgid "Hibernation tests"
1556 msgstr ""
1557
1558 #. description
1559 #: ../jobs/local.txt.in:94
1560-msgid "Hibernation tests"
1561+msgid "Informational tests"
1562 msgstr ""
1563
1564 #. description
1565 #: ../jobs/local.txt.in:101
1566-msgid "Informational tests"
1567+msgid "Input Devices tests"
1568 msgstr ""
1569
1570 #. description
1571 #: ../jobs/local.txt.in:108
1572-msgid "Input Devices tests"
1573+msgid "Software Installation tests"
1574 msgstr ""
1575
1576 #. description
1577 #: ../jobs/local.txt.in:115
1578-msgid "Software Installation tests"
1579+msgid "Hotkey tests"
1580 msgstr ""
1581
1582 #. description
1583 #: ../jobs/local.txt.in:122
1584-msgid "Hotkey tests"
1585+msgid "Media Card tests"
1586 msgstr ""
1587
1588 #. description
1589 #: ../jobs/local.txt.in:129
1590-msgid "Linux Test Project tests"
1591+msgid "Memory tests"
1592 msgstr ""
1593
1594 #. description
1595 #: ../jobs/local.txt.in:136
1596-msgid "Mago Automated Desktop Testing"
1597+msgid "Miscellaneous tests"
1598 msgstr ""
1599
1600 #. description
1601 #: ../jobs/local.txt.in:143
1602-msgid "Media Card tests"
1603+msgid "Monitor tests"
1604 msgstr ""
1605
1606 #. description
1607 #: ../jobs/local.txt.in:150
1608-msgid "Memory tests"
1609+msgid "Networking tests"
1610 msgstr ""
1611
1612 #. description
1613 #: ../jobs/local.txt.in:157
1614-msgid "Miscellaneous tests"
1615+msgid "Optical Drive tests"
1616 msgstr ""
1617
1618 #. description
1619 #: ../jobs/local.txt.in:164
1620-msgid "Monitor tests"
1621+msgid "Panel Clock Verification tests"
1622 msgstr ""
1623
1624 #. description
1625 #: ../jobs/local.txt.in:171
1626-msgid "Networking tests"
1627+msgid "PCMCIA/PCIX Card tests"
1628 msgstr ""
1629
1630 #. description
1631 #: ../jobs/local.txt.in:178
1632-msgid "Optical Drive tests"
1633+msgid "Peripheral tests"
1634 msgstr ""
1635
1636 #. description
1637 #: ../jobs/local.txt.in:185
1638-msgid "Panel Clock Verification tests"
1639+msgid "Power Management tests"
1640 msgstr ""
1641
1642 #. description
1643 #: ../jobs/local.txt.in:192
1644-msgid "PCMCIA/PCIX Card tests"
1645+msgid "Server Services checks"
1646 msgstr ""
1647
1648 #. description
1649 #: ../jobs/local.txt.in:199
1650-msgid "Peripheral tests"
1651+msgid "Suspend tests"
1652 msgstr ""
1653
1654 #. description
1655 #: ../jobs/local.txt.in:206
1656-msgid "Power Management tests"
1657+msgid "Touchpad tests"
1658 msgstr ""
1659
1660 #. description
1661 #: ../jobs/local.txt.in:213
1662-msgid "QA Regression tests"
1663+msgid "USB tests"
1664 msgstr ""
1665
1666 #. description
1667 #: ../jobs/local.txt.in:220
1668-msgid "Server Services checks"
1669+msgid "User Applications"
1670 msgstr ""
1671
1672 #. description
1673 #: ../jobs/local.txt.in:227
1674-msgid "Suspend tests"
1675+msgid "Wireless networking tests"
1676 msgstr ""
1677
1678 #. description
1679 #: ../jobs/local.txt.in:234
1680-msgid "Touchpad tests"
1681+msgid "Stress tests"
1682 msgstr ""
1683
1684 #. description
1685 #: ../jobs/local.txt.in:241
1686-msgid "USB tests"
1687+msgid "Smoke tests"
1688 msgstr ""
1689
1690 #. description
1691 #: ../jobs/local.txt.in:248
1692-msgid "User Applications"
1693-msgstr ""
1694-
1695-#. description
1696-#: ../jobs/local.txt.in:255
1697-msgid "Wireless networking tests"
1698-msgstr ""
1699-
1700-#. description
1701-#: ../jobs/local.txt.in:262
1702-msgid "Stress tests"
1703-msgstr ""
1704-
1705-#. description
1706-#: ../jobs/local.txt.in:269
1707-msgid "Smoke tests"
1708-msgstr ""
1709-
1710-#. description
1711-#: ../jobs/local.txt.in:276
1712 msgid "Sniff Sniffers"
1713 msgstr ""
1714
1715 #. description
1716-#: ../jobs/ltp.txt.in:3
1717-msgid ""
1718-"This test installs and runs Linux Test Project syscalls test. This can be "
1719-"destructive, thus this test is blacklisted by default."
1720-msgstr ""
1721-
1722-#. description
1723-#: ../jobs/mago.txt.in:8
1724-msgid ""
1725-"PURPOSE:\n"
1726-" This test installs and runs the Mago Automated Desktop Testing suite."
1727-msgstr ""
1728-
1729-#. description
1730 #: ../jobs/mediacard.txt.in:4
1731 msgid ""
1732 "PURPOSE:\n"
1733@@ -2189,13 +2147,6 @@
1734 msgstr ""
1735
1736 #. description
1737-#: ../jobs/qa_regression.txt.in:7
1738-msgid ""
1739-"PURPOSE:\n"
1740-" This is to install and run the Ubuntu QA regression tests (destructive)"
1741-msgstr ""
1742-
1743-#. description
1744 #: ../jobs/server-services.txt.in:5
1745 msgid "Verifies that sshd is running."
1746 msgstr ""
1747
1748=== modified file 'po/ar.po'
1749--- po/ar.po 2012-06-22 17:04:14 +0000
1750+++ po/ar.po 2012-06-27 20:25:24 +0000
1751@@ -7,15 +7,15 @@
1752 msgstr ""
1753 "Project-Id-Version: checkbox\n"
1754 "Report-Msgid-Bugs-To: \n"
1755-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
1756+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
1757 "PO-Revision-Date: 2012-05-02 22:46+0000\n"
1758 "Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"
1759 "Language-Team: Arabic <ar@li.org>\n"
1760 "MIME-Version: 1.0\n"
1761 "Content-Type: text/plain; charset=UTF-8\n"
1762 "Content-Transfer-Encoding: 8bit\n"
1763-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
1764-"X-Generator: Launchpad (build 15435)\n"
1765+"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
1766+"X-Generator: Launchpad (build 15461)\n"
1767
1768 #. Title of the user interface
1769 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
1770@@ -213,14 +213,6 @@
1771 msgstr ""
1772
1773 #. description
1774-#: ../jobs/autotest.txt.in:6
1775-msgid ""
1776-"PURPOSE:\n"
1777-" This test will attempt to install and run the Autotest Suite. These "
1778-"tests can be destructive, so this test is blacklisted by default."
1779-msgstr ""
1780-
1781-#. description
1782 #: ../jobs/benchmarks.txt.in:18
1783 msgid "Benchmark for each disk"
1784 msgstr ""
1785@@ -1156,214 +1148,180 @@
1786
1787 #. description
1788 #: ../jobs/local.txt.in:10
1789-msgid "Autotest Suite tests"
1790+msgid "Benchmarks tests"
1791 msgstr ""
1792
1793 #. description
1794 #: ../jobs/local.txt.in:17
1795-msgid "Benchmarks tests"
1796-msgstr ""
1797-
1798-#. description
1799-#: ../jobs/local.txt.in:24
1800 msgid "Bluetooth tests"
1801 msgstr "اختبارات بلوتوث"
1802
1803 #. description
1804-#: ../jobs/local.txt.in:31
1805+#: ../jobs/local.txt.in:24
1806 msgid "Camera tests"
1807 msgstr "اختبارات الكاميرا"
1808
1809 #. description
1810+#: ../jobs/local.txt.in:31
1811+msgid "Codec tests"
1812+msgstr ""
1813+
1814+#. description
1815 #: ../jobs/local.txt.in:38
1816-msgid "Codec tests"
1817-msgstr ""
1818-
1819-#. description
1820-#: ../jobs/local.txt.in:45
1821 msgid "CPU tests"
1822 msgstr "اختبارات المعالج"
1823
1824 #. description
1825+#: ../jobs/local.txt.in:45
1826+msgid "System Daemon tests"
1827+msgstr ""
1828+
1829+#. description
1830 #: ../jobs/local.txt.in:52
1831-msgid "System Daemon tests"
1832-msgstr ""
1833-
1834-#. description
1835-#: ../jobs/local.txt.in:59
1836 msgid "Disk tests"
1837 msgstr "اختبارات القرص"
1838
1839 #. description
1840-#: ../jobs/local.txt.in:66
1841+#: ../jobs/local.txt.in:59
1842 msgid "Fingerprint reader tests"
1843 msgstr "اختبارات قارئ البصمة"
1844
1845 #. description
1846-#: ../jobs/local.txt.in:73
1847+#: ../jobs/local.txt.in:66
1848 msgid "Firewire disk tests"
1849 msgstr "اختبارات قرص السلك الناري"
1850
1851 #. description
1852+#: ../jobs/local.txt.in:73
1853+msgid "Floppy disk tests"
1854+msgstr ""
1855+
1856+#. description
1857 #: ../jobs/local.txt.in:80
1858-msgid "Floppy disk tests"
1859-msgstr ""
1860-
1861-#. description
1862-#: ../jobs/local.txt.in:87
1863 msgid "Graphics tests"
1864 msgstr "اختبارات الرسوميات"
1865
1866 #. description
1867+#: ../jobs/local.txt.in:87
1868+msgid "Hibernation tests"
1869+msgstr ""
1870+
1871+#. description
1872 #: ../jobs/local.txt.in:94
1873-msgid "Hibernation tests"
1874-msgstr ""
1875-
1876-#. description
1877-#: ../jobs/local.txt.in:101
1878 msgid "Informational tests"
1879 msgstr "اختبارات استعلامية"
1880
1881 #. description
1882-#: ../jobs/local.txt.in:108
1883+#: ../jobs/local.txt.in:101
1884 msgid "Input Devices tests"
1885 msgstr "اختبارات أجهزة الإدخال"
1886
1887 #. description
1888+#: ../jobs/local.txt.in:108
1889+msgid "Software Installation tests"
1890+msgstr ""
1891+
1892+#. description
1893 #: ../jobs/local.txt.in:115
1894-msgid "Software Installation tests"
1895-msgstr ""
1896-
1897-#. description
1898-#: ../jobs/local.txt.in:122
1899 msgid "Hotkey tests"
1900 msgstr "اختبارات مفاتيح الاختصار"
1901
1902 #. description
1903-#: ../jobs/local.txt.in:129
1904-msgid "Linux Test Project tests"
1905-msgstr ""
1906-
1907-#. description
1908-#: ../jobs/local.txt.in:136
1909-msgid "Mago Automated Desktop Testing"
1910-msgstr ""
1911-
1912-#. description
1913-#: ../jobs/local.txt.in:143
1914+#: ../jobs/local.txt.in:122
1915 msgid "Media Card tests"
1916 msgstr "اختبارات كروت الوسائط"
1917
1918 #. description
1919-#: ../jobs/local.txt.in:150
1920+#: ../jobs/local.txt.in:129
1921 msgid "Memory tests"
1922 msgstr "اختبارات الذاكرة"
1923
1924 #. description
1925-#: ../jobs/local.txt.in:157
1926+#: ../jobs/local.txt.in:136
1927 msgid "Miscellaneous tests"
1928 msgstr "اختبارات متنوعة"
1929
1930 #. description
1931-#: ../jobs/local.txt.in:164
1932+#: ../jobs/local.txt.in:143
1933 msgid "Monitor tests"
1934 msgstr "اختبارات الشاشة"
1935
1936 #. description
1937-#: ../jobs/local.txt.in:171
1938+#: ../jobs/local.txt.in:150
1939 msgid "Networking tests"
1940 msgstr "اختبارات الشبكة"
1941
1942 #. description
1943-#: ../jobs/local.txt.in:178
1944+#: ../jobs/local.txt.in:157
1945 msgid "Optical Drive tests"
1946 msgstr "اختبارات القارئات البصرية"
1947
1948 #. description
1949-#: ../jobs/local.txt.in:185
1950+#: ../jobs/local.txt.in:164
1951 msgid "Panel Clock Verification tests"
1952 msgstr ""
1953
1954 #. description
1955-#: ../jobs/local.txt.in:192
1956+#: ../jobs/local.txt.in:171
1957 msgid "PCMCIA/PCIX Card tests"
1958 msgstr "اختبارات كروت PCMCIA/PCIX"
1959
1960 #. description
1961-#: ../jobs/local.txt.in:199
1962+#: ../jobs/local.txt.in:178
1963 msgid "Peripheral tests"
1964 msgstr "اختبارات الملحقات"
1965
1966 #. description
1967-#: ../jobs/local.txt.in:206
1968+#: ../jobs/local.txt.in:185
1969 msgid "Power Management tests"
1970 msgstr "اختبارات إدارة الطاقة"
1971
1972 #. description
1973-#: ../jobs/local.txt.in:213
1974-msgid "QA Regression tests"
1975-msgstr ""
1976-
1977-#. description
1978-#: ../jobs/local.txt.in:220
1979+#: ../jobs/local.txt.in:192
1980 msgid "Server Services checks"
1981 msgstr ""
1982
1983 #. description
1984-#: ../jobs/local.txt.in:227
1985+#: ../jobs/local.txt.in:199
1986 msgid "Suspend tests"
1987 msgstr "اختبارات التعليق"
1988
1989 #. description
1990-#: ../jobs/local.txt.in:234
1991+#: ../jobs/local.txt.in:206
1992 msgid "Touchpad tests"
1993 msgstr ""
1994
1995 #. description
1996-#: ../jobs/local.txt.in:241
1997+#: ../jobs/local.txt.in:213
1998 msgid "USB tests"
1999 msgstr "اختبارات USB"
2000
2001 #. description
2002-#: ../jobs/local.txt.in:248
2003+#: ../jobs/local.txt.in:220
2004 msgid "User Applications"
2005 msgstr "تطبيقات المستخدم"
2006
2007 #. description
2008-#: ../jobs/local.txt.in:255
2009+#: ../jobs/local.txt.in:227
2010 msgid "Wireless networking tests"
2011 msgstr "اختبارات الشبكة اللاسلكية"
2012
2013 #. description
2014-#: ../jobs/local.txt.in:262
2015+#: ../jobs/local.txt.in:234
2016 msgid "Stress tests"
2017 msgstr ""
2018
2019 #. description
2020-#: ../jobs/local.txt.in:269
2021+#: ../jobs/local.txt.in:241
2022 msgid "Smoke tests"
2023 msgstr ""
2024
2025 #. description
2026-#: ../jobs/local.txt.in:276
2027+#: ../jobs/local.txt.in:248
2028 msgid "Sniff Sniffers"
2029 msgstr ""
2030
2031 #. description
2032-#: ../jobs/ltp.txt.in:3
2033-msgid ""
2034-"This test installs and runs Linux Test Project syscalls test. This can be "
2035-"destructive, thus this test is blacklisted by default."
2036-msgstr ""
2037-
2038-#. description
2039-#: ../jobs/mago.txt.in:8
2040-msgid ""
2041-"PURPOSE:\n"
2042-" This test installs and runs the Mago Automated Desktop Testing suite."
2043-msgstr ""
2044-
2045-#. description
2046 #: ../jobs/mediacard.txt.in:4
2047 msgid ""
2048 "PURPOSE:\n"
2049@@ -2244,13 +2202,6 @@
2050 msgstr ""
2051
2052 #. description
2053-#: ../jobs/qa_regression.txt.in:7
2054-msgid ""
2055-"PURPOSE:\n"
2056-" This is to install and run the Ubuntu QA regression tests (destructive)"
2057-msgstr ""
2058-
2059-#. description
2060 #: ../jobs/server-services.txt.in:5
2061 msgid "Verifies that sshd is running."
2062 msgstr ""
2063
2064=== modified file 'po/ast.po'
2065--- po/ast.po 2012-06-22 17:04:14 +0000
2066+++ po/ast.po 2012-06-27 20:25:24 +0000
2067@@ -7,15 +7,15 @@
2068 msgstr ""
2069 "Project-Id-Version: checkbox\n"
2070 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2071-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
2072+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
2073 "PO-Revision-Date: 2012-03-27 09:15+0000\n"
2074 "Last-Translator: Xandru <xandru@softastur.org>\n"
2075 "Language-Team: Softastur <alministradores@softastur.org>\n"
2076 "MIME-Version: 1.0\n"
2077 "Content-Type: text/plain; charset=UTF-8\n"
2078 "Content-Transfer-Encoding: 8bit\n"
2079-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
2080-"X-Generator: Launchpad (build 15435)\n"
2081+"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
2082+"X-Generator: Launchpad (build 15461)\n"
2083 "Language: ast\n"
2084
2085 #. Title of the user interface
2086@@ -289,17 +289,6 @@
2087 msgstr ""
2088
2089 #. description
2090-#: ../jobs/autotest.txt.in:6
2091-msgid ""
2092-"PURPOSE:\n"
2093-" This test will attempt to install and run the Autotest Suite. These "
2094-"tests can be destructive, so this test is blacklisted by default."
2095-msgstr ""
2096-"OXETIVU:\n"
2097-" Esta prueba intentará instalar y executar el Autotest Suit. Estes pruebes "
2098-"puen ser destructives, polo que tán na llista prieta de forma predefinida."
2099-
2100-#. description
2101 #: ../jobs/benchmarks.txt.in:18
2102 msgid "Benchmark for each disk"
2103 msgstr "Prueba comparativa de cada discu"
2104@@ -1504,219 +1493,180 @@
2105
2106 #. description
2107 #: ../jobs/local.txt.in:10
2108-msgid "Autotest Suite tests"
2109-msgstr "Pruebes de la suite Autotest"
2110+msgid "Benchmarks tests"
2111+msgstr ""
2112
2113 #. description
2114 #: ../jobs/local.txt.in:17
2115-msgid "Benchmarks tests"
2116-msgstr ""
2117-
2118-#. description
2119-#: ../jobs/local.txt.in:24
2120 msgid "Bluetooth tests"
2121 msgstr "Pruebes de Bluetooth"
2122
2123 #. description
2124-#: ../jobs/local.txt.in:31
2125+#: ../jobs/local.txt.in:24
2126 msgid "Camera tests"
2127 msgstr "Pruebes de cámara"
2128
2129 #. description
2130-#: ../jobs/local.txt.in:38
2131+#: ../jobs/local.txt.in:31
2132 msgid "Codec tests"
2133 msgstr "Pruebes de códecs"
2134
2135 #. description
2136-#: ../jobs/local.txt.in:45
2137+#: ../jobs/local.txt.in:38
2138 msgid "CPU tests"
2139 msgstr "Pruebes de CPU"
2140
2141 #. description
2142-#: ../jobs/local.txt.in:52
2143+#: ../jobs/local.txt.in:45
2144 msgid "System Daemon tests"
2145 msgstr "Pruebes de degorriu de sistema"
2146
2147 #. description
2148-#: ../jobs/local.txt.in:59
2149+#: ../jobs/local.txt.in:52
2150 msgid "Disk tests"
2151 msgstr "Pruebes de discu"
2152
2153 #. description
2154-#: ../jobs/local.txt.in:66
2155+#: ../jobs/local.txt.in:59
2156 msgid "Fingerprint reader tests"
2157 msgstr "Pruebes de llector de buelga dactilar"
2158
2159 #. description
2160-#: ../jobs/local.txt.in:73
2161+#: ../jobs/local.txt.in:66
2162 msgid "Firewire disk tests"
2163 msgstr "Pruebes de discos firewire"
2164
2165 #. description
2166-#: ../jobs/local.txt.in:80
2167+#: ../jobs/local.txt.in:73
2168 msgid "Floppy disk tests"
2169 msgstr "Pruebes de disquete"
2170
2171 #. description
2172-#: ../jobs/local.txt.in:87
2173+#: ../jobs/local.txt.in:80
2174 msgid "Graphics tests"
2175 msgstr "Pruebes de gráficos"
2176
2177 #. description
2178-#: ../jobs/local.txt.in:94
2179+#: ../jobs/local.txt.in:87
2180 msgid "Hibernation tests"
2181 msgstr "Pruebes d'ivernación"
2182
2183 #. description
2184-#: ../jobs/local.txt.in:101
2185+#: ../jobs/local.txt.in:94
2186 msgid "Informational tests"
2187 msgstr "Pruebes informatives"
2188
2189 #. description
2190-#: ../jobs/local.txt.in:108
2191+#: ../jobs/local.txt.in:101
2192 msgid "Input Devices tests"
2193 msgstr "Pruebes de preseos d'entrada"
2194
2195 #. description
2196-#: ../jobs/local.txt.in:115
2197+#: ../jobs/local.txt.in:108
2198 msgid "Software Installation tests"
2199 msgstr "Pruebes d'instalación de software"
2200
2201 #. description
2202-#: ../jobs/local.txt.in:122
2203+#: ../jobs/local.txt.in:115
2204 msgid "Hotkey tests"
2205 msgstr "Pruebes d'atayos de tecláu"
2206
2207 #. description
2208-#: ../jobs/local.txt.in:129
2209-msgid "Linux Test Project tests"
2210-msgstr "Pruebes del proyeutu Linux Test"
2211-
2212-#. description
2213-#: ../jobs/local.txt.in:136
2214-msgid "Mago Automated Desktop Testing"
2215-msgstr "Prueba del escritoriu automatizáu Mago"
2216-
2217-#. description
2218-#: ../jobs/local.txt.in:143
2219+#: ../jobs/local.txt.in:122
2220 msgid "Media Card tests"
2221 msgstr "Pruebes de tarxetes multimedia"
2222
2223 #. description
2224-#: ../jobs/local.txt.in:150
2225+#: ../jobs/local.txt.in:129
2226 msgid "Memory tests"
2227 msgstr "Pruebes de memoria"
2228
2229 #. description
2230-#: ../jobs/local.txt.in:157
2231+#: ../jobs/local.txt.in:136
2232 msgid "Miscellaneous tests"
2233 msgstr "Pruebes miscelánees"
2234
2235 #. description
2236-#: ../jobs/local.txt.in:164
2237+#: ../jobs/local.txt.in:143
2238 msgid "Monitor tests"
2239 msgstr "Pruebes de monitor"
2240
2241 #. description
2242-#: ../jobs/local.txt.in:171
2243+#: ../jobs/local.txt.in:150
2244 msgid "Networking tests"
2245 msgstr "Pruebes de rede"
2246
2247 #. description
2248-#: ../jobs/local.txt.in:178
2249+#: ../jobs/local.txt.in:157
2250 msgid "Optical Drive tests"
2251 msgstr "Pruebes de discos ópticos"
2252
2253 #. description
2254-#: ../jobs/local.txt.in:185
2255+#: ../jobs/local.txt.in:164
2256 msgid "Panel Clock Verification tests"
2257 msgstr "Pruebes de verificación del reló del panel"
2258
2259 #. description
2260-#: ../jobs/local.txt.in:192
2261+#: ../jobs/local.txt.in:171
2262 msgid "PCMCIA/PCIX Card tests"
2263 msgstr "Pruebes de tarxetes PCMCIA/PCIX"
2264
2265 #. description
2266-#: ../jobs/local.txt.in:199
2267+#: ../jobs/local.txt.in:178
2268 msgid "Peripheral tests"
2269 msgstr "Pruebes de periféricos"
2270
2271 #. description
2272-#: ../jobs/local.txt.in:206
2273+#: ../jobs/local.txt.in:185
2274 msgid "Power Management tests"
2275 msgstr "Pruebes de xestión d'enerxía"
2276
2277 #. description
2278-#: ../jobs/local.txt.in:213
2279-msgid "QA Regression tests"
2280-msgstr "Pruebes de regresión QA"
2281-
2282-#. description
2283-#: ../jobs/local.txt.in:220
2284+#: ../jobs/local.txt.in:192
2285 msgid "Server Services checks"
2286 msgstr "Comprueba los servicios del sirvidor"
2287
2288 #. description
2289-#: ../jobs/local.txt.in:227
2290+#: ../jobs/local.txt.in:199
2291 msgid "Suspend tests"
2292 msgstr "Pruebes de suspensión"
2293
2294 #. description
2295-#: ../jobs/local.txt.in:234
2296+#: ../jobs/local.txt.in:206
2297 msgid "Touchpad tests"
2298 msgstr "Pruebes del touchpad"
2299
2300 #. description
2301-#: ../jobs/local.txt.in:241
2302+#: ../jobs/local.txt.in:213
2303 msgid "USB tests"
2304 msgstr "Pruebes d'USB"
2305
2306 #. description
2307-#: ../jobs/local.txt.in:248
2308+#: ../jobs/local.txt.in:220
2309 msgid "User Applications"
2310 msgstr "Aplicaciones d'usuariu"
2311
2312 #. description
2313-#: ../jobs/local.txt.in:255
2314+#: ../jobs/local.txt.in:227
2315 msgid "Wireless networking tests"
2316 msgstr "Pruebes de redes inalámbriques"
2317
2318 #. description
2319-#: ../jobs/local.txt.in:262
2320+#: ../jobs/local.txt.in:234
2321 msgid "Stress tests"
2322 msgstr "Pruebes d'estrés"
2323
2324 #. description
2325-#: ../jobs/local.txt.in:269
2326+#: ../jobs/local.txt.in:241
2327 msgid "Smoke tests"
2328 msgstr ""
2329
2330 #. description
2331-#: ../jobs/local.txt.in:276
2332+#: ../jobs/local.txt.in:248
2333 msgid "Sniff Sniffers"
2334 msgstr ""
2335
2336 #. description
2337-#: ../jobs/ltp.txt.in:3
2338-msgid ""
2339-"This test installs and runs Linux Test Project syscalls test. This can be "
2340-"destructive, thus this test is blacklisted by default."
2341-msgstr ""
2342-"Esta prueba instala y executa la prueba syscalls del proyeutu Linux Test. "
2343-"Pue ser destructiva, polo que ta na llista prieta de mou predetermináu."
2344-
2345-#. description
2346-#: ../jobs/mago.txt.in:8
2347-msgid ""
2348-"PURPOSE:\n"
2349-" This test installs and runs the Mago Automated Desktop Testing suite."
2350-msgstr ""
2351-"OXETIVU:\n"
2352-" Esta prueba instala y executa la suite de pruebes de automatizaes "
2353-"d'escritoriu Mago"
2354-
2355-#. description
2356 #: ../jobs/mediacard.txt.in:4
2357 msgid ""
2358 "PURPOSE:\n"
2359@@ -2885,16 +2835,6 @@
2360 "comprobación de regresión)"
2361
2362 #. description
2363-#: ../jobs/qa_regression.txt.in:7
2364-msgid ""
2365-"PURPOSE:\n"
2366-" This is to install and run the Ubuntu QA regression tests (destructive)"
2367-msgstr ""
2368-"OBJETIVO:\n"
2369-" Esto ye para instalar y executar les pruebes de regresión d'Ubuntu QA "
2370-"(destructivu)"
2371-
2372-#. description
2373 #: ../jobs/server-services.txt.in:5
2374 msgid "Verifies that sshd is running."
2375 msgstr "Verifica que sshd ta executándose"
2376@@ -6739,9 +6679,36 @@
2377 #~ msgid "Attaches the screenshot captured in info/screenshot."
2378 #~ msgstr "Axunta la captura de pantalla capturada en info/screenshot"
2379
2380+#~ msgid "Autotest Suite tests"
2381+#~ msgstr "Pruebes de la suite Autotest"
2382+
2383+#~ msgid "Mago Automated Desktop Testing"
2384+#~ msgstr "Prueba del escritoriu automatizáu Mago"
2385+
2386+#~ msgid "Linux Test Project tests"
2387+#~ msgstr "Pruebes del proyeutu Linux Test"
2388+
2389 #~ msgid "Phoronix Test Suite tests"
2390 #~ msgstr "Pruebes de Phoronix Test Suite"
2391
2392+#~ msgid "QA Regression tests"
2393+#~ msgstr "Pruebes de regresión QA"
2394+
2395+#~ msgid ""
2396+#~ "This test installs and runs Linux Test Project syscalls test. This can be "
2397+#~ "destructive, thus this test is blacklisted by default."
2398+#~ msgstr ""
2399+#~ "Esta prueba instala y executa la prueba syscalls del proyeutu Linux Test. "
2400+#~ "Pue ser destructiva, polo que ta na llista prieta de mou predetermináu."
2401+
2402+#~ msgid ""
2403+#~ "PURPOSE:\n"
2404+#~ " This is to install and run the Ubuntu QA regression tests (destructive)"
2405+#~ msgstr ""
2406+#~ "OBJETIVO:\n"
2407+#~ " Esto ye para instalar y executar les pruebes de regresión d'Ubuntu QA "
2408+#~ "(destructivu)"
2409+
2410 #~ msgid "Test ACPI Wakealarm (fwts wakealarm) "
2411 #~ msgstr "Test ACPI Wakealarm (fwts wakealarm) "
2412
2413@@ -6892,6 +6859,23 @@
2414
2415 #~ msgid ""
2416 #~ "PURPOSE:\n"
2417+#~ " This test will attempt to install and run the Autotest Suite. These "
2418+#~ "tests can be destructive, so this test is blacklisted by default."
2419+#~ msgstr ""
2420+#~ "OXETIVU:\n"
2421+#~ " Esta prueba intentará instalar y executar el Autotest Suit. Estes pruebes "
2422+#~ "puen ser destructives, polo que tán na llista prieta de forma predefinida."
2423+
2424+#~ msgid ""
2425+#~ "PURPOSE:\n"
2426+#~ " This test installs and runs the Mago Automated Desktop Testing suite."
2427+#~ msgstr ""
2428+#~ "OXETIVU:\n"
2429+#~ " Esta prueba instala y executa la suite de pruebes de automatizaes "
2430+#~ "d'escritoriu Mago"
2431+
2432+#~ msgid ""
2433+#~ "PURPOSE:\n"
2434 #~ " This test will check that the system correctly detects the removal\n"
2435 #~ " of an SDHC card from the systems card reader after the system has been "
2436 #~ "suspended.\n"
2437
2438=== modified file 'po/az.po'
2439--- po/az.po 2012-06-22 17:04:14 +0000
2440+++ po/az.po 2012-06-27 20:25:24 +0000
2441@@ -7,15 +7,15 @@
2442 msgstr ""
2443 "Project-Id-Version: checkbox\n"
2444 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2445-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
2446+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
2447 "PO-Revision-Date: 2012-02-13 17:43+0000\n"
2448 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2449 "Language-Team: Azerbaijani <az@li.org>\n"
2450 "MIME-Version: 1.0\n"
2451 "Content-Type: text/plain; charset=UTF-8\n"
2452 "Content-Transfer-Encoding: 8bit\n"
2453-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
2454-"X-Generator: Launchpad (build 15435)\n"
2455+"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
2456+"X-Generator: Launchpad (build 15461)\n"
2457
2458 #. Title of the user interface
2459 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
2460@@ -159,14 +159,6 @@
2461 msgstr ""
2462
2463 #. description
2464-#: ../jobs/autotest.txt.in:6
2465-msgid ""
2466-"PURPOSE:\n"
2467-" This test will attempt to install and run the Autotest Suite. These "
2468-"tests can be destructive, so this test is blacklisted by default."
2469-msgstr ""
2470-
2471-#. description
2472 #: ../jobs/benchmarks.txt.in:18
2473 msgid "Benchmark for each disk"
2474 msgstr "Hər bir disk üçün bençmark"
2475@@ -1104,214 +1096,180 @@
2476
2477 #. description
2478 #: ../jobs/local.txt.in:10
2479-msgid "Autotest Suite tests"
2480+msgid "Benchmarks tests"
2481 msgstr ""
2482
2483 #. description
2484 #: ../jobs/local.txt.in:17
2485-msgid "Benchmarks tests"
2486+msgid "Bluetooth tests"
2487 msgstr ""
2488
2489 #. description
2490 #: ../jobs/local.txt.in:24
2491-msgid "Bluetooth tests"
2492+msgid "Camera tests"
2493 msgstr ""
2494
2495 #. description
2496 #: ../jobs/local.txt.in:31
2497-msgid "Camera tests"
2498+msgid "Codec tests"
2499 msgstr ""
2500
2501 #. description
2502 #: ../jobs/local.txt.in:38
2503-msgid "Codec tests"
2504+msgid "CPU tests"
2505 msgstr ""
2506
2507 #. description
2508 #: ../jobs/local.txt.in:45
2509-msgid "CPU tests"
2510+msgid "System Daemon tests"
2511 msgstr ""
2512
2513 #. description
2514 #: ../jobs/local.txt.in:52
2515-msgid "System Daemon tests"
2516+msgid "Disk tests"
2517 msgstr ""
2518
2519 #. description
2520 #: ../jobs/local.txt.in:59
2521-msgid "Disk tests"
2522+msgid "Fingerprint reader tests"
2523 msgstr ""
2524
2525 #. description
2526 #: ../jobs/local.txt.in:66
2527-msgid "Fingerprint reader tests"
2528+msgid "Firewire disk tests"
2529 msgstr ""
2530
2531 #. description
2532 #: ../jobs/local.txt.in:73
2533-msgid "Firewire disk tests"
2534+msgid "Floppy disk tests"
2535 msgstr ""
2536
2537 #. description
2538 #: ../jobs/local.txt.in:80
2539-msgid "Floppy disk tests"
2540+msgid "Graphics tests"
2541 msgstr ""
2542
2543 #. description
2544 #: ../jobs/local.txt.in:87
2545-msgid "Graphics tests"
2546+msgid "Hibernation tests"
2547 msgstr ""
2548
2549 #. description
2550 #: ../jobs/local.txt.in:94
2551-msgid "Hibernation tests"
2552+msgid "Informational tests"
2553 msgstr ""
2554
2555 #. description
2556 #: ../jobs/local.txt.in:101
2557-msgid "Informational tests"
2558+msgid "Input Devices tests"
2559 msgstr ""
2560
2561 #. description
2562 #: ../jobs/local.txt.in:108
2563-msgid "Input Devices tests"
2564+msgid "Software Installation tests"
2565 msgstr ""
2566
2567 #. description
2568 #: ../jobs/local.txt.in:115
2569-msgid "Software Installation tests"
2570+msgid "Hotkey tests"
2571 msgstr ""
2572
2573 #. description
2574 #: ../jobs/local.txt.in:122
2575-msgid "Hotkey tests"
2576+msgid "Media Card tests"
2577 msgstr ""
2578
2579 #. description
2580 #: ../jobs/local.txt.in:129
2581-msgid "Linux Test Project tests"
2582+msgid "Memory tests"
2583 msgstr ""
2584
2585 #. description
2586 #: ../jobs/local.txt.in:136
2587-msgid "Mago Automated Desktop Testing"
2588+msgid "Miscellaneous tests"
2589 msgstr ""
2590
2591 #. description
2592 #: ../jobs/local.txt.in:143
2593-msgid "Media Card tests"
2594+msgid "Monitor tests"
2595 msgstr ""
2596
2597 #. description
2598 #: ../jobs/local.txt.in:150
2599-msgid "Memory tests"
2600+msgid "Networking tests"
2601 msgstr ""
2602
2603 #. description
2604 #: ../jobs/local.txt.in:157
2605-msgid "Miscellaneous tests"
2606+msgid "Optical Drive tests"
2607 msgstr ""
2608
2609 #. description
2610 #: ../jobs/local.txt.in:164
2611-msgid "Monitor tests"
2612+msgid "Panel Clock Verification tests"
2613 msgstr ""
2614
2615 #. description
2616 #: ../jobs/local.txt.in:171
2617-msgid "Networking tests"
2618+msgid "PCMCIA/PCIX Card tests"
2619 msgstr ""
2620
2621 #. description
2622 #: ../jobs/local.txt.in:178
2623-msgid "Optical Drive tests"
2624+msgid "Peripheral tests"
2625 msgstr ""
2626
2627 #. description
2628 #: ../jobs/local.txt.in:185
2629-msgid "Panel Clock Verification tests"
2630+msgid "Power Management tests"
2631 msgstr ""
2632
2633 #. description
2634 #: ../jobs/local.txt.in:192
2635-msgid "PCMCIA/PCIX Card tests"
2636+msgid "Server Services checks"
2637 msgstr ""
2638
2639 #. description
2640 #: ../jobs/local.txt.in:199
2641-msgid "Peripheral tests"
2642+msgid "Suspend tests"
2643 msgstr ""
2644
2645 #. description
2646 #: ../jobs/local.txt.in:206
2647-msgid "Power Management tests"
2648+msgid "Touchpad tests"
2649 msgstr ""
2650
2651 #. description
2652 #: ../jobs/local.txt.in:213
2653-msgid "QA Regression tests"
2654+msgid "USB tests"
2655 msgstr ""
2656
2657 #. description
2658 #: ../jobs/local.txt.in:220
2659-msgid "Server Services checks"
2660+msgid "User Applications"
2661 msgstr ""
2662
2663 #. description
2664 #: ../jobs/local.txt.in:227
2665-msgid "Suspend tests"
2666+msgid "Wireless networking tests"
2667 msgstr ""
2668
2669 #. description
2670 #: ../jobs/local.txt.in:234
2671-msgid "Touchpad tests"
2672+msgid "Stress tests"
2673 msgstr ""
2674
2675 #. description
2676 #: ../jobs/local.txt.in:241
2677-msgid "USB tests"
2678+msgid "Smoke tests"
2679 msgstr ""
2680
2681 #. description
2682 #: ../jobs/local.txt.in:248
2683-msgid "User Applications"
2684-msgstr ""
2685-
2686-#. description
2687-#: ../jobs/local.txt.in:255
2688-msgid "Wireless networking tests"
2689-msgstr ""
2690-
2691-#. description
2692-#: ../jobs/local.txt.in:262
2693-msgid "Stress tests"
2694-msgstr ""
2695-
2696-#. description
2697-#: ../jobs/local.txt.in:269
2698-msgid "Smoke tests"
2699-msgstr ""
2700-
2701-#. description
2702-#: ../jobs/local.txt.in:276
2703 msgid "Sniff Sniffers"
2704 msgstr ""
2705
2706 #. description
2707-#: ../jobs/ltp.txt.in:3
2708-msgid ""
2709-"This test installs and runs Linux Test Project syscalls test. This can be "
2710-"destructive, thus this test is blacklisted by default."
2711-msgstr ""
2712-
2713-#. description
2714-#: ../jobs/mago.txt.in:8
2715-msgid ""
2716-"PURPOSE:\n"
2717-" This test installs and runs the Mago Automated Desktop Testing suite."
2718-msgstr ""
2719-
2720-#. description
2721 #: ../jobs/mediacard.txt.in:4
2722 msgid ""
2723 "PURPOSE:\n"
2724@@ -2192,13 +2150,6 @@
2725 msgstr ""
2726
2727 #. description
2728-#: ../jobs/qa_regression.txt.in:7
2729-msgid ""
2730-"PURPOSE:\n"
2731-" This is to install and run the Ubuntu QA regression tests (destructive)"
2732-msgstr ""
2733-
2734-#. description
2735 #: ../jobs/server-services.txt.in:5
2736 msgid "Verifies that sshd is running."
2737 msgstr ""
2738
2739=== modified file 'po/be.po'
2740--- po/be.po 2012-06-22 17:04:14 +0000
2741+++ po/be.po 2012-06-27 20:25:24 +0000
2742@@ -7,15 +7,15 @@
2743 msgstr ""
2744 "Project-Id-Version: checkbox\n"
2745 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2746-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
2747+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
2748 "PO-Revision-Date: 2011-07-19 16:21+0000\n"
2749 "Last-Translator: Iryna Nikanchuk <Unknown>\n"
2750 "Language-Team: Belarusian <be@li.org>\n"
2751 "MIME-Version: 1.0\n"
2752 "Content-Type: text/plain; charset=UTF-8\n"
2753 "Content-Transfer-Encoding: 8bit\n"
2754-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
2755-"X-Generator: Launchpad (build 15435)\n"
2756+"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
2757+"X-Generator: Launchpad (build 15461)\n"
2758
2759 #. Title of the user interface
2760 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
2761@@ -158,14 +158,6 @@
2762 msgstr ""
2763
2764 #. description
2765-#: ../jobs/autotest.txt.in:6
2766-msgid ""
2767-"PURPOSE:\n"
2768-" This test will attempt to install and run the Autotest Suite. These "
2769-"tests can be destructive, so this test is blacklisted by default."
2770-msgstr ""
2771-
2772-#. description
2773 #: ../jobs/benchmarks.txt.in:18
2774 msgid "Benchmark for each disk"
2775 msgstr ""
2776@@ -1108,214 +1100,180 @@
2777
2778 #. description
2779 #: ../jobs/local.txt.in:10
2780-msgid "Autotest Suite tests"
2781+msgid "Benchmarks tests"
2782 msgstr ""
2783
2784 #. description
2785 #: ../jobs/local.txt.in:17
2786-msgid "Benchmarks tests"
2787-msgstr ""
2788-
2789-#. description
2790-#: ../jobs/local.txt.in:24
2791 msgid "Bluetooth tests"
2792 msgstr "Праверка Bluetooth"
2793
2794 #. description
2795-#: ../jobs/local.txt.in:31
2796+#: ../jobs/local.txt.in:24
2797 msgid "Camera tests"
2798 msgstr "Праверка камеры"
2799
2800 #. description
2801-#: ../jobs/local.txt.in:38
2802+#: ../jobs/local.txt.in:31
2803 msgid "Codec tests"
2804 msgstr "Праверка кодэкаў"
2805
2806 #. description
2807-#: ../jobs/local.txt.in:45
2808+#: ../jobs/local.txt.in:38
2809 msgid "CPU tests"
2810 msgstr "Праверка ЦПУ"
2811
2812 #. description
2813-#: ../jobs/local.txt.in:52
2814+#: ../jobs/local.txt.in:45
2815 msgid "System Daemon tests"
2816 msgstr "Праверка сістэмных службаў"
2817
2818 #. description
2819-#: ../jobs/local.txt.in:59
2820+#: ../jobs/local.txt.in:52
2821 msgid "Disk tests"
2822 msgstr "Праверка дыска"
2823
2824 #. description
2825-#: ../jobs/local.txt.in:66
2826+#: ../jobs/local.txt.in:59
2827 msgid "Fingerprint reader tests"
2828 msgstr "Праверка сканэра адбіткаў пальцаў"
2829
2830 #. description
2831-#: ../jobs/local.txt.in:73
2832+#: ../jobs/local.txt.in:66
2833 msgid "Firewire disk tests"
2834 msgstr "Праверка дыскаў Firewire"
2835
2836 #. description
2837-#: ../jobs/local.txt.in:80
2838+#: ../jobs/local.txt.in:73
2839 msgid "Floppy disk tests"
2840 msgstr "Праверка дыскет"
2841
2842 #. description
2843-#: ../jobs/local.txt.in:87
2844+#: ../jobs/local.txt.in:80
2845 msgid "Graphics tests"
2846 msgstr "Праверка графічнай сістэмы"
2847
2848 #. description
2849-#: ../jobs/local.txt.in:94
2850+#: ../jobs/local.txt.in:87
2851 msgid "Hibernation tests"
2852 msgstr "Тэсты спячага рэжыму"
2853
2854 #. description
2855-#: ../jobs/local.txt.in:101
2856+#: ../jobs/local.txt.in:94
2857 msgid "Informational tests"
2858 msgstr "Інфармацыйныя тэсты"
2859
2860 #. description
2861-#: ../jobs/local.txt.in:108
2862+#: ../jobs/local.txt.in:101
2863 msgid "Input Devices tests"
2864 msgstr "Праверка прыладаў ўводу"
2865
2866 #. description
2867-#: ../jobs/local.txt.in:115
2868+#: ../jobs/local.txt.in:108
2869 msgid "Software Installation tests"
2870 msgstr "Праверка ўсталёўкі праграмнага забеспячэння"
2871
2872 #. description
2873-#: ../jobs/local.txt.in:122
2874+#: ../jobs/local.txt.in:115
2875 msgid "Hotkey tests"
2876 msgstr "Праверка клавіш хуткага доступу"
2877
2878 #. description
2879-#: ../jobs/local.txt.in:129
2880-msgid "Linux Test Project tests"
2881-msgstr ""
2882-
2883-#. description
2884-#: ../jobs/local.txt.in:136
2885-msgid "Mago Automated Desktop Testing"
2886-msgstr ""
2887-
2888-#. description
2889-#: ../jobs/local.txt.in:143
2890+#: ../jobs/local.txt.in:122
2891 msgid "Media Card tests"
2892 msgstr "Праверка карт памяці"
2893
2894 #. description
2895-#: ../jobs/local.txt.in:150
2896+#: ../jobs/local.txt.in:129
2897 msgid "Memory tests"
2898 msgstr "Праверка памяці"
2899
2900 #. description
2901-#: ../jobs/local.txt.in:157
2902+#: ../jobs/local.txt.in:136
2903 msgid "Miscellaneous tests"
2904 msgstr "Разнастайныя тэсты"
2905
2906 #. description
2907-#: ../jobs/local.txt.in:164
2908+#: ../jobs/local.txt.in:143
2909 msgid "Monitor tests"
2910 msgstr "Праверка манітора"
2911
2912 #. description
2913-#: ../jobs/local.txt.in:171
2914+#: ../jobs/local.txt.in:150
2915 msgid "Networking tests"
2916 msgstr "Праверка сеткі"
2917
2918 #. description
2919-#: ../jobs/local.txt.in:178
2920+#: ../jobs/local.txt.in:157
2921 msgid "Optical Drive tests"
2922 msgstr "Праверка аптычных дыскаў"
2923
2924 #. description
2925-#: ../jobs/local.txt.in:185
2926+#: ../jobs/local.txt.in:164
2927 msgid "Panel Clock Verification tests"
2928 msgstr ""
2929
2930 #. description
2931-#: ../jobs/local.txt.in:192
2932+#: ../jobs/local.txt.in:171
2933 msgid "PCMCIA/PCIX Card tests"
2934 msgstr "Праверка PCMCIA/PCIX карт"
2935
2936 #. description
2937-#: ../jobs/local.txt.in:199
2938+#: ../jobs/local.txt.in:178
2939 msgid "Peripheral tests"
2940 msgstr "Праверка перыферыйнага абсталявання"
2941
2942 #. description
2943-#: ../jobs/local.txt.in:206
2944+#: ../jobs/local.txt.in:185
2945 msgid "Power Management tests"
2946 msgstr "Праверка кіравання электрасілкаваннем"
2947
2948 #. description
2949-#: ../jobs/local.txt.in:213
2950-msgid "QA Regression tests"
2951-msgstr ""
2952-
2953-#. description
2954-#: ../jobs/local.txt.in:220
2955+#: ../jobs/local.txt.in:192
2956 msgid "Server Services checks"
2957 msgstr ""
2958
2959 #. description
2960-#: ../jobs/local.txt.in:227
2961+#: ../jobs/local.txt.in:199
2962 msgid "Suspend tests"
2963 msgstr "Тэсты рэжыму чакання"
2964
2965 #. description
2966-#: ../jobs/local.txt.in:234
2967+#: ../jobs/local.txt.in:206
2968 msgid "Touchpad tests"
2969 msgstr ""
2970
2971 #. description
2972-#: ../jobs/local.txt.in:241
2973+#: ../jobs/local.txt.in:213
2974 msgid "USB tests"
2975 msgstr "Праверка USB"
2976
2977 #. description
2978-#: ../jobs/local.txt.in:248
2979+#: ../jobs/local.txt.in:220
2980 msgid "User Applications"
2981 msgstr "Дадаткі Карыстальніка"
2982
2983 #. description
2984-#: ../jobs/local.txt.in:255
2985+#: ../jobs/local.txt.in:227
2986 msgid "Wireless networking tests"
2987 msgstr "Тэсты бесправадных сетак"
2988
2989 #. description
2990-#: ../jobs/local.txt.in:262
2991+#: ../jobs/local.txt.in:234
2992 msgid "Stress tests"
2993 msgstr "Стрэсс-тэсты"
2994
2995 #. description
2996-#: ../jobs/local.txt.in:269
2997+#: ../jobs/local.txt.in:241
2998 msgid "Smoke tests"
2999 msgstr ""
3000
3001 #. description
3002-#: ../jobs/local.txt.in:276
3003+#: ../jobs/local.txt.in:248
3004 msgid "Sniff Sniffers"
3005 msgstr ""
3006
3007 #. description
3008-#: ../jobs/ltp.txt.in:3
3009-msgid ""
3010-"This test installs and runs Linux Test Project syscalls test. This can be "
3011-"destructive, thus this test is blacklisted by default."
3012-msgstr ""
3013-
3014-#. description
3015-#: ../jobs/mago.txt.in:8
3016-msgid ""
3017-"PURPOSE:\n"
3018-" This test installs and runs the Mago Automated Desktop Testing suite."
3019-msgstr ""
3020-
3021-#. description
3022 #: ../jobs/mediacard.txt.in:4
3023 msgid ""
3024 "PURPOSE:\n"
3025@@ -2205,13 +2163,6 @@
3026 msgstr ""
3027
3028 #. description
3029-#: ../jobs/qa_regression.txt.in:7
3030-msgid ""
3031-"PURPOSE:\n"
3032-" This is to install and run the Ubuntu QA regression tests (destructive)"
3033-msgstr ""
3034-
3035-#. description
3036 #: ../jobs/server-services.txt.in:5
3037 msgid "Verifies that sshd is running."
3038 msgstr ""
3039
3040=== modified file 'po/bg.po'
3041--- po/bg.po 2012-06-22 17:04:14 +0000
3042+++ po/bg.po 2012-06-27 20:25:24 +0000
3043@@ -7,15 +7,15 @@
3044 msgstr ""
3045 "Project-Id-Version: checkbox\n"
3046 "Report-Msgid-Bugs-To: \n"
3047-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
3048+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
3049 "PO-Revision-Date: 2011-07-19 18:24+0000\n"
3050 "Last-Translator: Boyan Sotirov <lz1dsb@abv.bg>\n"
3051 "Language-Team: Bulgarian <bg@li.org>\n"
3052 "MIME-Version: 1.0\n"
3053 "Content-Type: text/plain; charset=UTF-8\n"
3054 "Content-Transfer-Encoding: 8bit\n"
3055-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
3056-"X-Generator: Launchpad (build 15435)\n"
3057+"X-Launchpad-Export-Date: 2012-06-23 04:33+0000\n"
3058+"X-Generator: Launchpad (build 15461)\n"
3059
3060 #. Title of the user interface
3061 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
3062@@ -158,14 +158,6 @@
3063 msgstr ""
3064
3065 #. description
3066-#: ../jobs/autotest.txt.in:6
3067-msgid ""
3068-"PURPOSE:\n"
3069-" This test will attempt to install and run the Autotest Suite. These "
3070-"tests can be destructive, so this test is blacklisted by default."
3071-msgstr ""
3072-
3073-#. description
3074 #: ../jobs/benchmarks.txt.in:18
3075 msgid "Benchmark for each disk"
3076 msgstr ""
3077@@ -1105,214 +1097,180 @@
3078
3079 #. description
3080 #: ../jobs/local.txt.in:10
3081-msgid "Autotest Suite tests"
3082+msgid "Benchmarks tests"
3083 msgstr ""
3084
3085 #. description
3086 #: ../jobs/local.txt.in:17
3087-msgid "Benchmarks tests"
3088+msgid "Bluetooth tests"
3089 msgstr ""
3090
3091 #. description
3092 #: ../jobs/local.txt.in:24
3093-msgid "Bluetooth tests"
3094-msgstr ""
3095-
3096-#. description
3097-#: ../jobs/local.txt.in:31
3098 msgid "Camera tests"
3099 msgstr "Тестова на камерата"
3100
3101 #. description
3102+#: ../jobs/local.txt.in:31
3103+msgid "Codec tests"
3104+msgstr ""
3105+
3106+#. description
3107 #: ../jobs/local.txt.in:38
3108-msgid "Codec tests"
3109-msgstr ""
3110-
3111-#. description
3112-#: ../jobs/local.txt.in:45
3113 msgid "CPU tests"
3114 msgstr "Тестове на процесора"
3115
3116 #. description
3117-#: ../jobs/local.txt.in:52
3118+#: ../jobs/local.txt.in:45
3119 msgid "System Daemon tests"
3120 msgstr "Тестове на системния помощник"
3121
3122 #. description
3123-#: ../jobs/local.txt.in:59
3124+#: ../jobs/local.txt.in:52
3125 msgid "Disk tests"
3126 msgstr "Тестове на диск"
3127
3128 #. description
3129-#: ../jobs/local.txt.in:66
3130+#: ../jobs/local.txt.in:59
3131 msgid "Fingerprint reader tests"
3132 msgstr "Тестове за четеца на пръстови отпецатъци"
3133
3134 #. description
3135-#: ../jobs/local.txt.in:73
3136+#: ../jobs/local.txt.in:66
3137 msgid "Firewire disk tests"
3138 msgstr "Тестове на дискове с Firewire"
3139
3140 #. description
3141+#: ../jobs/local.txt.in:73
3142+msgid "Floppy disk tests"
3143+msgstr ""
3144+
3145+#. description
3146 #: ../jobs/local.txt.in:80
3147-msgid "Floppy disk tests"
3148+msgid "Graphics tests"
3149 msgstr ""
3150
3151 #. description
3152 #: ../jobs/local.txt.in:87
3153-msgid "Graphics tests"
3154+msgid "Hibernation tests"
3155 msgstr ""
3156
3157 #. description
3158 #: ../jobs/local.txt.in:94
3159-msgid "Hibernation tests"
3160+msgid "Informational tests"
3161 msgstr ""
3162
3163 #. description
3164 #: ../jobs/local.txt.in:101
3165-msgid "Informational tests"
3166+msgid "Input Devices tests"
3167 msgstr ""
3168
3169 #. description
3170 #: ../jobs/local.txt.in:108
3171-msgid "Input Devices tests"
3172+msgid "Software Installation tests"
3173 msgstr ""
3174
3175 #. description
3176 #: ../jobs/local.txt.in:115
3177-msgid "Software Installation tests"
3178+msgid "Hotkey tests"
3179 msgstr ""
3180
3181 #. description
3182 #: ../jobs/local.txt.in:122
3183-msgid "Hotkey tests"
3184+msgid "Media Card tests"
3185 msgstr ""
3186
3187 #. description
3188 #: ../jobs/local.txt.in:129
3189-msgid "Linux Test Project tests"
3190+msgid "Memory tests"
3191 msgstr ""
3192
3193 #. description
3194 #: ../jobs/local.txt.in:136
3195-msgid "Mago Automated Desktop Testing"
3196+msgid "Miscellaneous tests"
3197 msgstr ""
3198
3199 #. description
3200 #: ../jobs/local.txt.in:143
3201-msgid "Media Card tests"
3202-msgstr ""
3203-
3204-#. description
3205-#: ../jobs/local.txt.in:150
3206-msgid "Memory tests"
3207-msgstr ""
3208-
3209-#. description
3210-#: ../jobs/local.txt.in:157
3211-msgid "Miscellaneous tests"
3212-msgstr ""
3213-
3214-#. description
3215-#: ../jobs/local.txt.in:164
3216 msgid "Monitor tests"
3217 msgstr "Тестове за монитора"
3218
3219 #. description
3220-#: ../jobs/local.txt.in:171
3221+#: ../jobs/local.txt.in:150
3222 msgid "Networking tests"
3223 msgstr ""
3224
3225 #. description
3226-#: ../jobs/local.txt.in:178
3227+#: ../jobs/local.txt.in:157
3228 msgid "Optical Drive tests"
3229 msgstr ""
3230
3231 #. description
3232-#: ../jobs/local.txt.in:185
3233+#: ../jobs/local.txt.in:164
3234 msgid "Panel Clock Verification tests"
3235 msgstr ""
3236
3237 #. description
3238-#: ../jobs/local.txt.in:192
3239+#: ../jobs/local.txt.in:171
3240 msgid "PCMCIA/PCIX Card tests"
3241 msgstr ""
3242
3243 #. description
3244-#: ../jobs/local.txt.in:199
3245+#: ../jobs/local.txt.in:178
3246 msgid "Peripheral tests"
3247 msgstr "Тестове за периферията"
3248
3249 #. description
3250-#: ../jobs/local.txt.in:206
3251+#: ../jobs/local.txt.in:185
3252 msgid "Power Management tests"
3253 msgstr ""
3254
3255 #. description
3256-#: ../jobs/local.txt.in:213
3257-msgid "QA Regression tests"
3258-msgstr ""
3259-
3260-#. description
3261-#: ../jobs/local.txt.in:220
3262+#: ../jobs/local.txt.in:192
3263 msgid "Server Services checks"
3264 msgstr ""
3265
3266 #. description
3267-#: ../jobs/local.txt.in:227
3268+#: ../jobs/local.txt.in:199
3269 msgid "Suspend tests"
3270 msgstr ""
3271
3272 #. description
3273-#: ../jobs/local.txt.in:234
3274+#: ../jobs/local.txt.in:206
3275 msgid "Touchpad tests"
3276 msgstr ""
3277
3278 #. description
3279-#: ../jobs/local.txt.in:241
3280+#: ../jobs/local.txt.in:213
3281 msgid "USB tests"
3282 msgstr ""
3283
3284 #. description
3285-#: ../jobs/local.txt.in:248
3286+#: ../jobs/local.txt.in:220
3287 msgid "User Applications"
3288 msgstr "Потребителски приложения"
3289
3290 #. description
3291-#: ../jobs/local.txt.in:255
3292+#: ../jobs/local.txt.in:227
3293 msgid "Wireless networking tests"
3294 msgstr ""
3295
3296 #. description
3297-#: ../jobs/local.txt.in:262
3298+#: ../jobs/local.txt.in:234
3299 msgid "Stress tests"
3300 msgstr "Стрес тестове"
3301
3302 #. description
3303-#: ../jobs/local.txt.in:269
3304+#: ../jobs/local.txt.in:241
3305 msgid "Smoke tests"
3306 msgstr ""
3307
3308 #. description
3309-#: ../jobs/local.txt.in:276
3310+#: ../jobs/local.txt.in:248
3311 msgid "Sniff Sniffers"
3312 msgstr ""
3313
3314 #. description
3315-#: ../jobs/ltp.txt.in:3
3316-msgid ""
3317-"This test installs and runs Linux Test Project syscalls test. This can be "
3318-"destructive, thus this test is blacklisted by default."
3319-msgstr ""
3320-
3321-#. description
3322-#: ../jobs/mago.txt.in:8
3323-msgid ""
3324-"PURPOSE:\n"
3325-" This test installs and runs the Mago Automated Desktop Testing suite."
3326-msgstr ""
3327-
3328-#. description
3329 #: ../jobs/mediacard.txt.in:4
3330 msgid ""
3331 "PURPOSE:\n"
3332@@ -2193,13 +2151,6 @@
3333 msgstr ""
3334
3335 #. description
3336-#: ../jobs/qa_regression.txt.in:7
3337-msgid ""
3338-"PURPOSE:\n"
3339-" This is to install and run the Ubuntu QA regression tests (destructive)"
3340-msgstr ""
3341-
3342-#. description
3343 #: ../jobs/server-services.txt.in:5
3344 msgid "Verifies that sshd is running."
3345 msgstr ""
3346
3347=== modified file 'po/bn.po'
3348--- po/bn.po 2012-06-22 17:04:14 +0000
3349+++ po/bn.po 2012-06-27 20:25:24 +0000
3350@@ -7,15 +7,15 @@
3351 msgstr ""
3352 "Project-Id-Version: checkbox\n"
3353 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3354-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
3355+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
3356 "PO-Revision-Date: 2011-07-19 17:48+0000\n"
3357 "Last-Translator: nasir khan saikat <nasir8891@gmail.com>\n"
3358 "Language-Team: Bengali <bn@li.org>\n"
3359 "MIME-Version: 1.0\n"
3360 "Content-Type: text/plain; charset=UTF-8\n"
3361 "Content-Transfer-Encoding: 8bit\n"
3362-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
3363-"X-Generator: Launchpad (build 15435)\n"
3364+"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
3365+"X-Generator: Launchpad (build 15461)\n"
3366
3367 #. Title of the user interface
3368 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
3369@@ -205,18 +205,6 @@
3370 msgstr ""
3371
3372 #. description
3373-#: ../jobs/autotest.txt.in:6
3374-msgid ""
3375-"PURPOSE:\n"
3376-" This test will attempt to install and run the Autotest Suite. These "
3377-"tests can be destructive, so this test is blacklisted by default."
3378-msgstr ""
3379-"PURPOSE:\n"
3380-" এই পরীক্ষা থেকে ইনস্টল করার প্রচেষ্টা করা হবে এবং অটোটেস্ট স্যুইট চালানো "
3381-"হবে। এই পরীক্ষাগুলো নাশক হতে পারে, তাই এই পরীক্ষা ডিফল্টরূপে কালো "
3382-"তালিকাভুক্ত করা হয়।"
3383-
3384-#. description
3385 #: ../jobs/benchmarks.txt.in:18
3386 msgid "Benchmark for each disk"
3387 msgstr "প্রতিটি ডিস্কের জন্য বেঞ্চমার্ক"
3388@@ -1411,219 +1399,180 @@
3389
3390 #. description
3391 #: ../jobs/local.txt.in:10
3392-msgid "Autotest Suite tests"
3393-msgstr "অটোটেস্ট সুইট পরীক্ষা"
3394+msgid "Benchmarks tests"
3395+msgstr ""
3396
3397 #. description
3398 #: ../jobs/local.txt.in:17
3399-msgid "Benchmarks tests"
3400-msgstr ""
3401+msgid "Bluetooth tests"
3402+msgstr "ব্লুটুথ পরীক্ষা"
3403
3404 #. description
3405 #: ../jobs/local.txt.in:24
3406-msgid "Bluetooth tests"
3407-msgstr "ব্লুটুথ পরীক্ষা"
3408+msgid "Camera tests"
3409+msgstr "ক্যামেরা পরীক্ষা"
3410
3411 #. description
3412 #: ../jobs/local.txt.in:31
3413-msgid "Camera tests"
3414-msgstr "ক্যামেরা পরীক্ষা"
3415-
3416-#. description
3417-#: ../jobs/local.txt.in:38
3418 msgid "Codec tests"
3419 msgstr "কোডেক পরীক্ষা"
3420
3421 #. description
3422-#: ../jobs/local.txt.in:45
3423+#: ../jobs/local.txt.in:38
3424 msgid "CPU tests"
3425 msgstr "সিপিও পরীক্ষা"
3426
3427 #. description
3428-#: ../jobs/local.txt.in:52
3429+#: ../jobs/local.txt.in:45
3430 msgid "System Daemon tests"
3431 msgstr "সিস্টেম ডেমন পরীক্ষা"
3432
3433 #. description
3434+#: ../jobs/local.txt.in:52
3435+msgid "Disk tests"
3436+msgstr "ডিস্ক পরীক্ষা"
3437+
3438+#. description
3439 #: ../jobs/local.txt.in:59
3440-msgid "Disk tests"
3441-msgstr "ডিস্ক পরীক্ষা"
3442-
3443-#. description
3444-#: ../jobs/local.txt.in:66
3445 msgid "Fingerprint reader tests"
3446 msgstr "ফিঙ্গার প্রিন্ট রীডার পরীক্ষা"
3447
3448 #. description
3449-#: ../jobs/local.txt.in:73
3450+#: ../jobs/local.txt.in:66
3451 msgid "Firewire disk tests"
3452 msgstr "ফায়রওয়্যার ডিস্ক পরীক্ষা"
3453
3454 #. description
3455-#: ../jobs/local.txt.in:80
3456+#: ../jobs/local.txt.in:73
3457 msgid "Floppy disk tests"
3458 msgstr "ফ্লপি ডিস্ক পরীক্ষা"
3459
3460 #. description
3461+#: ../jobs/local.txt.in:80
3462+msgid "Graphics tests"
3463+msgstr "গ্রাফিক্স পরীক্ষা"
3464+
3465+#. description
3466 #: ../jobs/local.txt.in:87
3467-msgid "Graphics tests"
3468-msgstr "গ্রাফিক্স পরীক্ষা"
3469-
3470-#. description
3471-#: ../jobs/local.txt.in:94
3472 msgid "Hibernation tests"
3473 msgstr "হাইবারনেশন পরীক্ষা"
3474
3475 #. description
3476-#: ../jobs/local.txt.in:101
3477+#: ../jobs/local.txt.in:94
3478 msgid "Informational tests"
3479 msgstr "তথ্যজনিত পরীক্ষা"
3480
3481 #. description
3482-#: ../jobs/local.txt.in:108
3483+#: ../jobs/local.txt.in:101
3484 msgid "Input Devices tests"
3485 msgstr "ইনপুট ডিভাইস পরীক্ষা"
3486
3487 #. description
3488-#: ../jobs/local.txt.in:115
3489+#: ../jobs/local.txt.in:108
3490 msgid "Software Installation tests"
3491 msgstr "সফটওয়্যার ইন্সটলেশন পরীক্ষা"
3492
3493 #. description
3494-#: ../jobs/local.txt.in:122
3495+#: ../jobs/local.txt.in:115
3496 msgid "Hotkey tests"
3497 msgstr "হটকি পরীক্ষা"
3498
3499 #. description
3500+#: ../jobs/local.txt.in:122
3501+msgid "Media Card tests"
3502+msgstr "মিডিয়া কার্ড পরীক্ষা"
3503+
3504+#. description
3505 #: ../jobs/local.txt.in:129
3506-msgid "Linux Test Project tests"
3507-msgstr "লিনাক্স টেস্ট এর প্রকল্প পরীক্ষা"
3508-
3509-#. description
3510-#: ../jobs/local.txt.in:136
3511-msgid "Mago Automated Desktop Testing"
3512-msgstr "Mago Automated ডেস্কটপ পরীক্ষা"
3513-
3514-#. description
3515-#: ../jobs/local.txt.in:143
3516-msgid "Media Card tests"
3517-msgstr "মিডিয়া কার্ড পরীক্ষা"
3518-
3519-#. description
3520-#: ../jobs/local.txt.in:150
3521 msgid "Memory tests"
3522 msgstr "মেমোরি পরীক্ষা"
3523
3524 #. description
3525-#: ../jobs/local.txt.in:157
3526+#: ../jobs/local.txt.in:136
3527 msgid "Miscellaneous tests"
3528 msgstr "বিবিধ পরীক্ষা"
3529
3530 #. description
3531-#: ../jobs/local.txt.in:164
3532+#: ../jobs/local.txt.in:143
3533 msgid "Monitor tests"
3534 msgstr "মনিটর পরীক্ষা"
3535
3536 #. description
3537-#: ../jobs/local.txt.in:171
3538+#: ../jobs/local.txt.in:150
3539 msgid "Networking tests"
3540 msgstr "নেটওয়ার্ক পরীক্ষা"
3541
3542 #. description
3543-#: ../jobs/local.txt.in:178
3544+#: ../jobs/local.txt.in:157
3545 msgid "Optical Drive tests"
3546 msgstr "অপটিক্যাল ড্রাইভ পরীক্ষা"
3547
3548 #. description
3549-#: ../jobs/local.txt.in:185
3550+#: ../jobs/local.txt.in:164
3551 msgid "Panel Clock Verification tests"
3552 msgstr "প্যানেল ক্লক যাচাই পরীক্ষা"
3553
3554 #. description
3555-#: ../jobs/local.txt.in:192
3556+#: ../jobs/local.txt.in:171
3557 msgid "PCMCIA/PCIX Card tests"
3558 msgstr "PCMCIA/PCIX কার্ড পরীক্ষা"
3559
3560 #. description
3561-#: ../jobs/local.txt.in:199
3562+#: ../jobs/local.txt.in:178
3563 msgid "Peripheral tests"
3564 msgstr "প্রান্তিক টেস্ট পরীক্ষা"
3565
3566 #. description
3567-#: ../jobs/local.txt.in:206
3568+#: ../jobs/local.txt.in:185
3569 msgid "Power Management tests"
3570 msgstr "পাওয়ার ব্যবস্থাপনা পরীক্ষা"
3571
3572 #. description
3573-#: ../jobs/local.txt.in:213
3574-msgid "QA Regression tests"
3575-msgstr "QA Regression পরীক্ষা করুন"
3576-
3577-#. description
3578-#: ../jobs/local.txt.in:220
3579+#: ../jobs/local.txt.in:192
3580 msgid "Server Services checks"
3581 msgstr "সার্ভার পরিসেবা বাছাই করুন"
3582
3583 #. description
3584-#: ../jobs/local.txt.in:227
3585+#: ../jobs/local.txt.in:199
3586 msgid "Suspend tests"
3587 msgstr "পরীক্ষা স্থগিত"
3588
3589 #. description
3590-#: ../jobs/local.txt.in:234
3591+#: ../jobs/local.txt.in:206
3592 msgid "Touchpad tests"
3593 msgstr "টাচপ্যাড পরীক্ষা"
3594
3595 #. description
3596-#: ../jobs/local.txt.in:241
3597+#: ../jobs/local.txt.in:213
3598 msgid "USB tests"
3599 msgstr "USB পরীক্ষা করুন"
3600
3601 #. description
3602-#: ../jobs/local.txt.in:248
3603+#: ../jobs/local.txt.in:220
3604 msgid "User Applications"
3605 msgstr "ব্যবহারকারীর অ্যাপ্লিকেশন"
3606
3607 #. description
3608-#: ../jobs/local.txt.in:255
3609+#: ../jobs/local.txt.in:227
3610 msgid "Wireless networking tests"
3611 msgstr "তারবিহীন নেটওয়ার্কিং পরীক্ষা করুন"
3612
3613 #. description
3614-#: ../jobs/local.txt.in:262
3615+#: ../jobs/local.txt.in:234
3616 msgid "Stress tests"
3617 msgstr "স্ট্রেস পরীক্ষা করুন"
3618
3619 #. description
3620-#: ../jobs/local.txt.in:269
3621+#: ../jobs/local.txt.in:241
3622 msgid "Smoke tests"
3623 msgstr ""
3624
3625 #. description
3626-#: ../jobs/local.txt.in:276
3627+#: ../jobs/local.txt.in:248
3628 msgid "Sniff Sniffers"
3629 msgstr ""
3630
3631 #. description
3632-#: ../jobs/ltp.txt.in:3
3633-msgid ""
3634-"This test installs and runs Linux Test Project syscalls test. This can be "
3635-"destructive, thus this test is blacklisted by default."
3636-msgstr ""
3637-"এটি ইনস্টল পরীক্ষা করবে এবং Linux Test Project syscalls পরীক্ষা চালাবে। এই "
3638-"বিনাশক হতে পারে, সেই জন্য এই পরীক্ষাটি ডিফল্টরূপে কালো তালিকাভুক্ত করা হয়।"
3639-
3640-#. description
3641-#: ../jobs/mago.txt.in:8
3642-msgid ""
3643-"PURPOSE:\n"
3644-" This test installs and runs the Mago Automated Desktop Testing suite."
3645-msgstr ""
3646-"PURPOSE:\n"
3647-" এই পরীক্ষা ইনস্টল করা হয় এবং Mago স্বয়ংক্রিয় ডেস্কটপ টেস্টিং স্যুট "
3648-"চালনা করা হয়।"
3649-
3650-#. description
3651 #: ../jobs/mediacard.txt.in:4
3652 msgid ""
3653 "PURPOSE:\n"
3654@@ -2747,16 +2696,6 @@
3655 "শুধুমাত্র একটি সাধারণ নিবন্ধনের পরীক্ষা)"
3656
3657 #. description
3658-#: ../jobs/qa_regression.txt.in:7
3659-msgid ""
3660-"PURPOSE:\n"
3661-" This is to install and run the Ubuntu QA regression tests (destructive)"
3662-msgstr ""
3663-"PURPOSE:\n"
3664-" এটি শুধুমাত্র ইনস্টল এবং উবুন্টু QA নিবন্ধনের পরীক্ষা চালানোর জন্য "
3665-"(ধ্বংসাত্নক)"
3666-
3667-#. description
3668 #: ../jobs/server-services.txt.in:5
3669 msgid "Verifies that sshd is running."
3670 msgstr "sshd চলমান কি না যাচাই করুন।"
3671@@ -5662,6 +5601,16 @@
3672
3673 #~ msgid ""
3674 #~ "PURPOSE:\n"
3675+#~ " This test will attempt to install and run the Autotest Suite. These "
3676+#~ "tests can be destructive, so this test is blacklisted by default."
3677+#~ msgstr ""
3678+#~ "PURPOSE:\n"
3679+#~ " এই পরীক্ষা থেকে ইনস্টল করার প্রচেষ্টা করা হবে এবং অটোটেস্ট স্যুইট চালানো "
3680+#~ "হবে। এই পরীক্ষাগুলো নাশক হতে পারে, তাই এই পরীক্ষা ডিফল্টরূপে কালো "
3681+#~ "তালিকাভুক্ত করা হয়।"
3682+
3683+#~ msgid ""
3684+#~ "PURPOSE:\n"
3685 #~ " This test will check the system can detect the insertion of a FireWire "
3686 #~ "HDD\n"
3687 #~ "STEPS:\n"
3688@@ -5717,13 +5666,40 @@
3689 #~ msgid "Attaches the screenshot captured in info/screenshot."
3690 #~ msgstr "info/screenshot তে ধরণকৃত স্ক্রীনশট সংযুক্ত করা হয়।"
3691
3692+#~ msgid "Autotest Suite tests"
3693+#~ msgstr "অটোটেস্ট সুইট পরীক্ষা"
3694+
3695+#~ msgid "Linux Test Project tests"
3696+#~ msgstr "লিনাক্স টেস্ট এর প্রকল্প পরীক্ষা"
3697+
3698+#~ msgid "Mago Automated Desktop Testing"
3699+#~ msgstr "Mago Automated ডেস্কটপ পরীক্ষা"
3700+
3701 #~ msgid "Phoronix Test Suite tests"
3702 #~ msgstr "ফরনিক্স টেস্ট সুইট পরীক্ষা"
3703
3704+#~ msgid "QA Regression tests"
3705+#~ msgstr "QA Regression পরীক্ষা করুন"
3706+
3707 #~ msgid "Unity tests"
3708 #~ msgstr "ঐক্য পরীক্ষা করুন"
3709
3710 #~ msgid ""
3711+#~ "This test installs and runs Linux Test Project syscalls test. This can be "
3712+#~ "destructive, thus this test is blacklisted by default."
3713+#~ msgstr ""
3714+#~ "এটি ইনস্টল পরীক্ষা করবে এবং Linux Test Project syscalls পরীক্ষা চালাবে। এই "
3715+#~ "বিনাশক হতে পারে, সেই জন্য এই পরীক্ষাটি ডিফল্টরূপে কালো তালিকাভুক্ত করা হয়।"
3716+
3717+#~ msgid ""
3718+#~ "PURPOSE:\n"
3719+#~ " This test installs and runs the Mago Automated Desktop Testing suite."
3720+#~ msgstr ""
3721+#~ "PURPOSE:\n"
3722+#~ " এই পরীক্ষা ইনস্টল করা হয় এবং Mago স্বয়ংক্রিয় ডেস্কটপ টেস্টিং স্যুট "
3723+#~ "চালনা করা হয়।"
3724+
3725+#~ msgid ""
3726 #~ "PURPOSE:\n"
3727 #~ " This test will check that the systems media card reader can\n"
3728 #~ " detect the insertion of a Multimedia Card (MMC) media\n"
3729@@ -6140,6 +6116,14 @@
3730
3731 #~ msgid ""
3732 #~ "PURPOSE:\n"
3733+#~ " This is to install and run the Ubuntu QA regression tests (destructive)"
3734+#~ msgstr ""
3735+#~ "PURPOSE:\n"
3736+#~ " এটি শুধুমাত্র ইনস্টল এবং উবুন্টু QA নিবন্ধনের পরীক্ষা চালানোর জন্য "
3737+#~ "(ধ্বংসাত্নক)"
3738+
3739+#~ msgid ""
3740+#~ "PURPOSE:\n"
3741 #~ " This test will enter and resume from hibernate for 30 iterations\n"
3742 #~ "STEPS:\n"
3743 #~ " 1. Ensure your system has no power-on or HDD passwords set, and that "
3744
3745=== modified file 'po/bo.po'
3746--- po/bo.po 2012-06-22 17:04:14 +0000
3747+++ po/bo.po 2012-06-27 20:25:24 +0000
3748@@ -7,15 +7,15 @@
3749 msgstr ""
3750 "Project-Id-Version: checkbox\n"
3751 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3752-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
3753+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
3754 "PO-Revision-Date: 2011-07-23 14:48+0000\n"
3755 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
3756 "Language-Team: Tibetan <bo@li.org>\n"
3757 "MIME-Version: 1.0\n"
3758 "Content-Type: text/plain; charset=UTF-8\n"
3759 "Content-Transfer-Encoding: 8bit\n"
3760-"X-Launchpad-Export-Date: 2012-06-21 05:14+0000\n"
3761-"X-Generator: Launchpad (build 15435)\n"
3762+"X-Launchpad-Export-Date: 2012-06-23 04:36+0000\n"
3763+"X-Generator: Launchpad (build 15461)\n"
3764
3765 #. Title of the user interface
3766 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
3767@@ -158,14 +158,6 @@
3768 msgstr ""
3769
3770 #. description
3771-#: ../jobs/autotest.txt.in:6
3772-msgid ""
3773-"PURPOSE:\n"
3774-" This test will attempt to install and run the Autotest Suite. These "
3775-"tests can be destructive, so this test is blacklisted by default."
3776-msgstr ""
3777-
3778-#. description
3779 #: ../jobs/benchmarks.txt.in:18
3780 msgid "Benchmark for each disk"
3781 msgstr ""
3782@@ -1101,214 +1093,180 @@
3783
3784 #. description
3785 #: ../jobs/local.txt.in:10
3786-msgid "Autotest Suite tests"
3787+msgid "Benchmarks tests"
3788 msgstr ""
3789
3790 #. description
3791 #: ../jobs/local.txt.in:17
3792-msgid "Benchmarks tests"
3793+msgid "Bluetooth tests"
3794 msgstr ""
3795
3796 #. description
3797 #: ../jobs/local.txt.in:24
3798-msgid "Bluetooth tests"
3799+msgid "Camera tests"
3800 msgstr ""
3801
3802 #. description
3803 #: ../jobs/local.txt.in:31
3804-msgid "Camera tests"
3805+msgid "Codec tests"
3806 msgstr ""
3807
3808 #. description
3809 #: ../jobs/local.txt.in:38
3810-msgid "Codec tests"
3811+msgid "CPU tests"
3812 msgstr ""
3813
3814 #. description
3815 #: ../jobs/local.txt.in:45
3816-msgid "CPU tests"
3817+msgid "System Daemon tests"
3818 msgstr ""
3819
3820 #. description
3821 #: ../jobs/local.txt.in:52
3822-msgid "System Daemon tests"
3823-msgstr ""
3824-
3825-#. description
3826-#: ../jobs/local.txt.in:59
3827 msgid "Disk tests"
3828 msgstr "གསོག་སྡེར་བརྟག་ཞིབ"
3829
3830 #. description
3831-#: ../jobs/local.txt.in:66
3832+#: ../jobs/local.txt.in:59
3833 msgid "Fingerprint reader tests"
3834 msgstr "མཛུབ་རྗེས་ཀློག་འཇུག་བརྟག་ཞིབ"
3835
3836 #. description
3837-#: ../jobs/local.txt.in:73
3838+#: ../jobs/local.txt.in:66
3839 msgid "Firewire disk tests"
3840 msgstr "Firewire disk tests"
3841
3842 #. description
3843+#: ../jobs/local.txt.in:73
3844+msgid "Floppy disk tests"
3845+msgstr ""
3846+
3847+#. description
3848 #: ../jobs/local.txt.in:80
3849-msgid "Floppy disk tests"
3850+msgid "Graphics tests"
3851 msgstr ""
3852
3853 #. description
3854 #: ../jobs/local.txt.in:87
3855-msgid "Graphics tests"
3856+msgid "Hibernation tests"
3857 msgstr ""
3858
3859 #. description
3860 #: ../jobs/local.txt.in:94
3861-msgid "Hibernation tests"
3862+msgid "Informational tests"
3863 msgstr ""
3864
3865 #. description
3866 #: ../jobs/local.txt.in:101
3867-msgid "Informational tests"
3868+msgid "Input Devices tests"
3869 msgstr ""
3870
3871 #. description
3872 #: ../jobs/local.txt.in:108
3873-msgid "Input Devices tests"
3874+msgid "Software Installation tests"
3875 msgstr ""
3876
3877 #. description
3878 #: ../jobs/local.txt.in:115
3879-msgid "Software Installation tests"
3880+msgid "Hotkey tests"
3881 msgstr ""
3882
3883 #. description
3884 #: ../jobs/local.txt.in:122
3885-msgid "Hotkey tests"
3886+msgid "Media Card tests"
3887 msgstr ""
3888
3889 #. description
3890 #: ../jobs/local.txt.in:129
3891-msgid "Linux Test Project tests"
3892+msgid "Memory tests"
3893 msgstr ""
3894
3895 #. description
3896 #: ../jobs/local.txt.in:136
3897-msgid "Mago Automated Desktop Testing"
3898+msgid "Miscellaneous tests"
3899 msgstr ""
3900
3901 #. description
3902 #: ../jobs/local.txt.in:143
3903-msgid "Media Card tests"
3904-msgstr ""
3905-
3906-#. description
3907-#: ../jobs/local.txt.in:150
3908-msgid "Memory tests"
3909-msgstr ""
3910-
3911-#. description
3912-#: ../jobs/local.txt.in:157
3913-msgid "Miscellaneous tests"
3914-msgstr ""
3915-
3916-#. description
3917-#: ../jobs/local.txt.in:164
3918 msgid "Monitor tests"
3919 msgstr "རྟོགས་ཞིབ་པ་ལ་བརྟག་ཞིབ"
3920
3921 #. description
3922-#: ../jobs/local.txt.in:171
3923+#: ../jobs/local.txt.in:150
3924 msgid "Networking tests"
3925 msgstr ""
3926
3927 #. description
3928-#: ../jobs/local.txt.in:178
3929+#: ../jobs/local.txt.in:157
3930 msgid "Optical Drive tests"
3931 msgstr ""
3932
3933 #. description
3934-#: ../jobs/local.txt.in:185
3935+#: ../jobs/local.txt.in:164
3936 msgid "Panel Clock Verification tests"
3937 msgstr ""
3938
3939 #. description
3940-#: ../jobs/local.txt.in:192
3941+#: ../jobs/local.txt.in:171
3942 msgid "PCMCIA/PCIX Card tests"
3943 msgstr ""
3944
3945 #. description
3946-#: ../jobs/local.txt.in:199
3947+#: ../jobs/local.txt.in:178
3948 msgid "Peripheral tests"
3949 msgstr "རྒྱུད་སྐུད་ཟླུམ་པོར་བརྟག་ཞིབ"
3950
3951 #. description
3952-#: ../jobs/local.txt.in:206
3953+#: ../jobs/local.txt.in:185
3954 msgid "Power Management tests"
3955 msgstr ""
3956
3957 #. description
3958-#: ../jobs/local.txt.in:213
3959-msgid "QA Regression tests"
3960-msgstr ""
3961-
3962-#. description
3963-#: ../jobs/local.txt.in:220
3964+#: ../jobs/local.txt.in:192
3965 msgid "Server Services checks"
3966 msgstr ""
3967
3968 #. description
3969-#: ../jobs/local.txt.in:227
3970+#: ../jobs/local.txt.in:199
3971 msgid "Suspend tests"
3972 msgstr ""
3973
3974 #. description
3975-#: ../jobs/local.txt.in:234
3976+#: ../jobs/local.txt.in:206
3977 msgid "Touchpad tests"
3978 msgstr ""
3979
3980 #. description
3981-#: ../jobs/local.txt.in:241
3982+#: ../jobs/local.txt.in:213
3983 msgid "USB tests"
3984 msgstr ""
3985
3986 #. description
3987-#: ../jobs/local.txt.in:248
3988+#: ../jobs/local.txt.in:220
3989 msgid "User Applications"
3990 msgstr ""
3991
3992 #. description
3993-#: ../jobs/local.txt.in:255
3994+#: ../jobs/local.txt.in:227
3995 msgid "Wireless networking tests"
3996 msgstr ""
3997
3998 #. description
3999-#: ../jobs/local.txt.in:262
4000+#: ../jobs/local.txt.in:234
4001 msgid "Stress tests"
4002 msgstr ""
4003
4004 #. description
4005-#: ../jobs/local.txt.in:269
4006+#: ../jobs/local.txt.in:241
4007 msgid "Smoke tests"
4008 msgstr ""
4009
4010 #. description
4011-#: ../jobs/local.txt.in:276
4012+#: ../jobs/local.txt.in:248
4013 msgid "Sniff Sniffers"
4014 msgstr ""
4015
4016 #. description
4017-#: ../jobs/ltp.txt.in:3
4018-msgid ""
4019-"This test installs and runs Linux Test Project syscalls test. This can be "
4020-"destructive, thus this test is blacklisted by default."
4021-msgstr ""
4022-
4023-#. description
4024-#: ../jobs/mago.txt.in:8
4025-msgid ""
4026-"PURPOSE:\n"
4027-" This test installs and runs the Mago Automated Desktop Testing suite."
4028-msgstr ""
4029-
4030-#. description
4031 #: ../jobs/mediacard.txt.in:4
4032 msgid ""
4033 "PURPOSE:\n"
4034@@ -2189,13 +2147,6 @@
4035 msgstr ""
4036
4037 #. description
4038-#: ../jobs/qa_regression.txt.in:7
4039-msgid ""
4040-"PURPOSE:\n"
4041-" This is to install and run the Ubuntu QA regression tests (destructive)"
4042-msgstr ""
4043-
4044-#. description
4045 #: ../jobs/server-services.txt.in:5
4046 msgid "Verifies that sshd is running."
4047 msgstr ""
4048
4049=== modified file 'po/br.po'
4050--- po/br.po 2012-06-22 17:04:14 +0000
4051+++ po/br.po 2012-06-27 20:25:24 +0000
4052@@ -7,15 +7,15 @@
4053 msgstr ""
4054 "Project-Id-Version: checkbox\n"
4055 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4056-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
4057+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
4058 "PO-Revision-Date: 2011-07-19 17:33+0000\n"
4059 "Last-Translator: Alan <Unknown>\n"
4060 "Language-Team: Breton <br@li.org>\n"
4061 "MIME-Version: 1.0\n"
4062 "Content-Type: text/plain; charset=UTF-8\n"
4063 "Content-Transfer-Encoding: 8bit\n"
4064-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
4065-"X-Generator: Launchpad (build 15435)\n"
4066+"X-Launchpad-Export-Date: 2012-06-23 04:33+0000\n"
4067+"X-Generator: Launchpad (build 15461)\n"
4068
4069 #. Title of the user interface
4070 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4071@@ -158,14 +158,6 @@
4072 msgstr ""
4073
4074 #. description
4075-#: ../jobs/autotest.txt.in:6
4076-msgid ""
4077-"PURPOSE:\n"
4078-" This test will attempt to install and run the Autotest Suite. These "
4079-"tests can be destructive, so this test is blacklisted by default."
4080-msgstr ""
4081-
4082-#. description
4083 #: ../jobs/benchmarks.txt.in:18
4084 msgid "Benchmark for each disk"
4085 msgstr ""
4086@@ -1101,214 +1093,180 @@
4087
4088 #. description
4089 #: ../jobs/local.txt.in:10
4090-msgid "Autotest Suite tests"
4091+msgid "Benchmarks tests"
4092 msgstr ""
4093
4094 #. description
4095 #: ../jobs/local.txt.in:17
4096-msgid "Benchmarks tests"
4097+msgid "Bluetooth tests"
4098 msgstr ""
4099
4100 #. description
4101 #: ../jobs/local.txt.in:24
4102-msgid "Bluetooth tests"
4103+msgid "Camera tests"
4104 msgstr ""
4105
4106 #. description
4107 #: ../jobs/local.txt.in:31
4108-msgid "Camera tests"
4109+msgid "Codec tests"
4110 msgstr ""
4111
4112 #. description
4113 #: ../jobs/local.txt.in:38
4114-msgid "Codec tests"
4115+msgid "CPU tests"
4116 msgstr ""
4117
4118 #. description
4119 #: ../jobs/local.txt.in:45
4120-msgid "CPU tests"
4121+msgid "System Daemon tests"
4122 msgstr ""
4123
4124 #. description
4125 #: ../jobs/local.txt.in:52
4126-msgid "System Daemon tests"
4127-msgstr ""
4128-
4129-#. description
4130-#: ../jobs/local.txt.in:59
4131 msgid "Disk tests"
4132 msgstr "Prouadoù ar c'hantennoù"
4133
4134 #. description
4135-#: ../jobs/local.txt.in:66
4136+#: ../jobs/local.txt.in:59
4137 msgid "Fingerprint reader tests"
4138 msgstr "Prouadoù evit lenner al loc'hoù bizied"
4139
4140 #. description
4141-#: ../jobs/local.txt.in:73
4142+#: ../jobs/local.txt.in:66
4143 msgid "Firewire disk tests"
4144 msgstr "Prouadoù ar gantenn dre Firewire"
4145
4146 #. description
4147+#: ../jobs/local.txt.in:73
4148+msgid "Floppy disk tests"
4149+msgstr ""
4150+
4151+#. description
4152 #: ../jobs/local.txt.in:80
4153-msgid "Floppy disk tests"
4154+msgid "Graphics tests"
4155 msgstr ""
4156
4157 #. description
4158 #: ../jobs/local.txt.in:87
4159-msgid "Graphics tests"
4160+msgid "Hibernation tests"
4161 msgstr ""
4162
4163 #. description
4164 #: ../jobs/local.txt.in:94
4165-msgid "Hibernation tests"
4166+msgid "Informational tests"
4167 msgstr ""
4168
4169 #. description
4170 #: ../jobs/local.txt.in:101
4171-msgid "Informational tests"
4172+msgid "Input Devices tests"
4173 msgstr ""
4174
4175 #. description
4176 #: ../jobs/local.txt.in:108
4177-msgid "Input Devices tests"
4178+msgid "Software Installation tests"
4179 msgstr ""
4180
4181 #. description
4182 #: ../jobs/local.txt.in:115
4183-msgid "Software Installation tests"
4184+msgid "Hotkey tests"
4185 msgstr ""
4186
4187 #. description
4188 #: ../jobs/local.txt.in:122
4189-msgid "Hotkey tests"
4190+msgid "Media Card tests"
4191 msgstr ""
4192
4193 #. description
4194 #: ../jobs/local.txt.in:129
4195-msgid "Linux Test Project tests"
4196+msgid "Memory tests"
4197 msgstr ""
4198
4199 #. description
4200 #: ../jobs/local.txt.in:136
4201-msgid "Mago Automated Desktop Testing"
4202+msgid "Miscellaneous tests"
4203 msgstr ""
4204
4205 #. description
4206 #: ../jobs/local.txt.in:143
4207-msgid "Media Card tests"
4208-msgstr ""
4209-
4210-#. description
4211-#: ../jobs/local.txt.in:150
4212-msgid "Memory tests"
4213-msgstr ""
4214-
4215-#. description
4216-#: ../jobs/local.txt.in:157
4217-msgid "Miscellaneous tests"
4218-msgstr ""
4219-
4220-#. description
4221-#: ../jobs/local.txt.in:164
4222 msgid "Monitor tests"
4223 msgstr "Prouadoù ar skramm"
4224
4225 #. description
4226-#: ../jobs/local.txt.in:171
4227+#: ../jobs/local.txt.in:150
4228 msgid "Networking tests"
4229 msgstr ""
4230
4231 #. description
4232-#: ../jobs/local.txt.in:178
4233+#: ../jobs/local.txt.in:157
4234 msgid "Optical Drive tests"
4235 msgstr ""
4236
4237 #. description
4238-#: ../jobs/local.txt.in:185
4239+#: ../jobs/local.txt.in:164
4240 msgid "Panel Clock Verification tests"
4241 msgstr ""
4242
4243 #. description
4244-#: ../jobs/local.txt.in:192
4245+#: ../jobs/local.txt.in:171
4246 msgid "PCMCIA/PCIX Card tests"
4247 msgstr ""
4248
4249 #. description
4250-#: ../jobs/local.txt.in:199
4251+#: ../jobs/local.txt.in:178
4252 msgid "Peripheral tests"
4253 msgstr "Prouadoù an trobarzhelloù"
4254
4255 #. description
4256-#: ../jobs/local.txt.in:206
4257+#: ../jobs/local.txt.in:185
4258 msgid "Power Management tests"
4259 msgstr ""
4260
4261 #. description
4262-#: ../jobs/local.txt.in:213
4263-msgid "QA Regression tests"
4264-msgstr ""
4265-
4266-#. description
4267-#: ../jobs/local.txt.in:220
4268+#: ../jobs/local.txt.in:192
4269 msgid "Server Services checks"
4270 msgstr ""
4271
4272 #. description
4273-#: ../jobs/local.txt.in:227
4274+#: ../jobs/local.txt.in:199
4275 msgid "Suspend tests"
4276 msgstr ""
4277
4278 #. description
4279-#: ../jobs/local.txt.in:234
4280+#: ../jobs/local.txt.in:206
4281 msgid "Touchpad tests"
4282 msgstr ""
4283
4284 #. description
4285-#: ../jobs/local.txt.in:241
4286+#: ../jobs/local.txt.in:213
4287 msgid "USB tests"
4288 msgstr ""
4289
4290 #. description
4291-#: ../jobs/local.txt.in:248
4292+#: ../jobs/local.txt.in:220
4293 msgid "User Applications"
4294 msgstr ""
4295
4296 #. description
4297-#: ../jobs/local.txt.in:255
4298+#: ../jobs/local.txt.in:227
4299 msgid "Wireless networking tests"
4300 msgstr ""
4301
4302 #. description
4303-#: ../jobs/local.txt.in:262
4304+#: ../jobs/local.txt.in:234
4305 msgid "Stress tests"
4306 msgstr ""
4307
4308 #. description
4309-#: ../jobs/local.txt.in:269
4310+#: ../jobs/local.txt.in:241
4311 msgid "Smoke tests"
4312 msgstr ""
4313
4314 #. description
4315-#: ../jobs/local.txt.in:276
4316+#: ../jobs/local.txt.in:248
4317 msgid "Sniff Sniffers"
4318 msgstr ""
4319
4320 #. description
4321-#: ../jobs/ltp.txt.in:3
4322-msgid ""
4323-"This test installs and runs Linux Test Project syscalls test. This can be "
4324-"destructive, thus this test is blacklisted by default."
4325-msgstr ""
4326-
4327-#. description
4328-#: ../jobs/mago.txt.in:8
4329-msgid ""
4330-"PURPOSE:\n"
4331-" This test installs and runs the Mago Automated Desktop Testing suite."
4332-msgstr ""
4333-
4334-#. description
4335 #: ../jobs/mediacard.txt.in:4
4336 msgid ""
4337 "PURPOSE:\n"
4338@@ -2189,13 +2147,6 @@
4339 msgstr ""
4340
4341 #. description
4342-#: ../jobs/qa_regression.txt.in:7
4343-msgid ""
4344-"PURPOSE:\n"
4345-" This is to install and run the Ubuntu QA regression tests (destructive)"
4346-msgstr ""
4347-
4348-#. description
4349 #: ../jobs/server-services.txt.in:5
4350 msgid "Verifies that sshd is running."
4351 msgstr ""
4352
4353=== modified file 'po/bs.po'
4354--- po/bs.po 2012-06-22 17:04:14 +0000
4355+++ po/bs.po 2012-06-27 20:25:24 +0000
4356@@ -7,15 +7,15 @@
4357 msgstr ""
4358 "Project-Id-Version: checkbox\n"
4359 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4360-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
4361+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
4362 "PO-Revision-Date: 2011-12-06 23:38+0000\n"
4363 "Last-Translator: Samir Ribić <Unknown>\n"
4364 "Language-Team: Bosnian <bs@li.org>\n"
4365 "MIME-Version: 1.0\n"
4366 "Content-Type: text/plain; charset=UTF-8\n"
4367 "Content-Transfer-Encoding: 8bit\n"
4368-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
4369-"X-Generator: Launchpad (build 15435)\n"
4370+"X-Launchpad-Export-Date: 2012-06-23 04:33+0000\n"
4371+"X-Generator: Launchpad (build 15461)\n"
4372
4373 #. Title of the user interface
4374 #: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
4375@@ -203,17 +203,6 @@
4376 msgstr ""
4377
4378 #. description
4379-#: ../jobs/autotest.txt.in:6
4380-msgid ""
4381-"PURPOSE:\n"
4382-" This test will attempt to install and run the Autotest Suite. These "
4383-"tests can be destructive, so this test is blacklisted by default."
4384-msgstr ""
4385-"NAMENA:\n"
4386-"   Ovaj test će pokušati da instalira i pokrene Autotest Suite. Ovi testovi "
4387-"mogu biti destruktivni, tako da je ovaj test podrazumijevano na crnoj listi."
4388-
4389-#. description
4390 #: ../jobs/benchmarks.txt.in:18
4391 msgid "Benchmark for each disk"
4392 msgstr "Mjerenje za svaki disk"
4393@@ -1411,219 +1400,180 @@
4394
4395 #. description
4396 #: ../jobs/local.txt.in:10
4397-msgid "Autotest Suite tests"
4398-msgstr "Autotest Suite testovi"
4399+msgid "Benchmarks tests"
4400+msgstr ""
4401
4402 #. description
4403 #: ../jobs/local.txt.in:17
4404-msgid "Benchmarks tests"
4405-msgstr ""
4406-
4407-#. description
4408-#: ../jobs/local.txt.in:24
4409 msgid "Bluetooth tests"
4410 msgstr "Bluetooth testovi"
4411
4412 #. description
4413-#: ../jobs/local.txt.in:31
4414+#: ../jobs/local.txt.in:24
4415 msgid "Camera tests"
4416 msgstr "Testovi kamere"
4417
4418 #. description
4419-#: ../jobs/local.txt.in:38
4420+#: ../jobs/local.txt.in:31
4421 msgid "Codec tests"
4422 msgstr "Testovi kodeka"
4423
4424 #. description
4425-#: ../jobs/local.txt.in:45
4426+#: ../jobs/local.txt.in:38
4427 msgid "CPU tests"
4428 msgstr "Testovi procesora"
4429
4430 #. description
4431-#: ../jobs/local.txt.in:52
4432+#: ../jobs/local.txt.in:45
4433 msgid "System Daemon tests"
4434 msgstr "Testovi sistemskik demona"
4435
4436 #. description
4437-#: ../jobs/local.txt.in:59
4438+#: ../jobs/local.txt.in:52
4439 msgid "Disk tests"
4440 msgstr "Disk testovi"
4441
4442 #. description
4443-#: ../jobs/local.txt.in:66
4444+#: ../jobs/local.txt.in:59
4445 msgid "Fingerprint reader tests"
4446 msgstr "Testovi čitača otisaka"
4447
4448 #. description
4449-#: ../jobs/local.txt.in:73
4450+#: ../jobs/local.txt.in:66
4451 msgid "Firewire disk tests"
4452 msgstr "Testovi FireWire diska"
4453
4454 #. description
4455-#: ../jobs/local.txt.in:80
4456+#: ../jobs/local.txt.in:73
4457 msgid "Floppy disk tests"
4458 msgstr "Testovi flopi diska"
4459
4460 #. description
4461-#: ../jobs/local.txt.in:87
4462+#: ../jobs/local.txt.in:80
4463 msgid "Graphics tests"
4464 msgstr "Testovi grafike"
4465
4466 #. description
4467-#: ../jobs/local.txt.in:94
4468+#: ../jobs/local.txt.in:87
4469 msgid "Hibernation tests"
4470 msgstr "Testovi hibernacije"
4471
4472 #. description
4473-#: ../jobs/local.txt.in:101
4474+#: ../jobs/local.txt.in:94
4475 msgid "Informational tests"
4476 msgstr "Informacioni testovi"
4477
4478 #. description
4479-#: ../jobs/local.txt.in:108
4480+#: ../jobs/local.txt.in:101
4481 msgid "Input Devices tests"
4482 msgstr "Testovi ulaznih uređaja"
4483
4484 #. description
4485-#: ../jobs/local.txt.in:115
4486+#: ../jobs/local.txt.in:108
4487 msgid "Software Installation tests"
4488 msgstr "Testovi softverske instalacije"
4489
4490 #. description
4491-#: ../jobs/local.txt.in:122
4492+#: ../jobs/local.txt.in:115
4493 msgid "Hotkey tests"
4494 msgstr "Testovi vrućih tastera"
4495
4496 #. description
4497-#: ../jobs/local.txt.in:129
4498-msgid "Linux Test Project tests"
4499-msgstr "Testovi iz projekta Linux testova"
4500-
4501-#. description
4502-#: ../jobs/local.txt.in:136
4503-msgid "Mago Automated Desktop Testing"
4504-msgstr "Mago automatsko desktop testiranje"
4505-
4506-#. description
4507-#: ../jobs/local.txt.in:143
4508+#: ../jobs/local.txt.in:122
4509 msgid "Media Card tests"
4510 msgstr "Testovi medijskih kartica"
4511
4512 #. description
4513-#: ../jobs/local.txt.in:150
4514+#: ../jobs/local.txt.in:129
4515 msgid "Memory tests"
4516 msgstr "Testovi memorije"
4517
4518 #. description
4519-#: ../jobs/local.txt.in:157
4520+#: ../jobs/local.txt.in:136
4521 msgid "Miscellaneous tests"
4522 msgstr "Razni testovi"
4523
4524 #. description
4525-#: ../jobs/local.txt.in:164
4526+#: ../jobs/local.txt.in:143
4527 msgid "Monitor tests"
4528 msgstr "Testovi monitora"
4529
4530 #. description
4531-#: ../jobs/local.txt.in:171
4532+#: ../jobs/local.txt.in:150
4533 msgid "Networking tests"
4534 msgstr "Testovi mreže"
4535
4536 #. description
4537-#: ../jobs/local.txt.in:178
4538+#: ../jobs/local.txt.in:157
4539 msgid "Optical Drive tests"
4540 msgstr "Testovi optičkih diskova"
4541
4542 #. description
4543-#: ../jobs/local.txt.in:185
4544+#: ../jobs/local.txt.in:164
4545 msgid "Panel Clock Verification tests"
4546 msgstr "Testovi verifikacije sata na panelu"
4547
4548 #. description
4549-#: ../jobs/local.txt.in:192
4550+#: ../jobs/local.txt.in:171
4551 msgid "PCMCIA/PCIX Card tests"
4552 msgstr "Testovi PCMCIA/PCIX kartica"
4553
4554 #. description
4555-#: ../jobs/local.txt.in:199
4556+#: ../jobs/local.txt.in:178
4557 msgid "Peripheral tests"
4558 msgstr "Periferalni testovi"
4559
4560 #. description
4561-#: ../jobs/local.txt.in:206
4562+#: ../jobs/local.txt.in:185
4563 msgid "Power Management tests"
4564 msgstr "Testovi upravljanja napajanjem"
4565
4566 #. description
4567-#: ../jobs/local.txt.in:213
4568-msgid "QA Regression tests"
4569-msgstr "QA regresijski testovi"
4570-
4571-#. description
4572-#: ../jobs/local.txt.in:220
4573+#: ../jobs/local.txt.in:192
4574 msgid "Server Services checks"
4575 msgstr "Provjera serverskih usluga"
4576
4577 #. description
4578-#: ../jobs/local.txt.in:227
4579+#: ../jobs/local.txt.in:199
4580 msgid "Suspend tests"
4581 msgstr "Test suspenzije"
4582
4583 #. description
4584-#: ../jobs/local.txt.in:234
4585+#: ../jobs/local.txt.in:206
4586 msgid "Touchpad tests"
4587 msgstr "Testovi dodirne ploče"
4588
4589 #. description
4590-#: ../jobs/local.txt.in:241
4591+#: ../jobs/local.txt.in:213
4592 msgid "USB tests"
4593 msgstr "USB testovi"
4594
4595 #. description
4596-#: ../jobs/local.txt.in:248
4597+#: ../jobs/local.txt.in:220
4598 msgid "User Applications"
4599 msgstr "Korisničke aplikacije"
4600
4601 #. description
4602-#: ../jobs/local.txt.in:255
4603+#: ../jobs/local.txt.in:227
4604 msgid "Wireless networking tests"
4605 msgstr "Testovi bežične mreže"
4606
4607 #. description
4608-#: ../jobs/local.txt.in:262
4609+#: ../jobs/local.txt.in:234
4610 msgid "Stress tests"
4611 msgstr "Testovi opterećenja"
4612
4613 #. description
4614-#: ../jobs/local.txt.in:269
4615+#: ../jobs/local.txt.in:241
4616 msgid "Smoke tests"
4617 msgstr ""
4618
4619 #. description
4620-#: ../jobs/local.txt.in:276
4621+#: ../jobs/local.txt.in:248
4622 msgid "Sniff Sniffers"
4623 msgstr ""
4624
4625 #. description
4626-#: ../jobs/ltp.txt.in:3
4627-msgid ""
4628-"This test installs and runs Linux Test Project syscalls test. This can be "
4629-"destructive, thus this test is blacklisted by default."
4630-msgstr ""
4631-"Ovaj test instalira i pokreće test sistemskih poziva. Ovo može biti "
4632-"destruktivno, pa ovaj test je podrazumevano na crnoj listi."
4633-
4634-#. description
4635-#: ../jobs/mago.txt.in:8
4636-msgid ""
4637-"PURPOSE:\n"
4638-" This test installs and runs the Mago Automated Desktop Testing suite."
4639-msgstr ""
4640-"NAMJENA:\n"
4641-"   Ovaj test instalira i pokreće paket za Mago Automatizovano Desktop "
4642-"Testiranje"
4643-
4644-#. description
4645 #: ../jobs/mediacard.txt.in:4
4646 msgid ""
4647 "PURPOSE:\n"
4648@@ -2785,16 +2735,6 @@
4649 "prosti test regresije)"
4650
4651 #. description
4652-#: ../jobs/qa_regression.txt.in:7
4653-msgid ""
4654-"PURPOSE:\n"
4655-" This is to install and run the Ubuntu QA regression tests (destructive)"
4656-msgstr ""
4657-"NAMJENA:\n"
4658-"   Ovo je da instalirate i pokrenete Ubuntu KA testova regresija "
4659-"(destruktivni)"
4660-
4661-#. description
4662 #: ../jobs/server-services.txt.in:5
4663 msgid "Verifies that sshd is running."
4664 msgstr "Provjerava sa sshd radi"
4665@@ -6490,6 +6430,15 @@
4666 #~ "računaru. \\ Ikona treba da se pojavi na desktopu i u \"Mjesta\" menija na "
4667 #~ "vrhu ekrana."
4668
4669+#~ msgid ""
4670+#~ "PURPOSE:\n"
4671+#~ " This test will attempt to install and run the Autotest Suite. These "
4672+#~ "tests can be destructive, so this test is blacklisted by default."
4673+#~ msgstr ""
4674+#~ "NAMENA:\n"
4675+#~ "   Ovaj test će pokušati da instalira i pokrene Autotest Suite. Ovi testovi "
4676+#~ "mogu biti destruktivni, tako da je ovaj test podrazumijevano na crnoj listi."
4677+
4678 #~ msgid "Recover"
4679 #~ msgstr "Obnovi"
4680
4681@@ -6547,6 +6496,9 @@
4682 #~ msgid "Attaches the screenshot captured in info/screenshot."
4683 #~ msgstr "Prilaže sliku ekrana uhvaćenu u info/screenshot."
4684
4685+#~ msgid "Autotest Suite tests"
4686+#~ msgstr "Autotest Suite testovi"
4687+
4688 #~ msgid "Do you hear a sound?"
4689 #~ msgstr "Da li ste čuli zvuk?"
4690
4691@@ -6596,6 +6548,30 @@
4692 #~ "VERIFIKACIJA:\n"
4693 #~ "    Da li tasteri rade kao što se očekuje?"
4694
4695+#~ msgid "QA Regression tests"
4696+#~ msgstr "QA regresijski testovi"
4697+
4698+#~ msgid ""
4699+#~ "This test installs and runs Linux Test Project syscalls test. This can be "
4700+#~ "destructive, thus this test is blacklisted by default."
4701+#~ msgstr ""
4702+#~ "Ovaj test instalira i pokreće test sistemskih poziva. Ovo može biti "
4703+#~ "destruktivno, pa ovaj test je podrazumevano na crnoj listi."
4704+
4705+#~ msgid ""
4706+#~ "PURPOSE:\n"
4707+#~ " This test installs and runs the Mago Automated Desktop Testing suite."
4708+#~ msgstr ""
4709+#~ "NAMJENA:\n"
4710+#~ "   Ovaj test instalira i pokreće paket za Mago Automatizovano Desktop "
4711+#~ "Testiranje"
4712+
4713+#~ msgid "Linux Test Project tests"
4714+#~ msgstr "Testovi iz projekta Linux testova"
4715+
4716+#~ msgid "Mago Automated Desktop Testing"
4717+#~ msgstr "Mago automatsko desktop testiranje"
4718+
4719 #~ msgid "Phoronix Test Suite tests"
4720 #~ msgstr "Testovi Phoronix testirajućeg paketa"
4721
4722@@ -6966,6 +6942,14 @@
4723
4724 #~ msgid ""
4725 #~ "PURPOSE:\n"
4726+#~ " This is to install and run the Ubuntu QA regression tests (destructive)"
4727+#~ msgstr ""
4728+#~ "NAMJENA:\n"
4729+#~ "   Ovo je da instalirate i pokrenete Ubuntu KA testova regresija "
4730+#~ "(destruktivni)"
4731+
4732+#~ msgid ""
4733+#~ "PURPOSE:\n"
4734 #~ " This test will verify that the desktop clock displays the correct date "
4735 #~ "and time\n"
4736 #~ "VERIFICATION:\n"
4737
4738=== modified file 'po/ca.po'
4739--- po/ca.po 2012-06-22 17:04:14 +0000
4740+++ po/ca.po 2012-06-27 20:25:24 +0000
4741@@ -7,15 +7,15 @@
4742 msgstr ""
4743 "Project-Id-Version: checkbox\n"
4744 "Report-Msgid-Bugs-To: \n"
4745-"POT-Creation-Date: 2012-06-20 10:38-0400\n"
4746+"POT-Creation-Date: 2012-06-21 12:15-0400\n"
4747 "PO-Revision-Date: 2011-07-29 11:11+0000\n"
4748 "Last-Translator: Launchpad Translations Administrators <Unknown>\n"
4749 "Language-Team: Catalan <ca@li.org>\n"
4750 "MIME-Version: 1.0\n"
4751 "Content-Type: text/plain; charset=UTF-8\n"
4752 "Content-Transfer-Encoding: 8bit\n"
4753-"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"
4754-"X-Generator: Launchpad (build 15435)\n"
4755+"X-Launchpad-Export-Date: 2012-06-23 04:33+0000\n"
4756+"X-Generator: Launchpad (build 15461)\n"
4757
4758 #~ msgid "$output"
4759 #~ msgstr "$resultat"
4760@@ -162,14 +162,6 @@
4761 msgstr ""
4762
4763 #. description
4764-#: ../jobs/autotest.txt.in:6
4765-msgid ""
4766-"PURPOSE:\n"
4767-" This test will attempt to install and run the Autotest Suite. These "
4768-"tests can be destructive, so this test is blacklisted by default."
4769-msgstr ""
4770-
4771-#. description
4772 #: ../jobs/benchmarks.txt.in:18
4773 msgid "Benchmark for each disk"
4774 msgstr ""
4775@@ -1126,214 +1118,180 @@
4776
4777 #. description
4778 #: ../jobs/local.txt.in:10
4779-msgid "Autotest Suite tests"
4780+msgid "Benchmarks tests"
4781 msgstr ""
4782
4783 #. description
4784 #: ../jobs/local.txt.in:17
4785-msgid "Benchmarks tests"
4786-msgstr ""
4787-
4788-#. description
4789-#: ../jobs/local.txt.in:24
4790 msgid "Bluetooth tests"
4791 msgstr "Comprovacions del Bluetooth"
4792
4793 #. description
4794-#: ../jobs/local.txt.in:31
4795+#: ../jobs/local.txt.in:24
4796 msgid "Camera tests"
4797 msgstr "Comprovacions de la càmera"
4798
4799 #. description
4800-#: ../jobs/local.txt.in:38
4801+#: ../jobs/local.txt.in:31
4802 msgid "Codec tests"
4803 msgstr "Comprovacions dels còdecs"
4804
4805 #. description
4806-#: ../jobs/local.txt.in:45
4807+#: ../jobs/local.txt.in:38
4808 msgid "CPU tests"
4809 msgstr "Comprovacions de la CPU"
4810
4811 #. description
4812-#: ../jobs/local.txt.in:52
4813+#: ../jobs/local.txt.in:45
4814 msgid "System Daemon tests"
4815 msgstr "Comprovacions dels dimonis del sistema"
4816
4817 #. description
4818-#: ../jobs/local.txt.in:59
4819+#: ../jobs/local.txt.in:52
4820 msgid "Disk tests"
4821 msgstr "Comprovacions de disc"
4822
4823 #. description
4824-#: ../jobs/local.txt.in:66
4825+#: ../jobs/local.txt.in:59
4826 msgid "Fingerprint reader tests"
4827 msgstr "Comprovacions del lector d'empremtes digitals."
4828
4829 #. description
4830-#: ../jobs/local.txt.in:73
4831+#: ../jobs/local.txt.in:66
4832 msgid "Firewire disk tests"
4833 msgstr "Comprovacions de discs Firewire"
4834
4835 #. description
4836-#: ../jobs/local.txt.in:80
4837+#: ../jobs/local.txt.in:73
4838 msgid "Floppy disk tests"
4839 msgstr "Comprovacions del disquet"
4840
4841 #. description
4842-#: ../jobs/local.txt.in:87
4843+#: ../jobs/local.txt.in:80
4844 msgid "Graphics tests"
4845 msgstr "Comprovacions dels gràfics"
4846
4847 #. description
4848-#: ../jobs/local.txt.in:94
4849+#: ../jobs/local.txt.in:87
4850 msgid "Hibernation tests"
4851 msgstr "Comprovacions de la hibernació"
4852
4853 #. description
4854-#: ../jobs/local.txt.in:101
4855+#: ../jobs/local.txt.in:94
4856 msgid "Informational tests"
4857 msgstr "Comprovacions informatives"
4858
4859 #. description
4860-#: ../jobs/local.txt.in:108
4861+#: ../jobs/local.txt.in:101
4862 msgid "Input Devices tests"
4863 msgstr "Comprovacions dels dispositius d'entrada"
4864
4865 #. description
4866-#: ../jobs/local.txt.in:115
4867+#: ../jobs/local.txt.in:108
4868 msgid "Software Installation tests"
4869 msgstr "Comprovacions de la instal·lació de programari"
4870
4871 #. description
4872-#: ../jobs/local.txt.in:122
4873+#: ../jobs/local.txt.in:115
4874 msgid "Hotkey tests"
4875 msgstr "Comprovacions de les dreceres de teclat"
4876
4877 #. description
4878-#: ../jobs/local.txt.in:129
4879-msgid "Linux Test Project tests"
4880-msgstr ""
4881-
4882-#. description
4883-#: ../jobs/local.txt.in:136
4884-msgid "Mago Automated Desktop Testing"
4885-msgstr ""
4886-
4887-#. description
4888-#: ../jobs/local.txt.in:143
4889+#: ../jobs/local.txt.in:122
4890 msgid "Media Card tests"
4891 msgstr "Comprovacions de les targetes multimèdia"
4892
4893 #. description
4894-#: ../jobs/local.txt.in:150
4895+#: ../jobs/local.txt.in:129
4896 msgid "Memory tests"
4897 msgstr "Comprovacions de la memòria"
4898
4899 #. description
4900-#: ../jobs/local.txt.in:157
4901+#: ../jobs/local.txt.in:136
4902 msgid "Miscellaneous tests"
4903 msgstr "Comprovacions miscel·lànies"
4904
4905 #. description
4906-#: ../jobs/local.txt.in:164
4907+#: ../jobs/local.txt.in:143
4908 msgid "Monitor tests"
4909 msgstr "Comprovacions de monitor"
4910
4911 #. description
4912-#: ../jobs/local.txt.in:171
4913+#: ../jobs/local.txt.in:150
4914 msgid "Networking tests"
4915 msgstr "Comprovacions de la xarxa"
4916
4917 #. description
4918-#: ../jobs/local.txt.in:178
4919+#: ../jobs/local.txt.in:157
4920 msgid "Optical Drive tests"
4921 msgstr "Comprovacions de les unitats òptiques"
4922
4923 #. description
4924-#: ../jobs/local.txt.in:185
4925+#: ../jobs/local.txt.in:164
4926 msgid "Panel Clock Verification tests"
4927 msgstr ""
4928
4929 #. description
4930-#: ../jobs/local.txt.in:192
4931+#: ../jobs/local.txt.in:171
4932 msgid "PCMCIA/PCIX Card tests"
4933 msgstr "Comprovacions de les targetes PCMCIA/PCIX"
4934
4935 #. description
4936-#: ../jobs/local.txt.in:199
4937+#: ../jobs/local.txt.in:178
4938 msgid "Peripheral tests"
4939 msgstr "Comprovacions dels perifèrics"
4940
4941 #. description
4942-#: ../jobs/local.txt.in:206
4943+#: ../jobs/local.txt.in:185
4944 msgid "Power Management tests"
4945 msgstr "Comprovacions de la gestió de l'energia"
4946
4947 #. description
4948-#: ../jobs/local.txt.in:213
4949-msgid "QA Regression tests"
4950-msgstr ""
4951-
4952-#. description
4953-#: ../jobs/local.txt.in:220
4954+#: ../jobs/local.txt.in:192
4955 msgid "Server Services checks"
4956 msgstr ""
4957
4958 #. description
4959-#: ../jobs/local.txt.in:227
4960+#: ../jobs/local.txt.in:199
4961 msgid "Suspend tests"
4962 msgstr "Comprovacions de l'aturada temporal"
4963
4964 #. description
4965-#: ../jobs/local.txt.in:234
4966+#: ../jobs/local.txt.in:206
4967 msgid "Touchpad tests"
4968 msgstr ""
4969
4970 #. description
4971-#: ../jobs/local.txt.in:241
4972+#: ../jobs/local.txt.in:213
4973 msgid "USB tests"
4974 msgstr "Comprovacions de l'USB"
4975
4976 #. description
4977-#: ../jobs/local.txt.in:248
4978+#: ../jobs/local.txt.in:220
4979 msgid "User Applications"
4980 msgstr "Aplicacions d'usuari"
4981
4982 #. description
4983-#: ../jobs/local.txt.in:255
4984+#: ../jobs/local.txt.in:227
4985 msgid "Wireless networking tests"
4986 msgstr "Comprovacions de les xarxes sense fil"
4987
4988 #. description
4989-#: ../jobs/local.txt.in:262
4990+#: ../jobs/local.txt.in:234
4991 msgid "Stress tests"
4992 msgstr "Comprovacions d'intensitat"
4993
4994 #. description
4995-#: ../jobs/local.txt.in:269
4996+#: ../jobs/local.txt.in:241
4997 msgid "Smoke tests"
4998 msgstr ""
4999
5000 #. description
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: