Merge lp:~evfool/jockey/proprietary into lp:jockey

Proposed by Robert Roth on 2010-07-06
Status: Merged
Merged at revision: 636
Proposed branch: lp:~evfool/jockey/proprietary
Merge into: lp:jockey
Diff against target: 1904 lines (+214/-214)
55 files modified
gtk/autostart/jockey-gtk.desktop.in (+2/-2)
gtk/jockey-gtk.desktop.in (+1/-1)
jockey/ui.py (+2/-2)
kde/autostart/jockey-kde.desktop.in (+2/-2)
kde/jockey-kde.desktop.in (+1/-1)
kde/jockey.notifyrc.in (+2/-2)
po/af.po (+4/-4)
po/ar.po (+4/-4)
po/ast.po (+4/-4)
po/be.po (+4/-4)
po/bg.po (+4/-4)
po/ca.po (+4/-4)
po/cs.po (+4/-4)
po/da.po (+4/-4)
po/de.po (+4/-4)
po/el.po (+4/-4)
po/en_AU.po (+8/-8)
po/en_GB.po (+8/-8)
po/es.po (+4/-4)
po/et.po (+4/-4)
po/eu.po (+4/-4)
po/fi.po (+4/-4)
po/fr.po (+4/-4)
po/gl.po (+4/-4)
po/he.po (+4/-4)
po/hr.po (+4/-4)
po/hu.po (+4/-4)
po/id.po (+4/-4)
po/it.po (+4/-4)
po/ja.po (+4/-4)
po/ka.po (+4/-4)
po/ko.po (+4/-4)
po/lt.po (+4/-4)
po/lv.po (+4/-4)
po/mk.po (+4/-4)
po/nb.po (+4/-4)
po/nl.po (+4/-4)
po/nn.po (+4/-4)
po/oc.po (+4/-4)
po/pl.po (+4/-4)
po/pt.po (+4/-4)
po/pt_BR.po (+4/-4)
po/ro.po (+4/-4)
po/ru.po (+4/-4)
po/sk.po (+4/-4)
po/sl.po (+4/-4)
po/sr.po (+4/-4)
po/sv.po (+4/-4)
po/th.po (+4/-4)
po/tr.po (+4/-4)
po/uk.po (+4/-4)
po/vi.po (+4/-4)
po/zh_CN.po (+4/-4)
po/zh_HK.po (+4/-4)
po/zh_TW.po (+4/-4)
To merge this branch: bzr merge lp:~evfool/jockey/proprietary
Reviewer Review Type Date Requested Status
Martin Pitt (community) 2010-07-06 Approve on 2010-08-24
Review via email: mp+29254@code.launchpad.net

Description of the Change

Hardware Drivers String changed to Additional Drivers as discussed in bug #409338.

To post a comment you must log in.
Martin Pitt (pitti) wrote :

Thanks.

