~straemer/ubuntu/quantal/update-manager/fix-for-1058070

« back to all changes in this revision

Viewing changes to po/en_AU.po

  • Committer: Package Import Robot
  • Author(s): Colin Watson, Colin Watson, Adam Conrad, Barry Warsaw, Michael Vogt, Stéphane Graber, Steve Langasek
  • Date: 2012-06-14 00:57:42 UTC
  • Revision ID: package-import@ubuntu.com-20120614005742-2tnicupbt5io911y
Tags: 1:0.163
[ Colin Watson ]
* Isolate tests from local configuration in
  /etc/update-manager/release-upgrades.d/.
* Use Python attributes rather than GObject.get_data and GObject.set_data,
  which have been removed upstream (LP: #1009859).
* Switch default view class to Gtk3 and replace python-gobject dependency
  with python-gi.
* Port away from old-style apt.Package candidateFoo and installedFoo
  properties, preferring candidate.foo and installed.foo.  In a number of
  cases we have to check whether candidate/installed is non-None first.
* Use apt_pkg.version_compare rather than apt_pkg.VersionCompare.
* Use apt_pkg.uri_to_filename rather than apt_pkg.URItoFileName.
* Use apt_pkg.TagFile (and related new-style API) rather than
  apt_pkg.ParseTagFile.
* Use apt_pkg.PackageManager rather than apt_pkg.GetPackageManager.
* Use apt_pkg.Acquire rather than apt_pkg.GetAcquire.
* Use mark_foo/marked_foo rather than markFoo/markedFoo.
* Use apt_pkg.ActionGroup rather than apt_pkg.GetPkgActionGroup.
* Use apt_pkg.ProblemResolver rather than apt_pkg.GetPkgProblemResolver.
* Use apt_pkg.read_config_file rather than apt_pkg.ReadConfigFile.
* Use new spelling of apt_pkg.DepCache methods.
* Rename several local cache methods to PEP-8 style to avoid showing up in
  the output of /usr/share/python-apt/migrate-0.8.py.
* Use apt_pkg.size_to_str rather than apt_pkg.SizeToStr.
* Use apt_pkg.PackageManager.get_archives rather than
  apt_pkg.PackageManager.GetArchives.
* Use apt_pkg.Acquire.fetch_needed rather than
  apt_pkg.Acquire.FetchNeeded.
* Use new spelling of apt_pkg.Package/Version/Dependency methods.
* Use apt_pkg.pkgsystem_lock rather than apt_pkg.PkgSystemLock.
* Use new spelling of apt_pkg dependency parsing methods.
* Use new spelling of apt_pkg.SourceList methods.
* Bump python-apt (build-)dependency to >= 0.8.0.
* Add a scheme for excluding false positives from the pyflakes test, and
  enable it by default.
* Rearrange the OptionParser workaround from 1:0.154.5 to work with Python
  3, using gettext or ugettext as appropriate.
* Always pass bytes to hashlib.md5.update.
* Fix DistUpgradeAptCdrom to account for gzip files being opened in binary
  mode.
* Convert the last use of os.popen to subprocess.check_output, which makes
  it easier to read str rather than bytes.  (This requires Python 2.7.)
* Decode bytes read from urlopened file objects.
* UpdateManager/backend/InstallBackendSynaptic.py
  - Keep a reference to the data tuple passed to GObject.child_watch_add
    to avoid attempts to destroy it without a thread context
    (LP: #724687).
  - Open temporary synaptic selections file in text mode.
* Define __bool__ rather than __nonzero__ method in Python 3.
* sort(cmp=) and sorted(cmp=) no longer work in Python 3.  Use appropriate
  key= arguments instead.
* Fix ResourceWarning while reading /proc/mounts.
* Make update-manager-kde depend on psmisc, for killall.
* DistUpgrade/DistUpgradeView.py:
  - Use floor division in FuzzyTimeToStr.
* DistUpgrade/DistUpgradeViewText.py:
  - Flush stdout after printing confirmation message, since it doesn't
    have a trailing newline.
* Use the appropriate Unicode gettext methods in both Python 2 and 3, and
  drop lots of Python-3-unfriendly Unicode mangling as a result.
* DistUpgrade/DistUpgradeViewKDE.py:
  - Open the terminal log in binary mode.
* data/do-release-upgrade.8:
  - Provide a more useful NAME section.
* DistUpgrade/DistUpgradeCache.py:
  - Tolerate SyntaxError from attempting to import NvidiaDetector, until
    such time as a complete ubuntu-drivers-common Python 3 port is in the
    archive.
* Switch #! lines over to python3, apart from dist-upgrader which needs to
  stay as Python 2 for a while longer (and have some special arrangement
  for running with Python 3 for upgrades from >= quantal).
* Run tests under both Python 2 and 3.

[ Adam Conrad ]
* Merge branch from Michael Terry to drop auto-upgrade-tester
  from update-manager and move it into its own source package

[ Barry Warsaw ]
* Begin refactoring of Computer Janitor code by renaming and
  re-situating all of it to janitor/plugincore.  This will eventually be
  removed from here into its own separate branch.
* Merge the temporary Python 3 sprint branch back into trunk, and close
  the py3 sprint branch.
* Moved UpdateManager/backend and UpdateManager/UnitySupport.py to the
  python*-update-manager packages for apturl.

[ Michael Vogt ]
* UpdateManager/GtkProgress.py:
  - fix python-apt 0.8 API crash

[ Stéphane Graber ]
* Drop fdsend as it's not used and doesn't build with python3.
* Make update-manager-core a binary all packages (everything is python).
* Split update-manager-core into python-update-manager,
  python3-update-manager and update-manager-core.
* Build-depend and depend on python-apt >= 0.8.5~ as we need proper
  python3 support.

[ Steve Langasek ]
* tests/test_country_mirror.py: the test suite shouldn't fail if $LANG
  isn't set in the environment.
* update-manager is now using python3 as an interpreter, so fix these up
  to actually be python3 packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version: update-manager\n"
9
 
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2012-04-14 00:52+0000\n"
 
9
"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
 
10
"POT-Creation-Date: 2012-06-14 00:53+0100\n"
11
11
"PO-Revision-Date: 2012-03-22 13:03+0000\n"
12
12
"Last-Translator: Joel Addison <jaddi27@gmail.com>\n"
13
13
"Language-Team: English (Australia) <en_AU@li.org>\n"
 
14
"Language: \n"
14
15
"MIME-Version: 1.0\n"
15
16
"Content-Type: text/plain; charset=UTF-8\n"
16
17
"Content-Transfer-Encoding: 8bit\n"
19
20
"X-Generator: Launchpad (build 15099)\n"
20
21
 
21
22
#. TRANSLATORS: download size of small updates, e.g. "250 kB"
22
 
#: ../DistUpgrade/utils.py:399 ../UpdateManager/Core/utils.py:399
 
23
#: ../DistUpgrade/utils.py:433 ../UpdateManager/Core/utils.py:433
23
24
#, python-format
24
25
msgid "%(size).0f kB"
25
26
msgid_plural "%(size).0f kB"
27
28
msgstr[1] "%(size).0f kB"
28
29
 
29
30
#. TRANSLATORS: download size of updates, e.g. "2.3 MB"
30
 
#: ../DistUpgrade/utils.py:402 ../UpdateManager/Core/utils.py:402
 
31
#: ../DistUpgrade/utils.py:436 ../UpdateManager/Core/utils.py:436
31
32
#, python-format
32
33
msgid "%.1f MB"
33
34
msgstr "%.1f MB"
34
35
 
35
36
#. TRANSLATORS: %s is a country
36
 
#: ../DistUpgrade/distro.py:206 ../DistUpgrade/distro.py:434
 
37
#: ../DistUpgrade/distro.py:206 ../DistUpgrade/distro.py:436
37
38
#, python-format
38
39
msgid "Server for %s"
39
40
msgstr "Server for %s"
50
51
msgid "Custom servers"
51
52
msgstr "Custom servers"
52
53
 
53
 
#: ../DistUpgrade/DistUpgradeAptCdrom.py:141
 
54
#: ../DistUpgrade/DistUpgradeAptCdrom.py:142
54
55
msgid "Could not calculate sources.list entry"
55
56
msgstr "Could not calculate sources.list entry"
56
57
 
57
 
#: ../DistUpgrade/DistUpgradeAptCdrom.py:244
 
58
#: ../DistUpgrade/DistUpgradeAptCdrom.py:251
58
59
msgid ""
59
60
"Unable to locate any package files, perhaps this is not a Ubuntu Disc or the "
60
61
"wrong architecture?"
62
63
"Unable to locate any package files, perhaps this is not an Ubuntu Disc or "
63
64
"the wrong architecture?"
64
65
 
65
 
#: ../DistUpgrade/DistUpgradeAptCdrom.py:287
 
66
#: ../DistUpgrade/DistUpgradeAptCdrom.py:294
66
67
msgid "Failed to add the CD"
67
68
msgstr "Failed to add the CD"
68
69
 
69
 
#: ../DistUpgrade/DistUpgradeAptCdrom.py:288
 
70
#: ../DistUpgrade/DistUpgradeAptCdrom.py:295
70
71
#, python-format
71
72
msgid ""
72
73
"There was a error adding the CD, the upgrade will abort. Please report this "
81
82
"The error message was:\n"
82
83
"'%s'"
83
84
 
84
 
#: ../DistUpgrade/DistUpgradeCache.py:147
 
85
#: ../DistUpgrade/DistUpgradeCache.py:151
85
86
msgid "Remove package in bad state"
86
87
msgid_plural "Remove packages in bad state"
87
88
msgstr[0] "Remove package in bad state"
88
89
msgstr[1] "Remove packages in bad state"
89
90
 
90
 
#: ../DistUpgrade/DistUpgradeCache.py:150
 
91
#: ../DistUpgrade/DistUpgradeCache.py:154
91
92
#, python-format
92
93
msgid ""
93
94
"The package '%s' is in an inconsistent state and needs to be reinstalled, "
108
109
 
109
110
#. FIXME: not ideal error message, but we just reuse a
110
111
#. existing one here to avoid a new string
111
 
#: ../DistUpgrade/DistUpgradeCache.py:248
 
112
#: ../DistUpgrade/DistUpgradeCache.py:255
112
113
msgid "The server may be overloaded"
113
114
msgstr "The server may be overloaded"
114
115
 
115
 
#: ../DistUpgrade/DistUpgradeCache.py:361
 
116
#: ../DistUpgrade/DistUpgradeCache.py:368
116
117
msgid "Broken packages"
117
118
msgstr "Broken packages"
118
119
 
119
 
#: ../DistUpgrade/DistUpgradeCache.py:362
 
120
#: ../DistUpgrade/DistUpgradeCache.py:369
120
121
msgid ""
121
122
"Your system contains broken packages that couldn't be fixed with this "
122
123
"software. Please fix them first using synaptic or apt-get before proceeding."
125
126
"software. Please fix them first using synaptic or apt-get before proceeding."
126
127
 
127
128
#. FIXME: change the text to something more useful
128
 
#: ../DistUpgrade/DistUpgradeCache.py:679
 
129
#: ../DistUpgrade/DistUpgradeCache.py:693
129
130
#, python-format
130
131
msgid ""
131
132
"An unresolvable problem occurred while calculating the upgrade:\n"
146
147
" * Unofficial software packages not provided by Ubuntu\n"
147
148
"\n"
148
149
 
149
 
#: ../DistUpgrade/DistUpgradeCache.py:689
 
150
#: ../DistUpgrade/DistUpgradeCache.py:703
150
151
msgid "This is most likely a transient problem, please try again later."
151
152
msgstr "This is most likely a transient problem, please try again later."
152
153
 
153
 
#: ../DistUpgrade/DistUpgradeCache.py:692
 
154
#: ../DistUpgrade/DistUpgradeCache.py:706
154
155
msgid ""
155
156
"If none of this applies, then please report this bug using the command "
156
157
"'ubuntu-bug update-manager' in a terminal."
158
159
"If none of this applies, then please report this bug using the command "
159
160
"'ubuntu-bug update-manager' in a terminal."
160
161
 
161
 
#: ../DistUpgrade/DistUpgradeCache.py:697
162
 
#: ../UpdateManager/UpdateManager.py:1035
 
162
#: ../DistUpgrade/DistUpgradeCache.py:711
 
163
#: ../UpdateManager/UpdateManager.py:1031
163
164
msgid "Could not calculate the upgrade"
164
165
msgstr "Could not calculate the upgrade"
165
166
 
166
 
#: ../DistUpgrade/DistUpgradeCache.py:748
 
167
#: ../DistUpgrade/DistUpgradeCache.py:762
167
168
msgid "Error authenticating some packages"
168
169
msgstr "Error authenticating some packages"
169
170
 
170
 
#: ../DistUpgrade/DistUpgradeCache.py:749
 
171
#: ../DistUpgrade/DistUpgradeCache.py:763
171
172
msgid ""
172
173
"It was not possible to authenticate some packages. This may be a transient "
173
174
"network problem. You may want to try again later. See below for a list of "
177
178
"network problem. You may want to try again later. See below for a list of "
178
179
"unauthenticated packages."
179
180
 
180
 
#: ../DistUpgrade/DistUpgradeCache.py:769
 
181
#: ../DistUpgrade/DistUpgradeCache.py:783
181
182
#, python-format
182
183
msgid ""
183
184
"The package '%s' is marked for removal but it is in the removal blacklist."
184
185
msgstr ""
185
186
"The package '%s' is marked for removal but it is in the removal blacklist."
186
187
 
187
 
#: ../DistUpgrade/DistUpgradeCache.py:773
 
188
#: ../DistUpgrade/DistUpgradeCache.py:787
188
189
#, python-format
189
190
msgid "The essential package '%s' is marked for removal."
190
191
msgstr "The essential package '%s' is marked for removal."
191
192
 
192
 
#: ../DistUpgrade/DistUpgradeCache.py:782
 
193
#: ../DistUpgrade/DistUpgradeCache.py:796
193
194
#, python-format
194
195
msgid "Trying to install blacklisted version '%s'"
195
196
msgstr "Trying to install blacklisted version '%s'"
196
197
 
197
 
#: ../DistUpgrade/DistUpgradeCache.py:900
 
198
#: ../DistUpgrade/DistUpgradeCache.py:914
198
199
#, python-format
199
200
msgid "Can't install '%s'"
200
201
msgstr "Can't install '%s'"
201
202
 
202
 
#: ../DistUpgrade/DistUpgradeCache.py:901
 
203
#: ../DistUpgrade/DistUpgradeCache.py:915
203
204
msgid ""
204
205
"It was impossible to install a required package. Please report this as a bug "
205
206
"using 'ubuntu-bug update-manager' in a terminal."
208
209
"using 'ubuntu-bug update-manager' in a terminal."
209
210
 
210
211
#. FIXME: provide a list
211
 
#: ../DistUpgrade/DistUpgradeCache.py:912
 
212
#: ../DistUpgrade/DistUpgradeCache.py:926
212
213
msgid "Can't guess meta-package"
213
214
msgstr "Can't guess meta-packag"
214
215
 
215
 
#: ../DistUpgrade/DistUpgradeCache.py:913
 
216
#: ../DistUpgrade/DistUpgradeCache.py:927
216
217
msgid ""
217
218
"Your system does not contain a ubuntu-desktop, kubuntu-desktop, xubuntu-"
218
219
"desktop or edubuntu-desktop package and it was not possible to detect which "
226
227
" Please install one of the packages above first using synaptic or apt-get "
227
228
"before proceeding."
228
229
 
229
 
#: ../DistUpgrade/DistUpgradeController.py:100
 
230
#: ../DistUpgrade/DistUpgradeController.py:114
230
231
msgid "Reading cache"
231
232
msgstr "Reading cache"
232
233
 
233
 
#: ../DistUpgrade/DistUpgradeController.py:210
 
234
#: ../DistUpgrade/DistUpgradeController.py:223
234
235
msgid "Unable to get exclusive lock"
235
236
msgstr "Unable to get exclusive lock"
236
237
 
237
 
#: ../DistUpgrade/DistUpgradeController.py:211
 
238
#: ../DistUpgrade/DistUpgradeController.py:224
238
239
msgid ""
239
240
"This usually means that another package management application (like apt-get "
240
241
"or aptitude) already running. Please close that application first."
242
243
"This usually means that another package management application (like apt-get "
243
244
"or aptitude) already running. Please close that application first."
244
245
 
245
 
#: ../DistUpgrade/DistUpgradeController.py:244
 
246
#: ../DistUpgrade/DistUpgradeController.py:257
246
247
msgid "Upgrading over remote connection not supported"
247
248
msgstr "Upgrading over remote connection not supported"
248
249
 
249
 
#: ../DistUpgrade/DistUpgradeController.py:245
 
250
#: ../DistUpgrade/DistUpgradeController.py:258
250
251
msgid ""
251
252
"You are running the upgrade over a remote ssh connection with a frontend "
252
253
"that does not support this. Please try a text mode upgrade with 'do-release-"
260
261
"\n"
261
262
"The upgrade will abort now. Please try without ssh."
262
263
 
263
 
#: ../DistUpgrade/DistUpgradeController.py:259
 
264
#: ../DistUpgrade/DistUpgradeController.py:272
264
265
msgid "Continue running under SSH?"
265
266
msgstr "Continue running under SSH?"
266
267
 
267
 
#: ../DistUpgrade/DistUpgradeController.py:260
 
268
#: ../DistUpgrade/DistUpgradeController.py:273
268
269
#, python-format
269
270
msgid ""
270
271
"This session appears to be running under ssh. It is not recommended to "
281
282
"If you continue, an additional ssh daemon will be started at port '%s'.\n"
282
283
"Do you want to continue?"
283
284
 
284
 
#: ../DistUpgrade/DistUpgradeController.py:274
 
285
#: ../DistUpgrade/DistUpgradeController.py:287
285
286
msgid "Starting additional sshd"
286
287
msgstr "Starting additional sshd"
287
288
 
288
 
#: ../DistUpgrade/DistUpgradeController.py:275
289
 
#, python-format
290
 
msgid ""
291
 
"To make recovery in case of failure easier, an additional sshd will be "
292
 
"started on port '%s'. If anything goes wrong with the running ssh you can "
293
 
"still connect to the additional one.\n"
294
 
msgstr ""
295
 
"To make recovery in case of failure easier, an additional sshd will be "
296
 
"started on port '%s'. If anything goes wrong with the running ssh you can "
297
 
"still connect to the additional one.\n"
298
 
 
299
 
#: ../DistUpgrade/DistUpgradeController.py:283
300
 
#, python-format
301
 
msgid ""
302
 
"If you run a firewall, you may need to temporarily open this port. As this "
303
 
"is potentially dangerous it's not done automatically. You can open the port "
304
 
"with e.g.:\n"
305
 
"'%s'"
306
 
msgstr ""
307
 
"If you run a firewall, you may need to temporarily open this port. As this "
308
 
"is potentially dangerous it's not done automatically. You can open the port "
309
 
"with e.g.:\n"
310
 
"'%s'"
311
 
 
312
 
#: ../DistUpgrade/DistUpgradeController.py:355
313
 
#: ../DistUpgrade/DistUpgradeController.py:400
 
289
#: ../DistUpgrade/DistUpgradeController.py:288
 
290
#, python-format
 
291
msgid ""
 
292
"To make recovery in case of failure easier, an additional sshd will be "
 
293
"started on port '%s'. If anything goes wrong with the running ssh you can "
 
294
"still connect to the additional one.\n"
 
295
msgstr ""
 
296
"To make recovery in case of failure easier, an additional sshd will be "
 
297
"started on port '%s'. If anything goes wrong with the running ssh you can "
 
298
"still connect to the additional one.\n"
 
299
 
 
300
#: ../DistUpgrade/DistUpgradeController.py:296
 
301
#, python-format
 
302
msgid ""
 
303
"If you run a firewall, you may need to temporarily open this port. As this "
 
304
"is potentially dangerous it's not done automatically. You can open the port "
 
305
"with e.g.:\n"
 
306
"'%s'"
 
307
msgstr ""
 
308
"If you run a firewall, you may need to temporarily open this port. As this "
 
309
"is potentially dangerous it's not done automatically. You can open the port "
 
310
"with e.g.:\n"
 
311
"'%s'"
 
312
 
 
313
#: ../DistUpgrade/DistUpgradeController.py:368
 
314
#: ../DistUpgrade/DistUpgradeController.py:413
314
315
msgid "Can not upgrade"
315
316
msgstr "Cannot upgrade"
316
317
 
317
 
#: ../DistUpgrade/DistUpgradeController.py:356
 
318
#: ../DistUpgrade/DistUpgradeController.py:369
318
319
#, python-format
319
320
msgid "An upgrade from '%s' to '%s' is not supported with this tool."
320
321
msgstr "An upgrade from '%s' to '%s' is not supported with this tool."
321
322
 
322
 
#: ../DistUpgrade/DistUpgradeController.py:365
 
323
#: ../DistUpgrade/DistUpgradeController.py:378
323
324
msgid "Sandbox setup failed"
324
325
msgstr "Sandbox setup failed"
325
326
 
326
 
#: ../DistUpgrade/DistUpgradeController.py:366
 
327
#: ../DistUpgrade/DistUpgradeController.py:379
327
328
msgid "It was not possible to create the sandbox environment."
328
329
msgstr "It was not possible to create the sandbox environment."
329
330
 
330
 
#: ../DistUpgrade/DistUpgradeController.py:372
 
331
#: ../DistUpgrade/DistUpgradeController.py:385
331
332
msgid "Sandbox mode"
332
333
msgstr "Sandbox mode"
333
334
 
334
 
#: ../DistUpgrade/DistUpgradeController.py:373
 
335
#: ../DistUpgrade/DistUpgradeController.py:386
335
336
#, python-format
336
337
msgid ""
337
338
"This upgrade is running in sandbox (test) mode. All changes are written to "
346
347
"*No* changes written to a system directory from now until the next reboot "
347
348
"are permanent."
348
349
 
349
 
#: ../DistUpgrade/DistUpgradeController.py:401
 
350
#: ../DistUpgrade/DistUpgradeController.py:414
350
351
msgid ""
351
352
"Your python install is corrupted. Please fix the '/usr/bin/python' symlink."
352
353
msgstr ""
353
354
"Your python install is corrupted. Please fix the '/usr/bin/python' symlink."
354
355
 
355
 
#: ../DistUpgrade/DistUpgradeController.py:427
 
356
#: ../DistUpgrade/DistUpgradeController.py:440
356
357
msgid "Package 'debsig-verify' is installed"
357
358
msgstr "Package 'debsig-verify' is installed"
358
359
 
359
 
#: ../DistUpgrade/DistUpgradeController.py:428
 
360
#: ../DistUpgrade/DistUpgradeController.py:441
360
361
msgid ""
361
362
"The upgrade can not continue with that package installed.\n"
362
363
"Please remove it with synaptic or 'apt-get remove debsig-verify' first and "
366
367
"Please remove it with synaptic or 'apt-get remove debsig-verify' first and "
367
368
"run the upgrade again."
368
369
 
369
 
#: ../DistUpgrade/DistUpgradeController.py:440
 
370
#: ../DistUpgrade/DistUpgradeController.py:453
370
371
#, python-format
371
372
msgid "Can not write to '%s'"
372
373
msgstr "Can not write to '%s'"
373
374
 
374
 
#: ../DistUpgrade/DistUpgradeController.py:441
 
375
#: ../DistUpgrade/DistUpgradeController.py:454
375
376
#, python-format
376
377
msgid ""
377
378
"Its not possible to write to the system directory '%s' on your system. The "
382
383
"upgrade can not continue.\n"
383
384
"Please make sure that the system directory is writeable."
384
385
 
385
 
#: ../DistUpgrade/DistUpgradeController.py:452
 
386
#: ../DistUpgrade/DistUpgradeController.py:465
386
387
msgid "Include latest updates from the Internet?"
387
388
msgstr "Include latest updates from the Internet?"
388
389
 
389
 
#: ../DistUpgrade/DistUpgradeController.py:453
 
390
#: ../DistUpgrade/DistUpgradeController.py:466
390
391
msgid ""
391
392
"The upgrade system can use the internet to automatically download the latest "
392
393
"updates and install them during the upgrade.  If you have a network "
406
407
"latest updates soon after upgrading.\n"
407
408
"If you answer 'no' here, the network is not used at all."
408
409
 
409
 
#: ../DistUpgrade/DistUpgradeController.py:673
 
410
#: ../DistUpgrade/DistUpgradeController.py:686
410
411
#, python-format
411
412
msgid "disabled on upgrade to %s"
412
413
msgstr "disabled on upgrade to %s"
413
414
 
414
 
#: ../DistUpgrade/DistUpgradeController.py:700
 
415
#: ../DistUpgrade/DistUpgradeController.py:713
415
416
msgid "No valid mirror found"
416
417
msgstr "No valid mirror found"
417
418
 
418
 
#: ../DistUpgrade/DistUpgradeController.py:701
 
419
#: ../DistUpgrade/DistUpgradeController.py:714
419
420
#, python-format
420
421
msgid ""
421
422
"While scanning your repository information no mirror entry for the upgrade "
435
436
"If you select 'No' the upgrade will cancel."
436
437
 
437
438
#. hm, still nothing useful ...
438
 
#: ../DistUpgrade/DistUpgradeController.py:721
 
439
#: ../DistUpgrade/DistUpgradeController.py:734
439
440
msgid "Generate default sources?"
440
441
msgstr "Generate default sources?"
441
442
 
442
 
#: ../DistUpgrade/DistUpgradeController.py:722
 
443
#: ../DistUpgrade/DistUpgradeController.py:735
443
444
#, python-format
444
445
msgid ""
445
446
"After scanning your 'sources.list' no valid entry for '%s' was found.\n"
452
453
"Should default entries for '%s' be added? If you select 'No', the upgrade "
453
454
"will cancel."
454
455
 
455
 
#: ../DistUpgrade/DistUpgradeController.py:757
 
456
#: ../DistUpgrade/DistUpgradeController.py:770
456
457
msgid "Repository information invalid"
457
458
msgstr "Repository information invalid"
458
459
 
459
 
#: ../DistUpgrade/DistUpgradeController.py:758
 
460
#: ../DistUpgrade/DistUpgradeController.py:771
460
461
msgid ""
461
462
"Upgrading the repository information resulted in a invalid file so a bug "
462
463
"reporting process is being started."
464
465
"Upgrading the repository information resulted in a invalid file so a bug "
465
466
"reporting process is being started."
466
467
 
467
 
#: ../DistUpgrade/DistUpgradeController.py:765
 
468
#: ../DistUpgrade/DistUpgradeController.py:778
468
469
msgid "Third party sources disabled"
469
470
msgstr "Third party sources disabled"
470
471
 
471
 
#: ../DistUpgrade/DistUpgradeController.py:766
 
472
#: ../DistUpgrade/DistUpgradeController.py:779
472
473
msgid ""
473
474
"Some third party entries in your sources.list were disabled. You can re-"
474
475
"enable them after the upgrade with the 'software-properties' tool or your "
478
479
"enable them after the upgrade with the 'software-properties' tool or your "
479
480
"package manager."
480
481
 
481
 
#: ../DistUpgrade/DistUpgradeController.py:806
 
482
#: ../DistUpgrade/DistUpgradeController.py:819
482
483
msgid "Package in inconsistent state"
483
484
msgid_plural "Packages in inconsistent state"
484
485
msgstr[0] "Package in inconsistent state"
485
486
msgstr[1] "Packages in inconsistent state"
486
487
 
487
 
#: ../DistUpgrade/DistUpgradeController.py:809
 
488
#: ../DistUpgrade/DistUpgradeController.py:822
488
489
#, python-format
489
490
msgid ""
490
491
"The package '%s' is in an inconsistent state and needs to be reinstalled, "
503
504
"but no archive can be found for them. Please reinstall the packages manually "
504
505
"or remove them from the system."
505
506
 
506
 
#: ../DistUpgrade/DistUpgradeController.py:857
 
507
#: ../DistUpgrade/DistUpgradeController.py:870
507
508
msgid "Error during update"
508
509
msgstr "Error during update"
509
510
 
510
 
#: ../DistUpgrade/DistUpgradeController.py:858
 
511
#: ../DistUpgrade/DistUpgradeController.py:871
511
512
msgid ""
512
513
"A problem occurred during the update. This is usually some sort of network "
513
514
"problem, please check your network connection and retry."
515
516
"A problem occurred during the update. This is usually some sort of network "
516
517
"problem, please check your network connection and retry."
517
518
 
518
 
#. print "on_button_install_clicked"
519
 
#: ../DistUpgrade/DistUpgradeController.py:867
520
 
#: ../UpdateManager/UpdateManager.py:758
 
519
#. print("on_button_install_clicked")
 
520
#: ../DistUpgrade/DistUpgradeController.py:880
 
521
#: ../UpdateManager/UpdateManager.py:757
521
522
msgid "Not enough free disk space"
522
523
msgstr "Not enough free disk space"
523
524
 
524
 
#: ../DistUpgrade/DistUpgradeController.py:868
 
525
#: ../DistUpgrade/DistUpgradeController.py:881
525
526
#, python-format
526
527
msgid ""
527
528
"The upgrade has aborted. The upgrade needs a total of %s free space on disk "
536
537
 
537
538
#. calc the dist-upgrade and see if the removals are ok/expected
538
539
#. do the dist-upgrade
539
 
#: ../DistUpgrade/DistUpgradeController.py:897
540
 
#: ../DistUpgrade/DistUpgradeController.py:1664
 
540
#: ../DistUpgrade/DistUpgradeController.py:910
 
541
#: ../DistUpgrade/DistUpgradeController.py:1692
541
542
msgid "Calculating the changes"
542
543
msgstr "Calculating the changes"
543
544
 
544
545
#. ask the user
545
 
#: ../DistUpgrade/DistUpgradeController.py:929
 
546
#: ../DistUpgrade/DistUpgradeController.py:942
546
547
msgid "Do you want to start the upgrade?"
547
548
msgstr "Do you want to start the upgrade?"
548
549
 
549
 
#: ../DistUpgrade/DistUpgradeController.py:995
 
550
#: ../DistUpgrade/DistUpgradeController.py:1008
550
551
msgid "Upgrade canceled"
551
552
msgstr "Upgrade cancelled"
552
553
 
553
 
#: ../DistUpgrade/DistUpgradeController.py:996
 
554
#: ../DistUpgrade/DistUpgradeController.py:1009
554
555
msgid ""
555
556
"The upgrade will cancel now and the original system state will be restored. "
556
557
"You can resume the upgrade at a later time."
558
559
"The upgrade will cancel now and the original system state will be restored. "
559
560
"You can resume the upgrade at a later time."
560
561
 
561
 
#: ../DistUpgrade/DistUpgradeController.py:1002
562
 
#: ../DistUpgrade/DistUpgradeController.py:1136
 
562
#: ../DistUpgrade/DistUpgradeController.py:1015
 
563
#: ../DistUpgrade/DistUpgradeController.py:1149
563
564
msgid "Could not download the upgrades"
564
565
msgstr "Could not download the upgrades"
565
566
 
566
 
#: ../DistUpgrade/DistUpgradeController.py:1003
 
567
#: ../DistUpgrade/DistUpgradeController.py:1016
567
568
msgid ""
568
569
"The upgrade has aborted. Please check your Internet connection or "
569
570
"installation media and try again. All files downloaded so far have been kept."
573
574
 
574
575
#. FIXME: strings are not good, but we are in string freeze
575
576
#. currently
576
 
#: ../DistUpgrade/DistUpgradeController.py:1087
577
 
#: ../DistUpgrade/DistUpgradeController.py:1124
578
 
#: ../DistUpgrade/DistUpgradeController.py:1229
 
577
#: ../DistUpgrade/DistUpgradeController.py:1100
 
578
#: ../DistUpgrade/DistUpgradeController.py:1137
 
579
#: ../DistUpgrade/DistUpgradeController.py:1242
579
580
msgid "Error during commit"
580
581
msgstr "Error during commit"
581
582
 
582
583
#. generate a new cache
583
 
#: ../DistUpgrade/DistUpgradeController.py:1089
584
 
#: ../DistUpgrade/DistUpgradeController.py:1126
585
 
#: ../DistUpgrade/DistUpgradeController.py:1268
 
584
#: ../DistUpgrade/DistUpgradeController.py:1102
 
585
#: ../DistUpgrade/DistUpgradeController.py:1139
 
586
#: ../DistUpgrade/DistUpgradeController.py:1281
586
587
msgid "Restoring original system state"
587
588
msgstr "Restoring original system state"
588
589
 
589
 
#: ../DistUpgrade/DistUpgradeController.py:1090
590
 
#: ../DistUpgrade/DistUpgradeController.py:1105
591
 
#: ../DistUpgrade/DistUpgradeController.py:1127
 
590
#: ../DistUpgrade/DistUpgradeController.py:1103
 
591
#: ../DistUpgrade/DistUpgradeController.py:1118
 
592
#: ../DistUpgrade/DistUpgradeController.py:1140
592
593
msgid "Could not install the upgrades"
593
594
msgstr "Could not install the upgrades"
594
595
 
595
596
#. invoke the frontend now and show a error message
596
 
#: ../DistUpgrade/DistUpgradeController.py:1095
 
597
#: ../DistUpgrade/DistUpgradeController.py:1108
597
598
msgid ""
598
599
"The upgrade has aborted. Your system could be in an unusable state. A "
599
600
"recovery will run now (dpkg --configure -a)."
601
602
"The upgrade has aborted. Your system could be in an unusable state. A "
602
603
"recovery will run now (dpkg --configure -a)."
603
604
 
604
 
#: ../DistUpgrade/DistUpgradeController.py:1100
 
605
#: ../DistUpgrade/DistUpgradeController.py:1113
605
606
#, python-format
606
607
msgid ""
607
608
"\n"
608
609
"\n"
609
 
"Please report this bug in a browser at "
610
 
"http://bugs.launchpad.net/ubuntu/+source/update-manager/+filebug and attach "
611
 
"the files in /var/log/dist-upgrade/ to the bug report.\n"
 
610
"Please report this bug in a browser at http://bugs.launchpad.net/ubuntu/"
 
611
"+source/update-manager/+filebug and attach the files in /var/log/dist-"
 
612
"upgrade/ to the bug report.\n"
612
613
"%s"
613
614
msgstr ""
614
615
"\n"
615
616
"\n"
616
 
"Please report this bug in a browser at "
617
 
"http://bugs.launchpad.net/ubuntu/+source/update-manager/+filebug and attach "
618
 
"the files in /var/log/dist-upgrade/ to the bug report.\n"
 
617
"Please report this bug in a browser at http://bugs.launchpad.net/ubuntu/"
 
618
"+source/update-manager/+filebug and attach the files in /var/log/dist-"
 
619
"upgrade/ to the bug report.\n"
619
620
"%s"
620
621
 
621
 
#: ../DistUpgrade/DistUpgradeController.py:1137
 
622
#: ../DistUpgrade/DistUpgradeController.py:1150
622
623
msgid ""
623
624
"The upgrade has aborted. Please check your Internet connection or "
624
625
"installation media and try again. "
626
627
"The upgrade has aborted. Please check your Internet connection or "
627
628
"installation media and try again. "
628
629
 
629
 
#: ../DistUpgrade/DistUpgradeController.py:1217
 
630
#: ../DistUpgrade/DistUpgradeController.py:1230
630
631
msgid "Remove obsolete packages?"
631
632
msgstr "Remove obsolete packages?"
632
633
 
633
 
#: ../DistUpgrade/DistUpgradeController.py:1218
 
634
#: ../DistUpgrade/DistUpgradeController.py:1231
634
635
#: ../DistUpgrade/DistUpgrade.ui.h:8
635
636
msgid "_Keep"
636
637
msgstr "_Keep"
637
638
 
638
 
#: ../DistUpgrade/DistUpgradeController.py:1218
 
639
#: ../DistUpgrade/DistUpgradeController.py:1231
639
640
msgid "_Remove"
640
641
msgstr "_Remove"
641
642
 
642
 
#: ../DistUpgrade/DistUpgradeController.py:1230
 
643
#: ../DistUpgrade/DistUpgradeController.py:1243
643
644
msgid ""
644
645
"A problem occurred during the clean-up. Please see the below message for "
645
646
"more information. "
649
650
 
650
651
#. FIXME: instead of error out, fetch and install it
651
652
#. here
652
 
#: ../DistUpgrade/DistUpgradeController.py:1306
 
653
#: ../DistUpgrade/DistUpgradeController.py:1319
653
654
msgid "Required depends is not installed"
654
655
msgstr "Required depends is not installed"
655
656
 
656
 
#: ../DistUpgrade/DistUpgradeController.py:1307
 
657
#: ../DistUpgrade/DistUpgradeController.py:1320
657
658
#, python-format
658
659
msgid "The required dependency '%s' is not installed. "
659
660
msgstr "The required dependency '%s' is not installed. "
660
661
 
661
662
#. sanity check (check for ubuntu-desktop, brokenCache etc)
662
663
#. then open the cache (again)
663
 
#: ../DistUpgrade/DistUpgradeController.py:1568
664
 
#: ../DistUpgrade/DistUpgradeController.py:1633
 
664
#: ../DistUpgrade/DistUpgradeController.py:1588
 
665
#: ../DistUpgrade/DistUpgradeController.py:1653
665
666
msgid "Checking package manager"
666
667
msgstr "Checking package manager"
667
668
 
668
 
#: ../DistUpgrade/DistUpgradeController.py:1573
 
669
#: ../DistUpgrade/DistUpgradeController.py:1593
669
670
msgid "Preparing the upgrade failed"
670
671
msgstr "Preparing the upgrade failed"
671
672
 
672
 
#: ../DistUpgrade/DistUpgradeController.py:1574
 
673
#: ../DistUpgrade/DistUpgradeController.py:1594
673
674
msgid ""
674
675
"Preparing the system for the upgrade failed so a bug reporting process is "
675
676
"being started."
677
678
"Preparing the system for the upgrade failed so a bug reporting process is "
678
679
"being started."
679
680
 
680
 
#: ../DistUpgrade/DistUpgradeController.py:1588
 
681
#: ../DistUpgrade/DistUpgradeController.py:1608
681
682
msgid "Getting upgrade prerequisites failed"
682
683
msgstr "Getting upgrade prerequisites failed"
683
684
 
684
 
#: ../DistUpgrade/DistUpgradeController.py:1589
 
685
#: ../DistUpgrade/DistUpgradeController.py:1609
685
686
msgid ""
686
687
"The system was unable to get the prerequisites for the upgrade. The upgrade "
687
688
"will abort now and restore the original system state.\n"
693
694
"\n"
694
695
"Additionally, a bug reporting process is being started."
695
696
 
696
 
#: ../DistUpgrade/DistUpgradeController.py:1617
 
697
#: ../DistUpgrade/DistUpgradeController.py:1637
697
698
msgid "Updating repository information"
698
699
msgstr "Updating repository information"
699
700
 
700
 
#: ../DistUpgrade/DistUpgradeController.py:1624
 
701
#: ../DistUpgrade/DistUpgradeController.py:1644
701
702
msgid "Failed to add the cdrom"
702
703
msgstr "Failed to add the cdrom"
703
704
 
704
 
#: ../DistUpgrade/DistUpgradeController.py:1625
 
705
#: ../DistUpgrade/DistUpgradeController.py:1645
705
706
msgid "Sorry, adding the cdrom was not successful."
706
707
msgstr "Sorry, adding the cdrom was not successful."
707
708
 
708
 
#: ../DistUpgrade/DistUpgradeController.py:1653
 
709
#: ../DistUpgrade/DistUpgradeController.py:1673
709
710
msgid "Invalid package information"
710
711
msgstr "Invalid package information"
711
712
 
712
 
#: ../DistUpgrade/DistUpgradeController.py:1654
713
 
#, python-format
714
 
msgid ""
715
 
"After your package information was updated the essential package '%s' can "
716
 
"not be found anymore so a bug reporting process is being started."
 
713
#: ../DistUpgrade/DistUpgradeController.py:1674
 
714
msgid "After updating your package "
717
715
msgstr ""
718
 
"After your package information was updated the essential package '%s' can "
719
 
"not be found anymore so a bug reporting process is being started."
720
716
 
721
 
#: ../DistUpgrade/DistUpgradeController.py:1670
722
 
#: ../DistUpgrade/DistUpgradeController.py:1723
 
717
#: ../DistUpgrade/DistUpgradeController.py:1698
 
718
#: ../DistUpgrade/DistUpgradeController.py:1750
723
719
msgid "Fetching"
724
720
msgstr "Fetching"
725
721
 
726
 
#: ../DistUpgrade/DistUpgradeController.py:1676
727
 
#: ../DistUpgrade/DistUpgradeController.py:1727
 
722
#: ../DistUpgrade/DistUpgradeController.py:1704
 
723
#: ../DistUpgrade/DistUpgradeController.py:1754
728
724
msgid "Upgrading"
729
725
msgstr "Upgrading"
730
726
 
731
727
#. don't abort here, because it would restore the sources.list
732
 
#: ../DistUpgrade/DistUpgradeController.py:1681
733
 
#: ../DistUpgrade/DistUpgradeController.py:1729
734
 
#: ../DistUpgrade/DistUpgradeController.py:1736
735
 
#: ../DistUpgrade/DistUpgradeController.py:1747
 
728
#: ../DistUpgrade/DistUpgradeController.py:1709
 
729
#: ../DistUpgrade/DistUpgradeController.py:1756
 
730
#: ../DistUpgrade/DistUpgradeController.py:1763
 
731
#: ../DistUpgrade/DistUpgradeController.py:1774
736
732
msgid "Upgrade complete"
737
733
msgstr "Upgrade complete"
738
734
 
739
 
#: ../DistUpgrade/DistUpgradeController.py:1682
740
 
#: ../DistUpgrade/DistUpgradeController.py:1730
741
 
#: ../DistUpgrade/DistUpgradeController.py:1737
 
735
#: ../DistUpgrade/DistUpgradeController.py:1710
 
736
#: ../DistUpgrade/DistUpgradeController.py:1757
 
737
#: ../DistUpgrade/DistUpgradeController.py:1764
742
738
msgid ""
743
739
"The upgrade has completed but there were errors during the upgrade process."
744
740
msgstr ""
745
741
"The upgrade has completed but there were errors during the upgrade process."
746
742
 
747
 
#: ../DistUpgrade/DistUpgradeController.py:1689
 
743
#: ../DistUpgrade/DistUpgradeController.py:1717
748
744
msgid "Searching for obsolete software"
749
745
msgstr "Searching for obsolete software"
750
746
 
751
 
#: ../DistUpgrade/DistUpgradeController.py:1698
 
747
#: ../DistUpgrade/DistUpgradeController.py:1726
752
748
msgid "System upgrade is complete."
753
749
msgstr "System upgrade is complete."
754
750
 
755
 
#: ../DistUpgrade/DistUpgradeController.py:1748
 
751
#: ../DistUpgrade/DistUpgradeController.py:1775
756
752
msgid "The partial upgrade was completed."
757
753
msgstr "The partial upgrade has completed."
758
754
 
759
 
#: ../DistUpgrade/DistUpgradeQuirks.py:202
 
755
#: ../DistUpgrade/DistUpgradeQuirks.py:204
760
756
msgid "evms in use"
761
757
msgstr "evms in use"
762
758
 
763
 
#: ../DistUpgrade/DistUpgradeQuirks.py:203
764
 
msgid ""
765
 
"Your system uses the 'evms' volume manager in /proc/mounts. The 'evms' "
766
 
"software is no longer supported, please switch it off and run the upgrade "
767
 
"again when this is done."
768
 
msgstr ""
769
 
"Your system uses the 'evms' volume manager in /proc/mounts. The 'evms' "
770
 
"software is no longer supported, please switch it off and run the upgrade "
771
 
"again when this is done."
772
 
 
773
 
#: ../DistUpgrade/DistUpgradeQuirks.py:496
774
 
msgid ""
775
 
"Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS."
776
 
msgstr ""
777
 
"Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS."
778
 
 
779
 
#: ../DistUpgrade/DistUpgradeQuirks.py:498
780
 
msgid ""
781
 
"The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited "
782
 
"and you may encounter problems after the upgrade. For more information see "
783
 
"https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to "
784
 
"continue with the upgrade?"
785
 
msgstr ""
786
 
"The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited "
787
 
"and you may encounter problems after the upgrade. For more information see "
788
 
"https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to "
789
 
"continue with the upgrade?"
790
 
 
791
 
#: ../DistUpgrade/DistUpgradeQuirks.py:520
792
 
#: ../DistUpgrade/DistUpgradeQuirks.py:548
793
 
#: ../DistUpgrade/DistUpgradeQuirks.py:575
794
 
msgid ""
795
 
"Upgrading may reduce desktop effects, and performance in games and other "
796
 
"graphically intensive programs."
797
 
msgstr ""
798
 
"Upgrading may reduce desktop effects, and performance in games and other "
799
 
"graphically intensive programs."
800
 
 
801
 
#: ../DistUpgrade/DistUpgradeQuirks.py:524
802
 
#: ../DistUpgrade/DistUpgradeQuirks.py:552
 
759
#: ../DistUpgrade/DistUpgradeQuirks.py:205
 
760
msgid ""
 
761
"Your system uses the 'evms' volume manager in /proc/mounts. The 'evms' "
 
762
"software is no longer supported, please switch it off and run the upgrade "
 
763
"again when this is done."
 
764
msgstr ""
 
765
"Your system uses the 'evms' volume manager in /proc/mounts. The 'evms' "
 
766
"software is no longer supported, please switch it off and run the upgrade "
 
767
"again when this is done."
 
768
 
 
769
#: ../DistUpgrade/DistUpgradeQuirks.py:502
 
770
msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS."
 
771
msgstr "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS."
 
772
 
 
773
#: ../DistUpgrade/DistUpgradeQuirks.py:504
 
774
msgid ""
 
775
"The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited "
 
776
"and you may encounter problems after the upgrade. For more information see "
 
777
"https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to "
 
778
"continue with the upgrade?"
 
779
msgstr ""
 
780
"The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited "
 
781
"and you may encounter problems after the upgrade. For more information see "
 
782
"https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to "
 
783
"continue with the upgrade?"
 
784
 
 
785
#: ../DistUpgrade/DistUpgradeQuirks.py:526
 
786
#: ../DistUpgrade/DistUpgradeQuirks.py:554
 
787
#: ../DistUpgrade/DistUpgradeQuirks.py:581
 
788
msgid ""
 
789
"Upgrading may reduce desktop effects, and performance in games and other "
 
790
"graphically intensive programs."
 
791
msgstr ""
 
792
"Upgrading may reduce desktop effects, and performance in games and other "
 
793
"graphically intensive programs."
 
794
 
 
795
#: ../DistUpgrade/DistUpgradeQuirks.py:530
 
796
#: ../DistUpgrade/DistUpgradeQuirks.py:558
803
797
msgid ""
804
798
"This computer is currently using the NVIDIA 'nvidia' graphics driver. No "
805
799
"version of this driver is available that works with your video card in "
811
805
"version of this driver is available that works with your video card in "
812
806
"Ubuntu 10.04 LTS."
813
807
 
814
 
#: ../DistUpgrade/DistUpgradeQuirks.py:579
 
808
#: ../DistUpgrade/DistUpgradeQuirks.py:585
815
809
msgid ""
816
810
"This computer is currently using the AMD 'fglrx' graphics driver. No version "
817
811
"of this driver is available that works with your hardware in Ubuntu 10.04 "
823
817
"of this driver is available that works with your hardware in Ubuntu 10.04 "
824
818
"LTS."
825
819
 
826
 
#: ../DistUpgrade/DistUpgradeQuirks.py:609
 
820
#: ../DistUpgrade/DistUpgradeQuirks.py:615
827
821
msgid "No i686 CPU"
828
822
msgstr "No i686 CPU"
829
823
 
830
 
#: ../DistUpgrade/DistUpgradeQuirks.py:610
 
824
#: ../DistUpgrade/DistUpgradeQuirks.py:616
831
825
msgid ""
832
826
"Your system uses an i586 CPU or a CPU that does not have the 'cmov' "
833
827
"extension. All packages were built with optimizations requiring i686 as the "
839
833
"minimal architecture. It is not possible to upgrade your system to a new "
840
834
"Ubuntu release with this hardware."
841
835
 
842
 
#: ../DistUpgrade/DistUpgradeQuirks.py:646
 
836
#: ../DistUpgrade/DistUpgradeQuirks.py:652
843
837
msgid "No ARMv6 CPU"
844
838
msgstr "No ARMv6 CPU"
845
839
 
846
 
#: ../DistUpgrade/DistUpgradeQuirks.py:647
 
840
#: ../DistUpgrade/DistUpgradeQuirks.py:653
847
841
msgid ""
848
842
"Your system uses an ARM CPU that is older than the ARMv6 architecture. All "
849
843
"packages in karmic were built with optimizations requiring ARMv6 as the "
855
849
"minimal architecture. It is not possible to upgrade your system to a new "
856
850
"Ubuntu release with this hardware."
857
851
 
858
 
#: ../DistUpgrade/DistUpgradeQuirks.py:667
 
852
#: ../DistUpgrade/DistUpgradeQuirks.py:673
859
853
msgid "No init available"
860
854
msgstr "No init available"
861
855
 
862
 
#: ../DistUpgrade/DistUpgradeQuirks.py:668
 
856
#: ../DistUpgrade/DistUpgradeQuirks.py:674
863
857
msgid ""
864
858
"Your system appears to be a virtualised environment without an init daemon, "
865
859
"e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of "
876
870
"\n"
877
871
"Are you sure you wish to continue?"
878
872
 
879
 
#: ../DistUpgrade/DistUpgradeMain.py:63
 
873
#: ../DistUpgrade/DistUpgradeMain.py:65
880
874
msgid "Sandbox upgrade using aufs"
881
875
msgstr "Sandbox upgrade using aufs"
882
876
 
883
 
#: ../DistUpgrade/DistUpgradeMain.py:65
 
877
#: ../DistUpgrade/DistUpgradeMain.py:67
884
878
msgid "Use the given path to search for a cdrom with upgradable packages"
885
879
msgstr "Use the given path to search for a cdrom with upgradable packages"
886
880
 
887
 
#: ../DistUpgrade/DistUpgradeMain.py:71
 
881
#: ../DistUpgrade/DistUpgradeMain.py:73
888
882
msgid ""
889
883
"Use frontend. Currently available: \n"
890
884
"DistUpgradeViewText, DistUpgradeViewGtk, DistUpgradeViewKDE"
892
886
"Use frontend. Currently available: \n"
893
887
"DistUpgradeViewText, DistUpgradeViewGtk, DistUpgradeViewKDE"
894
888
 
895
 
#: ../DistUpgrade/DistUpgradeMain.py:74
 
889
#: ../DistUpgrade/DistUpgradeMain.py:76
896
890
msgid "*DEPRECATED* this option will be ignored"
897
891
msgstr "*DEPRECATED* this option will be ignored"
898
892
 
899
 
#: ../DistUpgrade/DistUpgradeMain.py:77
 
893
#: ../DistUpgrade/DistUpgradeMain.py:79
900
894
msgid "Perform a partial upgrade only (no sources.list rewriting)"
901
895
msgstr "Perform a partial upgrade only (no sources.list rewriting)"
902
896
 
903
 
#: ../DistUpgrade/DistUpgradeMain.py:80
 
897
#: ../DistUpgrade/DistUpgradeMain.py:82
904
898
msgid "Disable GNU screen support"
905
899
msgstr "Disable GNU screen support"
906
900
 
907
 
#: ../DistUpgrade/DistUpgradeMain.py:82
 
901
#: ../DistUpgrade/DistUpgradeMain.py:84
908
902
msgid "Set datadir"
909
903
msgstr "Set datadir"
910
904
 
911
 
#. print "mediaChange %s %s" % (medium, drive)
 
905
#. print("mediaChange %s %s" % (medium, drive))
912
906
#: ../DistUpgrade/DistUpgradeViewGtk.py:114
913
907
#: ../DistUpgrade/DistUpgradeViewGtk3.py:117
914
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:193
915
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:148
 
908
#: ../DistUpgrade/DistUpgradeViewKDE.py:195
 
909
#: ../UpdateManager/DistUpgradeFetcherKDE.py:155
916
910
#, python-format
917
911
msgid "Please insert '%s' into the drive '%s'"
918
912
msgstr "Please insert '%s' into the drive '%s'"
919
913
 
920
914
#: ../DistUpgrade/DistUpgradeViewGtk.py:135
921
915
#: ../DistUpgrade/DistUpgradeViewGtk3.py:138
922
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:207
 
916
#: ../DistUpgrade/DistUpgradeViewKDE.py:209
923
917
msgid "Fetching is complete"
924
918
msgstr "Fetching is complete"
925
919
 
926
920
#: ../DistUpgrade/DistUpgradeViewGtk.py:146
927
921
#: ../DistUpgrade/DistUpgradeViewGtk3.py:149
928
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:220
 
922
#: ../DistUpgrade/DistUpgradeViewKDE.py:222
929
923
#, python-format
930
924
msgid "Fetching file %li of %li at %sB/s"
931
925
msgstr "Fetching file %li of %li at %sB/s"
932
926
 
933
927
#: ../DistUpgrade/DistUpgradeViewGtk.py:149
934
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:295
 
928
#: ../DistUpgrade/DistUpgradeViewGtk.py:296
935
929
#: ../DistUpgrade/DistUpgradeViewGtk3.py:152
936
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:301
937
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:221
938
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:365
 
930
#: ../DistUpgrade/DistUpgradeViewGtk3.py:309
 
931
#: ../DistUpgrade/DistUpgradeViewKDE.py:223
 
932
#: ../DistUpgrade/DistUpgradeViewKDE.py:371
939
933
#, python-format
940
934
msgid "About %s remaining"
941
935
msgstr "About %s remaining"
942
936
 
943
937
#: ../DistUpgrade/DistUpgradeViewGtk.py:152
944
938
#: ../DistUpgrade/DistUpgradeViewGtk3.py:155
945
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:223
 
939
#: ../DistUpgrade/DistUpgradeViewKDE.py:225
946
940
#, python-format
947
941
msgid "Fetching file %li of %li"
948
942
msgstr "Fetching file %li of %li"
952
946
#. -> longer term, move this code into python-apt
953
947
#: ../DistUpgrade/DistUpgradeViewGtk.py:183
954
948
#: ../DistUpgrade/DistUpgradeViewGtk3.py:186
955
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:257
 
949
#: ../DistUpgrade/DistUpgradeViewKDE.py:262
956
950
msgid "Applying changes"
957
951
msgstr "Applying changes"
958
952
 
959
953
#. we do not report followup errors from earlier failures
960
954
#: ../DistUpgrade/DistUpgradeViewGtk.py:208
961
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:211
962
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:270
 
955
#: ../DistUpgrade/DistUpgradeViewGtk3.py:212
 
956
#: ../DistUpgrade/DistUpgradeViewKDE.py:275
963
957
msgid "dependency problems - leaving unconfigured"
964
958
msgstr "dependency problems - leaving unconfigured"
965
959
 
966
960
#: ../DistUpgrade/DistUpgradeViewGtk.py:213
967
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:216
968
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:272
 
961
#: ../DistUpgrade/DistUpgradeViewGtk3.py:217
 
962
#: ../DistUpgrade/DistUpgradeViewKDE.py:277
969
963
#, python-format
970
964
msgid "Could not install '%s'"
971
965
msgstr "Could not install '%s'"
972
966
 
973
967
#: ../DistUpgrade/DistUpgradeViewGtk.py:214
974
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:217
975
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:273
 
968
#: ../DistUpgrade/DistUpgradeViewGtk3.py:218
 
969
#: ../DistUpgrade/DistUpgradeViewKDE.py:278
976
970
#, python-format
977
971
msgid ""
978
972
"The upgrade will continue but the '%s' package may not be in a working "
983
977
 
984
978
#. self.expander.set_expanded(True)
985
979
#: ../DistUpgrade/DistUpgradeViewGtk.py:231
986
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:234
987
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:294
 
980
#: ../DistUpgrade/DistUpgradeViewGtk3.py:235
 
981
#: ../DistUpgrade/DistUpgradeViewKDE.py:299
988
982
#, python-format
989
983
msgid ""
990
984
"Replace the customized configuration file\n"
994
988
"'%s'?"
995
989
 
996
990
#: ../DistUpgrade/DistUpgradeViewGtk.py:232
997
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:235
998
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:295
 
991
#: ../DistUpgrade/DistUpgradeViewGtk3.py:236
 
992
#: ../DistUpgrade/DistUpgradeViewKDE.py:300
999
993
msgid ""
1000
994
"You will lose any changes you have made to this configuration file if you "
1001
995
"choose to replace it with a newer version."
1003
997
"You will lose any changes you have made to this configuration file if you "
1004
998
"choose to replace it with a newer version."
1005
999
 
1006
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:250
1007
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:253
1008
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:317
 
1000
#: ../DistUpgrade/DistUpgradeViewGtk.py:251
 
1001
#: ../DistUpgrade/DistUpgradeViewGtk3.py:256
 
1002
#: ../DistUpgrade/DistUpgradeViewKDE.py:323
1009
1003
msgid "The 'diff' command was not found"
1010
1004
msgstr "The 'diff' command was not found"
1011
1005
 
1012
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:463
1013
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:469
1014
 
#: ../DistUpgrade/DistUpgradeViewText.py:90
 
1006
#: ../DistUpgrade/DistUpgradeViewGtk.py:464
 
1007
#: ../DistUpgrade/DistUpgradeViewGtk3.py:477
 
1008
#: ../DistUpgrade/DistUpgradeViewText.py:92
1015
1009
msgid "A fatal error occurred"
1016
1010
msgstr "A fatal error occurred"
1017
1011
 
1018
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:464
1019
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:470
 
1012
#: ../DistUpgrade/DistUpgradeViewGtk.py:465
 
1013
#: ../DistUpgrade/DistUpgradeViewGtk3.py:478
1020
1014
msgid ""
1021
 
"Please report this as a bug (if you haven't already) and include the files "
1022
 
"/var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
 
1015
"Please report this as a bug (if you haven't already) and include the files /"
 
1016
"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
1023
1017
"report. The upgrade has aborted.\n"
1024
1018
"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."
1025
1019
msgstr ""
1026
 
"Please report this as a bug (if you haven't already) and include the files "
1027
 
"/var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
 
1020
"Please report this as a bug (if you haven't already) and include the files /"
 
1021
"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
1028
1022
"report. The upgrade has aborted.\n"
1029
1023
"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."
1030
1024
 
1031
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:481
1032
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:487
 
1025
#: ../DistUpgrade/DistUpgradeViewGtk.py:482
 
1026
#: ../DistUpgrade/DistUpgradeViewGtk3.py:495
1033
1027
msgid "Ctrl-c pressed"
1034
1028
msgstr "Ctrl-c pressed"
1035
1029
 
1036
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:482
1037
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:488
 
1030
#: ../DistUpgrade/DistUpgradeViewGtk.py:483
 
1031
#: ../DistUpgrade/DistUpgradeViewGtk3.py:496
1038
1032
msgid ""
1039
1033
"This will abort the operation and may leave the system in a broken state. "
1040
1034
"Are you sure you want to do that?"
1043
1037
"Are you sure you want to do this?"
1044
1038
 
1045
1039
#. append warning
1046
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:630
1047
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:621
 
1040
#: ../DistUpgrade/DistUpgradeViewGtk.py:631
 
1041
#: ../DistUpgrade/DistUpgradeViewGtk3.py:629
1048
1042
msgid "To prevent data loss close all open applications and documents."
1049
1043
msgstr "To prevent data loss close all open applications and documents."
1050
1044
 
1051
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:644
1052
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:635
 
1045
#: ../DistUpgrade/DistUpgradeViewGtk.py:645
 
1046
#: ../DistUpgrade/DistUpgradeViewGtk3.py:643
1053
1047
#, python-format
1054
1048
msgid "No longer supported by Canonical (%s)"
1055
1049
msgstr "No longer supported by Canonical (%s)"
1056
1050
 
1057
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:645
1058
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:636
 
1051
#: ../DistUpgrade/DistUpgradeViewGtk.py:646
 
1052
#: ../DistUpgrade/DistUpgradeViewGtk3.py:644
1059
1053
#, python-format
1060
1054
msgid "<b>Downgrade (%s)</b>"
1061
1055
msgstr "<b>Downgrade (%s)</b>"
1062
1056
 
1063
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:646
1064
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:637
 
1057
#: ../DistUpgrade/DistUpgradeViewGtk.py:647
 
1058
#: ../DistUpgrade/DistUpgradeViewGtk3.py:645
1065
1059
#, python-format
1066
1060
msgid "Remove (%s)"
1067
1061
msgstr "Remove (%s)"
1068
1062
 
1069
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:647
1070
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:638
 
1063
#: ../DistUpgrade/DistUpgradeViewGtk.py:648
 
1064
#: ../DistUpgrade/DistUpgradeViewGtk3.py:646
1071
1065
#, python-format
1072
1066
msgid "No longer needed (%s)"
1073
1067
msgstr "No longer needed (%s)"
1074
1068
 
1075
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:648
1076
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:639
 
1069
#: ../DistUpgrade/DistUpgradeViewGtk.py:649
 
1070
#: ../DistUpgrade/DistUpgradeViewGtk3.py:647
1077
1071
#, python-format
1078
1072
msgid "Install (%s)"
1079
1073
msgstr "Install (%s)"
1080
1074
 
1081
 
#: ../DistUpgrade/DistUpgradeViewGtk.py:649
1082
 
#: ../DistUpgrade/DistUpgradeViewGtk3.py:640
 
1075
#: ../DistUpgrade/DistUpgradeViewGtk.py:650
 
1076
#: ../DistUpgrade/DistUpgradeViewGtk3.py:648
1083
1077
#, python-format
1084
1078
msgid "Upgrade (%s)"
1085
1079
msgstr "Upgrade (%s)"
1086
1080
 
1087
1081
#. change = QMessageBox.question(None, _("Media Change"), msg, QMessageBox.Ok, QMessageBox.Cancel)
1088
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:194
1089
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:150
 
1082
#: ../DistUpgrade/DistUpgradeViewKDE.py:196
 
1083
#: ../UpdateManager/DistUpgradeFetcherKDE.py:157
1090
1084
msgid "Media Change"
1091
1085
msgstr "Media Change"
1092
1086
 
1093
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:329
 
1087
#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1094
1088
msgid "Show Difference >>>"
1095
1089
msgstr "Show Difference >>>"
1096
1090
 
1097
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:332
 
1091
#: ../DistUpgrade/DistUpgradeViewKDE.py:338
1098
1092
msgid "<<< Hide Difference"
1099
1093
msgstr "<<< Hide Difference"
1100
1094
 
1101
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:547
 
1095
#: ../DistUpgrade/DistUpgradeViewKDE.py:554
1102
1096
msgid "Error"
1103
1097
msgstr "Error"
1104
1098
 
1105
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:559
 
1099
#: ../DistUpgrade/DistUpgradeViewKDE.py:568
1106
1100
msgid "&Cancel"
1107
1101
msgstr "&Cancel"
1108
1102
 
1109
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:561
1110
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:803
 
1103
#: ../DistUpgrade/DistUpgradeViewKDE.py:572
 
1104
#: ../DistUpgrade/DistUpgradeViewKDE.py:813
1111
1105
msgid "&Close"
1112
1106
msgstr "&Close"
1113
1107
 
1114
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:607
 
1108
#: ../DistUpgrade/DistUpgradeViewKDE.py:618
1115
1109
msgid "Show Terminal >>>"
1116
1110
msgstr "Show Terminal >>>"
1117
1111
 
1118
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:610
 
1112
#: ../DistUpgrade/DistUpgradeViewKDE.py:621
1119
1113
msgid "<<< Hide Terminal"
1120
1114
msgstr "<<< Hide Terminal"
1121
1115
 
1122
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:690
 
1116
#: ../DistUpgrade/DistUpgradeViewKDE.py:701
1123
1117
msgid "Information"
1124
1118
msgstr "Information"
1125
1119
 
1126
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:741
1127
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:786
1128
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:789 ../DistUpgrade/DistUpgrade.ui.h:7
 
1120
#: ../DistUpgrade/DistUpgradeViewKDE.py:751
 
1121
#: ../DistUpgrade/DistUpgradeViewKDE.py:796
 
1122
#: ../DistUpgrade/DistUpgradeViewKDE.py:799 ../DistUpgrade/DistUpgrade.ui.h:7
1129
1123
msgid "Details"
1130
1124
msgstr "Details"
1131
1125
 
1132
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:767
 
1126
#: ../DistUpgrade/DistUpgradeViewKDE.py:777
1133
1127
#, python-format
1134
1128
msgid "No longer supported %s"
1135
1129
msgstr "No longer supported %s"
1136
1130
 
1137
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:769
 
1131
#: ../DistUpgrade/DistUpgradeViewKDE.py:779
1138
1132
#, python-format
1139
1133
msgid "Remove %s"
1140
1134
msgstr "Remove %s"
1141
1135
 
1142
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:771
1143
 
#: ../DistUpgrade/DistUpgradeViewText.py:179
 
1136
#: ../DistUpgrade/DistUpgradeViewKDE.py:781
 
1137
#: ../DistUpgrade/DistUpgradeViewText.py:182
1144
1138
#, python-format
1145
1139
msgid "Remove (was auto installed) %s"
1146
1140
msgstr "Remove (was auto installed) %s"
1147
1141
 
1148
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:773
 
1142
#: ../DistUpgrade/DistUpgradeViewKDE.py:783
1149
1143
#, python-format
1150
1144
msgid "Install %s"
1151
1145
msgstr "Install %s"
1152
1146
 
1153
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:775
 
1147
#: ../DistUpgrade/DistUpgradeViewKDE.py:785
1154
1148
#, python-format
1155
1149
msgid "Upgrade %s"
1156
1150
msgstr "Upgrade %s"
1157
1151
 
1158
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:799
1159
 
#: ../DistUpgrade/DistUpgradeViewText.py:227
 
1152
#: ../DistUpgrade/DistUpgradeViewKDE.py:809
 
1153
#: ../DistUpgrade/DistUpgradeViewText.py:230
1160
1154
msgid "Restart required"
1161
1155
msgstr "Restart required"
1162
1156
 
1163
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:799
 
1157
#: ../DistUpgrade/DistUpgradeViewKDE.py:809
1164
1158
msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1165
1159
msgstr "<b><big>Restart the system to complete the upgrade</big></b>"
1166
1160
 
1167
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:802 ../DistUpgrade/DistUpgrade.ui.h:14
 
1161
#: ../DistUpgrade/DistUpgradeViewKDE.py:812 ../DistUpgrade/DistUpgrade.ui.h:14
1168
1162
#: ../data/gtkbuilder/UpdateManager.ui.h:26
1169
1163
msgid "_Restart Now"
1170
1164
msgstr "_Restart Now"
1171
1165
 
1172
1166
#. FIXME make this user friendly
1173
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:820
 
1167
#: ../DistUpgrade/DistUpgradeViewKDE.py:830
1174
1168
msgid ""
1175
1169
"<b><big>Cancel the running upgrade?</big></b>\n"
1176
1170
"\n"
1182
1176
"The system could be in an unusable state if you cancel the upgrade. You are "
1183
1177
"strongly advised to resume the upgrade."
1184
1178
 
1185
 
#: ../DistUpgrade/DistUpgradeViewKDE.py:824
 
1179
#: ../DistUpgrade/DistUpgradeViewKDE.py:834
1186
1180
msgid "Cancel Upgrade?"
1187
1181
msgstr "Cancel Upgrade?"
1188
1182
 
1189
 
#: ../DistUpgrade/DistUpgradeView.py:59
 
1183
#: ../DistUpgrade/DistUpgradeView.py:61
1190
1184
#, python-format
1191
1185
msgid "%li day"
1192
1186
msgid_plural "%li days"
1193
1187
msgstr[0] "%li day"
1194
1188
msgstr[1] "%li days"
1195
1189
 
1196
 
#: ../DistUpgrade/DistUpgradeView.py:61
 
1190
#: ../DistUpgrade/DistUpgradeView.py:63
1197
1191
#, python-format
1198
1192
msgid "%li hour"
1199
1193
msgid_plural "%li hours"
1200
1194
msgstr[0] "%li hour"
1201
1195
msgstr[1] "%li hours"
1202
1196
 
1203
 
#: ../DistUpgrade/DistUpgradeView.py:63
 
1197
#: ../DistUpgrade/DistUpgradeView.py:65
1204
1198
#, python-format
1205
1199
msgid "%li minute"
1206
1200
msgid_plural "%li minutes"
1207
1201
msgstr[0] "%li minute"
1208
1202
msgstr[1] "%li minutes"
1209
1203
 
1210
 
#: ../DistUpgrade/DistUpgradeView.py:64
 
1204
#: ../DistUpgrade/DistUpgradeView.py:66
1211
1205
#, python-format
1212
1206
msgid "%li second"
1213
1207
msgid_plural "%li seconds"
1218
1212
#. information here if you shuffle %(str_days)s %(str_hours)s %(str_minutes)s
1219
1213
#. around. Make sure to keep all '$(str_*)s' in the translated string
1220
1214
#. and do NOT change anything appart from the ordering.
1221
 
#. 
 
1215
#.
1222
1216
#. %(str_hours)s will be either "1 hour" or "2 hours" depending on the
1223
1217
#. plural form
1224
 
#. 
 
1218
#.
1225
1219
#. Note: most western languages will not need to change this
1226
 
#: ../DistUpgrade/DistUpgradeView.py:80
 
1220
#: ../DistUpgrade/DistUpgradeView.py:82
1227
1221
#, python-format
1228
1222
msgid "%(str_days)s %(str_hours)s"
1229
1223
msgstr "%(str_days)s %(str_hours)s"
1232
1226
#. information here if you shuffle %(str_hours)s %(str_minutes)s
1233
1227
#. around. Make sure to keep all '$(str_*)s' in the translated string
1234
1228
#. and do NOT change anything appart from the ordering.
1235
 
#. 
 
1229
#.
1236
1230
#. %(str_hours)s will be either "1 hour" or "2 hours" depending on the
1237
1231
#. plural form
1238
 
#. 
 
1232
#.
1239
1233
#. Note: most western languages will not need to change this
1240
 
#: ../DistUpgrade/DistUpgradeView.py:98
 
1234
#: ../DistUpgrade/DistUpgradeView.py:100
1241
1235
#, python-format
1242
1236
msgid "%(str_hours)s %(str_minutes)s"
1243
1237
msgstr "%(str_hours)s %(str_minutes)s"
1244
1238
 
1245
1239
#. 56 kbit
1246
1240
#. 1Mbit = 1024 kbit
1247
 
#: ../DistUpgrade/DistUpgradeView.py:149
 
1241
#: ../DistUpgrade/DistUpgradeView.py:151
1248
1242
#, python-format
1249
1243
msgid ""
1250
1244
"This download will take about %s with a 1Mbit DSL connection and about %s "
1254
1248
"with a 56k modem."
1255
1249
 
1256
1250
#. if we have a estimated speed, use it
1257
 
#: ../DistUpgrade/DistUpgradeView.py:153
 
1251
#: ../DistUpgrade/DistUpgradeView.py:155
1258
1252
#, python-format
1259
1253
msgid "This download will take about %s with your connection. "
1260
1254
msgstr "This download will take about %s with your connection. "
1261
1255
 
1262
 
#: ../DistUpgrade/DistUpgradeView.py:255 ../DistUpgrade/DistUpgrade.ui.h:21
 
1256
#. Declare these translatable strings from the .ui files here so that
 
1257
#. xgettext picks them up.
 
1258
#: ../DistUpgrade/DistUpgradeView.py:259 ../DistUpgrade/DistUpgrade.ui.h:21
1263
1259
msgid "Preparing to upgrade"
1264
1260
msgstr "Preparing to upgrade"
1265
1261
 
1266
 
#: ../DistUpgrade/DistUpgradeView.py:256
 
1262
#: ../DistUpgrade/DistUpgradeView.py:260
1267
1263
msgid "Getting new software channels"
1268
1264
msgstr "Getting new software channels"
1269
1265
 
1270
 
#: ../DistUpgrade/DistUpgradeView.py:257 ../DistUpgrade/DistUpgrade.ui.h:23
 
1266
#: ../DistUpgrade/DistUpgradeView.py:261 ../DistUpgrade/DistUpgrade.ui.h:23
1271
1267
msgid "Getting new packages"
1272
1268
msgstr "Getting new packages"
1273
1269
 
1274
 
#: ../DistUpgrade/DistUpgradeView.py:258 ../DistUpgrade/DistUpgrade.ui.h:26
 
1270
#: ../DistUpgrade/DistUpgradeView.py:262 ../DistUpgrade/DistUpgrade.ui.h:26
1275
1271
msgid "Installing the upgrades"
1276
1272
msgstr "Installing the upgrades"
1277
1273
 
1278
 
#: ../DistUpgrade/DistUpgradeView.py:259 ../DistUpgrade/DistUpgrade.ui.h:25
 
1274
#: ../DistUpgrade/DistUpgradeView.py:263 ../DistUpgrade/DistUpgrade.ui.h:25
1279
1275
msgid "Cleaning up"
1280
1276
msgstr "Cleaning up"
1281
1277
 
1282
 
#: ../DistUpgrade/DistUpgradeView.py:344
 
1278
#: ../DistUpgrade/DistUpgradeView.py:348
1283
1279
#, python-format
1284
1280
msgid ""
1285
1281
"%(amount)d installed package is no longer supported by Canonical. You can "
1296
1292
 
1297
1293
#. FIXME: make those two separate lines to make it clear
1298
1294
#. that the "%" applies to the result of ngettext
1299
 
#: ../DistUpgrade/DistUpgradeView.py:353
 
1295
#: ../DistUpgrade/DistUpgradeView.py:357
1300
1296
#, python-format
1301
1297
msgid "%d package is going to be removed."
1302
1298
msgid_plural "%d packages are going to be removed."
1303
1299
msgstr[0] "%d package is going to be removed."
1304
1300
msgstr[1] "%d packages are going to be removed."
1305
1301
 
1306
 
#: ../DistUpgrade/DistUpgradeView.py:358
 
1302
#: ../DistUpgrade/DistUpgradeView.py:362
1307
1303
#, python-format
1308
1304
msgid "%d new package is going to be installed."
1309
1305
msgid_plural "%d new packages are going to be installed."
1310
1306
msgstr[0] "%d new package is going to be installed."
1311
1307
msgstr[1] "%d new packages are going to be installed."
1312
1308
 
1313
 
#: ../DistUpgrade/DistUpgradeView.py:364
 
1309
#: ../DistUpgrade/DistUpgradeView.py:368
1314
1310
#, python-format
1315
1311
msgid "%d package is going to be upgraded."
1316
1312
msgid_plural "%d packages are going to be upgraded."
1317
1313
msgstr[0] "%d package is going to be upgraded."
1318
1314
msgstr[1] "%d packages are going to be upgraded."
1319
1315
 
1320
 
#: ../DistUpgrade/DistUpgradeView.py:369
 
1316
#: ../DistUpgrade/DistUpgradeView.py:373
1321
1317
#, python-format
1322
1318
msgid ""
1323
1319
"\n"
1328
1324
"\n"
1329
1325
"You have to download a total of %s. "
1330
1326
 
1331
 
#: ../DistUpgrade/DistUpgradeView.py:374
 
1327
#: ../DistUpgrade/DistUpgradeView.py:378
1332
1328
msgid ""
1333
1329
"Installing the upgrade can take several hours. Once the download has "
1334
1330
"finished, the process cannot be canceled."
1336
1332
"Installing the upgrade can take several hours. Once the download has "
1337
1333
"finished, the process cannot be cancelled."
1338
1334
 
1339
 
#: ../DistUpgrade/DistUpgradeView.py:378
 
1335
#: ../DistUpgrade/DistUpgradeView.py:382
1340
1336
msgid ""
1341
1337
"Fetching and installing the upgrade can take several hours. Once the "
1342
1338
"download has finished, the process cannot be canceled."
1344
1340
"Fetching and installing the upgrade can take several hours. Once the "
1345
1341
"download has finished, the process cannot be cancelled."
1346
1342
 
1347
 
#: ../DistUpgrade/DistUpgradeView.py:383
 
1343
#: ../DistUpgrade/DistUpgradeView.py:387
1348
1344
msgid "Removing the packages can take several hours. "
1349
1345
msgstr "Removing the packages can take several hours. "
1350
1346
 
1351
1347
#. FIXME: this should go into DistUpgradeController
1352
 
#: ../DistUpgrade/DistUpgradeView.py:388 ../UpdateManager/UpdateManager.py:683
 
1348
#: ../DistUpgrade/DistUpgradeView.py:392 ../UpdateManager/UpdateManager.py:676
1353
1349
msgid "The software on this computer is up to date."
1354
1350
msgstr "The software on this computer is up to date."
1355
1351
 
1356
 
#: ../DistUpgrade/DistUpgradeView.py:389
 
1352
#: ../DistUpgrade/DistUpgradeView.py:393
1357
1353
msgid ""
1358
1354
"There are no upgrades available for your system. The upgrade will now be "
1359
1355
"canceled."
1361
1357
"There are no upgrades available for your system. The upgrade will now be "
1362
1358
"cancelled."
1363
1359
 
1364
 
#: ../DistUpgrade/DistUpgradeView.py:402
 
1360
#: ../DistUpgrade/DistUpgradeView.py:406
1365
1361
msgid "Reboot required"
1366
1362
msgstr "Reboot required"
1367
1363
 
1368
 
#: ../DistUpgrade/DistUpgradeView.py:403
 
1364
#: ../DistUpgrade/DistUpgradeView.py:407
1369
1365
msgid ""
1370
1366
"The upgrade is finished and a reboot is required. Do you want to do this now?"
1371
1367
msgstr ""
1372
1368
"The upgrade is finished and a restart is required. Do you want to do this "
1373
1369
"now?"
1374
1370
 
1375
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:70
1376
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:70
 
1371
#: ../DistUpgrade/DistUpgradeFetcherCore.py:72
 
1372
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:72
1377
1373
#, python-format
1378
1374
msgid "authenticate '%(file)s' against '%(signature)s' "
1379
1375
msgstr "authenticate '%(file)s' against '%(signature)s' "
1380
1376
 
1381
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:110
1382
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:110
 
1377
#: ../DistUpgrade/DistUpgradeFetcherCore.py:131
 
1378
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:131
1383
1379
#, python-format
1384
1380
msgid "extracting '%s'"
1385
1381
msgstr "extracting '%s'"
1386
1382
 
1387
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:130
1388
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:131
1389
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:130
1390
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:131
 
1383
#: ../DistUpgrade/DistUpgradeFetcherCore.py:151
 
1384
#: ../DistUpgrade/DistUpgradeFetcherCore.py:152
 
1385
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:151
 
1386
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:152
1391
1387
msgid "Could not run the upgrade tool"
1392
1388
msgstr "Could not run the upgrade tool"
1393
1389
 
1394
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:131
1395
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:131
 
1390
#: ../DistUpgrade/DistUpgradeFetcherCore.py:152
 
1391
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:152
1396
1392
msgid ""
1397
1393
"This is most likely a bug in the upgrade tool. Please report it as a bug "
1398
1394
"using the command 'ubuntu-bug update-manager'."
1400
1396
"This is most likely a bug in the upgrade tool. Please report it as a bug "
1401
1397
"using the command 'ubuntu-bug update-manager'."
1402
1398
 
1403
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:206
1404
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:206
 
1399
#: ../DistUpgrade/DistUpgradeFetcherCore.py:227
 
1400
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:227
1405
1401
msgid "Upgrade tool signature"
1406
1402
msgstr "Upgrade tool signature"
1407
1403
 
1408
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:213
1409
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:213
 
1404
#: ../DistUpgrade/DistUpgradeFetcherCore.py:234
 
1405
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:234
1410
1406
msgid "Upgrade tool"
1411
1407
msgstr "Upgrade tool"
1412
1408
 
1413
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:247
1414
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:247
 
1409
#: ../DistUpgrade/DistUpgradeFetcherCore.py:268
 
1410
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:268
1415
1411
msgid "Failed to fetch"
1416
1412
msgstr "Failed to fetch"
1417
1413
 
1418
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:248
1419
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:248
 
1414
#: ../DistUpgrade/DistUpgradeFetcherCore.py:269
 
1415
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:269
1420
1416
msgid "Fetching the upgrade failed. There may be a network problem. "
1421
1417
msgstr "Fetching the upgrade failed. There may be a network problem. "
1422
1418
 
1423
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:252
1424
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:252
 
1419
#: ../DistUpgrade/DistUpgradeFetcherCore.py:273
 
1420
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:273
1425
1421
msgid "Authentication failed"
1426
1422
msgstr "Authentication failed"
1427
1423
 
1428
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:253
1429
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:253
 
1424
#: ../DistUpgrade/DistUpgradeFetcherCore.py:274
 
1425
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:274
1430
1426
msgid ""
1431
1427
"Authenticating the upgrade failed. There may be a problem with the network "
1432
1428
"or with the server. "
1434
1430
"Authenticating the upgrade failed. There may be a problem with the network "
1435
1431
"or with the server. "
1436
1432
 
1437
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:258
1438
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:258
 
1433
#: ../DistUpgrade/DistUpgradeFetcherCore.py:279
 
1434
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:279
1439
1435
msgid "Failed to extract"
1440
1436
msgstr "Failed to extract"
1441
1437
 
1442
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:259
1443
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:259
 
1438
#: ../DistUpgrade/DistUpgradeFetcherCore.py:280
 
1439
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:280
1444
1440
msgid ""
1445
1441
"Extracting the upgrade failed. There may be a problem with the network or "
1446
1442
"with the server. "
1448
1444
"Extracting the upgrade failed. There may be a problem with the network or "
1449
1445
"with the server. "
1450
1446
 
1451
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:264
1452
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:264
 
1447
#: ../DistUpgrade/DistUpgradeFetcherCore.py:285
 
1448
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:285
1453
1449
msgid "Verification failed"
1454
1450
msgstr "Verification Failed"
1455
1451
 
1456
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:265
1457
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:265
 
1452
#: ../DistUpgrade/DistUpgradeFetcherCore.py:286
 
1453
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:286
1458
1454
msgid ""
1459
1455
"Verifying the upgrade failed.  There may be a problem with the network or "
1460
1456
"with the server. "
1462
1458
"Verifying the upgrade failed.  There may be a problem with the network or "
1463
1459
"with the server. "
1464
1460
 
1465
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:279
1466
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:285
1467
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:279
1468
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:285
 
1461
#: ../DistUpgrade/DistUpgradeFetcherCore.py:300
 
1462
#: ../DistUpgrade/DistUpgradeFetcherCore.py:306
 
1463
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:300
 
1464
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:306
1469
1465
msgid "Can not run the upgrade"
1470
1466
msgstr "Cannot run the upgrade"
1471
1467
 
1472
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:280
1473
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:280
 
1468
#: ../DistUpgrade/DistUpgradeFetcherCore.py:301
 
1469
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:301
1474
1470
msgid ""
1475
1471
"This usually is caused by a system where /tmp is mounted noexec. Please "
1476
1472
"remount without noexec and run the upgrade again."
1478
1474
"This usually is caused by a system where /tmp is mounted noexec. Please "
1479
1475
"remount without noexec and run the upgrade again."
1480
1476
 
1481
 
#: ../DistUpgrade/DistUpgradeFetcherCore.py:286
1482
 
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:286
 
1477
#: ../DistUpgrade/DistUpgradeFetcherCore.py:307
 
1478
#: ../UpdateManager/Core/DistUpgradeFetcherCore.py:307
1483
1479
#, python-format
1484
1480
msgid "The error message is '%s'."
1485
1481
msgstr "The error message is '%s'."
1486
1482
 
1487
 
#: ../DistUpgrade/DistUpgradeViewText.py:91
 
1483
#: ../DistUpgrade/DistUpgradeViewText.py:93
1488
1484
msgid ""
1489
 
"Please report this as a bug and include the files /var/log/dist-"
1490
 
"upgrade/main.log and /var/log/dist-upgrade/apt.log in your report. The "
1491
 
"upgrade has aborted.\n"
 
1485
"Please report this as a bug and include the files /var/log/dist-upgrade/main."
 
1486
"log and /var/log/dist-upgrade/apt.log in your report. The upgrade has "
 
1487
"aborted.\n"
1492
1488
"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."
1493
1489
msgstr ""
1494
 
"Please report this as a bug and include the files /var/log/dist-"
1495
 
"upgrade/main.log and /var/log/dist-upgrade/apt.log in your report. The "
1496
 
"upgrade has aborted.\n"
 
1490
"Please report this as a bug and include the files /var/log/dist-upgrade/main."
 
1491
"log and /var/log/dist-upgrade/apt.log in your report. The upgrade has "
 
1492
"aborted.\n"
1497
1493
"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."
1498
1494
 
1499
 
#: ../DistUpgrade/DistUpgradeViewText.py:115
 
1495
#: ../DistUpgrade/DistUpgradeViewText.py:117
1500
1496
msgid "Aborting"
1501
1497
msgstr "Aborting"
1502
1498
 
1503
 
#: ../DistUpgrade/DistUpgradeViewText.py:120
 
1499
#: ../DistUpgrade/DistUpgradeViewText.py:122
1504
1500
msgid "Demoted:\n"
1505
1501
msgstr "Demoted:\n"
1506
1502
 
1507
 
#: ../DistUpgrade/DistUpgradeViewText.py:127
 
1503
#: ../DistUpgrade/DistUpgradeViewText.py:129
1508
1504
msgid "To continue please press [ENTER]"
1509
1505
msgstr "To continue please press [ENTER]"
1510
1506
 
1511
 
#: ../DistUpgrade/DistUpgradeViewText.py:155
1512
 
#: ../DistUpgrade/DistUpgradeViewText.py:193
1513
 
#: ../DistUpgrade/DistUpgradeViewText.py:200
 
1507
#: ../DistUpgrade/DistUpgradeViewText.py:157
 
1508
#: ../DistUpgrade/DistUpgradeViewText.py:196
 
1509
#: ../DistUpgrade/DistUpgradeViewText.py:203
1514
1510
msgid "Continue [yN] "
1515
1511
msgstr "Continue [yN] "
1516
1512
 
1517
 
#: ../DistUpgrade/DistUpgradeViewText.py:155
1518
 
#: ../DistUpgrade/DistUpgradeViewText.py:193
 
1513
#: ../DistUpgrade/DistUpgradeViewText.py:157
 
1514
#: ../DistUpgrade/DistUpgradeViewText.py:196
1519
1515
msgid "Details [d]"
1520
1516
msgstr "Details [d]"
1521
1517
 
1522
1518
#. TRANSLATORS: the "y" is "yes"
1523
1519
#. TRANSLATORS: first letter of a positive (yes) answer
1524
 
#: ../DistUpgrade/DistUpgradeViewText.py:159
1525
 
#: ../DistUpgrade/DistUpgradeViewText.py:203
 
1520
#: ../DistUpgrade/DistUpgradeViewText.py:162
 
1521
#: ../DistUpgrade/DistUpgradeViewText.py:206
1526
1522
msgid "y"
1527
1523
msgstr "y"
1528
1524
 
1529
1525
#. TRANSLATORS: the "n" is "no"
1530
1526
#. TRANSLATORS: first letter of a negative (no) answer
1531
 
#: ../DistUpgrade/DistUpgradeViewText.py:162
1532
 
#: ../DistUpgrade/DistUpgradeViewText.py:210
 
1527
#: ../DistUpgrade/DistUpgradeViewText.py:165
 
1528
#: ../DistUpgrade/DistUpgradeViewText.py:213
1533
1529
msgid "n"
1534
1530
msgstr "n"
1535
1531
 
1536
1532
#. TRANSLATORS: the "d" is "details"
1537
 
#: ../DistUpgrade/DistUpgradeViewText.py:165
 
1533
#: ../DistUpgrade/DistUpgradeViewText.py:168
1538
1534
msgid "d"
1539
1535
msgstr "d"
1540
1536
 
1541
 
#: ../DistUpgrade/DistUpgradeViewText.py:170
 
1537
#: ../DistUpgrade/DistUpgradeViewText.py:173
1542
1538
#, python-format
1543
1539
msgid "No longer supported: %s\n"
1544
1540
msgstr "No longer supported: %s\n"
1545
1541
 
1546
 
#: ../DistUpgrade/DistUpgradeViewText.py:175
 
1542
#: ../DistUpgrade/DistUpgradeViewText.py:178
1547
1543
#, python-format
1548
1544
msgid "Remove: %s\n"
1549
1545
msgstr "Remove: %s\n"
1550
1546
 
1551
 
#: ../DistUpgrade/DistUpgradeViewText.py:185
 
1547
#: ../DistUpgrade/DistUpgradeViewText.py:188
1552
1548
#, python-format
1553
1549
msgid "Install: %s\n"
1554
1550
msgstr "Install: %s\n"
1555
1551
 
1556
 
#: ../DistUpgrade/DistUpgradeViewText.py:190
 
1552
#: ../DistUpgrade/DistUpgradeViewText.py:193
1557
1553
#, python-format
1558
1554
msgid "Upgrade: %s\n"
1559
1555
msgstr "Upgrade: %s\n"
1560
1556
 
1561
 
#: ../DistUpgrade/DistUpgradeViewText.py:207
 
1557
#: ../DistUpgrade/DistUpgradeViewText.py:210
1562
1558
msgid "Continue [Yn] "
1563
1559
msgstr "Continue [Yn] "
1564
1560
 
1565
 
#: ../DistUpgrade/DistUpgradeViewText.py:228
 
1561
#: ../DistUpgrade/DistUpgradeViewText.py:231
1566
1562
msgid ""
1567
1563
"To finish the upgrade, a restart is required.\n"
1568
1564
"If you select 'y' the system will be restarted."
1629
1625
msgstr "Distribution Upgrade"
1630
1626
 
1631
1627
#: ../DistUpgrade/DistUpgrade.ui.h:19
1632
 
msgid "<b><big>Upgrading Ubuntu to version 12.04</big></b>"
1633
 
msgstr "<b><big>Upgrading Ubuntu to version 12.04</big></b>"
 
1628
#, fuzzy
 
1629
msgid "<b><big>Upgrading Ubuntu to version 12.10</big></b>"
 
1630
msgstr "<b><big>Upgrading Ubuntu to version 11.10</big></b>"
1634
1631
 
1635
1632
#: ../DistUpgrade/DistUpgrade.ui.h:20
1636
1633
msgid "    "
1648
1645
msgid "Terminal"
1649
1646
msgstr "Terminal"
1650
1647
 
1651
 
#: ../UpdateManager/backend/InstallBackendSynaptic.py:60
 
1648
#: ../UpdateManager/backend/InstallBackendSynaptic.py:64
1652
1649
msgid "Please wait, this can take some time."
1653
1650
msgstr "Please wait, this can take some time."
1654
1651
 
1655
 
#: ../UpdateManager/backend/InstallBackendSynaptic.py:62
 
1652
#: ../UpdateManager/backend/InstallBackendSynaptic.py:66
1656
1653
msgid "Update is complete"
1657
1654
msgstr "Update is complete"
1658
1655
 
1659
 
#: ../UpdateManager/DistUpgradeFetcher.py:108
1660
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:103
 
1656
#: ../UpdateManager/DistUpgradeFetcher.py:114
 
1657
#: ../UpdateManager/DistUpgradeFetcherKDE.py:109
1661
1658
msgid "Could not find the release notes"
1662
1659
msgstr "Could not find the release notes"
1663
1660
 
1664
 
#: ../UpdateManager/DistUpgradeFetcher.py:109
1665
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:104
 
1661
#: ../UpdateManager/DistUpgradeFetcher.py:115
 
1662
#: ../UpdateManager/DistUpgradeFetcherKDE.py:110
1666
1663
msgid "The server may be overloaded. "
1667
1664
msgstr "The server may be overloaded. "
1668
1665
 
1669
 
#: ../UpdateManager/DistUpgradeFetcher.py:119
1670
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:108
 
1666
#: ../UpdateManager/DistUpgradeFetcher.py:125
 
1667
#: ../UpdateManager/DistUpgradeFetcherKDE.py:114
1671
1668
msgid "Could not download the release notes"
1672
1669
msgstr "Could not download the release notes"
1673
1670
 
1674
 
#: ../UpdateManager/DistUpgradeFetcher.py:120
1675
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:109
 
1671
#: ../UpdateManager/DistUpgradeFetcher.py:126
 
1672
#: ../UpdateManager/DistUpgradeFetcherKDE.py:115
1676
1673
msgid "Please check your internet connection."
1677
1674
msgstr "Please check your internet connection."
1678
1675
 
1679
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:62
1680
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:85
 
1676
#: ../UpdateManager/DistUpgradeFetcherKDE.py:68
 
1677
#: ../UpdateManager/DistUpgradeFetcherKDE.py:91
1681
1678
msgid "Upgrade"
1682
1679
msgstr "Upgrade"
1683
1680
 
1684
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:89
 
1681
#: ../UpdateManager/DistUpgradeFetcherKDE.py:95
1685
1682
#: ../data/gtkbuilder/UpdateManager.ui.h:20
1686
1683
#: ../data/gtkbuilder/UpgradePromptDialog.ui.h:2
1687
1684
msgid "Release Notes"
1688
1685
msgstr "Release Notes"
1689
1686
 
1690
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:128
1691
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:141
1692
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:143
 
1687
#: ../UpdateManager/DistUpgradeFetcherKDE.py:134
 
1688
#: ../UpdateManager/DistUpgradeFetcherKDE.py:148
 
1689
#: ../UpdateManager/DistUpgradeFetcherKDE.py:150
1693
1690
msgid "Downloading additional package files..."
1694
1691
msgstr "Downloading additional package files..."
1695
1692
 
1696
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:141
 
1693
#: ../UpdateManager/DistUpgradeFetcherKDE.py:148
1697
1694
#, python-format
1698
1695
msgid "File %s of %s at %sB/s"
1699
1696
msgstr "File %s of %s at %sB/s"
1700
1697
 
1701
 
#: ../UpdateManager/DistUpgradeFetcherKDE.py:143
 
1698
#: ../UpdateManager/DistUpgradeFetcherKDE.py:150
1702
1699
#, python-format
1703
1700
msgid "File %s of %s"
1704
1701
msgstr "File %s of %s"
1705
1702
 
1706
 
#: ../UpdateManager/ChangelogViewer.py:73
 
1703
#: ../UpdateManager/ChangelogViewer.py:75
1707
1704
msgid "Open Link in Browser"
1708
1705
msgstr "Open Link in Browser"
1709
1706
 
1710
 
#: ../UpdateManager/ChangelogViewer.py:76
 
1707
#: ../UpdateManager/ChangelogViewer.py:78
1711
1708
msgid "Copy Link to Clipboard"
1712
1709
msgstr "Copy Link to Clipboard"
1713
1710
 
1714
 
#: ../UpdateManager/GtkProgress.py:159
 
1711
#: ../UpdateManager/GtkProgress.py:162
1715
1712
#, python-format
1716
1713
msgid "Downloading file %(current)li of %(total)li with %(speed)s/s"
1717
1714
msgstr "Downloading file %(current)li of %(total)li with %(speed)s/s"
1718
1715
 
1719
 
#: ../UpdateManager/GtkProgress.py:164
 
1716
#: ../UpdateManager/GtkProgress.py:167
1720
1717
#, python-format
1721
1718
msgid "Downloading file %(current)li of %(total)li"
1722
1719
msgstr "Downloading file %(current)li of %(total)li"
1723
1720
 
1724
 
#: ../UpdateManager/UpdateManager.py:104 ../do-release-upgrade:95
 
1721
#: ../UpdateManager/UpdateManager.py:106 ../do-release-upgrade:100
1725
1722
msgid "Your Ubuntu release is not supported anymore."
1726
1723
msgstr "Your Ubuntu release is not supported anymore."
1727
1724
 
1728
 
#: ../UpdateManager/UpdateManager.py:105
 
1725
#: ../UpdateManager/UpdateManager.py:107
1729
1726
msgid ""
1730
1727
"You will not get any further security fixes or critical updates. Please "
1731
1728
"upgrade to a later version of Ubuntu."
1733
1730
"You will not get any further security fixes or critical updates. Please "
1734
1731
"upgrade to a later version of Ubuntu."
1735
1732
 
1736
 
#: ../UpdateManager/UpdateManager.py:113
 
1733
#: ../UpdateManager/UpdateManager.py:115
1737
1734
msgid "Upgrade information"
1738
1735
msgstr "Upgrade information"
1739
1736
 
1740
 
#: ../UpdateManager/UpdateManager.py:229
1741
 
#: ../UpdateManagerText/UpdateManagerText.py:32
 
1737
#: ../UpdateManager/UpdateManager.py:233
 
1738
#: ../UpdateManagerText/UpdateManagerText.py:35
1742
1739
msgid "Install"
1743
1740
msgstr "Install"
1744
1741
 
1745
 
#: ../UpdateManager/UpdateManager.py:231
 
1742
#: ../UpdateManager/UpdateManager.py:235
1746
1743
msgid "Name"
1747
1744
msgstr "Name"
1748
1745
 
1749
1746
#. upload_archive = version_match.group(2).strip()
1750
 
#: ../UpdateManager/UpdateManager.py:391
 
1747
#: ../UpdateManager/UpdateManager.py:395
1751
1748
#, python-format
1752
1749
msgid "Version %s: \n"
1753
1750
msgstr "Version %s: \n"
1758
1755
msgstr ""
1759
1756
"No network connection detected, you can not download changelog information."
1760
1757
 
1761
 
#: ../UpdateManager/UpdateManager.py:461
 
1758
#: ../UpdateManager/UpdateManager.py:463
1762
1759
msgid "Downloading list of changes..."
1763
1760
msgstr "Downloading list of changes..."
1764
1761
 
1765
 
#: ../UpdateManager/UpdateManager.py:505
 
1762
#: ../UpdateManager/UpdateManager.py:507
1766
1763
msgid "_Deselect All"
1767
1764
msgstr "_Deselect All"
1768
1765
 
1769
 
#: ../UpdateManager/UpdateManager.py:511
 
1766
#: ../UpdateManager/UpdateManager.py:513
1770
1767
msgid "Select _All"
1771
1768
msgstr "Select _All"
1772
1769
 
1773
 
#: ../UpdateManager/UpdateManager.py:571
1774
 
#, python-format
1775
 
msgid "%(count)s update has been selected."
1776
 
msgid_plural "%(count)s updates have been selected."
1777
 
msgstr[0] "%(count)s update has been selected."
1778
 
msgstr[1] "%(count)s updates have been selected."
1779
 
 
1780
 
#: ../UpdateManager/UpdateManager.py:575
 
1770
#: ../UpdateManager/UpdateManager.py:572
1781
1771
#, python-format
1782
1772
msgid "%s will be downloaded."
1783
1773
msgstr "%s will be downloaded."
1784
1774
 
1785
 
#: ../UpdateManager/UpdateManager.py:587
1786
 
msgid "The update has already been downloaded, but not installed."
1787
 
msgid_plural "The updates have already been downloaded, but not installed."
 
1775
#: ../UpdateManager/UpdateManager.py:584
 
1776
#, fuzzy
 
1777
msgid "The update has already been downloaded."
 
1778
msgid_plural "The updates have already been downloaded."
1788
1779
msgstr[0] "The update has already been downloaded, but not installed."
1789
1780
msgstr[1] "The updates have already been downloaded, but not installed."
1790
1781
 
1791
 
#: ../UpdateManager/UpdateManager.py:592
 
1782
#: ../UpdateManager/UpdateManager.py:589
1792
1783
msgid "There are no updates to install."
1793
1784
msgstr "There are no updates to install."
1794
1785
 
1795
 
#. TRANSLATORS: this allows to switch the order of the count of
1796
 
#. updates and the download size string (if needed)
1797
1786
#: ../UpdateManager/UpdateManager.py:598
1798
 
#, python-format
1799
 
msgid "%(count_str)s %(download_str)s"
1800
 
msgstr "%(count_str)s %(download_str)s"
1801
 
 
1802
 
#: ../UpdateManager/UpdateManager.py:605
1803
1787
msgid "Unknown download size."
1804
1788
msgstr "Unknown download size."
1805
1789
 
1806
 
#: ../UpdateManager/UpdateManager.py:631
 
1790
#: ../UpdateManager/UpdateManager.py:624
1807
1791
msgid ""
1808
1792
"It is unknown when the package information was updated last. Please click "
1809
1793
"the 'Check' button to update the information."
1811
1795
"It is unknown when the package information was updated last. Please click "
1812
1796
"the 'Check' button to update the information."
1813
1797
 
1814
 
#: ../UpdateManager/UpdateManager.py:637
 
1798
#: ../UpdateManager/UpdateManager.py:630
1815
1799
#, python-format
1816
1800
msgid ""
1817
1801
"The package information was last updated %(days_ago)s days ago.\n"
1820
1804
"The package information was last updated %(days_ago)s days ago.\n"
1821
1805
"Press the 'Check' button below to check for new software updates."
1822
1806
 
1823
 
#: ../UpdateManager/UpdateManager.py:642
 
1807
#: ../UpdateManager/UpdateManager.py:635
1824
1808
#, python-format
1825
1809
msgid "The package information was last updated %(days_ago)s day ago."
1826
 
msgid_plural ""
1827
 
"The package information was last updated %(days_ago)s days ago."
 
1810
msgid_plural "The package information was last updated %(days_ago)s days ago."
1828
1811
msgstr[0] "The package information was last updated %(days_ago)s day ago."
1829
1812
msgstr[1] "The package information was last updated %(days_ago)s days ago."
1830
1813
 
1831
 
#: ../UpdateManager/UpdateManager.py:646
 
1814
#: ../UpdateManager/UpdateManager.py:639
1832
1815
#, python-format
1833
1816
msgid "The package information was last updated %(hours_ago)s hour ago."
1834
1817
msgid_plural ""
1837
1820
msgstr[1] "The package information was last updated %(hours_ago)s hours ago."
1838
1821
 
1839
1822
#. TRANSLATORS: only in plural form, as %s minutes ago is one of 15, 30, 45 minutes ago
1840
 
#: ../UpdateManager/UpdateManager.py:651 ../UpdateManager/UpdateManager.py:653
1841
 
#: ../UpdateManager/UpdateManager.py:655
 
1823
#: ../UpdateManager/UpdateManager.py:644 ../UpdateManager/UpdateManager.py:646
 
1824
#: ../UpdateManager/UpdateManager.py:648
1842
1825
#, python-format
1843
1826
msgid "The package information was last updated about %s minutes ago."
1844
1827
msgstr "The package information was last updated about %s minutes ago."
1845
1828
 
1846
 
#: ../UpdateManager/UpdateManager.py:657
 
1829
#: ../UpdateManager/UpdateManager.py:650
1847
1830
msgid "The package information was just updated."
1848
1831
msgstr "The package information was just updated."
1849
1832
 
1850
 
#: ../UpdateManager/UpdateManager.py:677
1851
 
#: ../data/gtkbuilder/UpdateManager.ui.h:2
1852
 
msgid ""
1853
 
"Software updates correct errors, eliminate security vulnerabilities and "
1854
 
"provide new features."
1855
 
msgstr ""
1856
 
"Software updates correct errors, eliminate security vulnerabilities and "
1857
 
"provide new features."
1858
 
 
1859
 
#: ../UpdateManager/UpdateManager.py:696
 
1833
#: ../UpdateManager/UpdateManager.py:689
1860
1834
msgid "Software updates may be available for your computer."
1861
1835
msgstr "Software updates may be available for your computer."
1862
1836
 
1863
 
#: ../UpdateManager/UpdateManager.py:704
1864
 
msgid "Welcome to Ubuntu"
1865
 
msgstr "Welcome to Ubuntu"
1866
 
 
1867
 
#: ../UpdateManager/UpdateManager.py:705
1868
 
msgid ""
1869
 
"These software updates have been issued since this version of Ubuntu was "
1870
 
"released."
1871
 
msgstr ""
1872
 
"These software updates have been issued since this version of Ubuntu was "
1873
 
"released."
1874
 
 
1875
 
#: ../UpdateManager/UpdateManager.py:708
1876
 
msgid "Software updates are available for this computer."
1877
 
msgstr "Software updates are available for this computer."
1878
 
 
1879
 
#: ../UpdateManager/UpdateManager.py:759
1880
 
#, python-format
1881
 
msgid ""
1882
 
"The upgrade needs a total of %s free space on disk '%s'. Please free at "
1883
 
"least an additional %s of disk space on '%s'. Empty your trash and remove "
1884
 
"temporary packages of former installations using 'sudo apt-get clean'."
1885
 
msgstr ""
1886
 
"The upgrade needs a total of %s free space on disk '%s'. Please free at "
1887
 
"least an additional %s of disk space on '%s'. Empty your trash and remove "
1888
 
"temporary packages of former installations using 'sudo apt-get clean'."
1889
 
 
1890
 
#: ../UpdateManager/UpdateManager.py:784
1891
 
msgid ""
1892
 
"The computer needs to restart to finish installing updates. Please save your "
1893
 
"work before continuing."
1894
 
msgstr ""
1895
 
"The computer needs to restart to finish installing updates. Please save your "
1896
 
"work before continuing."
1897
 
 
1898
 
#: ../UpdateManager/UpdateManager.py:848
 
1837
#: ../UpdateManager/UpdateManager.py:697
 
1838
#, python-format
 
1839
msgid ""
 
1840
"Updated software has been issued since %s was released. Do you want to "
 
1841
"install it now?"
 
1842
msgstr ""
 
1843
 
 
1844
#: ../UpdateManager/UpdateManager.py:700
 
1845
msgid ""
 
1846
"Updated software is available for this computer. Do you want to install it "
 
1847
"now?"
 
1848
msgstr ""
 
1849
 
 
1850
#: ../UpdateManager/UpdateManager.py:758
 
1851
#, python-format
 
1852
msgid ""
 
1853
"The upgrade needs a total of %s free space on disk '%s'. Please free at "
 
1854
"least an additional %s of disk space on '%s'. Empty your trash and remove "
 
1855
"temporary packages of former installations using 'sudo apt-get clean'."
 
1856
msgstr ""
 
1857
"The upgrade needs a total of %s free space on disk '%s'. Please free at "
 
1858
"least an additional %s of disk space on '%s'. Empty your trash and remove "
 
1859
"temporary packages of former installations using 'sudo apt-get clean'."
 
1860
 
 
1861
#: ../UpdateManager/UpdateManager.py:783
 
1862
msgid ""
 
1863
"The computer needs to restart to finish installing updates. Please save your "
 
1864
"work before continuing."
 
1865
msgstr ""
 
1866
"The computer needs to restart to finish installing updates. Please save your "
 
1867
"work before continuing."
 
1868
 
 
1869
#: ../UpdateManager/UpdateManager.py:847
1899
1870
msgid "Reading package information"
1900
1871
msgstr "Reading package information"
1901
1872
 
1902
 
#: ../UpdateManager/UpdateManager.py:863
 
1873
#: ../UpdateManager/UpdateManager.py:862
1903
1874
msgid "Connecting..."
1904
1875
msgstr "Connecting..."
1905
1876
 
1906
 
#: ../UpdateManager/UpdateManager.py:880
 
1877
#: ../UpdateManager/UpdateManager.py:879
1907
1878
msgid "You may not be able to check for updates or download new updates."
1908
1879
msgstr "You may not be able to check for updates or download new updates."
1909
1880
 
1910
 
#: ../UpdateManager/UpdateManager.py:1004
 
1881
#: ../UpdateManager/UpdateManager.py:1002
1911
1882
msgid "Could not initialize the package information"
1912
1883
msgstr "Could not initialize the package information"
1913
1884
 
1914
 
#: ../UpdateManager/UpdateManager.py:1005
 
1885
#: ../UpdateManager/UpdateManager.py:1003
1915
1886
msgid ""
1916
1887
"An unresolvable problem occurred while initializing the package "
1917
1888
"information.\n"
1925
1896
"Please report this bug against the 'update-manager' package and include the "
1926
1897
"following error message:\n"
1927
1898
 
1928
 
#: ../UpdateManager/UpdateManager.py:1036
 
1899
#: ../UpdateManager/UpdateManager.py:1032
1929
1900
msgid ""
1930
1901
"An unresolvable problem occurred while calculating the upgrade.\n"
1931
1902
"\n"
1937
1908
"Please report this bug against the 'update-manager' package and include the "
1938
1909
"following error message:"
1939
1910
 
1940
 
#: ../UpdateManager/UpdateManager.py:1061
 
1911
#: ../UpdateManager/UpdateManager.py:1056
1941
1912
msgid " (New install)"
1942
1913
msgstr " (New install)"
1943
1914
 
1944
1915
#. TRANSLATORS: the b stands for Bytes
1945
 
#: ../UpdateManager/UpdateManager.py:1068
 
1916
#: ../UpdateManager/UpdateManager.py:1063
1946
1917
#, python-format
1947
1918
msgid "(Size: %s)"
1948
1919
msgstr "(Size: %s)"
1949
1920
 
1950
 
#: ../UpdateManager/UpdateManager.py:1070
 
1921
#: ../UpdateManager/UpdateManager.py:1067
1951
1922
#, python-format
1952
1923
msgid "From version %(old_version)s to %(new_version)s"
1953
1924
msgstr "From version %(old_version)s to %(new_version)s"
1954
1925
 
1955
 
#: ../UpdateManager/UpdateManager.py:1074
 
1926
#: ../UpdateManager/UpdateManager.py:1071
1956
1927
#, python-format
1957
1928
msgid "Version %s"
1958
1929
msgstr "Version %s"
1959
1930
 
1960
 
#: ../UpdateManager/UpdateManager.py:1105 ../do-release-upgrade:107
 
1931
#: ../UpdateManager/UpdateManager.py:1104 ../do-release-upgrade:112
1961
1932
msgid "Release upgrade not possible right now"
1962
1933
msgstr "Release upgrade not possible right now"
1963
1934
 
1964
 
#: ../UpdateManager/UpdateManager.py:1106 ../do-release-upgrade:108
 
1935
#: ../UpdateManager/UpdateManager.py:1105 ../do-release-upgrade:113
1965
1936
#, c-format, python-format
1966
1937
msgid ""
1967
1938
"The release upgrade can not be performed currently, please try again later. "
1970
1941
"The release upgrade can not be performed currently, please try again later. "
1971
1942
"The server reported: '%s'"
1972
1943
 
1973
 
#: ../UpdateManager/UpdateManager.py:1108 ../check-new-release-gtk:115
 
1944
#: ../UpdateManager/UpdateManager.py:1107 ../check-new-release-gtk:126
1974
1945
msgid "Downloading the release upgrade tool"
1975
1946
msgstr "Downloading the release upgrade tool"
1976
1947
 
1977
 
#: ../UpdateManager/UpdateManager.py:1115
 
1948
#: ../UpdateManager/UpdateManager.py:1114
1978
1949
#, python-format
1979
1950
msgid "<b>New Ubuntu release '%s' is available</b>"
1980
1951
msgstr "<b>New Ubuntu release '%s' is available</b>"
1981
1952
 
1982
1953
#. we assert a clean cache
1983
 
#: ../UpdateManager/UpdateManager.py:1154
 
1954
#: ../UpdateManager/UpdateManager.py:1153
1984
1955
msgid "Software index is broken"
1985
1956
msgstr "Software index is broken"
1986
1957
 
1987
 
#: ../UpdateManager/UpdateManager.py:1155
 
1958
#: ../UpdateManager/UpdateManager.py:1154
1988
1959
msgid ""
1989
1960
"It is impossible to install or remove any software. Please use the package "
1990
1961
"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix "
2002
1973
msgid "Install All Available Updates"
2003
1974
msgstr "Install All Available Updates"
2004
1975
 
2005
 
#: ../UpdateManagerText/UpdateManagerText.py:31
 
1976
#: ../UpdateManagerText/UpdateManagerText.py:34
2006
1977
msgid "Cancel"
2007
1978
msgstr "Cancel"
2008
1979
 
2009
 
#: ../UpdateManagerText/UpdateManagerText.py:34
 
1980
#: ../UpdateManagerText/UpdateManagerText.py:37
2010
1981
msgid "Changelog"
2011
1982
msgstr "Changelog"
2012
1983
 
2013
 
#: ../UpdateManagerText/UpdateManagerText.py:37
 
1984
#: ../UpdateManagerText/UpdateManagerText.py:40
2014
1985
msgid "Updates"
2015
1986
msgstr "Updates"
2016
1987
 
2017
 
#: ../UpdateManagerText/UpdateManagerText.py:50
 
1988
#: ../UpdateManagerText/UpdateManagerText.py:53
2018
1989
msgid "Building Updates List"
2019
1990
msgstr "Building Updates List"
2020
1991
 
2021
 
#: ../UpdateManagerText/UpdateManagerText.py:53
 
1992
#: ../UpdateManagerText/UpdateManagerText.py:56
2022
1993
msgid ""
2023
1994
"\n"
2024
1995
"A normal upgrade can not be calculated, please run: \n"
2042
2013
" * Unofficial software packages not provided by Ubuntu\n"
2043
2014
" * Normal changes of a pre-release version of Ubuntu"
2044
2015
 
2045
 
#: ../UpdateManagerText/UpdateManagerText.py:122
 
2016
#: ../UpdateManagerText/UpdateManagerText.py:125
2046
2017
msgid "Downloading changelog"
2047
2018
msgstr "Downloading changelog"
2048
2019
 
2049
 
#: ../UpdateManager/Core/MyCache.py:138
 
2020
#: ../UpdateManager/Core/MyCache.py:147
2050
2021
#, python-format
2051
2022
msgid "Other updates (%s)"
2052
2023
msgstr "Other updates (%s)"
2053
2024
 
2054
 
#: ../UpdateManager/Core/MyCache.py:316
 
2025
#: ../UpdateManager/Core/MyCache.py:325
2055
2026
msgid "This update does not come from a source that supports changelogs."
2056
2027
msgstr "This update does not come from a source that supports changelogs."
2057
2028
 
2058
 
#: ../UpdateManager/Core/MyCache.py:322 ../UpdateManager/Core/MyCache.py:350
2059
 
msgid ""
2060
 
"Failed to download the list of changes. \n"
2061
 
"Please check your Internet connection."
2062
 
msgstr ""
2063
 
"Failed to download the list of changes. \n"
2064
 
"Please check your Internet connection."
2065
 
 
2066
 
#: ../UpdateManager/Core/MyCache.py:329
2067
 
#, python-format
2068
 
msgid ""
2069
 
"Changes for the versions:\n"
2070
 
"Installed version: %s\n"
2071
 
"Available version: %s\n"
2072
 
"\n"
2073
 
msgstr ""
2074
 
"Changes for the versions:\n"
2075
 
"Installed version: %s\n"
2076
 
"Available version: %s\n"
2077
 
"\n"
2078
 
 
2079
 
#: ../UpdateManager/Core/MyCache.py:339
2080
 
#, python-format
2081
 
msgid ""
2082
 
"The changelog does not contain any relevant changes.\n"
2083
 
"\n"
2084
 
"Please use http://launchpad.net/ubuntu/+source/%s/%s/+changelog\n"
2085
 
"until the changes become available or try again later."
2086
 
msgstr ""
2087
 
"The changelog does not contain any relevant changes.\n"
2088
 
"\n"
2089
 
"Please use http://launchpad.net/ubuntu/+source/%s/%s/+changelog\n"
2090
 
"until the changes become available or try again later."
2091
 
 
2092
 
#: ../UpdateManager/Core/MyCache.py:344
 
2029
#: ../UpdateManager/Core/MyCache.py:331 ../UpdateManager/Core/MyCache.py:359
 
2030
msgid ""
 
2031
"Failed to download the list of changes. \n"
 
2032
"Please check your Internet connection."
 
2033
msgstr ""
 
2034
"Failed to download the list of changes. \n"
 
2035
"Please check your Internet connection."
 
2036
 
 
2037
#: ../UpdateManager/Core/MyCache.py:338
 
2038
#, python-format
 
2039
msgid ""
 
2040
"Changes for the versions:\n"
 
2041
"Installed version: %s\n"
 
2042
"Available version: %s\n"
 
2043
"\n"
 
2044
msgstr ""
 
2045
"Changes for the versions:\n"
 
2046
"Installed version: %s\n"
 
2047
"Available version: %s\n"
 
2048
"\n"
 
2049
 
 
2050
#: ../UpdateManager/Core/MyCache.py:348
 
2051
#, python-format
 
2052
msgid ""
 
2053
"The changelog does not contain any relevant changes.\n"
 
2054
"\n"
 
2055
"Please use http://launchpad.net/ubuntu/+source/%s/%s/+changelog\n"
 
2056
"until the changes become available or try again later."
 
2057
msgstr ""
 
2058
"The changelog does not contain any relevant changes.\n"
 
2059
"\n"
 
2060
"Please use http://launchpad.net/ubuntu/+source/%s/%s/+changelog\n"
 
2061
"until the changes become available or try again later."
 
2062
 
 
2063
#: ../UpdateManager/Core/MyCache.py:353
2093
2064
#, python-format
2094
2065
msgid ""
2095
2066
"The list of changes is not available yet.\n"
2102
2073
"Please use http://launchpad.net/ubuntu/+source/%s/%s/+changelog\n"
2103
2074
"until the changes become available or try again later."
2104
2075
 
2105
 
#: ../UpdateManager/Core/UpdateList.py:49
 
2076
#: ../UpdateManager/Core/UpdateList.py:51
2106
2077
msgid "Failed to detect distribution"
2107
2078
msgstr "Failed to detect distribution"
2108
2079
 
2109
 
#: ../UpdateManager/Core/UpdateList.py:50
 
2080
#: ../UpdateManager/Core/UpdateList.py:52
2110
2081
#, python-format
2111
2082
msgid "A error '%s' occurred while checking what system you are using."
2112
2083
msgstr "An error '%s' occurred while checking what system you are using."
2113
2084
 
2114
 
#: ../UpdateManager/Core/UpdateList.py:61
 
2085
#: ../UpdateManager/Core/UpdateList.py:63
2115
2086
msgid "Important security updates"
2116
2087
msgstr "Important security updates"
2117
2088
 
2118
 
#: ../UpdateManager/Core/UpdateList.py:62
 
2089
#: ../UpdateManager/Core/UpdateList.py:64
2119
2090
msgid "Recommended updates"
2120
2091
msgstr "Recommended updates"
2121
2092
 
2122
 
#: ../UpdateManager/Core/UpdateList.py:63
 
2093
#: ../UpdateManager/Core/UpdateList.py:65
2123
2094
msgid "Proposed updates"
2124
2095
msgstr "Proposed updates"
2125
2096
 
2126
 
#: ../UpdateManager/Core/UpdateList.py:64
 
2097
#: ../UpdateManager/Core/UpdateList.py:66
2127
2098
msgid "Backports"
2128
2099
msgstr "Backports"
2129
2100
 
2130
 
#: ../UpdateManager/Core/UpdateList.py:65
 
2101
#: ../UpdateManager/Core/UpdateList.py:67
2131
2102
msgid "Distribution updates"
2132
2103
msgstr "Distribution updates"
2133
2104
 
2134
 
#: ../UpdateManager/Core/UpdateList.py:70
 
2105
#: ../UpdateManager/Core/UpdateList.py:72
2135
2106
msgid "Other updates"
2136
2107
msgstr "Other updates"
2137
2108
 
2138
2109
#: ../data/gtkbuilder/UpdateManager.ui.h:1
2139
 
msgid "<big><b>Starting Update Manager</b></big>"
 
2110
#, fuzzy
 
2111
msgid "<big><b>Starting Software Updater</b></big>"
2140
2112
msgstr "<big><b>Starting Update Manager</b></big>"
2141
2113
 
 
2114
#: ../data/gtkbuilder/UpdateManager.ui.h:2
 
2115
msgid ""
 
2116
"Software updates correct errors, eliminate security vulnerabilities and "
 
2117
"provide new features."
 
2118
msgstr ""
 
2119
"Software updates correct errors, eliminate security vulnerabilities and "
 
2120
"provide new features."
 
2121
 
2142
2122
#: ../data/gtkbuilder/UpdateManager.ui.h:3
2143
2123
msgid "_Partial Upgrade"
2144
2124
msgstr "_Partial Upgrade"
2195
2175
 
2196
2176
#: ../data/gtkbuilder/UpdateManager.ui.h:19
2197
2177
msgid "Your system is running on battery. Are you sure you want to continue?"
2198
 
msgstr ""
2199
 
"Your system is running on battery. Are you sure you want to continue?"
 
2178
msgstr "Your system is running on battery. Are you sure you want to continue?"
2200
2179
 
2201
2180
#: ../data/gtkbuilder/UpdateManager.ui.h:21
2202
2181
msgid "_Upgrade"
2209
2188
 
2210
2189
#: ../data/gtkbuilder/UpdateManager.ui.h:23
2211
2190
#: ../data/update-manager.desktop.in.h:1
2212
 
msgid "Update Manager"
2213
 
msgstr "Update Manager"
 
2191
#, fuzzy
 
2192
msgid "Software Updater"
 
2193
msgstr "Software Updates"
2214
2194
 
2215
2195
#: ../data/gtkbuilder/UpdateManager.ui.h:24
2216
 
msgid "Starting Update Manager"
2217
 
msgstr "Starting Update Manager"
 
2196
#, fuzzy
 
2197
msgid "Starting Software Updater"
 
2198
msgstr "Software Updates"
2218
2199
 
2219
2200
#: ../data/gtkbuilder/UpdateManager.ui.h:25
2220
2201
msgid "U_pgrade"
2225
2206
msgstr "updates"
2226
2207
 
2227
2208
#: ../data/gtkbuilder/UpdateManager.ui.h:28
2228
 
msgid ""
2229
 
"You are connected via roaming and may be charged for the data consumed by "
2230
 
"this update."
2231
 
msgstr ""
2232
 
"You are connected via roaming and may be charged for the data consumed by "
2233
 
"this update."
 
2209
msgid "Changes"
 
2210
msgstr "Changes"
2234
2211
 
2235
2212
#: ../data/gtkbuilder/UpdateManager.ui.h:29
2236
 
msgid "You are connected via a wireless modem."
2237
 
msgstr "You are connected via a wireless modem."
 
2213
msgid "Description"
 
2214
msgstr "Description"
2238
2215
 
2239
2216
#: ../data/gtkbuilder/UpdateManager.ui.h:30
2240
 
msgid "It’s safer to connect the computer to AC power before updating."
2241
 
msgstr "It’s safer to connect the computer to AC power before updating."
 
2217
#, fuzzy
 
2218
msgid "Details of updates"
 
2219
msgstr "Description of update"
2242
2220
 
2243
2221
#: ../data/gtkbuilder/UpdateManager.ui.h:31
2244
 
msgid "_Install Updates"
2245
 
msgstr "_Install Updates"
 
2222
msgid ""
 
2223
"You are connected via roaming and may be charged for the data consumed by "
 
2224
"this update."
 
2225
msgstr ""
 
2226
"You are connected via roaming and may be charged for the data consumed by "
 
2227
"this update."
2246
2228
 
2247
2229
#: ../data/gtkbuilder/UpdateManager.ui.h:32
2248
 
msgid "Changes"
2249
 
msgstr "Changes"
 
2230
msgid ""
 
2231
"You may want to wait until you’re not using a mobile broadband connection."
 
2232
msgstr ""
2250
2233
 
2251
2234
#: ../data/gtkbuilder/UpdateManager.ui.h:33
2252
 
msgid "Description"
2253
 
msgstr "Description"
 
2235
msgid "It’s safer to connect the computer to AC power before updating."
 
2236
msgstr "It’s safer to connect the computer to AC power before updating."
2254
2237
 
2255
2238
#: ../data/gtkbuilder/UpdateManager.ui.h:34
2256
 
msgid "Description of update"
2257
 
msgstr "Description of update"
2258
 
 
2259
 
#: ../data/gtkbuilder/UpdateManager.ui.h:35
2260
2239
msgid "_Settings..."
2261
2240
msgstr "_Settings…"
2262
2241
 
 
2242
#: ../data/gtkbuilder/UpdateManager.ui.h:35
 
2243
#, fuzzy
 
2244
msgid "_Install Now"
 
2245
msgstr "Install"
 
2246
 
2263
2247
#: ../data/gtkbuilder/UpgradePromptDialog.ui.h:1
2264
 
msgid ""
2265
 
"<b>A new version of Ubuntu is available. Would you like to upgrade?</b>"
 
2248
msgid "<b>A new version of Ubuntu is available. Would you like to upgrade?</b>"
2266
2249
msgstr ""
2267
2250
"<b>A new version of Ubuntu is available. Would you like to upgrade?</b>"
2268
2251
 
2283
2266
msgstr "You have declined to upgrade to the new version of Ubuntu"
2284
2267
 
2285
2268
#: ../data/gtkbuilder/UpgradePromptDialog.ui.h:7
 
2269
#, fuzzy
2286
2270
msgid ""
2287
 
"You can upgrade at a later time by opening Update Manager and click on "
 
2271
"You can upgrade at a later time by opening Software Updater and click on "
2288
2272
"\"Upgrade\"."
2289
2273
msgstr ""
2290
2274
"You can upgrade at a later time by opening Update Manager and clicking on "
2298
2282
msgid "Show and install available updates"
2299
2283
msgstr "Show and install available updates"
2300
2284
 
2301
 
#: ../update-manager:61 ../update-manager-text:50 ../do-release-upgrade:46
 
2285
#: ../update-manager:66 ../update-manager-text:55 ../do-release-upgrade:51
2302
2286
msgid "Show version and exit"
2303
2287
msgstr "Show version and exit"
2304
2288
 
2305
 
#: ../update-manager:64
 
2289
#: ../update-manager:69
2306
2290
msgid "Directory that contains the data files"
2307
2291
msgstr "Directory that contains the data files"
2308
2292
 
2309
 
#: ../update-manager:67
 
2293
#: ../update-manager:72
2310
2294
msgid "Check if a new Ubuntu release is available"
2311
2295
msgstr "Check if a new Ubuntu release is available"
2312
2296
 
2313
 
#: ../update-manager:70 ../do-release-upgrade:49 ../check-new-release-gtk:182
 
2297
#: ../update-manager:75 ../do-release-upgrade:54 ../check-new-release-gtk:186
2314
2298
msgid "Check if upgrading to the latest devel release is possible"
2315
2299
msgstr "Check if upgrading to the latest development release is possible"
2316
2300
 
2317
 
#: ../update-manager:74
 
2301
#: ../update-manager:79
2318
2302
msgid "Upgrade using the latest proposed version of the release upgrader"
2319
2303
msgstr "Upgrade using the latest proposed version of the release upgrader"
2320
2304
 
2321
 
#: ../update-manager:81
 
2305
#: ../update-manager:86
2322
2306
msgid "Do not focus on map when starting"
2323
2307
msgstr "Do not focus on map when starting"
2324
2308
 
2325
 
#: ../update-manager:84
 
2309
#: ../update-manager:89
2326
2310
msgid "Try to run a dist-upgrade"
2327
2311
msgstr "Try to run a dist-upgrade"
2328
2312
 
2329
 
#: ../update-manager:87
 
2313
#: ../update-manager:92
2330
2314
msgid "Do not check for updates when starting"
2331
2315
msgstr "Do not check for updates when starting"
2332
2316
 
2333
 
#: ../update-manager:91 ../do-release-upgrade:65
 
2317
#: ../update-manager:96 ../do-release-upgrade:70
2334
2318
msgid "Test upgrade with a sandbox aufs overlay"
2335
2319
msgstr "Test upgrade with a sandbox aufs overlay"
2336
2320
 
2337
 
#: ../update-manager:111
 
2321
#: ../update-manager:116
2338
2322
msgid "Running partial upgrade"
2339
2323
msgstr "Running partial upgrade"
2340
2324
 
2341
 
#: ../update-manager-text:54
 
2325
#: ../update-manager-text:59
2342
2326
msgid "Show description of the package instead of the changelog"
2343
2327
msgstr "Show description of the package instead of the changelog"
2344
2328
 
2345
 
#: ../do-release-upgrade:53 ../check-new-release-gtk:186
2346
 
msgid ""
2347
 
"Try upgrading to the latest release using the upgrader from $distro-proposed"
2348
 
msgstr ""
2349
 
"Try upgrading to the latest release using the upgrader from $distro-proposed"
2350
 
 
2351
 
#: ../do-release-upgrade:57
2352
 
msgid ""
2353
 
"Run in a special upgrade mode.\n"
2354
 
"Currently 'desktop' for regular upgrades of a desktop system and 'server' "
2355
 
"for server systems are supported."
2356
 
msgstr ""
2357
 
"Run in a special upgrade mode.\n"
2358
 
"Currently 'desktop' for regular upgrades of a desktop system and 'server' "
2359
 
"for server systems are supported."
2360
 
 
2361
 
#: ../do-release-upgrade:63
 
2329
#: ../do-release-upgrade:58 ../check-new-release-gtk:190
 
2330
msgid ""
 
2331
"Try upgrading to the latest release using the upgrader from $distro-proposed"
 
2332
msgstr ""
 
2333
"Try upgrading to the latest release using the upgrader from $distro-proposed"
 
2334
 
 
2335
#: ../do-release-upgrade:62
 
2336
msgid ""
 
2337
"Run in a special upgrade mode.\n"
 
2338
"Currently 'desktop' for regular upgrades of a desktop system and 'server' "
 
2339
"for server systems are supported."
 
2340
msgstr ""
 
2341
"Run in a special upgrade mode.\n"
 
2342
"Currently 'desktop' for regular upgrades of a desktop system and 'server' "
 
2343
"for server systems are supported."
 
2344
 
 
2345
#: ../do-release-upgrade:68
2362
2346
msgid "Run the specified frontend"
2363
2347
msgstr "Run the specified frontend"
2364
2348
 
2365
 
#: ../do-release-upgrade:68
 
2349
#: ../do-release-upgrade:73
2366
2350
msgid ""
2367
2351
"Check only if a new distribution release is available and report the result "
2368
2352
"via the exit code"
2370
2354
"Check only if a new distribution release is available and report the result "
2371
2355
"via the exit code"
2372
2356
 
2373
 
#: ../do-release-upgrade:82
 
2357
#: ../do-release-upgrade:87
2374
2358
msgid "Checking for a new Ubuntu release"
2375
2359
msgstr "Checking for a new Ubuntu release"
2376
2360
 
2377
 
#: ../do-release-upgrade:96
 
2361
#: ../do-release-upgrade:101
2378
2362
msgid ""
2379
2363
"For upgrade information, please visit:\n"
2380
2364
"%(url)s\n"
2382
2366
"For upgrade information, please visit:\n"
2383
2367
"%(url)s\n"
2384
2368
 
2385
 
#: ../do-release-upgrade:102
 
2369
#: ../do-release-upgrade:107
2386
2370
msgid "No new release found"
2387
2371
msgstr "No new release found"
2388
2372
 
2389
 
#: ../do-release-upgrade:114
 
2373
#: ../do-release-upgrade:119
2390
2374
#, c-format
2391
2375
msgid "New release '%s' available."
2392
2376
msgstr "New release '%s' available."
2393
2377
 
2394
 
#: ../do-release-upgrade:115
 
2378
#: ../do-release-upgrade:120
2395
2379
msgid "Run 'do-release-upgrade' to upgrade to it."
2396
2380
msgstr "Run 'do-release-upgrade' to upgrade to it."
2397
2381
 
2398
 
#: ../check-new-release-gtk:90
 
2382
#: ../check-new-release-gtk:101
2399
2383
msgid "Ubuntu %(version)s Upgrade Available"
2400
2384
msgstr "Ubuntu %(version)s Upgrade Available"
2401
2385
 
2402
 
#: ../check-new-release-gtk:132
 
2386
#: ../check-new-release-gtk:143
2403
2387
#, c-format
2404
2388
msgid "You have declined the upgrade to Ubuntu %s"
2405
2389
msgstr "You have declined the upgrade to Ubuntu %s"
2406
2390
 
2407
 
#: ../check-new-release-gtk:192
 
2391
#: ../check-new-release-gtk:196
2408
2392
msgid "Add debug output"
2409
2393
msgstr "Add debug output"
2410
2394
 
2411
 
#: ../ubuntu-support-status:79
 
2395
#: ../ubuntu-support-status:91
2412
2396
msgid "Show unsupported packages on this machine"
2413
2397
msgstr "Show unsupported packages on this machine"
2414
2398
 
2415
 
#: ../ubuntu-support-status:82
 
2399
#: ../ubuntu-support-status:94
2416
2400
msgid "Show supported packages on this machine"
2417
2401
msgstr "Show supported packages on this machine"
2418
2402
 
2419
 
#: ../ubuntu-support-status:85
 
2403
#: ../ubuntu-support-status:97
2420
2404
msgid "Show all packages with their status"
2421
2405
msgstr "Show all packages with their status"
2422
2406
 
2423
 
#: ../ubuntu-support-status:88
 
2407
#: ../ubuntu-support-status:100
2424
2408
msgid "Show all packages in a list"
2425
2409
msgstr "Show all packages in a list"
2426
2410
 
2427
 
#: ../ubuntu-support-status:130
 
2411
#: ../ubuntu-support-status:142
2428
2412
#, c-format
2429
2413
msgid "Support status summary of '%s':"
2430
2414
msgstr "Support status summary of '%s':"
2431
2415
 
2432
 
#: ../ubuntu-support-status:133
 
2416
#: ../ubuntu-support-status:145
2433
2417
msgid "You have %(num)s packages (%(percent).1f%%) supported until %(time)s"
2434
2418
msgstr "You have %(num)s packages (%(percent).1f%%) supported until %(time)s"
2435
2419
 
2436
 
#: ../ubuntu-support-status:139
 
2420
#: ../ubuntu-support-status:151
2437
2421
msgid ""
2438
2422
"You have %(num)s packages (%(percent).1f%%) that can not/no-longer be "
2439
2423
"downloaded"
2441
2425
"You have %(num)s packages (%(percent).1f%%) that can not/no-longer be "
2442
2426
"downloaded"
2443
2427
 
2444
 
#: ../ubuntu-support-status:142
 
2428
#: ../ubuntu-support-status:154
2445
2429
msgid "You have %(num)s packages (%(percent).1f%%) that are unsupported"
2446
2430
msgstr "You have %(num)s packages (%(percent).1f%%) that are unsupported"
2447
2431
 
2448
 
#: ../ubuntu-support-status:150
 
2432
#: ../ubuntu-support-status:162
2449
2433
msgid ""
2450
2434
"Run with --show-unsupported, --show-supported or --show-all to see more "
2451
2435
"details"
2453
2437
"Run with --show-unsupported, --show-supported or --show-all to see more "
2454
2438
"details"
2455
2439
 
2456
 
#: ../ubuntu-support-status:154
 
2440
#: ../ubuntu-support-status:166
2457
2441
msgid "No longer downloadable:"
2458
2442
msgstr "No longer downloadable:"
2459
2443
 
2460
 
#: ../ubuntu-support-status:157
 
2444
#: ../ubuntu-support-status:169
2461
2445
msgid "Unsupported: "
2462
2446
msgstr "Unsupported: "
2463
2447
 
2464
 
#: ../ubuntu-support-status:162
 
2448
#: ../ubuntu-support-status:174
2465
2449
#, c-format
2466
2450
msgid "Supported until %s:"
2467
2451
msgstr "Supported until %s:"
2468
2452
 
2469
 
#: ../ubuntu-support-status:171
 
2453
#: ../ubuntu-support-status:183
2470
2454
msgid "Unsupported"
2471
2455
msgstr "Unsupported"
2472
2456
 
2473
 
#: ../Janitor/computerjanitor/exc.py:30
 
2457
#. Why do we use %s here instead of $strings or {} format placeholders?
 
2458
#. It's because we don't want to break existing translations.
 
2459
#: ../janitor/plugincore/exceptions.py:42
2474
2460
#, python-format
2475
2461
msgid "Unimplemented method: %s"
2476
2462
msgstr "Unimplemented method: %s"
2477
2463
 
2478
 
#: ../Janitor/computerjanitor/file_cruft.py:46
 
2464
#: ../janitor/plugincore/core/file_cruft.py:41
2479
2465
msgid "A file on disk"
2480
2466
msgstr "A file on disk"
2481
2467
 
2482
 
#: ../Janitor/computerjanitor/package_cruft.py:45
2483
 
msgid ".deb package"
2484
 
msgstr ".deb package"
2485
 
 
2486
 
#: ../Janitor/computerjanitor/missing_package_cruft.py:33
 
2468
#: ../janitor/plugincore/core/missing_package_cruft.py:39
2487
2469
msgid "Install missing package."
2488
2470
msgstr "Install missing package."
2489
2471
 
2490
 
#: ../Janitor/computerjanitor/missing_package_cruft.py:42
 
2472
#. 2012-06-08 BAW: i18n string; don't use {} or PEP 292.
 
2473
#: ../janitor/plugincore/core/missing_package_cruft.py:49
2491
2474
#, python-format
2492
2475
msgid "Package %s should be installed."
2493
2476
msgstr "Package %s should be installed."
2494
2477
 
2495
 
#. pragma: no cover
2496
 
#: ../Janitor/plugins/dpkg_status_plugin.py:36
 
2478
#: ../janitor/plugincore/core/package_cruft.py:49
 
2479
msgid ".deb package"
 
2480
msgstr ".deb package"
 
2481
 
 
2482
#: ../janitor/plugincore/plugins/langpack_manual_plugin.py:46
 
2483
#, python-format
 
2484
msgid "%s needs to be marked as manually installed."
 
2485
msgstr "%s needs to be marked as manually installed."
 
2486
 
 
2487
#: ../janitor/plugincore/plugins/kdelibs4to5_plugin.py:49
 
2488
msgid ""
 
2489
"When upgrading, if kdelibs4-dev is installed, kdelibs5-dev needs to be "
 
2490
"installed. See bugs.launchpad.net, bug #279621 for details."
 
2491
msgstr ""
 
2492
"When upgrading, if kdelibs4-dev is installed, kdelibs5-dev needs to be "
 
2493
"installed. See bugs.launchpad.net, bug #279621 for details."
 
2494
 
 
2495
#: ../janitor/plugincore/plugins/dpkg_status_plugin.py:44
2497
2496
#, python-format
2498
2497
msgid "%i obsolete entries in the status file"
2499
2498
msgstr "%i obsolete entries in the status file"
2500
2499
 
2501
 
#: ../Janitor/plugins/dpkg_status_plugin.py:39
 
2500
#: ../janitor/plugincore/plugins/dpkg_status_plugin.py:47
2502
2501
msgid "Obsolete entries in dpkg status"
2503
2502
msgstr "Obsolete entries in dpkg status"
2504
2503
 
2505
2504
#. pragma: no cover
2506
 
#: ../Janitor/plugins/dpkg_status_plugin.py:42
 
2505
#: ../janitor/plugincore/plugins/dpkg_status_plugin.py:50
2507
2506
msgid "Obsolete dpkg status entries"
2508
2507
msgstr "Obsolete dpkg status entries"
2509
2508
 
2510
 
#: ../Janitor/plugins/kdelibs4to5_plugin.py:39
2511
 
msgid ""
2512
 
"When upgrading, if kdelibs4-dev is installed, kdelibs5-dev needs to be "
2513
 
"installed. See bugs.launchpad.net, bug #279621 for details."
2514
 
msgstr ""
2515
 
"When upgrading, if kdelibs4-dev is installed, kdelibs5-dev needs to be "
2516
 
"installed. See bugs.launchpad.net, bug #279621 for details."
2517
 
 
2518
 
#: ../Janitor/plugins/langpack_manual_plugin.py:34
2519
 
#, python-format
2520
 
msgid "%s needs to be marked as manually installed."
2521
 
msgstr "%s needs to be marked as manually installed."
2522
 
 
2523
 
#: ../Janitor/plugins/remove_lilo_plugin.py:28
2524
 
msgid ""
2525
 
"Remove lilo since grub is also installed.(See bug #314004 for details.)"
2526
 
msgstr ""
2527
 
"Remove lilo since grub is also installed.(See bug #314004 for details.)"
 
2509
#: ../janitor/plugincore/plugins/remove_lilo_plugin.py:42
 
2510
msgid "Remove lilo since grub is also installed.(See bug #314004 for details.)"
 
2511
msgstr ""
 
2512
"Remove lilo since grub is also installed.(See bug #314004 for details.)"
 
2513
 
 
2514
#~ msgid ""
 
2515
#~ "After your package information was updated the essential package '%s' can "
 
2516
#~ "not be found anymore so a bug reporting process is being started."
 
2517
#~ msgstr ""
 
2518
#~ "After your package information was updated the essential package '%s' can "
 
2519
#~ "not be found anymore so a bug reporting process is being started."
 
2520
 
 
2521
#~ msgid "<b><big>Upgrading Ubuntu to version 12.04</big></b>"
 
2522
#~ msgstr "<b><big>Upgrading Ubuntu to version 12.04</big></b>"
 
2523
 
 
2524
#~ msgid "%(count)s update has been selected."
 
2525
#~ msgid_plural "%(count)s updates have been selected."
 
2526
#~ msgstr[0] "%(count)s update has been selected."
 
2527
#~ msgstr[1] "%(count)s updates have been selected."
 
2528
 
 
2529
#~ msgid "%(count_str)s %(download_str)s"
 
2530
#~ msgstr "%(count_str)s %(download_str)s"
 
2531
 
 
2532
#~ msgid "Welcome to Ubuntu"
 
2533
#~ msgstr "Welcome to Ubuntu"
 
2534
 
 
2535
#~ msgid ""
 
2536
#~ "These software updates have been issued since this version of Ubuntu was "
 
2537
#~ "released."
 
2538
#~ msgstr ""
 
2539
#~ "These software updates have been issued since this version of Ubuntu was "
 
2540
#~ "released."
 
2541
 
 
2542
#~ msgid "Software updates are available for this computer."
 
2543
#~ msgstr "Software updates are available for this computer."
 
2544
 
 
2545
#~ msgid "Update Manager"
 
2546
#~ msgstr "Update Manager"
 
2547
 
 
2548
#~ msgid "Starting Update Manager"
 
2549
#~ msgstr "Starting Update Manager"
 
2550
 
 
2551
#~ msgid "You are connected via a wireless modem."
 
2552
#~ msgstr "You are connected via a wireless modem."
 
2553
 
 
2554
#~ msgid "_Install Updates"
 
2555
#~ msgstr "_Install Updates"
2528
2556
 
2529
2557
#~ msgid "Checking for a new ubuntu release"
2530
2558
#~ msgstr "Checking for a new Ubuntu release"
2539
2567
#~ "Fetching and installing the upgrade can take several hours. Once the "
2540
2568
#~ "download has finished, the process cannot be cancelled."
2541
2569
 
2542
 
#, python-format
2543
2570
#~ msgid ""
2544
 
#~ "This upgrade is running in sandbox (test) mode. All changes are written to "
2545
 
#~ "'%s' and will be lost on the next reboot.\n"
 
2571
#~ "This upgrade is running in sandbox (test) mode. All changes are written "
 
2572
#~ "to '%s' and will be lost on the next reboot.\n"
2546
2573
#~ "\n"
2547
2574
#~ "*No* changes written to a systemdir from now until the next reboot are "
2548
2575
#~ "permanent."
2549
2576
#~ msgstr ""
2550
 
#~ "This upgrade is running in sandbox (test) mode. All changes are written to "
2551
 
#~ "'%s' and will be lost on the next reboot.\n"
 
2577
#~ "This upgrade is running in sandbox (test) mode. All changes are written "
 
2578
#~ "to '%s' and will be lost on the next reboot.\n"
2552
2579
#~ "\n"
2553
2580
#~ "*No* changes written to a systemdir from now until the next reboot are "
2554
2581
#~ "permanent."
2586
2613
#~ "Applications later."
2587
2614
 
2588
2615
#~ msgid ""
2589
 
#~ "The system was unable to get the prerequisites for the upgrade. The upgrade "
2590
 
#~ "will abort now and restore the original system state.\n"
 
2616
#~ "The system was unable to get the prerequisites for the upgrade. The "
 
2617
#~ "upgrade will abort now and restore the original system state.\n"
2591
2618
#~ "\n"
2592
 
#~ "Please report this as a bug using the command 'ubuntu-bug update-manager' in "
2593
 
#~ "a terminal and include the files in /var/log/dist-upgrade/ in the bug report."
 
2619
#~ "Please report this as a bug using the command 'ubuntu-bug update-manager' "
 
2620
#~ "in a terminal and include the files in /var/log/dist-upgrade/ in the bug "
 
2621
#~ "report."
2594
2622
#~ msgstr ""
2595
 
#~ "The system was unable to get the prerequisites for the upgrade. The upgrade "
2596
 
#~ "will abort now and restore the original system state.\n"
 
2623
#~ "The system was unable to get the prerequisites for the upgrade. The "
 
2624
#~ "upgrade will abort now and restore the original system state.\n"
2597
2625
#~ "\n"
2598
 
#~ "Please report this as a bug using the command 'ubuntu-bug update-manager' in "
2599
 
#~ "a terminal and include the files in /var/log/dist-upgrade/ in the bug report."
 
2626
#~ "Please report this as a bug using the command 'ubuntu-bug update-manager' "
 
2627
#~ "in a terminal and include the files in /var/log/dist-upgrade/ in the bug "
 
2628
#~ "report."
2600
2629
 
2601
 
#, python-format
2602
2630
#~ msgid ""
2603
2631
#~ "After your package information was updated the essential package '%s' can "
2604
2632
#~ "not be found anymore.\n"
2605
2633
#~ "This indicates a serious error, please report this bug using the command "
2606
 
#~ "'ubuntu-bug update-manager' in a terminal and include the files in "
2607
 
#~ "/var/log/dist-upgrade/ in the bug report."
 
2634
#~ "'ubuntu-bug update-manager' in a terminal and include the files in /var/"
 
2635
#~ "log/dist-upgrade/ in the bug report."
2608
2636
#~ msgstr ""
2609
2637
#~ "After your package information was updated the essential package '%s' can "
2610
2638
#~ "not be found any more.\n"
2611
2639
#~ "This indicates a serious error, please report this bug using the command "
2612
 
#~ "'ubuntu-bug update-manager' in a terminal and include the files in "
2613
 
#~ "/var/log/dist-upgrade/ in the bug report."
 
2640
#~ "'ubuntu-bug update-manager' in a terminal and include the files in /var/"
 
2641
#~ "log/dist-upgrade/ in the bug report."
2614
2642
 
2615
2643
#~ msgid "Your graphics hardware may not be fully supported in Ubuntu 11.04."
2616
2644
#~ msgstr "Your graphics hardware may not be fully supported in Ubuntu 11.04."
2617
2645
 
2618
2646
#~ msgid ""
2619
 
#~ "The support in Ubuntu 11.04 for your intel graphics hardware is limited and "
2620
 
#~ "you may encounter problems after the upgrade. Do you want to continue with "
2621
 
#~ "the upgrade?"
2622
 
#~ msgstr ""
2623
 
#~ "The support in Ubuntu 11.04 for your Intel graphics hardware is limited and "
2624
 
#~ "you may encounter problems after the upgrade. Do you want to continue with "
2625
 
#~ "the upgrade?"
2626
 
 
2627
 
#, python-format
2628
 
#~ msgid ""
2629
 
#~ "\n"
2630
 
#~ "\n"
2631
 
#~ "Please report this bug using the command 'ubuntu-bug update-manager' in a "
2632
 
#~ "terminal and include the files in /var/log/dist-upgrade/ in the bug report.\n"
2633
 
#~ "%s"
2634
 
#~ msgstr ""
2635
 
#~ "\n"
2636
 
#~ "\n"
2637
 
#~ "Please report this bug using the command 'ubuntu-bug update-manager' in a "
2638
 
#~ "terminal and include the files in /var/log/dist-upgrade/ in the bug report.\n"
2639
 
#~ "%s"
2640
 
 
2641
 
#~ msgid ""
2642
 
#~ "Preparing the system for the upgrade failed. Please report this using the "
2643
 
#~ "command 'ubuntu-bug update-manager' in a terminal and include the files in "
2644
 
#~ "/var/log/dist-upgrade/ in the bug report."
2645
 
#~ msgstr ""
2646
 
#~ "Preparing the system for the upgrade failed. Please report this using the "
2647
 
#~ "command 'ubuntu-bug update-manager' in a terminal and include the files in "
2648
 
#~ "/var/log/dist-upgrade/ in the bug report."
2649
 
 
2650
 
#~ msgid ""
2651
 
#~ "Upgrading the repository information resulted in a invalid file. Please "
2652
 
#~ "report this as a bug using the command 'ubuntu-bug update-manager' in a "
2653
 
#~ "terminal."
2654
 
#~ msgstr ""
2655
 
#~ "Upgrading the repository information resulted in a invalid file. Please "
2656
 
#~ "report this as a bug using the command 'ubuntu-bug update-manager' in a "
2657
 
#~ "terminal."
2658
 
 
2659
 
#~ msgid "<b><big>Upgrading Ubuntu to version 11.10</big></b>"
2660
 
#~ msgstr "<b><big>Upgrading Ubuntu to version 11.10</big></b>"
2661
 
 
2662
 
#~ msgid ""
2663
 
#~ "These software updates have been issued since this version of Ubuntu was "
2664
 
#~ "released. If you don't want to install them now, choose \"Update Manager\" "
2665
 
#~ "from Applications later."
2666
 
#~ msgstr ""
2667
 
#~ "These software updates have been issued since this version of Ubuntu was "
2668
 
#~ "released. If you don't want to install them now, choose \"Update Manager\" "
2669
 
#~ "from Applications later."
2670
 
 
2671
 
#~ msgid ""
2672
 
#~ "These software updates have been issued since this version of Ubuntu was "
2673
 
#~ "released. If you don't want to install them now, choose \"Update Manager\" "
2674
 
#~ "from the Administration Menu later."
2675
 
#~ msgstr ""
2676
 
#~ "These software updates have been issued since this version of Ubuntu was "
2677
 
#~ "released. If you don't want to install them now, choose \"Update Manager\" "
2678
 
#~ "from the Administration Menu later."
 
2647
#~ "The support in Ubuntu 11.04 for your intel graphics hardware is limited "
 
2648
#~ "and you may encounter problems after the upgrade. Do you want to continue "
 
2649
#~ "with the upgrade?"
 
2650
#~ msgstr ""
 
2651
#~ "The support in Ubuntu 11.04 for your Intel graphics hardware is limited "
 
2652
#~ "and you may encounter problems after the upgrade. Do you want to continue "
 
2653
#~ "with the upgrade?"
 
2654
 
 
2655
#~ msgid ""
 
2656
#~ "\n"
 
2657
#~ "\n"
 
2658
#~ "Please report this bug using the command 'ubuntu-bug update-manager' in a "
 
2659
#~ "terminal and include the files in /var/log/dist-upgrade/ in the bug "
 
2660
#~ "report.\n"
 
2661
#~ "%s"
 
2662
#~ msgstr ""
 
2663
#~ "\n"
 
2664
#~ "\n"
 
2665
#~ "Please report this bug using the command 'ubuntu-bug update-manager' in a "
 
2666
#~ "terminal and include the files in /var/log/dist-upgrade/ in the bug "
 
2667
#~ "report.\n"
 
2668
#~ "%s"
 
2669
 
 
2670
#~ msgid ""
 
2671
#~ "Preparing the system for the upgrade failed. Please report this using the "
 
2672
#~ "command 'ubuntu-bug update-manager' in a terminal and include the files "
 
2673
#~ "in /var/log/dist-upgrade/ in the bug report."
 
2674
#~ msgstr ""
 
2675
#~ "Preparing the system for the upgrade failed. Please report this using the "
 
2676
#~ "command 'ubuntu-bug update-manager' in a terminal and include the files "
 
2677
#~ "in /var/log/dist-upgrade/ in the bug report."
 
2678
 
 
2679
#~ msgid ""
 
2680
#~ "Upgrading the repository information resulted in a invalid file. Please "
 
2681
#~ "report this as a bug using the command 'ubuntu-bug update-manager' in a "
 
2682
#~ "terminal."
 
2683
#~ msgstr ""
 
2684
#~ "Upgrading the repository information resulted in a invalid file. Please "
 
2685
#~ "report this as a bug using the command 'ubuntu-bug update-manager' in a "
 
2686
#~ "terminal."
 
2687
 
 
2688
#~ msgid ""
 
2689
#~ "These software updates have been issued since this version of Ubuntu was "
 
2690
#~ "released. If you don't want to install them now, choose \"Update Manager"
 
2691
#~ "\" from Applications later."
 
2692
#~ msgstr ""
 
2693
#~ "These software updates have been issued since this version of Ubuntu was "
 
2694
#~ "released. If you don't want to install them now, choose \"Update Manager"
 
2695
#~ "\" from Applications later."
 
2696
 
 
2697
#~ msgid ""
 
2698
#~ "These software updates have been issued since this version of Ubuntu was "
 
2699
#~ "released. If you don't want to install them now, choose \"Update Manager"
 
2700
#~ "\" from the Administration Menu later."
 
2701
#~ msgstr ""
 
2702
#~ "These software updates have been issued since this version of Ubuntu was "
 
2703
#~ "released. If you don't want to install them now, choose \"Update Manager"
 
2704
#~ "\" from the Administration Menu later."
2679
2705
 
2680
2706
#~ msgid "0 kB"
2681
2707
#~ msgstr "0 kB"
2683
2709
#~ msgid "1 kB"
2684
2710
#~ msgstr "1 kB"
2685
2711
 
2686
 
#, python-format
2687
2712
#~ msgid "%.0f kB"
2688
2713
#~ msgstr "%.0f kB"