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
=== modified file 'checkbox/dispatcher.py'
--- checkbox/dispatcher.py 2012-06-22 17:04:14 +0000
+++ checkbox/dispatcher.py 2012-06-27 20:25:24 +0000
@@ -1,6 +1,21 @@
1# Copyright 2010-2011 Canonical Ltd. This software is licensed under the1#
2# GNU Affero General Public License version 3 (see the file LICENSE).2# This file is part of Checkbox.
33#
4# Copyright 2010-12 Canonical Ltd.
5#
6# Checkbox is free software: you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation, either version 3 of the License, or
9# (at your option) any later version.
10#
11# Checkbox is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
18#
4__metaclass__ = type19__metaclass__ = type
520
6__all__ = [21__all__ = [
722
=== modified file 'checkbox/job.py'
--- checkbox/job.py 2012-06-22 17:04:14 +0000
+++ checkbox/job.py 2012-06-27 20:25:24 +0000
@@ -104,37 +104,4 @@
104class JobStore(MessageStore):104class JobStore(MessageStore):
105 """A job store which stores its jobs in a file system hierarchy."""105 """A job store which stores its jobs in a file system hierarchy."""
106106
107 def add(self, job):107 pass
108 # TODO: Order alphabetically within suite or non-suite
109
110 # Remove the same job if it already exists without a suite
111 if "suite" in job:
112 for filename in self._find_matching_messages(name=job["name"], suite=None):
113 os.unlink(filename)
114
115 # Return if the same job is already in the store
116 if list(self._find_matching_messages(name=job["name"])):
117 return
118
119 message_id = super(JobStore, self).add(job)
120
121 # TODO: Apply dependencies
122 if "depends" in job:
123 for depends in job["depends"]:
124 for filename in self._find_matching_messages():
125 message = self._read_message(filename, cache=True)
126 if job["name"] in message.get("depends", []):
127 new_filename = self._get_next_message_filename()
128 os.rename(filename, new_filename)
129
130 return message_id
131
132 # TODO: Optimize by only searching backwards until a given condition
133 def _find_matching_messages(self, **kwargs):
134 for filename in self._walk_messages():
135 message = self._read_message(filename,cache=True)
136 for key, value in kwargs.items():
137 if message.get(key) != value:
138 break
139 else:
140 yield filename
141108
=== modified file 'checkbox/lib/resolver.py'
--- checkbox/lib/resolver.py 2012-06-22 17:04:14 +0000
+++ checkbox/lib/resolver.py 2012-06-27 20:25:24 +0000
@@ -16,104 +16,128 @@
16# You should have received a copy of the GNU General Public License16# You should have received a copy of the GNU General Public License
17# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.17# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
18#18#
19from collections import defaultdict, OrderedDict
20
21
19class Resolver:22class Resolver:
20 """23 """
21 Main class. Instantiate with the root directory of your items.24 Main class. Instantiate with the root directory of your items.
22 """25 """
2326
24 def __init__(self, key=None):27 def __init__(self, key_func=None):
25 if key is None:28 if key_func is None:
26 key = lambda k: k29 key_func = lambda k: k
2730 self.key_func = key_func
28 self.key = key31
2932 self.items_added = OrderedDict()
30 # detect repeated resolution attempts - these indicate some circular dependency33 self.depends = {} # Dependencies
31 self.reentrant_resolution = set()34 self.rdepends = defaultdict(list) # Reverse dependencies
3235
33 # collect all items36 # Data used in _resolve method
34 self.items = {}37 self.items = None
3538 self.items_blocked = None
36 # for each item, keep a set of dependents and dependencies39 self.resolved = False
37 self.dependents = {}
38 self.dependencies = {}
3940
40 def add(self, item, *dependencies):41 def add(self, item, *dependencies):
41 key = self.key(item)42 """
42 if key in self.items:43 Add item as pending
44 """
45 key = self.key_func(item)
46 if key in self.items_added:
43 raise Exception("%s: key already exists" % key)47 raise Exception("%s: key already exists" % key)
44 self.items[key] = item48
4549 # Dependencies bookkeeping
46 dependency_keys = [self.key(d) for d in dependencies]50 self.items_added[key] = item
47 self.dependencies[key] = set(dependency_keys)51 self.depends[key] = list(dependencies)
4852 for dependency in dependencies:
49 def remove(self, item):53 self.rdepends[dependency].append(key)
50 key = self.key(item)54
51 del self.items[key]55 # Circular dependencies check
52 del self.dependencies[key]56 def circular_dependencies(key):
5357 seen = circular_dependencies.seen
54 def resolve(self, item, found=None):58 for dependency in self.depends.get(key, []):
55 """59 if dependency in seen:
56 the center piece.60 raise Exception("circular dependency involving "
57 recursively resolve dependencies of scripts61 "%s and %s" % (key, dependency))
58 return them as a flat list, sorted according to ancestral relationships62 seen.add(dependency)
59 """63 circular_dependencies(dependency)
60 key = self.key(item)64 circular_dependencies.seen = set((key,))
61 resolved = self.dependents.get(key, None)65 circular_dependencies(key)
62 if resolved is not None:66
63 return resolved67 # Resolve on next call to get_dependencies/get_dependents
6468 self.resolved = False
65 if key not in self.items:69
70 def _resolve(self):
71 """
72 Work through the pending items and reorder them properly
73 """
74 if self.resolved:
75 return
76
77 # Initialize internal ordering data
78 self.items = OrderedDict()
79 self.items_blocked = {}
80
81 def add_unblocked(key):
82 """Add items that have been unblocked"""
83 for dependent in self.rdepends[key]:
84 if not dependent in self.items_blocked:
85 continue
86
87 unblocked = all(dependency in self.items
88 for dependency in self.depends[dependent]
89 if dependency in self.items_added)
90 if unblocked:
91 item = self.items_blocked[dependent]
92 self.items[dependent] = item
93 del self.items_blocked[dependent]
94
95 add_unblocked(dependent)
96
97 for key, item in self.items_added.items():
98 # Avoid adding an item until all dependencies have been met
99 blocked = any(dependency not in self.items
100 for dependency in self.depends[key]
101 if dependency in self.items_added)
102
103 if blocked:
104 self.items_blocked[key] = item
105 else:
106 self.items[key] = item
107 add_unblocked(key)
108
109 if self.items_blocked:
110 raise Exception('There are {} items blocked: {}'
111 .format(len(self.items_blocked),
112 ', '.join(self.items_blocked.keys())))
113
114 # Don't resolve again on next call to get_dependencies/get_dependents
115 # unless a new item is added
116 self.resolved = True
117
118 def get_dependencies(self, item):
119 """
120 Return a list of the dependencies for a given item
121 """
122 self._resolve()
123 key = self.key_func(item)
124 if key not in self.depends:
66 msg = "no dependencies found for %s" % key125 msg = "no dependencies found for %s" % key
67 if found:
68 msg += " while resolving %s" % found
69 raise Exception(msg)126 raise Exception(msg)
70127
71 dependencies = self.dependencies.get(key, set())128 dependencies = self.depends[key] + [key]
72 resolved = set()129
73130 return dependencies
74 for dependency in dependencies:
75 resolution_step = (key, dependency)
76 if resolution_step in self.reentrant_resolution:
77 if found:
78 scapegoat = found
79 else:
80 scapegoat = dependency
81 raise Exception("circular dependency involving %s and %s" % (key, scapegoat))
82 # add resolution
83 self.reentrant_resolution.add(resolution_step)
84 # and its dependencies, if any
85 resolved.update(self.resolve(self.items[dependency], found=key))
86
87 # now it's time for sorting hierarchically... Since circular dependencies are excluded,
88 # ancestors will always have fewer dependencies than descendants, so sorting by the
89 # number of dependencies will give the desired order.
90 resolved = sorted(resolved, key=lambda x : len(self.dependents[x]))
91 resolved.append(key)
92 self.dependents[key] = resolved
93
94 return resolved
95
96 def get_dependencies(self, item):
97 return [self.items[r] for r in self.resolve(item)]
98131
99 def get_dependents(self, item=None):132 def get_dependents(self, item=None):
100 dependents = []133 """
101 if item:134 Return a list of the items that depend on the given one
102 # Immediate dependents135 or the whole list of items topologically ordered
103 key = self.key(item)136 """
104 all_dependents = [x for x in iter(self.items.values()) if key in self.resolve(x)[:-1]]137 self._resolve()
105 dependents = [x for x in all_dependents if self.key(self.get_dependencies(x)[-2]) == key]138 items = list(self.items.values())
106 else:139 if item is not None:
107 # First level of dependents140 index = items.index(item)
108 dependents = [x for x in iter(self.items.values()) if len(self.resolve(x)) == 1]141 items = items[index + 1:]
109142
110 index = 0143 return items
111 dependents = sorted(dependents)
112 while index < len(dependents):
113 sub_dependents = self.get_dependents(dependents[index])
114 if sub_dependents:
115 dependents[index+1:index+1] = sub_dependents
116 index += len(sub_dependents)
117 index += 1
118
119 return dependents
120144
=== modified file 'checkbox/lib/tests/resolver.py'
--- checkbox/lib/tests/resolver.py 2012-06-22 17:04:14 +0000
+++ checkbox/lib/tests/resolver.py 2012-06-27 20:25:24 +0000
@@ -22,71 +22,60 @@
2222
2323
24class ResolverTest(unittest.TestCase):24class ResolverTest(unittest.TestCase):
25 def setUp(self):
26 self.resolver = Resolver()
27
25 def test_dependencies_none(self):28 def test_dependencies_none(self):
26 resolver = Resolver()
27 try:29 try:
28 resolver.get_dependencies('a')30 self.resolver.get_dependencies('a')
29 except Exception as error:31 except Exception as error:
30 self.assertTrue(error.args[0].startswith('no dependencies'))32 self.assertTrue(error.args[0].startswith('no dependencies'))
31 else:33 else:
32 self.fail('non existing element accepted by resolver')34 self.fail('non existing element accepted by resolver')
3335
34 def test_dependencies_one_level(self):36 def test_dependencies_one_level(self):
35 resolver = Resolver()37 self.resolver.add('a')
36 resolver.add('a')
3738
38 results = resolver.get_dependencies('a')39 results = self.resolver.get_dependencies('a')
39 self.assertTrue(len(results) == 1)40 self.assertListEqual(results, ['a'])
40 self.assertTrue(results[0] == 'a')
4141
42 def test_dependencies_two_level(self):42 def test_dependencies_two_level(self):
43 resolver = Resolver()43 self.resolver.add('a')
44 resolver.add('a')44 self.resolver.add('b', 'a')
45 resolver.add('b', 'a')
4645
47 results = resolver.get_dependencies('b')46 results = self.resolver.get_dependencies('b')
48 self.assertTrue(len(results) == 2)47 self.assertListEqual(results, ['a', 'b'])
49 self.assertTrue(results[0] == 'a')
50 self.assertTrue(results[1] == 'b')
5148
52 def test_dependencies_multiple(self):49 def test_dependencies_multiple(self):
53 resolver = Resolver()50 self.resolver.add('a')
54 resolver.add('a')51 self.resolver.add('b')
55 resolver.add('b')52 self.resolver.add('c', 'a', 'b')
56 resolver.add('c', 'a', 'b')
5753
58 results = resolver.get_dependencies('c')54 results = self.resolver.get_dependencies('c')
59 self.assertTrue(len(results) == 3)55 self.assertListEqual(results, ['a', 'b', 'c'])
60 self.assertTrue(results[0] == 'a')
61 self.assertTrue(results[1] == 'b')
62 self.assertTrue(results[2] == 'c')
6356
64 def test_dependencies_circular(self):57 def test_dependencies_circular(self):
65 resolver = Resolver()
66 resolver.add('a', 'b')
67 resolver.add('b', 'a')
68 try:58 try:
69 resolver.get_dependencies('a')59 self.resolver.add('a', 'b')
60 self.resolver.add('b', 'a')
61 self.resolver.get_dependencies('a')
70 except Exception as error:62 except Exception as error:
71 self.assertTrue(error.args[0].startswith('circular dependency'))63 self.assertTrue(error.args[0].startswith('circular dependency'))
72 else:64 else:
73 self.fail('circular dependency not detected')65 self.fail('circular dependency not detected')
7466
75 def test_dependents_none(self):67 def test_dependents_none(self):
76 resolver = Resolver()68 self.resolver.add('a')
77 resolver.add('a')
7869
79 results = resolver.get_dependents('a')70 results = self.resolver.get_dependents('a')
80 self.assertTrue(len(results) == 0)71 self.assertTrue(len(results) == 0)
8172
82 def test_dependents_one(self):73 def test_dependents_one(self):
83 resolver = Resolver()74 self.resolver.add('a')
84 resolver.add('a')75 self.resolver.add('b', 'a')
85 resolver.add('b', 'a')
8676
87 results = resolver.get_dependents('a')77 results = self.resolver.get_dependents('a')
88 self.assertTrue(len(results) == 1)78 self.assertListEqual(results, ['b'])
89 self.assertTrue(results[0] == 'b')
9079
91 def test_dependents_two(self):80 def test_dependents_two(self):
92 resolver = Resolver()81 resolver = Resolver()
@@ -95,6 +84,13 @@
95 resolver.add('c', 'b')84 resolver.add('c', 'b')
9685
97 results = resolver.get_dependents('a')86 results = resolver.get_dependents('a')
98 self.assertTrue(len(results) == 2)87 self.assertListEqual(results, ['b', 'c'])
99 self.assertTrue(results[0] == 'b')88
100 self.assertTrue(results[1] == 'c')89 def test_multiple_resolve_steps(self):
90 self.resolver.add('a', 'b')
91 results = self.resolver.get_dependents()
92 self.assertListEqual(results, ['a'])
93
94 self.resolver.add('b')
95 results = self.resolver.get_dependents()
96 self.assertListEqual(results, ['b', 'a'])
10197
=== modified file 'debian/changelog'
--- debian/changelog 2012-06-22 17:04:14 +0000
+++ debian/changelog 2012-06-27 20:25:24 +0000
@@ -1,3 +1,36 @@
1checkbox (0.14.1) quantal; urgency=low
2
3 * New upstream release (LP: #1018571)
4
5 [Brendan Donegan]
6 * Fixed up a few things with the gpu_lockup tests. Removed depends,
7 renamed to gpu_lockup_suspend to reflect behaviour and removed the
8 requirement on Firefox
9 * Changed suspend_advanced and suspend_advanced_auto to use less
10 strict definition of fwts s3 test.
11
12 [Javier Collado]
13 * Make sure that jobs are topologically ordered (LP: #990075)
14 * Keep job ordering as close to whitelist as possible (LP: #1017951)
15
16 [Marc Tardif]
17 * New version 0.14.1 for Quantal Quetzal development.
18 * jobs/suspend.txt.in: Fixed trailing newline on otherwise empty line.
19 * scripts/run_templates: Fixed calls to Popen to use universal_newlines
20 to return strings instead of bytes (LP: #1018354)
21
22 [Daniel Manrique]
23 * Fixed duplicate suspend/bluetooth_obex_after_suspend job name.
24 * scripts/dpkg_resource: Changed encoding from ascii to utf-8 to handle
25 non-ascii locales (LP: #1018353)
26
27 [Jeff Lane]
28 * Migrated audio/external-HDMI-playback into checkbox. Modified the
29 command to match our other audio tests that save and reset mixer
30 levels.
31
32 -- Javier Collado <javier.collado@canonical.com> Tue, 26 Jun 2012 16:07:04 +0200
33
1checkbox (0.14) quantal; urgency=low34checkbox (0.14) quantal; urgency=low
235
3 * New upstream release (LP: #1016746):36 * New upstream release (LP: #1016746):
437
=== modified file 'debian/control'
--- debian/control 2012-06-22 17:04:14 +0000
+++ debian/control 2012-06-27 20:25:24 +0000
@@ -24,7 +24,7 @@
24 perl,24 perl,
25 pm-utils,25 pm-utils,
26 python-apport,26 python-apport,
27 python-apt,27 python3-apt,
28 python3-dbus,28 python3-dbus,
29 python3-gi29 python3-gi
30Suggests: bonnie++,30Suggests: bonnie++,
3131
=== modified file 'jobs/audio.txt.in'
--- jobs/audio.txt.in 2012-06-22 17:04:14 +0000
+++ jobs/audio.txt.in 2012-06-27 20:25:24 +0000
@@ -25,6 +25,26 @@
25 Did you hear a tone?25 Did you hear a tone?
2626
27plugin: manual27plugin: manual
28name: audio/playback_hdmi
29requires:
30 device.category == 'AUDIO'
31 package.name == 'alsa-base'
32 package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'
33command:
34 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
35_description:
36 PURPOSE:
37 1. HDMI interface verification
38 STEPS:
39 1. Plug an external HDMI device with sound
40 2. Open system sound preferences
41 3. Click on Output and Select HDMI and click 'Test Speakers' to check left and right channels
42 4. Click the Test button
43 VERIFICATION:
44 1. Do you hear the sound coming out on the corresponding channel?
45 2. Did you hear a sound?
46
47plugin: manual
28name: audio/playback_headphones48name: audio/playback_headphones
29depends: audio/list_devices49depends: audio/list_devices
30requires:50requires:
3151
=== modified file 'jobs/graphics.txt.in'
--- jobs/graphics.txt.in 2012-06-22 17:04:14 +0000
+++ jobs/graphics.txt.in 2012-06-27 20:25:24 +0000
@@ -149,27 +149,6 @@
149 2. Was the animation free from slowness/jerkiness?149 2. Was the animation free from slowness/jerkiness?
150150
151plugin: shell151plugin: shell
152name: graphics/gpu_lockup
153requires:
154 package.name == 'firefox'
155 package.name == 'fwts'
156 package.name == 'wmctrl'
157 package.name == 'mesa-utils'
158depends: software/firefox-flash-video graphics/glxgears
159user: root
160command: gpu_test
161_description:
162 PURPOSE:
163 Do some challenging operations and check for lockup on the GPU
164 STEPS:
165 1. Create 2 glxgears windows and move them quickly
166 2. Switch workspaces/viewports with wmctrl
167 3. Launch a Flash playback in firefox
168 4. Suspend/resume
169 VERIFICATION:
170 1. Atfer a 60s workload, check kern.log for reported GPU errors
171
172plugin: shell
173name: graphics/screenshot152name: graphics/screenshot
174requires: package.name == 'fswebcam'153requires: package.name == 'fswebcam'
175command: camera_test still --device=/dev/external_webcam -f ${CHECKBOX_DATA}/screenshot.jpg -q 2>&1 | ansi_parser154command: camera_test still --device=/dev/external_webcam -f ${CHECKBOX_DATA}/screenshot.jpg -q 2>&1 | ansi_parser
176155
=== modified file 'jobs/suspend.txt.in'
--- jobs/suspend.txt.in 2012-06-22 17:04:14 +0000
+++ jobs/suspend.txt.in 2012-06-27 20:25:24 +0000
@@ -72,7 +72,8 @@
72 package.name == 'fwts'72 package.name == 'fwts'
73 sleep.mem == 'supported'73 sleep.mem == 'supported'
74user: root74user: root
75command: fwts s3 --s3-device-check --s3-device-check-delay=30 -r $CHECKBOX_DATA/suspend_single_log --s3-sleep-delay=3075environ: CHECKBOX_DATA
76command: fwts s3 --s3-sleep-delay=30 -r $CHECKBOX_DATA/suspend_single_log || true; grep 'Critical failures: NONE' $CHECKBOX_DATA/suspend_single_log
76_description:77_description:
77 PURPOSE:78 PURPOSE:
78 This test will check suspend and resume79 This test will check suspend and resume
@@ -83,6 +84,18 @@
83 VERIFICATION:84 VERIFICATION:
84 Did your system suspend and resume correctly?85 Did your system suspend and resume correctly?
8586
87plugin: shell
88name: suspend/suspend_advanced_auto
89depends: power-management/rtc
90requires:
91 package.name == 'fwts'
92 sleep.mem == 'supported'
93_description:
94 This is the automated version of suspend/suspend_advanced.
95user: root
96environ: CHECKBOX_DATA
97command: fwts s3 --s3-sleep-delay=30 -r $CHECKBOX_DATA/suspend_single_log || true; grep 'Critical failures: NONE' $CHECKBOX_DATA/suspend_single_log
98
86plugin: attachment99plugin: attachment
87name: suspend/suspend-single-log-attach100name: suspend/suspend-single-log-attach
88command: [ -e $CHECKBOX_DATA/suspend_single_log ] && cat $CHECKBOX_DATA/suspend_single_log101command: [ -e $CHECKBOX_DATA/suspend_single_log ] && cat $CHECKBOX_DATA/suspend_single_log
@@ -232,7 +245,7 @@
232 This is an automated Bluetooth file transfer test. It sends an image to the device specified by the BTDEVADDR environment variable.245 This is an automated Bluetooth file transfer test. It sends an image to the device specified by the BTDEVADDR environment variable.
233246
234plugin: shell247plugin: shell
235name: suspend/bluetooth_obex_after_suspend248name: suspend/bluetooth_obex_after_suspend_auto
236depends: suspend/suspend_advanced_auto suspend/bluetooth_obex_before_suspend249depends: suspend/suspend_advanced_auto suspend/bluetooth_obex_before_suspend
237requires:250requires:
238 package.name == 'bluez' and package.name == 'obexd-client'251 package.name == 'bluez' and package.name == 'obexd-client'
@@ -296,17 +309,6 @@
296_description:309_description:
297 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.310 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.
298311
299plugin: shell
300name: suspend/suspend_advanced_auto
301depends: power-management/rtc
302requires:
303 package.name == 'fwts'
304 sleep.mem == 'supported'
305_description:
306 This is the automated version of suspend/suspend_advanced.
307user: root
308command: fwts s3 --s3-device-check --s3-device-check-delay=30 --s3-sleep-delay=30 -r $CHECKBOX_DATA/suspend_auto_single_log
309
310plugin: attachment312plugin: attachment
311name: suspend/suspend-auto-single-log-attach313name: suspend/suspend-auto-single-log-attach
312command: [ -e $CHECKBOX_DATA/suspend_auto_single_log ] && cat $CHECKBOX_DATA/suspend_auto_single_log314command: [ -e $CHECKBOX_DATA/suspend_auto_single_log ] && cat $CHECKBOX_DATA/suspend_auto_single_log
@@ -331,3 +333,24 @@
331depends: suspend/screenshot_after_suspend333depends: suspend/screenshot_after_suspend
332command: base64 ${CHECKBOX_DATA}/screenshot_after_suspend.jpg334command: base64 ${CHECKBOX_DATA}/screenshot_after_suspend.jpg
333_description: Attaches the screenshot captured in graphics/screenshot.335_description: Attaches the screenshot captured in graphics/screenshot.
336
337plugin: shell
338name: suspend/gpu_lockup_after_suspend
339requires:
340 package.name == 'fwts'
341 package.name == 'wmctrl'
342 package.name == 'mesa-utils'
343depends: suspend/suspend_advanced_auto
344user: root
345command: gpu_test
346_description:
347 PURPOSE:
348 Do some challenging operations, suspend the system, do more challenging
349 operations - then check for lockup on the GPU
350 STEPS:
351 1. Create 2 glxgears windows and move them quickly
352 2. Switch workspaces/viewports with wmctrl
353 3. Launch a Flash playback in firefox
354 4. Suspend/resume
355 VERIFICATION:
356 1. After a 60s workload, check kern.log for reported GPU errors
334357
=== modified file 'plugins/jobs_info.py'
--- plugins/jobs_info.py 2012-06-22 17:04:14 +0000
+++ plugins/jobs_info.py 2012-06-27 20:25:24 +0000
@@ -17,11 +17,14 @@
17# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.17# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
18#18#
19import os, sys, re19import os, sys, re
20import difflib
20import gettext21import gettext
21import logging22import logging
2223
23from collections import defaultdict24from collections import defaultdict
2425
26from checkbox.lib.resolver import Resolver
27
25from checkbox.arguments import coerce_arguments28from checkbox.arguments import coerce_arguments
26from checkbox.properties import Float, Int, List, Map, Path, String29from checkbox.properties import Float, Int, List, Map, Path, String
27from checkbox.plugin import Plugin30from checkbox.plugin import Plugin
@@ -83,7 +86,6 @@
83 self._manager.reactor.call_on("prompt-gather", self.post_gather, 90)86 self._manager.reactor.call_on("prompt-gather", self.post_gather, 90)
84 self._manager.reactor.call_on("report-job", self.report_job, -100)87 self._manager.reactor.call_on("report-job", self.report_job, -100)
8588
86
87 def prompt_begin(self, interface):89 def prompt_begin(self, interface):
88 """90 """
89 Capture interface object to use it later91 Capture interface object to use it later
@@ -92,7 +94,21 @@
92 self.interface = interface94 self.interface = interface
93 self.unused_patterns = self.whitelist_patterns + self.blacklist_patterns95 self.unused_patterns = self.whitelist_patterns + self.blacklist_patterns
9496
97 def check_ordered_messages(self, messages):
98 """Return whether the list of messages are ordered or not."""
99 names = set()
100 for message in messages:
101 name = message["name"]
102 for dependency in message.get("depends", []):
103 if dependency not in names:
104 return False
105
106 names.add(name)
107
108 return True
109
95 def get_patterns(self, strings, filename=None):110 def get_patterns(self, strings, filename=None):
111 """Return the list of strings as compiled regular expressions."""
96 if filename:112 if filename:
97 try:113 try:
98 file = open(filename)114 file = open(filename)
@@ -108,6 +124,22 @@
108 return [re.compile(r"^%s$" % s) for s in strings124 return [re.compile(r"^%s$" % s) for s in strings
109 if s and not s.startswith("#")]125 if s and not s.startswith("#")]
110126
127 def get_unique_messages(self, messages):
128 """Return the list of messages without any duplicates, giving
129 precedence to messages that are the longest.
130 """
131 unique_messages = []
132 unique_indexes = {}
133 for message in messages:
134 name = message["name"]
135 index = unique_indexes.get(name)
136 if index is None:
137 unique_indexes[name] = len(unique_messages)
138 unique_messages.append(message)
139 elif len(message) > len(unique_messages[index]):
140 unique_messages[index] = message
141
142 return unique_messages
111143
112 def gather(self):144 def gather(self):
113 # Register temporary handler for report-message events145 # Register temporary handler for report-message events
@@ -129,18 +161,6 @@
129 for directory in self.directories:161 for directory in self.directories:
130 self._manager.reactor.fire("message-directory", directory)162 self._manager.reactor.fire("message-directory", directory)
131163
132 # Apply whitelist ordering
133 def key_function(obj):
134 name = obj["name"]
135 for pattern in self.whitelist_patterns:
136 if pattern.match(name):
137 index = self.whitelist_patterns.index(pattern)
138 break
139
140 return index
141
142 if self.whitelist_patterns:
143 messages = sorted(messages, key=key_function)
144 for message in messages:164 for message in messages:
145 self._manager.reactor.fire("report-job", message)165 self._manager.reactor.fire("report-job", message)
146166
@@ -148,10 +168,53 @@
148 self._manager.reactor.cancel_call(event_id)168 self._manager.reactor.cancel_call(event_id)
149 gettext.textdomain(old_domain)169 gettext.textdomain(old_domain)
150170
171 # Get unique messages from the now complete list
172 messages = self.get_unique_messages(messages)
173
174 # Apply whitelist ordering
175 if self.whitelist_patterns:
176 def key_function(obj):
177 name = obj["name"]
178 for pattern in self.whitelist_patterns:
179 if pattern.match(name):
180 return self.whitelist_patterns.index(pattern)
181
182 messages = sorted(messages, key=key_function)
183
184 if not self.check_ordered_messages(messages):
185 old_message_names = [message["name"] + "\n" for message in messages]
186 resolver = Resolver(key_func=lambda m: m["name"])
187 for message in messages:
188 resolver.add(
189 message, *message.get("depends", []))
190 messages = resolver.get_dependents()
191
192 # Check if messages are already topologically ordered
193 if (self.whitelist_patterns and
194 logging.getLogger().getEffectiveLevel() <= logging.DEBUG):
195 new_message_names = [message["name"] + "\n" for message in messages]
196 detailed_text = "".join(
197 difflib.unified_diff(
198 old_message_names,
199 new_message_names,
200 "old whitelist",
201 "new whitelist"))
202 self._manager.reactor.fire(
203 "prompt-error",
204 self.interface,
205 "Whitelist not topologically ordered",
206 "Jobs will be reordered to fix broken dependencies",
207 detailed_text)
208
209 self._manager.reactor.fire("report-jobs", messages)
210
151 def post_gather(self, interface):211 def post_gather(self, interface):
152 """212 """
153 Verify that all patterns were used213 Verify that all patterns were used
154 """214 """
215 if logging.getLogger().getEffectiveLevel() > logging.DEBUG:
216 return
217
155 orphan_test_cases = []218 orphan_test_cases = []
156 for name, jobs in self.selected_jobs.items():219 for name, jobs in self.selected_jobs.items():
157 is_test = any(job.get('type') == 'test' for job in jobs)220 is_test = any(job.get('type') == 'test' for job in jobs)
158221
=== modified file 'plugins/jobs_prompt.py'
--- plugins/jobs_prompt.py 2012-06-22 17:04:14 +0000
+++ plugins/jobs_prompt.py 2012-06-27 20:25:24 +0000
@@ -67,7 +67,8 @@
67 ("prompt-jobs", self.prompt_jobs),67 ("prompt-jobs", self.prompt_jobs),
68 ("prompt-finish", self.prompt_finish),68 ("prompt-finish", self.prompt_finish),
69 ("report", self.report),69 ("report", self.report),
70 ("report-job", self.report_job)]:70 ("report-job", self.report_job),
71 ("report-jobs", self.report_jobs)]:
71 self._manager.reactor.call_on(rt, rh)72 self._manager.reactor.call_on(rt, rh)
7273
73 #This should fire first thing during the gathering phase.74 #This should fire first thing during the gathering phase.
@@ -108,7 +109,9 @@
108 job.setdefault("status", UNINITIATED)109 job.setdefault("status", UNINITIATED)
109 self._manager.reactor.fire("report-%s" % job["plugin"], job)110 self._manager.reactor.fire("report-%s" % job["plugin"], job)
110111
111 self.store.add(job)112 def report_jobs(self, jobs):
113 for job in jobs:
114 self.store.add(job)
112115
113 def prompt_job(self, interface, job):116 def prompt_job(self, interface, job):
114 attribute = "description" if job.get("type") == "suite" else "name"117 attribute = "description" if job.get("type") == "suite" else "name"
115118
=== modified file 'plugins/message_info.py'
--- plugins/message_info.py 2012-06-22 17:04:14 +0000
+++ plugins/message_info.py 2012-06-27 20:25:24 +0000
@@ -103,6 +103,8 @@
103 data = data.decode("utf-8")103 data = data.decode("utf-8")
104 except UnicodeDecodeError:104 except UnicodeDecodeError:
105 status, data, duration = (FAIL, "Decode error", 0,)105 status, data, duration = (FAIL, "Decode error", 0,)
106 except AttributeError:
107 pass
106108
107 self._manager.reactor.fire(109 self._manager.reactor.fire(
108 "message-result", status, data, duration)110 "message-result", status, data, duration)
109111
=== modified file 'plugins/persist_info.py'
--- plugins/persist_info.py 2012-02-23 11:56:50 +0000
+++ plugins/persist_info.py 2012-06-27 20:25:24 +0000
@@ -36,7 +36,7 @@
36 ("begin", self.begin),36 ("begin", self.begin),
37 ("prompt-begin", self.begin),37 ("prompt-begin", self.begin),
38 ("prompt-job", self.save),38 ("prompt-job", self.save),
39 ("report-job", self.save)]:39 ("report-jobs", self.save)]:
40 self._manager.reactor.call_on(rt, rh, -100)40 self._manager.reactor.call_on(rt, rh, -100)
4141
42 # Save persist data last42 # Save persist data last
4343
=== modified file 'plugins/remote_suite.py'
--- plugins/remote_suite.py 2010-08-13 16:23:16 +0000
+++ plugins/remote_suite.py 2012-06-27 20:25:24 +0000
@@ -31,16 +31,23 @@
3131
32 def prompt_remote(self, interface, suite):32 def prompt_remote(self, interface, suite):
33 self._manager.reactor.fire("prompt-suite", interface, suite)33 self._manager.reactor.fire("prompt-suite", interface, suite)
34 messages = []
3435
35 # Register temporary handler for report-message events36 # Register temporary handler for report-message events
36 def report_message(message):37 def report_message(message):
37 message["suite"] = suite["name"]38 message["suite"] = suite["name"]
38 self._manager.reactor.fire("report-job", message)39 messages.append(message)
3940
40 event_id = self._manager.reactor.call_on("report-message", report_message)41 event_id = self._manager.reactor.call_on("report-message", report_message)
41 self._manager.reactor.fire("message-exec", suite)42 self._manager.reactor.fire("message-exec", suite)
43
44 for message in messages:
45 self._manager.reactor.fire("report-job", message)
46
42 self._manager.reactor.cancel_call(event_id)47 self._manager.reactor.cancel_call(event_id)
4348
49 self._manager.reactor.fire("report-jobs", messages)
50
44 def report_remote(self, suite):51 def report_remote(self, suite):
45 self._manager.reactor.fire("report-suite", suite)52 self._manager.reactor.fire("report-suite", suite)
4653
4754
=== modified file 'po/ace.po'
--- po/ace.po 2012-06-22 17:04:14 +0000
+++ po/ace.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-07-19 16:37+0000\n"11"PO-Revision-Date: 2011-07-19 16:37+0000\n"
12"Last-Translator: Benny Alfian <Unknown>\n"12"Last-Translator: Benny Alfian <Unknown>\n"
13"Language-Team: Acehnese <ace@li.org>\n"13"Language-Team: Acehnese <ace@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -158,14 +158,6 @@
158msgstr ""158msgstr ""
159159
160#. description160#. description
161#: ../jobs/autotest.txt.in:6
162msgid ""
163"PURPOSE:\n"
164" This test will attempt to install and run the Autotest Suite. These "
165"tests can be destructive, so this test is blacklisted by default."
166msgstr ""
167
168#. description
169#: ../jobs/benchmarks.txt.in:18161#: ../jobs/benchmarks.txt.in:18
170msgid "Benchmark for each disk"162msgid "Benchmark for each disk"
171msgstr ""163msgstr ""
@@ -1101,214 +1093,180 @@
11011093
1102#. description1094#. description
1103#: ../jobs/local.txt.in:101095#: ../jobs/local.txt.in:10
1104msgid "Autotest Suite tests"1096msgid "Benchmarks tests"
1105msgstr ""1097msgstr ""
11061098
1107#. description1099#. description
1108#: ../jobs/local.txt.in:171100#: ../jobs/local.txt.in:17
1109msgid "Benchmarks tests"1101msgid "Bluetooth tests"
1110msgstr ""1102msgstr ""
11111103
1112#. description1104#. description
1113#: ../jobs/local.txt.in:241105#: ../jobs/local.txt.in:24
1114msgid "Bluetooth tests"1106msgid "Camera tests"
1115msgstr ""1107msgstr ""
11161108
1117#. description1109#. description
1118#: ../jobs/local.txt.in:311110#: ../jobs/local.txt.in:31
1119msgid "Camera tests"1111msgid "Codec tests"
1120msgstr ""1112msgstr ""
11211113
1122#. description1114#. description
1123#: ../jobs/local.txt.in:381115#: ../jobs/local.txt.in:38
1124msgid "Codec tests"1116msgid "CPU tests"
1125msgstr ""1117msgstr ""
11261118
1127#. description1119#. description
1128#: ../jobs/local.txt.in:451120#: ../jobs/local.txt.in:45
1129msgid "CPU tests"1121msgid "System Daemon tests"
1130msgstr ""1122msgstr ""
11311123
1132#. description1124#. description
1133#: ../jobs/local.txt.in:521125#: ../jobs/local.txt.in:52
1134msgid "System Daemon tests"
1135msgstr ""
1136
1137#. description
1138#: ../jobs/local.txt.in:59
1139msgid "Disk tests"1126msgid "Disk tests"
1140msgstr "Uji Disk"1127msgstr "Uji Disk"
11411128
1142#. description1129#. description
1130#: ../jobs/local.txt.in:59
1131msgid "Fingerprint reader tests"
1132msgstr ""
1133
1134#. description
1143#: ../jobs/local.txt.in:661135#: ../jobs/local.txt.in:66
1144msgid "Fingerprint reader tests"1136msgid "Firewire disk tests"
1145msgstr ""1137msgstr ""
11461138
1147#. description1139#. description
1148#: ../jobs/local.txt.in:731140#: ../jobs/local.txt.in:73
1149msgid "Firewire disk tests"1141msgid "Floppy disk tests"
1150msgstr ""1142msgstr ""
11511143
1152#. description1144#. description
1153#: ../jobs/local.txt.in:801145#: ../jobs/local.txt.in:80
1154msgid "Floppy disk tests"1146msgid "Graphics tests"
1155msgstr ""1147msgstr ""
11561148
1157#. description1149#. description
1158#: ../jobs/local.txt.in:871150#: ../jobs/local.txt.in:87
1159msgid "Graphics tests"1151msgid "Hibernation tests"
1160msgstr ""1152msgstr ""
11611153
1162#. description1154#. description
1163#: ../jobs/local.txt.in:941155#: ../jobs/local.txt.in:94
1164msgid "Hibernation tests"1156msgid "Informational tests"
1165msgstr ""1157msgstr ""
11661158
1167#. description1159#. description
1168#: ../jobs/local.txt.in:1011160#: ../jobs/local.txt.in:101
1169msgid "Informational tests"1161msgid "Input Devices tests"
1170msgstr ""1162msgstr ""
11711163
1172#. description1164#. description
1173#: ../jobs/local.txt.in:1081165#: ../jobs/local.txt.in:108
1174msgid "Input Devices tests"1166msgid "Software Installation tests"
1175msgstr ""1167msgstr ""
11761168
1177#. description1169#. description
1178#: ../jobs/local.txt.in:1151170#: ../jobs/local.txt.in:115
1179msgid "Software Installation tests"1171msgid "Hotkey tests"
1180msgstr ""1172msgstr ""
11811173
1182#. description1174#. description
1183#: ../jobs/local.txt.in:1221175#: ../jobs/local.txt.in:122
1184msgid "Hotkey tests"1176msgid "Media Card tests"
1185msgstr ""1177msgstr ""
11861178
1187#. description1179#. description
1188#: ../jobs/local.txt.in:1291180#: ../jobs/local.txt.in:129
1189msgid "Linux Test Project tests"1181msgid "Memory tests"
1190msgstr ""1182msgstr ""
11911183
1192#. description1184#. description
1193#: ../jobs/local.txt.in:1361185#: ../jobs/local.txt.in:136
1194msgid "Mago Automated Desktop Testing"1186msgid "Miscellaneous tests"
1195msgstr ""1187msgstr ""
11961188
1197#. description1189#. description
1198#: ../jobs/local.txt.in:1431190#: ../jobs/local.txt.in:143
1199msgid "Media Card tests"
1200msgstr ""
1201
1202#. description
1203#: ../jobs/local.txt.in:150
1204msgid "Memory tests"
1205msgstr ""
1206
1207#. description
1208#: ../jobs/local.txt.in:157
1209msgid "Miscellaneous tests"
1210msgstr ""
1211
1212#. description
1213#: ../jobs/local.txt.in:164
1214msgid "Monitor tests"1191msgid "Monitor tests"
1215msgstr "Uji Monitor"1192msgstr "Uji Monitor"
12161193
1217#. description1194#. description
1218#: ../jobs/local.txt.in:1711195#: ../jobs/local.txt.in:150
1219msgid "Networking tests"1196msgid "Networking tests"
1220msgstr ""1197msgstr ""
12211198
1222#. description1199#. description
1223#: ../jobs/local.txt.in:1781200#: ../jobs/local.txt.in:157
1224msgid "Optical Drive tests"1201msgid "Optical Drive tests"
1225msgstr ""1202msgstr ""
12261203
1227#. description1204#. description
1228#: ../jobs/local.txt.in:1851205#: ../jobs/local.txt.in:164
1229msgid "Panel Clock Verification tests"1206msgid "Panel Clock Verification tests"
1230msgstr ""1207msgstr ""
12311208
1232#. description1209#. description
1233#: ../jobs/local.txt.in:1921210#: ../jobs/local.txt.in:171
1234msgid "PCMCIA/PCIX Card tests"1211msgid "PCMCIA/PCIX Card tests"
1235msgstr ""1212msgstr ""
12361213
1237#. description1214#. description
1238#: ../jobs/local.txt.in:1991215#: ../jobs/local.txt.in:178
1239msgid "Peripheral tests"1216msgid "Peripheral tests"
1240msgstr ""1217msgstr ""
12411218
1242#. description1219#. description
1243#: ../jobs/local.txt.in:2061220#: ../jobs/local.txt.in:185
1244msgid "Power Management tests"1221msgid "Power Management tests"
1245msgstr ""1222msgstr ""
12461223
1247#. description1224#. description
1248#: ../jobs/local.txt.in:2131225#: ../jobs/local.txt.in:192
1249msgid "QA Regression tests"
1250msgstr ""
1251
1252#. description
1253#: ../jobs/local.txt.in:220
1254msgid "Server Services checks"1226msgid "Server Services checks"
1255msgstr ""1227msgstr ""
12561228
1257#. description1229#. description
1258#: ../jobs/local.txt.in:2271230#: ../jobs/local.txt.in:199
1259msgid "Suspend tests"1231msgid "Suspend tests"
1260msgstr ""1232msgstr ""
12611233
1262#. description1234#. description
1263#: ../jobs/local.txt.in:2341235#: ../jobs/local.txt.in:206
1264msgid "Touchpad tests"1236msgid "Touchpad tests"
1265msgstr ""1237msgstr ""
12661238
1267#. description1239#. description
1268#: ../jobs/local.txt.in:2411240#: ../jobs/local.txt.in:213
1269msgid "USB tests"1241msgid "USB tests"
1270msgstr ""1242msgstr ""
12711243
1272#. description1244#. description
1273#: ../jobs/local.txt.in:2481245#: ../jobs/local.txt.in:220
1274msgid "User Applications"1246msgid "User Applications"
1275msgstr ""1247msgstr ""
12761248
1277#. description1249#. description
1278#: ../jobs/local.txt.in:2551250#: ../jobs/local.txt.in:227
1279msgid "Wireless networking tests"1251msgid "Wireless networking tests"
1280msgstr ""1252msgstr ""
12811253
1282#. description1254#. description
1283#: ../jobs/local.txt.in:2621255#: ../jobs/local.txt.in:234
1284msgid "Stress tests"1256msgid "Stress tests"
1285msgstr ""1257msgstr ""
12861258
1287#. description1259#. description
1288#: ../jobs/local.txt.in:2691260#: ../jobs/local.txt.in:241
1289msgid "Smoke tests"1261msgid "Smoke tests"
1290msgstr ""1262msgstr ""
12911263
1292#. description1264#. description
1293#: ../jobs/local.txt.in:2761265#: ../jobs/local.txt.in:248
1294msgid "Sniff Sniffers"1266msgid "Sniff Sniffers"
1295msgstr ""1267msgstr ""
12961268
1297#. description1269#. description
1298#: ../jobs/ltp.txt.in:3
1299msgid ""
1300"This test installs and runs Linux Test Project syscalls test. This can be "
1301"destructive, thus this test is blacklisted by default."
1302msgstr ""
1303
1304#. description
1305#: ../jobs/mago.txt.in:8
1306msgid ""
1307"PURPOSE:\n"
1308" This test installs and runs the Mago Automated Desktop Testing suite."
1309msgstr ""
1310
1311#. description
1312#: ../jobs/mediacard.txt.in:41270#: ../jobs/mediacard.txt.in:4
1313msgid ""1271msgid ""
1314"PURPOSE:\n"1272"PURPOSE:\n"
@@ -2189,13 +2147,6 @@
2189msgstr ""2147msgstr ""
21902148
2191#. description2149#. description
2192#: ../jobs/qa_regression.txt.in:7
2193msgid ""
2194"PURPOSE:\n"
2195" This is to install and run the Ubuntu QA regression tests (destructive)"
2196msgstr ""
2197
2198#. description
2199#: ../jobs/server-services.txt.in:52150#: ../jobs/server-services.txt.in:5
2200msgid "Verifies that sshd is running."2151msgid "Verifies that sshd is running."
2201msgstr ""2152msgstr ""
22022153
=== modified file 'po/af.po'
--- po/af.po 2012-06-22 17:04:14 +0000
+++ po/af.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-07-19 18:28+0000\n"11"PO-Revision-Date: 2011-07-19 18:28+0000\n"
12"Last-Translator: JC Brand <Unknown>\n"12"Last-Translator: JC Brand <Unknown>\n"
13"Language-Team: Afrikaans <af@li.org>\n"13"Language-Team: Afrikaans <af@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:10+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -158,14 +158,6 @@
158msgstr ""158msgstr ""
159159
160#. description160#. description
161#: ../jobs/autotest.txt.in:6
162msgid ""
163"PURPOSE:\n"
164" This test will attempt to install and run the Autotest Suite. These "
165"tests can be destructive, so this test is blacklisted by default."
166msgstr ""
167
168#. description
169#: ../jobs/benchmarks.txt.in:18161#: ../jobs/benchmarks.txt.in:18
170msgid "Benchmark for each disk"162msgid "Benchmark for each disk"
171msgstr ""163msgstr ""
@@ -1101,214 +1093,180 @@
11011093
1102#. description1094#. description
1103#: ../jobs/local.txt.in:101095#: ../jobs/local.txt.in:10
1104msgid "Autotest Suite tests"1096msgid "Benchmarks tests"
1105msgstr ""1097msgstr ""
11061098
1107#. description1099#. description
1108#: ../jobs/local.txt.in:171100#: ../jobs/local.txt.in:17
1109msgid "Benchmarks tests"1101msgid "Bluetooth tests"
1110msgstr ""1102msgstr ""
11111103
1112#. description1104#. description
1113#: ../jobs/local.txt.in:241105#: ../jobs/local.txt.in:24
1114msgid "Bluetooth tests"1106msgid "Camera tests"
1115msgstr ""1107msgstr ""
11161108
1117#. description1109#. description
1118#: ../jobs/local.txt.in:311110#: ../jobs/local.txt.in:31
1119msgid "Camera tests"1111msgid "Codec tests"
1120msgstr ""1112msgstr ""
11211113
1122#. description1114#. description
1123#: ../jobs/local.txt.in:381115#: ../jobs/local.txt.in:38
1124msgid "Codec tests"1116msgid "CPU tests"
1125msgstr ""1117msgstr ""
11261118
1127#. description1119#. description
1128#: ../jobs/local.txt.in:451120#: ../jobs/local.txt.in:45
1129msgid "CPU tests"1121msgid "System Daemon tests"
1130msgstr ""1122msgstr ""
11311123
1132#. description1124#. description
1133#: ../jobs/local.txt.in:521125#: ../jobs/local.txt.in:52
1134msgid "System Daemon tests"1126msgid "Disk tests"
1135msgstr ""1127msgstr ""
11361128
1137#. description1129#. description
1138#: ../jobs/local.txt.in:591130#: ../jobs/local.txt.in:59
1139msgid "Disk tests"1131msgid "Fingerprint reader tests"
1140msgstr ""1132msgstr ""
11411133
1142#. description1134#. description
1143#: ../jobs/local.txt.in:661135#: ../jobs/local.txt.in:66
1144msgid "Fingerprint reader tests"1136msgid "Firewire disk tests"
1145msgstr ""1137msgstr ""
11461138
1147#. description1139#. description
1148#: ../jobs/local.txt.in:731140#: ../jobs/local.txt.in:73
1149msgid "Firewire disk tests"1141msgid "Floppy disk tests"
1150msgstr ""1142msgstr ""
11511143
1152#. description1144#. description
1153#: ../jobs/local.txt.in:801145#: ../jobs/local.txt.in:80
1154msgid "Floppy disk tests"1146msgid "Graphics tests"
1155msgstr ""1147msgstr ""
11561148
1157#. description1149#. description
1158#: ../jobs/local.txt.in:871150#: ../jobs/local.txt.in:87
1159msgid "Graphics tests"1151msgid "Hibernation tests"
1160msgstr ""1152msgstr ""
11611153
1162#. description1154#. description
1163#: ../jobs/local.txt.in:941155#: ../jobs/local.txt.in:94
1164msgid "Hibernation tests"1156msgid "Informational tests"
1165msgstr ""1157msgstr ""
11661158
1167#. description1159#. description
1168#: ../jobs/local.txt.in:1011160#: ../jobs/local.txt.in:101
1169msgid "Informational tests"1161msgid "Input Devices tests"
1170msgstr ""1162msgstr ""
11711163
1172#. description1164#. description
1173#: ../jobs/local.txt.in:1081165#: ../jobs/local.txt.in:108
1174msgid "Input Devices tests"1166msgid "Software Installation tests"
1175msgstr ""1167msgstr ""
11761168
1177#. description1169#. description
1178#: ../jobs/local.txt.in:1151170#: ../jobs/local.txt.in:115
1179msgid "Software Installation tests"1171msgid "Hotkey tests"
1180msgstr ""1172msgstr ""
11811173
1182#. description1174#. description
1183#: ../jobs/local.txt.in:1221175#: ../jobs/local.txt.in:122
1184msgid "Hotkey tests"1176msgid "Media Card tests"
1185msgstr ""1177msgstr ""
11861178
1187#. description1179#. description
1188#: ../jobs/local.txt.in:1291180#: ../jobs/local.txt.in:129
1189msgid "Linux Test Project tests"1181msgid "Memory tests"
1190msgstr ""1182msgstr ""
11911183
1192#. description1184#. description
1193#: ../jobs/local.txt.in:1361185#: ../jobs/local.txt.in:136
1194msgid "Mago Automated Desktop Testing"1186msgid "Miscellaneous tests"
1195msgstr ""1187msgstr ""
11961188
1197#. description1189#. description
1198#: ../jobs/local.txt.in:1431190#: ../jobs/local.txt.in:143
1199msgid "Media Card tests"1191msgid "Monitor tests"
1200msgstr ""1192msgstr ""
12011193
1202#. description1194#. description
1203#: ../jobs/local.txt.in:1501195#: ../jobs/local.txt.in:150
1204msgid "Memory tests"1196msgid "Networking tests"
1205msgstr ""1197msgstr ""
12061198
1207#. description1199#. description
1208#: ../jobs/local.txt.in:1571200#: ../jobs/local.txt.in:157
1209msgid "Miscellaneous tests"1201msgid "Optical Drive tests"
1210msgstr ""1202msgstr ""
12111203
1212#. description1204#. description
1213#: ../jobs/local.txt.in:1641205#: ../jobs/local.txt.in:164
1214msgid "Monitor tests"1206msgid "Panel Clock Verification tests"
1215msgstr ""1207msgstr ""
12161208
1217#. description1209#. description
1218#: ../jobs/local.txt.in:1711210#: ../jobs/local.txt.in:171
1219msgid "Networking tests"1211msgid "PCMCIA/PCIX Card tests"
1220msgstr ""1212msgstr ""
12211213
1222#. description1214#. description
1223#: ../jobs/local.txt.in:1781215#: ../jobs/local.txt.in:178
1224msgid "Optical Drive tests"1216msgid "Peripheral tests"
1225msgstr ""1217msgstr ""
12261218
1227#. description1219#. description
1228#: ../jobs/local.txt.in:1851220#: ../jobs/local.txt.in:185
1229msgid "Panel Clock Verification tests"1221msgid "Power Management tests"
1230msgstr ""1222msgstr ""
12311223
1232#. description1224#. description
1233#: ../jobs/local.txt.in:1921225#: ../jobs/local.txt.in:192
1234msgid "PCMCIA/PCIX Card tests"1226msgid "Server Services checks"
1235msgstr ""1227msgstr ""
12361228
1237#. description1229#. description
1238#: ../jobs/local.txt.in:1991230#: ../jobs/local.txt.in:199
1239msgid "Peripheral tests"1231msgid "Suspend tests"
1240msgstr ""1232msgstr ""
12411233
1242#. description1234#. description
1243#: ../jobs/local.txt.in:2061235#: ../jobs/local.txt.in:206
1244msgid "Power Management tests"1236msgid "Touchpad tests"
1245msgstr ""1237msgstr ""
12461238
1247#. description1239#. description
1248#: ../jobs/local.txt.in:2131240#: ../jobs/local.txt.in:213
1249msgid "QA Regression tests"1241msgid "USB tests"
1250msgstr ""1242msgstr ""
12511243
1252#. description1244#. description
1253#: ../jobs/local.txt.in:2201245#: ../jobs/local.txt.in:220
1254msgid "Server Services checks"1246msgid "User Applications"
1255msgstr ""1247msgstr ""
12561248
1257#. description1249#. description
1258#: ../jobs/local.txt.in:2271250#: ../jobs/local.txt.in:227
1259msgid "Suspend tests"1251msgid "Wireless networking tests"
1260msgstr ""1252msgstr ""
12611253
1262#. description1254#. description
1263#: ../jobs/local.txt.in:2341255#: ../jobs/local.txt.in:234
1264msgid "Touchpad tests"1256msgid "Stress tests"
1265msgstr ""1257msgstr ""
12661258
1267#. description1259#. description
1268#: ../jobs/local.txt.in:2411260#: ../jobs/local.txt.in:241
1269msgid "USB tests"1261msgid "Smoke tests"
1270msgstr ""1262msgstr ""
12711263
1272#. description1264#. description
1273#: ../jobs/local.txt.in:2481265#: ../jobs/local.txt.in:248
1274msgid "User Applications"
1275msgstr ""
1276
1277#. description
1278#: ../jobs/local.txt.in:255
1279msgid "Wireless networking tests"
1280msgstr ""
1281
1282#. description
1283#: ../jobs/local.txt.in:262
1284msgid "Stress tests"
1285msgstr ""
1286
1287#. description
1288#: ../jobs/local.txt.in:269
1289msgid "Smoke tests"
1290msgstr ""
1291
1292#. description
1293#: ../jobs/local.txt.in:276
1294msgid "Sniff Sniffers"1266msgid "Sniff Sniffers"
1295msgstr ""1267msgstr ""
12961268
1297#. description1269#. description
1298#: ../jobs/ltp.txt.in:3
1299msgid ""
1300"This test installs and runs Linux Test Project syscalls test. This can be "
1301"destructive, thus this test is blacklisted by default."
1302msgstr ""
1303
1304#. description
1305#: ../jobs/mago.txt.in:8
1306msgid ""
1307"PURPOSE:\n"
1308" This test installs and runs the Mago Automated Desktop Testing suite."
1309msgstr ""
1310
1311#. description
1312#: ../jobs/mediacard.txt.in:41270#: ../jobs/mediacard.txt.in:4
1313msgid ""1271msgid ""
1314"PURPOSE:\n"1272"PURPOSE:\n"
@@ -2189,13 +2147,6 @@
2189msgstr ""2147msgstr ""
21902148
2191#. description2149#. description
2192#: ../jobs/qa_regression.txt.in:7
2193msgid ""
2194"PURPOSE:\n"
2195" This is to install and run the Ubuntu QA regression tests (destructive)"
2196msgstr ""
2197
2198#. description
2199#: ../jobs/server-services.txt.in:52150#: ../jobs/server-services.txt.in:5
2200msgid "Verifies that sshd is running."2151msgid "Verifies that sshd is running."
2201msgstr ""2152msgstr ""
22022153
=== modified file 'po/am.po'
--- po/am.po 2012-06-22 17:04:14 +0000
+++ po/am.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-07-19 18:29+0000\n"11"PO-Revision-Date: 2011-07-19 18:29+0000\n"
12"Last-Translator: samson <Unknown>\n"12"Last-Translator: samson <Unknown>\n"
13"Language-Team: Amharic <am@li.org>\n"13"Language-Team: Amharic <am@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -158,14 +158,6 @@
158msgstr ""158msgstr ""
159159
160#. description160#. description
161#: ../jobs/autotest.txt.in:6
162msgid ""
163"PURPOSE:\n"
164" This test will attempt to install and run the Autotest Suite. These "
165"tests can be destructive, so this test is blacklisted by default."
166msgstr ""
167
168#. description
169#: ../jobs/benchmarks.txt.in:18161#: ../jobs/benchmarks.txt.in:18
170msgid "Benchmark for each disk"162msgid "Benchmark for each disk"
171msgstr ""163msgstr ""
@@ -1101,214 +1093,180 @@
11011093
1102#. description1094#. description
1103#: ../jobs/local.txt.in:101095#: ../jobs/local.txt.in:10
1104msgid "Autotest Suite tests"1096msgid "Benchmarks tests"
1105msgstr ""1097msgstr ""
11061098
1107#. description1099#. description
1108#: ../jobs/local.txt.in:171100#: ../jobs/local.txt.in:17
1109msgid "Benchmarks tests"1101msgid "Bluetooth tests"
1110msgstr ""1102msgstr ""
11111103
1112#. description1104#. description
1113#: ../jobs/local.txt.in:241105#: ../jobs/local.txt.in:24
1114msgid "Bluetooth tests"1106msgid "Camera tests"
1115msgstr ""1107msgstr ""
11161108
1117#. description1109#. description
1118#: ../jobs/local.txt.in:311110#: ../jobs/local.txt.in:31
1119msgid "Camera tests"1111msgid "Codec tests"
1120msgstr ""1112msgstr ""
11211113
1122#. description1114#. description
1123#: ../jobs/local.txt.in:381115#: ../jobs/local.txt.in:38
1124msgid "Codec tests"1116msgid "CPU tests"
1125msgstr ""1117msgstr ""
11261118
1127#. description1119#. description
1128#: ../jobs/local.txt.in:451120#: ../jobs/local.txt.in:45
1129msgid "CPU tests"1121msgid "System Daemon tests"
1130msgstr ""1122msgstr ""
11311123
1132#. description1124#. description
1133#: ../jobs/local.txt.in:521125#: ../jobs/local.txt.in:52
1134msgid "System Daemon tests"
1135msgstr ""
1136
1137#. description
1138#: ../jobs/local.txt.in:59
1139msgid "Disk tests"1126msgid "Disk tests"
1140msgstr "የዲስክ ሙከራ"1127msgstr "የዲስክ ሙከራ"
11411128
1142#. description1129#. description
1130#: ../jobs/local.txt.in:59
1131msgid "Fingerprint reader tests"
1132msgstr ""
1133
1134#. description
1143#: ../jobs/local.txt.in:661135#: ../jobs/local.txt.in:66
1144msgid "Fingerprint reader tests"1136msgid "Firewire disk tests"
1145msgstr ""1137msgstr ""
11461138
1147#. description1139#. description
1148#: ../jobs/local.txt.in:731140#: ../jobs/local.txt.in:73
1149msgid "Firewire disk tests"1141msgid "Floppy disk tests"
1150msgstr ""1142msgstr ""
11511143
1152#. description1144#. description
1153#: ../jobs/local.txt.in:801145#: ../jobs/local.txt.in:80
1154msgid "Floppy disk tests"1146msgid "Graphics tests"
1155msgstr ""1147msgstr ""
11561148
1157#. description1149#. description
1158#: ../jobs/local.txt.in:871150#: ../jobs/local.txt.in:87
1159msgid "Graphics tests"1151msgid "Hibernation tests"
1160msgstr ""1152msgstr ""
11611153
1162#. description1154#. description
1163#: ../jobs/local.txt.in:941155#: ../jobs/local.txt.in:94
1164msgid "Hibernation tests"1156msgid "Informational tests"
1165msgstr ""1157msgstr ""
11661158
1167#. description1159#. description
1168#: ../jobs/local.txt.in:1011160#: ../jobs/local.txt.in:101
1169msgid "Informational tests"1161msgid "Input Devices tests"
1170msgstr ""1162msgstr ""
11711163
1172#. description1164#. description
1173#: ../jobs/local.txt.in:1081165#: ../jobs/local.txt.in:108
1174msgid "Input Devices tests"1166msgid "Software Installation tests"
1175msgstr ""1167msgstr ""
11761168
1177#. description1169#. description
1178#: ../jobs/local.txt.in:1151170#: ../jobs/local.txt.in:115
1179msgid "Software Installation tests"1171msgid "Hotkey tests"
1180msgstr ""1172msgstr ""
11811173
1182#. description1174#. description
1183#: ../jobs/local.txt.in:1221175#: ../jobs/local.txt.in:122
1184msgid "Hotkey tests"1176msgid "Media Card tests"
1185msgstr ""1177msgstr ""
11861178
1187#. description1179#. description
1188#: ../jobs/local.txt.in:1291180#: ../jobs/local.txt.in:129
1189msgid "Linux Test Project tests"1181msgid "Memory tests"
1190msgstr ""1182msgstr ""
11911183
1192#. description1184#. description
1193#: ../jobs/local.txt.in:1361185#: ../jobs/local.txt.in:136
1194msgid "Mago Automated Desktop Testing"1186msgid "Miscellaneous tests"
1195msgstr ""1187msgstr ""
11961188
1197#. description1189#. description
1198#: ../jobs/local.txt.in:1431190#: ../jobs/local.txt.in:143
1199msgid "Media Card tests"1191msgid "Monitor tests"
1200msgstr ""1192msgstr ""
12011193
1202#. description1194#. description
1203#: ../jobs/local.txt.in:1501195#: ../jobs/local.txt.in:150
1204msgid "Memory tests"1196msgid "Networking tests"
1205msgstr ""1197msgstr ""
12061198
1207#. description1199#. description
1208#: ../jobs/local.txt.in:1571200#: ../jobs/local.txt.in:157
1209msgid "Miscellaneous tests"1201msgid "Optical Drive tests"
1210msgstr ""1202msgstr ""
12111203
1212#. description1204#. description
1213#: ../jobs/local.txt.in:1641205#: ../jobs/local.txt.in:164
1214msgid "Monitor tests"1206msgid "Panel Clock Verification tests"
1215msgstr ""1207msgstr ""
12161208
1217#. description1209#. description
1218#: ../jobs/local.txt.in:1711210#: ../jobs/local.txt.in:171
1219msgid "Networking tests"1211msgid "PCMCIA/PCIX Card tests"
1220msgstr ""1212msgstr ""
12211213
1222#. description1214#. description
1223#: ../jobs/local.txt.in:1781215#: ../jobs/local.txt.in:178
1224msgid "Optical Drive tests"1216msgid "Peripheral tests"
1225msgstr ""1217msgstr ""
12261218
1227#. description1219#. description
1228#: ../jobs/local.txt.in:1851220#: ../jobs/local.txt.in:185
1229msgid "Panel Clock Verification tests"1221msgid "Power Management tests"
1230msgstr ""1222msgstr ""
12311223
1232#. description1224#. description
1233#: ../jobs/local.txt.in:1921225#: ../jobs/local.txt.in:192
1234msgid "PCMCIA/PCIX Card tests"1226msgid "Server Services checks"
1235msgstr ""1227msgstr ""
12361228
1237#. description1229#. description
1238#: ../jobs/local.txt.in:1991230#: ../jobs/local.txt.in:199
1239msgid "Peripheral tests"1231msgid "Suspend tests"
1240msgstr ""1232msgstr ""
12411233
1242#. description1234#. description
1243#: ../jobs/local.txt.in:2061235#: ../jobs/local.txt.in:206
1244msgid "Power Management tests"1236msgid "Touchpad tests"
1245msgstr ""1237msgstr ""
12461238
1247#. description1239#. description
1248#: ../jobs/local.txt.in:2131240#: ../jobs/local.txt.in:213
1249msgid "QA Regression tests"1241msgid "USB tests"
1250msgstr ""1242msgstr ""
12511243
1252#. description1244#. description
1253#: ../jobs/local.txt.in:2201245#: ../jobs/local.txt.in:220
1254msgid "Server Services checks"1246msgid "User Applications"
1255msgstr ""1247msgstr ""
12561248
1257#. description1249#. description
1258#: ../jobs/local.txt.in:2271250#: ../jobs/local.txt.in:227
1259msgid "Suspend tests"1251msgid "Wireless networking tests"
1260msgstr ""1252msgstr ""
12611253
1262#. description1254#. description
1263#: ../jobs/local.txt.in:2341255#: ../jobs/local.txt.in:234
1264msgid "Touchpad tests"1256msgid "Stress tests"
1265msgstr ""1257msgstr ""
12661258
1267#. description1259#. description
1268#: ../jobs/local.txt.in:2411260#: ../jobs/local.txt.in:241
1269msgid "USB tests"1261msgid "Smoke tests"
1270msgstr ""1262msgstr ""
12711263
1272#. description1264#. description
1273#: ../jobs/local.txt.in:2481265#: ../jobs/local.txt.in:248
1274msgid "User Applications"
1275msgstr ""
1276
1277#. description
1278#: ../jobs/local.txt.in:255
1279msgid "Wireless networking tests"
1280msgstr ""
1281
1282#. description
1283#: ../jobs/local.txt.in:262
1284msgid "Stress tests"
1285msgstr ""
1286
1287#. description
1288#: ../jobs/local.txt.in:269
1289msgid "Smoke tests"
1290msgstr ""
1291
1292#. description
1293#: ../jobs/local.txt.in:276
1294msgid "Sniff Sniffers"1266msgid "Sniff Sniffers"
1295msgstr ""1267msgstr ""
12961268
1297#. description1269#. description
1298#: ../jobs/ltp.txt.in:3
1299msgid ""
1300"This test installs and runs Linux Test Project syscalls test. This can be "
1301"destructive, thus this test is blacklisted by default."
1302msgstr ""
1303
1304#. description
1305#: ../jobs/mago.txt.in:8
1306msgid ""
1307"PURPOSE:\n"
1308" This test installs and runs the Mago Automated Desktop Testing suite."
1309msgstr ""
1310
1311#. description
1312#: ../jobs/mediacard.txt.in:41270#: ../jobs/mediacard.txt.in:4
1313msgid ""1271msgid ""
1314"PURPOSE:\n"1272"PURPOSE:\n"
@@ -2189,13 +2147,6 @@
2189msgstr ""2147msgstr ""
21902148
2191#. description2149#. description
2192#: ../jobs/qa_regression.txt.in:7
2193msgid ""
2194"PURPOSE:\n"
2195" This is to install and run the Ubuntu QA regression tests (destructive)"
2196msgstr ""
2197
2198#. description
2199#: ../jobs/server-services.txt.in:52150#: ../jobs/server-services.txt.in:5
2200msgid "Verifies that sshd is running."2151msgid "Verifies that sshd is running."
2201msgstr ""2152msgstr ""
22022153
=== modified file 'po/ar.po'
--- po/ar.po 2012-06-22 17:04:14 +0000
+++ po/ar.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2012-05-02 22:46+0000\n"11"PO-Revision-Date: 2012-05-02 22:46+0000\n"
12"Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"12"Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"
13"Language-Team: Arabic <ar@li.org>\n"13"Language-Team: Arabic <ar@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -213,14 +213,6 @@
213msgstr ""213msgstr ""
214214
215#. description215#. description
216#: ../jobs/autotest.txt.in:6
217msgid ""
218"PURPOSE:\n"
219" This test will attempt to install and run the Autotest Suite. These "
220"tests can be destructive, so this test is blacklisted by default."
221msgstr ""
222
223#. description
224#: ../jobs/benchmarks.txt.in:18216#: ../jobs/benchmarks.txt.in:18
225msgid "Benchmark for each disk"217msgid "Benchmark for each disk"
226msgstr ""218msgstr ""
@@ -1156,214 +1148,180 @@
11561148
1157#. description1149#. description
1158#: ../jobs/local.txt.in:101150#: ../jobs/local.txt.in:10
1159msgid "Autotest Suite tests"1151msgid "Benchmarks tests"
1160msgstr ""1152msgstr ""
11611153
1162#. description1154#. description
1163#: ../jobs/local.txt.in:171155#: ../jobs/local.txt.in:17
1164msgid "Benchmarks tests"
1165msgstr ""
1166
1167#. description
1168#: ../jobs/local.txt.in:24
1169msgid "Bluetooth tests"1156msgid "Bluetooth tests"
1170msgstr "اختبارات بلوتوث"1157msgstr "اختبارات بلوتوث"
11711158
1172#. description1159#. description
1173#: ../jobs/local.txt.in:311160#: ../jobs/local.txt.in:24
1174msgid "Camera tests"1161msgid "Camera tests"
1175msgstr "اختبارات الكاميرا"1162msgstr "اختبارات الكاميرا"
11761163
1177#. description1164#. description
1165#: ../jobs/local.txt.in:31
1166msgid "Codec tests"
1167msgstr ""
1168
1169#. description
1178#: ../jobs/local.txt.in:381170#: ../jobs/local.txt.in:38
1179msgid "Codec tests"
1180msgstr ""
1181
1182#. description
1183#: ../jobs/local.txt.in:45
1184msgid "CPU tests"1171msgid "CPU tests"
1185msgstr "اختبارات المعالج"1172msgstr "اختبارات المعالج"
11861173
1187#. description1174#. description
1175#: ../jobs/local.txt.in:45
1176msgid "System Daemon tests"
1177msgstr ""
1178
1179#. description
1188#: ../jobs/local.txt.in:521180#: ../jobs/local.txt.in:52
1189msgid "System Daemon tests"
1190msgstr ""
1191
1192#. description
1193#: ../jobs/local.txt.in:59
1194msgid "Disk tests"1181msgid "Disk tests"
1195msgstr "اختبارات القرص"1182msgstr "اختبارات القرص"
11961183
1197#. description1184#. description
1198#: ../jobs/local.txt.in:661185#: ../jobs/local.txt.in:59
1199msgid "Fingerprint reader tests"1186msgid "Fingerprint reader tests"
1200msgstr "اختبارات قارئ البصمة"1187msgstr "اختبارات قارئ البصمة"
12011188
1202#. description1189#. description
1203#: ../jobs/local.txt.in:731190#: ../jobs/local.txt.in:66
1204msgid "Firewire disk tests"1191msgid "Firewire disk tests"
1205msgstr "اختبارات قرص السلك الناري"1192msgstr "اختبارات قرص السلك الناري"
12061193
1207#. description1194#. description
1195#: ../jobs/local.txt.in:73
1196msgid "Floppy disk tests"
1197msgstr ""
1198
1199#. description
1208#: ../jobs/local.txt.in:801200#: ../jobs/local.txt.in:80
1209msgid "Floppy disk tests"
1210msgstr ""
1211
1212#. description
1213#: ../jobs/local.txt.in:87
1214msgid "Graphics tests"1201msgid "Graphics tests"
1215msgstr "اختبارات الرسوميات"1202msgstr "اختبارات الرسوميات"
12161203
1217#. description1204#. description
1205#: ../jobs/local.txt.in:87
1206msgid "Hibernation tests"
1207msgstr ""
1208
1209#. description
1218#: ../jobs/local.txt.in:941210#: ../jobs/local.txt.in:94
1219msgid "Hibernation tests"
1220msgstr ""
1221
1222#. description
1223#: ../jobs/local.txt.in:101
1224msgid "Informational tests"1211msgid "Informational tests"
1225msgstr "اختبارات استعلامية"1212msgstr "اختبارات استعلامية"
12261213
1227#. description1214#. description
1228#: ../jobs/local.txt.in:1081215#: ../jobs/local.txt.in:101
1229msgid "Input Devices tests"1216msgid "Input Devices tests"
1230msgstr "اختبارات أجهزة الإدخال"1217msgstr "اختبارات أجهزة الإدخال"
12311218
1232#. description1219#. description
1220#: ../jobs/local.txt.in:108
1221msgid "Software Installation tests"
1222msgstr ""
1223
1224#. description
1233#: ../jobs/local.txt.in:1151225#: ../jobs/local.txt.in:115
1234msgid "Software Installation tests"
1235msgstr ""
1236
1237#. description
1238#: ../jobs/local.txt.in:122
1239msgid "Hotkey tests"1226msgid "Hotkey tests"
1240msgstr "اختبارات مفاتيح الاختصار"1227msgstr "اختبارات مفاتيح الاختصار"
12411228
1242#. description1229#. description
1243#: ../jobs/local.txt.in:1291230#: ../jobs/local.txt.in:122
1244msgid "Linux Test Project tests"
1245msgstr ""
1246
1247#. description
1248#: ../jobs/local.txt.in:136
1249msgid "Mago Automated Desktop Testing"
1250msgstr ""
1251
1252#. description
1253#: ../jobs/local.txt.in:143
1254msgid "Media Card tests"1231msgid "Media Card tests"
1255msgstr "اختبارات كروت الوسائط"1232msgstr "اختبارات كروت الوسائط"
12561233
1257#. description1234#. description
1258#: ../jobs/local.txt.in:1501235#: ../jobs/local.txt.in:129
1259msgid "Memory tests"1236msgid "Memory tests"
1260msgstr "اختبارات الذاكرة"1237msgstr "اختبارات الذاكرة"
12611238
1262#. description1239#. description
1263#: ../jobs/local.txt.in:1571240#: ../jobs/local.txt.in:136
1264msgid "Miscellaneous tests"1241msgid "Miscellaneous tests"
1265msgstr "اختبارات متنوعة"1242msgstr "اختبارات متنوعة"
12661243
1267#. description1244#. description
1268#: ../jobs/local.txt.in:1641245#: ../jobs/local.txt.in:143
1269msgid "Monitor tests"1246msgid "Monitor tests"
1270msgstr "اختبارات الشاشة"1247msgstr "اختبارات الشاشة"
12711248
1272#. description1249#. description
1273#: ../jobs/local.txt.in:1711250#: ../jobs/local.txt.in:150
1274msgid "Networking tests"1251msgid "Networking tests"
1275msgstr "اختبارات الشبكة"1252msgstr "اختبارات الشبكة"
12761253
1277#. description1254#. description
1278#: ../jobs/local.txt.in:1781255#: ../jobs/local.txt.in:157
1279msgid "Optical Drive tests"1256msgid "Optical Drive tests"
1280msgstr "اختبارات القارئات البصرية"1257msgstr "اختبارات القارئات البصرية"
12811258
1282#. description1259#. description
1283#: ../jobs/local.txt.in:1851260#: ../jobs/local.txt.in:164
1284msgid "Panel Clock Verification tests"1261msgid "Panel Clock Verification tests"
1285msgstr ""1262msgstr ""
12861263
1287#. description1264#. description
1288#: ../jobs/local.txt.in:1921265#: ../jobs/local.txt.in:171
1289msgid "PCMCIA/PCIX Card tests"1266msgid "PCMCIA/PCIX Card tests"
1290msgstr "اختبارات كروت PCMCIA/PCIX"1267msgstr "اختبارات كروت PCMCIA/PCIX"
12911268
1292#. description1269#. description
1293#: ../jobs/local.txt.in:1991270#: ../jobs/local.txt.in:178
1294msgid "Peripheral tests"1271msgid "Peripheral tests"
1295msgstr "اختبارات الملحقات"1272msgstr "اختبارات الملحقات"
12961273
1297#. description1274#. description
1298#: ../jobs/local.txt.in:2061275#: ../jobs/local.txt.in:185
1299msgid "Power Management tests"1276msgid "Power Management tests"
1300msgstr "اختبارات إدارة الطاقة"1277msgstr "اختبارات إدارة الطاقة"
13011278
1302#. description1279#. description
1303#: ../jobs/local.txt.in:2131280#: ../jobs/local.txt.in:192
1304msgid "QA Regression tests"
1305msgstr ""
1306
1307#. description
1308#: ../jobs/local.txt.in:220
1309msgid "Server Services checks"1281msgid "Server Services checks"
1310msgstr ""1282msgstr ""
13111283
1312#. description1284#. description
1313#: ../jobs/local.txt.in:2271285#: ../jobs/local.txt.in:199
1314msgid "Suspend tests"1286msgid "Suspend tests"
1315msgstr "اختبارات التعليق"1287msgstr "اختبارات التعليق"
13161288
1317#. description1289#. description
1318#: ../jobs/local.txt.in:2341290#: ../jobs/local.txt.in:206
1319msgid "Touchpad tests"1291msgid "Touchpad tests"
1320msgstr ""1292msgstr ""
13211293
1322#. description1294#. description
1323#: ../jobs/local.txt.in:2411295#: ../jobs/local.txt.in:213
1324msgid "USB tests"1296msgid "USB tests"
1325msgstr "اختبارات USB"1297msgstr "اختبارات USB"
13261298
1327#. description1299#. description
1328#: ../jobs/local.txt.in:2481300#: ../jobs/local.txt.in:220
1329msgid "User Applications"1301msgid "User Applications"
1330msgstr "تطبيقات المستخدم"1302msgstr "تطبيقات المستخدم"
13311303
1332#. description1304#. description
1333#: ../jobs/local.txt.in:2551305#: ../jobs/local.txt.in:227
1334msgid "Wireless networking tests"1306msgid "Wireless networking tests"
1335msgstr "اختبارات الشبكة اللاسلكية"1307msgstr "اختبارات الشبكة اللاسلكية"
13361308
1337#. description1309#. description
1338#: ../jobs/local.txt.in:2621310#: ../jobs/local.txt.in:234
1339msgid "Stress tests"1311msgid "Stress tests"
1340msgstr ""1312msgstr ""
13411313
1342#. description1314#. description
1343#: ../jobs/local.txt.in:2691315#: ../jobs/local.txt.in:241
1344msgid "Smoke tests"1316msgid "Smoke tests"
1345msgstr ""1317msgstr ""
13461318
1347#. description1319#. description
1348#: ../jobs/local.txt.in:2761320#: ../jobs/local.txt.in:248
1349msgid "Sniff Sniffers"1321msgid "Sniff Sniffers"
1350msgstr ""1322msgstr ""
13511323
1352#. description1324#. description
1353#: ../jobs/ltp.txt.in:3
1354msgid ""
1355"This test installs and runs Linux Test Project syscalls test. This can be "
1356"destructive, thus this test is blacklisted by default."
1357msgstr ""
1358
1359#. description
1360#: ../jobs/mago.txt.in:8
1361msgid ""
1362"PURPOSE:\n"
1363" This test installs and runs the Mago Automated Desktop Testing suite."
1364msgstr ""
1365
1366#. description
1367#: ../jobs/mediacard.txt.in:41325#: ../jobs/mediacard.txt.in:4
1368msgid ""1326msgid ""
1369"PURPOSE:\n"1327"PURPOSE:\n"
@@ -2244,13 +2202,6 @@
2244msgstr ""2202msgstr ""
22452203
2246#. description2204#. description
2247#: ../jobs/qa_regression.txt.in:7
2248msgid ""
2249"PURPOSE:\n"
2250" This is to install and run the Ubuntu QA regression tests (destructive)"
2251msgstr ""
2252
2253#. description
2254#: ../jobs/server-services.txt.in:52205#: ../jobs/server-services.txt.in:5
2255msgid "Verifies that sshd is running."2206msgid "Verifies that sshd is running."
2256msgstr ""2207msgstr ""
22572208
=== modified file 'po/ast.po'
--- po/ast.po 2012-06-22 17:04:14 +0000
+++ po/ast.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2012-03-27 09:15+0000\n"11"PO-Revision-Date: 2012-03-27 09:15+0000\n"
12"Last-Translator: Xandru <xandru@softastur.org>\n"12"Last-Translator: Xandru <xandru@softastur.org>\n"
13"Language-Team: Softastur <alministradores@softastur.org>\n"13"Language-Team: Softastur <alministradores@softastur.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
19"Language: ast\n"19"Language: ast\n"
2020
21#. Title of the user interface21#. Title of the user interface
@@ -289,17 +289,6 @@
289msgstr ""289msgstr ""
290290
291#. description291#. description
292#: ../jobs/autotest.txt.in:6
293msgid ""
294"PURPOSE:\n"
295" This test will attempt to install and run the Autotest Suite. These "
296"tests can be destructive, so this test is blacklisted by default."
297msgstr ""
298"OXETIVU:\n"
299" Esta prueba intentará instalar y executar el Autotest Suit. Estes pruebes "
300"puen ser destructives, polo que tán na llista prieta de forma predefinida."
301
302#. description
303#: ../jobs/benchmarks.txt.in:18292#: ../jobs/benchmarks.txt.in:18
304msgid "Benchmark for each disk"293msgid "Benchmark for each disk"
305msgstr "Prueba comparativa de cada discu"294msgstr "Prueba comparativa de cada discu"
@@ -1504,219 +1493,180 @@
15041493
1505#. description1494#. description
1506#: ../jobs/local.txt.in:101495#: ../jobs/local.txt.in:10
1507msgid "Autotest Suite tests"1496msgid "Benchmarks tests"
1508msgstr "Pruebes de la suite Autotest"1497msgstr ""
15091498
1510#. description1499#. description
1511#: ../jobs/local.txt.in:171500#: ../jobs/local.txt.in:17
1512msgid "Benchmarks tests"
1513msgstr ""
1514
1515#. description
1516#: ../jobs/local.txt.in:24
1517msgid "Bluetooth tests"1501msgid "Bluetooth tests"
1518msgstr "Pruebes de Bluetooth"1502msgstr "Pruebes de Bluetooth"
15191503
1520#. description1504#. description
1521#: ../jobs/local.txt.in:311505#: ../jobs/local.txt.in:24
1522msgid "Camera tests"1506msgid "Camera tests"
1523msgstr "Pruebes de cámara"1507msgstr "Pruebes de cámara"
15241508
1525#. description1509#. description
1526#: ../jobs/local.txt.in:381510#: ../jobs/local.txt.in:31
1527msgid "Codec tests"1511msgid "Codec tests"
1528msgstr "Pruebes de códecs"1512msgstr "Pruebes de códecs"
15291513
1530#. description1514#. description
1531#: ../jobs/local.txt.in:451515#: ../jobs/local.txt.in:38
1532msgid "CPU tests"1516msgid "CPU tests"
1533msgstr "Pruebes de CPU"1517msgstr "Pruebes de CPU"
15341518
1535#. description1519#. description
1536#: ../jobs/local.txt.in:521520#: ../jobs/local.txt.in:45
1537msgid "System Daemon tests"1521msgid "System Daemon tests"
1538msgstr "Pruebes de degorriu de sistema"1522msgstr "Pruebes de degorriu de sistema"
15391523
1540#. description1524#. description
1541#: ../jobs/local.txt.in:591525#: ../jobs/local.txt.in:52
1542msgid "Disk tests"1526msgid "Disk tests"
1543msgstr "Pruebes de discu"1527msgstr "Pruebes de discu"
15441528
1545#. description1529#. description
1546#: ../jobs/local.txt.in:661530#: ../jobs/local.txt.in:59
1547msgid "Fingerprint reader tests"1531msgid "Fingerprint reader tests"
1548msgstr "Pruebes de llector de buelga dactilar"1532msgstr "Pruebes de llector de buelga dactilar"
15491533
1550#. description1534#. description
1551#: ../jobs/local.txt.in:731535#: ../jobs/local.txt.in:66
1552msgid "Firewire disk tests"1536msgid "Firewire disk tests"
1553msgstr "Pruebes de discos firewire"1537msgstr "Pruebes de discos firewire"
15541538
1555#. description1539#. description
1556#: ../jobs/local.txt.in:801540#: ../jobs/local.txt.in:73
1557msgid "Floppy disk tests"1541msgid "Floppy disk tests"
1558msgstr "Pruebes de disquete"1542msgstr "Pruebes de disquete"
15591543
1560#. description1544#. description
1561#: ../jobs/local.txt.in:871545#: ../jobs/local.txt.in:80
1562msgid "Graphics tests"1546msgid "Graphics tests"
1563msgstr "Pruebes de gráficos"1547msgstr "Pruebes de gráficos"
15641548
1565#. description1549#. description
1566#: ../jobs/local.txt.in:941550#: ../jobs/local.txt.in:87
1567msgid "Hibernation tests"1551msgid "Hibernation tests"
1568msgstr "Pruebes d'ivernación"1552msgstr "Pruebes d'ivernación"
15691553
1570#. description1554#. description
1571#: ../jobs/local.txt.in:1011555#: ../jobs/local.txt.in:94
1572msgid "Informational tests"1556msgid "Informational tests"
1573msgstr "Pruebes informatives"1557msgstr "Pruebes informatives"
15741558
1575#. description1559#. description
1576#: ../jobs/local.txt.in:1081560#: ../jobs/local.txt.in:101
1577msgid "Input Devices tests"1561msgid "Input Devices tests"
1578msgstr "Pruebes de preseos d'entrada"1562msgstr "Pruebes de preseos d'entrada"
15791563
1580#. description1564#. description
1581#: ../jobs/local.txt.in:1151565#: ../jobs/local.txt.in:108
1582msgid "Software Installation tests"1566msgid "Software Installation tests"
1583msgstr "Pruebes d'instalación de software"1567msgstr "Pruebes d'instalación de software"
15841568
1585#. description1569#. description
1586#: ../jobs/local.txt.in:1221570#: ../jobs/local.txt.in:115
1587msgid "Hotkey tests"1571msgid "Hotkey tests"
1588msgstr "Pruebes d'atayos de tecláu"1572msgstr "Pruebes d'atayos de tecláu"
15891573
1590#. description1574#. description
1591#: ../jobs/local.txt.in:1291575#: ../jobs/local.txt.in:122
1592msgid "Linux Test Project tests"
1593msgstr "Pruebes del proyeutu Linux Test"
1594
1595#. description
1596#: ../jobs/local.txt.in:136
1597msgid "Mago Automated Desktop Testing"
1598msgstr "Prueba del escritoriu automatizáu Mago"
1599
1600#. description
1601#: ../jobs/local.txt.in:143
1602msgid "Media Card tests"1576msgid "Media Card tests"
1603msgstr "Pruebes de tarxetes multimedia"1577msgstr "Pruebes de tarxetes multimedia"
16041578
1605#. description1579#. description
1606#: ../jobs/local.txt.in:1501580#: ../jobs/local.txt.in:129
1607msgid "Memory tests"1581msgid "Memory tests"
1608msgstr "Pruebes de memoria"1582msgstr "Pruebes de memoria"
16091583
1610#. description1584#. description
1611#: ../jobs/local.txt.in:1571585#: ../jobs/local.txt.in:136
1612msgid "Miscellaneous tests"1586msgid "Miscellaneous tests"
1613msgstr "Pruebes miscelánees"1587msgstr "Pruebes miscelánees"
16141588
1615#. description1589#. description
1616#: ../jobs/local.txt.in:1641590#: ../jobs/local.txt.in:143
1617msgid "Monitor tests"1591msgid "Monitor tests"
1618msgstr "Pruebes de monitor"1592msgstr "Pruebes de monitor"
16191593
1620#. description1594#. description
1621#: ../jobs/local.txt.in:1711595#: ../jobs/local.txt.in:150
1622msgid "Networking tests"1596msgid "Networking tests"
1623msgstr "Pruebes de rede"1597msgstr "Pruebes de rede"
16241598
1625#. description1599#. description
1626#: ../jobs/local.txt.in:1781600#: ../jobs/local.txt.in:157
1627msgid "Optical Drive tests"1601msgid "Optical Drive tests"
1628msgstr "Pruebes de discos ópticos"1602msgstr "Pruebes de discos ópticos"
16291603
1630#. description1604#. description
1631#: ../jobs/local.txt.in:1851605#: ../jobs/local.txt.in:164
1632msgid "Panel Clock Verification tests"1606msgid "Panel Clock Verification tests"
1633msgstr "Pruebes de verificación del reló del panel"1607msgstr "Pruebes de verificación del reló del panel"
16341608
1635#. description1609#. description
1636#: ../jobs/local.txt.in:1921610#: ../jobs/local.txt.in:171
1637msgid "PCMCIA/PCIX Card tests"1611msgid "PCMCIA/PCIX Card tests"
1638msgstr "Pruebes de tarxetes PCMCIA/PCIX"1612msgstr "Pruebes de tarxetes PCMCIA/PCIX"
16391613
1640#. description1614#. description
1641#: ../jobs/local.txt.in:1991615#: ../jobs/local.txt.in:178
1642msgid "Peripheral tests"1616msgid "Peripheral tests"
1643msgstr "Pruebes de periféricos"1617msgstr "Pruebes de periféricos"
16441618
1645#. description1619#. description
1646#: ../jobs/local.txt.in:2061620#: ../jobs/local.txt.in:185
1647msgid "Power Management tests"1621msgid "Power Management tests"
1648msgstr "Pruebes de xestión d'enerxía"1622msgstr "Pruebes de xestión d'enerxía"
16491623
1650#. description1624#. description
1651#: ../jobs/local.txt.in:2131625#: ../jobs/local.txt.in:192
1652msgid "QA Regression tests"
1653msgstr "Pruebes de regresión QA"
1654
1655#. description
1656#: ../jobs/local.txt.in:220
1657msgid "Server Services checks"1626msgid "Server Services checks"
1658msgstr "Comprueba los servicios del sirvidor"1627msgstr "Comprueba los servicios del sirvidor"
16591628
1660#. description1629#. description
1661#: ../jobs/local.txt.in:2271630#: ../jobs/local.txt.in:199
1662msgid "Suspend tests"1631msgid "Suspend tests"
1663msgstr "Pruebes de suspensión"1632msgstr "Pruebes de suspensión"
16641633
1665#. description1634#. description
1666#: ../jobs/local.txt.in:2341635#: ../jobs/local.txt.in:206
1667msgid "Touchpad tests"1636msgid "Touchpad tests"
1668msgstr "Pruebes del touchpad"1637msgstr "Pruebes del touchpad"
16691638
1670#. description1639#. description
1671#: ../jobs/local.txt.in:2411640#: ../jobs/local.txt.in:213
1672msgid "USB tests"1641msgid "USB tests"
1673msgstr "Pruebes d'USB"1642msgstr "Pruebes d'USB"
16741643
1675#. description1644#. description
1676#: ../jobs/local.txt.in:2481645#: ../jobs/local.txt.in:220
1677msgid "User Applications"1646msgid "User Applications"
1678msgstr "Aplicaciones d'usuariu"1647msgstr "Aplicaciones d'usuariu"
16791648
1680#. description1649#. description
1681#: ../jobs/local.txt.in:2551650#: ../jobs/local.txt.in:227
1682msgid "Wireless networking tests"1651msgid "Wireless networking tests"
1683msgstr "Pruebes de redes inalámbriques"1652msgstr "Pruebes de redes inalámbriques"
16841653
1685#. description1654#. description
1686#: ../jobs/local.txt.in:2621655#: ../jobs/local.txt.in:234
1687msgid "Stress tests"1656msgid "Stress tests"
1688msgstr "Pruebes d'estrés"1657msgstr "Pruebes d'estrés"
16891658
1690#. description1659#. description
1691#: ../jobs/local.txt.in:2691660#: ../jobs/local.txt.in:241
1692msgid "Smoke tests"1661msgid "Smoke tests"
1693msgstr ""1662msgstr ""
16941663
1695#. description1664#. description
1696#: ../jobs/local.txt.in:2761665#: ../jobs/local.txt.in:248
1697msgid "Sniff Sniffers"1666msgid "Sniff Sniffers"
1698msgstr ""1667msgstr ""
16991668
1700#. description1669#. description
1701#: ../jobs/ltp.txt.in:3
1702msgid ""
1703"This test installs and runs Linux Test Project syscalls test. This can be "
1704"destructive, thus this test is blacklisted by default."
1705msgstr ""
1706"Esta prueba instala y executa la prueba syscalls del proyeutu Linux Test. "
1707"Pue ser destructiva, polo que ta na llista prieta de mou predetermináu."
1708
1709#. description
1710#: ../jobs/mago.txt.in:8
1711msgid ""
1712"PURPOSE:\n"
1713" This test installs and runs the Mago Automated Desktop Testing suite."
1714msgstr ""
1715"OXETIVU:\n"
1716" Esta prueba instala y executa la suite de pruebes de automatizaes "
1717"d'escritoriu Mago"
1718
1719#. description
1720#: ../jobs/mediacard.txt.in:41670#: ../jobs/mediacard.txt.in:4
1721msgid ""1671msgid ""
1722"PURPOSE:\n"1672"PURPOSE:\n"
@@ -2885,16 +2835,6 @@
2885"comprobación de regresión)"2835"comprobación de regresión)"
28862836
2887#. description2837#. description
2888#: ../jobs/qa_regression.txt.in:7
2889msgid ""
2890"PURPOSE:\n"
2891" This is to install and run the Ubuntu QA regression tests (destructive)"
2892msgstr ""
2893"OBJETIVO:\n"
2894" Esto ye para instalar y executar les pruebes de regresión d'Ubuntu QA "
2895"(destructivu)"
2896
2897#. description
2898#: ../jobs/server-services.txt.in:52838#: ../jobs/server-services.txt.in:5
2899msgid "Verifies that sshd is running."2839msgid "Verifies that sshd is running."
2900msgstr "Verifica que sshd ta executándose"2840msgstr "Verifica que sshd ta executándose"
@@ -6739,9 +6679,36 @@
6739#~ msgid "Attaches the screenshot captured in info/screenshot."6679#~ msgid "Attaches the screenshot captured in info/screenshot."
6740#~ msgstr "Axunta la captura de pantalla capturada en info/screenshot"6680#~ msgstr "Axunta la captura de pantalla capturada en info/screenshot"
67416681
6682#~ msgid "Autotest Suite tests"
6683#~ msgstr "Pruebes de la suite Autotest"
6684
6685#~ msgid "Mago Automated Desktop Testing"
6686#~ msgstr "Prueba del escritoriu automatizáu Mago"
6687
6688#~ msgid "Linux Test Project tests"
6689#~ msgstr "Pruebes del proyeutu Linux Test"
6690
6742#~ msgid "Phoronix Test Suite tests"6691#~ msgid "Phoronix Test Suite tests"
6743#~ msgstr "Pruebes de Phoronix Test Suite"6692#~ msgstr "Pruebes de Phoronix Test Suite"
67446693
6694#~ msgid "QA Regression tests"
6695#~ msgstr "Pruebes de regresión QA"
6696
6697#~ msgid ""
6698#~ "This test installs and runs Linux Test Project syscalls test. This can be "
6699#~ "destructive, thus this test is blacklisted by default."
6700#~ msgstr ""
6701#~ "Esta prueba instala y executa la prueba syscalls del proyeutu Linux Test. "
6702#~ "Pue ser destructiva, polo que ta na llista prieta de mou predetermináu."
6703
6704#~ msgid ""
6705#~ "PURPOSE:\n"
6706#~ " This is to install and run the Ubuntu QA regression tests (destructive)"
6707#~ msgstr ""
6708#~ "OBJETIVO:\n"
6709#~ " Esto ye para instalar y executar les pruebes de regresión d'Ubuntu QA "
6710#~ "(destructivu)"
6711
6745#~ msgid "Test ACPI Wakealarm (fwts wakealarm) "6712#~ msgid "Test ACPI Wakealarm (fwts wakealarm) "
6746#~ msgstr "Test ACPI Wakealarm (fwts wakealarm) "6713#~ msgstr "Test ACPI Wakealarm (fwts wakealarm) "
67476714
@@ -6892,6 +6859,23 @@
68926859
6893#~ msgid ""6860#~ msgid ""
6894#~ "PURPOSE:\n"6861#~ "PURPOSE:\n"
6862#~ " This test will attempt to install and run the Autotest Suite. These "
6863#~ "tests can be destructive, so this test is blacklisted by default."
6864#~ msgstr ""
6865#~ "OXETIVU:\n"
6866#~ " Esta prueba intentará instalar y executar el Autotest Suit. Estes pruebes "
6867#~ "puen ser destructives, polo que tán na llista prieta de forma predefinida."
6868
6869#~ msgid ""
6870#~ "PURPOSE:\n"
6871#~ " This test installs and runs the Mago Automated Desktop Testing suite."
6872#~ msgstr ""
6873#~ "OXETIVU:\n"
6874#~ " Esta prueba instala y executa la suite de pruebes de automatizaes "
6875#~ "d'escritoriu Mago"
6876
6877#~ msgid ""
6878#~ "PURPOSE:\n"
6895#~ " This test will check that the system correctly detects the removal\n"6879#~ " This test will check that the system correctly detects the removal\n"
6896#~ " of an SDHC card from the systems card reader after the system has been "6880#~ " of an SDHC card from the systems card reader after the system has been "
6897#~ "suspended.\n"6881#~ "suspended.\n"
68986882
=== modified file 'po/az.po'
--- po/az.po 2012-06-22 17:04:14 +0000
+++ po/az.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2012-02-13 17:43+0000\n"11"PO-Revision-Date: 2012-02-13 17:43+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Azerbaijani <az@li.org>\n"13"Language-Team: Azerbaijani <az@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -159,14 +159,6 @@
159msgstr ""159msgstr ""
160160
161#. description161#. description
162#: ../jobs/autotest.txt.in:6
163msgid ""
164"PURPOSE:\n"
165" This test will attempt to install and run the Autotest Suite. These "
166"tests can be destructive, so this test is blacklisted by default."
167msgstr ""
168
169#. description
170#: ../jobs/benchmarks.txt.in:18162#: ../jobs/benchmarks.txt.in:18
171msgid "Benchmark for each disk"163msgid "Benchmark for each disk"
172msgstr "Hər bir disk üçün bençmark"164msgstr "Hər bir disk üçün bençmark"
@@ -1104,214 +1096,180 @@
11041096
1105#. description1097#. description
1106#: ../jobs/local.txt.in:101098#: ../jobs/local.txt.in:10
1107msgid "Autotest Suite tests"1099msgid "Benchmarks tests"
1108msgstr ""1100msgstr ""
11091101
1110#. description1102#. description
1111#: ../jobs/local.txt.in:171103#: ../jobs/local.txt.in:17
1112msgid "Benchmarks tests"1104msgid "Bluetooth tests"
1113msgstr ""1105msgstr ""
11141106
1115#. description1107#. description
1116#: ../jobs/local.txt.in:241108#: ../jobs/local.txt.in:24
1117msgid "Bluetooth tests"1109msgid "Camera tests"
1118msgstr ""1110msgstr ""
11191111
1120#. description1112#. description
1121#: ../jobs/local.txt.in:311113#: ../jobs/local.txt.in:31
1122msgid "Camera tests"1114msgid "Codec tests"
1123msgstr ""1115msgstr ""
11241116
1125#. description1117#. description
1126#: ../jobs/local.txt.in:381118#: ../jobs/local.txt.in:38
1127msgid "Codec tests"1119msgid "CPU tests"
1128msgstr ""1120msgstr ""
11291121
1130#. description1122#. description
1131#: ../jobs/local.txt.in:451123#: ../jobs/local.txt.in:45
1132msgid "CPU tests"1124msgid "System Daemon tests"
1133msgstr ""1125msgstr ""
11341126
1135#. description1127#. description
1136#: ../jobs/local.txt.in:521128#: ../jobs/local.txt.in:52
1137msgid "System Daemon tests"1129msgid "Disk tests"
1138msgstr ""1130msgstr ""
11391131
1140#. description1132#. description
1141#: ../jobs/local.txt.in:591133#: ../jobs/local.txt.in:59
1142msgid "Disk tests"1134msgid "Fingerprint reader tests"
1143msgstr ""1135msgstr ""
11441136
1145#. description1137#. description
1146#: ../jobs/local.txt.in:661138#: ../jobs/local.txt.in:66
1147msgid "Fingerprint reader tests"1139msgid "Firewire disk tests"
1148msgstr ""1140msgstr ""
11491141
1150#. description1142#. description
1151#: ../jobs/local.txt.in:731143#: ../jobs/local.txt.in:73
1152msgid "Firewire disk tests"1144msgid "Floppy disk tests"
1153msgstr ""1145msgstr ""
11541146
1155#. description1147#. description
1156#: ../jobs/local.txt.in:801148#: ../jobs/local.txt.in:80
1157msgid "Floppy disk tests"1149msgid "Graphics tests"
1158msgstr ""1150msgstr ""
11591151
1160#. description1152#. description
1161#: ../jobs/local.txt.in:871153#: ../jobs/local.txt.in:87
1162msgid "Graphics tests"1154msgid "Hibernation tests"
1163msgstr ""1155msgstr ""
11641156
1165#. description1157#. description
1166#: ../jobs/local.txt.in:941158#: ../jobs/local.txt.in:94
1167msgid "Hibernation tests"1159msgid "Informational tests"
1168msgstr ""1160msgstr ""
11691161
1170#. description1162#. description
1171#: ../jobs/local.txt.in:1011163#: ../jobs/local.txt.in:101
1172msgid "Informational tests"1164msgid "Input Devices tests"
1173msgstr ""1165msgstr ""
11741166
1175#. description1167#. description
1176#: ../jobs/local.txt.in:1081168#: ../jobs/local.txt.in:108
1177msgid "Input Devices tests"1169msgid "Software Installation tests"
1178msgstr ""1170msgstr ""
11791171
1180#. description1172#. description
1181#: ../jobs/local.txt.in:1151173#: ../jobs/local.txt.in:115
1182msgid "Software Installation tests"1174msgid "Hotkey tests"
1183msgstr ""1175msgstr ""
11841176
1185#. description1177#. description
1186#: ../jobs/local.txt.in:1221178#: ../jobs/local.txt.in:122
1187msgid "Hotkey tests"1179msgid "Media Card tests"
1188msgstr ""1180msgstr ""
11891181
1190#. description1182#. description
1191#: ../jobs/local.txt.in:1291183#: ../jobs/local.txt.in:129
1192msgid "Linux Test Project tests"1184msgid "Memory tests"
1193msgstr ""1185msgstr ""
11941186
1195#. description1187#. description
1196#: ../jobs/local.txt.in:1361188#: ../jobs/local.txt.in:136
1197msgid "Mago Automated Desktop Testing"1189msgid "Miscellaneous tests"
1198msgstr ""1190msgstr ""
11991191
1200#. description1192#. description
1201#: ../jobs/local.txt.in:1431193#: ../jobs/local.txt.in:143
1202msgid "Media Card tests"1194msgid "Monitor tests"
1203msgstr ""1195msgstr ""
12041196
1205#. description1197#. description
1206#: ../jobs/local.txt.in:1501198#: ../jobs/local.txt.in:150
1207msgid "Memory tests"1199msgid "Networking tests"
1208msgstr ""1200msgstr ""
12091201
1210#. description1202#. description
1211#: ../jobs/local.txt.in:1571203#: ../jobs/local.txt.in:157
1212msgid "Miscellaneous tests"1204msgid "Optical Drive tests"
1213msgstr ""1205msgstr ""
12141206
1215#. description1207#. description
1216#: ../jobs/local.txt.in:1641208#: ../jobs/local.txt.in:164
1217msgid "Monitor tests"1209msgid "Panel Clock Verification tests"
1218msgstr ""1210msgstr ""
12191211
1220#. description1212#. description
1221#: ../jobs/local.txt.in:1711213#: ../jobs/local.txt.in:171
1222msgid "Networking tests"1214msgid "PCMCIA/PCIX Card tests"
1223msgstr ""1215msgstr ""
12241216
1225#. description1217#. description
1226#: ../jobs/local.txt.in:1781218#: ../jobs/local.txt.in:178
1227msgid "Optical Drive tests"1219msgid "Peripheral tests"
1228msgstr ""1220msgstr ""
12291221
1230#. description1222#. description
1231#: ../jobs/local.txt.in:1851223#: ../jobs/local.txt.in:185
1232msgid "Panel Clock Verification tests"1224msgid "Power Management tests"
1233msgstr ""1225msgstr ""
12341226
1235#. description1227#. description
1236#: ../jobs/local.txt.in:1921228#: ../jobs/local.txt.in:192
1237msgid "PCMCIA/PCIX Card tests"1229msgid "Server Services checks"
1238msgstr ""1230msgstr ""
12391231
1240#. description1232#. description
1241#: ../jobs/local.txt.in:1991233#: ../jobs/local.txt.in:199
1242msgid "Peripheral tests"1234msgid "Suspend tests"
1243msgstr ""1235msgstr ""
12441236
1245#. description1237#. description
1246#: ../jobs/local.txt.in:2061238#: ../jobs/local.txt.in:206
1247msgid "Power Management tests"1239msgid "Touchpad tests"
1248msgstr ""1240msgstr ""
12491241
1250#. description1242#. description
1251#: ../jobs/local.txt.in:2131243#: ../jobs/local.txt.in:213
1252msgid "QA Regression tests"1244msgid "USB tests"
1253msgstr ""1245msgstr ""
12541246
1255#. description1247#. description
1256#: ../jobs/local.txt.in:2201248#: ../jobs/local.txt.in:220
1257msgid "Server Services checks"1249msgid "User Applications"
1258msgstr ""1250msgstr ""
12591251
1260#. description1252#. description
1261#: ../jobs/local.txt.in:2271253#: ../jobs/local.txt.in:227
1262msgid "Suspend tests"1254msgid "Wireless networking tests"
1263msgstr ""1255msgstr ""
12641256
1265#. description1257#. description
1266#: ../jobs/local.txt.in:2341258#: ../jobs/local.txt.in:234
1267msgid "Touchpad tests"1259msgid "Stress tests"
1268msgstr ""1260msgstr ""
12691261
1270#. description1262#. description
1271#: ../jobs/local.txt.in:2411263#: ../jobs/local.txt.in:241
1272msgid "USB tests"1264msgid "Smoke tests"
1273msgstr ""1265msgstr ""
12741266
1275#. description1267#. description
1276#: ../jobs/local.txt.in:2481268#: ../jobs/local.txt.in:248
1277msgid "User Applications"
1278msgstr ""
1279
1280#. description
1281#: ../jobs/local.txt.in:255
1282msgid "Wireless networking tests"
1283msgstr ""
1284
1285#. description
1286#: ../jobs/local.txt.in:262
1287msgid "Stress tests"
1288msgstr ""
1289
1290#. description
1291#: ../jobs/local.txt.in:269
1292msgid "Smoke tests"
1293msgstr ""
1294
1295#. description
1296#: ../jobs/local.txt.in:276
1297msgid "Sniff Sniffers"1269msgid "Sniff Sniffers"
1298msgstr ""1270msgstr ""
12991271
1300#. description1272#. description
1301#: ../jobs/ltp.txt.in:3
1302msgid ""
1303"This test installs and runs Linux Test Project syscalls test. This can be "
1304"destructive, thus this test is blacklisted by default."
1305msgstr ""
1306
1307#. description
1308#: ../jobs/mago.txt.in:8
1309msgid ""
1310"PURPOSE:\n"
1311" This test installs and runs the Mago Automated Desktop Testing suite."
1312msgstr ""
1313
1314#. description
1315#: ../jobs/mediacard.txt.in:41273#: ../jobs/mediacard.txt.in:4
1316msgid ""1274msgid ""
1317"PURPOSE:\n"1275"PURPOSE:\n"
@@ -2192,13 +2150,6 @@
2192msgstr ""2150msgstr ""
21932151
2194#. description2152#. description
2195#: ../jobs/qa_regression.txt.in:7
2196msgid ""
2197"PURPOSE:\n"
2198" This is to install and run the Ubuntu QA regression tests (destructive)"
2199msgstr ""
2200
2201#. description
2202#: ../jobs/server-services.txt.in:52153#: ../jobs/server-services.txt.in:5
2203msgid "Verifies that sshd is running."2154msgid "Verifies that sshd is running."
2204msgstr ""2155msgstr ""
22052156
=== modified file 'po/be.po'
--- po/be.po 2012-06-22 17:04:14 +0000
+++ po/be.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-07-19 16:21+0000\n"11"PO-Revision-Date: 2011-07-19 16:21+0000\n"
12"Last-Translator: Iryna Nikanchuk <Unknown>\n"12"Last-Translator: Iryna Nikanchuk <Unknown>\n"
13"Language-Team: Belarusian <be@li.org>\n"13"Language-Team: Belarusian <be@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -158,14 +158,6 @@
158msgstr ""158msgstr ""
159159
160#. description160#. description
161#: ../jobs/autotest.txt.in:6
162msgid ""
163"PURPOSE:\n"
164" This test will attempt to install and run the Autotest Suite. These "
165"tests can be destructive, so this test is blacklisted by default."
166msgstr ""
167
168#. description
169#: ../jobs/benchmarks.txt.in:18161#: ../jobs/benchmarks.txt.in:18
170msgid "Benchmark for each disk"162msgid "Benchmark for each disk"
171msgstr ""163msgstr ""
@@ -1108,214 +1100,180 @@
11081100
1109#. description1101#. description
1110#: ../jobs/local.txt.in:101102#: ../jobs/local.txt.in:10
1111msgid "Autotest Suite tests"1103msgid "Benchmarks tests"
1112msgstr ""1104msgstr ""
11131105
1114#. description1106#. description
1115#: ../jobs/local.txt.in:171107#: ../jobs/local.txt.in:17
1116msgid "Benchmarks tests"
1117msgstr ""
1118
1119#. description
1120#: ../jobs/local.txt.in:24
1121msgid "Bluetooth tests"1108msgid "Bluetooth tests"
1122msgstr "Праверка Bluetooth"1109msgstr "Праверка Bluetooth"
11231110
1124#. description1111#. description
1125#: ../jobs/local.txt.in:311112#: ../jobs/local.txt.in:24
1126msgid "Camera tests"1113msgid "Camera tests"
1127msgstr "Праверка камеры"1114msgstr "Праверка камеры"
11281115
1129#. description1116#. description
1130#: ../jobs/local.txt.in:381117#: ../jobs/local.txt.in:31
1131msgid "Codec tests"1118msgid "Codec tests"
1132msgstr "Праверка кодэкаў"1119msgstr "Праверка кодэкаў"
11331120
1134#. description1121#. description
1135#: ../jobs/local.txt.in:451122#: ../jobs/local.txt.in:38
1136msgid "CPU tests"1123msgid "CPU tests"
1137msgstr "Праверка ЦПУ"1124msgstr "Праверка ЦПУ"
11381125
1139#. description1126#. description
1140#: ../jobs/local.txt.in:521127#: ../jobs/local.txt.in:45
1141msgid "System Daemon tests"1128msgid "System Daemon tests"
1142msgstr "Праверка сістэмных службаў"1129msgstr "Праверка сістэмных службаў"
11431130
1144#. description1131#. description
1145#: ../jobs/local.txt.in:591132#: ../jobs/local.txt.in:52
1146msgid "Disk tests"1133msgid "Disk tests"
1147msgstr "Праверка дыска"1134msgstr "Праверка дыска"
11481135
1149#. description1136#. description
1150#: ../jobs/local.txt.in:661137#: ../jobs/local.txt.in:59
1151msgid "Fingerprint reader tests"1138msgid "Fingerprint reader tests"
1152msgstr "Праверка сканэра адбіткаў пальцаў"1139msgstr "Праверка сканэра адбіткаў пальцаў"
11531140
1154#. description1141#. description
1155#: ../jobs/local.txt.in:731142#: ../jobs/local.txt.in:66
1156msgid "Firewire disk tests"1143msgid "Firewire disk tests"
1157msgstr "Праверка дыскаў Firewire"1144msgstr "Праверка дыскаў Firewire"
11581145
1159#. description1146#. description
1160#: ../jobs/local.txt.in:801147#: ../jobs/local.txt.in:73
1161msgid "Floppy disk tests"1148msgid "Floppy disk tests"
1162msgstr "Праверка дыскет"1149msgstr "Праверка дыскет"
11631150
1164#. description1151#. description
1165#: ../jobs/local.txt.in:871152#: ../jobs/local.txt.in:80
1166msgid "Graphics tests"1153msgid "Graphics tests"
1167msgstr "Праверка графічнай сістэмы"1154msgstr "Праверка графічнай сістэмы"
11681155
1169#. description1156#. description
1170#: ../jobs/local.txt.in:941157#: ../jobs/local.txt.in:87
1171msgid "Hibernation tests"1158msgid "Hibernation tests"
1172msgstr "Тэсты спячага рэжыму"1159msgstr "Тэсты спячага рэжыму"
11731160
1174#. description1161#. description
1175#: ../jobs/local.txt.in:1011162#: ../jobs/local.txt.in:94
1176msgid "Informational tests"1163msgid "Informational tests"
1177msgstr "Інфармацыйныя тэсты"1164msgstr "Інфармацыйныя тэсты"
11781165
1179#. description1166#. description
1180#: ../jobs/local.txt.in:1081167#: ../jobs/local.txt.in:101
1181msgid "Input Devices tests"1168msgid "Input Devices tests"
1182msgstr "Праверка прыладаў ўводу"1169msgstr "Праверка прыладаў ўводу"
11831170
1184#. description1171#. description
1185#: ../jobs/local.txt.in:1151172#: ../jobs/local.txt.in:108
1186msgid "Software Installation tests"1173msgid "Software Installation tests"
1187msgstr "Праверка ўсталёўкі праграмнага забеспячэння"1174msgstr "Праверка ўсталёўкі праграмнага забеспячэння"
11881175
1189#. description1176#. description
1190#: ../jobs/local.txt.in:1221177#: ../jobs/local.txt.in:115
1191msgid "Hotkey tests"1178msgid "Hotkey tests"
1192msgstr "Праверка клавіш хуткага доступу"1179msgstr "Праверка клавіш хуткага доступу"
11931180
1194#. description1181#. description
1195#: ../jobs/local.txt.in:1291182#: ../jobs/local.txt.in:122
1196msgid "Linux Test Project tests"
1197msgstr ""
1198
1199#. description
1200#: ../jobs/local.txt.in:136
1201msgid "Mago Automated Desktop Testing"
1202msgstr ""
1203
1204#. description
1205#: ../jobs/local.txt.in:143
1206msgid "Media Card tests"1183msgid "Media Card tests"
1207msgstr "Праверка карт памяці"1184msgstr "Праверка карт памяці"
12081185
1209#. description1186#. description
1210#: ../jobs/local.txt.in:1501187#: ../jobs/local.txt.in:129
1211msgid "Memory tests"1188msgid "Memory tests"
1212msgstr "Праверка памяці"1189msgstr "Праверка памяці"
12131190
1214#. description1191#. description
1215#: ../jobs/local.txt.in:1571192#: ../jobs/local.txt.in:136
1216msgid "Miscellaneous tests"1193msgid "Miscellaneous tests"
1217msgstr "Разнастайныя тэсты"1194msgstr "Разнастайныя тэсты"
12181195
1219#. description1196#. description
1220#: ../jobs/local.txt.in:1641197#: ../jobs/local.txt.in:143
1221msgid "Monitor tests"1198msgid "Monitor tests"
1222msgstr "Праверка манітора"1199msgstr "Праверка манітора"
12231200
1224#. description1201#. description
1225#: ../jobs/local.txt.in:1711202#: ../jobs/local.txt.in:150
1226msgid "Networking tests"1203msgid "Networking tests"
1227msgstr "Праверка сеткі"1204msgstr "Праверка сеткі"
12281205
1229#. description1206#. description
1230#: ../jobs/local.txt.in:1781207#: ../jobs/local.txt.in:157
1231msgid "Optical Drive tests"1208msgid "Optical Drive tests"
1232msgstr "Праверка аптычных дыскаў"1209msgstr "Праверка аптычных дыскаў"
12331210
1234#. description1211#. description
1235#: ../jobs/local.txt.in:1851212#: ../jobs/local.txt.in:164
1236msgid "Panel Clock Verification tests"1213msgid "Panel Clock Verification tests"
1237msgstr ""1214msgstr ""
12381215
1239#. description1216#. description
1240#: ../jobs/local.txt.in:1921217#: ../jobs/local.txt.in:171
1241msgid "PCMCIA/PCIX Card tests"1218msgid "PCMCIA/PCIX Card tests"
1242msgstr "Праверка PCMCIA/PCIX карт"1219msgstr "Праверка PCMCIA/PCIX карт"
12431220
1244#. description1221#. description
1245#: ../jobs/local.txt.in:1991222#: ../jobs/local.txt.in:178
1246msgid "Peripheral tests"1223msgid "Peripheral tests"
1247msgstr "Праверка перыферыйнага абсталявання"1224msgstr "Праверка перыферыйнага абсталявання"
12481225
1249#. description1226#. description
1250#: ../jobs/local.txt.in:2061227#: ../jobs/local.txt.in:185
1251msgid "Power Management tests"1228msgid "Power Management tests"
1252msgstr "Праверка кіравання электрасілкаваннем"1229msgstr "Праверка кіравання электрасілкаваннем"
12531230
1254#. description1231#. description
1255#: ../jobs/local.txt.in:2131232#: ../jobs/local.txt.in:192
1256msgid "QA Regression tests"
1257msgstr ""
1258
1259#. description
1260#: ../jobs/local.txt.in:220
1261msgid "Server Services checks"1233msgid "Server Services checks"
1262msgstr ""1234msgstr ""
12631235
1264#. description1236#. description
1265#: ../jobs/local.txt.in:2271237#: ../jobs/local.txt.in:199
1266msgid "Suspend tests"1238msgid "Suspend tests"
1267msgstr "Тэсты рэжыму чакання"1239msgstr "Тэсты рэжыму чакання"
12681240
1269#. description1241#. description
1270#: ../jobs/local.txt.in:2341242#: ../jobs/local.txt.in:206
1271msgid "Touchpad tests"1243msgid "Touchpad tests"
1272msgstr ""1244msgstr ""
12731245
1274#. description1246#. description
1275#: ../jobs/local.txt.in:2411247#: ../jobs/local.txt.in:213
1276msgid "USB tests"1248msgid "USB tests"
1277msgstr "Праверка USB"1249msgstr "Праверка USB"
12781250
1279#. description1251#. description
1280#: ../jobs/local.txt.in:2481252#: ../jobs/local.txt.in:220
1281msgid "User Applications"1253msgid "User Applications"
1282msgstr "Дадаткі Карыстальніка"1254msgstr "Дадаткі Карыстальніка"
12831255
1284#. description1256#. description
1285#: ../jobs/local.txt.in:2551257#: ../jobs/local.txt.in:227
1286msgid "Wireless networking tests"1258msgid "Wireless networking tests"
1287msgstr "Тэсты бесправадных сетак"1259msgstr "Тэсты бесправадных сетак"
12881260
1289#. description1261#. description
1290#: ../jobs/local.txt.in:2621262#: ../jobs/local.txt.in:234
1291msgid "Stress tests"1263msgid "Stress tests"
1292msgstr "Стрэсс-тэсты"1264msgstr "Стрэсс-тэсты"
12931265
1294#. description1266#. description
1295#: ../jobs/local.txt.in:2691267#: ../jobs/local.txt.in:241
1296msgid "Smoke tests"1268msgid "Smoke tests"
1297msgstr ""1269msgstr ""
12981270
1299#. description1271#. description
1300#: ../jobs/local.txt.in:2761272#: ../jobs/local.txt.in:248
1301msgid "Sniff Sniffers"1273msgid "Sniff Sniffers"
1302msgstr ""1274msgstr ""
13031275
1304#. description1276#. description
1305#: ../jobs/ltp.txt.in:3
1306msgid ""
1307"This test installs and runs Linux Test Project syscalls test. This can be "
1308"destructive, thus this test is blacklisted by default."
1309msgstr ""
1310
1311#. description
1312#: ../jobs/mago.txt.in:8
1313msgid ""
1314"PURPOSE:\n"
1315" This test installs and runs the Mago Automated Desktop Testing suite."
1316msgstr ""
1317
1318#. description
1319#: ../jobs/mediacard.txt.in:41277#: ../jobs/mediacard.txt.in:4
1320msgid ""1278msgid ""
1321"PURPOSE:\n"1279"PURPOSE:\n"
@@ -2205,13 +2163,6 @@
2205msgstr ""2163msgstr ""
22062164
2207#. description2165#. description
2208#: ../jobs/qa_regression.txt.in:7
2209msgid ""
2210"PURPOSE:\n"
2211" This is to install and run the Ubuntu QA regression tests (destructive)"
2212msgstr ""
2213
2214#. description
2215#: ../jobs/server-services.txt.in:52166#: ../jobs/server-services.txt.in:5
2216msgid "Verifies that sshd is running."2167msgid "Verifies that sshd is running."
2217msgstr ""2168msgstr ""
22182169
=== modified file 'po/bg.po'
--- po/bg.po 2012-06-22 17:04:14 +0000
+++ po/bg.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-07-19 18:24+0000\n"11"PO-Revision-Date: 2011-07-19 18:24+0000\n"
12"Last-Translator: Boyan Sotirov <lz1dsb@abv.bg>\n"12"Last-Translator: Boyan Sotirov <lz1dsb@abv.bg>\n"
13"Language-Team: Bulgarian <bg@li.org>\n"13"Language-Team: Bulgarian <bg@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:33+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -158,14 +158,6 @@
158msgstr ""158msgstr ""
159159
160#. description160#. description
161#: ../jobs/autotest.txt.in:6
162msgid ""
163"PURPOSE:\n"
164" This test will attempt to install and run the Autotest Suite. These "
165"tests can be destructive, so this test is blacklisted by default."
166msgstr ""
167
168#. description
169#: ../jobs/benchmarks.txt.in:18161#: ../jobs/benchmarks.txt.in:18
170msgid "Benchmark for each disk"162msgid "Benchmark for each disk"
171msgstr ""163msgstr ""
@@ -1105,214 +1097,180 @@
11051097
1106#. description1098#. description
1107#: ../jobs/local.txt.in:101099#: ../jobs/local.txt.in:10
1108msgid "Autotest Suite tests"1100msgid "Benchmarks tests"
1109msgstr ""1101msgstr ""
11101102
1111#. description1103#. description
1112#: ../jobs/local.txt.in:171104#: ../jobs/local.txt.in:17
1113msgid "Benchmarks tests"1105msgid "Bluetooth tests"
1114msgstr ""1106msgstr ""
11151107
1116#. description1108#. description
1117#: ../jobs/local.txt.in:241109#: ../jobs/local.txt.in:24
1118msgid "Bluetooth tests"
1119msgstr ""
1120
1121#. description
1122#: ../jobs/local.txt.in:31
1123msgid "Camera tests"1110msgid "Camera tests"
1124msgstr "Тестова на камерата"1111msgstr "Тестова на камерата"
11251112
1126#. description1113#. description
1114#: ../jobs/local.txt.in:31
1115msgid "Codec tests"
1116msgstr ""
1117
1118#. description
1127#: ../jobs/local.txt.in:381119#: ../jobs/local.txt.in:38
1128msgid "Codec tests"
1129msgstr ""
1130
1131#. description
1132#: ../jobs/local.txt.in:45
1133msgid "CPU tests"1120msgid "CPU tests"
1134msgstr "Тестове на процесора"1121msgstr "Тестове на процесора"
11351122
1136#. description1123#. description
1137#: ../jobs/local.txt.in:521124#: ../jobs/local.txt.in:45
1138msgid "System Daemon tests"1125msgid "System Daemon tests"
1139msgstr "Тестове на системния помощник"1126msgstr "Тестове на системния помощник"
11401127
1141#. description1128#. description
1142#: ../jobs/local.txt.in:591129#: ../jobs/local.txt.in:52
1143msgid "Disk tests"1130msgid "Disk tests"
1144msgstr "Тестове на диск"1131msgstr "Тестове на диск"
11451132
1146#. description1133#. description
1147#: ../jobs/local.txt.in:661134#: ../jobs/local.txt.in:59
1148msgid "Fingerprint reader tests"1135msgid "Fingerprint reader tests"
1149msgstr "Тестове за четеца на пръстови отпецатъци"1136msgstr "Тестове за четеца на пръстови отпецатъци"
11501137
1151#. description1138#. description
1152#: ../jobs/local.txt.in:731139#: ../jobs/local.txt.in:66
1153msgid "Firewire disk tests"1140msgid "Firewire disk tests"
1154msgstr "Тестове на дискове с Firewire"1141msgstr "Тестове на дискове с Firewire"
11551142
1156#. description1143#. description
1144#: ../jobs/local.txt.in:73
1145msgid "Floppy disk tests"
1146msgstr ""
1147
1148#. description
1157#: ../jobs/local.txt.in:801149#: ../jobs/local.txt.in:80
1158msgid "Floppy disk tests"1150msgid "Graphics tests"
1159msgstr ""1151msgstr ""
11601152
1161#. description1153#. description
1162#: ../jobs/local.txt.in:871154#: ../jobs/local.txt.in:87
1163msgid "Graphics tests"1155msgid "Hibernation tests"
1164msgstr ""1156msgstr ""
11651157
1166#. description1158#. description
1167#: ../jobs/local.txt.in:941159#: ../jobs/local.txt.in:94
1168msgid "Hibernation tests"1160msgid "Informational tests"
1169msgstr ""1161msgstr ""
11701162
1171#. description1163#. description
1172#: ../jobs/local.txt.in:1011164#: ../jobs/local.txt.in:101
1173msgid "Informational tests"1165msgid "Input Devices tests"
1174msgstr ""1166msgstr ""
11751167
1176#. description1168#. description
1177#: ../jobs/local.txt.in:1081169#: ../jobs/local.txt.in:108
1178msgid "Input Devices tests"1170msgid "Software Installation tests"
1179msgstr ""1171msgstr ""
11801172
1181#. description1173#. description
1182#: ../jobs/local.txt.in:1151174#: ../jobs/local.txt.in:115
1183msgid "Software Installation tests"1175msgid "Hotkey tests"
1184msgstr ""1176msgstr ""
11851177
1186#. description1178#. description
1187#: ../jobs/local.txt.in:1221179#: ../jobs/local.txt.in:122
1188msgid "Hotkey tests"1180msgid "Media Card tests"
1189msgstr ""1181msgstr ""
11901182
1191#. description1183#. description
1192#: ../jobs/local.txt.in:1291184#: ../jobs/local.txt.in:129
1193msgid "Linux Test Project tests"1185msgid "Memory tests"
1194msgstr ""1186msgstr ""
11951187
1196#. description1188#. description
1197#: ../jobs/local.txt.in:1361189#: ../jobs/local.txt.in:136
1198msgid "Mago Automated Desktop Testing"1190msgid "Miscellaneous tests"
1199msgstr ""1191msgstr ""
12001192
1201#. description1193#. description
1202#: ../jobs/local.txt.in:1431194#: ../jobs/local.txt.in:143
1203msgid "Media Card tests"
1204msgstr ""
1205
1206#. description
1207#: ../jobs/local.txt.in:150
1208msgid "Memory tests"
1209msgstr ""
1210
1211#. description
1212#: ../jobs/local.txt.in:157
1213msgid "Miscellaneous tests"
1214msgstr ""
1215
1216#. description
1217#: ../jobs/local.txt.in:164
1218msgid "Monitor tests"1195msgid "Monitor tests"
1219msgstr "Тестове за монитора"1196msgstr "Тестове за монитора"
12201197
1221#. description1198#. description
1222#: ../jobs/local.txt.in:1711199#: ../jobs/local.txt.in:150
1223msgid "Networking tests"1200msgid "Networking tests"
1224msgstr ""1201msgstr ""
12251202
1226#. description1203#. description
1227#: ../jobs/local.txt.in:1781204#: ../jobs/local.txt.in:157
1228msgid "Optical Drive tests"1205msgid "Optical Drive tests"
1229msgstr ""1206msgstr ""
12301207
1231#. description1208#. description
1232#: ../jobs/local.txt.in:1851209#: ../jobs/local.txt.in:164
1233msgid "Panel Clock Verification tests"1210msgid "Panel Clock Verification tests"
1234msgstr ""1211msgstr ""
12351212
1236#. description1213#. description
1237#: ../jobs/local.txt.in:1921214#: ../jobs/local.txt.in:171
1238msgid "PCMCIA/PCIX Card tests"1215msgid "PCMCIA/PCIX Card tests"
1239msgstr ""1216msgstr ""
12401217
1241#. description1218#. description
1242#: ../jobs/local.txt.in:1991219#: ../jobs/local.txt.in:178
1243msgid "Peripheral tests"1220msgid "Peripheral tests"
1244msgstr "Тестове за периферията"1221msgstr "Тестове за периферията"
12451222
1246#. description1223#. description
1247#: ../jobs/local.txt.in:2061224#: ../jobs/local.txt.in:185
1248msgid "Power Management tests"1225msgid "Power Management tests"
1249msgstr ""1226msgstr ""
12501227
1251#. description1228#. description
1252#: ../jobs/local.txt.in:2131229#: ../jobs/local.txt.in:192
1253msgid "QA Regression tests"
1254msgstr ""
1255
1256#. description
1257#: ../jobs/local.txt.in:220
1258msgid "Server Services checks"1230msgid "Server Services checks"
1259msgstr ""1231msgstr ""
12601232
1261#. description1233#. description
1262#: ../jobs/local.txt.in:2271234#: ../jobs/local.txt.in:199
1263msgid "Suspend tests"1235msgid "Suspend tests"
1264msgstr ""1236msgstr ""
12651237
1266#. description1238#. description
1267#: ../jobs/local.txt.in:2341239#: ../jobs/local.txt.in:206
1268msgid "Touchpad tests"1240msgid "Touchpad tests"
1269msgstr ""1241msgstr ""
12701242
1271#. description1243#. description
1272#: ../jobs/local.txt.in:2411244#: ../jobs/local.txt.in:213
1273msgid "USB tests"1245msgid "USB tests"
1274msgstr ""1246msgstr ""
12751247
1276#. description1248#. description
1277#: ../jobs/local.txt.in:2481249#: ../jobs/local.txt.in:220
1278msgid "User Applications"1250msgid "User Applications"
1279msgstr "Потребителски приложения"1251msgstr "Потребителски приложения"
12801252
1281#. description1253#. description
1282#: ../jobs/local.txt.in:2551254#: ../jobs/local.txt.in:227
1283msgid "Wireless networking tests"1255msgid "Wireless networking tests"
1284msgstr ""1256msgstr ""
12851257
1286#. description1258#. description
1287#: ../jobs/local.txt.in:2621259#: ../jobs/local.txt.in:234
1288msgid "Stress tests"1260msgid "Stress tests"
1289msgstr "Стрес тестове"1261msgstr "Стрес тестове"
12901262
1291#. description1263#. description
1292#: ../jobs/local.txt.in:2691264#: ../jobs/local.txt.in:241
1293msgid "Smoke tests"1265msgid "Smoke tests"
1294msgstr ""1266msgstr ""
12951267
1296#. description1268#. description
1297#: ../jobs/local.txt.in:2761269#: ../jobs/local.txt.in:248
1298msgid "Sniff Sniffers"1270msgid "Sniff Sniffers"
1299msgstr ""1271msgstr ""
13001272
1301#. description1273#. description
1302#: ../jobs/ltp.txt.in:3
1303msgid ""
1304"This test installs and runs Linux Test Project syscalls test. This can be "
1305"destructive, thus this test is blacklisted by default."
1306msgstr ""
1307
1308#. description
1309#: ../jobs/mago.txt.in:8
1310msgid ""
1311"PURPOSE:\n"
1312" This test installs and runs the Mago Automated Desktop Testing suite."
1313msgstr ""
1314
1315#. description
1316#: ../jobs/mediacard.txt.in:41274#: ../jobs/mediacard.txt.in:4
1317msgid ""1275msgid ""
1318"PURPOSE:\n"1276"PURPOSE:\n"
@@ -2193,13 +2151,6 @@
2193msgstr ""2151msgstr ""
21942152
2195#. description2153#. description
2196#: ../jobs/qa_regression.txt.in:7
2197msgid ""
2198"PURPOSE:\n"
2199" This is to install and run the Ubuntu QA regression tests (destructive)"
2200msgstr ""
2201
2202#. description
2203#: ../jobs/server-services.txt.in:52154#: ../jobs/server-services.txt.in:5
2204msgid "Verifies that sshd is running."2155msgid "Verifies that sshd is running."
2205msgstr ""2156msgstr ""
22062157
=== modified file 'po/bn.po'
--- po/bn.po 2012-06-22 17:04:14 +0000
+++ po/bn.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-07-19 17:48+0000\n"11"PO-Revision-Date: 2011-07-19 17:48+0000\n"
12"Last-Translator: nasir khan saikat <nasir8891@gmail.com>\n"12"Last-Translator: nasir khan saikat <nasir8891@gmail.com>\n"
13"Language-Team: Bengali <bn@li.org>\n"13"Language-Team: Bengali <bn@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:32+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -205,18 +205,6 @@
205msgstr ""205msgstr ""
206206
207#. description207#. description
208#: ../jobs/autotest.txt.in:6
209msgid ""
210"PURPOSE:\n"
211" This test will attempt to install and run the Autotest Suite. These "
212"tests can be destructive, so this test is blacklisted by default."
213msgstr ""
214"PURPOSE:\n"
215" এই পরীক্ষা থেকে ইনস্টল করার প্রচেষ্টা করা হবে এবং অটোটেস্ট স্যুইট চালানো "
216"হবে। এই পরীক্ষাগুলো নাশক হতে পারে, তাই এই পরীক্ষা ডিফল্টরূপে কালো "
217"তালিকাভুক্ত করা হয়।"
218
219#. description
220#: ../jobs/benchmarks.txt.in:18208#: ../jobs/benchmarks.txt.in:18
221msgid "Benchmark for each disk"209msgid "Benchmark for each disk"
222msgstr "প্রতিটি ডিস্কের জন্য বেঞ্চমার্ক"210msgstr "প্রতিটি ডিস্কের জন্য বেঞ্চমার্ক"
@@ -1411,219 +1399,180 @@
14111399
1412#. description1400#. description
1413#: ../jobs/local.txt.in:101401#: ../jobs/local.txt.in:10
1414msgid "Autotest Suite tests"1402msgid "Benchmarks tests"
1415msgstr "অটোটেস্ট সুইট পরীক্ষা"1403msgstr ""
14161404
1417#. description1405#. description
1418#: ../jobs/local.txt.in:171406#: ../jobs/local.txt.in:17
1419msgid "Benchmarks tests"1407msgid "Bluetooth tests"
1420msgstr ""1408msgstr "ব্লুটুথ পরীক্ষা"
14211409
1422#. description1410#. description
1423#: ../jobs/local.txt.in:241411#: ../jobs/local.txt.in:24
1424msgid "Bluetooth tests"1412msgid "Camera tests"
1425msgstr "ব্লুটুথ পরীক্ষা"1413msgstr "ক্যামেরা পরীক্ষা"
14261414
1427#. description1415#. description
1428#: ../jobs/local.txt.in:311416#: ../jobs/local.txt.in:31
1429msgid "Camera tests"
1430msgstr "ক্যামেরা পরীক্ষা"
1431
1432#. description
1433#: ../jobs/local.txt.in:38
1434msgid "Codec tests"1417msgid "Codec tests"
1435msgstr "কোডেক পরীক্ষা"1418msgstr "কোডেক পরীক্ষা"
14361419
1437#. description1420#. description
1438#: ../jobs/local.txt.in:451421#: ../jobs/local.txt.in:38
1439msgid "CPU tests"1422msgid "CPU tests"
1440msgstr "সিপিও পরীক্ষা"1423msgstr "সিপিও পরীক্ষা"
14411424
1442#. description1425#. description
1443#: ../jobs/local.txt.in:521426#: ../jobs/local.txt.in:45
1444msgid "System Daemon tests"1427msgid "System Daemon tests"
1445msgstr "সিস্টেম ডেমন পরীক্ষা"1428msgstr "সিস্টেম ডেমন পরীক্ষা"
14461429
1447#. description1430#. description
1431#: ../jobs/local.txt.in:52
1432msgid "Disk tests"
1433msgstr "ডিস্ক পরীক্ষা"
1434
1435#. description
1448#: ../jobs/local.txt.in:591436#: ../jobs/local.txt.in:59
1449msgid "Disk tests"
1450msgstr "ডিস্ক পরীক্ষা"
1451
1452#. description
1453#: ../jobs/local.txt.in:66
1454msgid "Fingerprint reader tests"1437msgid "Fingerprint reader tests"
1455msgstr "ফিঙ্গার প্রিন্ট রীডার পরীক্ষা"1438msgstr "ফিঙ্গার প্রিন্ট রীডার পরীক্ষা"
14561439
1457#. description1440#. description
1458#: ../jobs/local.txt.in:731441#: ../jobs/local.txt.in:66
1459msgid "Firewire disk tests"1442msgid "Firewire disk tests"
1460msgstr "ফায়রওয়্যার ডিস্ক পরীক্ষা"1443msgstr "ফায়রওয়্যার ডিস্ক পরীক্ষা"
14611444
1462#. description1445#. description
1463#: ../jobs/local.txt.in:801446#: ../jobs/local.txt.in:73
1464msgid "Floppy disk tests"1447msgid "Floppy disk tests"
1465msgstr "ফ্লপি ডিস্ক পরীক্ষা"1448msgstr "ফ্লপি ডিস্ক পরীক্ষা"
14661449
1467#. description1450#. description
1451#: ../jobs/local.txt.in:80
1452msgid "Graphics tests"
1453msgstr "গ্রাফিক্স পরীক্ষা"
1454
1455#. description
1468#: ../jobs/local.txt.in:871456#: ../jobs/local.txt.in:87
1469msgid "Graphics tests"
1470msgstr "গ্রাফিক্স পরীক্ষা"
1471
1472#. description
1473#: ../jobs/local.txt.in:94
1474msgid "Hibernation tests"1457msgid "Hibernation tests"
1475msgstr "হাইবারনেশন পরীক্ষা"1458msgstr "হাইবারনেশন পরীক্ষা"
14761459
1477#. description1460#. description
1478#: ../jobs/local.txt.in:1011461#: ../jobs/local.txt.in:94
1479msgid "Informational tests"1462msgid "Informational tests"
1480msgstr "তথ্যজনিত পরীক্ষা"1463msgstr "তথ্যজনিত পরীক্ষা"
14811464
1482#. description1465#. description
1483#: ../jobs/local.txt.in:1081466#: ../jobs/local.txt.in:101
1484msgid "Input Devices tests"1467msgid "Input Devices tests"
1485msgstr "ইনপুট ডিভাইস পরীক্ষা"1468msgstr "ইনপুট ডিভাইস পরীক্ষা"
14861469
1487#. description1470#. description
1488#: ../jobs/local.txt.in:1151471#: ../jobs/local.txt.in:108
1489msgid "Software Installation tests"1472msgid "Software Installation tests"
1490msgstr "সফটওয়্যার ইন্সটলেশন পরীক্ষা"1473msgstr "সফটওয়্যার ইন্সটলেশন পরীক্ষা"
14911474
1492#. description1475#. description
1493#: ../jobs/local.txt.in:1221476#: ../jobs/local.txt.in:115
1494msgid "Hotkey tests"1477msgid "Hotkey tests"
1495msgstr "হটকি পরীক্ষা"1478msgstr "হটকি পরীক্ষা"
14961479
1497#. description1480#. description
1481#: ../jobs/local.txt.in:122
1482msgid "Media Card tests"
1483msgstr "মিডিয়া কার্ড পরীক্ষা"
1484
1485#. description
1498#: ../jobs/local.txt.in:1291486#: ../jobs/local.txt.in:129
1499msgid "Linux Test Project tests"
1500msgstr "লিনাক্স টেস্ট এর প্রকল্প পরীক্ষা"
1501
1502#. description
1503#: ../jobs/local.txt.in:136
1504msgid "Mago Automated Desktop Testing"
1505msgstr "Mago Automated ডেস্কটপ পরীক্ষা"
1506
1507#. description
1508#: ../jobs/local.txt.in:143
1509msgid "Media Card tests"
1510msgstr "মিডিয়া কার্ড পরীক্ষা"
1511
1512#. description
1513#: ../jobs/local.txt.in:150
1514msgid "Memory tests"1487msgid "Memory tests"
1515msgstr "মেমোরি পরীক্ষা"1488msgstr "মেমোরি পরীক্ষা"
15161489
1517#. description1490#. description
1518#: ../jobs/local.txt.in:1571491#: ../jobs/local.txt.in:136
1519msgid "Miscellaneous tests"1492msgid "Miscellaneous tests"
1520msgstr "বিবিধ পরীক্ষা"1493msgstr "বিবিধ পরীক্ষা"
15211494
1522#. description1495#. description
1523#: ../jobs/local.txt.in:1641496#: ../jobs/local.txt.in:143
1524msgid "Monitor tests"1497msgid "Monitor tests"
1525msgstr "মনিটর পরীক্ষা"1498msgstr "মনিটর পরীক্ষা"
15261499
1527#. description1500#. description
1528#: ../jobs/local.txt.in:1711501#: ../jobs/local.txt.in:150
1529msgid "Networking tests"1502msgid "Networking tests"
1530msgstr "নেটওয়ার্ক পরীক্ষা"1503msgstr "নেটওয়ার্ক পরীক্ষা"
15311504
1532#. description1505#. description
1533#: ../jobs/local.txt.in:1781506#: ../jobs/local.txt.in:157
1534msgid "Optical Drive tests"1507msgid "Optical Drive tests"
1535msgstr "অপটিক্যাল ড্রাইভ পরীক্ষা"1508msgstr "অপটিক্যাল ড্রাইভ পরীক্ষা"
15361509
1537#. description1510#. description
1538#: ../jobs/local.txt.in:1851511#: ../jobs/local.txt.in:164
1539msgid "Panel Clock Verification tests"1512msgid "Panel Clock Verification tests"
1540msgstr "প্যানেল ক্লক যাচাই পরীক্ষা"1513msgstr "প্যানেল ক্লক যাচাই পরীক্ষা"
15411514
1542#. description1515#. description
1543#: ../jobs/local.txt.in:1921516#: ../jobs/local.txt.in:171
1544msgid "PCMCIA/PCIX Card tests"1517msgid "PCMCIA/PCIX Card tests"
1545msgstr "PCMCIA/PCIX কার্ড পরীক্ষা"1518msgstr "PCMCIA/PCIX কার্ড পরীক্ষা"
15461519
1547#. description1520#. description
1548#: ../jobs/local.txt.in:1991521#: ../jobs/local.txt.in:178
1549msgid "Peripheral tests"1522msgid "Peripheral tests"
1550msgstr "প্রান্তিক টেস্ট পরীক্ষা"1523msgstr "প্রান্তিক টেস্ট পরীক্ষা"
15511524
1552#. description1525#. description
1553#: ../jobs/local.txt.in:2061526#: ../jobs/local.txt.in:185
1554msgid "Power Management tests"1527msgid "Power Management tests"
1555msgstr "পাওয়ার ব্যবস্থাপনা পরীক্ষা"1528msgstr "পাওয়ার ব্যবস্থাপনা পরীক্ষা"
15561529
1557#. description1530#. description
1558#: ../jobs/local.txt.in:2131531#: ../jobs/local.txt.in:192
1559msgid "QA Regression tests"
1560msgstr "QA Regression পরীক্ষা করুন"
1561
1562#. description
1563#: ../jobs/local.txt.in:220
1564msgid "Server Services checks"1532msgid "Server Services checks"
1565msgstr "সার্ভার পরিসেবা বাছাই করুন"1533msgstr "সার্ভার পরিসেবা বাছাই করুন"
15661534
1567#. description1535#. description
1568#: ../jobs/local.txt.in:2271536#: ../jobs/local.txt.in:199
1569msgid "Suspend tests"1537msgid "Suspend tests"
1570msgstr "পরীক্ষা স্থগিত"1538msgstr "পরীক্ষা স্থগিত"
15711539
1572#. description1540#. description
1573#: ../jobs/local.txt.in:2341541#: ../jobs/local.txt.in:206
1574msgid "Touchpad tests"1542msgid "Touchpad tests"
1575msgstr "টাচপ্যাড পরীক্ষা"1543msgstr "টাচপ্যাড পরীক্ষা"
15761544
1577#. description1545#. description
1578#: ../jobs/local.txt.in:2411546#: ../jobs/local.txt.in:213
1579msgid "USB tests"1547msgid "USB tests"
1580msgstr "USB পরীক্ষা করুন"1548msgstr "USB পরীক্ষা করুন"
15811549
1582#. description1550#. description
1583#: ../jobs/local.txt.in:2481551#: ../jobs/local.txt.in:220
1584msgid "User Applications"1552msgid "User Applications"
1585msgstr "ব্যবহারকারীর অ্যাপ্লিকেশন"1553msgstr "ব্যবহারকারীর অ্যাপ্লিকেশন"
15861554
1587#. description1555#. description
1588#: ../jobs/local.txt.in:2551556#: ../jobs/local.txt.in:227
1589msgid "Wireless networking tests"1557msgid "Wireless networking tests"
1590msgstr "তারবিহীন নেটওয়ার্কিং পরীক্ষা করুন"1558msgstr "তারবিহীন নেটওয়ার্কিং পরীক্ষা করুন"
15911559
1592#. description1560#. description
1593#: ../jobs/local.txt.in:2621561#: ../jobs/local.txt.in:234
1594msgid "Stress tests"1562msgid "Stress tests"
1595msgstr "স্ট্রেস পরীক্ষা করুন"1563msgstr "স্ট্রেস পরীক্ষা করুন"
15961564
1597#. description1565#. description
1598#: ../jobs/local.txt.in:2691566#: ../jobs/local.txt.in:241
1599msgid "Smoke tests"1567msgid "Smoke tests"
1600msgstr ""1568msgstr ""
16011569
1602#. description1570#. description
1603#: ../jobs/local.txt.in:2761571#: ../jobs/local.txt.in:248
1604msgid "Sniff Sniffers"1572msgid "Sniff Sniffers"
1605msgstr ""1573msgstr ""
16061574
1607#. description1575#. description
1608#: ../jobs/ltp.txt.in:3
1609msgid ""
1610"This test installs and runs Linux Test Project syscalls test. This can be "
1611"destructive, thus this test is blacklisted by default."
1612msgstr ""
1613"এটি ইনস্টল পরীক্ষা করবে এবং Linux Test Project syscalls পরীক্ষা চালাবে। এই "
1614"বিনাশক হতে পারে, সেই জন্য এই পরীক্ষাটি ডিফল্টরূপে কালো তালিকাভুক্ত করা হয়।"
1615
1616#. description
1617#: ../jobs/mago.txt.in:8
1618msgid ""
1619"PURPOSE:\n"
1620" This test installs and runs the Mago Automated Desktop Testing suite."
1621msgstr ""
1622"PURPOSE:\n"
1623" এই পরীক্ষা ইনস্টল করা হয় এবং Mago স্বয়ংক্রিয় ডেস্কটপ টেস্টিং স্যুট "
1624"চালনা করা হয়।"
1625
1626#. description
1627#: ../jobs/mediacard.txt.in:41576#: ../jobs/mediacard.txt.in:4
1628msgid ""1577msgid ""
1629"PURPOSE:\n"1578"PURPOSE:\n"
@@ -2747,16 +2696,6 @@
2747"শুধুমাত্র একটি সাধারণ নিবন্ধনের পরীক্ষা)"2696"শুধুমাত্র একটি সাধারণ নিবন্ধনের পরীক্ষা)"
27482697
2749#. description2698#. description
2750#: ../jobs/qa_regression.txt.in:7
2751msgid ""
2752"PURPOSE:\n"
2753" This is to install and run the Ubuntu QA regression tests (destructive)"
2754msgstr ""
2755"PURPOSE:\n"
2756" এটি শুধুমাত্র ইনস্টল এবং উবুন্টু QA নিবন্ধনের পরীক্ষা চালানোর জন্য "
2757"(ধ্বংসাত্নক)"
2758
2759#. description
2760#: ../jobs/server-services.txt.in:52699#: ../jobs/server-services.txt.in:5
2761msgid "Verifies that sshd is running."2700msgid "Verifies that sshd is running."
2762msgstr "sshd চলমান কি না যাচাই করুন।"2701msgstr "sshd চলমান কি না যাচাই করুন।"
@@ -5662,6 +5601,16 @@
56625601
5663#~ msgid ""5602#~ msgid ""
5664#~ "PURPOSE:\n"5603#~ "PURPOSE:\n"
5604#~ " This test will attempt to install and run the Autotest Suite. These "
5605#~ "tests can be destructive, so this test is blacklisted by default."
5606#~ msgstr ""
5607#~ "PURPOSE:\n"
5608#~ " এই পরীক্ষা থেকে ইনস্টল করার প্রচেষ্টা করা হবে এবং অটোটেস্ট স্যুইট চালানো "
5609#~ "হবে। এই পরীক্ষাগুলো নাশক হতে পারে, তাই এই পরীক্ষা ডিফল্টরূপে কালো "
5610#~ "তালিকাভুক্ত করা হয়।"
5611
5612#~ msgid ""
5613#~ "PURPOSE:\n"
5665#~ " This test will check the system can detect the insertion of a FireWire "5614#~ " This test will check the system can detect the insertion of a FireWire "
5666#~ "HDD\n"5615#~ "HDD\n"
5667#~ "STEPS:\n"5616#~ "STEPS:\n"
@@ -5717,13 +5666,40 @@
5717#~ msgid "Attaches the screenshot captured in info/screenshot."5666#~ msgid "Attaches the screenshot captured in info/screenshot."
5718#~ msgstr "info/screenshot তে ধরণকৃত স্ক্রীনশট সংযুক্ত করা হয়।"5667#~ msgstr "info/screenshot তে ধরণকৃত স্ক্রীনশট সংযুক্ত করা হয়।"
57195668
5669#~ msgid "Autotest Suite tests"
5670#~ msgstr "অটোটেস্ট সুইট পরীক্ষা"
5671
5672#~ msgid "Linux Test Project tests"
5673#~ msgstr "লিনাক্স টেস্ট এর প্রকল্প পরীক্ষা"
5674
5675#~ msgid "Mago Automated Desktop Testing"
5676#~ msgstr "Mago Automated ডেস্কটপ পরীক্ষা"
5677
5720#~ msgid "Phoronix Test Suite tests"5678#~ msgid "Phoronix Test Suite tests"
5721#~ msgstr "ফরনিক্স টেস্ট সুইট পরীক্ষা"5679#~ msgstr "ফরনিক্স টেস্ট সুইট পরীক্ষা"
57225680
5681#~ msgid "QA Regression tests"
5682#~ msgstr "QA Regression পরীক্ষা করুন"
5683
5723#~ msgid "Unity tests"5684#~ msgid "Unity tests"
5724#~ msgstr "ঐক্য পরীক্ষা করুন"5685#~ msgstr "ঐক্য পরীক্ষা করুন"
57255686
5726#~ msgid ""5687#~ msgid ""
5688#~ "This test installs and runs Linux Test Project syscalls test. This can be "
5689#~ "destructive, thus this test is blacklisted by default."
5690#~ msgstr ""
5691#~ "এটি ইনস্টল পরীক্ষা করবে এবং Linux Test Project syscalls পরীক্ষা চালাবে। এই "
5692#~ "বিনাশক হতে পারে, সেই জন্য এই পরীক্ষাটি ডিফল্টরূপে কালো তালিকাভুক্ত করা হয়।"
5693
5694#~ msgid ""
5695#~ "PURPOSE:\n"
5696#~ " This test installs and runs the Mago Automated Desktop Testing suite."
5697#~ msgstr ""
5698#~ "PURPOSE:\n"
5699#~ " এই পরীক্ষা ইনস্টল করা হয় এবং Mago স্বয়ংক্রিয় ডেস্কটপ টেস্টিং স্যুট "
5700#~ "চালনা করা হয়।"
5701
5702#~ msgid ""
5727#~ "PURPOSE:\n"5703#~ "PURPOSE:\n"
5728#~ " This test will check that the systems media card reader can\n"5704#~ " This test will check that the systems media card reader can\n"
5729#~ " detect the insertion of a Multimedia Card (MMC) media\n"5705#~ " detect the insertion of a Multimedia Card (MMC) media\n"
@@ -6140,6 +6116,14 @@
61406116
6141#~ msgid ""6117#~ msgid ""
6142#~ "PURPOSE:\n"6118#~ "PURPOSE:\n"
6119#~ " This is to install and run the Ubuntu QA regression tests (destructive)"
6120#~ msgstr ""
6121#~ "PURPOSE:\n"
6122#~ " এটি শুধুমাত্র ইনস্টল এবং উবুন্টু QA নিবন্ধনের পরীক্ষা চালানোর জন্য "
6123#~ "(ধ্বংসাত্নক)"
6124
6125#~ msgid ""
6126#~ "PURPOSE:\n"
6143#~ " This test will enter and resume from hibernate for 30 iterations\n"6127#~ " This test will enter and resume from hibernate for 30 iterations\n"
6144#~ "STEPS:\n"6128#~ "STEPS:\n"
6145#~ " 1. Ensure your system has no power-on or HDD passwords set, and that "6129#~ " 1. Ensure your system has no power-on or HDD passwords set, and that "
61466130
=== modified file 'po/bo.po'
--- po/bo.po 2012-06-22 17:04:14 +0000
+++ po/bo.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-07-23 14:48+0000\n"11"PO-Revision-Date: 2011-07-23 14:48+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Tibetan <bo@li.org>\n"13"Language-Team: Tibetan <bo@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:14+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:36+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -158,14 +158,6 @@
158msgstr ""158msgstr ""
159159
160#. description160#. description
161#: ../jobs/autotest.txt.in:6
162msgid ""
163"PURPOSE:\n"
164" This test will attempt to install and run the Autotest Suite. These "
165"tests can be destructive, so this test is blacklisted by default."
166msgstr ""
167
168#. description
169#: ../jobs/benchmarks.txt.in:18161#: ../jobs/benchmarks.txt.in:18
170msgid "Benchmark for each disk"162msgid "Benchmark for each disk"
171msgstr ""163msgstr ""
@@ -1101,214 +1093,180 @@
11011093
1102#. description1094#. description
1103#: ../jobs/local.txt.in:101095#: ../jobs/local.txt.in:10
1104msgid "Autotest Suite tests"1096msgid "Benchmarks tests"
1105msgstr ""1097msgstr ""
11061098
1107#. description1099#. description
1108#: ../jobs/local.txt.in:171100#: ../jobs/local.txt.in:17
1109msgid "Benchmarks tests"1101msgid "Bluetooth tests"
1110msgstr ""1102msgstr ""
11111103
1112#. description1104#. description
1113#: ../jobs/local.txt.in:241105#: ../jobs/local.txt.in:24
1114msgid "Bluetooth tests"1106msgid "Camera tests"
1115msgstr ""1107msgstr ""
11161108
1117#. description1109#. description
1118#: ../jobs/local.txt.in:311110#: ../jobs/local.txt.in:31
1119msgid "Camera tests"1111msgid "Codec tests"
1120msgstr ""1112msgstr ""
11211113
1122#. description1114#. description
1123#: ../jobs/local.txt.in:381115#: ../jobs/local.txt.in:38
1124msgid "Codec tests"1116msgid "CPU tests"
1125msgstr ""1117msgstr ""
11261118
1127#. description1119#. description
1128#: ../jobs/local.txt.in:451120#: ../jobs/local.txt.in:45
1129msgid "CPU tests"1121msgid "System Daemon tests"
1130msgstr ""1122msgstr ""
11311123
1132#. description1124#. description
1133#: ../jobs/local.txt.in:521125#: ../jobs/local.txt.in:52
1134msgid "System Daemon tests"
1135msgstr ""
1136
1137#. description
1138#: ../jobs/local.txt.in:59
1139msgid "Disk tests"1126msgid "Disk tests"
1140msgstr "གསོག་སྡེར་བརྟག་ཞིབ"1127msgstr "གསོག་སྡེར་བརྟག་ཞིབ"
11411128
1142#. description1129#. description
1143#: ../jobs/local.txt.in:661130#: ../jobs/local.txt.in:59
1144msgid "Fingerprint reader tests"1131msgid "Fingerprint reader tests"
1145msgstr "མཛུབ་རྗེས་ཀློག་འཇུག་བརྟག་ཞིབ"1132msgstr "མཛུབ་རྗེས་ཀློག་འཇུག་བརྟག་ཞིབ"
11461133
1147#. description1134#. description
1148#: ../jobs/local.txt.in:731135#: ../jobs/local.txt.in:66
1149msgid "Firewire disk tests"1136msgid "Firewire disk tests"
1150msgstr "Firewire disk tests"1137msgstr "Firewire disk tests"
11511138
1152#. description1139#. description
1140#: ../jobs/local.txt.in:73
1141msgid "Floppy disk tests"
1142msgstr ""
1143
1144#. description
1153#: ../jobs/local.txt.in:801145#: ../jobs/local.txt.in:80
1154msgid "Floppy disk tests"1146msgid "Graphics tests"
1155msgstr ""1147msgstr ""
11561148
1157#. description1149#. description
1158#: ../jobs/local.txt.in:871150#: ../jobs/local.txt.in:87
1159msgid "Graphics tests"1151msgid "Hibernation tests"
1160msgstr ""1152msgstr ""
11611153
1162#. description1154#. description
1163#: ../jobs/local.txt.in:941155#: ../jobs/local.txt.in:94
1164msgid "Hibernation tests"1156msgid "Informational tests"
1165msgstr ""1157msgstr ""
11661158
1167#. description1159#. description
1168#: ../jobs/local.txt.in:1011160#: ../jobs/local.txt.in:101
1169msgid "Informational tests"1161msgid "Input Devices tests"
1170msgstr ""1162msgstr ""
11711163
1172#. description1164#. description
1173#: ../jobs/local.txt.in:1081165#: ../jobs/local.txt.in:108
1174msgid "Input Devices tests"1166msgid "Software Installation tests"
1175msgstr ""1167msgstr ""
11761168
1177#. description1169#. description
1178#: ../jobs/local.txt.in:1151170#: ../jobs/local.txt.in:115
1179msgid "Software Installation tests"1171msgid "Hotkey tests"
1180msgstr ""1172msgstr ""
11811173
1182#. description1174#. description
1183#: ../jobs/local.txt.in:1221175#: ../jobs/local.txt.in:122
1184msgid "Hotkey tests"1176msgid "Media Card tests"
1185msgstr ""1177msgstr ""
11861178
1187#. description1179#. description
1188#: ../jobs/local.txt.in:1291180#: ../jobs/local.txt.in:129
1189msgid "Linux Test Project tests"1181msgid "Memory tests"
1190msgstr ""1182msgstr ""
11911183
1192#. description1184#. description
1193#: ../jobs/local.txt.in:1361185#: ../jobs/local.txt.in:136
1194msgid "Mago Automated Desktop Testing"1186msgid "Miscellaneous tests"
1195msgstr ""1187msgstr ""
11961188
1197#. description1189#. description
1198#: ../jobs/local.txt.in:1431190#: ../jobs/local.txt.in:143
1199msgid "Media Card tests"
1200msgstr ""
1201
1202#. description
1203#: ../jobs/local.txt.in:150
1204msgid "Memory tests"
1205msgstr ""
1206
1207#. description
1208#: ../jobs/local.txt.in:157
1209msgid "Miscellaneous tests"
1210msgstr ""
1211
1212#. description
1213#: ../jobs/local.txt.in:164
1214msgid "Monitor tests"1191msgid "Monitor tests"
1215msgstr "རྟོགས་ཞིབ་པ་ལ་བརྟག་ཞིབ"1192msgstr "རྟོགས་ཞིབ་པ་ལ་བརྟག་ཞིབ"
12161193
1217#. description1194#. description
1218#: ../jobs/local.txt.in:1711195#: ../jobs/local.txt.in:150
1219msgid "Networking tests"1196msgid "Networking tests"
1220msgstr ""1197msgstr ""
12211198
1222#. description1199#. description
1223#: ../jobs/local.txt.in:1781200#: ../jobs/local.txt.in:157
1224msgid "Optical Drive tests"1201msgid "Optical Drive tests"
1225msgstr ""1202msgstr ""
12261203
1227#. description1204#. description
1228#: ../jobs/local.txt.in:1851205#: ../jobs/local.txt.in:164
1229msgid "Panel Clock Verification tests"1206msgid "Panel Clock Verification tests"
1230msgstr ""1207msgstr ""
12311208
1232#. description1209#. description
1233#: ../jobs/local.txt.in:1921210#: ../jobs/local.txt.in:171
1234msgid "PCMCIA/PCIX Card tests"1211msgid "PCMCIA/PCIX Card tests"
1235msgstr ""1212msgstr ""
12361213
1237#. description1214#. description
1238#: ../jobs/local.txt.in:1991215#: ../jobs/local.txt.in:178
1239msgid "Peripheral tests"1216msgid "Peripheral tests"
1240msgstr "རྒྱུད་སྐུད་ཟླུམ་པོར་བརྟག་ཞིབ"1217msgstr "རྒྱུད་སྐུད་ཟླུམ་པོར་བརྟག་ཞིབ"
12411218
1242#. description1219#. description
1243#: ../jobs/local.txt.in:2061220#: ../jobs/local.txt.in:185
1244msgid "Power Management tests"1221msgid "Power Management tests"
1245msgstr ""1222msgstr ""
12461223
1247#. description1224#. description
1248#: ../jobs/local.txt.in:2131225#: ../jobs/local.txt.in:192
1249msgid "QA Regression tests"
1250msgstr ""
1251
1252#. description
1253#: ../jobs/local.txt.in:220
1254msgid "Server Services checks"1226msgid "Server Services checks"
1255msgstr ""1227msgstr ""
12561228
1257#. description1229#. description
1258#: ../jobs/local.txt.in:2271230#: ../jobs/local.txt.in:199
1259msgid "Suspend tests"1231msgid "Suspend tests"
1260msgstr ""1232msgstr ""
12611233
1262#. description1234#. description
1263#: ../jobs/local.txt.in:2341235#: ../jobs/local.txt.in:206
1264msgid "Touchpad tests"1236msgid "Touchpad tests"
1265msgstr ""1237msgstr ""
12661238
1267#. description1239#. description
1268#: ../jobs/local.txt.in:2411240#: ../jobs/local.txt.in:213
1269msgid "USB tests"1241msgid "USB tests"
1270msgstr ""1242msgstr ""
12711243
1272#. description1244#. description
1273#: ../jobs/local.txt.in:2481245#: ../jobs/local.txt.in:220
1274msgid "User Applications"1246msgid "User Applications"
1275msgstr ""1247msgstr ""
12761248
1277#. description1249#. description
1278#: ../jobs/local.txt.in:2551250#: ../jobs/local.txt.in:227
1279msgid "Wireless networking tests"1251msgid "Wireless networking tests"
1280msgstr ""1252msgstr ""
12811253
1282#. description1254#. description
1283#: ../jobs/local.txt.in:2621255#: ../jobs/local.txt.in:234
1284msgid "Stress tests"1256msgid "Stress tests"
1285msgstr ""1257msgstr ""
12861258
1287#. description1259#. description
1288#: ../jobs/local.txt.in:2691260#: ../jobs/local.txt.in:241
1289msgid "Smoke tests"1261msgid "Smoke tests"
1290msgstr ""1262msgstr ""
12911263
1292#. description1264#. description
1293#: ../jobs/local.txt.in:2761265#: ../jobs/local.txt.in:248
1294msgid "Sniff Sniffers"1266msgid "Sniff Sniffers"
1295msgstr ""1267msgstr ""
12961268
1297#. description1269#. description
1298#: ../jobs/ltp.txt.in:3
1299msgid ""
1300"This test installs and runs Linux Test Project syscalls test. This can be "
1301"destructive, thus this test is blacklisted by default."
1302msgstr ""
1303
1304#. description
1305#: ../jobs/mago.txt.in:8
1306msgid ""
1307"PURPOSE:\n"
1308" This test installs and runs the Mago Automated Desktop Testing suite."
1309msgstr ""
1310
1311#. description
1312#: ../jobs/mediacard.txt.in:41270#: ../jobs/mediacard.txt.in:4
1313msgid ""1271msgid ""
1314"PURPOSE:\n"1272"PURPOSE:\n"
@@ -2189,13 +2147,6 @@
2189msgstr ""2147msgstr ""
21902148
2191#. description2149#. description
2192#: ../jobs/qa_regression.txt.in:7
2193msgid ""
2194"PURPOSE:\n"
2195" This is to install and run the Ubuntu QA regression tests (destructive)"
2196msgstr ""
2197
2198#. description
2199#: ../jobs/server-services.txt.in:52150#: ../jobs/server-services.txt.in:5
2200msgid "Verifies that sshd is running."2151msgid "Verifies that sshd is running."
2201msgstr ""2152msgstr ""
22022153
=== modified file 'po/br.po'
--- po/br.po 2012-06-22 17:04:14 +0000
+++ po/br.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-07-19 17:33+0000\n"11"PO-Revision-Date: 2011-07-19 17:33+0000\n"
12"Last-Translator: Alan <Unknown>\n"12"Last-Translator: Alan <Unknown>\n"
13"Language-Team: Breton <br@li.org>\n"13"Language-Team: Breton <br@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:33+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -158,14 +158,6 @@
158msgstr ""158msgstr ""
159159
160#. description160#. description
161#: ../jobs/autotest.txt.in:6
162msgid ""
163"PURPOSE:\n"
164" This test will attempt to install and run the Autotest Suite. These "
165"tests can be destructive, so this test is blacklisted by default."
166msgstr ""
167
168#. description
169#: ../jobs/benchmarks.txt.in:18161#: ../jobs/benchmarks.txt.in:18
170msgid "Benchmark for each disk"162msgid "Benchmark for each disk"
171msgstr ""163msgstr ""
@@ -1101,214 +1093,180 @@
11011093
1102#. description1094#. description
1103#: ../jobs/local.txt.in:101095#: ../jobs/local.txt.in:10
1104msgid "Autotest Suite tests"1096msgid "Benchmarks tests"
1105msgstr ""1097msgstr ""
11061098
1107#. description1099#. description
1108#: ../jobs/local.txt.in:171100#: ../jobs/local.txt.in:17
1109msgid "Benchmarks tests"1101msgid "Bluetooth tests"
1110msgstr ""1102msgstr ""
11111103
1112#. description1104#. description
1113#: ../jobs/local.txt.in:241105#: ../jobs/local.txt.in:24
1114msgid "Bluetooth tests"1106msgid "Camera tests"
1115msgstr ""1107msgstr ""
11161108
1117#. description1109#. description
1118#: ../jobs/local.txt.in:311110#: ../jobs/local.txt.in:31
1119msgid "Camera tests"1111msgid "Codec tests"
1120msgstr ""1112msgstr ""
11211113
1122#. description1114#. description
1123#: ../jobs/local.txt.in:381115#: ../jobs/local.txt.in:38
1124msgid "Codec tests"1116msgid "CPU tests"
1125msgstr ""1117msgstr ""
11261118
1127#. description1119#. description
1128#: ../jobs/local.txt.in:451120#: ../jobs/local.txt.in:45
1129msgid "CPU tests"1121msgid "System Daemon tests"
1130msgstr ""1122msgstr ""
11311123
1132#. description1124#. description
1133#: ../jobs/local.txt.in:521125#: ../jobs/local.txt.in:52
1134msgid "System Daemon tests"
1135msgstr ""
1136
1137#. description
1138#: ../jobs/local.txt.in:59
1139msgid "Disk tests"1126msgid "Disk tests"
1140msgstr "Prouadoù ar c'hantennoù"1127msgstr "Prouadoù ar c'hantennoù"
11411128
1142#. description1129#. description
1143#: ../jobs/local.txt.in:661130#: ../jobs/local.txt.in:59
1144msgid "Fingerprint reader tests"1131msgid "Fingerprint reader tests"
1145msgstr "Prouadoù evit lenner al loc'hoù bizied"1132msgstr "Prouadoù evit lenner al loc'hoù bizied"
11461133
1147#. description1134#. description
1148#: ../jobs/local.txt.in:731135#: ../jobs/local.txt.in:66
1149msgid "Firewire disk tests"1136msgid "Firewire disk tests"
1150msgstr "Prouadoù ar gantenn dre Firewire"1137msgstr "Prouadoù ar gantenn dre Firewire"
11511138
1152#. description1139#. description
1140#: ../jobs/local.txt.in:73
1141msgid "Floppy disk tests"
1142msgstr ""
1143
1144#. description
1153#: ../jobs/local.txt.in:801145#: ../jobs/local.txt.in:80
1154msgid "Floppy disk tests"1146msgid "Graphics tests"
1155msgstr ""1147msgstr ""
11561148
1157#. description1149#. description
1158#: ../jobs/local.txt.in:871150#: ../jobs/local.txt.in:87
1159msgid "Graphics tests"1151msgid "Hibernation tests"
1160msgstr ""1152msgstr ""
11611153
1162#. description1154#. description
1163#: ../jobs/local.txt.in:941155#: ../jobs/local.txt.in:94
1164msgid "Hibernation tests"1156msgid "Informational tests"
1165msgstr ""1157msgstr ""
11661158
1167#. description1159#. description
1168#: ../jobs/local.txt.in:1011160#: ../jobs/local.txt.in:101
1169msgid "Informational tests"1161msgid "Input Devices tests"
1170msgstr ""1162msgstr ""
11711163
1172#. description1164#. description
1173#: ../jobs/local.txt.in:1081165#: ../jobs/local.txt.in:108
1174msgid "Input Devices tests"1166msgid "Software Installation tests"
1175msgstr ""1167msgstr ""
11761168
1177#. description1169#. description
1178#: ../jobs/local.txt.in:1151170#: ../jobs/local.txt.in:115
1179msgid "Software Installation tests"1171msgid "Hotkey tests"
1180msgstr ""1172msgstr ""
11811173
1182#. description1174#. description
1183#: ../jobs/local.txt.in:1221175#: ../jobs/local.txt.in:122
1184msgid "Hotkey tests"1176msgid "Media Card tests"
1185msgstr ""1177msgstr ""
11861178
1187#. description1179#. description
1188#: ../jobs/local.txt.in:1291180#: ../jobs/local.txt.in:129
1189msgid "Linux Test Project tests"1181msgid "Memory tests"
1190msgstr ""1182msgstr ""
11911183
1192#. description1184#. description
1193#: ../jobs/local.txt.in:1361185#: ../jobs/local.txt.in:136
1194msgid "Mago Automated Desktop Testing"1186msgid "Miscellaneous tests"
1195msgstr ""1187msgstr ""
11961188
1197#. description1189#. description
1198#: ../jobs/local.txt.in:1431190#: ../jobs/local.txt.in:143
1199msgid "Media Card tests"
1200msgstr ""
1201
1202#. description
1203#: ../jobs/local.txt.in:150
1204msgid "Memory tests"
1205msgstr ""
1206
1207#. description
1208#: ../jobs/local.txt.in:157
1209msgid "Miscellaneous tests"
1210msgstr ""
1211
1212#. description
1213#: ../jobs/local.txt.in:164
1214msgid "Monitor tests"1191msgid "Monitor tests"
1215msgstr "Prouadoù ar skramm"1192msgstr "Prouadoù ar skramm"
12161193
1217#. description1194#. description
1218#: ../jobs/local.txt.in:1711195#: ../jobs/local.txt.in:150
1219msgid "Networking tests"1196msgid "Networking tests"
1220msgstr ""1197msgstr ""
12211198
1222#. description1199#. description
1223#: ../jobs/local.txt.in:1781200#: ../jobs/local.txt.in:157
1224msgid "Optical Drive tests"1201msgid "Optical Drive tests"
1225msgstr ""1202msgstr ""
12261203
1227#. description1204#. description
1228#: ../jobs/local.txt.in:1851205#: ../jobs/local.txt.in:164
1229msgid "Panel Clock Verification tests"1206msgid "Panel Clock Verification tests"
1230msgstr ""1207msgstr ""
12311208
1232#. description1209#. description
1233#: ../jobs/local.txt.in:1921210#: ../jobs/local.txt.in:171
1234msgid "PCMCIA/PCIX Card tests"1211msgid "PCMCIA/PCIX Card tests"
1235msgstr ""1212msgstr ""
12361213
1237#. description1214#. description
1238#: ../jobs/local.txt.in:1991215#: ../jobs/local.txt.in:178
1239msgid "Peripheral tests"1216msgid "Peripheral tests"
1240msgstr "Prouadoù an trobarzhelloù"1217msgstr "Prouadoù an trobarzhelloù"
12411218
1242#. description1219#. description
1243#: ../jobs/local.txt.in:2061220#: ../jobs/local.txt.in:185
1244msgid "Power Management tests"1221msgid "Power Management tests"
1245msgstr ""1222msgstr ""
12461223
1247#. description1224#. description
1248#: ../jobs/local.txt.in:2131225#: ../jobs/local.txt.in:192
1249msgid "QA Regression tests"
1250msgstr ""
1251
1252#. description
1253#: ../jobs/local.txt.in:220
1254msgid "Server Services checks"1226msgid "Server Services checks"
1255msgstr ""1227msgstr ""
12561228
1257#. description1229#. description
1258#: ../jobs/local.txt.in:2271230#: ../jobs/local.txt.in:199
1259msgid "Suspend tests"1231msgid "Suspend tests"
1260msgstr ""1232msgstr ""
12611233
1262#. description1234#. description
1263#: ../jobs/local.txt.in:2341235#: ../jobs/local.txt.in:206
1264msgid "Touchpad tests"1236msgid "Touchpad tests"
1265msgstr ""1237msgstr ""
12661238
1267#. description1239#. description
1268#: ../jobs/local.txt.in:2411240#: ../jobs/local.txt.in:213
1269msgid "USB tests"1241msgid "USB tests"
1270msgstr ""1242msgstr ""
12711243
1272#. description1244#. description
1273#: ../jobs/local.txt.in:2481245#: ../jobs/local.txt.in:220
1274msgid "User Applications"1246msgid "User Applications"
1275msgstr ""1247msgstr ""
12761248
1277#. description1249#. description
1278#: ../jobs/local.txt.in:2551250#: ../jobs/local.txt.in:227
1279msgid "Wireless networking tests"1251msgid "Wireless networking tests"
1280msgstr ""1252msgstr ""
12811253
1282#. description1254#. description
1283#: ../jobs/local.txt.in:2621255#: ../jobs/local.txt.in:234
1284msgid "Stress tests"1256msgid "Stress tests"
1285msgstr ""1257msgstr ""
12861258
1287#. description1259#. description
1288#: ../jobs/local.txt.in:2691260#: ../jobs/local.txt.in:241
1289msgid "Smoke tests"1261msgid "Smoke tests"
1290msgstr ""1262msgstr ""
12911263
1292#. description1264#. description
1293#: ../jobs/local.txt.in:2761265#: ../jobs/local.txt.in:248
1294msgid "Sniff Sniffers"1266msgid "Sniff Sniffers"
1295msgstr ""1267msgstr ""
12961268
1297#. description1269#. description
1298#: ../jobs/ltp.txt.in:3
1299msgid ""
1300"This test installs and runs Linux Test Project syscalls test. This can be "
1301"destructive, thus this test is blacklisted by default."
1302msgstr ""
1303
1304#. description
1305#: ../jobs/mago.txt.in:8
1306msgid ""
1307"PURPOSE:\n"
1308" This test installs and runs the Mago Automated Desktop Testing suite."
1309msgstr ""
1310
1311#. description
1312#: ../jobs/mediacard.txt.in:41270#: ../jobs/mediacard.txt.in:4
1313msgid ""1271msgid ""
1314"PURPOSE:\n"1272"PURPOSE:\n"
@@ -2189,13 +2147,6 @@
2189msgstr ""2147msgstr ""
21902148
2191#. description2149#. description
2192#: ../jobs/qa_regression.txt.in:7
2193msgid ""
2194"PURPOSE:\n"
2195" This is to install and run the Ubuntu QA regression tests (destructive)"
2196msgstr ""
2197
2198#. description
2199#: ../jobs/server-services.txt.in:52150#: ../jobs/server-services.txt.in:5
2200msgid "Verifies that sshd is running."2151msgid "Verifies that sshd is running."
2201msgstr ""2152msgstr ""
22022153
=== modified file 'po/bs.po'
--- po/bs.po 2012-06-22 17:04:14 +0000
+++ po/bs.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-12-06 23:38+0000\n"11"PO-Revision-Date: 2011-12-06 23:38+0000\n"
12"Last-Translator: Samir Ribić <Unknown>\n"12"Last-Translator: Samir Ribić <Unknown>\n"
13"Language-Team: Bosnian <bs@li.org>\n"13"Language-Team: Bosnian <bs@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:33+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#. Title of the user interface20#. Title of the user interface
21#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:121#: ../gtk/checkbox-gtk.ui.h:1 ../qt/checkbox-qt.desktop.in.h:1
@@ -203,17 +203,6 @@
203msgstr ""203msgstr ""
204204
205#. description205#. description
206#: ../jobs/autotest.txt.in:6
207msgid ""
208"PURPOSE:\n"
209" This test will attempt to install and run the Autotest Suite. These "
210"tests can be destructive, so this test is blacklisted by default."
211msgstr ""
212"NAMENA:\n"
213"   Ovaj test će pokušati da instalira i pokrene Autotest Suite. Ovi testovi "
214"mogu biti destruktivni, tako da je ovaj test podrazumijevano na crnoj listi."
215
216#. description
217#: ../jobs/benchmarks.txt.in:18206#: ../jobs/benchmarks.txt.in:18
218msgid "Benchmark for each disk"207msgid "Benchmark for each disk"
219msgstr "Mjerenje za svaki disk"208msgstr "Mjerenje za svaki disk"
@@ -1411,219 +1400,180 @@
14111400
1412#. description1401#. description
1413#: ../jobs/local.txt.in:101402#: ../jobs/local.txt.in:10
1414msgid "Autotest Suite tests"1403msgid "Benchmarks tests"
1415msgstr "Autotest Suite testovi"1404msgstr ""
14161405
1417#. description1406#. description
1418#: ../jobs/local.txt.in:171407#: ../jobs/local.txt.in:17
1419msgid "Benchmarks tests"
1420msgstr ""
1421
1422#. description
1423#: ../jobs/local.txt.in:24
1424msgid "Bluetooth tests"1408msgid "Bluetooth tests"
1425msgstr "Bluetooth testovi"1409msgstr "Bluetooth testovi"
14261410
1427#. description1411#. description
1428#: ../jobs/local.txt.in:311412#: ../jobs/local.txt.in:24
1429msgid "Camera tests"1413msgid "Camera tests"
1430msgstr "Testovi kamere"1414msgstr "Testovi kamere"
14311415
1432#. description1416#. description
1433#: ../jobs/local.txt.in:381417#: ../jobs/local.txt.in:31
1434msgid "Codec tests"1418msgid "Codec tests"
1435msgstr "Testovi kodeka"1419msgstr "Testovi kodeka"
14361420
1437#. description1421#. description
1438#: ../jobs/local.txt.in:451422#: ../jobs/local.txt.in:38
1439msgid "CPU tests"1423msgid "CPU tests"
1440msgstr "Testovi procesora"1424msgstr "Testovi procesora"
14411425
1442#. description1426#. description
1443#: ../jobs/local.txt.in:521427#: ../jobs/local.txt.in:45
1444msgid "System Daemon tests"1428msgid "System Daemon tests"
1445msgstr "Testovi sistemskik demona"1429msgstr "Testovi sistemskik demona"
14461430
1447#. description1431#. description
1448#: ../jobs/local.txt.in:591432#: ../jobs/local.txt.in:52
1449msgid "Disk tests"1433msgid "Disk tests"
1450msgstr "Disk testovi"1434msgstr "Disk testovi"
14511435
1452#. description1436#. description
1453#: ../jobs/local.txt.in:661437#: ../jobs/local.txt.in:59
1454msgid "Fingerprint reader tests"1438msgid "Fingerprint reader tests"
1455msgstr "Testovi čitača otisaka"1439msgstr "Testovi čitača otisaka"
14561440
1457#. description1441#. description
1458#: ../jobs/local.txt.in:731442#: ../jobs/local.txt.in:66
1459msgid "Firewire disk tests"1443msgid "Firewire disk tests"
1460msgstr "Testovi FireWire diska"1444msgstr "Testovi FireWire diska"
14611445
1462#. description1446#. description
1463#: ../jobs/local.txt.in:801447#: ../jobs/local.txt.in:73
1464msgid "Floppy disk tests"1448msgid "Floppy disk tests"
1465msgstr "Testovi flopi diska"1449msgstr "Testovi flopi diska"
14661450
1467#. description1451#. description
1468#: ../jobs/local.txt.in:871452#: ../jobs/local.txt.in:80
1469msgid "Graphics tests"1453msgid "Graphics tests"
1470msgstr "Testovi grafike"1454msgstr "Testovi grafike"
14711455
1472#. description1456#. description
1473#: ../jobs/local.txt.in:941457#: ../jobs/local.txt.in:87
1474msgid "Hibernation tests"1458msgid "Hibernation tests"
1475msgstr "Testovi hibernacije"1459msgstr "Testovi hibernacije"
14761460
1477#. description1461#. description
1478#: ../jobs/local.txt.in:1011462#: ../jobs/local.txt.in:94
1479msgid "Informational tests"1463msgid "Informational tests"
1480msgstr "Informacioni testovi"1464msgstr "Informacioni testovi"
14811465
1482#. description1466#. description
1483#: ../jobs/local.txt.in:1081467#: ../jobs/local.txt.in:101
1484msgid "Input Devices tests"1468msgid "Input Devices tests"
1485msgstr "Testovi ulaznih uređaja"1469msgstr "Testovi ulaznih uređaja"
14861470
1487#. description1471#. description
1488#: ../jobs/local.txt.in:1151472#: ../jobs/local.txt.in:108
1489msgid "Software Installation tests"1473msgid "Software Installation tests"
1490msgstr "Testovi softverske instalacije"1474msgstr "Testovi softverske instalacije"
14911475
1492#. description1476#. description
1493#: ../jobs/local.txt.in:1221477#: ../jobs/local.txt.in:115
1494msgid "Hotkey tests"1478msgid "Hotkey tests"
1495msgstr "Testovi vrućih tastera"1479msgstr "Testovi vrućih tastera"
14961480
1497#. description1481#. description
1498#: ../jobs/local.txt.in:1291482#: ../jobs/local.txt.in:122
1499msgid "Linux Test Project tests"
1500msgstr "Testovi iz projekta Linux testova"
1501
1502#. description
1503#: ../jobs/local.txt.in:136
1504msgid "Mago Automated Desktop Testing"
1505msgstr "Mago automatsko desktop testiranje"
1506
1507#. description
1508#: ../jobs/local.txt.in:143
1509msgid "Media Card tests"1483msgid "Media Card tests"
1510msgstr "Testovi medijskih kartica"1484msgstr "Testovi medijskih kartica"
15111485
1512#. description1486#. description
1513#: ../jobs/local.txt.in:1501487#: ../jobs/local.txt.in:129
1514msgid "Memory tests"1488msgid "Memory tests"
1515msgstr "Testovi memorije"1489msgstr "Testovi memorije"
15161490
1517#. description1491#. description
1518#: ../jobs/local.txt.in:1571492#: ../jobs/local.txt.in:136
1519msgid "Miscellaneous tests"1493msgid "Miscellaneous tests"
1520msgstr "Razni testovi"1494msgstr "Razni testovi"
15211495
1522#. description1496#. description
1523#: ../jobs/local.txt.in:1641497#: ../jobs/local.txt.in:143
1524msgid "Monitor tests"1498msgid "Monitor tests"
1525msgstr "Testovi monitora"1499msgstr "Testovi monitora"
15261500
1527#. description1501#. description
1528#: ../jobs/local.txt.in:1711502#: ../jobs/local.txt.in:150
1529msgid "Networking tests"1503msgid "Networking tests"
1530msgstr "Testovi mreže"1504msgstr "Testovi mreže"
15311505
1532#. description1506#. description
1533#: ../jobs/local.txt.in:1781507#: ../jobs/local.txt.in:157
1534msgid "Optical Drive tests"1508msgid "Optical Drive tests"
1535msgstr "Testovi optičkih diskova"1509msgstr "Testovi optičkih diskova"
15361510
1537#. description1511#. description
1538#: ../jobs/local.txt.in:1851512#: ../jobs/local.txt.in:164
1539msgid "Panel Clock Verification tests"1513msgid "Panel Clock Verification tests"
1540msgstr "Testovi verifikacije sata na panelu"1514msgstr "Testovi verifikacije sata na panelu"
15411515
1542#. description1516#. description
1543#: ../jobs/local.txt.in:1921517#: ../jobs/local.txt.in:171
1544msgid "PCMCIA/PCIX Card tests"1518msgid "PCMCIA/PCIX Card tests"
1545msgstr "Testovi PCMCIA/PCIX kartica"1519msgstr "Testovi PCMCIA/PCIX kartica"
15461520
1547#. description1521#. description
1548#: ../jobs/local.txt.in:1991522#: ../jobs/local.txt.in:178
1549msgid "Peripheral tests"1523msgid "Peripheral tests"
1550msgstr "Periferalni testovi"1524msgstr "Periferalni testovi"
15511525
1552#. description1526#. description
1553#: ../jobs/local.txt.in:2061527#: ../jobs/local.txt.in:185
1554msgid "Power Management tests"1528msgid "Power Management tests"
1555msgstr "Testovi upravljanja napajanjem"1529msgstr "Testovi upravljanja napajanjem"
15561530
1557#. description1531#. description
1558#: ../jobs/local.txt.in:2131532#: ../jobs/local.txt.in:192
1559msgid "QA Regression tests"
1560msgstr "QA regresijski testovi"
1561
1562#. description
1563#: ../jobs/local.txt.in:220
1564msgid "Server Services checks"1533msgid "Server Services checks"
1565msgstr "Provjera serverskih usluga"1534msgstr "Provjera serverskih usluga"
15661535
1567#. description1536#. description
1568#: ../jobs/local.txt.in:2271537#: ../jobs/local.txt.in:199
1569msgid "Suspend tests"1538msgid "Suspend tests"
1570msgstr "Test suspenzije"1539msgstr "Test suspenzije"
15711540
1572#. description1541#. description
1573#: ../jobs/local.txt.in:2341542#: ../jobs/local.txt.in:206
1574msgid "Touchpad tests"1543msgid "Touchpad tests"
1575msgstr "Testovi dodirne ploče"1544msgstr "Testovi dodirne ploče"
15761545
1577#. description1546#. description
1578#: ../jobs/local.txt.in:2411547#: ../jobs/local.txt.in:213
1579msgid "USB tests"1548msgid "USB tests"
1580msgstr "USB testovi"1549msgstr "USB testovi"
15811550
1582#. description1551#. description
1583#: ../jobs/local.txt.in:2481552#: ../jobs/local.txt.in:220
1584msgid "User Applications"1553msgid "User Applications"
1585msgstr "Korisničke aplikacije"1554msgstr "Korisničke aplikacije"
15861555
1587#. description1556#. description
1588#: ../jobs/local.txt.in:2551557#: ../jobs/local.txt.in:227
1589msgid "Wireless networking tests"1558msgid "Wireless networking tests"
1590msgstr "Testovi bežične mreže"1559msgstr "Testovi bežične mreže"
15911560
1592#. description1561#. description
1593#: ../jobs/local.txt.in:2621562#: ../jobs/local.txt.in:234
1594msgid "Stress tests"1563msgid "Stress tests"
1595msgstr "Testovi opterećenja"1564msgstr "Testovi opterećenja"
15961565
1597#. description1566#. description
1598#: ../jobs/local.txt.in:2691567#: ../jobs/local.txt.in:241
1599msgid "Smoke tests"1568msgid "Smoke tests"
1600msgstr ""1569msgstr ""
16011570
1602#. description1571#. description
1603#: ../jobs/local.txt.in:2761572#: ../jobs/local.txt.in:248
1604msgid "Sniff Sniffers"1573msgid "Sniff Sniffers"
1605msgstr ""1574msgstr ""
16061575
1607#. description1576#. description
1608#: ../jobs/ltp.txt.in:3
1609msgid ""
1610"This test installs and runs Linux Test Project syscalls test. This can be "
1611"destructive, thus this test is blacklisted by default."
1612msgstr ""
1613"Ovaj test instalira i pokreće test sistemskih poziva. Ovo može biti "
1614"destruktivno, pa ovaj test je podrazumevano na crnoj listi."
1615
1616#. description
1617#: ../jobs/mago.txt.in:8
1618msgid ""
1619"PURPOSE:\n"
1620" This test installs and runs the Mago Automated Desktop Testing suite."
1621msgstr ""
1622"NAMJENA:\n"
1623"   Ovaj test instalira i pokreće paket za Mago Automatizovano Desktop "
1624"Testiranje"
1625
1626#. description
1627#: ../jobs/mediacard.txt.in:41577#: ../jobs/mediacard.txt.in:4
1628msgid ""1578msgid ""
1629"PURPOSE:\n"1579"PURPOSE:\n"
@@ -2785,16 +2735,6 @@
2785"prosti test regresije)"2735"prosti test regresije)"
27862736
2787#. description2737#. description
2788#: ../jobs/qa_regression.txt.in:7
2789msgid ""
2790"PURPOSE:\n"
2791" This is to install and run the Ubuntu QA regression tests (destructive)"
2792msgstr ""
2793"NAMJENA:\n"
2794"   Ovo je da instalirate i pokrenete Ubuntu KA testova regresija "
2795"(destruktivni)"
2796
2797#. description
2798#: ../jobs/server-services.txt.in:52738#: ../jobs/server-services.txt.in:5
2799msgid "Verifies that sshd is running."2739msgid "Verifies that sshd is running."
2800msgstr "Provjerava sa sshd radi"2740msgstr "Provjerava sa sshd radi"
@@ -6490,6 +6430,15 @@
6490#~ "računaru. \\ Ikona treba da se pojavi na desktopu i u \"Mjesta\" menija na "6430#~ "računaru. \\ Ikona treba da se pojavi na desktopu i u \"Mjesta\" menija na "
6491#~ "vrhu ekrana."6431#~ "vrhu ekrana."
64926432
6433#~ msgid ""
6434#~ "PURPOSE:\n"
6435#~ " This test will attempt to install and run the Autotest Suite. These "
6436#~ "tests can be destructive, so this test is blacklisted by default."
6437#~ msgstr ""
6438#~ "NAMENA:\n"
6439#~ "   Ovaj test će pokušati da instalira i pokrene Autotest Suite. Ovi testovi "
6440#~ "mogu biti destruktivni, tako da je ovaj test podrazumijevano na crnoj listi."
6441
6493#~ msgid "Recover"6442#~ msgid "Recover"
6494#~ msgstr "Obnovi"6443#~ msgstr "Obnovi"
64956444
@@ -6547,6 +6496,9 @@
6547#~ msgid "Attaches the screenshot captured in info/screenshot."6496#~ msgid "Attaches the screenshot captured in info/screenshot."
6548#~ msgstr "Prilaže sliku ekrana uhvaćenu u info/screenshot."6497#~ msgstr "Prilaže sliku ekrana uhvaćenu u info/screenshot."
65496498
6499#~ msgid "Autotest Suite tests"
6500#~ msgstr "Autotest Suite testovi"
6501
6550#~ msgid "Do you hear a sound?"6502#~ msgid "Do you hear a sound?"
6551#~ msgstr "Da li ste čuli zvuk?"6503#~ msgstr "Da li ste čuli zvuk?"
65526504
@@ -6596,6 +6548,30 @@
6596#~ "VERIFIKACIJA:\n"6548#~ "VERIFIKACIJA:\n"
6597#~ "    Da li tasteri rade kao što se očekuje?"6549#~ "    Da li tasteri rade kao što se očekuje?"
65986550
6551#~ msgid "QA Regression tests"
6552#~ msgstr "QA regresijski testovi"
6553
6554#~ msgid ""
6555#~ "This test installs and runs Linux Test Project syscalls test. This can be "
6556#~ "destructive, thus this test is blacklisted by default."
6557#~ msgstr ""
6558#~ "Ovaj test instalira i pokreće test sistemskih poziva. Ovo može biti "
6559#~ "destruktivno, pa ovaj test je podrazumevano na crnoj listi."
6560
6561#~ msgid ""
6562#~ "PURPOSE:\n"
6563#~ " This test installs and runs the Mago Automated Desktop Testing suite."
6564#~ msgstr ""
6565#~ "NAMJENA:\n"
6566#~ "   Ovaj test instalira i pokreće paket za Mago Automatizovano Desktop "
6567#~ "Testiranje"
6568
6569#~ msgid "Linux Test Project tests"
6570#~ msgstr "Testovi iz projekta Linux testova"
6571
6572#~ msgid "Mago Automated Desktop Testing"
6573#~ msgstr "Mago automatsko desktop testiranje"
6574
6599#~ msgid "Phoronix Test Suite tests"6575#~ msgid "Phoronix Test Suite tests"
6600#~ msgstr "Testovi Phoronix testirajućeg paketa"6576#~ msgstr "Testovi Phoronix testirajućeg paketa"
66016577
@@ -6966,6 +6942,14 @@
69666942
6967#~ msgid ""6943#~ msgid ""
6968#~ "PURPOSE:\n"6944#~ "PURPOSE:\n"
6945#~ " This is to install and run the Ubuntu QA regression tests (destructive)"
6946#~ msgstr ""
6947#~ "NAMJENA:\n"
6948#~ "   Ovo je da instalirate i pokrenete Ubuntu KA testova regresija "
6949#~ "(destruktivni)"
6950
6951#~ msgid ""
6952#~ "PURPOSE:\n"
6969#~ " This test will verify that the desktop clock displays the correct date "6953#~ " This test will verify that the desktop clock displays the correct date "
6970#~ "and time\n"6954#~ "and time\n"
6971#~ "VERIFICATION:\n"6955#~ "VERIFICATION:\n"
69726956
=== modified file 'po/ca.po'
--- po/ca.po 2012-06-22 17:04:14 +0000
+++ po/ca.po 2012-06-27 20:25:24 +0000
@@ -7,15 +7,15 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: checkbox\n"8"Project-Id-Version: checkbox\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2012-06-20 10:38-0400\n"10"POT-Creation-Date: 2012-06-21 12:15-0400\n"
11"PO-Revision-Date: 2011-07-29 11:11+0000\n"11"PO-Revision-Date: 2011-07-29 11:11+0000\n"
12"Last-Translator: Launchpad Translations Administrators <Unknown>\n"12"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
13"Language-Team: Catalan <ca@li.org>\n"13"Language-Team: Catalan <ca@li.org>\n"
14"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Launchpad-Export-Date: 2012-06-21 05:11+0000\n"17"X-Launchpad-Export-Date: 2012-06-23 04:33+0000\n"
18"X-Generator: Launchpad (build 15435)\n"18"X-Generator: Launchpad (build 15461)\n"
1919
20#~ msgid "$output"20#~ msgid "$output"
21#~ msgstr "$resultat"21#~ msgstr "$resultat"
@@ -162,14 +162,6 @@
162msgstr ""162msgstr ""
163163
164#. description164#. description
165#: ../jobs/autotest.txt.in:6
166msgid ""
167"PURPOSE:\n"
168" This test will attempt to install and run the Autotest Suite. These "
169"tests can be destructive, so this test is blacklisted by default."
170msgstr ""
171
172#. description
173#: ../jobs/benchmarks.txt.in:18165#: ../jobs/benchmarks.txt.in:18
174msgid "Benchmark for each disk"166msgid "Benchmark for each disk"
175msgstr ""167msgstr ""
@@ -1126,214 +1118,180 @@
11261118
1127#. description1119#. description
1128#: ../jobs/local.txt.in:101120#: ../jobs/local.txt.in:10
1129msgid "Autotest Suite tests"1121msgid "Benchmarks tests"
1130msgstr ""1122msgstr ""
11311123
1132#. description1124#. description
1133#: ../jobs/local.txt.in:171125#: ../jobs/local.txt.in:17
1134msgid "Benchmarks tests"
1135msgstr ""
1136
1137#. description
1138#: ../jobs/local.txt.in:24
1139msgid "Bluetooth tests"1126msgid "Bluetooth tests"
1140msgstr "Comprovacions del Bluetooth"1127msgstr "Comprovacions del Bluetooth"
11411128
1142#. description1129#. description
1143#: ../jobs/local.txt.in:311130#: ../jobs/local.txt.in:24
1144msgid "Camera tests"1131msgid "Camera tests"
1145msgstr "Comprovacions de la càmera"1132msgstr "Comprovacions de la càmera"
11461133
1147#. description1134#. description
1148#: ../jobs/local.txt.in:381135#: ../jobs/local.txt.in:31
1149msgid "Codec tests"1136msgid "Codec tests"
1150msgstr "Comprovacions dels còdecs"1137msgstr "Comprovacions dels còdecs"
11511138
1152#. description1139#. description
1153#: ../jobs/local.txt.in:451140#: ../jobs/local.txt.in:38
1154msgid "CPU tests"1141msgid "CPU tests"
1155msgstr "Comprovacions de la CPU"1142msgstr "Comprovacions de la CPU"
11561143
1157#. description1144#. description
1158#: ../jobs/local.txt.in:521145#: ../jobs/local.txt.in:45
1159msgid "System Daemon tests"1146msgid "System Daemon tests"
1160msgstr "Comprovacions dels dimonis del sistema"1147msgstr "Comprovacions dels dimonis del sistema"
11611148
1162#. description1149#. description
1163#: ../jobs/local.txt.in:591150#: ../jobs/local.txt.in:52
1164msgid "Disk tests"1151msgid "Disk tests"
1165msgstr "Comprovacions de disc"1152msgstr "Comprovacions de disc"
11661153
1167#. description1154#. description
1168#: ../jobs/local.txt.in:661155#: ../jobs/local.txt.in:59
1169msgid "Fingerprint reader tests"1156msgid "Fingerprint reader tests"
1170msgstr "Comprovacions del lector d'empremtes digitals."1157msgstr "Comprovacions del lector d'empremtes digitals."
11711158
1172#. description1159#. description
1173#: ../jobs/local.txt.in:731160#: ../jobs/local.txt.in:66
1174msgid "Firewire disk tests"1161msgid "Firewire disk tests"
1175msgstr "Comprovacions de discs Firewire"1162msgstr "Comprovacions de discs Firewire"
11761163
1177#. description1164#. description
1178#: ../jobs/local.txt.in:801165#: ../jobs/local.txt.in:73
1179msgid "Floppy disk tests"1166msgid "Floppy disk tests"
1180msgstr "Comprovacions del disquet"1167msgstr "Comprovacions del disquet"
11811168
1182#. description1169#. description
1183#: ../jobs/local.txt.in:871170#: ../jobs/local.txt.in:80
1184msgid "Graphics tests"1171msgid "Graphics tests"
1185msgstr "Comprovacions dels gràfics"1172msgstr "Comprovacions dels gràfics"
11861173
1187#. description1174#. description
1188#: ../jobs/local.txt.in:941175#: ../jobs/local.txt.in:87
1189msgid "Hibernation tests"1176msgid "Hibernation tests"
1190msgstr "Comprovacions de la hibernació"1177msgstr "Comprovacions de la hibernació"
11911178
1192#. description1179#. description
1193#: ../jobs/local.txt.in:1011180#: ../jobs/local.txt.in:94
1194msgid "Informational tests"1181msgid "Informational tests"
1195msgstr "Comprovacions informatives"1182msgstr "Comprovacions informatives"
11961183
1197#. description1184#. description
1198#: ../jobs/local.txt.in:1081185#: ../jobs/local.txt.in:101
1199msgid "Input Devices tests"1186msgid "Input Devices tests"
1200msgstr "Comprovacions dels dispositius d'entrada"1187msgstr "Comprovacions dels dispositius d'entrada"
12011188
1202#. description1189#. description
1203#: ../jobs/local.txt.in:1151190#: ../jobs/local.txt.in:108
1204msgid "Software Installation tests"1191msgid "Software Installation tests"
1205msgstr "Comprovacions de la instal·lació de programari"1192msgstr "Comprovacions de la instal·lació de programari"
12061193
1207#. description1194#. description
1208#: ../jobs/local.txt.in:1221195#: ../jobs/local.txt.in:115
1209msgid "Hotkey tests"1196msgid "Hotkey tests"
1210msgstr "Comprovacions de les dreceres de teclat"1197msgstr "Comprovacions de les dreceres de teclat"
12111198
1212#. description1199#. description
1213#: ../jobs/local.txt.in:1291200#: ../jobs/local.txt.in:122
1214msgid "Linux Test Project tests"
1215msgstr ""
1216
1217#. description
1218#: ../jobs/local.txt.in:136
1219msgid "Mago Automated Desktop Testing"
1220msgstr ""
1221
1222#. description
1223#: ../jobs/local.txt.in:143
1224msgid "Media Card tests"1201msgid "Media Card tests"
1225msgstr "Comprovacions de les targetes multimèdia"1202msgstr "Comprovacions de les targetes multimèdia"
12261203
1227#. description1204#. description
1228#: ../jobs/local.txt.in:1501205#: ../jobs/local.txt.in:129
1229msgid "Memory tests"1206msgid "Memory tests"
1230msgstr "Comprovacions de la memòria"1207msgstr "Comprovacions de la memòria"
12311208
1232#. description1209#. description
1233#: ../jobs/local.txt.in:1571210#: ../jobs/local.txt.in:136
1234msgid "Miscellaneous tests"1211msgid "Miscellaneous tests"
1235msgstr "Comprovacions miscel·lànies"1212msgstr "Comprovacions miscel·lànies"
12361213
1237#. description1214#. description
1238#: ../jobs/local.txt.in:1641215#: ../jobs/local.txt.in:143
1239msgid "Monitor tests"1216msgid "Monitor tests"
1240msgstr "Comprovacions de monitor"1217msgstr "Comprovacions de monitor"
12411218
1242#. description1219#. description
1243#: ../jobs/local.txt.in:1711220#: ../jobs/local.txt.in:150
1244msgid "Networking tests"1221msgid "Networking tests"
1245msgstr "Comprovacions de la xarxa"1222msgstr "Comprovacions de la xarxa"
12461223
1247#. description1224#. description
1248#: ../jobs/local.txt.in:1781225#: ../jobs/local.txt.in:157
1249msgid "Optical Drive tests"1226msgid "Optical Drive tests"
1250msgstr "Comprovacions de les unitats òptiques"1227msgstr "Comprovacions de les unitats òptiques"
12511228
1252#. description1229#. description
1253#: ../jobs/local.txt.in:1851230#: ../jobs/local.txt.in:164
1254msgid "Panel Clock Verification tests"1231msgid "Panel Clock Verification tests"
1255msgstr ""1232msgstr ""
12561233
1257#. description1234#. description
1258#: ../jobs/local.txt.in:1921235#: ../jobs/local.txt.in:171
1259msgid "PCMCIA/PCIX Card tests"1236msgid "PCMCIA/PCIX Card tests"
1260msgstr "Comprovacions de les targetes PCMCIA/PCIX"1237msgstr "Comprovacions de les targetes PCMCIA/PCIX"
12611238
1262#. description1239#. description
1263#: ../jobs/local.txt.in:1991240#: ../jobs/local.txt.in:178
1264msgid "Peripheral tests"1241msgid "Peripheral tests"
1265msgstr "Comprovacions dels perifèrics"1242msgstr "Comprovacions dels perifèrics"
12661243
1267#. description1244#. description
1268#: ../jobs/local.txt.in:2061245#: ../jobs/local.txt.in:185
1269msgid "Power Management tests"1246msgid "Power Management tests"
1270msgstr "Comprovacions de la gestió de l'energia"1247msgstr "Comprovacions de la gestió de l'energia"
12711248
1272#. description1249#. description
1273#: ../jobs/local.txt.in:2131250#: ../jobs/local.txt.in:192
1274msgid "QA Regression tests"
1275msgstr ""
1276
1277#. description
1278#: ../jobs/local.txt.in:220
1279msgid "Server Services checks"1251msgid "Server Services checks"
1280msgstr ""1252msgstr ""
12811253
1282#. description1254#. description
1283#: ../jobs/local.txt.in:2271255#: ../jobs/local.txt.in:199
1284msgid "Suspend tests"1256msgid "Suspend tests"
1285msgstr "Comprovacions de l'aturada temporal"1257msgstr "Comprovacions de l'aturada temporal"
12861258
1287#. description1259#. description
1288#: ../jobs/local.txt.in:2341260#: ../jobs/local.txt.in:206
1289msgid "Touchpad tests"1261msgid "Touchpad tests"
1290msgstr ""1262msgstr ""
12911263
1292#. description1264#. description
1293#: ../jobs/local.txt.in:2411265#: ../jobs/local.txt.in:213
1294msgid "USB tests"1266msgid "USB tests"
1295msgstr "Comprovacions de l'USB"1267msgstr "Comprovacions de l'USB"
12961268
1297#. description1269#. description
1298#: ../jobs/local.txt.in:2481270#: ../jobs/local.txt.in:220
1299msgid "User Applications"1271msgid "User Applications"
1300msgstr "Aplicacions d'usuari"1272msgstr "Aplicacions d'usuari"
13011273
1302#. description1274#. description
1303#: ../jobs/local.txt.in:2551275#: ../jobs/local.txt.in:227
1304msgid "Wireless networking tests"1276msgid "Wireless networking tests"
1305msgstr "Comprovacions de les xarxes sense fil"1277msgstr "Comprovacions de les xarxes sense fil"
13061278
1307#. description1279#. description
1308#: ../jobs/local.txt.in:2621280#: ../jobs/local.txt.in:234
1309msgid "Stress tests"1281msgid "Stress tests"
1310msgstr "Comprovacions d'intensitat"1282msgstr "Comprovacions d'intensitat"
13111283
1312#. description1284#. description
1313#: ../jobs/local.txt.in:2691285#: ../jobs/local.txt.in:241
1314msgid "Smoke tests"1286msgid "Smoke tests"
1315msgstr ""1287msgstr ""
13161288
1317#. description1289#. description
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: