Merge lp:~tsimonq2/software-properties/port-away-from-kde into lp:software-properties
- port-away-from-kde
- Merge into main
Proposed by
Simon Quigley
Status: | Merged |
---|---|
Merged at revision: | 1049 |
Proposed branch: | lp:~tsimonq2/software-properties/port-away-from-kde |
Merge into: | lp:software-properties |
Diff against target: |
18733 lines (+4065/-4066) 105 files modified
KDE-BUGS-TODO (+0/-64) QT-BUGS-TODO (+64/-0) data/designer/main.ui (+1/-1) data/software-properties-kde.desktop.in (+0/-14) data/software-properties-qt.desktop.in (+14/-0) debian/changelog (+6/-0) debian/control (+6/-5) debian/manpages/software-properties-kde.1 (+0/-153) debian/manpages/software-properties-qt.1 (+150/-0) debian/software-properties-kde.install (+0/-4) debian/software-properties-kde.manpages (+0/-1) debian/software-properties-qt.install (+4/-0) debian/software-properties-qt.manpages (+1/-0) po/POTFILES.in (+8/-8) po/am.po (+32/-32) po/ar.po (+32/-32) po/be.po (+32/-32) po/bg.po (+32/-32) po/bn.po (+32/-32) po/br.po (+32/-32) po/ca.po (+32/-32) po/cs.po (+32/-32) po/csb.po (+32/-32) po/da.po (+32/-32) po/de.po (+32/-32) po/el.po (+32/-32) po/en_AU.po (+32/-32) po/en_CA.po (+32/-32) po/en_GB.po (+32/-32) po/eo.po (+32/-32) po/es.po (+32/-32) po/et.po (+32/-32) po/eu.po (+32/-32) po/fa.po (+32/-32) po/fi.po (+32/-32) po/fr.po (+32/-32) po/fur.po (+32/-32) po/gl.po (+32/-32) po/he.po (+32/-32) po/hi.po (+32/-32) po/hr.po (+32/-32) po/hu.po (+32/-32) po/id.po (+32/-32) po/it.po (+32/-32) po/ja.po (+32/-32) po/ka.po (+32/-32) po/ko.po (+32/-32) po/ku.po (+32/-32) po/lt.po (+32/-32) po/lv.po (+32/-32) po/mk.po (+32/-32) po/mr.po (+32/-32) po/ms.po (+32/-32) po/nb.po (+32/-32) po/ne.po (+32/-32) po/nl.po (+32/-32) po/nn.po (+32/-32) po/no.po (+32/-32) po/oc.po (+32/-32) po/pa.po (+32/-32) po/pl.po (+32/-32) po/ps.po (+32/-32) po/pt.po (+32/-32) po/pt_BR.po (+32/-32) po/qu.po (+32/-32) po/ro.po (+32/-32) po/ru.po (+32/-32) po/rw.po (+32/-32) po/sk.po (+32/-32) po/sl.po (+32/-32) po/software-properties.pot (+46/-46) po/sq.po (+32/-32) po/sr.po (+32/-32) po/sv.po (+32/-32) po/ta.po (+32/-32) po/th.po (+32/-32) po/tl.po (+32/-32) po/tr.po (+32/-32) po/uk.po (+32/-32) po/ur.po (+32/-32) po/vi.po (+32/-32) po/xh.po (+32/-32) po/zh_CN.po (+32/-32) po/zh_HK.po (+32/-32) po/zh_TW.po (+32/-32) setup.cfg (+5/-5) setup.py (+3/-3) software-properties-kde (+0/-146) software-properties-qt (+145/-0) softwareproperties/distro.py (+8/-8) softwareproperties/kde/CdromProgress.py (+0/-63) softwareproperties/kde/DialogAdd.py (+0/-86) softwareproperties/kde/DialogEdit.py (+0/-131) softwareproperties/kde/DialogMirror.py (+0/-248) softwareproperties/kde/I18nHelper.py (+0/-85) softwareproperties/kde/SoftwarePropertiesKDE.py (+0/-753) softwareproperties/kde/__init__.py (+0/-1) softwareproperties/qt/CdromProgress.py (+63/-0) softwareproperties/qt/DialogAdd.py (+86/-0) softwareproperties/qt/DialogEdit.py (+131/-0) softwareproperties/qt/DialogMirror.py (+248/-0) softwareproperties/qt/I18nHelper.py (+85/-0) softwareproperties/qt/SoftwarePropertiesQt.py (+749/-0) softwareproperties/qt/__init__.py (+1/-0) tests/test_pyflakes.py (+1/-1) |
To merge this branch: | bzr merge lp:~tsimonq2/software-properties/port-away-from-kde |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gianfranco Costamagna | Approve | ||
Rik Mills | Pending | ||
Review via email:
|
Commit message
Port the KDE frontend to a pure Qt frontend that Lubuntu can use as well.
Description of the change
Some things are hardcoded into the KDE frontend that Lubuntu does not want to use; for example, Kubuntu is hardcoded in a few places, and so is KDE.
This simply renames things to Qt, and makes some things more generic.
To post a comment you must log in.
Revision history for this message

Rik Mills (rikmills) wrote : | # |
Revision history for this message

Gianfranco Costamagna (costamagnagianfranco) wrote : | # |
I merged it, because it looked sane, and we should have lots of time to switch to kde again if this is needed.
review:
Approve
Preview Diff
[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1 | === removed file 'KDE-BUGS-TODO' |
2 | --- KDE-BUGS-TODO 2007-02-05 09:09:36 +0000 |
3 | +++ KDE-BUGS-TODO 1970-01-01 00:00:00 +0000 |
4 | @@ -1,64 +0,0 @@ |
5 | -Things I've noticed: |
6 | - |
7 | -bug: edit comment on a disabled 3rd party repo and it becomes enabled |
8 | -bug: gtk frontend has two on_treeview_sources_cursor_changed, not sure which is correct, probably second |
9 | -bug: newly selected mirrors are not put into combo box |
10 | -bug: add_key always returns true |
11 | - we should use gpg --dry-run before too |
12 | -bug: gtk frontend UI strings don't translate |
13 | -issue: may want to add a gtk crash handler |
14 | - |
15 | -TODO: |
16 | - |
17 | -server combobox changed |
18 | -i18n |
19 | -adept integration |
20 | -crash dialogue |
21 | -drag and drop for sources list |
22 | -cdrom listview needs implementing (both frontends) |
23 | -insert CD support, somehow |
24 | -various functions in the mirror dialogue: custom mirrors, edit, find fastest etc. DialogMirror.py should be abstracted for frontend independence |
25 | - |
26 | -jriddell, 2007-02 |
27 | - |
28 | -WON'T FIX: |
29 | -issue: no way to set source code back to inconsistent state, so checkbox |
30 | - needs tristate turned off |
31 | -rationale: would add to much complexity. the inconsistent state should only |
32 | - be visible if the user made some custom modifications. so we would |
33 | - have to keep a history of all changes and take mulitiple |
34 | - inconsistent states into account. finally there is a global |
35 | - revert button. |
36 | -FIXED: |
37 | -packaging |
38 | - |
39 | -bug: self.get_source_code_state() never returns false, only None (fixed in backend and KDE) |
40 | - |
41 | -bug: popcon state doesn't get saved (or loaded) |
42 | - |
43 | -bug: checkbutton source code sometimes can't be ticked |
44 | - |
45 | -bug: rm /etc/apt/sources.list; start up; all Update tickboxes disabled and never become enabled |
46 | -bug: after adding repo, doesn't show change |
47 | -bug: editing 3rd party archives doesn't show changes |
48 | -bug: gtk checkboxes are never marked as inconsistent |
49 | -bug: click 3rd party enable/disable twice and it doesn't get back to original state |
50 | -bug: on_button_revert_clicked doesn't revert the UI |
51 | - Was a transistion error. The current solution is not nice, but works: |
52 | - reload the isv_sources and show_distro after each change :/ |
53 | - It would be nice to store the meta data anywhere else, so that |
54 | - we won't have to recreate the ui elements. |
55 | - |
56 | -bug? untick "main" and main doesn't go away |
57 | - was a problem with empty sources.list files. python-apt now handles this |
58 | - corner case correctly |
59 | - |
60 | - |
61 | -ANSWERED: |
62 | -question: where do update radio buttons get disabled/enabled at program start? |
63 | -answer: SoftwareProperties.get_update_automation_level() and |
64 | - SoftwarePropertiesGtk.show_auto_update_level() |
65 | - |
66 | -issue: DialogAddSourcesList obsolete? |
67 | -answer: No, it is used to open sources.list files (by drag and drop or |
68 | - double click) |
69 | |
70 | === added file 'QT-BUGS-TODO' |
71 | --- QT-BUGS-TODO 1970-01-01 00:00:00 +0000 |
72 | +++ QT-BUGS-TODO 2018-07-14 10:52:17 +0000 |
73 | @@ -0,0 +1,64 @@ |
74 | +Things I've noticed: |
75 | + |
76 | +bug: edit comment on a disabled 3rd party repo and it becomes enabled |
77 | +bug: gtk frontend has two on_treeview_sources_cursor_changed, not sure which is correct, probably second |
78 | +bug: newly selected mirrors are not put into combo box |
79 | +bug: add_key always returns true |
80 | + we should use gpg --dry-run before too |
81 | +bug: gtk frontend UI strings don't translate |
82 | +issue: may want to add a gtk crash handler |
83 | + |
84 | +TODO: |
85 | + |
86 | +server combobox changed |
87 | +i18n |
88 | +adept integration |
89 | +crash dialogue |
90 | +drag and drop for sources list |
91 | +cdrom listview needs implementing (both frontends) |
92 | +insert CD support, somehow |
93 | +various functions in the mirror dialogue: custom mirrors, edit, find fastest etc. DialogMirror.py should be abstracted for frontend independence |
94 | + |
95 | +jriddell, 2007-02 |
96 | + |
97 | +WON'T FIX: |
98 | +issue: no way to set source code back to inconsistent state, so checkbox |
99 | + needs tristate turned off |
100 | +rationale: would add to much complexity. the inconsistent state should only |
101 | + be visible if the user made some custom modifications. so we would |
102 | + have to keep a history of all changes and take mulitiple |
103 | + inconsistent states into account. finally there is a global |
104 | + revert button. |
105 | +FIXED: |
106 | +packaging |
107 | + |
108 | +bug: self.get_source_code_state() never returns false, only None (fixed in backend and KDE) |
109 | + |
110 | +bug: popcon state doesn't get saved (or loaded) |
111 | + |
112 | +bug: checkbutton source code sometimes can't be ticked |
113 | + |
114 | +bug: rm /etc/apt/sources.list; start up; all Update tickboxes disabled and never become enabled |
115 | +bug: after adding repo, doesn't show change |
116 | +bug: editing 3rd party archives doesn't show changes |
117 | +bug: gtk checkboxes are never marked as inconsistent |
118 | +bug: click 3rd party enable/disable twice and it doesn't get back to original state |
119 | +bug: on_button_revert_clicked doesn't revert the UI |
120 | + Was a transistion error. The current solution is not nice, but works: |
121 | + reload the isv_sources and show_distro after each change :/ |
122 | + It would be nice to store the meta data anywhere else, so that |
123 | + we won't have to recreate the ui elements. |
124 | + |
125 | +bug? untick "main" and main doesn't go away |
126 | + was a problem with empty sources.list files. python-apt now handles this |
127 | + corner case correctly |
128 | + |
129 | + |
130 | +ANSWERED: |
131 | +question: where do update radio buttons get disabled/enabled at program start? |
132 | +answer: SoftwareProperties.get_update_automation_level() and |
133 | + SoftwarePropertiesGtk.show_auto_update_level() |
134 | + |
135 | +issue: DialogAddSourcesList obsolete? |
136 | +answer: No, it is used to open sources.list files (by drag and drop or |
137 | + double click) |
138 | |
139 | === modified file 'data/designer/main.ui' |
140 | --- data/designer/main.ui 2014-12-01 07:04:29 +0000 |
141 | +++ data/designer/main.ui 2018-07-14 10:52:17 +0000 |
142 | @@ -27,7 +27,7 @@ |
143 | </property> |
144 | <widget class="QWidget" name="tab"> |
145 | <attribute name="title"> |
146 | - <string>Kubuntu Software</string> |
147 | + <string>Software & Updates</string> |
148 | </attribute> |
149 | <layout class="QGridLayout"> |
150 | <property name="margin"> |
151 | |
152 | === removed file 'data/software-properties-kde.desktop.in' |
153 | --- data/software-properties-kde.desktop.in 2009-09-07 10:12:30 +0000 |
154 | +++ data/software-properties-kde.desktop.in 1970-01-01 00:00:00 +0000 |
155 | @@ -1,14 +0,0 @@ |
156 | -[Desktop Entry] |
157 | -_Name=Software Sources |
158 | -_GenericName=Software Sources |
159 | -_Comment=Configure the sources for installable software and updates |
160 | -Exec=software-properties-kde |
161 | -Icon=applications-other |
162 | -NoDisplay=true |
163 | -Terminal=false |
164 | -X-MultipleArgs=false |
165 | -Type=Application |
166 | -Categories=System;Settings; |
167 | -MimeType=text/x-apt-sources-list; |
168 | -X-KDE-SubstituteUID=true |
169 | -X-Ubuntu-Gettext-Domain=software-properties |
170 | |
171 | === added file 'data/software-properties-qt.desktop.in' |
172 | --- data/software-properties-qt.desktop.in 1970-01-01 00:00:00 +0000 |
173 | +++ data/software-properties-qt.desktop.in 2018-07-14 10:52:17 +0000 |
174 | @@ -0,0 +1,14 @@ |
175 | +[Desktop Entry] |
176 | +_Name=Software Sources |
177 | +_GenericName=Software Sources |
178 | +_Comment=Configure the sources for installable software and updates |
179 | +Exec=software-properties-qt |
180 | +Icon=applications-other |
181 | +NoDisplay=true |
182 | +Terminal=false |
183 | +X-MultipleArgs=false |
184 | +Type=Application |
185 | +Categories=System;Settings; |
186 | +MimeType=text/x-apt-sources-list; |
187 | +X-KDE-SubstituteUID=true |
188 | +X-Ubuntu-Gettext-Domain=software-properties |
189 | |
190 | === modified file 'debian/changelog' |
191 | --- debian/changelog 2018-07-04 13:38:26 +0000 |
192 | +++ debian/changelog 2018-07-14 10:52:17 +0000 |
193 | @@ -1,3 +1,9 @@ |
194 | +software-properties (0.96.25) cosmic; urgency=medium |
195 | + |
196 | + * Port the KDE frontend to a pure Qt frontend that Lubuntu can use as well. |
197 | + |
198 | + -- Simon Quigley <tsimonq2@ubuntu.com> Sat, 14 Jul 2018 05:48:14 -0500 |
199 | + |
200 | software-properties (0.96.24.34) cosmic; urgency=medium |
201 | |
202 | [ Andrea Azzarone ] |
203 | |
204 | === modified file 'debian/control' |
205 | --- debian/control 2018-04-18 14:48:11 +0000 |
206 | +++ debian/control 2018-07-14 10:52:17 +0000 |
207 | @@ -66,7 +66,7 @@ |
208 | ubuntu-drivers-common (>= 1:0.2.75), |
209 | python3-gi, |
210 | libgtk3-perl |
211 | -Recommends: gnome-session-bin | xfce4-session | lubuntu-default-settings | lxqt-session | mate-session-manager, |
212 | +Recommends: gnome-session-bin | xfce4-session | mate-session-manager, |
213 | gnome-keyring |
214 | Description: manage the repositories that you install software from (gtk) |
215 | This software provides an abstraction of the used apt repositories. |
216 | @@ -75,15 +75,16 @@ |
217 | . |
218 | This package contains a GTK+ based graphical interface. |
219 | |
220 | -Package: software-properties-kde |
221 | +Package: software-properties-qt |
222 | Architecture: all |
223 | -Section: kde |
224 | Depends: ${python3:Depends}, ${misc:Depends}, python3, python3-pyqt5, |
225 | python3-software-properties (= ${binary:Version}), qapt-batch, |
226 | software-properties-common |
227 | -Description: manage the repositories that you install software from (qt) |
228 | +Conflicts: software-properties-kde (<< 0.96.25) |
229 | +Replaces: software-properties-kde (<< 0.96.25) |
230 | +Description: manage the repositories that you install software from (Qt) |
231 | This software provides an abstraction of the used apt repositories. |
232 | It allows you to easily manage your distribution and independent software |
233 | vendor software sources. |
234 | . |
235 | - This package contains a Qt based graphical interface. |
236 | + This package contains a Qt-based graphical interface. |
237 | |
238 | === removed file 'debian/manpages/software-properties-kde.1' |
239 | --- debian/manpages/software-properties-kde.1 2009-09-07 10:12:30 +0000 |
240 | +++ debian/manpages/software-properties-kde.1 1970-01-01 00:00:00 +0000 |
241 | @@ -1,153 +0,0 @@ |
242 | -.\" This file was generated by kdemangen.pl |
243 | -.TH SOFTWARE\-PROPERTIES\-KDE 1 "Sep 2009" "K Desktop Environment" "Software Sources List editor" |
244 | -.SH NAME |
245 | -software\-properties\-kde |
246 | -\- Software Sources List editor |
247 | -.SH SYNOPSIS |
248 | -software\-properties\-kde [Qt\-options] [KDE\-options] [options] |
249 | -.SH DESCRIPTION |
250 | -Software Sources List editor |
251 | -.SH OPTIONS |
252 | -.SS Options: |
253 | -.TP |
254 | -.B \-\-debug |
255 | -Print some debug information to the command line |
256 | -.TP |
257 | -.B \-\-massive\-debug |
258 | -Print a lot of debug information to the command line |
259 | -.TP |
260 | -.B \-\-dont\-update |
261 | -No update on repository change (useful if called from an external program) |
262 | -.TP |
263 | -.B \-\-enable\-component <name> |
264 | -Enable the specified component of the distro's repositories [component_arg] |
265 | -.TP |
266 | -.B \-\-enable\-ppa <name> |
267 | -Enable PPA with the given name [ppa_arg] |
268 | -.TP |
269 | -.B \-\-attach <WinID> |
270 | -Win ID to act as a dialogue for [attach_arg] |
271 | -.SS Generic options: |
272 | -.TP |
273 | -.B \-\-help |
274 | -Show help about options |
275 | -.TP |
276 | -.B \-\-help\-qt |
277 | -Show Qt specific options |
278 | -.TP |
279 | -.B \-\-help\-kde |
280 | -Show KDE specific options |
281 | -.TP |
282 | -.B \-\-help\-all |
283 | -Show all options |
284 | -.TP |
285 | -.B \-\-author |
286 | -Show author information |
287 | -.TP |
288 | -.B \-v, \-\-version |
289 | -Show version information |
290 | -.TP |
291 | -.B \-\-license |
292 | -Show license information |
293 | -.TP |
294 | -.B \-\- |
295 | -End of options |
296 | -.SS |
297 | -.SS KDE options: |
298 | -.TP |
299 | -.B \-\-caption <caption> |
300 | -Use 'caption' as name in the titlebar |
301 | -.TP |
302 | -.B \-\-icon <icon> |
303 | -Use 'icon' as the application icon |
304 | -.TP |
305 | -.B \-\-config <filename> |
306 | -Use alternative configuration file |
307 | -.TP |
308 | -.B \-\-nocrashhandler |
309 | -Disable crash handler, to get core dumps |
310 | -.TP |
311 | -.B \-\-waitforwm |
312 | -Waits for a WM_NET compatible windowmanager |
313 | -.TP |
314 | -.B \-\-style <style> |
315 | -sets the application GUI style |
316 | -.TP |
317 | -.B \-\-geometry <geometry> |
318 | -sets the client geometry of the main widget - see man X for the argument format |
319 | -.SS |
320 | -.SS Qt options: |
321 | -.TP |
322 | -.B \-\-display <displayname> |
323 | -Use the X-server display 'displayname' |
324 | -.TP |
325 | -.B \-\-session <sessionId> |
326 | -Restore the application for the given 'sessionId' |
327 | -.TP |
328 | -.B \-\-cmap |
329 | -Causes the application to install a private color |
330 | -map on an 8-bit display |
331 | -.TP |
332 | -.B \-\-ncols <count> |
333 | -Limits the number of colors allocated in the color |
334 | -cube on an 8-bit display, if the application is |
335 | -using the QApplication::ManyColor color |
336 | -specification |
337 | -.TP |
338 | -.B \-\-nograb |
339 | -tells Qt to never grab the mouse or the keyboard |
340 | -.TP |
341 | -.B \-\-dograb |
342 | -running under a debugger can cause an implicit |
343 | --nograb, use -dograb to override |
344 | -.TP |
345 | -.B \-\-sync |
346 | -switches to synchronous mode for debugging |
347 | -.TP |
348 | -.B \-\-fn, \-\-font <fontname> |
349 | -defines the application font |
350 | -.TP |
351 | -.B \-\-bg, \-\-background <color> |
352 | -sets the default background color and an |
353 | -application palette (light and dark shades are |
354 | -calculated) |
355 | -.TP |
356 | -.B \-\-fg, \-\-foreground <color> |
357 | -sets the default foreground color |
358 | -.TP |
359 | -.B \-\-btn, \-\-button <color> |
360 | -sets the default button color |
361 | -.TP |
362 | -.B \-\-name <name> |
363 | -sets the application name |
364 | -.TP |
365 | -.B \-\-title <title> |
366 | -sets the application title (caption) |
367 | -.TP |
368 | -.B \-\-visual TrueColor |
369 | -forces the application to use a TrueColor visual on |
370 | -an 8-bit display |
371 | -.TP |
372 | -.B \-\-inputstyle <inputstyle> |
373 | -sets XIM (X Input Method) input style. Possible |
374 | -values are onthespot, overthespot, offthespot and |
375 | -root |
376 | -.TP |
377 | -.B \-\-im <XIM server> |
378 | -set XIM server |
379 | -.TP |
380 | -.B \-\-noxim |
381 | -disable XIM |
382 | -.TP |
383 | -.B \-\-reverse |
384 | -mirrors the whole layout of widgets |
385 | -.TP |
386 | -.B \-\-stylesheet |
387 | -<file.qss> applies the Qt stylesheet to the application widgets |
388 | -.TP |
389 | -.B \-\-graphicssystem <system> |
390 | -use a different graphics system instead of the default one, options are raster and opengl (experimental) |
391 | -.SS |
392 | - |
393 | -.nf |
394 | - |
395 | |
396 | === added file 'debian/manpages/software-properties-qt.1' |
397 | --- debian/manpages/software-properties-qt.1 1970-01-01 00:00:00 +0000 |
398 | +++ debian/manpages/software-properties-qt.1 2018-07-14 10:52:17 +0000 |
399 | @@ -0,0 +1,150 @@ |
400 | +.\" This file was generated by qtmangen.pl |
401 | +.TH SOFTWARE\-PROPERTIES\-QT 1 "Sep 2009" "K Desktop Environment" "Software Sources List editor" |
402 | +.SH NAME |
403 | +software\-properties\-qt |
404 | +\- Software Sources List editor |
405 | +.SH SYNOPSIS |
406 | +software\-properties\-qt [Qt\-options] [QT\-options] [options] |
407 | +.SH DESCRIPTION |
408 | +Software Sources List editor |
409 | +.SH OPTIONS |
410 | +.SS Options: |
411 | +.TP |
412 | +.B \-\-debug |
413 | +Print some debug information to the command line |
414 | +.TP |
415 | +.B \-\-massive\-debug |
416 | +Print a lot of debug information to the command line |
417 | +.TP |
418 | +.B \-\-dont\-update |
419 | +No update on repository change (useful if called from an external program) |
420 | +.TP |
421 | +.B \-\-enable\-component <name> |
422 | +Enable the specified component of the distro's repositories [component_arg] |
423 | +.TP |
424 | +.B \-\-enable\-ppa <name> |
425 | +Enable PPA with the given name [ppa_arg] |
426 | +.TP |
427 | +.B \-\-attach <WinID> |
428 | +Win ID to act as a dialogue for [attach_arg] |
429 | +.SS Generic options: |
430 | +.TP |
431 | +.B \-\-help |
432 | +Show help about options |
433 | +.TP |
434 | +.B \-\-help\-qt |
435 | +Show Qt specific options |
436 | +.TP |
437 | +.B \-\-help\-all |
438 | +Show all options |
439 | +.TP |
440 | +.B \-\-author |
441 | +Show author information |
442 | +.TP |
443 | +.B \-v, \-\-version |
444 | +Show version information |
445 | +.TP |
446 | +.B \-\-license |
447 | +Show license information |
448 | +.TP |
449 | +.B \-\- |
450 | +End of options |
451 | +.SS |
452 | +.SS Qt options: |
453 | +.TP |
454 | +.B \-\-caption <caption> |
455 | +Use 'caption' as name in the titlebar |
456 | +.TP |
457 | +.B \-\-icon <icon> |
458 | +Use 'icon' as the application icon |
459 | +.TP |
460 | +.B \-\-config <filename> |
461 | +Use alternative configuration file |
462 | +.TP |
463 | +.B \-\-nocrashhandler |
464 | +Disable crash handler, to get core dumps |
465 | +.TP |
466 | +.B \-\-waitforwm |
467 | +Waits for a WM_NET compatible windowmanager |
468 | +.TP |
469 | +.B \-\-style <style> |
470 | +sets the application GUI style |
471 | +.TP |
472 | +.B \-\-geometry <geometry> |
473 | +sets the client geometry of the main widget - see man X for the argument format |
474 | +.SS |
475 | +.SS Qt options: |
476 | +.TP |
477 | +.B \-\-display <displayname> |
478 | +Use the X-server display 'displayname' |
479 | +.TP |
480 | +.B \-\-session <sessionId> |
481 | +Restore the application for the given 'sessionId' |
482 | +.TP |
483 | +.B \-\-cmap |
484 | +Causes the application to install a private color |
485 | +map on an 8-bit display |
486 | +.TP |
487 | +.B \-\-ncols <count> |
488 | +Limits the number of colors allocated in the color |
489 | +cube on an 8-bit display, if the application is |
490 | +using the QApplication::ManyColor color |
491 | +specification |
492 | +.TP |
493 | +.B \-\-nograb |
494 | +tells Qt to never grab the mouse or the keyboard |
495 | +.TP |
496 | +.B \-\-dograb |
497 | +running under a debugger can cause an implicit |
498 | +-nograb, use -dograb to override |
499 | +.TP |
500 | +.B \-\-sync |
501 | +switches to synchronous mode for debugging |
502 | +.TP |
503 | +.B \-\-fn, \-\-font <fontname> |
504 | +defines the application font |
505 | +.TP |
506 | +.B \-\-bg, \-\-background <color> |
507 | +sets the default background color and an |
508 | +application palette (light and dark shades are |
509 | +calculated) |
510 | +.TP |
511 | +.B \-\-fg, \-\-foreground <color> |
512 | +sets the default foreground color |
513 | +.TP |
514 | +.B \-\-btn, \-\-button <color> |
515 | +sets the default button color |
516 | +.TP |
517 | +.B \-\-name <name> |
518 | +sets the application name |
519 | +.TP |
520 | +.B \-\-title <title> |
521 | +sets the application title (caption) |
522 | +.TP |
523 | +.B \-\-visual TrueColor |
524 | +forces the application to use a TrueColor visual on |
525 | +an 8-bit display |
526 | +.TP |
527 | +.B \-\-inputstyle <inputstyle> |
528 | +sets XIM (X Input Method) input style. Possible |
529 | +values are onthespot, overthespot, offthespot and |
530 | +root |
531 | +.TP |
532 | +.B \-\-im <XIM server> |
533 | +set XIM server |
534 | +.TP |
535 | +.B \-\-noxim |
536 | +disable XIM |
537 | +.TP |
538 | +.B \-\-reverse |
539 | +mirrors the whole layout of widgets |
540 | +.TP |
541 | +.B \-\-stylesheet |
542 | +<file.qss> applies the Qt stylesheet to the application widgets |
543 | +.TP |
544 | +.B \-\-graphicssystem <system> |
545 | +use a different graphics system instead of the default one, options are raster and opengl (experimental) |
546 | +.SS |
547 | + |
548 | +.nf |
549 | + |
550 | |
551 | === removed file 'debian/software-properties-kde.install' |
552 | --- debian/software-properties-kde.install 2012-06-21 21:49:48 +0000 |
553 | +++ debian/software-properties-kde.install 1970-01-01 00:00:00 +0000 |
554 | @@ -1,4 +0,0 @@ |
555 | -debian/tmp/usr/share/software-properties/designer |
556 | -debian/tmp/usr/lib/python3*/*-packages/softwareproperties/kde/*.py |
557 | -debian/tmp/usr/bin/software-properties-kde |
558 | -debian/tmp/usr/share/applications/software-properties-kde.desktop |
559 | |
560 | === removed file 'debian/software-properties-kde.manpages' |
561 | --- debian/software-properties-kde.manpages 2009-09-07 10:12:30 +0000 |
562 | +++ debian/software-properties-kde.manpages 1970-01-01 00:00:00 +0000 |
563 | @@ -1,1 +0,0 @@ |
564 | -debian/manpages/software-properties-kde.1 |
565 | |
566 | === added file 'debian/software-properties-qt.install' |
567 | --- debian/software-properties-qt.install 1970-01-01 00:00:00 +0000 |
568 | +++ debian/software-properties-qt.install 2018-07-14 10:52:17 +0000 |
569 | @@ -0,0 +1,4 @@ |
570 | +debian/tmp/usr/share/software-properties/designer |
571 | +debian/tmp/usr/lib/python3*/*-packages/softwareproperties/qt/*.py |
572 | +debian/tmp/usr/bin/software-properties-qt |
573 | +debian/tmp/usr/share/applications/software-properties-qt.desktop |
574 | |
575 | === added file 'debian/software-properties-qt.manpages' |
576 | --- debian/software-properties-qt.manpages 1970-01-01 00:00:00 +0000 |
577 | +++ debian/software-properties-qt.manpages 2018-07-14 10:52:17 +0000 |
578 | @@ -0,0 +1,1 @@ |
579 | +debian/manpages/software-properties-qt.1 |
580 | |
581 | === modified file 'po/POTFILES.in' |
582 | --- po/POTFILES.in 2018-04-10 21:11:39 +0000 |
583 | +++ po/POTFILES.in 2018-07-14 10:52:17 +0000 |
584 | @@ -3,19 +3,19 @@ |
585 | data/com.ubuntu.softwareproperties.policy.in |
586 | data/software-properties-gtk.desktop.in |
587 | data/software-properties-gtk.appdata.xml.in |
588 | -data/software-properties-kde.desktop.in |
589 | +data/software-properties-qt.desktop.in |
590 | data/software-properties-drivers.desktop.in |
591 | software-properties-gtk |
592 | -software-properties-kde |
593 | +software-properties-qt |
594 | add-apt-repository |
595 | softwareproperties/distro.py |
596 | softwareproperties/MirrorTest.py |
597 | -softwareproperties/kde/DialogMirror.py |
598 | -softwareproperties/kde/SoftwarePropertiesKDE.py |
599 | -softwareproperties/kde/CdromProgress.py |
600 | -softwareproperties/kde/__init__.py |
601 | -softwareproperties/kde/DialogAdd.py |
602 | -softwareproperties/kde/DialogEdit.py |
603 | +softwareproperties/qt/DialogMirror.py |
604 | +softwareproperties/qt/SoftwarePropertiesQt.py |
605 | +softwareproperties/qt/CdromProgress.py |
606 | +softwareproperties/qt/__init__.py |
607 | +softwareproperties/qt/DialogAdd.py |
608 | +softwareproperties/qt/DialogEdit.py |
609 | softwareproperties/__init__.py |
610 | softwareproperties/SoftwareProperties.py |
611 | softwareproperties/gtk/DialogAuth.py |
612 | |
613 | === modified file 'po/am.po' |
614 | --- po/am.po 2009-08-28 17:57:47 +0000 |
615 | +++ po/am.po 2018-07-14 10:52:17 +0000 |
616 | @@ -72,56 +72,56 @@ |
617 | "distribution project." |
618 | msgstr "" |
619 | |
620 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
621 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
622 | msgid "Mirror" |
623 | msgstr "" |
624 | |
625 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
626 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
627 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
628 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
629 | msgid "Testing Mirrors" |
630 | msgstr "" |
631 | |
632 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
633 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
634 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
635 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
636 | msgid "Cancel" |
637 | msgstr "" |
638 | |
639 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
640 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
641 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
642 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
643 | msgid "Daily" |
644 | msgstr "በየቀኑ" |
645 | |
646 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
647 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
648 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
649 | msgid "Every two days" |
650 | msgstr "በየሁለት ቀን" |
651 | |
652 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
653 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
654 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
655 | msgid "Weekly" |
656 | msgstr "በየሳምንቱ" |
657 | |
658 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
659 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
660 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
661 | msgid "Every two weeks" |
662 | msgstr "በየሁለት ሳምንት" |
663 | |
664 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
665 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
666 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
667 | #, python-format |
668 | msgid "Every %s days" |
669 | msgstr "" |
670 | |
671 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
672 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
673 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
674 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
675 | #, python-format |
676 | msgid "%s updates" |
677 | msgstr "" |
678 | |
679 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
680 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
681 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
682 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
683 | #, python-format |
684 | msgid "%s Software" |
685 | @@ -130,7 +130,7 @@ |
686 | #. TRANSLATORS: Label for the components in the Internet section |
687 | #. first %s is the description of the component |
688 | #. second %s is the code name of the comp, eg main, universe |
689 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
690 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
691 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
692 | #, python-format |
693 | msgid "%s (%s)" |
694 | @@ -138,15 +138,15 @@ |
695 | |
696 | #. add a separator and the option to choose another mirror from the list |
697 | #. #FIXME server_store.append(["sep", None, True]) |
698 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
699 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
700 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
701 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
702 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
703 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
704 | msgid "Other..." |
705 | msgstr "" |
706 | |
707 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
708 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
709 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
710 | #, python-format |
711 | msgid "" |
712 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
713 | @@ -154,48 +154,48 @@ |
714 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
715 | msgstr "" |
716 | |
717 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
718 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
719 | msgid "Add APT repository" |
720 | msgstr "" |
721 | |
722 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
723 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
724 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
725 | #, fuzzy |
726 | msgid "Import key" |
727 | msgstr "ቁልፉን አምጣ" |
728 | |
729 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
730 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
731 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
732 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
733 | #, fuzzy |
734 | msgid "Error importing selected file" |
735 | msgstr "ሰህተት የመረጡትን ፋይል ለማምጣት" |
736 | |
737 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
738 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
739 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
740 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
741 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
742 | msgstr "" |
743 | |
744 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
745 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
746 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
747 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
748 | #, fuzzy |
749 | msgid "Error removing the key" |
750 | msgstr "ቁለፉን የማጥፋት ሰህተት" |
751 | |
752 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
753 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
754 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
755 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
756 | #, fuzzy |
757 | msgid "The key you selected could not be removed. Please report this as a bug." |
758 | msgstr "የመረጡትን ቁለፍ ማጥፋት አይቻልም፣ እባክዎን ይህንን ሰህተት ያመለከቱ" |
759 | |
760 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
761 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
762 | msgid "Reload" |
763 | msgstr "" |
764 | |
765 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
766 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
767 | #: ../data/glade/dialogs.glade.h:4 |
768 | msgid "" |
769 | "<b><big>The information about available software is out-of-date</big></b>\n" |
770 | @@ -206,11 +206,11 @@ |
771 | "You need a working internet connection to continue." |
772 | msgstr "" |
773 | |
774 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
775 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
776 | msgid "CD Error" |
777 | msgstr "" |
778 | |
779 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
780 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
781 | #, python-format |
782 | msgid "" |
783 | "<big><b>Error scanning the CD</b></big>\n" |
784 | @@ -218,29 +218,29 @@ |
785 | "%s" |
786 | msgstr "" |
787 | |
788 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
789 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
790 | msgid "CD Name" |
791 | msgstr "" |
792 | |
793 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
794 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
795 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
796 | msgid "Please enter a name for the disc" |
797 | msgstr "" |
798 | |
799 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
800 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
801 | msgid "Insert Disk" |
802 | msgstr "" |
803 | |
804 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
805 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
806 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
807 | msgid "Please insert a disk in the drive:" |
808 | msgstr "" |
809 | |
810 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
811 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
812 | msgid "Binary" |
813 | msgstr "" |
814 | |
815 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
816 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
817 | msgid "Source code" |
818 | msgstr "" |
819 | |
820 | |
821 | === modified file 'po/ar.po' |
822 | --- po/ar.po 2009-08-28 17:57:47 +0000 |
823 | +++ po/ar.po 2018-07-14 10:52:17 +0000 |
824 | @@ -72,57 +72,57 @@ |
825 | "distribution project." |
826 | msgstr "" |
827 | |
828 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
829 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
830 | msgid "Mirror" |
831 | msgstr "" |
832 | |
833 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
834 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
835 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
836 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
837 | msgid "Testing Mirrors" |
838 | msgstr "" |
839 | |
840 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
841 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
842 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
843 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
844 | #, fuzzy |
845 | msgid "Cancel" |
846 | msgstr "تغييرات" |
847 | |
848 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
849 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
850 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
851 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
852 | msgid "Daily" |
853 | msgstr "يوميا" |
854 | |
855 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
856 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
857 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
858 | msgid "Every two days" |
859 | msgstr "كل يومين" |
860 | |
861 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
862 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
863 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
864 | msgid "Weekly" |
865 | msgstr "اسبوعي" |
866 | |
867 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
868 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
869 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
870 | msgid "Every two weeks" |
871 | msgstr "كل اسبوعين" |
872 | |
873 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
874 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
875 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
876 | #, python-format |
877 | msgid "Every %s days" |
878 | msgstr "كل %s يوم" |
879 | |
880 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
881 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
882 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
883 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
884 | #, python-format |
885 | msgid "%s updates" |
886 | msgstr "" |
887 | |
888 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
889 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
890 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
891 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
892 | #, python-format |
893 | msgid "%s Software" |
894 | @@ -131,7 +131,7 @@ |
895 | #. TRANSLATORS: Label for the components in the Internet section |
896 | #. first %s is the description of the component |
897 | #. second %s is the code name of the comp, eg main, universe |
898 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
899 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
900 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
901 | #, python-format |
902 | msgid "%s (%s)" |
903 | @@ -139,15 +139,15 @@ |
904 | |
905 | #. add a separator and the option to choose another mirror from the list |
906 | #. #FIXME server_store.append(["sep", None, True]) |
907 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
908 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
909 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
910 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
911 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
912 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
913 | msgid "Other..." |
914 | msgstr "" |
915 | |
916 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
917 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
918 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
919 | #, python-format |
920 | msgid "" |
921 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
922 | @@ -155,46 +155,46 @@ |
923 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
924 | msgstr "" |
925 | |
926 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
927 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
928 | msgid "Add APT repository" |
929 | msgstr "" |
930 | |
931 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
932 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
933 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
934 | msgid "Import key" |
935 | msgstr "استيراد المفتاح" |
936 | |
937 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
938 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
939 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
940 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
941 | msgid "Error importing selected file" |
942 | msgstr "خطاء في استيراد الملف" |
943 | |
944 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
945 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
946 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
947 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
948 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
949 | msgstr "" |
950 | |
951 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
952 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
953 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
954 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
955 | msgid "Error removing the key" |
956 | msgstr "خطاء في ازالة المفتاح" |
957 | |
958 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
959 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
960 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
961 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
962 | #, fuzzy |
963 | msgid "The key you selected could not be removed. Please report this as a bug." |
964 | msgstr "إلمفتاح الذي إخترتة لا يمكن إزالتة, الرجاء التبليغ عن هذا كخطأ برمجي." |
965 | |
966 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
967 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
968 | #, fuzzy |
969 | msgid "Reload" |
970 | msgstr "_إعادة التحميل" |
971 | |
972 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
973 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
974 | #: ../data/glade/dialogs.glade.h:4 |
975 | msgid "" |
976 | "<b><big>The information about available software is out-of-date</big></b>\n" |
977 | @@ -205,11 +205,11 @@ |
978 | "You need a working internet connection to continue." |
979 | msgstr "" |
980 | |
981 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
982 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
983 | msgid "CD Error" |
984 | msgstr "" |
985 | |
986 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
987 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
988 | #, python-format |
989 | msgid "" |
990 | "<big><b>Error scanning the CD</b></big>\n" |
991 | @@ -217,33 +217,33 @@ |
992 | "%s" |
993 | msgstr "" |
994 | |
995 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
996 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
997 | msgid "CD Name" |
998 | msgstr "" |
999 | |
1000 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
1001 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
1002 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
1003 | msgid "Please enter a name for the disc" |
1004 | msgstr "الرجاء ادخال اسم القرص" |
1005 | |
1006 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1007 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1008 | msgid "Insert Disk" |
1009 | msgstr "" |
1010 | |
1011 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1012 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1013 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
1014 | #, fuzzy |
1015 | msgid "Please insert a disk in the drive:" |
1016 | msgstr "الرجاء ادخال القرص في الجهاز:" |
1017 | |
1018 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
1019 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
1020 | #, fuzzy |
1021 | msgid "Binary" |
1022 | msgstr "" |
1023 | "المصدر\n" |
1024 | "الثنائي" |
1025 | |
1026 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1027 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1028 | msgid "Source code" |
1029 | msgstr "" |
1030 | |
1031 | |
1032 | === modified file 'po/be.po' |
1033 | --- po/be.po 2009-08-28 17:57:47 +0000 |
1034 | +++ po/be.po 2018-07-14 10:52:17 +0000 |
1035 | @@ -73,56 +73,56 @@ |
1036 | "distribution project." |
1037 | msgstr "" |
1038 | |
1039 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
1040 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
1041 | msgid "Mirror" |
1042 | msgstr "" |
1043 | |
1044 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1045 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
1046 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1047 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
1048 | msgid "Testing Mirrors" |
1049 | msgstr "" |
1050 | |
1051 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1052 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
1053 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1054 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
1055 | msgid "Cancel" |
1056 | msgstr "" |
1057 | |
1058 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
1059 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
1060 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
1061 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
1062 | msgid "Daily" |
1063 | msgstr "Штодзённа" |
1064 | |
1065 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
1066 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
1067 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
1068 | msgid "Every two days" |
1069 | msgstr "Кожныя два дні" |
1070 | |
1071 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
1072 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
1073 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
1074 | msgid "Weekly" |
1075 | msgstr "Штотыдзень" |
1076 | |
1077 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
1078 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
1079 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
1080 | msgid "Every two weeks" |
1081 | msgstr "Кожныя два тыдні" |
1082 | |
1083 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
1084 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
1085 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
1086 | #, python-format |
1087 | msgid "Every %s days" |
1088 | msgstr "Кожныя %s дні" |
1089 | |
1090 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1091 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
1092 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
1093 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
1094 | #, python-format |
1095 | msgid "%s updates" |
1096 | msgstr "" |
1097 | |
1098 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1099 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
1100 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
1101 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
1102 | #, python-format |
1103 | msgid "%s Software" |
1104 | @@ -131,7 +131,7 @@ |
1105 | #. TRANSLATORS: Label for the components in the Internet section |
1106 | #. first %s is the description of the component |
1107 | #. second %s is the code name of the comp, eg main, universe |
1108 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
1109 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
1110 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
1111 | #, python-format |
1112 | msgid "%s (%s)" |
1113 | @@ -139,15 +139,15 @@ |
1114 | |
1115 | #. add a separator and the option to choose another mirror from the list |
1116 | #. #FIXME server_store.append(["sep", None, True]) |
1117 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
1118 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
1119 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
1120 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
1121 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
1122 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
1123 | msgid "Other..." |
1124 | msgstr "" |
1125 | |
1126 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
1127 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
1128 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
1129 | #, python-format |
1130 | msgid "" |
1131 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
1132 | @@ -155,45 +155,45 @@ |
1133 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
1134 | msgstr "" |
1135 | |
1136 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
1137 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
1138 | msgid "Add APT repository" |
1139 | msgstr "" |
1140 | |
1141 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
1142 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
1143 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
1144 | msgid "Import key" |
1145 | msgstr "Імпартаваць ключ" |
1146 | |
1147 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
1148 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
1149 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
1150 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
1151 | msgid "Error importing selected file" |
1152 | msgstr "Памылка імпартаваньня выбранага файла" |
1153 | |
1154 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
1155 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
1156 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
1157 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
1158 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
1159 | msgstr "Выбраны файл можа быць пашкоджаны, альбо не зьяўляецца ключом PGP." |
1160 | |
1161 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
1162 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
1163 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
1164 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
1165 | msgid "Error removing the key" |
1166 | msgstr "Памылка выдаленьня ключа" |
1167 | |
1168 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
1169 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
1170 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
1171 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
1172 | msgid "The key you selected could not be removed. Please report this as a bug." |
1173 | msgstr "" |
1174 | "Выбраны ключ ня можа быць выдалены. Калі ласка, дашліце баг-рэпорт аб гэтым." |
1175 | |
1176 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
1177 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
1178 | msgid "Reload" |
1179 | msgstr "" |
1180 | |
1181 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
1182 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
1183 | #: ../data/glade/dialogs.glade.h:4 |
1184 | msgid "" |
1185 | "<b><big>The information about available software is out-of-date</big></b>\n" |
1186 | @@ -204,11 +204,11 @@ |
1187 | "You need a working internet connection to continue." |
1188 | msgstr "" |
1189 | |
1190 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
1191 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
1192 | msgid "CD Error" |
1193 | msgstr "" |
1194 | |
1195 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
1196 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
1197 | #, python-format |
1198 | msgid "" |
1199 | "<big><b>Error scanning the CD</b></big>\n" |
1200 | @@ -216,30 +216,30 @@ |
1201 | "%s" |
1202 | msgstr "" |
1203 | |
1204 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
1205 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
1206 | msgid "CD Name" |
1207 | msgstr "" |
1208 | |
1209 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
1210 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
1211 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
1212 | msgid "Please enter a name for the disc" |
1213 | msgstr "Калі ласка, задайце назву для дыска" |
1214 | |
1215 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1216 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1217 | msgid "Insert Disk" |
1218 | msgstr "" |
1219 | |
1220 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1221 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1222 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
1223 | #, fuzzy |
1224 | msgid "Please insert a disk in the drive:" |
1225 | msgstr "Калі ласка, устаўце дыск у дыскавод:" |
1226 | |
1227 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
1228 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
1229 | msgid "Binary" |
1230 | msgstr "" |
1231 | |
1232 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1233 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1234 | msgid "Source code" |
1235 | msgstr "" |
1236 | |
1237 | |
1238 | === modified file 'po/bg.po' |
1239 | --- po/bg.po 2009-08-28 17:57:47 +0000 |
1240 | +++ po/bg.po 2018-07-14 10:52:17 +0000 |
1241 | @@ -74,57 +74,57 @@ |
1242 | "distribution project." |
1243 | msgstr "" |
1244 | |
1245 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
1246 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
1247 | msgid "Mirror" |
1248 | msgstr "" |
1249 | |
1250 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1251 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
1252 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1253 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
1254 | msgid "Testing Mirrors" |
1255 | msgstr "" |
1256 | |
1257 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1258 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
1259 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1260 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
1261 | #, fuzzy |
1262 | msgid "Cancel" |
1263 | msgstr "Промени" |
1264 | |
1265 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
1266 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
1267 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
1268 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
1269 | msgid "Daily" |
1270 | msgstr "Ежедневно" |
1271 | |
1272 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
1273 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
1274 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
1275 | msgid "Every two days" |
1276 | msgstr "Всеки два дни" |
1277 | |
1278 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
1279 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
1280 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
1281 | msgid "Weekly" |
1282 | msgstr "Ежеседмично" |
1283 | |
1284 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
1285 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
1286 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
1287 | msgid "Every two weeks" |
1288 | msgstr "Всеки две седмици" |
1289 | |
1290 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
1291 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
1292 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
1293 | #, python-format |
1294 | msgid "Every %s days" |
1295 | msgstr "Всеки %s дни" |
1296 | |
1297 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1298 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
1299 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
1300 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
1301 | #, python-format |
1302 | msgid "%s updates" |
1303 | msgstr "" |
1304 | |
1305 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1306 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
1307 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
1308 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
1309 | #, fuzzy, python-format |
1310 | msgid "%s Software" |
1311 | @@ -133,7 +133,7 @@ |
1312 | #. TRANSLATORS: Label for the components in the Internet section |
1313 | #. first %s is the description of the component |
1314 | #. second %s is the code name of the comp, eg main, universe |
1315 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
1316 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
1317 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
1318 | #, python-format |
1319 | msgid "%s (%s)" |
1320 | @@ -141,15 +141,15 @@ |
1321 | |
1322 | #. add a separator and the option to choose another mirror from the list |
1323 | #. #FIXME server_store.append(["sep", None, True]) |
1324 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
1325 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
1326 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
1327 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
1328 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
1329 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
1330 | msgid "Other..." |
1331 | msgstr "" |
1332 | |
1333 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
1334 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
1335 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
1336 | #, fuzzy, python-format |
1337 | msgid "" |
1338 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
1339 | @@ -162,35 +162,35 @@ |
1340 | "APT редът съдържа вида, местонахождението и компонентите за даден канал. " |
1341 | "Например <i>„deb http://ftp.debian.org sarge main“</i>." |
1342 | |
1343 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
1344 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
1345 | #, fuzzy |
1346 | msgid "Add APT repository" |
1347 | msgstr "Добавяне на хранилище..." |
1348 | |
1349 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
1350 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
1351 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
1352 | msgid "Import key" |
1353 | msgstr "Внасяне на ключ" |
1354 | |
1355 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
1356 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
1357 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
1358 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
1359 | msgid "Error importing selected file" |
1360 | msgstr "Грешка при внасяне на избрания файл" |
1361 | |
1362 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
1363 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
1364 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
1365 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
1366 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
1367 | msgstr "Избраният файл може да не е GPG файл ключ или може да е повреден." |
1368 | |
1369 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
1370 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
1371 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
1372 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
1373 | msgid "Error removing the key" |
1374 | msgstr "Грешка при премахване на ключа" |
1375 | |
1376 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
1377 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
1378 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
1379 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
1380 | msgid "The key you selected could not be removed. Please report this as a bug." |
1381 | @@ -198,12 +198,12 @@ |
1382 | "Ключът, който избрахте не може да бъде премахнат. Докладвайте това като " |
1383 | "грешка." |
1384 | |
1385 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
1386 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
1387 | #, fuzzy |
1388 | msgid "Reload" |
1389 | msgstr "_Презареждане" |
1390 | |
1391 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
1392 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
1393 | #: ../data/glade/dialogs.glade.h:4 |
1394 | #, fuzzy |
1395 | msgid "" |
1396 | @@ -221,11 +221,11 @@ |
1397 | "\n" |
1398 | "Нужна Ви е Интернет връзка, за да продължите." |
1399 | |
1400 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
1401 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
1402 | msgid "CD Error" |
1403 | msgstr "" |
1404 | |
1405 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
1406 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
1407 | #, fuzzy, python-format |
1408 | msgid "" |
1409 | "<big><b>Error scanning the CD</b></big>\n" |
1410 | @@ -236,30 +236,30 @@ |
1411 | "\n" |
1412 | "%s" |
1413 | |
1414 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
1415 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
1416 | msgid "CD Name" |
1417 | msgstr "" |
1418 | |
1419 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
1420 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
1421 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
1422 | msgid "Please enter a name for the disc" |
1423 | msgstr "Моля, въведете име за диска" |
1424 | |
1425 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1426 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1427 | msgid "Insert Disk" |
1428 | msgstr "" |
1429 | |
1430 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1431 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1432 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
1433 | #, fuzzy |
1434 | msgid "Please insert a disk in the drive:" |
1435 | msgstr "Моля, поставете диск в устройството:" |
1436 | |
1437 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
1438 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
1439 | msgid "Binary" |
1440 | msgstr "Двоични" |
1441 | |
1442 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1443 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1444 | #, fuzzy |
1445 | msgid "Source code" |
1446 | msgstr "Изходен код" |
1447 | |
1448 | === modified file 'po/bn.po' |
1449 | --- po/bn.po 2009-08-28 17:57:47 +0000 |
1450 | +++ po/bn.po 2018-07-14 10:52:17 +0000 |
1451 | @@ -74,57 +74,57 @@ |
1452 | "distribution project." |
1453 | msgstr "" |
1454 | |
1455 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
1456 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
1457 | msgid "Mirror" |
1458 | msgstr "" |
1459 | |
1460 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1461 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
1462 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1463 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
1464 | msgid "Testing Mirrors" |
1465 | msgstr "" |
1466 | |
1467 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1468 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
1469 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1470 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
1471 | #, fuzzy |
1472 | msgid "Cancel" |
1473 | msgstr "পরিবর্তন" |
1474 | |
1475 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
1476 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
1477 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
1478 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
1479 | msgid "Daily" |
1480 | msgstr "দৈনিক" |
1481 | |
1482 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
1483 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
1484 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
1485 | msgid "Every two days" |
1486 | msgstr "প্রত্যেক দুই দিনে" |
1487 | |
1488 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
1489 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
1490 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
1491 | msgid "Weekly" |
1492 | msgstr "সাপ্তাহিক" |
1493 | |
1494 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
1495 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
1496 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
1497 | msgid "Every two weeks" |
1498 | msgstr "প্রত্যেক দুই সপ্তাহে" |
1499 | |
1500 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
1501 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
1502 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
1503 | #, python-format |
1504 | msgid "Every %s days" |
1505 | msgstr "প্রত্যেক %s দিনে" |
1506 | |
1507 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1508 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
1509 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
1510 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
1511 | #, python-format |
1512 | msgid "%s updates" |
1513 | msgstr "" |
1514 | |
1515 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1516 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
1517 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
1518 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
1519 | #, fuzzy, python-format |
1520 | msgid "%s Software" |
1521 | @@ -133,7 +133,7 @@ |
1522 | #. TRANSLATORS: Label for the components in the Internet section |
1523 | #. first %s is the description of the component |
1524 | #. second %s is the code name of the comp, eg main, universe |
1525 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
1526 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
1527 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
1528 | #, python-format |
1529 | msgid "%s (%s)" |
1530 | @@ -141,15 +141,15 @@ |
1531 | |
1532 | #. add a separator and the option to choose another mirror from the list |
1533 | #. #FIXME server_store.append(["sep", None, True]) |
1534 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
1535 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
1536 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
1537 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
1538 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
1539 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
1540 | msgid "Other..." |
1541 | msgstr "" |
1542 | |
1543 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
1544 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
1545 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
1546 | #, python-format |
1547 | msgid "" |
1548 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
1549 | @@ -157,45 +157,45 @@ |
1550 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
1551 | msgstr "" |
1552 | |
1553 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
1554 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
1555 | msgid "Add APT repository" |
1556 | msgstr "" |
1557 | |
1558 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
1559 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
1560 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
1561 | msgid "Import key" |
1562 | msgstr "কী ইম্পোর্ট" |
1563 | |
1564 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
1565 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
1566 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
1567 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
1568 | msgid "Error importing selected file" |
1569 | msgstr "নির্বাচিত ফাইলটি ইম্পোর্ট করতে সমস্যা হয়েছে" |
1570 | |
1571 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
1572 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
1573 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
1574 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
1575 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
1576 | msgstr "বেছে নেয়া ফাইলটি মনে হয় কোন GPG কী ফাইল নয় অথবা এটি নষ্ট।" |
1577 | |
1578 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
1579 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
1580 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
1581 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
1582 | msgid "Error removing the key" |
1583 | msgstr "কী সরাতে সমস্যা হয়েছে" |
1584 | |
1585 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
1586 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
1587 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
1588 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
1589 | msgid "The key you selected could not be removed. Please report this as a bug." |
1590 | msgstr "" |
1591 | |
1592 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
1593 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
1594 | #, fuzzy |
1595 | msgid "Reload" |
1596 | msgstr "পুনরায় পড়ো (_R)" |
1597 | |
1598 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
1599 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
1600 | #: ../data/glade/dialogs.glade.h:4 |
1601 | msgid "" |
1602 | "<b><big>The information about available software is out-of-date</big></b>\n" |
1603 | @@ -206,11 +206,11 @@ |
1604 | "You need a working internet connection to continue." |
1605 | msgstr "" |
1606 | |
1607 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
1608 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
1609 | msgid "CD Error" |
1610 | msgstr "" |
1611 | |
1612 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
1613 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
1614 | #, fuzzy, python-format |
1615 | msgid "" |
1616 | "<big><b>Error scanning the CD</b></big>\n" |
1617 | @@ -221,33 +221,33 @@ |
1618 | "\n" |
1619 | "%s" |
1620 | |
1621 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
1622 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
1623 | msgid "CD Name" |
1624 | msgstr "" |
1625 | |
1626 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
1627 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
1628 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
1629 | msgid "Please enter a name for the disc" |
1630 | msgstr "ডিস্কের জন্য একটি নাম দিন" |
1631 | |
1632 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1633 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1634 | msgid "Insert Disk" |
1635 | msgstr "" |
1636 | |
1637 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1638 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1639 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
1640 | #, fuzzy |
1641 | msgid "Please insert a disk in the drive:" |
1642 | msgstr "অনুগ্রহ করে ড্রাইভে একটি ডিস্ক দিন:" |
1643 | |
1644 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
1645 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
1646 | #, fuzzy |
1647 | msgid "Binary" |
1648 | msgstr "" |
1649 | "বাইনারী\n" |
1650 | "উৎস" |
1651 | |
1652 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1653 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1654 | msgid "Source code" |
1655 | msgstr "" |
1656 | |
1657 | |
1658 | === modified file 'po/br.po' |
1659 | --- po/br.po 2009-08-28 17:57:47 +0000 |
1660 | +++ po/br.po 2018-07-14 10:52:17 +0000 |
1661 | @@ -72,56 +72,56 @@ |
1662 | "distribution project." |
1663 | msgstr "" |
1664 | |
1665 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
1666 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
1667 | msgid "Mirror" |
1668 | msgstr "" |
1669 | |
1670 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1671 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
1672 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1673 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
1674 | msgid "Testing Mirrors" |
1675 | msgstr "" |
1676 | |
1677 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1678 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
1679 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1680 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
1681 | msgid "Cancel" |
1682 | msgstr "" |
1683 | |
1684 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
1685 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
1686 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
1687 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
1688 | msgid "Daily" |
1689 | msgstr "" |
1690 | |
1691 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
1692 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
1693 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
1694 | msgid "Every two days" |
1695 | msgstr "" |
1696 | |
1697 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
1698 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
1699 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
1700 | msgid "Weekly" |
1701 | msgstr "" |
1702 | |
1703 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
1704 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
1705 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
1706 | msgid "Every two weeks" |
1707 | msgstr "" |
1708 | |
1709 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
1710 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
1711 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
1712 | #, python-format |
1713 | msgid "Every %s days" |
1714 | msgstr "Bep %s devezh" |
1715 | |
1716 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1717 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
1718 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
1719 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
1720 | #, python-format |
1721 | msgid "%s updates" |
1722 | msgstr "" |
1723 | |
1724 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1725 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
1726 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
1727 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
1728 | #, python-format |
1729 | msgid "%s Software" |
1730 | @@ -130,7 +130,7 @@ |
1731 | #. TRANSLATORS: Label for the components in the Internet section |
1732 | #. first %s is the description of the component |
1733 | #. second %s is the code name of the comp, eg main, universe |
1734 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
1735 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
1736 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
1737 | #, python-format |
1738 | msgid "%s (%s)" |
1739 | @@ -138,15 +138,15 @@ |
1740 | |
1741 | #. add a separator and the option to choose another mirror from the list |
1742 | #. #FIXME server_store.append(["sep", None, True]) |
1743 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
1744 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
1745 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
1746 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
1747 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
1748 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
1749 | msgid "Other..." |
1750 | msgstr "" |
1751 | |
1752 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
1753 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
1754 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
1755 | #, python-format |
1756 | msgid "" |
1757 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
1758 | @@ -154,22 +154,22 @@ |
1759 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
1760 | msgstr "" |
1761 | |
1762 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
1763 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
1764 | msgid "Add APT repository" |
1765 | msgstr "" |
1766 | |
1767 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
1768 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
1769 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
1770 | msgid "Import key" |
1771 | msgstr "Emborzhiañ an alc'hwezh" |
1772 | |
1773 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
1774 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
1775 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
1776 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
1777 | msgid "Error importing selected file" |
1778 | msgstr "Fazi en ur emborzhiañ ar restr dibabet" |
1779 | |
1780 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
1781 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
1782 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
1783 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
1784 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
1785 | @@ -177,13 +177,13 @@ |
1786 | "Moarvat n'eo ket ur restr alc'hwezh GPG ar restr dibabet, pe neuze eo " |
1787 | "gwastet." |
1788 | |
1789 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
1790 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
1791 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
1792 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
1793 | msgid "Error removing the key" |
1794 | msgstr "Fazi en ur zilemel an alc'hwezh" |
1795 | |
1796 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
1797 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
1798 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
1799 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
1800 | msgid "The key you selected could not be removed. Please report this as a bug." |
1801 | @@ -191,11 +191,11 @@ |
1802 | "N'eus ket tu da zilemel an alc'whezh ho peus dibabet. Kelaouit eo ur bug " |
1803 | "marplij." |
1804 | |
1805 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
1806 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
1807 | msgid "Reload" |
1808 | msgstr "" |
1809 | |
1810 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
1811 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
1812 | #: ../data/glade/dialogs.glade.h:4 |
1813 | msgid "" |
1814 | "<b><big>The information about available software is out-of-date</big></b>\n" |
1815 | @@ -206,11 +206,11 @@ |
1816 | "You need a working internet connection to continue." |
1817 | msgstr "" |
1818 | |
1819 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
1820 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
1821 | msgid "CD Error" |
1822 | msgstr "" |
1823 | |
1824 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
1825 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
1826 | #, python-format |
1827 | msgid "" |
1828 | "<big><b>Error scanning the CD</b></big>\n" |
1829 | @@ -218,30 +218,30 @@ |
1830 | "%s" |
1831 | msgstr "" |
1832 | |
1833 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
1834 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
1835 | msgid "CD Name" |
1836 | msgstr "" |
1837 | |
1838 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
1839 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
1840 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
1841 | msgid "Please enter a name for the disc" |
1842 | msgstr "Roit un anv evit ar bladenn marplij" |
1843 | |
1844 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1845 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1846 | msgid "Insert Disk" |
1847 | msgstr "" |
1848 | |
1849 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
1850 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
1851 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
1852 | #, fuzzy |
1853 | msgid "Please insert a disk in the drive:" |
1854 | msgstr "Lakait ur bladenn e-barzh ul lenner marplij:" |
1855 | |
1856 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
1857 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
1858 | msgid "Binary" |
1859 | msgstr "" |
1860 | |
1861 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1862 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
1863 | msgid "Source code" |
1864 | msgstr "" |
1865 | |
1866 | |
1867 | === modified file 'po/ca.po' |
1868 | --- po/ca.po 2009-08-28 17:57:47 +0000 |
1869 | +++ po/ca.po 2018-07-14 10:52:17 +0000 |
1870 | @@ -74,57 +74,57 @@ |
1871 | "distribution project." |
1872 | msgstr "" |
1873 | |
1874 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
1875 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
1876 | msgid "Mirror" |
1877 | msgstr "" |
1878 | |
1879 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1880 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
1881 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1882 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
1883 | msgid "Testing Mirrors" |
1884 | msgstr "" |
1885 | |
1886 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
1887 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
1888 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
1889 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
1890 | #, fuzzy |
1891 | msgid "Cancel" |
1892 | msgstr "Canvis" |
1893 | |
1894 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
1895 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
1896 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
1897 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
1898 | msgid "Daily" |
1899 | msgstr "Diàriament" |
1900 | |
1901 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
1902 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
1903 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
1904 | msgid "Every two days" |
1905 | msgstr "Cada dos dies" |
1906 | |
1907 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
1908 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
1909 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
1910 | msgid "Weekly" |
1911 | msgstr "Setmanalment" |
1912 | |
1913 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
1914 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
1915 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
1916 | msgid "Every two weeks" |
1917 | msgstr "Cada dues setmanes" |
1918 | |
1919 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
1920 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
1921 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
1922 | #, python-format |
1923 | msgid "Every %s days" |
1924 | msgstr "Cada %s dies" |
1925 | |
1926 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1927 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
1928 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
1929 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
1930 | #, python-format |
1931 | msgid "%s updates" |
1932 | msgstr "" |
1933 | |
1934 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
1935 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
1936 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
1937 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
1938 | #, fuzzy, python-format |
1939 | msgid "%s Software" |
1940 | @@ -133,7 +133,7 @@ |
1941 | #. TRANSLATORS: Label for the components in the Internet section |
1942 | #. first %s is the description of the component |
1943 | #. second %s is the code name of the comp, eg main, universe |
1944 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
1945 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
1946 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
1947 | #, python-format |
1948 | msgid "%s (%s)" |
1949 | @@ -141,15 +141,15 @@ |
1950 | |
1951 | #. add a separator and the option to choose another mirror from the list |
1952 | #. #FIXME server_store.append(["sep", None, True]) |
1953 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
1954 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
1955 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
1956 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
1957 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
1958 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
1959 | msgid "Other..." |
1960 | msgstr "" |
1961 | |
1962 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
1963 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
1964 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
1965 | #, fuzzy, python-format |
1966 | msgid "" |
1967 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
1968 | @@ -161,23 +161,23 @@ |
1969 | "La línia APT inclou el tipus, la ubicació i els components del canal, per " |
1970 | "exemple <i>\"deb http://ftp.debian.org sarge main\"</i>." |
1971 | |
1972 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
1973 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
1974 | #, fuzzy |
1975 | msgid "Add APT repository" |
1976 | msgstr "Afegeix un dipòsit..." |
1977 | |
1978 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
1979 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
1980 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
1981 | msgid "Import key" |
1982 | msgstr "Importa un clau" |
1983 | |
1984 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
1985 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
1986 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
1987 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
1988 | msgid "Error importing selected file" |
1989 | msgstr "S'ha produït un error en importar el fitxer seleccionat" |
1990 | |
1991 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
1992 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
1993 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
1994 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
1995 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
1996 | @@ -185,13 +185,13 @@ |
1997 | "El fitxer que heu seleccionat no correspon a una clau GPG o pot estar " |
1998 | "corromput." |
1999 | |
2000 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
2001 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
2002 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
2003 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
2004 | msgid "Error removing the key" |
2005 | msgstr "S'ha produït un error en esborrar la clau" |
2006 | |
2007 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
2008 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
2009 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
2010 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
2011 | msgid "The key you selected could not be removed. Please report this as a bug." |
2012 | @@ -199,11 +199,11 @@ |
2013 | "La clau que heu seleccionat no es pot esborrar. Notifiqueu-ho com a error de " |
2014 | "programació." |
2015 | |
2016 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
2017 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
2018 | msgid "Reload" |
2019 | msgstr "Actualitza" |
2020 | |
2021 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
2022 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
2023 | #: ../data/glade/dialogs.glade.h:4 |
2024 | #, fuzzy |
2025 | msgid "" |
2026 | @@ -221,11 +221,11 @@ |
2027 | "\n" |
2028 | "Necessiteu una connexió a Internet per poder continuar." |
2029 | |
2030 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
2031 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
2032 | msgid "CD Error" |
2033 | msgstr "" |
2034 | |
2035 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
2036 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
2037 | #, fuzzy, python-format |
2038 | msgid "" |
2039 | "<big><b>Error scanning the CD</b></big>\n" |
2040 | @@ -236,30 +236,30 @@ |
2041 | "\n" |
2042 | "%s" |
2043 | |
2044 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2045 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2046 | msgid "CD Name" |
2047 | msgstr "" |
2048 | |
2049 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2050 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2051 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
2052 | msgid "Please enter a name for the disc" |
2053 | msgstr "Introduïu un nom per al disc" |
2054 | |
2055 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2056 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2057 | msgid "Insert Disk" |
2058 | msgstr "" |
2059 | |
2060 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2061 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2062 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
2063 | #, fuzzy |
2064 | msgid "Please insert a disk in the drive:" |
2065 | msgstr "Inseriu un disc a la unitat:" |
2066 | |
2067 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
2068 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
2069 | msgid "Binary" |
2070 | msgstr "Binari" |
2071 | |
2072 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2073 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2074 | #, fuzzy |
2075 | msgid "Source code" |
2076 | msgstr "Font" |
2077 | |
2078 | === modified file 'po/cs.po' |
2079 | --- po/cs.po 2009-08-28 17:57:47 +0000 |
2080 | +++ po/cs.po 2018-07-14 10:52:17 +0000 |
2081 | @@ -89,57 +89,57 @@ |
2082 | "distribution project." |
2083 | msgstr "" |
2084 | |
2085 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
2086 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
2087 | msgid "Mirror" |
2088 | msgstr "" |
2089 | |
2090 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2091 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
2092 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2093 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
2094 | msgid "Testing Mirrors" |
2095 | msgstr "" |
2096 | |
2097 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2098 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
2099 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2100 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
2101 | #, fuzzy |
2102 | msgid "Cancel" |
2103 | msgstr "Změny" |
2104 | |
2105 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
2106 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
2107 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
2108 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
2109 | msgid "Daily" |
2110 | msgstr "Denně" |
2111 | |
2112 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
2113 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
2114 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
2115 | msgid "Every two days" |
2116 | msgstr "Obden" |
2117 | |
2118 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
2119 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
2120 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
2121 | msgid "Weekly" |
2122 | msgstr "Týdně" |
2123 | |
2124 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
2125 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
2126 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
2127 | msgid "Every two weeks" |
2128 | msgstr "Každé dva týdny" |
2129 | |
2130 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
2131 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
2132 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
2133 | #, python-format |
2134 | msgid "Every %s days" |
2135 | msgstr "Každých %s dní" |
2136 | |
2137 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2138 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
2139 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
2140 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
2141 | #, python-format |
2142 | msgid "%s updates" |
2143 | msgstr "Aktualizace %s" |
2144 | |
2145 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2146 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
2147 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
2148 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
2149 | #, fuzzy, python-format |
2150 | msgid "%s Software" |
2151 | @@ -148,7 +148,7 @@ |
2152 | #. TRANSLATORS: Label for the components in the Internet section |
2153 | #. first %s is the description of the component |
2154 | #. second %s is the code name of the comp, eg main, universe |
2155 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
2156 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
2157 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
2158 | #, python-format |
2159 | msgid "%s (%s)" |
2160 | @@ -156,15 +156,15 @@ |
2161 | |
2162 | #. add a separator and the option to choose another mirror from the list |
2163 | #. #FIXME server_store.append(["sep", None, True]) |
2164 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
2165 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
2166 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
2167 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
2168 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
2169 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
2170 | msgid "Other..." |
2171 | msgstr "" |
2172 | |
2173 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
2174 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
2175 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
2176 | #, fuzzy, python-format |
2177 | msgid "" |
2178 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
2179 | @@ -177,45 +177,45 @@ |
2180 | "Řádek pro APT kanál obsahuje typ, umístění a součásti kanálu, např. <i>\"deb " |
2181 | "http://ftp.debian.org sarge main\"</i>." |
2182 | |
2183 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
2184 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
2185 | msgid "Add APT repository" |
2186 | msgstr "" |
2187 | |
2188 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
2189 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
2190 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
2191 | msgid "Import key" |
2192 | msgstr "Importovat klíč" |
2193 | |
2194 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
2195 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
2196 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
2197 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
2198 | msgid "Error importing selected file" |
2199 | msgstr "Chyba při importu vybraného souboru" |
2200 | |
2201 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
2202 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
2203 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
2204 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
2205 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
2206 | msgstr "Vybraný soubor asi není klíč GPG, anebo může být poškozen." |
2207 | |
2208 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
2209 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
2210 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
2211 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
2212 | msgid "Error removing the key" |
2213 | msgstr "Chyba při odstraňování klíče" |
2214 | |
2215 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
2216 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
2217 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
2218 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
2219 | msgid "The key you selected could not be removed. Please report this as a bug." |
2220 | msgstr "Vybraný klíč nemohl být odstraněn. Prosím oznamte to jako chybu." |
2221 | |
2222 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
2223 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
2224 | #, fuzzy |
2225 | msgid "Reload" |
2226 | msgstr "_Obnovit" |
2227 | |
2228 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
2229 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
2230 | #: ../data/glade/dialogs.glade.h:4 |
2231 | msgid "" |
2232 | "<b><big>The information about available software is out-of-date</big></b>\n" |
2233 | @@ -232,11 +232,11 @@ |
2234 | "\n" |
2235 | "K tomu je nutné funkční připojení k Internetu." |
2236 | |
2237 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
2238 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
2239 | msgid "CD Error" |
2240 | msgstr "" |
2241 | |
2242 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
2243 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
2244 | #, python-format |
2245 | msgid "" |
2246 | "<big><b>Error scanning the CD</b></big>\n" |
2247 | @@ -247,33 +247,33 @@ |
2248 | "\n" |
2249 | "%s" |
2250 | |
2251 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2252 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2253 | msgid "CD Name" |
2254 | msgstr "" |
2255 | |
2256 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2257 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2258 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
2259 | msgid "Please enter a name for the disc" |
2260 | msgstr "Prosím zadejte jméno disku" |
2261 | |
2262 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2263 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2264 | msgid "Insert Disk" |
2265 | msgstr "" |
2266 | |
2267 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2268 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2269 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
2270 | #, fuzzy |
2271 | msgid "Please insert a disk in the drive:" |
2272 | msgstr "Prosím vložte disk do mechaniky:" |
2273 | |
2274 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
2275 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
2276 | #, fuzzy |
2277 | msgid "Binary" |
2278 | msgstr "" |
2279 | "Binární balíky\n" |
2280 | "Balíky se zdrojovými kódy" |
2281 | |
2282 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2283 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2284 | msgid "Source code" |
2285 | msgstr "Zdrojový kód" |
2286 | |
2287 | |
2288 | === modified file 'po/csb.po' |
2289 | --- po/csb.po 2009-08-28 17:57:47 +0000 |
2290 | +++ po/csb.po 2018-07-14 10:52:17 +0000 |
2291 | @@ -73,56 +73,56 @@ |
2292 | "distribution project." |
2293 | msgstr "" |
2294 | |
2295 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
2296 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
2297 | msgid "Mirror" |
2298 | msgstr "" |
2299 | |
2300 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2301 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
2302 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2303 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
2304 | msgid "Testing Mirrors" |
2305 | msgstr "" |
2306 | |
2307 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2308 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
2309 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2310 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
2311 | msgid "Cancel" |
2312 | msgstr "" |
2313 | |
2314 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
2315 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
2316 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
2317 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
2318 | msgid "Daily" |
2319 | msgstr "Codniowò" |
2320 | |
2321 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
2322 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
2323 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
2324 | msgid "Every two days" |
2325 | msgstr "Co dwa dni" |
2326 | |
2327 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
2328 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
2329 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
2330 | msgid "Weekly" |
2331 | msgstr "Co tidzeń" |
2332 | |
2333 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
2334 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
2335 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
2336 | msgid "Every two weeks" |
2337 | msgstr "Co dwa tidzenie" |
2338 | |
2339 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
2340 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
2341 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
2342 | #, python-format |
2343 | msgid "Every %s days" |
2344 | msgstr "Co %s dni" |
2345 | |
2346 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2347 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
2348 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
2349 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
2350 | #, python-format |
2351 | msgid "%s updates" |
2352 | msgstr "%s aktualizacëji" |
2353 | |
2354 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2355 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
2356 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
2357 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
2358 | #, python-format |
2359 | msgid "%s Software" |
2360 | @@ -131,7 +131,7 @@ |
2361 | #. TRANSLATORS: Label for the components in the Internet section |
2362 | #. first %s is the description of the component |
2363 | #. second %s is the code name of the comp, eg main, universe |
2364 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
2365 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
2366 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
2367 | #, python-format |
2368 | msgid "%s (%s)" |
2369 | @@ -139,15 +139,15 @@ |
2370 | |
2371 | #. add a separator and the option to choose another mirror from the list |
2372 | #. #FIXME server_store.append(["sep", None, True]) |
2373 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
2374 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
2375 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
2376 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
2377 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
2378 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
2379 | msgid "Other..." |
2380 | msgstr "" |
2381 | |
2382 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
2383 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
2384 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
2385 | #, python-format |
2386 | msgid "" |
2387 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
2388 | @@ -155,44 +155,44 @@ |
2389 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
2390 | msgstr "" |
2391 | |
2392 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
2393 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
2394 | msgid "Add APT repository" |
2395 | msgstr "" |
2396 | |
2397 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
2398 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
2399 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
2400 | msgid "Import key" |
2401 | msgstr "Impòrtëjë klucz" |
2402 | |
2403 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
2404 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
2405 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
2406 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
2407 | msgid "Error importing selected file" |
2408 | msgstr "Fela òbczas impòrtowania wëbrónegò lopkù" |
2409 | |
2410 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
2411 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
2412 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
2413 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
2414 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
2415 | msgstr "Wëbróny lopk może nie bëc kluczã abò mòże bëc pòpsëti." |
2416 | |
2417 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
2418 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
2419 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
2420 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
2421 | msgid "Error removing the key" |
2422 | msgstr "Fela òbczas rëmaniô klucza" |
2423 | |
2424 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
2425 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
2426 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
2427 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
2428 | msgid "The key you selected could not be removed. Please report this as a bug." |
2429 | msgstr "Nie mòżna bëło rëmnąc klucza. Proszã zgłoszëc to jakno felã." |
2430 | |
2431 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
2432 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
2433 | msgid "Reload" |
2434 | msgstr "" |
2435 | |
2436 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
2437 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
2438 | #: ../data/glade/dialogs.glade.h:4 |
2439 | msgid "" |
2440 | "<b><big>The information about available software is out-of-date</big></b>\n" |
2441 | @@ -203,11 +203,11 @@ |
2442 | "You need a working internet connection to continue." |
2443 | msgstr "" |
2444 | |
2445 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
2446 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
2447 | msgid "CD Error" |
2448 | msgstr "" |
2449 | |
2450 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
2451 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
2452 | #, python-format |
2453 | msgid "" |
2454 | "<big><b>Error scanning the CD</b></big>\n" |
2455 | @@ -218,30 +218,30 @@ |
2456 | "\n" |
2457 | "%s" |
2458 | |
2459 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2460 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2461 | msgid "CD Name" |
2462 | msgstr "" |
2463 | |
2464 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2465 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2466 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
2467 | msgid "Please enter a name for the disc" |
2468 | msgstr "Proszã dac miono dlô platë" |
2469 | |
2470 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2471 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2472 | msgid "Insert Disk" |
2473 | msgstr "" |
2474 | |
2475 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2476 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2477 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
2478 | #, fuzzy |
2479 | msgid "Please insert a disk in the drive:" |
2480 | msgstr "Proszã dac miono dlô platë" |
2481 | |
2482 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
2483 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
2484 | msgid "Binary" |
2485 | msgstr "" |
2486 | |
2487 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2488 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2489 | msgid "Source code" |
2490 | msgstr "" |
2491 | |
2492 | |
2493 | === modified file 'po/da.po' |
2494 | --- po/da.po 2009-08-28 17:57:47 +0000 |
2495 | +++ po/da.po 2018-07-14 10:52:17 +0000 |
2496 | @@ -88,57 +88,57 @@ |
2497 | "distribution project." |
2498 | msgstr "" |
2499 | |
2500 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
2501 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
2502 | msgid "Mirror" |
2503 | msgstr "" |
2504 | |
2505 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2506 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
2507 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2508 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
2509 | msgid "Testing Mirrors" |
2510 | msgstr "" |
2511 | |
2512 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2513 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
2514 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2515 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
2516 | #, fuzzy |
2517 | msgid "Cancel" |
2518 | msgstr "Ændringer" |
2519 | |
2520 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
2521 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
2522 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
2523 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
2524 | msgid "Daily" |
2525 | msgstr "Dagligt" |
2526 | |
2527 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
2528 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
2529 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
2530 | msgid "Every two days" |
2531 | msgstr "Hver anden dag" |
2532 | |
2533 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
2534 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
2535 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
2536 | msgid "Weekly" |
2537 | msgstr "Ugenligt" |
2538 | |
2539 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
2540 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
2541 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
2542 | msgid "Every two weeks" |
2543 | msgstr "Hver anden uge" |
2544 | |
2545 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
2546 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
2547 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
2548 | #, python-format |
2549 | msgid "Every %s days" |
2550 | msgstr "Hver %s. dag" |
2551 | |
2552 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2553 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
2554 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
2555 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
2556 | #, python-format |
2557 | msgid "%s updates" |
2558 | msgstr "%s opdateringer" |
2559 | |
2560 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2561 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
2562 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
2563 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
2564 | #, fuzzy, python-format |
2565 | msgid "%s Software" |
2566 | @@ -147,7 +147,7 @@ |
2567 | #. TRANSLATORS: Label for the components in the Internet section |
2568 | #. first %s is the description of the component |
2569 | #. second %s is the code name of the comp, eg main, universe |
2570 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
2571 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
2572 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
2573 | #, python-format |
2574 | msgid "%s (%s)" |
2575 | @@ -155,15 +155,15 @@ |
2576 | |
2577 | #. add a separator and the option to choose another mirror from the list |
2578 | #. #FIXME server_store.append(["sep", None, True]) |
2579 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
2580 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
2581 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
2582 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
2583 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
2584 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
2585 | msgid "Other..." |
2586 | msgstr "" |
2587 | |
2588 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
2589 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
2590 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
2591 | #, fuzzy, python-format |
2592 | msgid "" |
2593 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
2594 | @@ -176,46 +176,46 @@ |
2595 | "APT-linjen indeholder typen, placeringen og komponenter for arkivet, f.eks. " |
2596 | "<i>\"deb http://ftp.debian.org sarge main\"</i>." |
2597 | |
2598 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
2599 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
2600 | msgid "Add APT repository" |
2601 | msgstr "" |
2602 | |
2603 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
2604 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
2605 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
2606 | msgid "Import key" |
2607 | msgstr "Importér nøgle" |
2608 | |
2609 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
2610 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
2611 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
2612 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
2613 | msgid "Error importing selected file" |
2614 | msgstr "Fejl ved importering af den valgte fil" |
2615 | |
2616 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
2617 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
2618 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
2619 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
2620 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
2621 | msgstr "Den valgte fil er ikke en GPG-nøglefil eller den kan være ødelagt." |
2622 | |
2623 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
2624 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
2625 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
2626 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
2627 | msgid "Error removing the key" |
2628 | msgstr "Fejl ved fjernelse af nøgle" |
2629 | |
2630 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
2631 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
2632 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
2633 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
2634 | msgid "The key you selected could not be removed. Please report this as a bug." |
2635 | msgstr "" |
2636 | "Den valgte nøgle kunne ikke fjernes. Rapportér venligst dette som en fejl." |
2637 | |
2638 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
2639 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
2640 | #, fuzzy |
2641 | msgid "Reload" |
2642 | msgstr "_Genindlæs" |
2643 | |
2644 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
2645 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
2646 | #: ../data/glade/dialogs.glade.h:4 |
2647 | msgid "" |
2648 | "<b><big>The information about available software is out-of-date</big></b>\n" |
2649 | @@ -233,11 +233,11 @@ |
2650 | "\n" |
2651 | "Du skal bruge en fungerende internetforbindelse for at fortsætte." |
2652 | |
2653 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
2654 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
2655 | msgid "CD Error" |
2656 | msgstr "" |
2657 | |
2658 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
2659 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
2660 | #, python-format |
2661 | msgid "" |
2662 | "<big><b>Error scanning the CD</b></big>\n" |
2663 | @@ -248,33 +248,33 @@ |
2664 | "\n" |
2665 | "%s" |
2666 | |
2667 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2668 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2669 | msgid "CD Name" |
2670 | msgstr "" |
2671 | |
2672 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2673 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2674 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
2675 | msgid "Please enter a name for the disc" |
2676 | msgstr "Indtast venligst et navn for disken" |
2677 | |
2678 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2679 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2680 | msgid "Insert Disk" |
2681 | msgstr "" |
2682 | |
2683 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2684 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2685 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
2686 | #, fuzzy |
2687 | msgid "Please insert a disk in the drive:" |
2688 | msgstr "Indsæt venligst en disk i drevet:" |
2689 | |
2690 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
2691 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
2692 | #, fuzzy |
2693 | msgid "Binary" |
2694 | msgstr "" |
2695 | "Binær\n" |
2696 | "Kildetekst" |
2697 | |
2698 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2699 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2700 | msgid "Source code" |
2701 | msgstr "Kildetekst" |
2702 | |
2703 | |
2704 | === modified file 'po/de.po' |
2705 | --- po/de.po 2009-08-28 17:57:47 +0000 |
2706 | +++ po/de.po 2018-07-14 10:52:17 +0000 |
2707 | @@ -89,56 +89,56 @@ |
2708 | "Die Liste der installierten Software und die Häufigkeit ihrer Benutzung an " |
2709 | "das Distributions-Projekt übermitteln." |
2710 | |
2711 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
2712 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
2713 | msgid "Mirror" |
2714 | msgstr "Spiegelserver" |
2715 | |
2716 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2717 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
2718 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2719 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
2720 | msgid "Testing Mirrors" |
2721 | msgstr "Spiegelserver werden getestet" |
2722 | |
2723 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2724 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
2725 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2726 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
2727 | msgid "Cancel" |
2728 | msgstr "Abbrechen" |
2729 | |
2730 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
2731 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
2732 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
2733 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
2734 | msgid "Daily" |
2735 | msgstr "Täglich" |
2736 | |
2737 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
2738 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
2739 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
2740 | msgid "Every two days" |
2741 | msgstr "Alle zwei Tage" |
2742 | |
2743 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
2744 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
2745 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
2746 | msgid "Weekly" |
2747 | msgstr "Wöchentlich" |
2748 | |
2749 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
2750 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
2751 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
2752 | msgid "Every two weeks" |
2753 | msgstr "Alle zwei Wochen" |
2754 | |
2755 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
2756 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
2757 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
2758 | #, python-format |
2759 | msgid "Every %s days" |
2760 | msgstr "Alle %s Tage" |
2761 | |
2762 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2763 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
2764 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
2765 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
2766 | #, python-format |
2767 | msgid "%s updates" |
2768 | msgstr "Aktualisierungen für %s" |
2769 | |
2770 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2771 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
2772 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
2773 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
2774 | #, python-format |
2775 | msgid "%s Software" |
2776 | @@ -147,7 +147,7 @@ |
2777 | #. TRANSLATORS: Label for the components in the Internet section |
2778 | #. first %s is the description of the component |
2779 | #. second %s is the code name of the comp, eg main, universe |
2780 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
2781 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
2782 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
2783 | #, python-format |
2784 | msgid "%s (%s)" |
2785 | @@ -155,15 +155,15 @@ |
2786 | |
2787 | #. add a separator and the option to choose another mirror from the list |
2788 | #. #FIXME server_store.append(["sep", None, True]) |
2789 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
2790 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
2791 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
2792 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
2793 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
2794 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
2795 | msgid "Other..." |
2796 | msgstr "Andere …" |
2797 | |
2798 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
2799 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
2800 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
2801 | #, python-format |
2802 | msgid "" |
2803 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
2804 | @@ -174,22 +174,22 @@ |
2805 | "Sie als Quelle hinzufügen möchten.</b></p><p>Die APT-Zeile enthält den Typ, " |
2806 | "den Ort und die Komponenten des Paketdepots,<br /> z. B. <i>»%s«</i>.</p>" |
2807 | |
2808 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
2809 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
2810 | msgid "Add APT repository" |
2811 | msgstr "Paketdepot _hinzufügen" |
2812 | |
2813 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
2814 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
2815 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
2816 | msgid "Import key" |
2817 | msgstr "Schlüssel importieren" |
2818 | |
2819 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
2820 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
2821 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
2822 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
2823 | msgid "Error importing selected file" |
2824 | msgstr "Fehler beim Importieren der gewählten Datei" |
2825 | |
2826 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
2827 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
2828 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
2829 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
2830 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
2831 | @@ -197,13 +197,13 @@ |
2832 | "Die ausgewählte Datei ist möglicherweise keine GPG-Schlüsseldatei oder sie " |
2833 | "ist beschädigt." |
2834 | |
2835 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
2836 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
2837 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
2838 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
2839 | msgid "Error removing the key" |
2840 | msgstr "Fehler beim Entfernen des Schlüssels" |
2841 | |
2842 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
2843 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
2844 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
2845 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
2846 | msgid "The key you selected could not be removed. Please report this as a bug." |
2847 | @@ -211,11 +211,11 @@ |
2848 | "Der gewählte Schlüssel konnte nicht entfernt werden. Bitte erstellen Sie " |
2849 | "hierfür einen Fehlerbericht." |
2850 | |
2851 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
2852 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
2853 | msgid "Reload" |
2854 | msgstr "Neu laden" |
2855 | |
2856 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
2857 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
2858 | #: ../data/glade/dialogs.glade.h:4 |
2859 | msgid "" |
2860 | "<b><big>The information about available software is out-of-date</big></b>\n" |
2861 | @@ -234,11 +234,11 @@ |
2862 | "\n" |
2863 | "Sie benötigen hierfür eine bestehende Internet-Verbindung." |
2864 | |
2865 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
2866 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
2867 | msgid "CD Error" |
2868 | msgstr "CD-Fehler" |
2869 | |
2870 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
2871 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
2872 | #, python-format |
2873 | msgid "" |
2874 | "<big><b>Error scanning the CD</b></big>\n" |
2875 | @@ -249,29 +249,29 @@ |
2876 | "\n" |
2877 | "%s" |
2878 | |
2879 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2880 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2881 | msgid "CD Name" |
2882 | msgstr "CD-Name" |
2883 | |
2884 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
2885 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
2886 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
2887 | msgid "Please enter a name for the disc" |
2888 | msgstr "Geben Sie einen Namen für das Medium ein" |
2889 | |
2890 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2891 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2892 | msgid "Insert Disk" |
2893 | msgstr "Medium einlegen" |
2894 | |
2895 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
2896 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
2897 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
2898 | msgid "Please insert a disk in the drive:" |
2899 | msgstr "Bitte legen Sie ein Medium in das Laufwerk:" |
2900 | |
2901 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
2902 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
2903 | msgid "Binary" |
2904 | msgstr "Binär" |
2905 | |
2906 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2907 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
2908 | msgid "Source code" |
2909 | msgstr "Quelltext" |
2910 | |
2911 | |
2912 | === modified file 'po/el.po' |
2913 | --- po/el.po 2009-08-28 17:57:47 +0000 |
2914 | +++ po/el.po 2018-07-14 10:52:17 +0000 |
2915 | @@ -89,57 +89,57 @@ |
2916 | "distribution project." |
2917 | msgstr "" |
2918 | |
2919 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
2920 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
2921 | msgid "Mirror" |
2922 | msgstr "" |
2923 | |
2924 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2925 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
2926 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2927 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
2928 | msgid "Testing Mirrors" |
2929 | msgstr "" |
2930 | |
2931 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
2932 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
2933 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
2934 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
2935 | #, fuzzy |
2936 | msgid "Cancel" |
2937 | msgstr "Αλλαγές" |
2938 | |
2939 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
2940 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
2941 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
2942 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
2943 | msgid "Daily" |
2944 | msgstr "Ημερησίως" |
2945 | |
2946 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
2947 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
2948 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
2949 | msgid "Every two days" |
2950 | msgstr "Κάθε δύο ημέρες" |
2951 | |
2952 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
2953 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
2954 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
2955 | msgid "Weekly" |
2956 | msgstr "Εβδομαδιαίως" |
2957 | |
2958 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
2959 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
2960 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
2961 | msgid "Every two weeks" |
2962 | msgstr "Κάθε δύο εβδομάδες" |
2963 | |
2964 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
2965 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
2966 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
2967 | #, python-format |
2968 | msgid "Every %s days" |
2969 | msgstr "Κάθε %s ημέρες" |
2970 | |
2971 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2972 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
2973 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
2974 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
2975 | #, python-format |
2976 | msgid "%s updates" |
2977 | msgstr "%s ενημερώσεις" |
2978 | |
2979 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
2980 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
2981 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
2982 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
2983 | #, fuzzy, python-format |
2984 | msgid "%s Software" |
2985 | @@ -148,7 +148,7 @@ |
2986 | #. TRANSLATORS: Label for the components in the Internet section |
2987 | #. first %s is the description of the component |
2988 | #. second %s is the code name of the comp, eg main, universe |
2989 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
2990 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
2991 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
2992 | #, python-format |
2993 | msgid "%s (%s)" |
2994 | @@ -156,15 +156,15 @@ |
2995 | |
2996 | #. add a separator and the option to choose another mirror from the list |
2997 | #. #FIXME server_store.append(["sep", None, True]) |
2998 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
2999 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
3000 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
3001 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
3002 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
3003 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
3004 | msgid "Other..." |
3005 | msgstr "" |
3006 | |
3007 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
3008 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
3009 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
3010 | #, fuzzy, python-format |
3011 | msgid "" |
3012 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
3013 | @@ -177,22 +177,22 @@ |
3014 | "Η γραμμή APT περιέχει τον τύπο, τοποθεσία και το περιεχόμενο ενός καναλιού, " |
3015 | "για παράδειγμα <i>\"deb http://ftp.debian.org sarge main\"</i>." |
3016 | |
3017 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
3018 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
3019 | msgid "Add APT repository" |
3020 | msgstr "" |
3021 | |
3022 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
3023 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
3024 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
3025 | msgid "Import key" |
3026 | msgstr "Εισαγωγή κλειδιού" |
3027 | |
3028 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
3029 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
3030 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
3031 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
3032 | msgid "Error importing selected file" |
3033 | msgstr "Σφάλμα εισαγωγής επιλεγμένου αρχείου" |
3034 | |
3035 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
3036 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
3037 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
3038 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
3039 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
3040 | @@ -200,13 +200,13 @@ |
3041 | "Το επιλεγμένο αρχείο μπορεί να μην είναι ένα αρχείο κλειδιού GPG ή μπορεί να " |
3042 | "είναι κατεστραμμένο" |
3043 | |
3044 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
3045 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
3046 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
3047 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
3048 | msgid "Error removing the key" |
3049 | msgstr "Σφάλμα απομάκρυνσης κλειδιού" |
3050 | |
3051 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
3052 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
3053 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
3054 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
3055 | msgid "The key you selected could not be removed. Please report this as a bug." |
3056 | @@ -214,12 +214,12 @@ |
3057 | "Το κλειδί που επιλέξατε δεν μπορεί να απομακρυνθεί. Παρακαλώ αναφέρετε αυτό " |
3058 | "ως σφάλμα." |
3059 | |
3060 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
3061 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
3062 | #, fuzzy |
3063 | msgid "Reload" |
3064 | msgstr "Ανα_νέωση" |
3065 | |
3066 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
3067 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
3068 | #: ../data/glade/dialogs.glade.h:4 |
3069 | msgid "" |
3070 | "<b><big>The information about available software is out-of-date</big></b>\n" |
3071 | @@ -238,11 +238,11 @@ |
3072 | "\n" |
3073 | "Χρειάζεστε μια ενεργή σύνδεση στο διαδίκτυο για να συνεχίσετε." |
3074 | |
3075 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
3076 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
3077 | msgid "CD Error" |
3078 | msgstr "" |
3079 | |
3080 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
3081 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
3082 | #, python-format |
3083 | msgid "" |
3084 | "<big><b>Error scanning the CD</b></big>\n" |
3085 | @@ -253,33 +253,33 @@ |
3086 | "\n" |
3087 | "%s" |
3088 | |
3089 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3090 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3091 | msgid "CD Name" |
3092 | msgstr "" |
3093 | |
3094 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3095 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3096 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
3097 | msgid "Please enter a name for the disc" |
3098 | msgstr "Παρακαλώ εισάγετε ένα όνομα για το δίσκο" |
3099 | |
3100 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3101 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3102 | msgid "Insert Disk" |
3103 | msgstr "" |
3104 | |
3105 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3106 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3107 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
3108 | #, fuzzy |
3109 | msgid "Please insert a disk in the drive:" |
3110 | msgstr "Παρακαλώ εισάγετε ένα δίσκο στον οδηγό:" |
3111 | |
3112 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
3113 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
3114 | #, fuzzy |
3115 | msgid "Binary" |
3116 | msgstr "" |
3117 | "Binary\n" |
3118 | "Source" |
3119 | |
3120 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3121 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3122 | msgid "Source code" |
3123 | msgstr "Πηγαίος κώδικας" |
3124 | |
3125 | |
3126 | === modified file 'po/en_AU.po' |
3127 | --- po/en_AU.po 2009-08-28 17:57:47 +0000 |
3128 | +++ po/en_AU.po 2018-07-14 10:52:17 +0000 |
3129 | @@ -88,57 +88,57 @@ |
3130 | "distribution project." |
3131 | msgstr "" |
3132 | |
3133 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
3134 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
3135 | msgid "Mirror" |
3136 | msgstr "" |
3137 | |
3138 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3139 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
3140 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3141 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
3142 | msgid "Testing Mirrors" |
3143 | msgstr "" |
3144 | |
3145 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3146 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
3147 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3148 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
3149 | #, fuzzy |
3150 | msgid "Cancel" |
3151 | msgstr "Changes" |
3152 | |
3153 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
3154 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
3155 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
3156 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
3157 | msgid "Daily" |
3158 | msgstr "Daily" |
3159 | |
3160 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
3161 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
3162 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
3163 | msgid "Every two days" |
3164 | msgstr "Every two days" |
3165 | |
3166 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
3167 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
3168 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
3169 | msgid "Weekly" |
3170 | msgstr "Weekly" |
3171 | |
3172 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
3173 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
3174 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
3175 | msgid "Every two weeks" |
3176 | msgstr "Every two weeks" |
3177 | |
3178 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
3179 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
3180 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
3181 | #, python-format |
3182 | msgid "Every %s days" |
3183 | msgstr "Every %s days" |
3184 | |
3185 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
3186 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
3187 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
3188 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
3189 | #, python-format |
3190 | msgid "%s updates" |
3191 | msgstr "%s updates" |
3192 | |
3193 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
3194 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
3195 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
3196 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
3197 | #, fuzzy, python-format |
3198 | msgid "%s Software" |
3199 | @@ -147,7 +147,7 @@ |
3200 | #. TRANSLATORS: Label for the components in the Internet section |
3201 | #. first %s is the description of the component |
3202 | #. second %s is the code name of the comp, eg main, universe |
3203 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
3204 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
3205 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
3206 | #, python-format |
3207 | msgid "%s (%s)" |
3208 | @@ -155,15 +155,15 @@ |
3209 | |
3210 | #. add a separator and the option to choose another mirror from the list |
3211 | #. #FIXME server_store.append(["sep", None, True]) |
3212 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
3213 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
3214 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
3215 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
3216 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
3217 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
3218 | msgid "Other..." |
3219 | msgstr "" |
3220 | |
3221 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
3222 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
3223 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
3224 | #, fuzzy, python-format |
3225 | msgid "" |
3226 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
3227 | @@ -176,46 +176,46 @@ |
3228 | "The APT line includes the type, location and components of a channel, for " |
3229 | "example <i>\"deb http://ftp.debian.org sarge main\"</i>." |
3230 | |
3231 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
3232 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
3233 | msgid "Add APT repository" |
3234 | msgstr "" |
3235 | |
3236 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
3237 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
3238 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
3239 | msgid "Import key" |
3240 | msgstr "Import key" |
3241 | |
3242 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
3243 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
3244 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
3245 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
3246 | msgid "Error importing selected file" |
3247 | msgstr "Error importing selected file" |
3248 | |
3249 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
3250 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
3251 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
3252 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
3253 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
3254 | msgstr "The selected file may not be a GPG key file or it might be corrupt." |
3255 | |
3256 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
3257 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
3258 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
3259 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
3260 | msgid "Error removing the key" |
3261 | msgstr "Error removing the key" |
3262 | |
3263 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
3264 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
3265 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
3266 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
3267 | msgid "The key you selected could not be removed. Please report this as a bug." |
3268 | msgstr "" |
3269 | "The key you selected could not be removed. Please report this as a bug." |
3270 | |
3271 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
3272 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
3273 | #, fuzzy |
3274 | msgid "Reload" |
3275 | msgstr "_Reload" |
3276 | |
3277 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
3278 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
3279 | #: ../data/glade/dialogs.glade.h:4 |
3280 | msgid "" |
3281 | "<b><big>The information about available software is out-of-date</big></b>\n" |
3282 | @@ -226,11 +226,11 @@ |
3283 | "You need a working internet connection to continue." |
3284 | msgstr "" |
3285 | |
3286 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
3287 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
3288 | msgid "CD Error" |
3289 | msgstr "" |
3290 | |
3291 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
3292 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
3293 | #, python-format |
3294 | msgid "" |
3295 | "<big><b>Error scanning the CD</b></big>\n" |
3296 | @@ -238,33 +238,33 @@ |
3297 | "%s" |
3298 | msgstr "" |
3299 | |
3300 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3301 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3302 | msgid "CD Name" |
3303 | msgstr "" |
3304 | |
3305 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3306 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3307 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
3308 | msgid "Please enter a name for the disc" |
3309 | msgstr "Please enter a name for the disc" |
3310 | |
3311 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3312 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3313 | msgid "Insert Disk" |
3314 | msgstr "" |
3315 | |
3316 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3317 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3318 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
3319 | #, fuzzy |
3320 | msgid "Please insert a disk in the drive:" |
3321 | msgstr "Please insert a disc in the drive:" |
3322 | |
3323 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
3324 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
3325 | #, fuzzy |
3326 | msgid "Binary" |
3327 | msgstr "" |
3328 | "Binary\n" |
3329 | "Source" |
3330 | |
3331 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3332 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3333 | msgid "Source code" |
3334 | msgstr "Source code" |
3335 | |
3336 | |
3337 | === modified file 'po/en_CA.po' |
3338 | --- po/en_CA.po 2009-08-28 17:57:47 +0000 |
3339 | +++ po/en_CA.po 2018-07-14 10:52:17 +0000 |
3340 | @@ -73,58 +73,58 @@ |
3341 | "distribution project." |
3342 | msgstr "" |
3343 | |
3344 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
3345 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
3346 | msgid "Mirror" |
3347 | msgstr "" |
3348 | |
3349 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3350 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
3351 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3352 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
3353 | msgid "Testing Mirrors" |
3354 | msgstr "" |
3355 | |
3356 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3357 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
3358 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3359 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
3360 | #, fuzzy |
3361 | msgid "Cancel" |
3362 | msgstr "Changes" |
3363 | |
3364 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
3365 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
3366 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
3367 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
3368 | #, fuzzy |
3369 | msgid "Daily" |
3370 | msgstr "<b>Details</b>" |
3371 | |
3372 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
3373 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
3374 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
3375 | msgid "Every two days" |
3376 | msgstr "" |
3377 | |
3378 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
3379 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
3380 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
3381 | msgid "Weekly" |
3382 | msgstr "" |
3383 | |
3384 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
3385 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
3386 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
3387 | msgid "Every two weeks" |
3388 | msgstr "" |
3389 | |
3390 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
3391 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
3392 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
3393 | #, python-format |
3394 | msgid "Every %s days" |
3395 | msgstr "" |
3396 | |
3397 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
3398 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
3399 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
3400 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
3401 | #, fuzzy, python-format |
3402 | msgid "%s updates" |
3403 | msgstr "_Install" |
3404 | |
3405 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
3406 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
3407 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
3408 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
3409 | #, fuzzy, python-format |
3410 | msgid "%s Software" |
3411 | @@ -133,7 +133,7 @@ |
3412 | #. TRANSLATORS: Label for the components in the Internet section |
3413 | #. first %s is the description of the component |
3414 | #. second %s is the code name of the comp, eg main, universe |
3415 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
3416 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
3417 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
3418 | #, python-format |
3419 | msgid "%s (%s)" |
3420 | @@ -141,15 +141,15 @@ |
3421 | |
3422 | #. add a separator and the option to choose another mirror from the list |
3423 | #. #FIXME server_store.append(["sep", None, True]) |
3424 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
3425 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
3426 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
3427 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
3428 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
3429 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
3430 | msgid "Other..." |
3431 | msgstr "" |
3432 | |
3433 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
3434 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
3435 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
3436 | #, fuzzy, python-format |
3437 | msgid "" |
3438 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
3439 | @@ -163,47 +163,47 @@ |
3440 | "example <i>\"deb http://ftp.debian.org sarge main\"</i>. You can find a " |
3441 | "detailed description of the syntax in the documentation." |
3442 | |
3443 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
3444 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
3445 | #, fuzzy |
3446 | msgid "Add APT repository" |
3447 | msgstr "_Add Repository" |
3448 | |
3449 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
3450 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
3451 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
3452 | msgid "Import key" |
3453 | msgstr "" |
3454 | |
3455 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
3456 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
3457 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
3458 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
3459 | msgid "Error importing selected file" |
3460 | msgstr "Error importing selected file" |
3461 | |
3462 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
3463 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
3464 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
3465 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
3466 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
3467 | msgstr "The selected file may not be a GPG key file or it might be corrupt." |
3468 | |
3469 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
3470 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
3471 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
3472 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
3473 | msgid "Error removing the key" |
3474 | msgstr "Error removing the key" |
3475 | |
3476 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
3477 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
3478 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
3479 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
3480 | msgid "The key you selected could not be removed. Please report this as a bug." |
3481 | msgstr "" |
3482 | "The key you selected could not be removed. Please report this as a bug." |
3483 | |
3484 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
3485 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
3486 | #, fuzzy |
3487 | msgid "Reload" |
3488 | msgstr "Reload" |
3489 | |
3490 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
3491 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
3492 | #: ../data/glade/dialogs.glade.h:4 |
3493 | msgid "" |
3494 | "<b><big>The information about available software is out-of-date</big></b>\n" |
3495 | @@ -214,11 +214,11 @@ |
3496 | "You need a working internet connection to continue." |
3497 | msgstr "" |
3498 | |
3499 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
3500 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
3501 | msgid "CD Error" |
3502 | msgstr "" |
3503 | |
3504 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
3505 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
3506 | #, python-format |
3507 | msgid "" |
3508 | "<big><b>Error scanning the CD</b></big>\n" |
3509 | @@ -226,29 +226,29 @@ |
3510 | "%s" |
3511 | msgstr "" |
3512 | |
3513 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3514 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3515 | msgid "CD Name" |
3516 | msgstr "" |
3517 | |
3518 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3519 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3520 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
3521 | msgid "Please enter a name for the disc" |
3522 | msgstr "" |
3523 | |
3524 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3525 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3526 | msgid "Insert Disk" |
3527 | msgstr "" |
3528 | |
3529 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3530 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3531 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
3532 | msgid "Please insert a disk in the drive:" |
3533 | msgstr "" |
3534 | |
3535 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
3536 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
3537 | msgid "Binary" |
3538 | msgstr "Binary" |
3539 | |
3540 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3541 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3542 | #, fuzzy |
3543 | msgid "Source code" |
3544 | msgstr "Source" |
3545 | |
3546 | === modified file 'po/en_GB.po' |
3547 | --- po/en_GB.po 2009-08-28 17:57:47 +0000 |
3548 | +++ po/en_GB.po 2018-07-14 10:52:17 +0000 |
3549 | @@ -87,57 +87,57 @@ |
3550 | "distribution project." |
3551 | msgstr "" |
3552 | |
3553 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
3554 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
3555 | msgid "Mirror" |
3556 | msgstr "" |
3557 | |
3558 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3559 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
3560 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3561 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
3562 | msgid "Testing Mirrors" |
3563 | msgstr "" |
3564 | |
3565 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3566 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
3567 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3568 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
3569 | #, fuzzy |
3570 | msgid "Cancel" |
3571 | msgstr "Changes" |
3572 | |
3573 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
3574 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
3575 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
3576 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
3577 | msgid "Daily" |
3578 | msgstr "Daily" |
3579 | |
3580 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
3581 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
3582 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
3583 | msgid "Every two days" |
3584 | msgstr "Every two days" |
3585 | |
3586 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
3587 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
3588 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
3589 | msgid "Weekly" |
3590 | msgstr "Weekly" |
3591 | |
3592 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
3593 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
3594 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
3595 | msgid "Every two weeks" |
3596 | msgstr "Every fortnight" |
3597 | |
3598 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
3599 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
3600 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
3601 | #, python-format |
3602 | msgid "Every %s days" |
3603 | msgstr "Every %s days" |
3604 | |
3605 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
3606 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
3607 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
3608 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
3609 | #, python-format |
3610 | msgid "%s updates" |
3611 | msgstr "%s updates" |
3612 | |
3613 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
3614 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
3615 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
3616 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
3617 | #, fuzzy, python-format |
3618 | msgid "%s Software" |
3619 | @@ -146,7 +146,7 @@ |
3620 | #. TRANSLATORS: Label for the components in the Internet section |
3621 | #. first %s is the description of the component |
3622 | #. second %s is the code name of the comp, eg main, universe |
3623 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
3624 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
3625 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
3626 | #, python-format |
3627 | msgid "%s (%s)" |
3628 | @@ -154,15 +154,15 @@ |
3629 | |
3630 | #. add a separator and the option to choose another mirror from the list |
3631 | #. #FIXME server_store.append(["sep", None, True]) |
3632 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
3633 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
3634 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
3635 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
3636 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
3637 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
3638 | msgid "Other..." |
3639 | msgstr "" |
3640 | |
3641 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
3642 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
3643 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
3644 | #, fuzzy, python-format |
3645 | msgid "" |
3646 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
3647 | @@ -175,47 +175,47 @@ |
3648 | "The APT line includes the type, location and components of a repository, for " |
3649 | "example <i>\"deb http://ftp.debian.org sarge main\"</i>." |
3650 | |
3651 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
3652 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
3653 | #, fuzzy |
3654 | msgid "Add APT repository" |
3655 | msgstr "_Add Repository" |
3656 | |
3657 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
3658 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
3659 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
3660 | msgid "Import key" |
3661 | msgstr "Import key" |
3662 | |
3663 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
3664 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
3665 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
3666 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
3667 | msgid "Error importing selected file" |
3668 | msgstr "Error importing selected file" |
3669 | |
3670 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
3671 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
3672 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
3673 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
3674 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
3675 | msgstr "The selected file may not be a GPG key file or it might be corrupt." |
3676 | |
3677 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
3678 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
3679 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
3680 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
3681 | msgid "Error removing the key" |
3682 | msgstr "Error removing the key" |
3683 | |
3684 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
3685 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
3686 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
3687 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
3688 | msgid "The key you selected could not be removed. Please report this as a bug." |
3689 | msgstr "" |
3690 | "The key you selected could not be removed. Please report this as a bug." |
3691 | |
3692 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
3693 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
3694 | #, fuzzy |
3695 | msgid "Reload" |
3696 | msgstr "_Reload" |
3697 | |
3698 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
3699 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
3700 | #: ../data/glade/dialogs.glade.h:4 |
3701 | msgid "" |
3702 | "<b><big>The information about available software is out-of-date</big></b>\n" |
3703 | @@ -232,11 +232,11 @@ |
3704 | "\n" |
3705 | "You need a working Internet connection to continue." |
3706 | |
3707 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
3708 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
3709 | msgid "CD Error" |
3710 | msgstr "" |
3711 | |
3712 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
3713 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
3714 | #, python-format |
3715 | msgid "" |
3716 | "<big><b>Error scanning the CD</b></big>\n" |
3717 | @@ -247,30 +247,30 @@ |
3718 | "\n" |
3719 | "%s" |
3720 | |
3721 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3722 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3723 | msgid "CD Name" |
3724 | msgstr "" |
3725 | |
3726 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3727 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3728 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
3729 | msgid "Please enter a name for the disc" |
3730 | msgstr "Please enter a name for the disc" |
3731 | |
3732 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3733 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3734 | msgid "Insert Disk" |
3735 | msgstr "" |
3736 | |
3737 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3738 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3739 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
3740 | #, fuzzy |
3741 | msgid "Please insert a disk in the drive:" |
3742 | msgstr "Please insert a disc in the drive:" |
3743 | |
3744 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
3745 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
3746 | msgid "Binary" |
3747 | msgstr "Binary" |
3748 | |
3749 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3750 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3751 | msgid "Source code" |
3752 | msgstr "Source code" |
3753 | |
3754 | |
3755 | === modified file 'po/eo.po' |
3756 | --- po/eo.po 2009-08-28 17:57:47 +0000 |
3757 | +++ po/eo.po 2018-07-14 10:52:17 +0000 |
3758 | @@ -72,57 +72,57 @@ |
3759 | "distribution project." |
3760 | msgstr "" |
3761 | |
3762 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
3763 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
3764 | msgid "Mirror" |
3765 | msgstr "" |
3766 | |
3767 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3768 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
3769 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3770 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
3771 | msgid "Testing Mirrors" |
3772 | msgstr "" |
3773 | |
3774 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3775 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
3776 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3777 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
3778 | #, fuzzy |
3779 | msgid "Cancel" |
3780 | msgstr "Sxangxoj" |
3781 | |
3782 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
3783 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
3784 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
3785 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
3786 | msgid "Daily" |
3787 | msgstr "" |
3788 | |
3789 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
3790 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
3791 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
3792 | msgid "Every two days" |
3793 | msgstr "" |
3794 | |
3795 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
3796 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
3797 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
3798 | msgid "Weekly" |
3799 | msgstr "" |
3800 | |
3801 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
3802 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
3803 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
3804 | msgid "Every two weeks" |
3805 | msgstr "" |
3806 | |
3807 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
3808 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
3809 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
3810 | #, python-format |
3811 | msgid "Every %s days" |
3812 | msgstr "" |
3813 | |
3814 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
3815 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
3816 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
3817 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
3818 | #, python-format |
3819 | msgid "%s updates" |
3820 | msgstr "" |
3821 | |
3822 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
3823 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
3824 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
3825 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
3826 | #, python-format |
3827 | msgid "%s Software" |
3828 | @@ -131,7 +131,7 @@ |
3829 | #. TRANSLATORS: Label for the components in the Internet section |
3830 | #. first %s is the description of the component |
3831 | #. second %s is the code name of the comp, eg main, universe |
3832 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
3833 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
3834 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
3835 | #, python-format |
3836 | msgid "%s (%s)" |
3837 | @@ -139,15 +139,15 @@ |
3838 | |
3839 | #. add a separator and the option to choose another mirror from the list |
3840 | #. #FIXME server_store.append(["sep", None, True]) |
3841 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
3842 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
3843 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
3844 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
3845 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
3846 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
3847 | msgid "Other..." |
3848 | msgstr "" |
3849 | |
3850 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
3851 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
3852 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
3853 | #, python-format |
3854 | msgid "" |
3855 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
3856 | @@ -155,34 +155,34 @@ |
3857 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
3858 | msgstr "" |
3859 | |
3860 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
3861 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
3862 | msgid "Add APT repository" |
3863 | msgstr "" |
3864 | |
3865 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
3866 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
3867 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
3868 | msgid "Import key" |
3869 | msgstr "Importi sxlosilon" |
3870 | |
3871 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
3872 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
3873 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
3874 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
3875 | msgid "Error importing selected file" |
3876 | msgstr "Eraro dum importado de elektita dosiero" |
3877 | |
3878 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
3879 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
3880 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
3881 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
3882 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
3883 | msgstr "" |
3884 | |
3885 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
3886 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
3887 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
3888 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
3889 | msgid "Error removing the key" |
3890 | msgstr "Eraro dum forigo de sxlosilo" |
3891 | |
3892 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
3893 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
3894 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
3895 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
3896 | msgid "The key you selected could not be removed. Please report this as a bug." |
3897 | @@ -190,12 +190,12 @@ |
3898 | "La sxlosilo elektita ne povis esti forigata. Bonvolu raporti cxi tion kiel " |
3899 | "cimon." |
3900 | |
3901 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
3902 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
3903 | #, fuzzy |
3904 | msgid "Reload" |
3905 | msgstr "Resxargi" |
3906 | |
3907 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
3908 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
3909 | #: ../data/glade/dialogs.glade.h:4 |
3910 | msgid "" |
3911 | "<b><big>The information about available software is out-of-date</big></b>\n" |
3912 | @@ -206,11 +206,11 @@ |
3913 | "You need a working internet connection to continue." |
3914 | msgstr "" |
3915 | |
3916 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
3917 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
3918 | msgid "CD Error" |
3919 | msgstr "" |
3920 | |
3921 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
3922 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
3923 | #, python-format |
3924 | msgid "" |
3925 | "<big><b>Error scanning the CD</b></big>\n" |
3926 | @@ -218,33 +218,33 @@ |
3927 | "%s" |
3928 | msgstr "" |
3929 | |
3930 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3931 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3932 | msgid "CD Name" |
3933 | msgstr "" |
3934 | |
3935 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
3936 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
3937 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
3938 | msgid "Please enter a name for the disc" |
3939 | msgstr "Bonvolu entajpi nomon por la disko" |
3940 | |
3941 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3942 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3943 | msgid "Insert Disk" |
3944 | msgstr "" |
3945 | |
3946 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
3947 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
3948 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
3949 | #, fuzzy |
3950 | msgid "Please insert a disk in the drive:" |
3951 | msgstr "Bonvolu enmeti diskon en la diskingo:" |
3952 | |
3953 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
3954 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
3955 | #, fuzzy |
3956 | msgid "Binary" |
3957 | msgstr "" |
3958 | "Duuma\n" |
3959 | "Fonto" |
3960 | |
3961 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3962 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
3963 | msgid "Source code" |
3964 | msgstr "" |
3965 | |
3966 | |
3967 | === modified file 'po/es.po' |
3968 | --- po/es.po 2009-08-28 17:57:47 +0000 |
3969 | +++ po/es.po 2018-07-14 10:52:17 +0000 |
3970 | @@ -93,57 +93,57 @@ |
3971 | "distribution project." |
3972 | msgstr "" |
3973 | |
3974 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
3975 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
3976 | msgid "Mirror" |
3977 | msgstr "" |
3978 | |
3979 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3980 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
3981 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3982 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
3983 | msgid "Testing Mirrors" |
3984 | msgstr "" |
3985 | |
3986 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
3987 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
3988 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
3989 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
3990 | #, fuzzy |
3991 | msgid "Cancel" |
3992 | msgstr "Cambios" |
3993 | |
3994 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
3995 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
3996 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
3997 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
3998 | msgid "Daily" |
3999 | msgstr "Una vez al día" |
4000 | |
4001 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
4002 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
4003 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
4004 | msgid "Every two days" |
4005 | msgstr "Cada dos días" |
4006 | |
4007 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
4008 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
4009 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
4010 | msgid "Weekly" |
4011 | msgstr "Una vez a la semana" |
4012 | |
4013 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
4014 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
4015 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
4016 | msgid "Every two weeks" |
4017 | msgstr "Cada dos semanas" |
4018 | |
4019 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
4020 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
4021 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
4022 | #, python-format |
4023 | msgid "Every %s days" |
4024 | msgstr "Cada %s días" |
4025 | |
4026 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4027 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
4028 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
4029 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
4030 | #, python-format |
4031 | msgid "%s updates" |
4032 | msgstr "Actualizaciones de %s" |
4033 | |
4034 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4035 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
4036 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
4037 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
4038 | #, fuzzy, python-format |
4039 | msgid "%s Software" |
4040 | @@ -152,7 +152,7 @@ |
4041 | #. TRANSLATORS: Label for the components in the Internet section |
4042 | #. first %s is the description of the component |
4043 | #. second %s is the code name of the comp, eg main, universe |
4044 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
4045 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
4046 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
4047 | #, python-format |
4048 | msgid "%s (%s)" |
4049 | @@ -160,15 +160,15 @@ |
4050 | |
4051 | #. add a separator and the option to choose another mirror from the list |
4052 | #. #FIXME server_store.append(["sep", None, True]) |
4053 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
4054 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
4055 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
4056 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
4057 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
4058 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
4059 | msgid "Other..." |
4060 | msgstr "" |
4061 | |
4062 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
4063 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
4064 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
4065 | #, fuzzy, python-format |
4066 | msgid "" |
4067 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
4068 | @@ -181,23 +181,23 @@ |
4069 | "La línea de APT contiene el tipo, la ubicación y los componentes de un " |
4070 | "repositorio, por ejemplo «<i>deb http://ftp.debian.org sarge main</i>»." |
4071 | |
4072 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
4073 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
4074 | #, fuzzy |
4075 | msgid "Add APT repository" |
4076 | msgstr "_Añadir repositorio" |
4077 | |
4078 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
4079 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
4080 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
4081 | msgid "Import key" |
4082 | msgstr "Importar clave" |
4083 | |
4084 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
4085 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
4086 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
4087 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
4088 | msgid "Error importing selected file" |
4089 | msgstr "Hubo un error al importar el fichero seleccionado" |
4090 | |
4091 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
4092 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
4093 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
4094 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
4095 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
4096 | @@ -205,13 +205,13 @@ |
4097 | "Puede que el fichero seleccionado no sea un fichero de clave GPG o que esté " |
4098 | "corrupto." |
4099 | |
4100 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
4101 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
4102 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
4103 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
4104 | msgid "Error removing the key" |
4105 | msgstr "Hubo un error al quitar la clave" |
4106 | |
4107 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
4108 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
4109 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
4110 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
4111 | msgid "The key you selected could not be removed. Please report this as a bug." |
4112 | @@ -219,12 +219,12 @@ |
4113 | "No se puede quitar la clave que ha seleccionado. Por favor, avise de esto " |
4114 | "como un fallo." |
4115 | |
4116 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
4117 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
4118 | #, fuzzy |
4119 | msgid "Reload" |
4120 | msgstr "_Recargar" |
4121 | |
4122 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
4123 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
4124 | #: ../data/glade/dialogs.glade.h:4 |
4125 | msgid "" |
4126 | "<b><big>The information about available software is out-of-date</big></b>\n" |
4127 | @@ -243,11 +243,11 @@ |
4128 | "\n" |
4129 | "Necesita una conexión a Internet para continuar." |
4130 | |
4131 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
4132 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
4133 | msgid "CD Error" |
4134 | msgstr "" |
4135 | |
4136 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
4137 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
4138 | #, python-format |
4139 | msgid "" |
4140 | "<big><b>Error scanning the CD</b></big>\n" |
4141 | @@ -258,30 +258,30 @@ |
4142 | "\n" |
4143 | "%s" |
4144 | |
4145 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4146 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4147 | msgid "CD Name" |
4148 | msgstr "" |
4149 | |
4150 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4151 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4152 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
4153 | msgid "Please enter a name for the disc" |
4154 | msgstr "Por favor, introduzca un nombre para el disco" |
4155 | |
4156 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4157 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4158 | msgid "Insert Disk" |
4159 | msgstr "" |
4160 | |
4161 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4162 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4163 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
4164 | #, fuzzy |
4165 | msgid "Please insert a disk in the drive:" |
4166 | msgstr "Por favor, inserte un disco en la unidad:" |
4167 | |
4168 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
4169 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
4170 | msgid "Binary" |
4171 | msgstr "Binario" |
4172 | |
4173 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
4174 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
4175 | msgid "Source code" |
4176 | msgstr "Código fuente" |
4177 | |
4178 | |
4179 | === modified file 'po/et.po' |
4180 | --- po/et.po 2009-08-28 17:57:47 +0000 |
4181 | +++ po/et.po 2018-07-14 10:52:17 +0000 |
4182 | @@ -72,56 +72,56 @@ |
4183 | "distribution project." |
4184 | msgstr "" |
4185 | |
4186 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
4187 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
4188 | msgid "Mirror" |
4189 | msgstr "" |
4190 | |
4191 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
4192 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
4193 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
4194 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
4195 | msgid "Testing Mirrors" |
4196 | msgstr "" |
4197 | |
4198 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
4199 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
4200 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
4201 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
4202 | msgid "Cancel" |
4203 | msgstr "" |
4204 | |
4205 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
4206 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
4207 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
4208 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
4209 | msgid "Daily" |
4210 | msgstr "Iga päev" |
4211 | |
4212 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
4213 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
4214 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
4215 | msgid "Every two days" |
4216 | msgstr "Iga kahe päeva tagant" |
4217 | |
4218 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
4219 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
4220 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
4221 | msgid "Weekly" |
4222 | msgstr "Iga nädal" |
4223 | |
4224 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
4225 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
4226 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
4227 | msgid "Every two weeks" |
4228 | msgstr "Iga kahe nädala tagant" |
4229 | |
4230 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
4231 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
4232 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
4233 | #, python-format |
4234 | msgid "Every %s days" |
4235 | msgstr "Iga %s päeva tagant" |
4236 | |
4237 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4238 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
4239 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
4240 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
4241 | #, python-format |
4242 | msgid "%s updates" |
4243 | msgstr "" |
4244 | |
4245 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4246 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
4247 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
4248 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
4249 | #, python-format |
4250 | msgid "%s Software" |
4251 | @@ -130,7 +130,7 @@ |
4252 | #. TRANSLATORS: Label for the components in the Internet section |
4253 | #. first %s is the description of the component |
4254 | #. second %s is the code name of the comp, eg main, universe |
4255 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
4256 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
4257 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
4258 | #, python-format |
4259 | msgid "%s (%s)" |
4260 | @@ -138,15 +138,15 @@ |
4261 | |
4262 | #. add a separator and the option to choose another mirror from the list |
4263 | #. #FIXME server_store.append(["sep", None, True]) |
4264 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
4265 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
4266 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
4267 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
4268 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
4269 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
4270 | msgid "Other..." |
4271 | msgstr "" |
4272 | |
4273 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
4274 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
4275 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
4276 | #, python-format |
4277 | msgid "" |
4278 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
4279 | @@ -154,44 +154,44 @@ |
4280 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
4281 | msgstr "" |
4282 | |
4283 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
4284 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
4285 | msgid "Add APT repository" |
4286 | msgstr "" |
4287 | |
4288 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
4289 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
4290 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
4291 | msgid "Import key" |
4292 | msgstr "Sissetoomisvõti" |
4293 | |
4294 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
4295 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
4296 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
4297 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
4298 | msgid "Error importing selected file" |
4299 | msgstr "Valitud faili sissetoomisel ilmes viga" |
4300 | |
4301 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
4302 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
4303 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
4304 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
4305 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
4306 | msgstr "Valitud fail pole GPG võtmefail või see on rikutud." |
4307 | |
4308 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
4309 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
4310 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
4311 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
4312 | msgid "Error removing the key" |
4313 | msgstr "Võtme eemaldamisel tekkis viga" |
4314 | |
4315 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
4316 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
4317 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
4318 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
4319 | msgid "The key you selected could not be removed. Please report this as a bug." |
4320 | msgstr "Valitud võtit pole võimalik eemaldada" |
4321 | |
4322 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
4323 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
4324 | msgid "Reload" |
4325 | msgstr "" |
4326 | |
4327 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
4328 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
4329 | #: ../data/glade/dialogs.glade.h:4 |
4330 | msgid "" |
4331 | "<b><big>The information about available software is out-of-date</big></b>\n" |
4332 | @@ -202,11 +202,11 @@ |
4333 | "You need a working internet connection to continue." |
4334 | msgstr "" |
4335 | |
4336 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
4337 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
4338 | msgid "CD Error" |
4339 | msgstr "" |
4340 | |
4341 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
4342 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
4343 | #, python-format |
4344 | msgid "" |
4345 | "<big><b>Error scanning the CD</b></big>\n" |
4346 | @@ -214,30 +214,30 @@ |
4347 | "%s" |
4348 | msgstr "" |
4349 | |
4350 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4351 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4352 | msgid "CD Name" |
4353 | msgstr "" |
4354 | |
4355 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4356 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4357 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
4358 | msgid "Please enter a name for the disc" |
4359 | msgstr "Palun sisesta kettale nimi" |
4360 | |
4361 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4362 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4363 | msgid "Insert Disk" |
4364 | msgstr "" |
4365 | |
4366 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4367 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4368 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
4369 | #, fuzzy |
4370 | msgid "Please insert a disk in the drive:" |
4371 | msgstr "Palun sisesta ketas masinasse:" |
4372 | |
4373 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
4374 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
4375 | msgid "Binary" |
4376 | msgstr "" |
4377 | |
4378 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
4379 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
4380 | msgid "Source code" |
4381 | msgstr "" |
4382 | |
4383 | |
4384 | === modified file 'po/eu.po' |
4385 | --- po/eu.po 2009-08-28 17:57:47 +0000 |
4386 | +++ po/eu.po 2018-07-14 10:52:17 +0000 |
4387 | @@ -72,58 +72,58 @@ |
4388 | "distribution project." |
4389 | msgstr "" |
4390 | |
4391 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
4392 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
4393 | msgid "Mirror" |
4394 | msgstr "" |
4395 | |
4396 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
4397 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
4398 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
4399 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
4400 | msgid "Testing Mirrors" |
4401 | msgstr "" |
4402 | |
4403 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
4404 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
4405 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
4406 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
4407 | msgid "Cancel" |
4408 | msgstr "" |
4409 | |
4410 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
4411 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
4412 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
4413 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
4414 | msgid "Daily" |
4415 | msgstr "Egunero" |
4416 | |
4417 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
4418 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
4419 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
4420 | #, fuzzy |
4421 | msgid "Every two days" |
4422 | msgstr "Bi egunetan behin" |
4423 | |
4424 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
4425 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
4426 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
4427 | msgid "Weekly" |
4428 | msgstr "Astero" |
4429 | |
4430 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
4431 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
4432 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
4433 | #, fuzzy |
4434 | msgid "Every two weeks" |
4435 | msgstr "Bi astetan behin" |
4436 | |
4437 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
4438 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
4439 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
4440 | #, python-format |
4441 | msgid "Every %s days" |
4442 | msgstr "%s egunetan behin" |
4443 | |
4444 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4445 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
4446 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
4447 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
4448 | #, python-format |
4449 | msgid "%s updates" |
4450 | msgstr "" |
4451 | |
4452 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4453 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
4454 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
4455 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
4456 | #, python-format |
4457 | msgid "%s Software" |
4458 | @@ -132,7 +132,7 @@ |
4459 | #. TRANSLATORS: Label for the components in the Internet section |
4460 | #. first %s is the description of the component |
4461 | #. second %s is the code name of the comp, eg main, universe |
4462 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
4463 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
4464 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
4465 | #, python-format |
4466 | msgid "%s (%s)" |
4467 | @@ -140,15 +140,15 @@ |
4468 | |
4469 | #. add a separator and the option to choose another mirror from the list |
4470 | #. #FIXME server_store.append(["sep", None, True]) |
4471 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
4472 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
4473 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
4474 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
4475 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
4476 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
4477 | msgid "Other..." |
4478 | msgstr "" |
4479 | |
4480 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
4481 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
4482 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
4483 | #, python-format |
4484 | msgid "" |
4485 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
4486 | @@ -156,48 +156,48 @@ |
4487 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
4488 | msgstr "" |
4489 | |
4490 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
4491 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
4492 | msgid "Add APT repository" |
4493 | msgstr "" |
4494 | |
4495 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
4496 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
4497 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
4498 | #, fuzzy |
4499 | msgid "Import key" |
4500 | msgstr "Inportatu giltza" |
4501 | |
4502 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
4503 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
4504 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
4505 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
4506 | #, fuzzy |
4507 | msgid "Error importing selected file" |
4508 | msgstr "Errore bat suertatu da aukeratutako fitxategiak inportatzerakoan" |
4509 | |
4510 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
4511 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
4512 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
4513 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
4514 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
4515 | msgstr "Aukeratutako fitxategia ez da GPG giltza bat edo egoera txarrean dago." |
4516 | |
4517 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
4518 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
4519 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
4520 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
4521 | #, fuzzy |
4522 | msgid "Error removing the key" |
4523 | msgstr "Errorea giltza ezabatzerakoan" |
4524 | |
4525 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
4526 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
4527 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
4528 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
4529 | #, fuzzy |
4530 | msgid "The key you selected could not be removed. Please report this as a bug." |
4531 | msgstr "Aukeratutako giltza ezin izan da ezabatu. Mesedez adierazi akatsa." |
4532 | |
4533 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
4534 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
4535 | msgid "Reload" |
4536 | msgstr "" |
4537 | |
4538 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
4539 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
4540 | #: ../data/glade/dialogs.glade.h:4 |
4541 | msgid "" |
4542 | "<b><big>The information about available software is out-of-date</big></b>\n" |
4543 | @@ -208,11 +208,11 @@ |
4544 | "You need a working internet connection to continue." |
4545 | msgstr "" |
4546 | |
4547 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
4548 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
4549 | msgid "CD Error" |
4550 | msgstr "" |
4551 | |
4552 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
4553 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
4554 | #, python-format |
4555 | msgid "" |
4556 | "<big><b>Error scanning the CD</b></big>\n" |
4557 | @@ -220,31 +220,31 @@ |
4558 | "%s" |
4559 | msgstr "" |
4560 | |
4561 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4562 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4563 | msgid "CD Name" |
4564 | msgstr "" |
4565 | |
4566 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4567 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4568 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
4569 | #, fuzzy |
4570 | msgid "Please enter a name for the disc" |
4571 | msgstr "Sartu diskarentzako izena" |
4572 | |
4573 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4574 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4575 | msgid "Insert Disk" |
4576 | msgstr "" |
4577 | |
4578 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4579 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4580 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
4581 | #, fuzzy |
4582 | msgid "Please insert a disk in the drive:" |
4583 | msgstr "Ezarri diskoa irakurgailuan:" |
4584 | |
4585 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
4586 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
4587 | msgid "Binary" |
4588 | msgstr "" |
4589 | |
4590 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
4591 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
4592 | msgid "Source code" |
4593 | msgstr "" |
4594 | |
4595 | |
4596 | === modified file 'po/fa.po' |
4597 | --- po/fa.po 2009-08-28 17:57:47 +0000 |
4598 | +++ po/fa.po 2018-07-14 10:52:17 +0000 |
4599 | @@ -73,56 +73,56 @@ |
4600 | "distribution project." |
4601 | msgstr "" |
4602 | |
4603 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
4604 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
4605 | msgid "Mirror" |
4606 | msgstr "" |
4607 | |
4608 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
4609 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
4610 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
4611 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
4612 | msgid "Testing Mirrors" |
4613 | msgstr "" |
4614 | |
4615 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
4616 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
4617 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
4618 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
4619 | msgid "Cancel" |
4620 | msgstr "" |
4621 | |
4622 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
4623 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
4624 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
4625 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
4626 | msgid "Daily" |
4627 | msgstr "" |
4628 | |
4629 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
4630 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
4631 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
4632 | msgid "Every two days" |
4633 | msgstr "" |
4634 | |
4635 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
4636 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
4637 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
4638 | msgid "Weekly" |
4639 | msgstr "" |
4640 | |
4641 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
4642 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
4643 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
4644 | msgid "Every two weeks" |
4645 | msgstr "" |
4646 | |
4647 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
4648 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
4649 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
4650 | #, python-format |
4651 | msgid "Every %s days" |
4652 | msgstr "" |
4653 | |
4654 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4655 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
4656 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
4657 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
4658 | #, python-format |
4659 | msgid "%s updates" |
4660 | msgstr "" |
4661 | |
4662 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4663 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
4664 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
4665 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
4666 | #, python-format |
4667 | msgid "%s Software" |
4668 | @@ -131,7 +131,7 @@ |
4669 | #. TRANSLATORS: Label for the components in the Internet section |
4670 | #. first %s is the description of the component |
4671 | #. second %s is the code name of the comp, eg main, universe |
4672 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
4673 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
4674 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
4675 | #, python-format |
4676 | msgid "%s (%s)" |
4677 | @@ -139,15 +139,15 @@ |
4678 | |
4679 | #. add a separator and the option to choose another mirror from the list |
4680 | #. #FIXME server_store.append(["sep", None, True]) |
4681 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
4682 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
4683 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
4684 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
4685 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
4686 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
4687 | msgid "Other..." |
4688 | msgstr "" |
4689 | |
4690 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
4691 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
4692 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
4693 | #, python-format |
4694 | msgid "" |
4695 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
4696 | @@ -155,44 +155,44 @@ |
4697 | "components of a repository,<br /> for example <i>\"%s\"</i>.</p>" |
4698 | msgstr "" |
4699 | |
4700 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
4701 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
4702 | msgid "Add APT repository" |
4703 | msgstr "" |
4704 | |
4705 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
4706 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
4707 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
4708 | msgid "Import key" |
4709 | msgstr "" |
4710 | |
4711 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
4712 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
4713 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
4714 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
4715 | msgid "Error importing selected file" |
4716 | msgstr "" |
4717 | |
4718 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
4719 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
4720 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
4721 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
4722 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
4723 | msgstr "" |
4724 | |
4725 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
4726 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
4727 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
4728 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
4729 | msgid "Error removing the key" |
4730 | msgstr "" |
4731 | |
4732 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
4733 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
4734 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
4735 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
4736 | msgid "The key you selected could not be removed. Please report this as a bug." |
4737 | msgstr "" |
4738 | |
4739 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
4740 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
4741 | msgid "Reload" |
4742 | msgstr "" |
4743 | |
4744 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
4745 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
4746 | #: ../data/glade/dialogs.glade.h:4 |
4747 | msgid "" |
4748 | "<b><big>The information about available software is out-of-date</big></b>\n" |
4749 | @@ -203,11 +203,11 @@ |
4750 | "You need a working internet connection to continue." |
4751 | msgstr "" |
4752 | |
4753 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
4754 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
4755 | msgid "CD Error" |
4756 | msgstr "" |
4757 | |
4758 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
4759 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
4760 | #, python-format |
4761 | msgid "" |
4762 | "<big><b>Error scanning the CD</b></big>\n" |
4763 | @@ -215,29 +215,29 @@ |
4764 | "%s" |
4765 | msgstr "" |
4766 | |
4767 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4768 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4769 | msgid "CD Name" |
4770 | msgstr "" |
4771 | |
4772 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4773 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4774 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
4775 | msgid "Please enter a name for the disc" |
4776 | msgstr "" |
4777 | |
4778 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4779 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4780 | msgid "Insert Disk" |
4781 | msgstr "" |
4782 | |
4783 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4784 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4785 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
4786 | msgid "Please insert a disk in the drive:" |
4787 | msgstr "" |
4788 | |
4789 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
4790 | +#: ../softwareproperties/qt/DialogEdit.py:40 |
4791 | msgid "Binary" |
4792 | msgstr "" |
4793 | |
4794 | -#: ../softwareproperties/kde/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
4795 | +#: ../softwareproperties/qt/DialogEdit.py:41 ../data/glade/main.glade.h:25 |
4796 | msgid "Source code" |
4797 | msgstr "" |
4798 | |
4799 | |
4800 | === modified file 'po/fi.po' |
4801 | --- po/fi.po 2009-08-28 17:57:47 +0000 |
4802 | +++ po/fi.po 2018-07-14 10:52:17 +0000 |
4803 | @@ -85,57 +85,57 @@ |
4804 | "distribution project." |
4805 | msgstr "" |
4806 | |
4807 | -#: ../softwareproperties/kde/DialogMirror.py:68 |
4808 | +#: ../softwareproperties/qt/DialogMirror.py:68 |
4809 | msgid "Mirror" |
4810 | msgstr "" |
4811 | |
4812 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
4813 | -#: ../softwareproperties/kde/DialogMirror.py:215 |
4814 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
4815 | +#: ../softwareproperties/qt/DialogMirror.py:215 |
4816 | msgid "Testing Mirrors" |
4817 | msgstr "" |
4818 | |
4819 | -#: ../softwareproperties/kde/DialogMirror.py:214 |
4820 | -#: ../softwareproperties/kde/DialogMirror.py:217 |
4821 | +#: ../softwareproperties/qt/DialogMirror.py:214 |
4822 | +#: ../softwareproperties/qt/DialogMirror.py:217 |
4823 | #, fuzzy |
4824 | msgid "Cancel" |
4825 | msgstr "Muutokset" |
4826 | |
4827 | #. update_days = apt_pkg.Config.FindI(softwareproperties.CONF_MAP["autoupdate"]) |
4828 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:193 |
4829 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:193 |
4830 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:175 |
4831 | msgid "Daily" |
4832 | msgstr "Päivittäin" |
4833 | |
4834 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:194 |
4835 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:194 |
4836 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:176 |
4837 | msgid "Every two days" |
4838 | msgstr "Joka toinen päivä" |
4839 | |
4840 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:195 |
4841 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:195 |
4842 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:177 |
4843 | msgid "Weekly" |
4844 | msgstr "Viikoittain" |
4845 | |
4846 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:196 |
4847 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:196 |
4848 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:178 |
4849 | msgid "Every two weeks" |
4850 | msgstr "Joka toinen viikko" |
4851 | |
4852 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:203 |
4853 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:203 |
4854 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:187 |
4855 | #, python-format |
4856 | msgid "Every %s days" |
4857 | msgstr "%s päivän välein" |
4858 | |
4859 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4860 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:245 |
4861 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:245 |
4862 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:255 |
4863 | #, python-format |
4864 | msgid "%s updates" |
4865 | msgstr "%s-päivitykset" |
4866 | |
4867 | #. TRANS: %s stands for the distribution name e.g. Debian or Ubuntu |
4868 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:249 |
4869 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:249 |
4870 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:258 |
4871 | #, fuzzy, python-format |
4872 | msgid "%s Software" |
4873 | @@ -144,7 +144,7 @@ |
4874 | #. TRANSLATORS: Label for the components in the Internet section |
4875 | #. first %s is the description of the component |
4876 | #. second %s is the code name of the comp, eg main, universe |
4877 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:269 |
4878 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:269 |
4879 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:272 |
4880 | #, python-format |
4881 | msgid "%s (%s)" |
4882 | @@ -152,15 +152,15 @@ |
4883 | |
4884 | #. add a separator and the option to choose another mirror from the list |
4885 | #. #FIXME server_store.append(["sep", None, True]) |
4886 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:322 |
4887 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:427 |
4888 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:322 |
4889 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:427 |
4890 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:384 |
4891 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:441 |
4892 | msgid "Other..." |
4893 | msgstr "" |
4894 | |
4895 | #. L10N: the example is of the format: deb http://ftp.debian.org sarge main |
4896 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:653 |
4897 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:653 |
4898 | #, fuzzy, python-format |
4899 | msgid "" |
4900 | "<p><b>Enter the complete APT line of the<br /> repository that you want to " |
4901 | @@ -172,23 +172,23 @@ |
4902 | "APT-rivi sisältää kanavan tyypin, sijainnin ja sisällön, esimerkiksi <i>" |
4903 | "\"deb http://ftp.debian.org sarge main\"</i>." |
4904 | |
4905 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:654 |
4906 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:654 |
4907 | #, fuzzy |
4908 | msgid "Add APT repository" |
4909 | msgstr "_Lisää varasto" |
4910 | |
4911 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:695 |
4912 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:695 |
4913 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:807 |
4914 | msgid "Import key" |
4915 | msgstr "Tuo avain" |
4916 | |
4917 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:698 |
4918 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:698 |
4919 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:820 |
4920 | #: ../softwareproperties/gtk/DialogAptKey.py:88 |
4921 | msgid "Error importing selected file" |
4922 | msgstr "Virhe tuotaessa valittua avainta" |
4923 | |
4924 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:699 |
4925 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:699 |
4926 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:821 |
4927 | #: ../softwareproperties/gtk/DialogAptKey.py:89 |
4928 | msgid "The selected file may not be a GPG key file or it might be corrupt." |
4929 | @@ -196,25 +196,25 @@ |
4930 | "Valittu tiedosto ei ole kelvollinen GPG-avaintiedosto, tai se on " |
4931 | "vahingoittunut." |
4932 | |
4933 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:713 |
4934 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:713 |
4935 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:834 |
4936 | #: ../softwareproperties/gtk/DialogAptKey.py:101 |
4937 | msgid "Error removing the key" |
4938 | msgstr "Virhe poistettaessa avainta" |
4939 | |
4940 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:714 |
4941 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:714 |
4942 | #: ../softwareproperties/gtk/SoftwarePropertiesGtk.py:835 |
4943 | #: ../softwareproperties/gtk/DialogAptKey.py:102 |
4944 | msgid "The key you selected could not be removed. Please report this as a bug." |
4945 | msgstr "" |
4946 | "Valitsemaasi avainta ei voitu poistaa. Ole hyvä ja luo tästä virheilmoitus." |
4947 | |
4948 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:730 |
4949 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:730 |
4950 | #, fuzzy |
4951 | msgid "Reload" |
4952 | msgstr "_Lataa uudestaan" |
4953 | |
4954 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:732 |
4955 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:732 |
4956 | #: ../data/glade/dialogs.glade.h:4 |
4957 | msgid "" |
4958 | "<b><big>The information about available software is out-of-date</big></b>\n" |
4959 | @@ -231,11 +231,11 @@ |
4960 | "\n" |
4961 | "Tarvitset toiminnassa olevan Internet-yhteyden jatkaaksesi." |
4962 | |
4963 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:762 |
4964 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:762 |
4965 | msgid "CD Error" |
4966 | msgstr "" |
4967 | |
4968 | -#: ../softwareproperties/kde/SoftwarePropertiesKDE.py:763 |
4969 | +#: ../softwareproperties/qt/SoftwarePropertiesQt.py:763 |
4970 | #, python-format |
4971 | msgid "" |
4972 | "<big><b>Error scanning the CD</b></big>\n" |
4973 | @@ -246,30 +246,30 @@ |
4974 | "\n" |
4975 | "%s" |
4976 | |
4977 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4978 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4979 | msgid "CD Name" |
4980 | msgstr "" |
4981 | |
4982 | -#: ../softwareproperties/kde/CdromProgress.py:51 |
4983 | +#: ../softwareproperties/qt/CdromProgress.py:51 |
4984 | #: ../softwareproperties/gtk/CdromProgress.py:58 |
4985 | msgid "Please enter a name for the disc" |
4986 | msgstr "Syötä nimi levylle" |
4987 | |
4988 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4989 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4990 | msgid "Insert Disk" |
4991 | msgstr "" |
4992 | |
4993 | -#: ../softwareproperties/kde/CdromProgress.py:55 |
4994 | +#: ../softwareproperties/qt/CdromProgress.py:55 |
4995 | #: ../softwareproperties/gtk/CdromProgress.py:74 |
4996 | #, fuzzy |
4997 | msgid "Please insert a disk in the drive:" |
4998 | msgstr "Aseta levy asemaan:" |
4999 | |
5000 | -#: ../softwareproperties/kde/DialogEdit.py:40 |
The diff has been truncated for viewing.
From Kubuntu dev perspective, no problem Qt'ifying this