I won't merge the po file changes, since they change the message IDs without actually changing the message strings, thus the translations will be incorrect. I'm afraid they have to be updated in Launchpad (which is why I'm very hesitant about string changes).

I also fixed the window titles in ./kde/ProgressDialog.ui and ./gtk/jockey-gtk.ui.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gtk/autostart/jockey-gtk.desktop.in'
2--- gtk/autostart/jockey-gtk.desktop.in 2010-02-11 14:21:00 +0000
3+++ gtk/autostart/jockey-gtk.desktop.in 2010-07-06 05:54:29 +0000
4@@ -1,6 +1,6 @@
5 [Desktop Entry]
6-_Name=Check for new hardware drivers
7-_Comment=Notify about new hardware drivers available for the system
8+_Name=Check for new proprietary drivers
9+_Comment=Notify about new proprietary drivers available for the system
10 Icon=jockey
11 Exec=sh -c 'test -e /var/cache/jockey/check || exec jockey-gtk --check'
12 Terminal=false
13
14=== modified file 'gtk/jockey-gtk.desktop.in'
15--- gtk/jockey-gtk.desktop.in 2008-06-25 14:07:26 +0000
16+++ gtk/jockey-gtk.desktop.in 2010-07-06 05:54:29 +0000
17@@ -1,5 +1,5 @@
18 [Desktop Entry]
19-_Name=Hardware Drivers
20+_Name=Additional Drivers
21 _Comment=Configure third-party and proprietary drivers
22 Icon=jockey
23 Exec=/usr/bin/jockey-gtk
24
25=== modified file 'jockey/ui.py'
26--- jockey/ui.py 2010-04-08 07:41:46 +0000
27+++ jockey/ui.py 2010-07-06 05:54:29 +0000
28@@ -179,9 +179,9 @@
29 free drivers, only restricted ones, etc.).
30 '''
31 if self.argv_options.mode == 'nonfree':
32- return self._('Restricted Hardware Drivers')
33+ return self._('Restricted Additional Drivers')
34 else:
35- return self._('Hardware Drivers')
36+ return self._('Additional Drivers')
37
38 def main_window_text(self):
39 '''Return a tuple (heading, subtext) of main window texts.
40
41=== modified file 'kde/autostart/jockey-kde.desktop.in'
42--- kde/autostart/jockey-kde.desktop.in 2009-07-14 13:17:42 +0000
43+++ kde/autostart/jockey-kde.desktop.in 2010-07-06 05:54:29 +0000
44@@ -1,6 +1,6 @@
45 [Desktop Entry]
46-_Name=Check for new hardware drivers
47-_Comment=Notify about new hardware drivers available for the system
48+_Name=Check for new proprietary drivers
49+_Comment=Notify about new proprietary drivers available for the system
50 Icon=jockey-kde
51 Exec=sh -c 'test -e /var/cache/jockey/check || exec jockey-kde --check 60'
52 Terminal=false
53
54=== modified file 'kde/jockey-kde.desktop.in'
55--- kde/jockey-kde.desktop.in 2009-07-14 13:17:42 +0000
56+++ kde/jockey-kde.desktop.in 2010-07-06 05:54:29 +0000
57@@ -1,5 +1,5 @@
58 [Desktop Entry]
59-_Name=Hardware Drivers
60+_Name=Additional Drivers
61 _Comment=Configure third-party and proprietary drivers
62 Icon=jockey-kde
63 Encoding=UTF-8
64
65=== modified file 'kde/jockey.notifyrc.in'
66--- kde/jockey.notifyrc.in 2009-03-18 18:48:18 +0000
67+++ kde/jockey.notifyrc.in 2010-07-06 05:54:29 +0000
68@@ -1,7 +1,7 @@
69 [Global]
70 IconName=jockey-kde
71-_Name=Hardware Drivers
72+_Name=Additional Drivers
73
74 [Event/Drivers]
75-_Name=Hardware Drivers
76+_Name=Additional Drivers
77 Action=Popup
78
79=== modified file 'po/af.po'
80--- po/af.po 2010-06-07 09:50:35 +0000
81+++ po/af.po 2010-07-06 05:54:29 +0000
82@@ -32,12 +32,12 @@
83
84 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
85 #: ../kde/autostart/jockey-kde.desktop.in.h:1
86-msgid "Check for new hardware drivers"
87+msgid "Check for new proprietary drivers"
88 msgstr ""
89
90 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
91 #: ../kde/autostart/jockey-kde.desktop.in.h:2
92-msgid "Notify about new hardware drivers available for the system"
93+msgid "Notify about new proprietary drivers available for the system"
94 msgstr ""
95
96 #: ../examples/handlers/madwifi.py:22
97@@ -115,7 +115,7 @@
98
99 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
100 #: ../gtk/jockey-gtk.desktop.in.h:2
101-msgid "Hardware Drivers"
102+msgid "Additional Drivers"
103 msgstr ""
104
105 #: ../jockey/ui.py:103
106@@ -218,7 +218,7 @@
107 msgstr ""
108
109 #: ../jockey/ui.py:182
110-msgid "Restricted Hardware Drivers"
111+msgid "Restricted Additional Drivers"
112 msgstr ""
113
114 #: ../jockey/ui.py:194
115
116=== modified file 'po/ar.po'
117--- po/ar.po 2010-06-07 09:50:35 +0000
118+++ po/ar.po 2010-07-06 05:54:29 +0000
119@@ -31,12 +31,12 @@
120
121 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
122 #: ../kde/autostart/jockey-kde.desktop.in.h:1
123-msgid "Check for new hardware drivers"
124+msgid "Check for new proprietary drivers"
125 msgstr "تحقق من وجود تعريفات العتاد"
126
127 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
128 #: ../kde/autostart/jockey-kde.desktop.in.h:2
129-msgid "Notify about new hardware drivers available for the system"
130+msgid "Notify about new proprietary drivers available for the system"
131 msgstr "أخبرني حول التعريفات الجديدة للعتاد والمتوفرة للنظام"
132
133 #: ../examples/handlers/madwifi.py:22
134@@ -122,7 +122,7 @@
135
136 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
137 #: ../gtk/jockey-gtk.desktop.in.h:2
138-msgid "Hardware Drivers"
139+msgid "Additional Drivers"
140 msgstr "تعاريف عتاد"
141
142 #: ../jockey/ui.py:103
143@@ -226,7 +226,7 @@
144 msgstr "تفعيل التعريف ؟"
145
146 #: ../jockey/ui.py:182
147-msgid "Restricted Hardware Drivers"
148+msgid "Restricted Additional Drivers"
149 msgstr "تعاريف عتاد مقيدة"
150
151 #: ../jockey/ui.py:194
152
153=== modified file 'po/ast.po'
154--- po/ast.po 2010-06-07 09:50:35 +0000
155+++ po/ast.po 2010-07-06 05:54:29 +0000
156@@ -31,12 +31,12 @@
157
158 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
159 #: ../kde/autostart/jockey-kde.desktop.in.h:1
160-msgid "Check for new hardware drivers"
161+msgid "Check for new proprietary drivers"
162 msgstr "Guetar nuevos controladores de hardware"
163
164 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
165 #: ../kde/autostart/jockey-kde.desktop.in.h:2
166-msgid "Notify about new hardware drivers available for the system"
167+msgid "Notify about new proprietary drivers available for the system"
168 msgstr "Notificar cuando esistan nuevos controladores disponibles pal sistema"
169
170 #: ../examples/handlers/madwifi.py:22
171@@ -122,7 +122,7 @@
172
173 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
174 #: ../gtk/jockey-gtk.desktop.in.h:2
175-msgid "Hardware Drivers"
176+msgid "Additional Drivers"
177 msgstr "Controladores de hardware"
178
179 #: ../jockey/ui.py:103
180@@ -226,7 +226,7 @@
181 msgstr "¿Habilitar el controlador?"
182
183 #: ../jockey/ui.py:182
184-msgid "Restricted Hardware Drivers"
185+msgid "Restricted Additional Drivers"
186 msgstr "Controladores de hardware restrinxíos"
187
188 #: ../jockey/ui.py:194
189
190=== modified file 'po/be.po'
191--- po/be.po 2010-06-07 09:50:35 +0000
192+++ po/be.po 2010-07-06 05:54:29 +0000
193@@ -31,12 +31,12 @@
194
195 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
196 #: ../kde/autostart/jockey-kde.desktop.in.h:1
197-msgid "Check for new hardware drivers"
198+msgid "Check for new proprietary drivers"
199 msgstr ""
200
201 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
202 #: ../kde/autostart/jockey-kde.desktop.in.h:2
203-msgid "Notify about new hardware drivers available for the system"
204+msgid "Notify about new proprietary drivers available for the system"
205 msgstr ""
206
207 #: ../examples/handlers/madwifi.py:22
208@@ -114,7 +114,7 @@
209
210 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
211 #: ../gtk/jockey-gtk.desktop.in.h:2
212-msgid "Hardware Drivers"
213+msgid "Additional Drivers"
214 msgstr ""
215
216 #: ../jockey/ui.py:103
217@@ -217,7 +217,7 @@
218 msgstr ""
219
220 #: ../jockey/ui.py:182
221-msgid "Restricted Hardware Drivers"
222+msgid "Restricted Additional Drivers"
223 msgstr ""
224
225 #: ../jockey/ui.py:194
226
227=== modified file 'po/bg.po'
228--- po/bg.po 2010-06-07 09:50:35 +0000
229+++ po/bg.po 2010-07-06 05:54:29 +0000
230@@ -31,12 +31,12 @@
231
232 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
233 #: ../kde/autostart/jockey-kde.desktop.in.h:1
234-msgid "Check for new hardware drivers"
235+msgid "Check for new proprietary drivers"
236 msgstr "Проверка за нови драйвери за хардуер"
237
238 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
239 #: ../kde/autostart/jockey-kde.desktop.in.h:2
240-msgid "Notify about new hardware drivers available for the system"
241+msgid "Notify about new proprietary drivers available for the system"
242 msgstr "Уведомяване за нови достъпни драйвери за хардуер за тази система"
243
244 #: ../examples/handlers/madwifi.py:22
245@@ -121,7 +121,7 @@
246
247 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
248 #: ../gtk/jockey-gtk.desktop.in.h:2
249-msgid "Hardware Drivers"
250+msgid "Additional Drivers"
251 msgstr "Драйвери за хардуер"
252
253 #: ../jockey/ui.py:103
254@@ -225,7 +225,7 @@
255 msgstr "Разрешаване на драйвер?"
256
257 #: ../jockey/ui.py:182
258-msgid "Restricted Hardware Drivers"
259+msgid "Restricted Additional Drivers"
260 msgstr "Ограничени драйвери за хардуер"
261
262 #: ../jockey/ui.py:194
263
264=== modified file 'po/ca.po'
265--- po/ca.po 2010-06-07 09:50:35 +0000
266+++ po/ca.po 2010-07-06 05:54:29 +0000
267@@ -32,12 +32,12 @@
268
269 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
270 #: ../kde/autostart/jockey-kde.desktop.in.h:1
271-msgid "Check for new hardware drivers"
272+msgid "Check for new proprietary drivers"
273 msgstr "Comprovació de controladors de maquinari nous"
274
275 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
276 #: ../kde/autostart/jockey-kde.desktop.in.h:2
277-msgid "Notify about new hardware drivers available for the system"
278+msgid "Notify about new proprietary drivers available for the system"
279 msgstr "Notifica quan hi hagi controladors de maquinari nous per al sistema"
280
281 #: ../examples/handlers/madwifi.py:22
282@@ -123,7 +123,7 @@
283
284 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
285 #: ../gtk/jockey-gtk.desktop.in.h:2
286-msgid "Hardware Drivers"
287+msgid "Additional Drivers"
288 msgstr "Controladors de maquinari"
289
290 #: ../jockey/ui.py:103
291@@ -227,7 +227,7 @@
292 msgstr "Voleu habilitar el controlador?"
293
294 #: ../jockey/ui.py:182
295-msgid "Restricted Hardware Drivers"
296+msgid "Restricted Additional Drivers"
297 msgstr "Controladors de maquinari restrictius"
298
299 #: ../jockey/ui.py:194
300
301=== modified file 'po/cs.po'
302--- po/cs.po 2010-06-07 09:50:35 +0000
303+++ po/cs.po 2010-07-06 05:54:29 +0000
304@@ -31,12 +31,12 @@
305
306 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
307 #: ../kde/autostart/jockey-kde.desktop.in.h:1
308-msgid "Check for new hardware drivers"
309+msgid "Check for new proprietary drivers"
310 msgstr "Vyhledat nové ovladače hardwaru"
311
312 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
313 #: ../kde/autostart/jockey-kde.desktop.in.h:2
314-msgid "Notify about new hardware drivers available for the system"
315+msgid "Notify about new proprietary drivers available for the system"
316 msgstr "Upozornit na nové ovladače hardwaru dostupné pro tento systém"
317
318 #: ../examples/handlers/madwifi.py:22
319@@ -121,7 +121,7 @@
320
321 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
322 #: ../gtk/jockey-gtk.desktop.in.h:2
323-msgid "Hardware Drivers"
324+msgid "Additional Drivers"
325 msgstr "Ovladače hardwaru"
326
327 #: ../jockey/ui.py:103
328@@ -225,7 +225,7 @@
329 msgstr "Povolit ovladač?"
330
331 #: ../jockey/ui.py:182
332-msgid "Restricted Hardware Drivers"
333+msgid "Restricted Additional Drivers"
334 msgstr "Nesvobodné ovladače hardwaru"
335
336 #: ../jockey/ui.py:194
337
338=== modified file 'po/da.po'
339--- po/da.po 2010-06-07 09:50:35 +0000
340+++ po/da.po 2010-07-06 05:54:29 +0000
341@@ -31,12 +31,12 @@
342
343 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
344 #: ../kde/autostart/jockey-kde.desktop.in.h:1
345-msgid "Check for new hardware drivers"
346+msgid "Check for new proprietary drivers"
347 msgstr "Søg efter nye hardwaredrivere"
348
349 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
350 #: ../kde/autostart/jockey-kde.desktop.in.h:2
351-msgid "Notify about new hardware drivers available for the system"
352+msgid "Notify about new proprietary drivers available for the system"
353 msgstr "Giv besked om nye hardwaredrivere, som er tilgængelige til systemet"
354
355 #: ../examples/handlers/madwifi.py:22
356@@ -121,7 +121,7 @@
357
358 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
359 #: ../gtk/jockey-gtk.desktop.in.h:2
360-msgid "Hardware Drivers"
361+msgid "Additional Drivers"
362 msgstr "Hardwaredrivere"
363
364 #: ../jockey/ui.py:103
365@@ -226,7 +226,7 @@
366
367 # Indskrænkede er vel mindre tvetydigt end begrænsede???
368 #: ../jockey/ui.py:182
369-msgid "Restricted Hardware Drivers"
370+msgid "Restricted Additional Drivers"
371 msgstr "Begrænsede hardwaredrivere"
372
373 #: ../jockey/ui.py:194
374
375=== modified file 'po/de.po'
376--- po/de.po 2010-06-07 09:50:35 +0000
377+++ po/de.po 2010-07-06 05:54:29 +0000
378@@ -31,12 +31,12 @@
379
380 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
381 #: ../kde/autostart/jockey-kde.desktop.in.h:1
382-msgid "Check for new hardware drivers"
383+msgid "Check for new proprietary drivers"
384 msgstr "Auf neue Hardware-Treiber prüfen"
385
386 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
387 #: ../kde/autostart/jockey-kde.desktop.in.h:2
388-msgid "Notify about new hardware drivers available for the system"
389+msgid "Notify about new proprietary drivers available for the system"
390 msgstr "Über neue oder aktualisierte Treiber für Ihre Hardware benachrichtigen"
391
392 #: ../examples/handlers/madwifi.py:22
393@@ -122,7 +122,7 @@
394
395 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
396 #: ../gtk/jockey-gtk.desktop.in.h:2
397-msgid "Hardware Drivers"
398+msgid "Additional Drivers"
399 msgstr "Hardware-Treiber"
400
401 #: ../jockey/ui.py:103
402@@ -225,7 +225,7 @@
403 msgstr "Treiber aktivieren"
404
405 #: ../jockey/ui.py:182
406-msgid "Restricted Hardware Drivers"
407+msgid "Restricted Additional Drivers"
408 msgstr "Eingeschränkte Hardware-Treiber"
409
410 #: ../jockey/ui.py:194
411
412=== modified file 'po/el.po'
413--- po/el.po 2010-06-07 09:50:35 +0000
414+++ po/el.po 2010-07-06 05:54:29 +0000
415@@ -31,12 +31,12 @@
416
417 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
418 #: ../kde/autostart/jockey-kde.desktop.in.h:1
419-msgid "Check for new hardware drivers"
420+msgid "Check for new proprietary drivers"
421 msgstr "Έλεγχος για νέους οδηγούς υλικού"
422
423 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
424 #: ../kde/autostart/jockey-kde.desktop.in.h:2
425-msgid "Notify about new hardware drivers available for the system"
426+msgid "Notify about new proprietary drivers available for the system"
427 msgstr "Ειδοποίηση για νέους διαθέσιμους οδηγούς υλικού για το σύστημα"
428
429 #: ../examples/handlers/madwifi.py:22
430@@ -123,7 +123,7 @@
431
432 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
433 #: ../gtk/jockey-gtk.desktop.in.h:2
434-msgid "Hardware Drivers"
435+msgid "Additional Drivers"
436 msgstr "Οδηγοί υλικού"
437
438 #: ../jockey/ui.py:103
439@@ -227,7 +227,7 @@
440 msgstr "Ενεργοποίηση οδηγού;"
441
442 #: ../jockey/ui.py:182
443-msgid "Restricted Hardware Drivers"
444+msgid "Restricted Additional Drivers"
445 msgstr "Οδηγοί υλικού κλειστού κώδικα"
446
447 #: ../jockey/ui.py:194
448
449=== modified file 'po/en_AU.po'
450--- po/en_AU.po 2010-06-07 09:50:35 +0000
451+++ po/en_AU.po 2010-07-06 05:54:29 +0000
452@@ -31,13 +31,13 @@
453
454 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
455 #: ../kde/autostart/jockey-kde.desktop.in.h:1
456-msgid "Check for new hardware drivers"
457-msgstr "Check for new hardware drivers"
458+msgid "Check for new proprietary drivers"
459+msgstr "Check for new proprietary drivers"
460
461 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
462 #: ../kde/autostart/jockey-kde.desktop.in.h:2
463-msgid "Notify about new hardware drivers available for the system"
464-msgstr "Notify about new hardware drivers available for the system"
465+msgid "Notify about new proprietary drivers available for the system"
466+msgstr "Notify about new proprietary drivers available for the system"
467
468 #: ../examples/handlers/madwifi.py:22
469 msgid "Alternate Atheros \"madwifi\" driver"
470@@ -120,8 +120,8 @@
471
472 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
473 #: ../gtk/jockey-gtk.desktop.in.h:2
474-msgid "Hardware Drivers"
475-msgstr "Hardware Drivers"
476+msgid "Additional Drivers"
477+msgstr "Additional Drivers"
478
479 #: ../jockey/ui.py:103
480 msgid "Cannot connect to D-BUS"
481@@ -224,8 +224,8 @@
482 msgstr "Enable driver?"
483
484 #: ../jockey/ui.py:182
485-msgid "Restricted Hardware Drivers"
486-msgstr "Restricted Hardware Drivers"
487+msgid "Restricted Additional Drivers"
488+msgstr "Restricted Additional Drivers"
489
490 #: ../jockey/ui.py:194
491 msgid "Driver search results"
492
493=== modified file 'po/en_GB.po'
494--- po/en_GB.po 2010-06-07 09:50:35 +0000
495+++ po/en_GB.po 2010-07-06 05:54:29 +0000
496@@ -31,13 +31,13 @@
497
498 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
499 #: ../kde/autostart/jockey-kde.desktop.in.h:1
500-msgid "Check for new hardware drivers"
501-msgstr "Check for new hardware drivers"
502+msgid "Check for new proprietary drivers"
503+msgstr "Check for new proprietary drivers"
504
505 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
506 #: ../kde/autostart/jockey-kde.desktop.in.h:2
507-msgid "Notify about new hardware drivers available for the system"
508-msgstr "Notify about new hardware drivers available for the system"
509+msgid "Notify about new proprietary drivers available for the system"
510+msgstr "Notify about new proprietary drivers available for the system"
511
512 #: ../examples/handlers/madwifi.py:22
513 msgid "Alternate Atheros \"madwifi\" driver"
514@@ -121,8 +121,8 @@
515
516 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
517 #: ../gtk/jockey-gtk.desktop.in.h:2
518-msgid "Hardware Drivers"
519-msgstr "Hardware Drivers"
520+msgid "Additional Drivers"
521+msgstr "Additional Drivers"
522
523 #: ../jockey/ui.py:103
524 msgid "Cannot connect to D-BUS"
525@@ -225,8 +225,8 @@
526 msgstr "Enable driver?"
527
528 #: ../jockey/ui.py:182
529-msgid "Restricted Hardware Drivers"
530-msgstr "Restricted Hardware Drivers"
531+msgid "Restricted Additional Drivers"
532+msgstr "Restricted Additional Drivers"
533
534 #: ../jockey/ui.py:194
535 msgid "Driver search results"
536
537=== modified file 'po/es.po'
538--- po/es.po 2010-06-07 09:50:35 +0000
539+++ po/es.po 2010-07-06 05:54:29 +0000
540@@ -31,12 +31,12 @@
541
542 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
543 #: ../kde/autostart/jockey-kde.desktop.in.h:1
544-msgid "Check for new hardware drivers"
545+msgid "Check for new proprietary drivers"
546 msgstr "Buscar nuevos controladores de hardware"
547
548 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
549 #: ../kde/autostart/jockey-kde.desktop.in.h:2
550-msgid "Notify about new hardware drivers available for the system"
551+msgid "Notify about new proprietary drivers available for the system"
552 msgstr ""
553 "Notificar cuando existan nuevos controladores disponibles para el sistema"
554
555@@ -123,7 +123,7 @@
556
557 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
558 #: ../gtk/jockey-gtk.desktop.in.h:2
559-msgid "Hardware Drivers"
560+msgid "Additional Drivers"
561 msgstr "Controladores de hardware"
562
563 #: ../jockey/ui.py:103
564@@ -227,7 +227,7 @@
565 msgstr "¿Activar el controlador?"
566
567 #: ../jockey/ui.py:182
568-msgid "Restricted Hardware Drivers"
569+msgid "Restricted Additional Drivers"
570 msgstr "Controladores de hardware restringidos"
571
572 #: ../jockey/ui.py:194
573
574=== modified file 'po/et.po'
575--- po/et.po 2010-06-07 09:50:35 +0000
576+++ po/et.po 2010-07-06 05:54:29 +0000
577@@ -31,12 +31,12 @@
578
579 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
580 #: ../kde/autostart/jockey-kde.desktop.in.h:1
581-msgid "Check for new hardware drivers"
582+msgid "Check for new proprietary drivers"
583 msgstr ""
584
585 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
586 #: ../kde/autostart/jockey-kde.desktop.in.h:2
587-msgid "Notify about new hardware drivers available for the system"
588+msgid "Notify about new proprietary drivers available for the system"
589 msgstr ""
590
591 #: ../examples/handlers/madwifi.py:22
592@@ -114,7 +114,7 @@
593
594 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
595 #: ../gtk/jockey-gtk.desktop.in.h:2
596-msgid "Hardware Drivers"
597+msgid "Additional Drivers"
598 msgstr ""
599
600 #: ../jockey/ui.py:103
601@@ -217,7 +217,7 @@
602 msgstr ""
603
604 #: ../jockey/ui.py:182
605-msgid "Restricted Hardware Drivers"
606+msgid "Restricted Additional Drivers"
607 msgstr ""
608
609 #: ../jockey/ui.py:194
610
611=== modified file 'po/eu.po'
612--- po/eu.po 2010-06-07 09:50:35 +0000
613+++ po/eu.po 2010-07-06 05:54:29 +0000
614@@ -31,12 +31,12 @@
615
616 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
617 #: ../kde/autostart/jockey-kde.desktop.in.h:1
618-msgid "Check for new hardware drivers"
619+msgid "Check for new proprietary drivers"
620 msgstr ""
621
622 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
623 #: ../kde/autostart/jockey-kde.desktop.in.h:2
624-msgid "Notify about new hardware drivers available for the system"
625+msgid "Notify about new proprietary drivers available for the system"
626 msgstr ""
627
628 #: ../examples/handlers/madwifi.py:22
629@@ -119,7 +119,7 @@
630
631 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
632 #: ../gtk/jockey-gtk.desktop.in.h:2
633-msgid "Hardware Drivers"
634+msgid "Additional Drivers"
635 msgstr "Hardware-Kontrolatzaileak"
636
637 #: ../jockey/ui.py:103
638@@ -223,7 +223,7 @@
639 msgstr "Kontrolatzailea gaitu?"
640
641 #: ../jockey/ui.py:182
642-msgid "Restricted Hardware Drivers"
643+msgid "Restricted Additional Drivers"
644 msgstr "Hardware-Kontrolatzaile Mugatuak"
645
646 #: ../jockey/ui.py:194
647
648=== modified file 'po/fi.po'
649--- po/fi.po 2010-06-07 09:50:35 +0000
650+++ po/fi.po 2010-07-06 05:54:29 +0000
651@@ -31,12 +31,12 @@
652
653 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
654 #: ../kde/autostart/jockey-kde.desktop.in.h:1
655-msgid "Check for new hardware drivers"
656+msgid "Check for new proprietary drivers"
657 msgstr "Tarkista uudet laiteajurit"
658
659 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
660 #: ../kde/autostart/jockey-kde.desktop.in.h:2
661-msgid "Notify about new hardware drivers available for the system"
662+msgid "Notify about new proprietary drivers available for the system"
663 msgstr "Ilmoita saatavilla olevista uusista järjestelmän laiteajureista"
664
665 #: ../examples/handlers/madwifi.py:22
666@@ -122,7 +122,7 @@
667
668 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
669 #: ../gtk/jockey-gtk.desktop.in.h:2
670-msgid "Hardware Drivers"
671+msgid "Additional Drivers"
672 msgstr "Laiteajurit"
673
674 #: ../jockey/ui.py:103
675@@ -226,7 +226,7 @@
676 msgstr "Asenna ajuri?"
677
678 #: ../jockey/ui.py:182
679-msgid "Restricted Hardware Drivers"
680+msgid "Restricted Additional Drivers"
681 msgstr "Rajoitetut laiteajurit"
682
683 #: ../jockey/ui.py:194
684
685=== modified file 'po/fr.po'
686--- po/fr.po 2010-06-07 09:50:35 +0000
687+++ po/fr.po 2010-07-06 05:54:29 +0000
688@@ -31,12 +31,12 @@
689
690 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
691 #: ../kde/autostart/jockey-kde.desktop.in.h:1
692-msgid "Check for new hardware drivers"
693+msgid "Check for new proprietary drivers"
694 msgstr "Vérifier s'il existe de nouveaux pilotes"
695
696 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
697 #: ../kde/autostart/jockey-kde.desktop.in.h:2
698-msgid "Notify about new hardware drivers available for the system"
699+msgid "Notify about new proprietary drivers available for the system"
700 msgstr ""
701 "Avertir de la disponibilité de nouveaux pilotes disponibles pour le système"
702
703@@ -124,7 +124,7 @@
704
705 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
706 #: ../gtk/jockey-gtk.desktop.in.h:2
707-msgid "Hardware Drivers"
708+msgid "Additional Drivers"
709 msgstr "Pilotes de périphériques"
710
711 #: ../jockey/ui.py:103
712@@ -228,7 +228,7 @@
713 msgstr "Activer le pilote ?"
714
715 #: ../jockey/ui.py:182
716-msgid "Restricted Hardware Drivers"
717+msgid "Restricted Additional Drivers"
718 msgstr "Pilotes propriétaires"
719
720 #: ../jockey/ui.py:194
721
722=== modified file 'po/gl.po'
723--- po/gl.po 2010-06-07 09:50:35 +0000
724+++ po/gl.po 2010-07-06 05:54:29 +0000
725@@ -31,12 +31,12 @@
726
727 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
728 #: ../kde/autostart/jockey-kde.desktop.in.h:1
729-msgid "Check for new hardware drivers"
730+msgid "Check for new proprietary drivers"
731 msgstr "Comprobai se hai controladores de hardware novos"
732
733 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
734 #: ../kde/autostart/jockey-kde.desktop.in.h:2
735-msgid "Notify about new hardware drivers available for the system"
736+msgid "Notify about new proprietary drivers available for the system"
737 msgstr ""
738 "Notificar acerca dos controladores de hardware novos disponíbeis para o "
739 "sistema"
740@@ -124,7 +124,7 @@
741
742 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
743 #: ../gtk/jockey-gtk.desktop.in.h:2
744-msgid "Hardware Drivers"
745+msgid "Additional Drivers"
746 msgstr "Controladores de Hardware"
747
748 #: ../jockey/ui.py:103
749@@ -228,7 +228,7 @@
750 msgstr "Activar o controlador?"
751
752 #: ../jockey/ui.py:182
753-msgid "Restricted Hardware Drivers"
754+msgid "Restricted Additional Drivers"
755 msgstr "Controladores de Hardware Restrinxidos"
756
757 #: ../jockey/ui.py:194
758
759=== modified file 'po/he.po'
760--- po/he.po 2010-06-07 09:50:35 +0000
761+++ po/he.po 2010-07-06 05:54:29 +0000
762@@ -31,12 +31,12 @@
763
764 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
765 #: ../kde/autostart/jockey-kde.desktop.in.h:1
766-msgid "Check for new hardware drivers"
767+msgid "Check for new proprietary drivers"
768 msgstr "בדוק אם יש מנהלי חומרה חדשים"
769
770 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
771 #: ../kde/autostart/jockey-kde.desktop.in.h:2
772-msgid "Notify about new hardware drivers available for the system"
773+msgid "Notify about new proprietary drivers available for the system"
774 msgstr "שליחת הודעה אודות מנהלי התקנים חדשים הזמינים עבור המערכת"
775
776 #: ../examples/handlers/madwifi.py:22
777@@ -119,7 +119,7 @@
778
779 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
780 #: ../gtk/jockey-gtk.desktop.in.h:2
781-msgid "Hardware Drivers"
782+msgid "Additional Drivers"
783 msgstr "מנהלי התקנים"
784
785 #: ../jockey/ui.py:103
786@@ -223,7 +223,7 @@
787 msgstr "להפעיל את מנהל ההתקן?"
788
789 #: ../jockey/ui.py:182
790-msgid "Restricted Hardware Drivers"
791+msgid "Restricted Additional Drivers"
792 msgstr "מנהלי התקנים מוגבלים"
793
794 #: ../jockey/ui.py:194
795
796=== modified file 'po/hr.po'
797--- po/hr.po 2010-06-07 09:50:35 +0000
798+++ po/hr.po 2010-07-06 05:54:29 +0000
799@@ -31,12 +31,12 @@
800
801 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
802 #: ../kde/autostart/jockey-kde.desktop.in.h:1
803-msgid "Check for new hardware drivers"
804+msgid "Check for new proprietary drivers"
805 msgstr "Provjeri za nove upravljačke programe"
806
807 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
808 #: ../kde/autostart/jockey-kde.desktop.in.h:2
809-msgid "Notify about new hardware drivers available for the system"
810+msgid "Notify about new proprietary drivers available for the system"
811 msgstr "Obavijesti o dostupnosti novih upravljačkih programa za sustav"
812
813 #: ../examples/handlers/madwifi.py:22
814@@ -123,7 +123,7 @@
815
816 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
817 #: ../gtk/jockey-gtk.desktop.in.h:2
818-msgid "Hardware Drivers"
819+msgid "Additional Drivers"
820 msgstr "Upravljački programi"
821
822 #: ../jockey/ui.py:103
823@@ -227,7 +227,7 @@
824 msgstr "Omogućiti upravljački program?"
825
826 #: ../jockey/ui.py:182
827-msgid "Restricted Hardware Drivers"
828+msgid "Restricted Additional Drivers"
829 msgstr "Neslobodni upravljački programi"
830
831 #: ../jockey/ui.py:194
832
833=== modified file 'po/hu.po'
834--- po/hu.po 2010-06-07 09:50:35 +0000
835+++ po/hu.po 2010-07-06 05:54:29 +0000
836@@ -31,12 +31,12 @@
837
838 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
839 #: ../kde/autostart/jockey-kde.desktop.in.h:1
840-msgid "Check for new hardware drivers"
841+msgid "Check for new proprietary drivers"
842 msgstr "Új hardvermeghajtók keresése"
843
844 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
845 #: ../kde/autostart/jockey-kde.desktop.in.h:2
846-msgid "Notify about new hardware drivers available for the system"
847+msgid "Notify about new proprietary drivers available for the system"
848 msgstr "Értesítés az elérhető új hardvermeghajtókról"
849
850 #: ../examples/handlers/madwifi.py:22
851@@ -121,7 +121,7 @@
852
853 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
854 #: ../gtk/jockey-gtk.desktop.in.h:2
855-msgid "Hardware Drivers"
856+msgid "Additional Drivers"
857 msgstr "Eszközmeghajtók"
858
859 #: ../jockey/ui.py:103
860@@ -225,7 +225,7 @@
861 msgstr "Biztosan engedélyezi a meghajtót?"
862
863 #: ../jockey/ui.py:182
864-msgid "Restricted Hardware Drivers"
865+msgid "Restricted Additional Drivers"
866 msgstr "Zárt eszközmeghajtók"
867
868 #: ../jockey/ui.py:194
869
870=== modified file 'po/id.po'
871--- po/id.po 2010-06-07 09:50:35 +0000
872+++ po/id.po 2010-07-06 05:54:29 +0000
873@@ -31,12 +31,12 @@
874
875 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
876 #: ../kde/autostart/jockey-kde.desktop.in.h:1
877-msgid "Check for new hardware drivers"
878+msgid "Check for new proprietary drivers"
879 msgstr ""
880
881 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
882 #: ../kde/autostart/jockey-kde.desktop.in.h:2
883-msgid "Notify about new hardware drivers available for the system"
884+msgid "Notify about new proprietary drivers available for the system"
885 msgstr ""
886
887 #: ../examples/handlers/madwifi.py:22
888@@ -114,7 +114,7 @@
889
890 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
891 #: ../gtk/jockey-gtk.desktop.in.h:2
892-msgid "Hardware Drivers"
893+msgid "Additional Drivers"
894 msgstr ""
895
896 #: ../jockey/ui.py:103
897@@ -217,7 +217,7 @@
898 msgstr ""
899
900 #: ../jockey/ui.py:182
901-msgid "Restricted Hardware Drivers"
902+msgid "Restricted Additional Drivers"
903 msgstr ""
904
905 #: ../jockey/ui.py:194
906
907=== modified file 'po/it.po'
908--- po/it.po 2010-06-07 09:50:35 +0000
909+++ po/it.po 2010-07-06 05:54:29 +0000
910@@ -31,12 +31,12 @@
911
912 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
913 #: ../kde/autostart/jockey-kde.desktop.in.h:1
914-msgid "Check for new hardware drivers"
915+msgid "Check for new proprietary drivers"
916 msgstr "Controlla la presenza di nuovi hardware driver"
917
918 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
919 #: ../kde/autostart/jockey-kde.desktop.in.h:2
920-msgid "Notify about new hardware drivers available for the system"
921+msgid "Notify about new proprietary drivers available for the system"
922 msgstr "Notifica quando sono disponibili nuovi driver hardware per il sistema"
923
924 #: ../examples/handlers/madwifi.py:22
925@@ -123,7 +123,7 @@
926
927 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
928 #: ../gtk/jockey-gtk.desktop.in.h:2
929-msgid "Hardware Drivers"
930+msgid "Additional Drivers"
931 msgstr "Driver hardware"
932
933 #: ../jockey/ui.py:103
934@@ -227,7 +227,7 @@
935 msgstr "Abilitare il driver?"
936
937 #: ../jockey/ui.py:182
938-msgid "Restricted Hardware Drivers"
939+msgid "Restricted Additional Drivers"
940 msgstr "Driver hardware con restrizioni"
941
942 #: ../jockey/ui.py:194
943
944=== modified file 'po/ja.po'
945--- po/ja.po 2010-06-07 09:50:35 +0000
946+++ po/ja.po 2010-07-06 05:54:29 +0000
947@@ -31,12 +31,12 @@
948
949 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
950 #: ../kde/autostart/jockey-kde.desktop.in.h:1
951-msgid "Check for new hardware drivers"
952+msgid "Check for new proprietary drivers"
953 msgstr "新しいハードウェアのドライバを確認する"
954
955 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
956 #: ../kde/autostart/jockey-kde.desktop.in.h:2
957-msgid "Notify about new hardware drivers available for the system"
958+msgid "Notify about new proprietary drivers available for the system"
959 msgstr "システム向けの新しいハードウェアドライバを通知する"
960
961 #: ../examples/handlers/madwifi.py:22
962@@ -122,7 +122,7 @@
963
964 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
965 #: ../gtk/jockey-gtk.desktop.in.h:2
966-msgid "Hardware Drivers"
967+msgid "Additional Drivers"
968 msgstr "ハードウェア・ドライバ"
969
970 #: ../jockey/ui.py:103
971@@ -226,7 +226,7 @@
972 msgstr "ドライバを有効にしますか?"
973
974 #: ../jockey/ui.py:182
975-msgid "Restricted Hardware Drivers"
976+msgid "Restricted Additional Drivers"
977 msgstr "制限付きハードウェア・ドライバ"
978
979 #: ../jockey/ui.py:194
980
981=== modified file 'po/ka.po'
982--- po/ka.po 2010-06-07 09:50:35 +0000
983+++ po/ka.po 2010-07-06 05:54:29 +0000
984@@ -31,12 +31,12 @@
985
986 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
987 #: ../kde/autostart/jockey-kde.desktop.in.h:1
988-msgid "Check for new hardware drivers"
989+msgid "Check for new proprietary drivers"
990 msgstr ""
991
992 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
993 #: ../kde/autostart/jockey-kde.desktop.in.h:2
994-msgid "Notify about new hardware drivers available for the system"
995+msgid "Notify about new proprietary drivers available for the system"
996 msgstr ""
997
998 #: ../examples/handlers/madwifi.py:22
999@@ -114,7 +114,7 @@
1000
1001 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1002 #: ../gtk/jockey-gtk.desktop.in.h:2
1003-msgid "Hardware Drivers"
1004+msgid "Additional Drivers"
1005 msgstr "მოწყობილობების დრაივერები"
1006
1007 #: ../jockey/ui.py:103
1008@@ -218,7 +218,7 @@
1009 msgstr "გნებავთ დრაივერის ჩართვა?"
1010
1011 #: ../jockey/ui.py:182
1012-msgid "Restricted Hardware Drivers"
1013+msgid "Restricted Additional Drivers"
1014 msgstr "შეზღუდულ მოწყობილობათა დრაივერები"
1015
1016 #: ../jockey/ui.py:194
1017
1018=== modified file 'po/ko.po'
1019--- po/ko.po 2010-06-07 09:50:35 +0000
1020+++ po/ko.po 2010-07-06 05:54:29 +0000
1021@@ -31,12 +31,12 @@
1022
1023 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1024 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1025-msgid "Check for new hardware drivers"
1026+msgid "Check for new proprietary drivers"
1027 msgstr "새로운 하드웨어 드라이버 점검"
1028
1029 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1030 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1031-msgid "Notify about new hardware drivers available for the system"
1032+msgid "Notify about new proprietary drivers available for the system"
1033 msgstr "이 시스템을 위한 이용가능한 새로운 하드웨어 드라이버들을 알림"
1034
1035 #: ../examples/handlers/madwifi.py:22
1036@@ -122,7 +122,7 @@
1037
1038 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1039 #: ../gtk/jockey-gtk.desktop.in.h:2
1040-msgid "Hardware Drivers"
1041+msgid "Additional Drivers"
1042 msgstr "하드웨어 드라이버"
1043
1044 #: ../jockey/ui.py:103
1045@@ -226,7 +226,7 @@
1046 msgstr "드라이버를 사용하겠습니까?"
1047
1048 #: ../jockey/ui.py:182
1049-msgid "Restricted Hardware Drivers"
1050+msgid "Restricted Additional Drivers"
1051 msgstr "제한된 하드웨어 드라이버"
1052
1053 #: ../jockey/ui.py:194
1054
1055=== modified file 'po/lt.po'
1056--- po/lt.po 2010-06-07 09:50:35 +0000
1057+++ po/lt.po 2010-07-06 05:54:29 +0000
1058@@ -31,12 +31,12 @@
1059
1060 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1061 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1062-msgid "Check for new hardware drivers"
1063+msgid "Check for new proprietary drivers"
1064 msgstr "Patikrinti ar yra naujų aparatinės įrangos valdyklių"
1065
1066 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1067 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1068-msgid "Notify about new hardware drivers available for the system"
1069+msgid "Notify about new proprietary drivers available for the system"
1070 msgstr ""
1071 "Pranešti apie naujas aparatūrinės įrangos valdykles, tinkančias šiam "
1072 "kompiuteriui"
1073@@ -120,7 +120,7 @@
1074
1075 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1076 #: ../gtk/jockey-gtk.desktop.in.h:2
1077-msgid "Hardware Drivers"
1078+msgid "Additional Drivers"
1079 msgstr "Aparatinės įrangos valdyklės"
1080
1081 #: ../jockey/ui.py:103
1082@@ -224,7 +224,7 @@
1083 msgstr "Įjungti valdyklę?"
1084
1085 #: ../jockey/ui.py:182
1086-msgid "Restricted Hardware Drivers"
1087+msgid "Restricted Additional Drivers"
1088 msgstr "Nuosavybinės aparatinės įrangos valdyklės"
1089
1090 #: ../jockey/ui.py:194
1091
1092=== modified file 'po/lv.po'
1093--- po/lv.po 2010-06-07 09:50:35 +0000
1094+++ po/lv.po 2010-07-06 05:54:29 +0000
1095@@ -31,12 +31,12 @@
1096
1097 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1098 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1099-msgid "Check for new hardware drivers"
1100+msgid "Check for new proprietary drivers"
1101 msgstr "Pārbaudīt, vai nav jauni aparatūras draiveri"
1102
1103 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1104 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1105-msgid "Notify about new hardware drivers available for the system"
1106+msgid "Notify about new proprietary drivers available for the system"
1107 msgstr "Informēt par jauniem aparatūras draiveriem, kas pieejami sistēmai"
1108
1109 #: ../examples/handlers/madwifi.py:22
1110@@ -118,7 +118,7 @@
1111
1112 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1113 #: ../gtk/jockey-gtk.desktop.in.h:2
1114-msgid "Hardware Drivers"
1115+msgid "Additional Drivers"
1116 msgstr "Aparatūras draiveri"
1117
1118 #: ../jockey/ui.py:103
1119@@ -222,7 +222,7 @@
1120 msgstr "Aktivizēt draiveri?"
1121
1122 #: ../jockey/ui.py:182
1123-msgid "Restricted Hardware Drivers"
1124+msgid "Restricted Additional Drivers"
1125 msgstr "Ierobežotie aparatūras draiveri"
1126
1127 #: ../jockey/ui.py:194
1128
1129=== modified file 'po/mk.po'
1130--- po/mk.po 2010-06-07 09:50:35 +0000
1131+++ po/mk.po 2010-07-06 05:54:29 +0000
1132@@ -31,12 +31,12 @@
1133
1134 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1135 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1136-msgid "Check for new hardware drivers"
1137+msgid "Check for new proprietary drivers"
1138 msgstr ""
1139
1140 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1141 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1142-msgid "Notify about new hardware drivers available for the system"
1143+msgid "Notify about new proprietary drivers available for the system"
1144 msgstr ""
1145
1146 #: ../examples/handlers/madwifi.py:22
1147@@ -114,7 +114,7 @@
1148
1149 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1150 #: ../gtk/jockey-gtk.desktop.in.h:2
1151-msgid "Hardware Drivers"
1152+msgid "Additional Drivers"
1153 msgstr ""
1154
1155 #: ../jockey/ui.py:103
1156@@ -217,7 +217,7 @@
1157 msgstr ""
1158
1159 #: ../jockey/ui.py:182
1160-msgid "Restricted Hardware Drivers"
1161+msgid "Restricted Additional Drivers"
1162 msgstr ""
1163
1164 #: ../jockey/ui.py:194
1165
1166=== modified file 'po/nb.po'
1167--- po/nb.po 2010-06-07 09:50:35 +0000
1168+++ po/nb.po 2010-07-06 05:54:29 +0000
1169@@ -31,12 +31,12 @@
1170
1171 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1172 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1173-msgid "Check for new hardware drivers"
1174+msgid "Check for new proprietary drivers"
1175 msgstr ""
1176
1177 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1178 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1179-msgid "Notify about new hardware drivers available for the system"
1180+msgid "Notify about new proprietary drivers available for the system"
1181 msgstr ""
1182
1183 #: ../examples/handlers/madwifi.py:22
1184@@ -114,7 +114,7 @@
1185
1186 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1187 #: ../gtk/jockey-gtk.desktop.in.h:2
1188-msgid "Hardware Drivers"
1189+msgid "Additional Drivers"
1190 msgstr ""
1191
1192 #: ../jockey/ui.py:103
1193@@ -218,7 +218,7 @@
1194 msgstr "Aktiver en driver"
1195
1196 #: ../jockey/ui.py:182
1197-msgid "Restricted Hardware Drivers"
1198+msgid "Restricted Additional Drivers"
1199 msgstr ""
1200
1201 #: ../jockey/ui.py:194
1202
1203=== modified file 'po/nl.po'
1204--- po/nl.po 2010-06-07 09:50:35 +0000
1205+++ po/nl.po 2010-07-06 05:54:29 +0000
1206@@ -31,12 +31,12 @@
1207
1208 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1209 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1210-msgid "Check for new hardware drivers"
1211+msgid "Check for new proprietary drivers"
1212 msgstr "Controleren voor nieuwe stuurprogramma's"
1213
1214 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1215 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1216-msgid "Notify about new hardware drivers available for the system"
1217+msgid "Notify about new proprietary drivers available for the system"
1218 msgstr ""
1219 "Melding geven van beschikbare beperkte stuurprogramma's voor de computer"
1220
1221@@ -122,7 +122,7 @@
1222
1223 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1224 #: ../gtk/jockey-gtk.desktop.in.h:2
1225-msgid "Hardware Drivers"
1226+msgid "Additional Drivers"
1227 msgstr "Stuurprogramma's"
1228
1229 #: ../jockey/ui.py:103
1230@@ -226,7 +226,7 @@
1231 msgstr "Stuurprogramma inschakelen?"
1232
1233 #: ../jockey/ui.py:182
1234-msgid "Restricted Hardware Drivers"
1235+msgid "Restricted Additional Drivers"
1236 msgstr "Beperkte stuurprogramma's"
1237
1238 #: ../jockey/ui.py:194
1239
1240=== modified file 'po/nn.po'
1241--- po/nn.po 2010-06-07 09:50:35 +0000
1242+++ po/nn.po 2010-07-06 05:54:29 +0000
1243@@ -31,12 +31,12 @@
1244
1245 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1246 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1247-msgid "Check for new hardware drivers"
1248+msgid "Check for new proprietary drivers"
1249 msgstr ""
1250
1251 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1252 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1253-msgid "Notify about new hardware drivers available for the system"
1254+msgid "Notify about new proprietary drivers available for the system"
1255 msgstr ""
1256
1257 #: ../examples/handlers/madwifi.py:22
1258@@ -114,7 +114,7 @@
1259
1260 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1261 #: ../gtk/jockey-gtk.desktop.in.h:2
1262-msgid "Hardware Drivers"
1263+msgid "Additional Drivers"
1264 msgstr ""
1265
1266 #: ../jockey/ui.py:103
1267@@ -217,7 +217,7 @@
1268 msgstr ""
1269
1270 #: ../jockey/ui.py:182
1271-msgid "Restricted Hardware Drivers"
1272+msgid "Restricted Additional Drivers"
1273 msgstr ""
1274
1275 #: ../jockey/ui.py:194
1276
1277=== modified file 'po/oc.po'
1278--- po/oc.po 2010-06-07 09:50:35 +0000
1279+++ po/oc.po 2010-07-06 05:54:29 +0000
1280@@ -33,12 +33,12 @@
1281
1282 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1283 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1284-msgid "Check for new hardware drivers"
1285+msgid "Check for new proprietary drivers"
1286 msgstr ""
1287
1288 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1289 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1290-msgid "Notify about new hardware drivers available for the system"
1291+msgid "Notify about new proprietary drivers available for the system"
1292 msgstr ""
1293
1294 #: ../examples/handlers/madwifi.py:22
1295@@ -116,7 +116,7 @@
1296
1297 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1298 #: ../gtk/jockey-gtk.desktop.in.h:2
1299-msgid "Hardware Drivers"
1300+msgid "Additional Drivers"
1301 msgstr ""
1302
1303 #: ../jockey/ui.py:103
1304@@ -219,7 +219,7 @@
1305 msgstr ""
1306
1307 #: ../jockey/ui.py:182
1308-msgid "Restricted Hardware Drivers"
1309+msgid "Restricted Additional Drivers"
1310 msgstr ""
1311
1312 #: ../jockey/ui.py:194
1313
1314=== modified file 'po/pl.po'
1315--- po/pl.po 2010-06-07 09:53:17 +0000
1316+++ po/pl.po 2010-07-06 05:54:29 +0000
1317@@ -33,12 +33,12 @@
1318
1319 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1320 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1321-msgid "Check for new hardware drivers"
1322+msgid "Check for new proprietary drivers"
1323 msgstr "Sprawdzanie dostępności nowych sterowników sprzętowych"
1324
1325 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1326 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1327-msgid "Notify about new hardware drivers available for the system"
1328+msgid "Notify about new proprietary drivers available for the system"
1329 msgstr "Informowanie o dostępności nowych sterowników sprzętowych dla systemu"
1330
1331 #: ../examples/handlers/madwifi.py:22
1332@@ -125,7 +125,7 @@
1333
1334 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1335 #: ../gtk/jockey-gtk.desktop.in.h:2
1336-msgid "Hardware Drivers"
1337+msgid "Additional Drivers"
1338 msgstr "Sterowniki"
1339
1340 #: ../jockey/ui.py:103
1341@@ -229,7 +229,7 @@
1342 msgstr "Włączyć sterownik?"
1343
1344 #: ../jockey/ui.py:182
1345-msgid "Restricted Hardware Drivers"
1346+msgid "Restricted Additional Drivers"
1347 msgstr "Sterowniki własnościowe"
1348
1349 #: ../jockey/ui.py:194
1350
1351=== modified file 'po/pt.po'
1352--- po/pt.po 2010-06-07 09:50:35 +0000
1353+++ po/pt.po 2010-07-06 05:54:29 +0000
1354@@ -31,12 +31,12 @@
1355
1356 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1357 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1358-msgid "Check for new hardware drivers"
1359+msgid "Check for new proprietary drivers"
1360 msgstr "Procurar novos controladores de hardware"
1361
1362 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1363 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1364-msgid "Notify about new hardware drivers available for the system"
1365+msgid "Notify about new proprietary drivers available for the system"
1366 msgstr ""
1367
1368 #: ../examples/handlers/madwifi.py:22
1369@@ -114,7 +114,7 @@
1370
1371 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1372 #: ../gtk/jockey-gtk.desktop.in.h:2
1373-msgid "Hardware Drivers"
1374+msgid "Additional Drivers"
1375 msgstr "Controladores de Hardware"
1376
1377 #: ../jockey/ui.py:103
1378@@ -218,7 +218,7 @@
1379 msgstr "Activar controlador?"
1380
1381 #: ../jockey/ui.py:182
1382-msgid "Restricted Hardware Drivers"
1383+msgid "Restricted Additional Drivers"
1384 msgstr "Controladores de Hardware Restritos"
1385
1386 #: ../jockey/ui.py:194
1387
1388=== modified file 'po/pt_BR.po'
1389--- po/pt_BR.po 2010-06-07 09:50:35 +0000
1390+++ po/pt_BR.po 2010-07-06 05:54:29 +0000
1391@@ -31,12 +31,12 @@
1392
1393 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1394 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1395-msgid "Check for new hardware drivers"
1396+msgid "Check for new proprietary drivers"
1397 msgstr "Verificar por novos drivers"
1398
1399 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1400 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1401-msgid "Notify about new hardware drivers available for the system"
1402+msgid "Notify about new proprietary drivers available for the system"
1403 msgstr "Notificar sobre novos drivers disponíveis para o sistema"
1404
1405 #: ../examples/handlers/madwifi.py:22
1406@@ -123,7 +123,7 @@
1407
1408 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1409 #: ../gtk/jockey-gtk.desktop.in.h:2
1410-msgid "Hardware Drivers"
1411+msgid "Additional Drivers"
1412 msgstr "Drivers de hardware"
1413
1414 #: ../jockey/ui.py:103
1415@@ -227,7 +227,7 @@
1416 msgstr "Habilitar o driver?"
1417
1418 #: ../jockey/ui.py:182
1419-msgid "Restricted Hardware Drivers"
1420+msgid "Restricted Additional Drivers"
1421 msgstr "Drivers de Hardware restritos"
1422
1423 #: ../jockey/ui.py:194
1424
1425=== modified file 'po/ro.po'
1426--- po/ro.po 2010-06-07 09:50:35 +0000
1427+++ po/ro.po 2010-07-06 05:54:29 +0000
1428@@ -32,12 +32,12 @@
1429
1430 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1431 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1432-msgid "Check for new hardware drivers"
1433+msgid "Check for new proprietary drivers"
1434 msgstr "Caută drivere hardware noi"
1435
1436 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1437 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1438-msgid "Notify about new hardware drivers available for the system"
1439+msgid "Notify about new proprietary drivers available for the system"
1440 msgstr "Atenționează despre drivere hardware noi disponibile pentru sistem"
1441
1442 #: ../examples/handlers/madwifi.py:22
1443@@ -124,7 +124,7 @@
1444
1445 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1446 #: ../gtk/jockey-gtk.desktop.in.h:2
1447-msgid "Hardware Drivers"
1448+msgid "Additional Drivers"
1449 msgstr "Drivere hardware"
1450
1451 #: ../jockey/ui.py:103
1452@@ -228,7 +228,7 @@
1453 msgstr "Activați driver?"
1454
1455 #: ../jockey/ui.py:182
1456-msgid "Restricted Hardware Drivers"
1457+msgid "Restricted Additional Drivers"
1458 msgstr "Drivere hardware restricționate"
1459
1460 #: ../jockey/ui.py:194
1461
1462=== modified file 'po/ru.po'
1463--- po/ru.po 2010-06-07 09:50:35 +0000
1464+++ po/ru.po 2010-07-06 05:54:29 +0000
1465@@ -31,12 +31,12 @@
1466
1467 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1468 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1469-msgid "Check for new hardware drivers"
1470+msgid "Check for new proprietary drivers"
1471 msgstr "Проверить наличие новых драйверов"
1472
1473 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1474 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1475-msgid "Notify about new hardware drivers available for the system"
1476+msgid "Notify about new proprietary drivers available for the system"
1477 msgstr "Уведомлять о новых доступных драйверах"
1478
1479 #: ../examples/handlers/madwifi.py:22
1480@@ -122,7 +122,7 @@
1481
1482 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1483 #: ../gtk/jockey-gtk.desktop.in.h:2
1484-msgid "Hardware Drivers"
1485+msgid "Additional Drivers"
1486 msgstr "Драйверы устройств"
1487
1488 #: ../jockey/ui.py:103
1489@@ -226,7 +226,7 @@
1490 msgstr "Активировать драйвер?"
1491
1492 #: ../jockey/ui.py:182
1493-msgid "Restricted Hardware Drivers"
1494+msgid "Restricted Additional Drivers"
1495 msgstr "Проприетарные драйверы устройств"
1496
1497 #: ../jockey/ui.py:194
1498
1499=== modified file 'po/sk.po'
1500--- po/sk.po 2010-06-07 09:50:35 +0000
1501+++ po/sk.po 2010-07-06 05:54:29 +0000
1502@@ -31,12 +31,12 @@
1503
1504 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1505 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1506-msgid "Check for new hardware drivers"
1507+msgid "Check for new proprietary drivers"
1508 msgstr "Skontrolovať nové ovládače hardvéru"
1509
1510 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1511 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1512-msgid "Notify about new hardware drivers available for the system"
1513+msgid "Notify about new proprietary drivers available for the system"
1514 msgstr "Upozorňovať na dostupnosť nových ovládačov hardvéru pre systém"
1515
1516 #: ../examples/handlers/madwifi.py:22
1517@@ -120,7 +120,7 @@
1518
1519 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1520 #: ../gtk/jockey-gtk.desktop.in.h:2
1521-msgid "Hardware Drivers"
1522+msgid "Additional Drivers"
1523 msgstr "Ovládače hardvéru"
1524
1525 #: ../jockey/ui.py:103
1526@@ -224,7 +224,7 @@
1527 msgstr "Zapnúť ovládač?"
1528
1529 #: ../jockey/ui.py:182
1530-msgid "Restricted Hardware Drivers"
1531+msgid "Restricted Additional Drivers"
1532 msgstr "Uzavreté ovládače hardvéru"
1533
1534 #: ../jockey/ui.py:194
1535
1536=== modified file 'po/sl.po'
1537--- po/sl.po 2010-06-07 09:50:35 +0000
1538+++ po/sl.po 2010-07-06 05:54:29 +0000
1539@@ -32,12 +32,12 @@
1540
1541 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1542 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1543-msgid "Check for new hardware drivers"
1544+msgid "Check for new proprietary drivers"
1545 msgstr ""
1546
1547 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1548 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1549-msgid "Notify about new hardware drivers available for the system"
1550+msgid "Notify about new proprietary drivers available for the system"
1551 msgstr ""
1552
1553 #: ../examples/handlers/madwifi.py:22
1554@@ -115,7 +115,7 @@
1555
1556 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1557 #: ../gtk/jockey-gtk.desktop.in.h:2
1558-msgid "Hardware Drivers"
1559+msgid "Additional Drivers"
1560 msgstr ""
1561
1562 #: ../jockey/ui.py:103
1563@@ -218,7 +218,7 @@
1564 msgstr ""
1565
1566 #: ../jockey/ui.py:182
1567-msgid "Restricted Hardware Drivers"
1568+msgid "Restricted Additional Drivers"
1569 msgstr ""
1570
1571 #: ../jockey/ui.py:194
1572
1573=== modified file 'po/sr.po'
1574--- po/sr.po 2010-06-07 09:50:35 +0000
1575+++ po/sr.po 2010-07-06 05:54:29 +0000
1576@@ -32,12 +32,12 @@
1577
1578 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1579 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1580-msgid "Check for new hardware drivers"
1581+msgid "Check for new proprietary drivers"
1582 msgstr ""
1583
1584 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1585 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1586-msgid "Notify about new hardware drivers available for the system"
1587+msgid "Notify about new proprietary drivers available for the system"
1588 msgstr ""
1589
1590 #: ../examples/handlers/madwifi.py:22
1591@@ -115,7 +115,7 @@
1592
1593 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1594 #: ../gtk/jockey-gtk.desktop.in.h:2
1595-msgid "Hardware Drivers"
1596+msgid "Additional Drivers"
1597 msgstr ""
1598
1599 #: ../jockey/ui.py:103
1600@@ -218,7 +218,7 @@
1601 msgstr ""
1602
1603 #: ../jockey/ui.py:182
1604-msgid "Restricted Hardware Drivers"
1605+msgid "Restricted Additional Drivers"
1606 msgstr ""
1607
1608 #: ../jockey/ui.py:194
1609
1610=== modified file 'po/sv.po'
1611--- po/sv.po 2010-06-07 09:50:35 +0000
1612+++ po/sv.po 2010-07-06 05:54:29 +0000
1613@@ -31,12 +31,12 @@
1614
1615 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1616 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1617-msgid "Check for new hardware drivers"
1618+msgid "Check for new proprietary drivers"
1619 msgstr "Leta efter nya maskinvarudrivrutiner"
1620
1621 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1622 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1623-msgid "Notify about new hardware drivers available for the system"
1624+msgid "Notify about new proprietary drivers available for the system"
1625 msgstr ""
1626 "Notifiera om nya maskinvarudrivrutiner som är tillgängliga för systemet"
1627
1628@@ -124,7 +124,7 @@
1629
1630 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1631 #: ../gtk/jockey-gtk.desktop.in.h:2
1632-msgid "Hardware Drivers"
1633+msgid "Additional Drivers"
1634 msgstr "Hårdvarudrivrutiner"
1635
1636 #: ../jockey/ui.py:103
1637@@ -228,7 +228,7 @@
1638 msgstr "Aktivera drivrutinen?"
1639
1640 #: ../jockey/ui.py:182
1641-msgid "Restricted Hardware Drivers"
1642+msgid "Restricted Additional Drivers"
1643 msgstr "Proprietära hårdvarudrivrutiner"
1644
1645 #: ../jockey/ui.py:194
1646
1647=== modified file 'po/th.po'
1648--- po/th.po 2010-06-07 09:50:35 +0000
1649+++ po/th.po 2010-07-06 05:54:29 +0000
1650@@ -31,12 +31,12 @@
1651
1652 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1653 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1654-msgid "Check for new hardware drivers"
1655+msgid "Check for new proprietary drivers"
1656 msgstr "ตรวจหาไดรเวอร์ใหม่ของฮาร์ดแวร์"
1657
1658 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1659 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1660-msgid "Notify about new hardware drivers available for the system"
1661+msgid "Notify about new proprietary drivers available for the system"
1662 msgstr "แจ้งเตือนเมื่อมีไดรเวอร์ใหม่ของฮาร์ดแวร์ที่สามารถใช้ได้กับระบบ"
1663
1664 #: ../examples/handlers/madwifi.py:22
1665@@ -115,7 +115,7 @@
1666
1667 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1668 #: ../gtk/jockey-gtk.desktop.in.h:2
1669-msgid "Hardware Drivers"
1670+msgid "Additional Drivers"
1671 msgstr "ไดรเวอร์ฮาร์ดแวร์"
1672
1673 #: ../jockey/ui.py:103
1674@@ -219,7 +219,7 @@
1675 msgstr "เปิดใช้งานไดรเวอร์ไหม?"
1676
1677 #: ../jockey/ui.py:182
1678-msgid "Restricted Hardware Drivers"
1679+msgid "Restricted Additional Drivers"
1680 msgstr "ไดรเวอร์ฮาร์ดแวร์ที่จำกัดสิทธิ์"
1681
1682 #: ../jockey/ui.py:194
1683
1684=== modified file 'po/tr.po'
1685--- po/tr.po 2010-06-07 09:50:35 +0000
1686+++ po/tr.po 2010-07-06 05:54:29 +0000
1687@@ -31,12 +31,12 @@
1688
1689 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1690 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1691-msgid "Check for new hardware drivers"
1692+msgid "Check for new proprietary drivers"
1693 msgstr ""
1694
1695 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1696 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1697-msgid "Notify about new hardware drivers available for the system"
1698+msgid "Notify about new proprietary drivers available for the system"
1699 msgstr ""
1700
1701 #: ../examples/handlers/madwifi.py:22
1702@@ -114,7 +114,7 @@
1703
1704 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1705 #: ../gtk/jockey-gtk.desktop.in.h:2
1706-msgid "Hardware Drivers"
1707+msgid "Additional Drivers"
1708 msgstr ""
1709
1710 #: ../jockey/ui.py:103
1711@@ -217,7 +217,7 @@
1712 msgstr ""
1713
1714 #: ../jockey/ui.py:182
1715-msgid "Restricted Hardware Drivers"
1716+msgid "Restricted Additional Drivers"
1717 msgstr ""
1718
1719 #: ../jockey/ui.py:194
1720
1721=== modified file 'po/uk.po'
1722--- po/uk.po 2010-06-07 09:50:35 +0000
1723+++ po/uk.po 2010-07-06 05:54:29 +0000
1724@@ -31,12 +31,12 @@
1725
1726 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1727 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1728-msgid "Check for new hardware drivers"
1729+msgid "Check for new proprietary drivers"
1730 msgstr "Перевірити наявність нових драйверів"
1731
1732 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1733 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1734-msgid "Notify about new hardware drivers available for the system"
1735+msgid "Notify about new proprietary drivers available for the system"
1736 msgstr "Повідомляти про нові доступні драйвери"
1737
1738 #: ../examples/handlers/madwifi.py:22
1739@@ -122,7 +122,7 @@
1740
1741 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1742 #: ../gtk/jockey-gtk.desktop.in.h:2
1743-msgid "Hardware Drivers"
1744+msgid "Additional Drivers"
1745 msgstr "Апаратні драйвера"
1746
1747 #: ../jockey/ui.py:103
1748@@ -226,7 +226,7 @@
1749 msgstr "Задіяти драйвер?"
1750
1751 #: ../jockey/ui.py:182
1752-msgid "Restricted Hardware Drivers"
1753+msgid "Restricted Additional Drivers"
1754 msgstr "Обмежені апаратні драйвера"
1755
1756 #: ../jockey/ui.py:194
1757
1758=== modified file 'po/vi.po'
1759--- po/vi.po 2010-06-07 09:50:35 +0000
1760+++ po/vi.po 2010-07-06 05:54:29 +0000
1761@@ -31,12 +31,12 @@
1762
1763 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1764 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1765-msgid "Check for new hardware drivers"
1766+msgid "Check for new proprietary drivers"
1767 msgstr ""
1768
1769 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1770 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1771-msgid "Notify about new hardware drivers available for the system"
1772+msgid "Notify about new proprietary drivers available for the system"
1773 msgstr ""
1774
1775 #: ../examples/handlers/madwifi.py:22
1776@@ -114,7 +114,7 @@
1777
1778 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1779 #: ../gtk/jockey-gtk.desktop.in.h:2
1780-msgid "Hardware Drivers"
1781+msgid "Additional Drivers"
1782 msgstr ""
1783
1784 #: ../jockey/ui.py:103
1785@@ -217,7 +217,7 @@
1786 msgstr ""
1787
1788 #: ../jockey/ui.py:182
1789-msgid "Restricted Hardware Drivers"
1790+msgid "Restricted Additional Drivers"
1791 msgstr ""
1792
1793 #: ../jockey/ui.py:194
1794
1795=== modified file 'po/zh_CN.po'
1796--- po/zh_CN.po 2010-06-07 09:50:35 +0000
1797+++ po/zh_CN.po 2010-07-06 05:54:29 +0000
1798@@ -31,12 +31,12 @@
1799
1800 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1801 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1802-msgid "Check for new hardware drivers"
1803+msgid "Check for new proprietary drivers"
1804 msgstr "检查新的硬件驱动"
1805
1806 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1807 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1808-msgid "Notify about new hardware drivers available for the system"
1809+msgid "Notify about new proprietary drivers available for the system"
1810 msgstr "系统有新的硬件驱动时提示"
1811
1812 #: ../examples/handlers/madwifi.py:22
1813@@ -120,7 +120,7 @@
1814
1815 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1816 #: ../gtk/jockey-gtk.desktop.in.h:2
1817-msgid "Hardware Drivers"
1818+msgid "Additional Drivers"
1819 msgstr "硬件驱动"
1820
1821 #: ../jockey/ui.py:103
1822@@ -224,7 +224,7 @@
1823 msgstr "启用驱动?"
1824
1825 #: ../jockey/ui.py:182
1826-msgid "Restricted Hardware Drivers"
1827+msgid "Restricted Additional Drivers"
1828 msgstr "受限硬件驱动"
1829
1830 #: ../jockey/ui.py:194
1831
1832=== modified file 'po/zh_HK.po'
1833--- po/zh_HK.po 2010-06-07 09:50:35 +0000
1834+++ po/zh_HK.po 2010-07-06 05:54:29 +0000
1835@@ -31,12 +31,12 @@
1836
1837 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1838 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1839-msgid "Check for new hardware drivers"
1840+msgid "Check for new proprietary drivers"
1841 msgstr "檢查是否有新的硬體驅動程式"
1842
1843 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1844 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1845-msgid "Notify about new hardware drivers available for the system"
1846+msgid "Notify about new proprietary drivers available for the system"
1847 msgstr ""
1848
1849 #: ../examples/handlers/madwifi.py:22
1850@@ -117,7 +117,7 @@
1851
1852 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1853 #: ../gtk/jockey-gtk.desktop.in.h:2
1854-msgid "Hardware Drivers"
1855+msgid "Additional Drivers"
1856 msgstr "硬體驅動程式"
1857
1858 #: ../jockey/ui.py:103
1859@@ -221,7 +221,7 @@
1860 msgstr "啟用驅動程式?"
1861
1862 #: ../jockey/ui.py:182
1863-msgid "Restricted Hardware Drivers"
1864+msgid "Restricted Additional Drivers"
1865 msgstr "受限硬體驅動程式"
1866
1867 #: ../jockey/ui.py:194
1868
1869=== modified file 'po/zh_TW.po'
1870--- po/zh_TW.po 2010-06-07 09:50:35 +0000
1871+++ po/zh_TW.po 2010-07-06 05:54:29 +0000
1872@@ -31,12 +31,12 @@
1873
1874 #: ../gtk/autostart/jockey-gtk.desktop.in.h:1
1875 #: ../kde/autostart/jockey-kde.desktop.in.h:1
1876-msgid "Check for new hardware drivers"
1877+msgid "Check for new proprietary drivers"
1878 msgstr ""
1879
1880 #: ../gtk/autostart/jockey-gtk.desktop.in.h:2
1881 #: ../kde/autostart/jockey-kde.desktop.in.h:2
1882-msgid "Notify about new hardware drivers available for the system"
1883+msgid "Notify about new proprietary drivers available for the system"
1884 msgstr ""
1885
1886 #: ../examples/handlers/madwifi.py:22
1887@@ -117,7 +117,7 @@
1888
1889 #: ../kde/jockey-kde.desktop.in.h:2 ../jockey/ui.py:184
1890 #: ../gtk/jockey-gtk.desktop.in.h:2
1891-msgid "Hardware Drivers"
1892+msgid "Additional Drivers"
1893 msgstr "硬體驅動程式"
1894
1895 #: ../jockey/ui.py:103
1896@@ -221,7 +221,7 @@
1897 msgstr "啟用驅動程式?"
1898
1899 #: ../jockey/ui.py:182
1900-msgid "Restricted Hardware Drivers"
1901+msgid "Restricted Additional Drivers"
1902 msgstr "受限硬體驅動程式"
1903
1904 #: ../jockey/ui.py:194

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: