Merge ~enr0n/ubuntu-release-upgrader:lp2015087 into ubuntu-release-upgrader:ubuntu/main

Proposed by Nick Rosbrook
Status: Merged
Merged at revision: 06bf6cf1980b14bf8f5a5ff7a1c2a5009920be93
Proposed branch: ~enr0n/ubuntu-release-upgrader:lp2015087
Merge into: ubuntu-release-upgrader:ubuntu/main
Diff against target: 43607 lines (+8260/-8218)
133 files modified
DistUpgrade/DistUpgradeVersion.py (+1/-1)
DistUpgrade/DistUpgradeViewGtk3.py (+8/-1)
DistUpgrade/DistUpgradeViewKDE.py (+9/-1)
data/mirrors.cfg (+16/-22)
debian/changelog (+7/-0)
po/af.po (+65/-65)
po/am.po (+65/-65)
po/an.po (+65/-65)
po/ar.po (+65/-65)
po/ast.po (+65/-65)
po/az.po (+65/-65)
po/be.po (+65/-65)
po/bg.po (+65/-65)
po/bn.po (+65/-65)
po/bo.po (+65/-65)
po/br.po (+65/-65)
po/bs.po (+65/-65)
po/ca.po (+65/-65)
po/ca@valencia.po (+65/-65)
po/ce.po (+65/-65)
po/ceb.po (+65/-65)
po/ckb.po (+65/-65)
po/crh.po (+65/-65)
po/cs.po (+65/-65)
po/csb.po (+65/-65)
po/cv.po (+65/-65)
po/cy.po (+65/-65)
po/da.po (+65/-65)
po/de.po (+65/-65)
po/dv.po (+65/-65)
po/el.po (+65/-65)
po/en_AU.po (+65/-65)
po/en_CA.po (+65/-65)
po/en_GB.po (+65/-65)
po/eo.po (+65/-65)
po/es.po (+65/-65)
po/et.po (+65/-65)
po/eu.po (+65/-65)
po/fa.po (+65/-65)
po/fi.po (+65/-65)
po/fil.po (+65/-65)
po/fo.po (+65/-65)
po/fr.po (+65/-65)
po/fr_CA.po (+65/-65)
po/fur.po (+65/-65)
po/fy.po (+65/-65)
po/ga.po (+65/-65)
po/gd.po (+65/-65)
po/gl.po (+65/-65)
po/gu.po (+65/-65)
po/gv.po (+65/-65)
po/he.po (+65/-65)
po/hi.po (+65/-65)
po/hr.po (+65/-65)
po/hu.po (+65/-65)
po/hy.po (+65/-65)
po/ia.po (+65/-65)
po/id.po (+65/-65)
po/is.po (+65/-65)
po/it.po (+65/-65)
po/ja.po (+65/-65)
po/jv.po (+65/-65)
po/ka.po (+65/-65)
po/kk.po (+65/-65)
po/km.po (+65/-65)
po/kn.po (+65/-65)
po/ko.po (+65/-65)
po/ku.po (+65/-65)
po/ky.po (+65/-65)
po/lb.po (+65/-65)
po/ln.po (+65/-65)
po/lo.po (+65/-65)
po/lt.po (+65/-65)
po/lv.po (+65/-65)
po/mhr.po (+65/-65)
po/mjw.po (+65/-65)
po/mk.po (+65/-65)
po/ml.po (+65/-65)
po/mn.po (+65/-65)
po/mnw.po (+65/-65)
po/mr.po (+65/-65)
po/ms.po (+65/-65)
po/mus.po (+65/-65)
po/my.po (+65/-65)
po/nb.po (+65/-65)
po/nds.po (+65/-65)
po/ne.po (+65/-65)
po/nl.po (+65/-65)
po/nn.po (+65/-65)
po/oc.po (+65/-65)
po/om.po (+65/-65)
po/pa.po (+65/-65)
po/pam.po (+65/-65)
po/pl.po (+65/-65)
po/ps.po (+65/-65)
po/pt.po (+65/-65)
po/pt_BR.po (+65/-65)
po/qu.po (+65/-65)
po/ro.po (+65/-65)
po/ru.po (+65/-65)
po/rw.po (+65/-65)
po/sc.po (+65/-65)
po/sco.po (+65/-65)
po/sd.po (+65/-65)
po/se.po (+65/-65)
po/shn.po (+65/-65)
po/si.po (+65/-65)
po/sk.po (+65/-65)
po/sl.po (+65/-65)
po/sq.po (+65/-65)
po/sr.po (+65/-65)
po/sv.po (+65/-65)
po/szl.po (+65/-65)
po/ta.po (+65/-65)
po/ta_LK.po (+65/-65)
po/te.po (+65/-65)
po/tg.po (+65/-65)
po/th.po (+65/-65)
po/tl.po (+65/-65)
po/tr.po (+65/-65)
po/ubuntu-release-upgrader.pot (+65/-65)
po/ug.po (+65/-65)
po/uk.po (+65/-65)
po/ur.po (+65/-65)
po/uz.po (+65/-65)
po/vi.po (+65/-65)
po/xh.po (+65/-65)
po/zh_CN.po (+65/-65)
po/zh_HK.po (+65/-65)
po/zh_TW.po (+65/-65)
po/zu.po (+65/-65)
utils/demoted.cfg (+17/-0)
utils/demoted.cfg.jammy (+12/-3)
Reviewer Review Type Date Requested Status
Brian Murray Pending
Review via email: mp+440263@code.launchpad.net

Description of the change

Instead of using string literals like '22.10' for the next Ubuntu version, use distro_info to map the codename to the version string.

This fixes LP: #2015087 and also prevents this from happening again in the future.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/DistUpgrade/DistUpgradeVersion.py b/DistUpgrade/DistUpgradeVersion.py
index 4094985..f8f9ce9 100644
--- a/DistUpgrade/DistUpgradeVersion.py
+++ b/DistUpgrade/DistUpgradeVersion.py
@@ -1 +1 @@
1VERSION = '23.04.2'1VERSION = '23.04.3'
diff --git a/DistUpgrade/DistUpgradeViewGtk3.py b/DistUpgrade/DistUpgradeViewGtk3.py
index d092c90..118f747 100644
--- a/DistUpgrade/DistUpgradeViewGtk3.py
+++ b/DistUpgrade/DistUpgradeViewGtk3.py
@@ -47,11 +47,13 @@ import subprocess
4747
48import apt48import apt
49import apt_pkg49import apt_pkg
50import distro_info
50import os51import os
5152
52from .DistUpgradeApport import run_apport, apport_crash53from .DistUpgradeApport import run_apport, apport_crash
5354
54from .DistUpgradeView import DistUpgradeView, FuzzyTimeToStr, InstallProgress, AcquireProgress55from .DistUpgradeView import DistUpgradeView, FuzzyTimeToStr, InstallProgress, AcquireProgress
56from .DistUpgradeConfigParser import DistUpgradeConfig
55from .telemetry import get as get_telemetry57from .telemetry import get as get_telemetry
56from .SimpleGtk3builderApp import SimpleGtkbuilderApp58from .SimpleGtk3builderApp import SimpleGtkbuilderApp
5759
@@ -450,9 +452,11 @@ class DistUpgradeViewGtk3(DistUpgradeView,SimpleGtkbuilderApp):
450 if not datadir or datadir == '.':452 if not datadir or datadir == '.':
451 localedir=os.path.join(os.getcwd(),"mo")453 localedir=os.path.join(os.getcwd(),"mo")
452 gladedir=os.getcwd()454 gladedir=os.getcwd()
455 self.config = DistUpgradeConfig(os.getcwd())
453 else:456 else:
454 localedir="/usr/share/locale/"457 localedir="/usr/share/locale/"
455 gladedir=os.path.join(datadir, "gtkbuilder")458 gladedir=os.path.join(datadir, "gtkbuilder")
459 self.config = DistUpgradeConfig(datadir)
456460
457 # check if we have a display etc461 # check if we have a display etc
458 Gtk.init_check(sys.argv)462 Gtk.init_check(sys.argv)
@@ -476,8 +480,11 @@ class DistUpgradeViewGtk3(DistUpgradeView,SimpleGtkbuilderApp):
476 logging.debug("error setting default icon, ignoring (%s)" % e)480 logging.debug("error setting default icon, ignoring (%s)" % e)
477 pass481 pass
478482
483 to_dist = self.config.get("Sources", "To")
484 to_version = distro_info.UbuntuDistroInfo().version(to_dist)
485
479 title_string = self.label_title.get_label()486 title_string = self.label_title.get_label()
480 title_string = title_string.replace("%s", "22.10")487 title_string = title_string.replace("%s", to_version)
481 self.label_title.set_label(title_string)488 self.label_title.set_label(title_string)
482489
483 # terminal stuff490 # terminal stuff
diff --git a/DistUpgrade/DistUpgradeViewKDE.py b/DistUpgrade/DistUpgradeViewKDE.py
index c3ee326..f7c241a 100644
--- a/DistUpgrade/DistUpgradeViewKDE.py
+++ b/DistUpgrade/DistUpgradeViewKDE.py
@@ -54,6 +54,7 @@ import traceback
5454
55import apt55import apt
56import apt_pkg56import apt_pkg
57import distro_info
57import shlex # for osrelease58import shlex # for osrelease
58import os59import os
5960
@@ -62,6 +63,7 @@ import pty
62from .DistUpgradeApport import run_apport, apport_crash63from .DistUpgradeApport import run_apport, apport_crash
6364
64from .DistUpgradeView import DistUpgradeView, FuzzyTimeToStr, InstallProgress, AcquireProgress65from .DistUpgradeView import DistUpgradeView, FuzzyTimeToStr, InstallProgress, AcquireProgress
66from .DistUpgradeConfigParser import DistUpgradeConfig
65from .telemetry import get as get_telemetry67from .telemetry import get as get_telemetry
6668
67import select69import select
@@ -568,8 +570,10 @@ class DistUpgradeViewKDE(DistUpgradeView):
568 logger.setLevel(logging.INFO)570 logger.setLevel(logging.INFO)
569 if not datadir or datadir == '.':571 if not datadir or datadir == '.':
570 localedir=os.path.join(os.getcwd(),"mo")572 localedir=os.path.join(os.getcwd(),"mo")
573 self.config = DistUpgradeConfig(os.getcwd())
571 else:574 else:
572 localedir="/usr/share/locale/ubuntu-release-upgrader"575 localedir="/usr/share/locale/ubuntu-release-upgrader"
576 self.config = DistUpgradeConfig(datadir)
573577
574 # FIXME: i18n must be somewhere relative do this dir578 # FIXME: i18n must be somewhere relative do this dir
575 try:579 try:
@@ -637,9 +641,13 @@ class DistUpgradeViewKDE(DistUpgradeView):
637 name = _OSRelease().result["PRETTY_NAME"]641 name = _OSRelease().result["PRETTY_NAME"]
638 if not name or name == "Ubuntu":642 if not name or name == "Ubuntu":
639 name = "Kubuntu"643 name = "Kubuntu"
644
645 to_dist = self.config.get("Sources", "To")
646 to_version = distro_info.UbuntuDistroInfo().version(to_dist)
647
640 title_string = self.window_main.label_title.text()648 title_string = self.window_main.label_title.text()
641 title_string = title_string.replace("Ubuntu", name)649 title_string = title_string.replace("Ubuntu", name)
642 title_string = title_string.replace("%s", "22.10")650 title_string = title_string.replace("%s", to_version)
643 self.window_main.label_title.setText(title_string)651 self.window_main.label_title.setText(title_string)
644652
645 # setup terminal text in hidden by default spot653 # setup terminal text in hidden by default spot
diff --git a/data/mirrors.cfg b/data/mirrors.cfg
index 4adecf3..9ca737b 100644
--- a/data/mirrors.cfg
+++ b/data/mirrors.cfg
@@ -137,7 +137,6 @@ http://ftp.tu-ilmenau.de/mirror/ubuntu/
137http://mirror.as29550.net/archive.ubuntu.com/137http://mirror.as29550.net/archive.ubuntu.com/
138http://mirror.bytemark.co.uk/ubuntu/138http://mirror.bytemark.co.uk/ubuntu/
139http://mirror.corbina.net/ubuntu/139http://mirror.corbina.net/ubuntu/
140http://mirror.timeweb.ru/ubuntu/
141http://mirror.umd.edu/ubuntu/140http://mirror.umd.edu/ubuntu/
142http://mirror.unix-solutions.be/ubuntu/141http://mirror.unix-solutions.be/ubuntu/
143http://mirrors.accretive-networks.net/ubuntu/142http://mirrors.accretive-networks.net/ubuntu/
@@ -185,7 +184,6 @@ http://mirror.vorboss.net/ubuntu-archive/
185http://ubuntu.ethz.ch/ubuntu/184http://ubuntu.ethz.ch/ubuntu/
186http://ftp.fau.de/ubuntu/185http://ftp.fau.de/ubuntu/
187http://mirror.transip.net/ubuntu/ubuntu/186http://mirror.transip.net/ubuntu/ubuntu/
188http://mirror.amsiohosting.net/archive.ubuntu.com/
189http://mirror.uchile.cl/ubuntu/187http://mirror.uchile.cl/ubuntu/
190http://mirrors.aliyun.com/ubuntu/188http://mirrors.aliyun.com/ubuntu/
191http://archive.ubuntu.mirror.rafal.ca/ubuntu/189http://archive.ubuntu.mirror.rafal.ca/ubuntu/
@@ -244,8 +242,6 @@ http://distrib-coffee.ipsl.jussieu.fr/pub/linux/ubuntu/
244http://repo.iut.ac.ir/repo/Ubuntu/242http://repo.iut.ac.ir/repo/Ubuntu/
245http://mirror.previder.nl/ubuntu/243http://mirror.previder.nl/ubuntu/
246http://mirror.team-cymru.org/ubuntu/244http://mirror.team-cymru.org/ubuntu/
247http://mirror.renu.ac.ug/ubuntu/
248http://mirror.library.ucy.ac.cy/linux/ubuntu/archive/
249http://ftp.cc.uoc.gr/mirrors/linux/ubuntu/packages/245http://ftp.cc.uoc.gr/mirrors/linux/ubuntu/packages/
250http://ubuntu.vargonen.com/ubuntu/246http://ubuntu.vargonen.com/ubuntu/
251http://mirrors.vhost.vn/ubuntu/247http://mirrors.vhost.vn/ubuntu/
@@ -361,7 +357,6 @@ http://mirror.as.kamatera.com/ubuntu/
361http://ntc.net.np/ubuntu/357http://ntc.net.np/ubuntu/
362http://www.ubuntu.org.tw/358http://www.ubuntu.org.tw/
363http://dafi.inf.um.es/ubuntu/359http://dafi.inf.um.es/ubuntu/
364http://mirrors.c0urier.net/linux/ubuntu/
365http://ubuntu.uib.no/archive/360http://ubuntu.uib.no/archive/
366http://mirrors.huaweicloud.com/repository/ubuntu/361http://mirrors.huaweicloud.com/repository/ubuntu/
367http://mirrors.eze.sysarmy.com/ubuntu/362http://mirrors.eze.sysarmy.com/ubuntu/
@@ -386,13 +381,9 @@ http://tux.rainside.sk/ubuntu/
386http://mirror.rcg.sfu.ca/mirror/ubuntu/381http://mirror.rcg.sfu.ca/mirror/ubuntu/
387https://mirror.asergo.com/ubuntu/382https://mirror.asergo.com/ubuntu/
388https://mirror.sh.com.tr/ubuntu/383https://mirror.sh.com.tr/ubuntu/
389https://mirror.kumi.systems/ubuntu-ports/
390https://mirror.ufro.cl/ubuntu/384https://mirror.ufro.cl/ubuntu/
391http://mirror.ca-tr.kamatera.com/ubuntu/385http://mirror.ca-tr.kamatera.com/ubuntu/
392https://mirror.kumi.systems/ubuntu/
393https://rs.mirror.kumi.systems/ubuntu/
394http://ubuntu.hbcse.tifr.res.in/ubuntu/386http://ubuntu.hbcse.tifr.res.in/ubuntu/
395https://si.mirror.kumi.systems/ubuntu/
396http://mirror.easyname.at/ubuntu-archive/387http://mirror.easyname.at/ubuntu-archive/
397http://ftp.ntua.gr/ubuntu/388http://ftp.ntua.gr/ubuntu/
398https://mirrors.switch.ca/ubuntu/389https://mirrors.switch.ca/ubuntu/
@@ -401,7 +392,6 @@ https://mirror.dogado.de/ubuntu/
401https://quantum-mirror.hu/mirrors/pub/ubuntu/392https://quantum-mirror.hu/mirrors/pub/ubuntu/
402https://mirror.kku.ac.th/ubuntu/393https://mirror.kku.ac.th/ubuntu/
403http://download.nust.na/pub/ubuntu/ubuntu/394http://download.nust.na/pub/ubuntu/ubuntu/
404http://mirror.0x.sg/ubuntu/
405http://ubuntu.otenet.gr/395http://ubuntu.otenet.gr/
406https://mirrors.bloomu.edu/ubuntu/396https://mirrors.bloomu.edu/ubuntu/
407https://ftp.uni-stuttgart.de/ubuntu/397https://ftp.uni-stuttgart.de/ubuntu/
@@ -420,7 +410,6 @@ https://nl.mirrors.clouvider.net/ubuntu/
420https://mirrors.opensource.is/ubuntu/410https://mirrors.opensource.is/ubuntu/
421https://archive.ubuntu.petiak.ir/ubuntu/411https://archive.ubuntu.petiak.ir/ubuntu/
422https://mirror.linux-ia64.org/ubuntu/412https://mirror.linux-ia64.org/ubuntu/
423https://mirror.faizuladib.com/ubuntu/
424https://atl.mirrors.clouvider.net/ubuntu/413https://atl.mirrors.clouvider.net/ubuntu/
425https://de.mirrors.clouvider.net/ubuntu/414https://de.mirrors.clouvider.net/ubuntu/
426http://mirrors.cmich.edu/ubuntu/415http://mirrors.cmich.edu/ubuntu/
@@ -435,7 +424,6 @@ http://mirror.bizflycloud.vn/ubuntu/
435https://nyc.mirrors.clouvider.net/ubuntu/424https://nyc.mirrors.clouvider.net/ubuntu/
436https://mirror.telepoint.bg/ubuntu/425https://mirror.telepoint.bg/ubuntu/
437https://mirror.de.vangus.co.il/ubuntu/426https://mirror.de.vangus.co.il/ubuntu/
438https://ubuntu.ch.altushost.com/
439https://mirror.sabay.com.kh/ubuntu/427https://mirror.sabay.com.kh/ubuntu/
440https://ubuntu.mirror.shastacoe.net/ubuntu/428https://ubuntu.mirror.shastacoe.net/ubuntu/
441http://ftp.heanet.ie/pub/ubuntu/429http://ftp.heanet.ie/pub/ubuntu/
@@ -463,7 +451,6 @@ https://mirror.xtom.com.hk/ubuntu/
463http://mirror.hostafrica.co.za/ubuntu/451http://mirror.hostafrica.co.za/ubuntu/
464https://mirrors.cloud.tencent.com/ubuntu/452https://mirrors.cloud.tencent.com/ubuntu/
465https://mirror.it4i.cz/ubuntu/453https://mirror.it4i.cz/ubuntu/
466http://ubuntu.hostiran.ir/ubuntuarchive/
467https://mirror.it.ubc.ca/ubuntu/454https://mirror.it.ubc.ca/ubuntu/
468https://mirrors.hit.edu.cn/ubuntu/455https://mirrors.hit.edu.cn/ubuntu/
469https://mirror.realcompute.io/ubuntu/456https://mirror.realcompute.io/ubuntu/
@@ -534,7 +521,6 @@ http://mirrors.cqu.edu.cn/ubuntu/
534https://mirror.ossplanet.net/ubuntu/521https://mirror.ossplanet.net/ubuntu/
535https://lug.mines.edu/mirrors/ubuntu/522https://lug.mines.edu/mirrors/ubuntu/
536http://mirror.cloudhosting.lv/ubuntu/523http://mirror.cloudhosting.lv/ubuntu/
537http://mirror.dlut.edu.cn/ubuntu/
538https://mirror.vpsnet.com/ubuntu/524https://mirror.vpsnet.com/ubuntu/
539https://ftp.ulak.net.tr/ubuntu/525https://ftp.ulak.net.tr/ubuntu/
540https://mirror.dal.nexril.net/ubuntu/526https://mirror.dal.nexril.net/ubuntu/
@@ -545,7 +531,6 @@ https://mirrors.ustc.edu.cn/ubuntu/
545https://mirror.cxserv.de/ubuntu/531https://mirror.cxserv.de/ubuntu/
546https://mirror.cs.pitt.edu/ubuntu/archive/532https://mirror.cs.pitt.edu/ubuntu/archive/
547https://mirror.fcix.net/ubuntu/533https://mirror.fcix.net/ubuntu/
548http://mirror.labkom.id/ubuntu/
549https://mirror.netsite.dk/ubuntu/archive/534https://mirror.netsite.dk/ubuntu/archive/
550https://mirrors.storpool.com/ubuntu/archive/535https://mirrors.storpool.com/ubuntu/archive/
551http://mirror.onevip.mk/ubuntu/536http://mirror.onevip.mk/ubuntu/
@@ -555,7 +540,6 @@ https://linux.domainesia.com/ubuntu/ubuntu-archive/
555http://mirror.kst.asia/ubuntu/540http://mirror.kst.asia/ubuntu/
556https://mirror.hep.gg/ubuntu/541https://mirror.hep.gg/ubuntu/
557https://mirror.nevacloud.com/ubuntu/ubuntu-archive/542https://mirror.nevacloud.com/ubuntu/ubuntu-archive/
558http://mirror.cedille.club/ubuntu/
559https://mirror.clarkson.edu/ubuntu/543https://mirror.clarkson.edu/ubuntu/
560https://mirrors.gbnetwork.com/ubuntu/544https://mirrors.gbnetwork.com/ubuntu/
561http://ftp.mirror.tw/pub/ubuntu/ubuntu/545http://ftp.mirror.tw/pub/ubuntu/ubuntu/
@@ -612,7 +596,6 @@ http://mirrors.dgut.edu.cn/ubuntu/
612https://mirrors.bfsu.edu.cn/ubuntu/596https://mirrors.bfsu.edu.cn/ubuntu/
613http://mirror.kapteyan.com.tr/ubuntu/597http://mirror.kapteyan.com.tr/ubuntu/
614https://us.mirror.nsec.pt/ubuntu/598https://us.mirror.nsec.pt/ubuntu/
615https://mirror.linux.pizza/ubuntu/
616https://mirror.hnd.cl/ubuntu/599https://mirror.hnd.cl/ubuntu/
617https://edgeuno-bog2.mm.fcix.net/ubuntu/600https://edgeuno-bog2.mm.fcix.net/ubuntu/
618https://devpg.net/ubuntu/601https://devpg.net/ubuntu/
@@ -620,16 +603,12 @@ https://mirrors.iu13.net/ubuntu/
620http://mirror.infomaniak.ch/ubuntu/603http://mirror.infomaniak.ch/ubuntu/
621http://mirror.cloudxchange.id/ubuntu/604http://mirror.cloudxchange.id/ubuntu/
622https://ubuntu-mirror.cloud.mu/ubuntu-ports/605https://ubuntu-mirror.cloud.mu/ubuntu-ports/
623http://mirrors-ca.muzzy.us/ubuntu/
624https://hr.mirror.kumi.systems/ubuntu/
625https://mirror.xtx.cloud/ubuntu/606https://mirror.xtx.cloud/ubuntu/
626https://mirror.yer.az/ubuntu/archive/607https://mirror.yer.az/ubuntu/archive/
627https://mirror.rasanegar.com/ubuntu/608https://mirror.rasanegar.com/ubuntu/
628https://ubuntu-archive.mirror.net.in/
629https://mirrors.sarak.as/ubuntu/609https://mirrors.sarak.as/ubuntu/
630https://mirror.enzu.com/ubuntu/610https://mirror.enzu.com/ubuntu/
631https://mirrors.hostico.ro/ubuntu/archive/611https://mirrors.hostico.ro/ubuntu/archive/
632https://ubuntu.brontocdn.com/
633http://mirror.lostpacket.org/ubuntu/612http://mirror.lostpacket.org/ubuntu/
634https://ubuntu.mirrors.orange.ro/ubuntu/613https://ubuntu.mirrors.orange.ro/ubuntu/
635https://ubuntu.repo.cure.edu.uy/mirror/614https://ubuntu.repo.cure.edu.uy/mirror/
@@ -642,6 +621,21 @@ https://ir.ubuntu.sindad.cloud/ubuntu/
642http://mirror.rise.ph/ubuntu/621http://mirror.rise.ph/ubuntu/
643http://0ms.run/mirrors/mirror.enzu.com/ubuntu/622http://0ms.run/mirrors/mirror.enzu.com/ubuntu/
644https://mirrors.united.cd/ubuntu/623https://mirrors.united.cd/ubuntu/
645https://labs.etsit.urjc.es/ubuntu/
646http://mirror.bg.host.ag/ubuntu/624http://mirror.bg.host.ag/ubuntu/
647https://mirror.0-1.cloud/ubuntu/625https://mirror.0-1.cloud/ubuntu/
626https://mirrors-ubuntu.behostings.com/ubuntu/
627https://mirror.dewabiz.com/ubuntu/
628https://mirror.elice.io/ubuntu/
629https://mirrors.xjtu.edu.cn/ubuntu/
630http://sft.if.usp.br/ubuntu/
631https://mirrors.c0urier.net/linux/ubuntu/
632https://mirror.servaxnet.com/ubuntu/
633http://mirror.vietnix.vn/ubuntu/
634https://ubuntu.hostiran.ir/ubuntuarchive/
635http://repo.ugm.ac.id/ubuntu/
636https://mirrors.zju.edu.cn/ubuntu/
637http://mirror.espol.edu.ec/ubuntu/
638https://mirror.papua.go.id/ubuntu/
639http://ubuntu.mirror.iweb.ca/
640https://labs.eif.urjc.es/mirror/ubuntu/
641https://ubuntu.uvigo.es/
diff --git a/debian/changelog b/debian/changelog
index ed1bd67..b991c7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1ubuntu-release-upgrader (1:23.04.3) lunar; urgency=medium
2
3 * DistUpgrade: Dynamically get new version string for UI labels (LP: #2015087)
4 * Run pre-build.sh: updating mirrors, demotions, and translations.
5
6 -- Nick Rosbrook <nick.rosbrook@canonical.com> Mon, 03 Apr 2023 12:39:16 -0400
7
1ubuntu-release-upgrader (1:23.04.2) lunar; urgency=medium8ubuntu-release-upgrader (1:23.04.2) lunar; urgency=medium
29
3 [ Nick Rosbrook ]10 [ Nick Rosbrook ]
diff --git a/po/af.po b/po/af.po
index 5b0f52b..fa28fc6 100644
--- a/po/af.po
+++ b/po/af.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2013-05-22 11:00+0000\n"12"PO-Revision-Date: 2013-05-22 11:00+0000\n"
13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"
14"Language-Team: Afrikaans <af@li.org>\n"14"Language-Team: Afrikaans <af@li.org>\n"
@@ -1013,7 +1013,7 @@ msgid "&Upgrade"
1013msgstr "&Opgradering"1013msgstr "&Opgradering"
10141014
1015#: ../DistUpgrade/DistUpgradeFetcherKDE.py:1541015#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
1016#: ../DistUpgrade/DistUpgradeViewKDE.py:6821016#: ../DistUpgrade/DistUpgradeViewKDE.py:690
1017msgid "&Cancel"1017msgid "&Cancel"
1018msgstr "&Kanselleer"1018msgstr "&Kanselleer"
10191019
@@ -1043,8 +1043,8 @@ msgstr "Lêer %s van %s"
10431043
1044#. print("mediaChange %s %s" % (medium, drive))1044#. print("mediaChange %s %s" % (medium, drive))
1045#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2351045#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
1046#: ../DistUpgrade/DistUpgradeViewGtk3.py:1251046#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
1047#: ../DistUpgrade/DistUpgradeViewKDE.py:3001047#: ../DistUpgrade/DistUpgradeViewKDE.py:302
1048#, python-format1048#, python-format
1049msgid "Please insert '%s' into the drive '%s'"1049msgid "Please insert '%s' into the drive '%s'"
1050msgstr "Plaas asseblief '%s' in dryf '%s'"1050msgstr "Plaas asseblief '%s' in dryf '%s'"
@@ -1052,7 +1052,7 @@ msgstr "Plaas asseblief '%s' in dryf '%s'"
1052#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2371052#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
1053#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2421053#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
1054#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2431054#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
1055#: ../DistUpgrade/DistUpgradeViewKDE.py:3011055#: ../DistUpgrade/DistUpgradeViewKDE.py:303
1056msgid "Media Change"1056msgid "Media Change"
1057msgstr "Media verwisseling"1057msgstr "Media verwisseling"
10581058
@@ -1351,27 +1351,27 @@ msgstr "Stel datadir"
1351msgid "Upgrade to the development release"1351msgid "Upgrade to the development release"
1352msgstr "Opgradeer na die ontwikkeling vrystelling"1352msgstr "Opgradeer na die ontwikkeling vrystelling"
13531353
1354#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461354#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1355#: ../DistUpgrade/DistUpgradeViewKDE.py:3141355#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1356msgid "Fetching is complete"1356msgid "Fetching is complete"
1357msgstr "Fetching voltooi is"1357msgstr "Fetching voltooi is"
13581358
1359#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611359#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1360#: ../DistUpgrade/DistUpgradeViewKDE.py:3301360#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1361#, python-format1361#, python-format
1362msgid "Fetching file %li of %li at %sB/s"1362msgid "Fetching file %li of %li at %sB/s"
1363msgstr "Haal lêer %li van %li teen %sB/s"1363msgstr "Haal lêer %li van %li teen %sB/s"
13641364
1365#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631365#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1366#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251366#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1367#: ../DistUpgrade/DistUpgradeViewKDE.py:3311367#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1368#: ../DistUpgrade/DistUpgradeViewKDE.py:4811368#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1369#, python-format1369#, python-format
1370msgid "About %s remaining"1370msgid "About %s remaining"
1371msgstr "Omtrent %s oorblywende"1371msgstr "Omtrent %s oorblywende"
13721372
1373#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661373#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1374#: ../DistUpgrade/DistUpgradeViewKDE.py:3331374#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1375#, python-format1375#, python-format
1376msgid "Fetching file %li of %li"1376msgid "Fetching file %li of %li"
1377msgstr "Haal lêer %li van %li"1377msgstr "Haal lêer %li van %li"
@@ -1379,25 +1379,25 @@ msgstr "Haal lêer %li van %li"
1379#. FIXME: add support for the timeout1379#. FIXME: add support for the timeout
1380#. of the terminal (to display something useful then)1380#. of the terminal (to display something useful then)
1381#. -> longer term, move this code into python-apt1381#. -> longer term, move this code into python-apt
1382#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981382#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1383#: ../DistUpgrade/DistUpgradeViewKDE.py:3711383#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1384msgid "Applying changes"1384msgid "Applying changes"
1385msgstr "Pas veranderings toe"1385msgstr "Pas veranderings toe"
13861386
1387#. we do not report followup errors from earlier failures1387#. we do not report followup errors from earlier failures
1388#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241388#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1389#: ../DistUpgrade/DistUpgradeViewKDE.py:3841389#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1390msgid "dependency problems - leaving unconfigured"1390msgid "dependency problems - leaving unconfigured"
1391msgstr "afhanklikheid probleme - verlaat ongekonfigureerde"1391msgstr "afhanklikheid probleme - verlaat ongekonfigureerde"
13921392
1393#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291393#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1394#: ../DistUpgrade/DistUpgradeViewKDE.py:3861394#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1395#, python-format1395#, python-format
1396msgid "Could not install '%s'"1396msgid "Could not install '%s'"
1397msgstr "Kon nie '%s' installeer nie"1397msgstr "Kon nie '%s' installeer nie"
13981398
1399#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301399#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1400#: ../DistUpgrade/DistUpgradeViewKDE.py:3871400#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1401#, python-format1401#, python-format
1402msgid ""1402msgid ""
1403"The upgrade will continue but the '%s' package may not be in a working "1403"The upgrade will continue but the '%s' package may not be in a working "
@@ -1407,8 +1407,8 @@ msgstr ""
1407"werkende toestand nie. Oorweeg dit asseblief om hierdie fout te rapporteer."1407"werkende toestand nie. Oorweeg dit asseblief om hierdie fout te rapporteer."
14081408
1409#. self.expander.set_expanded(True)1409#. self.expander.set_expanded(True)
1410#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471410#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1411#: ../DistUpgrade/DistUpgradeViewKDE.py:4091411#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1412#, python-format1412#, python-format
1413msgid ""1413msgid ""
1414"Replace the customized configuration file\n"1414"Replace the customized configuration file\n"
@@ -1417,8 +1417,8 @@ msgstr ""
1417"Vervang die pasgemaakte konfigurasie lêer\n"1417"Vervang die pasgemaakte konfigurasie lêer\n"
1418"'%s'?"1418"'%s'?"
14191419
1420#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481420#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1421#: ../DistUpgrade/DistUpgradeViewKDE.py:4101421#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1422msgid ""1422msgid ""
1423"You will lose any changes you have made to this configuration file if you "1423"You will lose any changes you have made to this configuration file if you "
1424"choose to replace it with a newer version."1424"choose to replace it with a newer version."
@@ -1426,17 +1426,17 @@ msgstr ""
1426"U sal enige veranderinge wat u aan hierdie instellingslêer gemaak het "1426"U sal enige veranderinge wat u aan hierdie instellingslêer gemaak het "
1427"verloor indien u kies om dit met 'n nuwer weergawe te vervang."1427"verloor indien u kies om dit met 'n nuwer weergawe te vervang."
14281428
1429#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681429#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1430#: ../DistUpgrade/DistUpgradeViewKDE.py:4331430#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1431msgid "The 'diff' command was not found"1431msgid "The 'diff' command was not found"
1432msgstr "Die 'diff' bevel is nie gevind nie"1432msgstr "Die 'diff' bevel is nie gevind nie"
14331433
1434#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351434#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1435#: ../DistUpgrade/DistUpgradeViewText.py:1401435#: ../DistUpgrade/DistUpgradeViewText.py:140
1436msgid "A fatal error occurred"1436msgid "A fatal error occurred"
1437msgstr "'n Fatale fout het voorgekom"1437msgstr "'n Fatale fout het voorgekom"
14381438
1439#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361439#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1440msgid ""1440msgid ""
1441"Please report this as a bug (if you haven't already) and include the files /"1441"Please report this as a bug (if you haven't already) and include the files /"
1442"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1442"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1449,11 +1449,11 @@ msgstr ""
1449"Jou oorspronklike sources.list was gestoor in /etc/apt/sources.list."1449"Jou oorspronklike sources.list was gestoor in /etc/apt/sources.list."
1450"distUpgrade."1450"distUpgrade."
14511451
1452#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661452#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1453msgid "Ctrl-c pressed"1453msgid "Ctrl-c pressed"
1454msgstr "Ctrl-c gedruk"1454msgstr "Ctrl-c gedruk"
14551455
1456#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671456#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1457msgid ""1457msgid ""
1458"This will abort the operation and may leave the system in a broken state. "1458"This will abort the operation and may leave the system in a broken state. "
1459"Are you sure you want to do that?"1459"Are you sure you want to do that?"
@@ -1462,132 +1462,132 @@ msgstr ""
1462"Is jy seker jy wil dit doen?"1462"Is jy seker jy wil dit doen?"
14631463
1464#. append warning1464#. append warning
1465#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061465#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1466msgid "To prevent data loss close all open applications and documents."1466msgid "To prevent data loss close all open applications and documents."
1467msgstr ""1467msgstr ""
1468"Om dataverlies te voorkom, sluit asseblief alle toepassings en dokumente."1468"Om dataverlies te voorkom, sluit asseblief alle toepassings en dokumente."
14691469
1470#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201470#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1471#, python-format1471#, python-format
1472msgid "No longer supported by Canonical (%s)"1472msgid "No longer supported by Canonical (%s)"
1473msgstr "Nie meer ondersteun deur Canonical (%s)"1473msgstr "Nie meer ondersteun deur Canonical (%s)"
14741474
1475#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211475#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1476#, python-format1476#, python-format
1477msgid "<b>Downgrade (%s)</b>"1477msgid "<b>Downgrade (%s)</b>"
1478msgstr "<b>Afgradeer (%s)</b>"1478msgstr "<b>Afgradeer (%s)</b>"
14791479
1480#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221480#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1481#, python-format1481#, python-format
1482msgid "Remove (%s)"1482msgid "Remove (%s)"
1483msgstr "Verwyder (%s)"1483msgstr "Verwyder (%s)"
14841484
1485#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231485#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1486#, python-format1486#, python-format
1487msgid "No longer needed (%s)"1487msgid "No longer needed (%s)"
1488msgstr "Nie meer nodig (%s)"1488msgstr "Nie meer nodig (%s)"
14891489
1490#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241490#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1491#, python-format1491#, python-format
1492msgid "Install (%s)"1492msgid "Install (%s)"
1493msgstr "Installeer (%s)"1493msgstr "Installeer (%s)"
14941494
1495#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251495#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1496#, python-format1496#, python-format
1497msgid "Upgrade (%s)"1497msgid "Upgrade (%s)"
1498msgstr "Opgrader (%s)"1498msgstr "Opgrader (%s)"
14991499
1500#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731500#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1501msgid "Cancel"1501msgid "Cancel"
1502msgstr "Kanselleer"1502msgstr "Kanselleer"
15031503
1504#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741504#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1505#: ../DistUpgrade/DistUpgradeViewKDE.py:9061505#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1506msgid "Continue"1506msgid "Continue"
1507msgstr "Voortgaan"1507msgstr "Voortgaan"
15081508
1509#: ../DistUpgrade/DistUpgradeViewKDE.py:4451509#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1510msgid "Show Difference >>>"1510msgid "Show Difference >>>"
1511msgstr "Toon verskil >>>"1511msgstr "Toon verskil >>>"
15121512
1513#: ../DistUpgrade/DistUpgradeViewKDE.py:4481513#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1514msgid "<<< Hide Difference"1514msgid "<<< Hide Difference"
1515msgstr "<<< Versteek verskil"1515msgstr "<<< Versteek verskil"
15161516
1517#: ../DistUpgrade/DistUpgradeViewKDE.py:6681517#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1518msgid "Error"1518msgid "Error"
1519msgstr "Fout"1519msgstr "Fout"
15201520
1521#: ../DistUpgrade/DistUpgradeViewKDE.py:6861521#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1522#: ../DistUpgrade/DistUpgradeViewKDE.py:9271522#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1523msgid "&Close"1523msgid "&Close"
1524msgstr "&Sluit"1524msgstr "&Sluit"
15251525
1526#: ../DistUpgrade/DistUpgradeViewKDE.py:7201526#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1527msgid "Show Terminal >>>"1527msgid "Show Terminal >>>"
1528msgstr "Wys Terminale >>>"1528msgstr "Wys Terminale >>>"
15291529
1530#: ../DistUpgrade/DistUpgradeViewKDE.py:7231530#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1531msgid "<<< Hide Terminal"1531msgid "<<< Hide Terminal"
1532msgstr "<<< Versteek Terminaal"1532msgstr "<<< Versteek Terminaal"
15331533
1534#: ../DistUpgrade/DistUpgradeViewKDE.py:7961534#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1535msgid "Information"1535msgid "Information"
1536msgstr "Inligting"1536msgstr "Inligting"
15371537
1538#: ../DistUpgrade/DistUpgradeViewKDE.py:8441538#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1539msgid "&Start Upgrade"1539msgid "&Start Upgrade"
1540msgstr "&Begin Opgrader"1540msgstr "&Begin Opgrader"
15411541
1542#: ../DistUpgrade/DistUpgradeViewKDE.py:8461542#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1543#: ../DistUpgrade/DistUpgradeViewKDE.py:8901543#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1544#: ../DistUpgrade/DistUpgradeViewKDE.py:8931544#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1545#: ../data/gtkbuilder/DistUpgrade.ui.h:71545#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1546msgid "Details"1546msgid "Details"
1547msgstr "Besonderhede"1547msgstr "Besonderhede"
15481548
1549#: ../DistUpgrade/DistUpgradeViewKDE.py:8681549#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1550#, python-format1550#, python-format
1551msgid "No longer supported %s"1551msgid "No longer supported %s"
1552msgstr "Nie meer ondersteun %s"1552msgstr "Nie meer ondersteun %s"
15531553
1554#: ../DistUpgrade/DistUpgradeViewKDE.py:8701554#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1555#, python-format1555#, python-format
1556msgid "Remove %s"1556msgid "Remove %s"
1557msgstr "Verwyder %s"1557msgstr "Verwyder %s"
15581558
1559#: ../DistUpgrade/DistUpgradeViewKDE.py:8721559#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1560#: ../DistUpgrade/DistUpgradeViewText.py:2391560#: ../DistUpgrade/DistUpgradeViewText.py:239
1561#, python-format1561#, python-format
1562msgid "Remove (was auto installed) %s"1562msgid "Remove (was auto installed) %s"
1563msgstr "Verwyder (is outomaties geïinstalleer) %s"1563msgstr "Verwyder (is outomaties geïinstalleer) %s"
15641564
1565#: ../DistUpgrade/DistUpgradeViewKDE.py:8741565#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1566#, python-format1566#, python-format
1567msgid "Install %s"1567msgid "Install %s"
1568msgstr "Installeer %s"1568msgstr "Installeer %s"
15691569
1570#: ../DistUpgrade/DistUpgradeViewKDE.py:8761570#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1571#, python-format1571#, python-format
1572msgid "Upgrade %s"1572msgid "Upgrade %s"
1573msgstr "Opgradeer %s"1573msgstr "Opgradeer %s"
15741574
1575#: ../DistUpgrade/DistUpgradeViewKDE.py:9231575#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1576#: ../DistUpgrade/DistUpgradeViewText.py:2921576#: ../DistUpgrade/DistUpgradeViewText.py:292
1577msgid "Restart required"1577msgid "Restart required"
1578msgstr "Herlaai benodig"1578msgstr "Herlaai benodig"
15791579
1580#: ../DistUpgrade/DistUpgradeViewKDE.py:9231580#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1581msgid "<b><big>Restart the system to complete the upgrade</big></b>"1581msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1582msgstr "<b><big>Herlaai die sisteem om die opgradering te voltooi</big></b>"1582msgstr "<b><big>Herlaai die sisteem om die opgradering te voltooi</big></b>"
15831583
1584#: ../DistUpgrade/DistUpgradeViewKDE.py:9261584#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1585#: ../data/gtkbuilder/DistUpgrade.ui.h:141585#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1586msgid "_Restart Now"1586msgid "_Restart Now"
1587msgstr "He_rlaai nou"1587msgstr "He_rlaai nou"
15881588
1589#. FIXME make this user friendly1589#. FIXME make this user friendly
1590#: ../DistUpgrade/DistUpgradeViewKDE.py:9441590#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1591msgid ""1591msgid ""
1592"<b><big>Cancel the running upgrade?</big></b>\n"1592"<b><big>Cancel the running upgrade?</big></b>\n"
1593"\n"1593"\n"
@@ -1599,7 +1599,7 @@ msgstr ""
1599"Die stelsel kan in 'n onbruikbare staat wees as jy die opgrader kanselleer. "1599"Die stelsel kan in 'n onbruikbare staat wees as jy die opgrader kanselleer. "
1600"Jy word sterk aangeraai om die opgrader te hervat."1600"Jy word sterk aangeraai om die opgrader te hervat."
16011601
1602#: ../DistUpgrade/DistUpgradeViewKDE.py:9481602#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1603msgid "Cancel Upgrade?"1603msgid "Cancel Upgrade?"
1604msgstr "Opgradering kanselleer?"1604msgstr "Opgradering kanselleer?"
16051605
diff --git a/po/am.po b/po/am.po
index 8d5f112..a6b1d56 100644
--- a/po/am.po
+++ b/po/am.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2013-05-22 11:00+0000\n"12"PO-Revision-Date: 2013-05-22 11:00+0000\n"
13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"
14"Language-Team: Amharic <am@li.org>\n"14"Language-Team: Amharic <am@li.org>\n"
@@ -918,7 +918,7 @@ msgid "&Upgrade"
918msgstr "&ማሻሻያ"918msgstr "&ማሻሻያ"
919919
920#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154920#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
921#: ../DistUpgrade/DistUpgradeViewKDE.py:682921#: ../DistUpgrade/DistUpgradeViewKDE.py:690
922msgid "&Cancel"922msgid "&Cancel"
923msgstr "&መሰረዣ"923msgstr "&መሰረዣ"
924924
@@ -948,8 +948,8 @@ msgstr "ፋይል %s ከ %s"
948948
949#. print("mediaChange %s %s" % (medium, drive))949#. print("mediaChange %s %s" % (medium, drive))
950#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235950#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
951#: ../DistUpgrade/DistUpgradeViewGtk3.py:125951#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
952#: ../DistUpgrade/DistUpgradeViewKDE.py:300952#: ../DistUpgrade/DistUpgradeViewKDE.py:302
953#, python-format953#, python-format
954msgid "Please insert '%s' into the drive '%s'"954msgid "Please insert '%s' into the drive '%s'"
955msgstr "እባክዎ ያስገቡ '%s' በመንጂያው ውስጥ '%s'"955msgstr "እባክዎ ያስገቡ '%s' በመንጂያው ውስጥ '%s'"
@@ -957,7 +957,7 @@ msgstr "እባክዎ ያስገቡ '%s' በመንጂያው ውስጥ '%s'"
957#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237957#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
958#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242958#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
959#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243959#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
960#: ../DistUpgrade/DistUpgradeViewKDE.py:301960#: ../DistUpgrade/DistUpgradeViewKDE.py:303
961msgid "Media Change"961msgid "Media Change"
962msgstr "የሜዲያ ለውጥ"962msgstr "የሜዲያ ለውጥ"
963963
@@ -1226,27 +1226,27 @@ msgstr "የ ዳታ ዳይሬክቶሪ ማሰናጃ"
1226msgid "Upgrade to the development release"1226msgid "Upgrade to the development release"
1227msgstr "ማሻሻያ ወደ አበልፃጊዎች እትም"1227msgstr "ማሻሻያ ወደ አበልፃጊዎች እትም"
12281228
1229#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461229#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1230#: ../DistUpgrade/DistUpgradeViewKDE.py:3141230#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1231msgid "Fetching is complete"1231msgid "Fetching is complete"
1232msgstr "ሄዶ ማምጣት ተጠናቋል"1232msgstr "ሄዶ ማምጣት ተጠናቋል"
12331233
1234#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611234#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1235#: ../DistUpgrade/DistUpgradeViewKDE.py:3301235#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1236#, python-format1236#, python-format
1237msgid "Fetching file %li of %li at %sB/s"1237msgid "Fetching file %li of %li at %sB/s"
1238msgstr "ፋይል ሄዳ በማምጣት ላይ %li ከ %li ወደ %sቢ/ሰ"1238msgstr "ፋይል ሄዳ በማምጣት ላይ %li ከ %li ወደ %sቢ/ሰ"
12391239
1240#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631240#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1241#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251241#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1242#: ../DistUpgrade/DistUpgradeViewKDE.py:3311242#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1243#: ../DistUpgrade/DistUpgradeViewKDE.py:4811243#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1244#, python-format1244#, python-format
1245msgid "About %s remaining"1245msgid "About %s remaining"
1246msgstr "ስለ %s ቀሪው"1246msgstr "ስለ %s ቀሪው"
12471247
1248#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661248#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1249#: ../DistUpgrade/DistUpgradeViewKDE.py:3331249#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1250#, python-format1250#, python-format
1251msgid "Fetching file %li of %li"1251msgid "Fetching file %li of %li"
1252msgstr "ፋይል ሄዶ ማምጣት %li ከ %li"1252msgstr "ፋይል ሄዶ ማምጣት %li ከ %li"
@@ -1254,25 +1254,25 @@ msgstr "ፋይል ሄዶ ማምጣት %li ከ %li"
1254#. FIXME: add support for the timeout1254#. FIXME: add support for the timeout
1255#. of the terminal (to display something useful then)1255#. of the terminal (to display something useful then)
1256#. -> longer term, move this code into python-apt1256#. -> longer term, move this code into python-apt
1257#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981257#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1258#: ../DistUpgrade/DistUpgradeViewKDE.py:3711258#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1259msgid "Applying changes"1259msgid "Applying changes"
1260msgstr "ለውጦችን በመፈጸም ላይ"1260msgstr "ለውጦችን በመፈጸም ላይ"
12611261
1262#. we do not report followup errors from earlier failures1262#. we do not report followup errors from earlier failures
1263#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241263#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1264#: ../DistUpgrade/DistUpgradeViewKDE.py:3841264#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1265msgid "dependency problems - leaving unconfigured"1265msgid "dependency problems - leaving unconfigured"
1266msgstr "የ ጥገኝነት ችግር - ሳይሰናድ መተው"1266msgstr "የ ጥገኝነት ችግር - ሳይሰናድ መተው"
12671267
1268#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291268#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1269#: ../DistUpgrade/DistUpgradeViewKDE.py:3861269#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1270#, python-format1270#, python-format
1271msgid "Could not install '%s'"1271msgid "Could not install '%s'"
1272msgstr "መግጠም አልተቻለም '%s'"1272msgstr "መግጠም አልተቻለም '%s'"
12731273
1274#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301274#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1275#: ../DistUpgrade/DistUpgradeViewKDE.py:3871275#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1276#, python-format1276#, python-format
1277msgid ""1277msgid ""
1278"The upgrade will continue but the '%s' package may not be in a working "1278"The upgrade will continue but the '%s' package may not be in a working "
@@ -1280,8 +1280,8 @@ msgid ""
1280msgstr "ማሻያው ይቀጥላል ነገር ግን '%s' ጥቅሉ ላይሰራ ይችላል: እባክዎን ችግሩን ያስውቁ"1280msgstr "ማሻያው ይቀጥላል ነገር ግን '%s' ጥቅሉ ላይሰራ ይችላል: እባክዎን ችግሩን ያስውቁ"
12811281
1282#. self.expander.set_expanded(True)1282#. self.expander.set_expanded(True)
1283#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471283#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1284#: ../DistUpgrade/DistUpgradeViewKDE.py:4091284#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1285#, python-format1285#, python-format
1286msgid ""1286msgid ""
1287"Replace the customized configuration file\n"1287"Replace the customized configuration file\n"
@@ -1290,24 +1290,24 @@ msgstr ""
1290"የ ተቀየረውን የ ማዋቀሪያ ፋይል ማስተካከያ\n"1290"የ ተቀየረውን የ ማዋቀሪያ ፋይል ማስተካከያ\n"
1291"'%s'?"1291"'%s'?"
12921292
1293#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481293#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1294#: ../DistUpgrade/DistUpgradeViewKDE.py:4101294#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1295msgid ""1295msgid ""
1296"You will lose any changes you have made to this configuration file if you "1296"You will lose any changes you have made to this configuration file if you "
1297"choose to replace it with a newer version."1297"choose to replace it with a newer version."
1298msgstr "እርስዎ የ ቀየሩት ለውጦች በዚህ ማሰናጃ ውስጥ ይጠፋል እርስዎ አዲሱን እትም መቀየር ከ ፈለጉ"1298msgstr "እርስዎ የ ቀየሩት ለውጦች በዚህ ማሰናጃ ውስጥ ይጠፋል እርስዎ አዲሱን እትም መቀየር ከ ፈለጉ"
12991299
1300#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681300#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1301#: ../DistUpgrade/DistUpgradeViewKDE.py:4331301#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1302msgid "The 'diff' command was not found"1302msgid "The 'diff' command was not found"
1303msgstr "የ 'diff' ትእዛዝ አልተገኘም"1303msgstr "የ 'diff' ትእዛዝ አልተገኘም"
13041304
1305#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351305#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1306#: ../DistUpgrade/DistUpgradeViewText.py:1401306#: ../DistUpgrade/DistUpgradeViewText.py:140
1307msgid "A fatal error occurred"1307msgid "A fatal error occurred"
1308msgstr "አደገኛ ስህተት ተፈጥሯል"1308msgstr "አደገኛ ስህተት ተፈጥሯል"
13091309
1310#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361310#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1311msgid ""1311msgid ""
1312"Please report this as a bug (if you haven't already) and include the files /"1312"Please report this as a bug (if you haven't already) and include the files /"
1313"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1313"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1319,142 +1319,142 @@ msgstr ""
1319"aborted.\n"1319"aborted.\n"
1320"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."1320"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."
13211321
1322#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661322#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1323msgid "Ctrl-c pressed"1323msgid "Ctrl-c pressed"
1324msgstr "ኮንትሮል-ሲ መጫን"1324msgstr "ኮንትሮል-ሲ መጫን"
13251325
1326#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671326#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1327msgid ""1327msgid ""
1328"This will abort the operation and may leave the system in a broken state. "1328"This will abort the operation and may leave the system in a broken state. "
1329"Are you sure you want to do that?"1329"Are you sure you want to do that?"
1330msgstr "ይህ ተግባሩን ያቋርጣል እና ስርአቱን በተሰበረ ሁኔታ ላይ ይተወዋል ፤ በእርግጥ ይህን ማድረግ ይፈልጋሉ?"1330msgstr "ይህ ተግባሩን ያቋርጣል እና ስርአቱን በተሰበረ ሁኔታ ላይ ይተወዋል ፤ በእርግጥ ይህን ማድረግ ይፈልጋሉ?"
13311331
1332#. append warning1332#. append warning
1333#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061333#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1334msgid "To prevent data loss close all open applications and documents."1334msgid "To prevent data loss close all open applications and documents."
1335msgstr "የተከፈቱ መተግበሪያዎች እና ሰነዶችን ይዝጉ ዳታዎች እንዳይጠፉ ለመከላከል"1335msgstr "የተከፈቱ መተግበሪያዎች እና ሰነዶችን ይዝጉ ዳታዎች እንዳይጠፉ ለመከላከል"
13361336
1337#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201337#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1338#, python-format1338#, python-format
1339msgid "No longer supported by Canonical (%s)"1339msgid "No longer supported by Canonical (%s)"
1340msgstr "በ Canonical አይደገፍም (%s)"1340msgstr "በ Canonical አይደገፍም (%s)"
13411341
1342#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211342#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1343#, python-format1343#, python-format
1344msgid "<b>Downgrade (%s)</b>"1344msgid "<b>Downgrade (%s)</b>"
1345msgstr "<b>ዝቅ ማድረጊያ (%s)</b>"1345msgstr "<b>ዝቅ ማድረጊያ (%s)</b>"
13461346
1347#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221347#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1348#, python-format1348#, python-format
1349msgid "Remove (%s)"1349msgid "Remove (%s)"
1350msgstr "ማስወገጃ (%s)"1350msgstr "ማስወገጃ (%s)"
13511351
1352#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231352#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1353#, python-format1353#, python-format
1354msgid "No longer needed (%s)"1354msgid "No longer needed (%s)"
1355msgstr "አስፈላጊ አይደለም (%s)"1355msgstr "አስፈላጊ አይደለም (%s)"
13561356
1357#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241357#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1358#, python-format1358#, python-format
1359msgid "Install (%s)"1359msgid "Install (%s)"
1360msgstr "መግጠሚያ (%s)"1360msgstr "መግጠሚያ (%s)"
13611361
1362#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251362#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1363#, python-format1363#, python-format
1364msgid "Upgrade (%s)"1364msgid "Upgrade (%s)"
1365msgstr "ማሻሻያ (%s)"1365msgstr "ማሻሻያ (%s)"
13661366
1367#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731367#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1368msgid "Cancel"1368msgid "Cancel"
1369msgstr ""1369msgstr ""
13701370
1371#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741371#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1372#: ../DistUpgrade/DistUpgradeViewKDE.py:9061372#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1373msgid "Continue"1373msgid "Continue"
1374msgstr ""1374msgstr ""
13751375
1376#: ../DistUpgrade/DistUpgradeViewKDE.py:4451376#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1377msgid "Show Difference >>>"1377msgid "Show Difference >>>"
1378msgstr "ልዩነቱን ማሳያ >>>"1378msgstr "ልዩነቱን ማሳያ >>>"
13791379
1380#: ../DistUpgrade/DistUpgradeViewKDE.py:4481380#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1381msgid "<<< Hide Difference"1381msgid "<<< Hide Difference"
1382msgstr "<<< ልዩነቱን መደበቂያ"1382msgstr "<<< ልዩነቱን መደበቂያ"
13831383
1384#: ../DistUpgrade/DistUpgradeViewKDE.py:6681384#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1385msgid "Error"1385msgid "Error"
1386msgstr "ስህተት"1386msgstr "ስህተት"
13871387
1388#: ../DistUpgrade/DistUpgradeViewKDE.py:6861388#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1389#: ../DistUpgrade/DistUpgradeViewKDE.py:9271389#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1390msgid "&Close"1390msgid "&Close"
1391msgstr "&መዝጊያ"1391msgstr "&መዝጊያ"
13921392
1393#: ../DistUpgrade/DistUpgradeViewKDE.py:7201393#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1394msgid "Show Terminal >>>"1394msgid "Show Terminal >>>"
1395msgstr "ተርሚናልን ማሳያ >>>"1395msgstr "ተርሚናልን ማሳያ >>>"
13961396
1397#: ../DistUpgrade/DistUpgradeViewKDE.py:7231397#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1398msgid "<<< Hide Terminal"1398msgid "<<< Hide Terminal"
1399msgstr "<<< ተርሚናልን መደበቂያ"1399msgstr "<<< ተርሚናልን መደበቂያ"
14001400
1401#: ../DistUpgrade/DistUpgradeViewKDE.py:7961401#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1402msgid "Information"1402msgid "Information"
1403msgstr "መረጃ"1403msgstr "መረጃ"
14041404
1405#: ../DistUpgrade/DistUpgradeViewKDE.py:8441405#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1406msgid "&Start Upgrade"1406msgid "&Start Upgrade"
1407msgstr "ማሻሻል &ማስጀመሪያ"1407msgstr "ማሻሻል &ማስጀመሪያ"
14081408
1409#: ../DistUpgrade/DistUpgradeViewKDE.py:8461409#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1410#: ../DistUpgrade/DistUpgradeViewKDE.py:8901410#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1411#: ../DistUpgrade/DistUpgradeViewKDE.py:8931411#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1412#: ../data/gtkbuilder/DistUpgrade.ui.h:71412#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1413msgid "Details"1413msgid "Details"
1414msgstr "ዝርዝሮች"1414msgstr "ዝርዝሮች"
14151415
1416#: ../DistUpgrade/DistUpgradeViewKDE.py:8681416#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1417#, python-format1417#, python-format
1418msgid "No longer supported %s"1418msgid "No longer supported %s"
1419msgstr "የ ተደገፈ አይደለም %s"1419msgstr "የ ተደገፈ አይደለም %s"
14201420
1421#: ../DistUpgrade/DistUpgradeViewKDE.py:8701421#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1422#, python-format1422#, python-format
1423msgid "Remove %s"1423msgid "Remove %s"
1424msgstr "ማስወገጃ %s"1424msgstr "ማስወገጃ %s"
14251425
1426#: ../DistUpgrade/DistUpgradeViewKDE.py:8721426#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1427#: ../DistUpgrade/DistUpgradeViewText.py:2391427#: ../DistUpgrade/DistUpgradeViewText.py:239
1428#, python-format1428#, python-format
1429msgid "Remove (was auto installed) %s"1429msgid "Remove (was auto installed) %s"
1430msgstr "ማስወገድ (በራሱ ተገጥሟል) %s"1430msgstr "ማስወገድ (በራሱ ተገጥሟል) %s"
14311431
1432#: ../DistUpgrade/DistUpgradeViewKDE.py:8741432#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1433#, python-format1433#, python-format
1434msgid "Install %s"1434msgid "Install %s"
1435msgstr "መግጠሚያ %s"1435msgstr "መግጠሚያ %s"
14361436
1437#: ../DistUpgrade/DistUpgradeViewKDE.py:8761437#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1438#, python-format1438#, python-format
1439msgid "Upgrade %s"1439msgid "Upgrade %s"
1440msgstr "ማሻሻያ %s"1440msgstr "ማሻሻያ %s"
14411441
1442#: ../DistUpgrade/DistUpgradeViewKDE.py:9231442#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1443#: ../DistUpgrade/DistUpgradeViewText.py:2921443#: ../DistUpgrade/DistUpgradeViewText.py:292
1444msgid "Restart required"1444msgid "Restart required"
1445msgstr "እንደገና ማስጀመር ያስፈልጋል"1445msgstr "እንደገና ማስጀመር ያስፈልጋል"
14461446
1447#: ../DistUpgrade/DistUpgradeViewKDE.py:9231447#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1448msgid "<b><big>Restart the system to complete the upgrade</big></b>"1448msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1449msgstr "<b><big>እንደገና ማስጀመር ያስፈልጋል ማሻሻያውን ለማጠናቀቅ</big></b>"1449msgstr "<b><big>እንደገና ማስጀመር ያስፈልጋል ማሻሻያውን ለማጠናቀቅ</big></b>"
14501450
1451#: ../DistUpgrade/DistUpgradeViewKDE.py:9261451#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1452#: ../data/gtkbuilder/DistUpgrade.ui.h:141452#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1453msgid "_Restart Now"1453msgid "_Restart Now"
1454msgstr "_አሁን እንደገና ላስጀምር"1454msgstr "_አሁን እንደገና ላስጀምር"
14551455
1456#. FIXME make this user friendly1456#. FIXME make this user friendly
1457#: ../DistUpgrade/DistUpgradeViewKDE.py:9441457#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1458msgid ""1458msgid ""
1459"<b><big>Cancel the running upgrade?</big></b>\n"1459"<b><big>Cancel the running upgrade?</big></b>\n"
1460"\n"1460"\n"
@@ -1465,7 +1465,7 @@ msgstr ""
1465"\n"1465"\n"
1466"ማሻሻሉን ከሰረዙት ስርአቱ ባልተረጋጋ ሁኔታ ላይ ይሆናል ፤ ማሻሻሉን አንዲቀጥሉ አጥብቀን እናሳስባለን"1466"ማሻሻሉን ከሰረዙት ስርአቱ ባልተረጋጋ ሁኔታ ላይ ይሆናል ፤ ማሻሻሉን አንዲቀጥሉ አጥብቀን እናሳስባለን"
14671467
1468#: ../DistUpgrade/DistUpgradeViewKDE.py:9481468#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1469msgid "Cancel Upgrade?"1469msgid "Cancel Upgrade?"
1470msgstr "ማሻሻሉን ልሰረዝ?"1470msgstr "ማሻሻሉን ልሰረዝ?"
14711471
diff --git a/po/an.po b/po/an.po
index 505f812..ea2b23e 100644
--- a/po/an.po
+++ b/po/an.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2013-05-22 11:00+0000\n"12"PO-Revision-Date: 2013-05-22 11:00+0000\n"
13"Last-Translator: Daniel Martinez <entaltoaragon@gmail.com>\n"13"Last-Translator: Daniel Martinez <entaltoaragon@gmail.com>\n"
14"Language-Team: Aragonese <an@li.org>\n"14"Language-Team: Aragonese <an@li.org>\n"
@@ -865,7 +865,7 @@ msgid "&Upgrade"
865msgstr ""865msgstr ""
866866
867#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154867#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
868#: ../DistUpgrade/DistUpgradeViewKDE.py:682868#: ../DistUpgrade/DistUpgradeViewKDE.py:690
869msgid "&Cancel"869msgid "&Cancel"
870msgstr ""870msgstr ""
871871
@@ -895,8 +895,8 @@ msgstr ""
895895
896#. print("mediaChange %s %s" % (medium, drive))896#. print("mediaChange %s %s" % (medium, drive))
897#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235897#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
898#: ../DistUpgrade/DistUpgradeViewGtk3.py:125898#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
899#: ../DistUpgrade/DistUpgradeViewKDE.py:300899#: ../DistUpgrade/DistUpgradeViewKDE.py:302
900#, python-format900#, python-format
901msgid "Please insert '%s' into the drive '%s'"901msgid "Please insert '%s' into the drive '%s'"
902msgstr ""902msgstr ""
@@ -904,7 +904,7 @@ msgstr ""
904#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237904#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
905#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242905#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
906#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243906#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
907#: ../DistUpgrade/DistUpgradeViewKDE.py:301907#: ../DistUpgrade/DistUpgradeViewKDE.py:303
908msgid "Media Change"908msgid "Media Change"
909msgstr ""909msgstr ""
910910
@@ -1154,27 +1154,27 @@ msgstr ""
1154msgid "Upgrade to the development release"1154msgid "Upgrade to the development release"
1155msgstr ""1155msgstr ""
11561156
1157#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461157#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1158#: ../DistUpgrade/DistUpgradeViewKDE.py:3141158#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1159msgid "Fetching is complete"1159msgid "Fetching is complete"
1160msgstr ""1160msgstr ""
11611161
1162#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611162#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1163#: ../DistUpgrade/DistUpgradeViewKDE.py:3301163#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1164#, python-format1164#, python-format
1165msgid "Fetching file %li of %li at %sB/s"1165msgid "Fetching file %li of %li at %sB/s"
1166msgstr ""1166msgstr ""
11671167
1168#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631168#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1169#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251169#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1170#: ../DistUpgrade/DistUpgradeViewKDE.py:3311170#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1171#: ../DistUpgrade/DistUpgradeViewKDE.py:4811171#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1172#, python-format1172#, python-format
1173msgid "About %s remaining"1173msgid "About %s remaining"
1174msgstr ""1174msgstr ""
11751175
1176#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661176#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1177#: ../DistUpgrade/DistUpgradeViewKDE.py:3331177#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1178#, python-format1178#, python-format
1179msgid "Fetching file %li of %li"1179msgid "Fetching file %li of %li"
1180msgstr ""1180msgstr ""
@@ -1182,25 +1182,25 @@ msgstr ""
1182#. FIXME: add support for the timeout1182#. FIXME: add support for the timeout
1183#. of the terminal (to display something useful then)1183#. of the terminal (to display something useful then)
1184#. -> longer term, move this code into python-apt1184#. -> longer term, move this code into python-apt
1185#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981185#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1186#: ../DistUpgrade/DistUpgradeViewKDE.py:3711186#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1187msgid "Applying changes"1187msgid "Applying changes"
1188msgstr ""1188msgstr ""
11891189
1190#. we do not report followup errors from earlier failures1190#. we do not report followup errors from earlier failures
1191#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241191#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1192#: ../DistUpgrade/DistUpgradeViewKDE.py:3841192#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1193msgid "dependency problems - leaving unconfigured"1193msgid "dependency problems - leaving unconfigured"
1194msgstr ""1194msgstr ""
11951195
1196#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291196#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1197#: ../DistUpgrade/DistUpgradeViewKDE.py:3861197#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1198#, python-format1198#, python-format
1199msgid "Could not install '%s'"1199msgid "Could not install '%s'"
1200msgstr ""1200msgstr ""
12011201
1202#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301202#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1203#: ../DistUpgrade/DistUpgradeViewKDE.py:3871203#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1204#, python-format1204#, python-format
1205msgid ""1205msgid ""
1206"The upgrade will continue but the '%s' package may not be in a working "1206"The upgrade will continue but the '%s' package may not be in a working "
@@ -1208,32 +1208,32 @@ msgid ""
1208msgstr ""1208msgstr ""
12091209
1210#. self.expander.set_expanded(True)1210#. self.expander.set_expanded(True)
1211#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471211#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1212#: ../DistUpgrade/DistUpgradeViewKDE.py:4091212#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1213#, python-format1213#, python-format
1214msgid ""1214msgid ""
1215"Replace the customized configuration file\n"1215"Replace the customized configuration file\n"
1216"'%s'?"1216"'%s'?"
1217msgstr ""1217msgstr ""
12181218
1219#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481219#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1220#: ../DistUpgrade/DistUpgradeViewKDE.py:4101220#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1221msgid ""1221msgid ""
1222"You will lose any changes you have made to this configuration file if you "1222"You will lose any changes you have made to this configuration file if you "
1223"choose to replace it with a newer version."1223"choose to replace it with a newer version."
1224msgstr ""1224msgstr ""
12251225
1226#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681226#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1227#: ../DistUpgrade/DistUpgradeViewKDE.py:4331227#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1228msgid "The 'diff' command was not found"1228msgid "The 'diff' command was not found"
1229msgstr ""1229msgstr ""
12301230
1231#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351231#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1232#: ../DistUpgrade/DistUpgradeViewText.py:1401232#: ../DistUpgrade/DistUpgradeViewText.py:140
1233msgid "A fatal error occurred"1233msgid "A fatal error occurred"
1234msgstr ""1234msgstr ""
12351235
1236#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361236#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1237msgid ""1237msgid ""
1238"Please report this as a bug (if you haven't already) and include the files /"1238"Please report this as a bug (if you haven't already) and include the files /"
1239"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1239"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1241,142 +1241,142 @@ msgid ""
1241"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."1241"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."
1242msgstr ""1242msgstr ""
12431243
1244#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661244#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1245msgid "Ctrl-c pressed"1245msgid "Ctrl-c pressed"
1246msgstr ""1246msgstr ""
12471247
1248#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671248#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1249msgid ""1249msgid ""
1250"This will abort the operation and may leave the system in a broken state. "1250"This will abort the operation and may leave the system in a broken state. "
1251"Are you sure you want to do that?"1251"Are you sure you want to do that?"
1252msgstr ""1252msgstr ""
12531253
1254#. append warning1254#. append warning
1255#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061255#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1256msgid "To prevent data loss close all open applications and documents."1256msgid "To prevent data loss close all open applications and documents."
1257msgstr ""1257msgstr ""
12581258
1259#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201259#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1260#, python-format1260#, python-format
1261msgid "No longer supported by Canonical (%s)"1261msgid "No longer supported by Canonical (%s)"
1262msgstr ""1262msgstr ""
12631263
1264#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211264#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1265#, python-format1265#, python-format
1266msgid "<b>Downgrade (%s)</b>"1266msgid "<b>Downgrade (%s)</b>"
1267msgstr ""1267msgstr ""
12681268
1269#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221269#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1270#, python-format1270#, python-format
1271msgid "Remove (%s)"1271msgid "Remove (%s)"
1272msgstr ""1272msgstr ""
12731273
1274#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231274#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1275#, python-format1275#, python-format
1276msgid "No longer needed (%s)"1276msgid "No longer needed (%s)"
1277msgstr ""1277msgstr ""
12781278
1279#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241279#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1280#, python-format1280#, python-format
1281msgid "Install (%s)"1281msgid "Install (%s)"
1282msgstr ""1282msgstr ""
12831283
1284#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251284#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1285#, python-format1285#, python-format
1286msgid "Upgrade (%s)"1286msgid "Upgrade (%s)"
1287msgstr ""1287msgstr ""
12881288
1289#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731289#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1290msgid "Cancel"1290msgid "Cancel"
1291msgstr ""1291msgstr ""
12921292
1293#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741293#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1294#: ../DistUpgrade/DistUpgradeViewKDE.py:9061294#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1295msgid "Continue"1295msgid "Continue"
1296msgstr ""1296msgstr ""
12971297
1298#: ../DistUpgrade/DistUpgradeViewKDE.py:4451298#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1299msgid "Show Difference >>>"1299msgid "Show Difference >>>"
1300msgstr ""1300msgstr ""
13011301
1302#: ../DistUpgrade/DistUpgradeViewKDE.py:4481302#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1303msgid "<<< Hide Difference"1303msgid "<<< Hide Difference"
1304msgstr ""1304msgstr ""
13051305
1306#: ../DistUpgrade/DistUpgradeViewKDE.py:6681306#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1307msgid "Error"1307msgid "Error"
1308msgstr ""1308msgstr ""
13091309
1310#: ../DistUpgrade/DistUpgradeViewKDE.py:6861310#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1311#: ../DistUpgrade/DistUpgradeViewKDE.py:9271311#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1312msgid "&Close"1312msgid "&Close"
1313msgstr ""1313msgstr ""
13141314
1315#: ../DistUpgrade/DistUpgradeViewKDE.py:7201315#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1316msgid "Show Terminal >>>"1316msgid "Show Terminal >>>"
1317msgstr ""1317msgstr ""
13181318
1319#: ../DistUpgrade/DistUpgradeViewKDE.py:7231319#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1320msgid "<<< Hide Terminal"1320msgid "<<< Hide Terminal"
1321msgstr ""1321msgstr ""
13221322
1323#: ../DistUpgrade/DistUpgradeViewKDE.py:7961323#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1324msgid "Information"1324msgid "Information"
1325msgstr ""1325msgstr ""
13261326
1327#: ../DistUpgrade/DistUpgradeViewKDE.py:8441327#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1328msgid "&Start Upgrade"1328msgid "&Start Upgrade"
1329msgstr ""1329msgstr ""
13301330
1331#: ../DistUpgrade/DistUpgradeViewKDE.py:8461331#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1332#: ../DistUpgrade/DistUpgradeViewKDE.py:8901332#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1333#: ../DistUpgrade/DistUpgradeViewKDE.py:8931333#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1334#: ../data/gtkbuilder/DistUpgrade.ui.h:71334#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1335msgid "Details"1335msgid "Details"
1336msgstr ""1336msgstr ""
13371337
1338#: ../DistUpgrade/DistUpgradeViewKDE.py:8681338#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1339#, python-format1339#, python-format
1340msgid "No longer supported %s"1340msgid "No longer supported %s"
1341msgstr ""1341msgstr ""
13421342
1343#: ../DistUpgrade/DistUpgradeViewKDE.py:8701343#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1344#, python-format1344#, python-format
1345msgid "Remove %s"1345msgid "Remove %s"
1346msgstr ""1346msgstr ""
13471347
1348#: ../DistUpgrade/DistUpgradeViewKDE.py:8721348#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1349#: ../DistUpgrade/DistUpgradeViewText.py:2391349#: ../DistUpgrade/DistUpgradeViewText.py:239
1350#, python-format1350#, python-format
1351msgid "Remove (was auto installed) %s"1351msgid "Remove (was auto installed) %s"
1352msgstr ""1352msgstr ""
13531353
1354#: ../DistUpgrade/DistUpgradeViewKDE.py:8741354#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1355#, python-format1355#, python-format
1356msgid "Install %s"1356msgid "Install %s"
1357msgstr ""1357msgstr ""
13581358
1359#: ../DistUpgrade/DistUpgradeViewKDE.py:8761359#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1360#, python-format1360#, python-format
1361msgid "Upgrade %s"1361msgid "Upgrade %s"
1362msgstr ""1362msgstr ""
13631363
1364#: ../DistUpgrade/DistUpgradeViewKDE.py:9231364#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1365#: ../DistUpgrade/DistUpgradeViewText.py:2921365#: ../DistUpgrade/DistUpgradeViewText.py:292
1366msgid "Restart required"1366msgid "Restart required"
1367msgstr ""1367msgstr ""
13681368
1369#: ../DistUpgrade/DistUpgradeViewKDE.py:9231369#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1370msgid "<b><big>Restart the system to complete the upgrade</big></b>"1370msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1371msgstr ""1371msgstr ""
13721372
1373#: ../DistUpgrade/DistUpgradeViewKDE.py:9261373#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1374#: ../data/gtkbuilder/DistUpgrade.ui.h:141374#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1375msgid "_Restart Now"1375msgid "_Restart Now"
1376msgstr ""1376msgstr ""
13771377
1378#. FIXME make this user friendly1378#. FIXME make this user friendly
1379#: ../DistUpgrade/DistUpgradeViewKDE.py:9441379#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1380msgid ""1380msgid ""
1381"<b><big>Cancel the running upgrade?</big></b>\n"1381"<b><big>Cancel the running upgrade?</big></b>\n"
1382"\n"1382"\n"
@@ -1384,7 +1384,7 @@ msgid ""
1384"strongly advised to resume the upgrade."1384"strongly advised to resume the upgrade."
1385msgstr ""1385msgstr ""
13861386
1387#: ../DistUpgrade/DistUpgradeViewKDE.py:9481387#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1388msgid "Cancel Upgrade?"1388msgid "Cancel Upgrade?"
1389msgstr ""1389msgstr ""
13901390
diff --git a/po/ar.po b/po/ar.po
index 1eee6df..cb8a04d 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -10,7 +10,7 @@ msgid ""
10msgstr ""10msgstr ""
11"Project-Id-Version: po_update-manager-ar\n"11"Project-Id-Version: po_update-manager-ar\n"
12"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"12"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
13"POT-Creation-Date: 2023-02-22 21:53+0000\n"13"POT-Creation-Date: 2023-04-03 16:33+0000\n"
14"PO-Revision-Date: 2019-06-18 17:52+0000\n"14"PO-Revision-Date: 2019-06-18 17:52+0000\n"
15"Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"15"Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"
16"Language-Team: Arabic\n"16"Language-Team: Arabic\n"
@@ -959,7 +959,7 @@ msgid "&Upgrade"
959msgstr ""959msgstr ""
960960
961#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154961#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
962#: ../DistUpgrade/DistUpgradeViewKDE.py:682962#: ../DistUpgrade/DistUpgradeViewKDE.py:690
963msgid "&Cancel"963msgid "&Cancel"
964msgstr "أل&غِ"964msgstr "أل&غِ"
965965
@@ -989,8 +989,8 @@ msgstr "ملف %s من %s"
989989
990#. print("mediaChange %s %s" % (medium, drive))990#. print("mediaChange %s %s" % (medium, drive))
991#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235991#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
992#: ../DistUpgrade/DistUpgradeViewGtk3.py:125992#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
993#: ../DistUpgrade/DistUpgradeViewKDE.py:300993#: ../DistUpgrade/DistUpgradeViewKDE.py:302
994#, python-format994#, python-format
995msgid "Please insert '%s' into the drive '%s'"995msgid "Please insert '%s' into the drive '%s'"
996msgstr "رجاء أدرج '%s' في محرك الأقراص '%s'"996msgstr "رجاء أدرج '%s' في محرك الأقراص '%s'"
@@ -998,7 +998,7 @@ msgstr "رجاء أدرج '%s' في محرك الأقراص '%s'"
998#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237998#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
999#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242999#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
1000#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2431000#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
1001#: ../DistUpgrade/DistUpgradeViewKDE.py:3011001#: ../DistUpgrade/DistUpgradeViewKDE.py:303
1002msgid "Media Change"1002msgid "Media Change"
1003msgstr "تغيير الوسائط"1003msgstr "تغيير الوسائط"
10041004
@@ -1272,27 +1272,27 @@ msgstr "حدد مجلد البيانات"
1272msgid "Upgrade to the development release"1272msgid "Upgrade to the development release"
1273msgstr "الترقية إلى الإصدارة التجريبية"1273msgstr "الترقية إلى الإصدارة التجريبية"
12741274
1275#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461275#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1276#: ../DistUpgrade/DistUpgradeViewKDE.py:3141276#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1277msgid "Fetching is complete"1277msgid "Fetching is complete"
1278msgstr "اكتمل الجلب"1278msgstr "اكتمل الجلب"
12791279
1280#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611280#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1281#: ../DistUpgrade/DistUpgradeViewKDE.py:3301281#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1282#, python-format1282#, python-format
1283msgid "Fetching file %li of %li at %sB/s"1283msgid "Fetching file %li of %li at %sB/s"
1284msgstr "يجلب الملف %li من %li بـ %s.بايت/ثانية"1284msgstr "يجلب الملف %li من %li بـ %s.بايت/ثانية"
12851285
1286#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631286#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1287#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251287#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1288#: ../DistUpgrade/DistUpgradeViewKDE.py:3311288#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1289#: ../DistUpgrade/DistUpgradeViewKDE.py:4811289#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1290#, python-format1290#, python-format
1291msgid "About %s remaining"1291msgid "About %s remaining"
1292msgstr "بقي %s تقريبا"1292msgstr "بقي %s تقريبا"
12931293
1294#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661294#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1295#: ../DistUpgrade/DistUpgradeViewKDE.py:3331295#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1296#, python-format1296#, python-format
1297msgid "Fetching file %li of %li"1297msgid "Fetching file %li of %li"
1298msgstr "يجلب الملف %li من %li"1298msgstr "يجلب الملف %li من %li"
@@ -1300,25 +1300,25 @@ msgstr "يجلب الملف %li من %li"
1300#. FIXME: add support for the timeout1300#. FIXME: add support for the timeout
1301#. of the terminal (to display something useful then)1301#. of the terminal (to display something useful then)
1302#. -> longer term, move this code into python-apt1302#. -> longer term, move this code into python-apt
1303#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981303#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1304#: ../DistUpgrade/DistUpgradeViewKDE.py:3711304#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1305msgid "Applying changes"1305msgid "Applying changes"
1306msgstr "يطبّق التغييرات"1306msgstr "يطبّق التغييرات"
13071307
1308#. we do not report followup errors from earlier failures1308#. we do not report followup errors from earlier failures
1309#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241309#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1310#: ../DistUpgrade/DistUpgradeViewKDE.py:3841310#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1311msgid "dependency problems - leaving unconfigured"1311msgid "dependency problems - leaving unconfigured"
1312msgstr "مشكلة اعتمادية - سأغادر بدون إعداد"1312msgstr "مشكلة اعتمادية - سأغادر بدون إعداد"
13131313
1314#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291314#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1315#: ../DistUpgrade/DistUpgradeViewKDE.py:3861315#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1316#, python-format1316#, python-format
1317msgid "Could not install '%s'"1317msgid "Could not install '%s'"
1318msgstr "تعذّر تثبيت '%s'"1318msgstr "تعذّر تثبيت '%s'"
13191319
1320#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301320#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1321#: ../DistUpgrade/DistUpgradeViewKDE.py:3871321#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1322#, python-format1322#, python-format
1323msgid ""1323msgid ""
1324"The upgrade will continue but the '%s' package may not be in a working "1324"The upgrade will continue but the '%s' package may not be in a working "
@@ -1326,8 +1326,8 @@ msgid ""
1326msgstr "ستواصل الترقية لكن حزمة '%s' قد لا تعمل. من فضلك أبلغ عن هذه العلة."1326msgstr "ستواصل الترقية لكن حزمة '%s' قد لا تعمل. من فضلك أبلغ عن هذه العلة."
13271327
1328#. self.expander.set_expanded(True)1328#. self.expander.set_expanded(True)
1329#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471329#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1330#: ../DistUpgrade/DistUpgradeViewKDE.py:4091330#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1331#, python-format1331#, python-format
1332msgid ""1332msgid ""
1333"Replace the customized configuration file\n"1333"Replace the customized configuration file\n"
@@ -1336,8 +1336,8 @@ msgstr ""
1336"أأستبدل الملف المطوع\n"1336"أأستبدل الملف المطوع\n"
1337"'%s'؟"1337"'%s'؟"
13381338
1339#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481339#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1340#: ../DistUpgrade/DistUpgradeViewKDE.py:4101340#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1341msgid ""1341msgid ""
1342"You will lose any changes you have made to this configuration file if you "1342"You will lose any changes you have made to this configuration file if you "
1343"choose to replace it with a newer version."1343"choose to replace it with a newer version."
@@ -1345,17 +1345,17 @@ msgstr ""
1345"ستفقد أي تغيرات كنت قد أحدثتها في ملف التضبيطات هذا إن اخترت استبداله "1345"ستفقد أي تغيرات كنت قد أحدثتها في ملف التضبيطات هذا إن اخترت استبداله "
1346"بإصدارة أحدث."1346"بإصدارة أحدث."
13471347
1348#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681348#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1349#: ../DistUpgrade/DistUpgradeViewKDE.py:4331349#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1350msgid "The 'diff' command was not found"1350msgid "The 'diff' command was not found"
1351msgstr "تعذّر العثور على أمر 'diff'"1351msgstr "تعذّر العثور على أمر 'diff'"
13521352
1353#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351353#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1354#: ../DistUpgrade/DistUpgradeViewText.py:1401354#: ../DistUpgrade/DistUpgradeViewText.py:140
1355msgid "A fatal error occurred"1355msgid "A fatal error occurred"
1356msgstr "حدث خطأ فادح"1356msgstr "حدث خطأ فادح"
13571357
1358#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361358#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1359msgid ""1359msgid ""
1360"Please report this as a bug (if you haven't already) and include the files /"1360"Please report this as a bug (if you haven't already) and include the files /"
1361"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1361"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1367,11 +1367,11 @@ msgstr ""
1367"الترقية.\n"1367"الترقية.\n"
1368"ملف sources.list الأصلي حُفِظَ في /etc/apt/sources.list.distUpgrade."1368"ملف sources.list الأصلي حُفِظَ في /etc/apt/sources.list.distUpgrade."
13691369
1370#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661370#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1371msgid "Ctrl-c pressed"1371msgid "Ctrl-c pressed"
1372msgstr "ضُغط Ctrl-c"1372msgstr "ضُغط Ctrl-c"
13731373
1374#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671374#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1375msgid ""1375msgid ""
1376"This will abort the operation and may leave the system in a broken state. "1376"This will abort the operation and may leave the system in a broken state. "
1377"Are you sure you want to do that?"1377"Are you sure you want to do that?"
@@ -1379,131 +1379,131 @@ msgstr ""
1379"هذا سيجهض العملية وقد يترك النظام في حالة معطوبة. أمتأكد أنك تريد فعل ذلك؟"1379"هذا سيجهض العملية وقد يترك النظام في حالة معطوبة. أمتأكد أنك تريد فعل ذلك؟"
13801380
1381#. append warning1381#. append warning
1382#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061382#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1383msgid "To prevent data loss close all open applications and documents."1383msgid "To prevent data loss close all open applications and documents."
1384msgstr "لتلافي فقد البيانات أغلق جميع التطبيقات والمستندات."1384msgstr "لتلافي فقد البيانات أغلق جميع التطبيقات والمستندات."
13851385
1386#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201386#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1387#, python-format1387#, python-format
1388msgid "No longer supported by Canonical (%s)"1388msgid "No longer supported by Canonical (%s)"
1389msgstr "لم تعد كانونيكال تدعمها (%s)"1389msgstr "لم تعد كانونيكال تدعمها (%s)"
13901390
1391#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211391#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1392#, python-format1392#, python-format
1393msgid "<b>Downgrade (%s)</b>"1393msgid "<b>Downgrade (%s)</b>"
1394msgstr "<b>إلى إصدارة أقدم (%s)</b>"1394msgstr "<b>إلى إصدارة أقدم (%s)</b>"
13951395
1396#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221396#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1397#, python-format1397#, python-format
1398msgid "Remove (%s)"1398msgid "Remove (%s)"
1399msgstr "أزل (%s)"1399msgstr "أزل (%s)"
14001400
1401#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231401#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1402#, python-format1402#, python-format
1403msgid "No longer needed (%s)"1403msgid "No longer needed (%s)"
1404msgstr "لم تعد مطلوبة (%s)"1404msgstr "لم تعد مطلوبة (%s)"
14051405
1406#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241406#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1407#, python-format1407#, python-format
1408msgid "Install (%s)"1408msgid "Install (%s)"
1409msgstr "تثبيت (%s)"1409msgstr "تثبيت (%s)"
14101410
1411#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251411#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1412#, python-format1412#, python-format
1413msgid "Upgrade (%s)"1413msgid "Upgrade (%s)"
1414msgstr "ترقية (%s)"1414msgstr "ترقية (%s)"
14151415
1416#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731416#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1417msgid "Cancel"1417msgid "Cancel"
1418msgstr ""1418msgstr ""
14191419
1420#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741420#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1421#: ../DistUpgrade/DistUpgradeViewKDE.py:9061421#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1422msgid "Continue"1422msgid "Continue"
1423msgstr ""1423msgstr ""
14241424
1425#: ../DistUpgrade/DistUpgradeViewKDE.py:4451425#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1426msgid "Show Difference >>>"1426msgid "Show Difference >>>"
1427msgstr "أظهر الفرق >>>"1427msgstr "أظهر الفرق >>>"
14281428
1429#: ../DistUpgrade/DistUpgradeViewKDE.py:4481429#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1430msgid "<<< Hide Difference"1430msgid "<<< Hide Difference"
1431msgstr "<<< أخف الفرق"1431msgstr "<<< أخف الفرق"
14321432
1433#: ../DistUpgrade/DistUpgradeViewKDE.py:6681433#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1434msgid "Error"1434msgid "Error"
1435msgstr "خطأ"1435msgstr "خطأ"
14361436
1437#: ../DistUpgrade/DistUpgradeViewKDE.py:6861437#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1438#: ../DistUpgrade/DistUpgradeViewKDE.py:9271438#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1439msgid "&Close"1439msgid "&Close"
1440msgstr "أ&غلق"1440msgstr "أ&غلق"
14411441
1442#: ../DistUpgrade/DistUpgradeViewKDE.py:7201442#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1443msgid "Show Terminal >>>"1443msgid "Show Terminal >>>"
1444msgstr "أظهر الطرفية >>>"1444msgstr "أظهر الطرفية >>>"
14451445
1446#: ../DistUpgrade/DistUpgradeViewKDE.py:7231446#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1447msgid "<<< Hide Terminal"1447msgid "<<< Hide Terminal"
1448msgstr "<<< أخف الطرفية"1448msgstr "<<< أخف الطرفية"
14491449
1450#: ../DistUpgrade/DistUpgradeViewKDE.py:7961450#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1451msgid "Information"1451msgid "Information"
1452msgstr "معلومات"1452msgstr "معلومات"
14531453
1454#: ../DistUpgrade/DistUpgradeViewKDE.py:8441454#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1455msgid "&Start Upgrade"1455msgid "&Start Upgrade"
1456msgstr ""1456msgstr ""
14571457
1458#: ../DistUpgrade/DistUpgradeViewKDE.py:8461458#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1459#: ../DistUpgrade/DistUpgradeViewKDE.py:8901459#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1460#: ../DistUpgrade/DistUpgradeViewKDE.py:8931460#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1461#: ../data/gtkbuilder/DistUpgrade.ui.h:71461#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1462msgid "Details"1462msgid "Details"
1463msgstr "التّفاصيل"1463msgstr "التّفاصيل"
14641464
1465#: ../DistUpgrade/DistUpgradeViewKDE.py:8681465#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1466#, python-format1466#, python-format
1467msgid "No longer supported %s"1467msgid "No longer supported %s"
1468msgstr "لم تعد مدعومة %s"1468msgstr "لم تعد مدعومة %s"
14691469
1470#: ../DistUpgrade/DistUpgradeViewKDE.py:8701470#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1471#, python-format1471#, python-format
1472msgid "Remove %s"1472msgid "Remove %s"
1473msgstr "أزل %s"1473msgstr "أزل %s"
14741474
1475#: ../DistUpgrade/DistUpgradeViewKDE.py:8721475#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1476#: ../DistUpgrade/DistUpgradeViewText.py:2391476#: ../DistUpgrade/DistUpgradeViewText.py:239
1477#, python-format1477#, python-format
1478msgid "Remove (was auto installed) %s"1478msgid "Remove (was auto installed) %s"
1479msgstr "أزل %s (ثبّت تلقائيا)"1479msgstr "أزل %s (ثبّت تلقائيا)"
14801480
1481#: ../DistUpgrade/DistUpgradeViewKDE.py:8741481#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1482#, python-format1482#, python-format
1483msgid "Install %s"1483msgid "Install %s"
1484msgstr "ثبّت %s"1484msgstr "ثبّت %s"
14851485
1486#: ../DistUpgrade/DistUpgradeViewKDE.py:8761486#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1487#, python-format1487#, python-format
1488msgid "Upgrade %s"1488msgid "Upgrade %s"
1489msgstr "رقِّ %s"1489msgstr "رقِّ %s"
14901490
1491#: ../DistUpgrade/DistUpgradeViewKDE.py:9231491#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1492#: ../DistUpgrade/DistUpgradeViewText.py:2921492#: ../DistUpgrade/DistUpgradeViewText.py:292
1493msgid "Restart required"1493msgid "Restart required"
1494msgstr "إعادة التشغيل مطلوبة"1494msgstr "إعادة التشغيل مطلوبة"
14951495
1496#: ../DistUpgrade/DistUpgradeViewKDE.py:9231496#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1497msgid "<b><big>Restart the system to complete the upgrade</big></b>"1497msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1498msgstr "<b><big>أعد تشغيل النظام لإتمام الترقية</big><b>"1498msgstr "<b><big>أعد تشغيل النظام لإتمام الترقية</big><b>"
14991499
1500#: ../DistUpgrade/DistUpgradeViewKDE.py:9261500#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1501#: ../data/gtkbuilder/DistUpgrade.ui.h:141501#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1502msgid "_Restart Now"1502msgid "_Restart Now"
1503msgstr "أ_عد التشغيل الآن"1503msgstr "أ_عد التشغيل الآن"
15041504
1505#. FIXME make this user friendly1505#. FIXME make this user friendly
1506#: ../DistUpgrade/DistUpgradeViewKDE.py:9441506#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1507msgid ""1507msgid ""
1508"<b><big>Cancel the running upgrade?</big></b>\n"1508"<b><big>Cancel the running upgrade?</big></b>\n"
1509"\n"1509"\n"
@@ -1515,7 +1515,7 @@ msgstr ""
1515"قد يصبح النظام في حالة غير صالحة للاستعمال إذا ألغيت الترقية. ننصح بشدة "1515"قد يصبح النظام في حالة غير صالحة للاستعمال إذا ألغيت الترقية. ننصح بشدة "
1516"استئناف الترقية."1516"استئناف الترقية."
15171517
1518#: ../DistUpgrade/DistUpgradeViewKDE.py:9481518#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1519msgid "Cancel Upgrade?"1519msgid "Cancel Upgrade?"
1520msgstr "أألغي الترقية؟"1520msgstr "أألغي الترقية؟"
15211521
diff --git a/po/ast.po b/po/ast.po
index 5bf3aca..53ba0a5 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2019-06-18 17:54+0000\n"12"PO-Revision-Date: 2019-06-18 17:54+0000\n"
13"Last-Translator: ivarela <ivarela@ubuntu.com>\n"13"Last-Translator: ivarela <ivarela@ubuntu.com>\n"
14"Language-Team: Asturian <ast@li.org>\n"14"Language-Team: Asturian <ast@li.org>\n"
@@ -953,7 +953,7 @@ msgid "&Upgrade"
953msgstr "&Anovar"953msgstr "&Anovar"
954954
955#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154955#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
956#: ../DistUpgrade/DistUpgradeViewKDE.py:682956#: ../DistUpgrade/DistUpgradeViewKDE.py:690
957msgid "&Cancel"957msgid "&Cancel"
958msgstr "En&caboxar"958msgstr "En&caboxar"
959959
@@ -983,8 +983,8 @@ msgstr "Ficheru %s de %s"
983983
984#. print("mediaChange %s %s" % (medium, drive))984#. print("mediaChange %s %s" % (medium, drive))
985#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235985#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
986#: ../DistUpgrade/DistUpgradeViewGtk3.py:125986#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
987#: ../DistUpgrade/DistUpgradeViewKDE.py:300987#: ../DistUpgrade/DistUpgradeViewKDE.py:302
988#, python-format988#, python-format
989msgid "Please insert '%s' into the drive '%s'"989msgid "Please insert '%s' into the drive '%s'"
990msgstr "Por favor, inserta '%s' nel dispositivu '%s'"990msgstr "Por favor, inserta '%s' nel dispositivu '%s'"
@@ -992,7 +992,7 @@ msgstr "Por favor, inserta '%s' nel dispositivu '%s'"
992#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237992#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
993#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242993#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
994#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243994#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
995#: ../DistUpgrade/DistUpgradeViewKDE.py:301995#: ../DistUpgrade/DistUpgradeViewKDE.py:303
996msgid "Media Change"996msgid "Media Change"
997msgstr "Cambéu de preséu"997msgstr "Cambéu de preséu"
998998
@@ -1278,27 +1278,27 @@ msgstr "Afitar datadir"
1278msgid "Upgrade to the development release"1278msgid "Upgrade to the development release"
1279msgstr "Anovar a la versión en desendolcu"1279msgstr "Anovar a la versión en desendolcu"
12801280
1281#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461281#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1282#: ../DistUpgrade/DistUpgradeViewKDE.py:3141282#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1283msgid "Fetching is complete"1283msgid "Fetching is complete"
1284msgstr "La descarga completóse"1284msgstr "La descarga completóse"
12851285
1286#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611286#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1287#: ../DistUpgrade/DistUpgradeViewKDE.py:3301287#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1288#, python-format1288#, python-format
1289msgid "Fetching file %li of %li at %sB/s"1289msgid "Fetching file %li of %li at %sB/s"
1290msgstr "Descargando ficheru %li de %li a %sB/s"1290msgstr "Descargando ficheru %li de %li a %sB/s"
12911291
1292#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631292#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1293#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251293#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1294#: ../DistUpgrade/DistUpgradeViewKDE.py:3311294#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1295#: ../DistUpgrade/DistUpgradeViewKDE.py:4811295#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1296#, python-format1296#, python-format
1297msgid "About %s remaining"1297msgid "About %s remaining"
1298msgstr "Falten al rodiu de %s"1298msgstr "Falten al rodiu de %s"
12991299
1300#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661300#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1301#: ../DistUpgrade/DistUpgradeViewKDE.py:3331301#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1302#, python-format1302#, python-format
1303msgid "Fetching file %li of %li"1303msgid "Fetching file %li of %li"
1304msgstr "Descargando ficheru %li de %li"1304msgstr "Descargando ficheru %li de %li"
@@ -1306,25 +1306,25 @@ msgstr "Descargando ficheru %li de %li"
1306#. FIXME: add support for the timeout1306#. FIXME: add support for the timeout
1307#. of the terminal (to display something useful then)1307#. of the terminal (to display something useful then)
1308#. -> longer term, move this code into python-apt1308#. -> longer term, move this code into python-apt
1309#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981309#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1310#: ../DistUpgrade/DistUpgradeViewKDE.py:3711310#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1311msgid "Applying changes"1311msgid "Applying changes"
1312msgstr "Aplicando cambeos"1312msgstr "Aplicando cambeos"
13131313
1314#. we do not report followup errors from earlier failures1314#. we do not report followup errors from earlier failures
1315#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241315#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1316#: ../DistUpgrade/DistUpgradeViewKDE.py:3841316#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1317msgid "dependency problems - leaving unconfigured"1317msgid "dependency problems - leaving unconfigured"
1318msgstr "problemes de dependencies - déxase ensin configurar"1318msgstr "problemes de dependencies - déxase ensin configurar"
13191319
1320#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291320#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1321#: ../DistUpgrade/DistUpgradeViewKDE.py:3861321#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1322#, python-format1322#, python-format
1323msgid "Could not install '%s'"1323msgid "Could not install '%s'"
1324msgstr "Nun puede istalase '%s'"1324msgstr "Nun puede istalase '%s'"
13251325
1326#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301326#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1327#: ../DistUpgrade/DistUpgradeViewKDE.py:3871327#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1328#, python-format1328#, python-format
1329msgid ""1329msgid ""
1330"The upgrade will continue but the '%s' package may not be in a working "1330"The upgrade will continue but the '%s' package may not be in a working "
@@ -1334,16 +1334,16 @@ msgstr ""
1334"Por favor, considera unviar un informe col fallu tocante a esti problema."1334"Por favor, considera unviar un informe col fallu tocante a esti problema."
13351335
1336#. self.expander.set_expanded(True)1336#. self.expander.set_expanded(True)
1337#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471337#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1338#: ../DistUpgrade/DistUpgradeViewKDE.py:4091338#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1339#, python-format1339#, python-format
1340msgid ""1340msgid ""
1341"Replace the customized configuration file\n"1341"Replace the customized configuration file\n"
1342"'%s'?"1342"'%s'?"
1343msgstr "¿Deseya sustituyir el ficheru de configuración modificáu«%s»?"1343msgstr "¿Deseya sustituyir el ficheru de configuración modificáu«%s»?"
13441344
1345#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481345#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1346#: ../DistUpgrade/DistUpgradeViewKDE.py:4101346#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1347msgid ""1347msgid ""
1348"You will lose any changes you have made to this configuration file if you "1348"You will lose any changes you have made to this configuration file if you "
1349"choose to replace it with a newer version."1349"choose to replace it with a newer version."
@@ -1351,17 +1351,17 @@ msgstr ""
1351"Perderá tolos cambeos que tenga fecho nesi ficheru de configuración si "1351"Perderá tolos cambeos que tenga fecho nesi ficheru de configuración si "
1352"decide sustituyilu por una nueva versión."1352"decide sustituyilu por una nueva versión."
13531353
1354#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681354#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1355#: ../DistUpgrade/DistUpgradeViewKDE.py:4331355#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1356msgid "The 'diff' command was not found"1356msgid "The 'diff' command was not found"
1357msgstr "El comandu 'diff' nun fue atopau"1357msgstr "El comandu 'diff' nun fue atopau"
13581358
1359#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351359#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1360#: ../DistUpgrade/DistUpgradeViewText.py:1401360#: ../DistUpgrade/DistUpgradeViewText.py:140
1361msgid "A fatal error occurred"1361msgid "A fatal error occurred"
1362msgstr "Ocurrió un error fatal"1362msgstr "Ocurrió un error fatal"
13631363
1364#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361364#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1365msgid ""1365msgid ""
1366"Please report this as a bug (if you haven't already) and include the files /"1366"Please report this as a bug (if you haven't already) and include the files /"
1367"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1367"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1374,11 +1374,11 @@ msgstr ""
1374"El ficheru sources.list orixinal guardóse en /etc/apt/sources.list."1374"El ficheru sources.list orixinal guardóse en /etc/apt/sources.list."
1375"distUpgrade."1375"distUpgrade."
13761376
1377#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661377#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1378msgid "Ctrl-c pressed"1378msgid "Ctrl-c pressed"
1379msgstr "Calcóse Ctrl-C"1379msgstr "Calcóse Ctrl-C"
13801380
1381#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671381#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1382msgid ""1382msgid ""
1383"This will abort the operation and may leave the system in a broken state. "1383"This will abort the operation and may leave the system in a broken state. "
1384"Are you sure you want to do that?"1384"Are you sure you want to do that?"
@@ -1387,133 +1387,133 @@ msgstr ""
1387"¿Daveres que quier facer eso?"1387"¿Daveres que quier facer eso?"
13881388
1389#. append warning1389#. append warning
1390#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061390#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1391msgid "To prevent data loss close all open applications and documents."1391msgid "To prevent data loss close all open applications and documents."
1392msgstr ""1392msgstr ""
1393"Pa prevenir la perda de datos, zarra toles aplicaciones y documentos "1393"Pa prevenir la perda de datos, zarra toles aplicaciones y documentos "
1394"abiertos."1394"abiertos."
13951395
1396#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201396#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1397#, python-format1397#, python-format
1398msgid "No longer supported by Canonical (%s)"1398msgid "No longer supported by Canonical (%s)"
1399msgstr "Yá nun ta sofitáu téunicamente por Canonical (%s)"1399msgstr "Yá nun ta sofitáu téunicamente por Canonical (%s)"
14001400
1401#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211401#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1402#, python-format1402#, python-format
1403msgid "<b>Downgrade (%s)</b>"1403msgid "<b>Downgrade (%s)</b>"
1404msgstr "<b>Desanovar (%s)</b>"1404msgstr "<b>Desanovar (%s)</b>"
14051405
1406#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221406#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1407#, python-format1407#, python-format
1408msgid "Remove (%s)"1408msgid "Remove (%s)"
1409msgstr "Desaniciar (%s)"1409msgstr "Desaniciar (%s)"
14101410
1411#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231411#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1412#, python-format1412#, python-format
1413msgid "No longer needed (%s)"1413msgid "No longer needed (%s)"
1414msgstr "Yá nun fai falta (%s)"1414msgstr "Yá nun fai falta (%s)"
14151415
1416#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241416#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1417#, python-format1417#, python-format
1418msgid "Install (%s)"1418msgid "Install (%s)"
1419msgstr "Instalar (%s)"1419msgstr "Instalar (%s)"
14201420
1421#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251421#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1422#, python-format1422#, python-format
1423msgid "Upgrade (%s)"1423msgid "Upgrade (%s)"
1424msgstr "Anovar (%s)"1424msgstr "Anovar (%s)"
14251425
1426#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731426#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1427msgid "Cancel"1427msgid "Cancel"
1428msgstr ""1428msgstr ""
14291429
1430#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741430#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1431#: ../DistUpgrade/DistUpgradeViewKDE.py:9061431#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1432msgid "Continue"1432msgid "Continue"
1433msgstr ""1433msgstr ""
14341434
1435#: ../DistUpgrade/DistUpgradeViewKDE.py:4451435#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1436msgid "Show Difference >>>"1436msgid "Show Difference >>>"
1437msgstr "Amosar diferencies >>>"1437msgstr "Amosar diferencies >>>"
14381438
1439#: ../DistUpgrade/DistUpgradeViewKDE.py:4481439#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1440msgid "<<< Hide Difference"1440msgid "<<< Hide Difference"
1441msgstr "<<< Soverar diferencies"1441msgstr "<<< Soverar diferencies"
14421442
1443#: ../DistUpgrade/DistUpgradeViewKDE.py:6681443#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1444msgid "Error"1444msgid "Error"
1445msgstr "Fallu"1445msgstr "Fallu"
14461446
1447#: ../DistUpgrade/DistUpgradeViewKDE.py:6861447#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1448#: ../DistUpgrade/DistUpgradeViewKDE.py:9271448#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1449msgid "&Close"1449msgid "&Close"
1450msgstr "&Zarrar"1450msgstr "&Zarrar"
14511451
1452#: ../DistUpgrade/DistUpgradeViewKDE.py:7201452#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1453msgid "Show Terminal >>>"1453msgid "Show Terminal >>>"
1454msgstr "Amosar terminal >>>"1454msgstr "Amosar terminal >>>"
14551455
1456#: ../DistUpgrade/DistUpgradeViewKDE.py:7231456#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1457msgid "<<< Hide Terminal"1457msgid "<<< Hide Terminal"
1458msgstr "<<< Soverar terminal"1458msgstr "<<< Soverar terminal"
14591459
1460#: ../DistUpgrade/DistUpgradeViewKDE.py:7961460#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1461msgid "Information"1461msgid "Information"
1462msgstr "Información"1462msgstr "Información"
14631463
1464#: ../DistUpgrade/DistUpgradeViewKDE.py:8441464#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1465msgid "&Start Upgrade"1465msgid "&Start Upgrade"
1466msgstr "&Aniciar anovamientu"1466msgstr "&Aniciar anovamientu"
14671467
1468#: ../DistUpgrade/DistUpgradeViewKDE.py:8461468#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1469#: ../DistUpgrade/DistUpgradeViewKDE.py:8901469#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1470#: ../DistUpgrade/DistUpgradeViewKDE.py:8931470#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1471#: ../data/gtkbuilder/DistUpgrade.ui.h:71471#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1472msgid "Details"1472msgid "Details"
1473msgstr "Detalles"1473msgstr "Detalles"
14741474
1475#: ../DistUpgrade/DistUpgradeViewKDE.py:8681475#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1476#, python-format1476#, python-format
1477msgid "No longer supported %s"1477msgid "No longer supported %s"
1478msgstr "Yá nun ta sofitáu %s"1478msgstr "Yá nun ta sofitáu %s"
14791479
1480#: ../DistUpgrade/DistUpgradeViewKDE.py:8701480#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1481#, python-format1481#, python-format
1482msgid "Remove %s"1482msgid "Remove %s"
1483msgstr "Esaniciar %s"1483msgstr "Esaniciar %s"
14841484
1485#: ../DistUpgrade/DistUpgradeViewKDE.py:8721485#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1486#: ../DistUpgrade/DistUpgradeViewText.py:2391486#: ../DistUpgrade/DistUpgradeViewText.py:239
1487#, python-format1487#, python-format
1488msgid "Remove (was auto installed) %s"1488msgid "Remove (was auto installed) %s"
1489msgstr "Desaniciar (autoinstalóse) %s"1489msgstr "Desaniciar (autoinstalóse) %s"
14901490
1491#: ../DistUpgrade/DistUpgradeViewKDE.py:8741491#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1492#, python-format1492#, python-format
1493msgid "Install %s"1493msgid "Install %s"
1494msgstr "Instalar %s"1494msgstr "Instalar %s"
14951495
1496#: ../DistUpgrade/DistUpgradeViewKDE.py:8761496#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1497#, python-format1497#, python-format
1498msgid "Upgrade %s"1498msgid "Upgrade %s"
1499msgstr "Anovar %s"1499msgstr "Anovar %s"
15001500
1501#: ../DistUpgrade/DistUpgradeViewKDE.py:9231501#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1502#: ../DistUpgrade/DistUpgradeViewText.py:2921502#: ../DistUpgrade/DistUpgradeViewText.py:292
1503msgid "Restart required"1503msgid "Restart required"
1504msgstr "Necesítase reaniciar"1504msgstr "Necesítase reaniciar"
15051505
1506#: ../DistUpgrade/DistUpgradeViewKDE.py:9231506#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1507msgid "<b><big>Restart the system to complete the upgrade</big></b>"1507msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1508msgstr "<b><big>Reanicia'l sistema pa completar l'anovamientu</big></b>"1508msgstr "<b><big>Reanicia'l sistema pa completar l'anovamientu</big></b>"
15091509
1510#: ../DistUpgrade/DistUpgradeViewKDE.py:9261510#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1511#: ../data/gtkbuilder/DistUpgrade.ui.h:141511#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1512msgid "_Restart Now"1512msgid "_Restart Now"
1513msgstr "_Reaniciar agora"1513msgstr "_Reaniciar agora"
15141514
1515#. FIXME make this user friendly1515#. FIXME make this user friendly
1516#: ../DistUpgrade/DistUpgradeViewKDE.py:9441516#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1517msgid ""1517msgid ""
1518"<b><big>Cancel the running upgrade?</big></b>\n"1518"<b><big>Cancel the running upgrade?</big></b>\n"
1519"\n"1519"\n"
@@ -1525,7 +1525,7 @@ msgstr ""
1525"El sistema podría quedar nun estáu non usable si encaboxa l'anovamientu. "1525"El sistema podría quedar nun estáu non usable si encaboxa l'anovamientu. "
1526"Encamentámos-y que siga col anovamientu."1526"Encamentámos-y que siga col anovamientu."
15271527
1528#: ../DistUpgrade/DistUpgradeViewKDE.py:9481528#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1529msgid "Cancel Upgrade?"1529msgid "Cancel Upgrade?"
1530msgstr "¿Encaboxar l'anovamientu?"1530msgstr "¿Encaboxar l'anovamientu?"
15311531
diff --git a/po/az.po b/po/az.po
index 366f8ee..bda3a1c 100644
--- a/po/az.po
+++ b/po/az.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2013-05-22 11:00+0000\n"12"PO-Revision-Date: 2013-05-22 11:00+0000\n"
13"Last-Translator: Emin Mastizadeh <emin25@ovi.com>\n"13"Last-Translator: Emin Mastizadeh <emin25@ovi.com>\n"
14"Language-Team: Azerbaijani <az@li.org>\n"14"Language-Team: Azerbaijani <az@li.org>\n"
@@ -850,7 +850,7 @@ msgid "&Upgrade"
850msgstr ""850msgstr ""
851851
852#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154852#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
853#: ../DistUpgrade/DistUpgradeViewKDE.py:682853#: ../DistUpgrade/DistUpgradeViewKDE.py:690
854msgid "&Cancel"854msgid "&Cancel"
855msgstr ""855msgstr ""
856856
@@ -880,8 +880,8 @@ msgstr ""
880880
881#. print("mediaChange %s %s" % (medium, drive))881#. print("mediaChange %s %s" % (medium, drive))
882#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235882#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
883#: ../DistUpgrade/DistUpgradeViewGtk3.py:125883#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
884#: ../DistUpgrade/DistUpgradeViewKDE.py:300884#: ../DistUpgrade/DistUpgradeViewKDE.py:302
885#, python-format885#, python-format
886msgid "Please insert '%s' into the drive '%s'"886msgid "Please insert '%s' into the drive '%s'"
887msgstr "Xaiş olunur '%s' mənbəyini '%s' sürücüsünə yerləşdirin"887msgstr "Xaiş olunur '%s' mənbəyini '%s' sürücüsünə yerləşdirin"
@@ -889,7 +889,7 @@ msgstr "Xaiş olunur '%s' mənbəyini '%s' sürücüsünə yerləşdirin"
889#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237889#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
890#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242890#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
891#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243891#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
892#: ../DistUpgrade/DistUpgradeViewKDE.py:301892#: ../DistUpgrade/DistUpgradeViewKDE.py:303
893msgid "Media Change"893msgid "Media Change"
894msgstr ""894msgstr ""
895895
@@ -1139,27 +1139,27 @@ msgstr ""
1139msgid "Upgrade to the development release"1139msgid "Upgrade to the development release"
1140msgstr ""1140msgstr ""
11411141
1142#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461142#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1143#: ../DistUpgrade/DistUpgradeViewKDE.py:3141143#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1144msgid "Fetching is complete"1144msgid "Fetching is complete"
1145msgstr "Paketlərin alınması başa çatdı"1145msgstr "Paketlərin alınması başa çatdı"
11461146
1147#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611147#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1148#: ../DistUpgrade/DistUpgradeViewKDE.py:3301148#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1149#, python-format1149#, python-format
1150msgid "Fetching file %li of %li at %sB/s"1150msgid "Fetching file %li of %li at %sB/s"
1151msgstr ""1151msgstr ""
11521152
1153#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631153#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1154#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251154#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1155#: ../DistUpgrade/DistUpgradeViewKDE.py:3311155#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1156#: ../DistUpgrade/DistUpgradeViewKDE.py:4811156#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1157#, python-format1157#, python-format
1158msgid "About %s remaining"1158msgid "About %s remaining"
1159msgstr "Təxminən %s qalıb"1159msgstr "Təxminən %s qalıb"
11601160
1161#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661161#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1162#: ../DistUpgrade/DistUpgradeViewKDE.py:3331162#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1163#, python-format1163#, python-format
1164msgid "Fetching file %li of %li"1164msgid "Fetching file %li of %li"
1165msgstr ""1165msgstr ""
@@ -1167,25 +1167,25 @@ msgstr ""
1167#. FIXME: add support for the timeout1167#. FIXME: add support for the timeout
1168#. of the terminal (to display something useful then)1168#. of the terminal (to display something useful then)
1169#. -> longer term, move this code into python-apt1169#. -> longer term, move this code into python-apt
1170#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981170#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1171#: ../DistUpgrade/DistUpgradeViewKDE.py:3711171#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1172msgid "Applying changes"1172msgid "Applying changes"
1173msgstr "Dəyişikliklər tətbiq olunur"1173msgstr "Dəyişikliklər tətbiq olunur"
11741174
1175#. we do not report followup errors from earlier failures1175#. we do not report followup errors from earlier failures
1176#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241176#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1177#: ../DistUpgrade/DistUpgradeViewKDE.py:3841177#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1178msgid "dependency problems - leaving unconfigured"1178msgid "dependency problems - leaving unconfigured"
1179msgstr ""1179msgstr ""
11801180
1181#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291181#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1182#: ../DistUpgrade/DistUpgradeViewKDE.py:3861182#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1183#, python-format1183#, python-format
1184msgid "Could not install '%s'"1184msgid "Could not install '%s'"
1185msgstr "'%s' qurula bilmədi"1185msgstr "'%s' qurula bilmədi"
11861186
1187#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301187#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1188#: ../DistUpgrade/DistUpgradeViewKDE.py:3871188#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1189#, python-format1189#, python-format
1190msgid ""1190msgid ""
1191"The upgrade will continue but the '%s' package may not be in a working "1191"The upgrade will continue but the '%s' package may not be in a working "
@@ -1193,8 +1193,8 @@ msgid ""
1193msgstr ""1193msgstr ""
11941194
1195#. self.expander.set_expanded(True)1195#. self.expander.set_expanded(True)
1196#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471196#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1197#: ../DistUpgrade/DistUpgradeViewKDE.py:4091197#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1198#, python-format1198#, python-format
1199msgid ""1199msgid ""
1200"Replace the customized configuration file\n"1200"Replace the customized configuration file\n"
@@ -1203,24 +1203,24 @@ msgstr ""
1203"'%s'\n"1203"'%s'\n"
1204"xüsusiləşdirilmiş quraşdırma faylı əvəz edilsin?"1204"xüsusiləşdirilmiş quraşdırma faylı əvəz edilsin?"
12051205
1206#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481206#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1207#: ../DistUpgrade/DistUpgradeViewKDE.py:4101207#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1208msgid ""1208msgid ""
1209"You will lose any changes you have made to this configuration file if you "1209"You will lose any changes you have made to this configuration file if you "
1210"choose to replace it with a newer version."1210"choose to replace it with a newer version."
1211msgstr ""1211msgstr ""
12121212
1213#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681213#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1214#: ../DistUpgrade/DistUpgradeViewKDE.py:4331214#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1215msgid "The 'diff' command was not found"1215msgid "The 'diff' command was not found"
1216msgstr "'dif' əmri tapılmadı"1216msgstr "'dif' əmri tapılmadı"
12171217
1218#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351218#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1219#: ../DistUpgrade/DistUpgradeViewText.py:1401219#: ../DistUpgrade/DistUpgradeViewText.py:140
1220msgid "A fatal error occurred"1220msgid "A fatal error occurred"
1221msgstr ""1221msgstr ""
12221222
1223#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361223#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1224msgid ""1224msgid ""
1225"Please report this as a bug (if you haven't already) and include the files /"1225"Please report this as a bug (if you haven't already) and include the files /"
1226"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1226"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1228,143 +1228,143 @@ msgid ""
1228"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."1228"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."
1229msgstr ""1229msgstr ""
12301230
1231#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661231#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1232msgid "Ctrl-c pressed"1232msgid "Ctrl-c pressed"
1233msgstr ""1233msgstr ""
12341234
1235#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671235#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1236msgid ""1236msgid ""
1237"This will abort the operation and may leave the system in a broken state. "1237"This will abort the operation and may leave the system in a broken state. "
1238"Are you sure you want to do that?"1238"Are you sure you want to do that?"
1239msgstr ""1239msgstr ""
12401240
1241#. append warning1241#. append warning
1242#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061242#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1243msgid "To prevent data loss close all open applications and documents."1243msgid "To prevent data loss close all open applications and documents."
1244msgstr ""1244msgstr ""
12451245
1246#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201246#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1247#, python-format1247#, python-format
1248msgid "No longer supported by Canonical (%s)"1248msgid "No longer supported by Canonical (%s)"
1249msgstr ""1249msgstr ""
12501250
1251#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211251#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1252#, python-format1252#, python-format
1253msgid "<b>Downgrade (%s)</b>"1253msgid "<b>Downgrade (%s)</b>"
1254msgstr ""1254msgstr ""
12551255
1256#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221256#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1257#, python-format1257#, python-format
1258msgid "Remove (%s)"1258msgid "Remove (%s)"
1259msgstr ""1259msgstr ""
12601260
1261#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231261#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1262#, python-format1262#, python-format
1263msgid "No longer needed (%s)"1263msgid "No longer needed (%s)"
1264msgstr ""1264msgstr ""
12651265
1266#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241266#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1267#, python-format1267#, python-format
1268msgid "Install (%s)"1268msgid "Install (%s)"
1269msgstr ""1269msgstr ""
12701270
1271#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251271#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1272#, python-format1272#, python-format
1273msgid "Upgrade (%s)"1273msgid "Upgrade (%s)"
1274msgstr ""1274msgstr ""
12751275
1276#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731276#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1277msgid "Cancel"1277msgid "Cancel"
1278msgstr ""1278msgstr ""
12791279
1280#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741280#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1281#: ../DistUpgrade/DistUpgradeViewKDE.py:9061281#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1282msgid "Continue"1282msgid "Continue"
1283msgstr ""1283msgstr ""
12841284
1285#: ../DistUpgrade/DistUpgradeViewKDE.py:4451285#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1286msgid "Show Difference >>>"1286msgid "Show Difference >>>"
1287msgstr ""1287msgstr ""
12881288
1289#: ../DistUpgrade/DistUpgradeViewKDE.py:4481289#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1290msgid "<<< Hide Difference"1290msgid "<<< Hide Difference"
1291msgstr ""1291msgstr ""
12921292
1293#: ../DistUpgrade/DistUpgradeViewKDE.py:6681293#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1294msgid "Error"1294msgid "Error"
1295msgstr ""1295msgstr ""
12961296
1297#: ../DistUpgrade/DistUpgradeViewKDE.py:6861297#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1298#: ../DistUpgrade/DistUpgradeViewKDE.py:9271298#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1299msgid "&Close"1299msgid "&Close"
1300msgstr ""1300msgstr ""
13011301
1302#: ../DistUpgrade/DistUpgradeViewKDE.py:7201302#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1303msgid "Show Terminal >>>"1303msgid "Show Terminal >>>"
1304msgstr "Terminalı Göstər >>>"1304msgstr "Terminalı Göstər >>>"
13051305
1306#: ../DistUpgrade/DistUpgradeViewKDE.py:7231306#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1307msgid "<<< Hide Terminal"1307msgid "<<< Hide Terminal"
1308msgstr ""1308msgstr ""
13091309
1310#: ../DistUpgrade/DistUpgradeViewKDE.py:7961310#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1311msgid "Information"1311msgid "Information"
1312msgstr ""1312msgstr ""
13131313
1314#: ../DistUpgrade/DistUpgradeViewKDE.py:8441314#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1315msgid "&Start Upgrade"1315msgid "&Start Upgrade"
1316msgstr ""1316msgstr ""
13171317
1318#: ../DistUpgrade/DistUpgradeViewKDE.py:8461318#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1319#: ../DistUpgrade/DistUpgradeViewKDE.py:8901319#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1320#: ../DistUpgrade/DistUpgradeViewKDE.py:8931320#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1321#: ../data/gtkbuilder/DistUpgrade.ui.h:71321#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1322msgid "Details"1322msgid "Details"
1323msgstr "Təfsilatlar"1323msgstr "Təfsilatlar"
13241324
1325#: ../DistUpgrade/DistUpgradeViewKDE.py:8681325#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1326#, python-format1326#, python-format
1327msgid "No longer supported %s"1327msgid "No longer supported %s"
1328msgstr ""1328msgstr ""
13291329
1330#: ../DistUpgrade/DistUpgradeViewKDE.py:8701330#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1331#, python-format1331#, python-format
1332msgid "Remove %s"1332msgid "Remove %s"
1333msgstr ""1333msgstr ""
13341334
1335#: ../DistUpgrade/DistUpgradeViewKDE.py:8721335#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1336#: ../DistUpgrade/DistUpgradeViewText.py:2391336#: ../DistUpgrade/DistUpgradeViewText.py:239
1337#, python-format1337#, python-format
1338msgid "Remove (was auto installed) %s"1338msgid "Remove (was auto installed) %s"
1339msgstr ""1339msgstr ""
13401340
1341#: ../DistUpgrade/DistUpgradeViewKDE.py:8741341#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1342#, python-format1342#, python-format
1343msgid "Install %s"1343msgid "Install %s"
1344msgstr ""1344msgstr ""
13451345
1346#: ../DistUpgrade/DistUpgradeViewKDE.py:8761346#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1347#, python-format1347#, python-format
1348msgid "Upgrade %s"1348msgid "Upgrade %s"
1349msgstr "%s paketini təzələ"1349msgstr "%s paketini təzələ"
13501350
1351#: ../DistUpgrade/DistUpgradeViewKDE.py:9231351#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1352#: ../DistUpgrade/DistUpgradeViewText.py:2921352#: ../DistUpgrade/DistUpgradeViewText.py:292
1353msgid "Restart required"1353msgid "Restart required"
1354msgstr ""1354msgstr ""
13551355
1356#: ../DistUpgrade/DistUpgradeViewKDE.py:9231356#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1357msgid "<b><big>Restart the system to complete the upgrade</big></b>"1357msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1358msgstr ""1358msgstr ""
1359"<b><big>Təzələməni başa çatdırmaq üçün sistemi yenidən başladın</big></b>"1359"<b><big>Təzələməni başa çatdırmaq üçün sistemi yenidən başladın</big></b>"
13601360
1361#: ../DistUpgrade/DistUpgradeViewKDE.py:9261361#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1362#: ../data/gtkbuilder/DistUpgrade.ui.h:141362#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1363msgid "_Restart Now"1363msgid "_Restart Now"
1364msgstr "İndi _yenidən başlad"1364msgstr "İndi _yenidən başlad"
13651365
1366#. FIXME make this user friendly1366#. FIXME make this user friendly
1367#: ../DistUpgrade/DistUpgradeViewKDE.py:9441367#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1368msgid ""1368msgid ""
1369"<b><big>Cancel the running upgrade?</big></b>\n"1369"<b><big>Cancel the running upgrade?</big></b>\n"
1370"\n"1370"\n"
@@ -1372,7 +1372,7 @@ msgid ""
1372"strongly advised to resume the upgrade."1372"strongly advised to resume the upgrade."
1373msgstr ""1373msgstr ""
13741374
1375#: ../DistUpgrade/DistUpgradeViewKDE.py:9481375#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1376msgid "Cancel Upgrade?"1376msgid "Cancel Upgrade?"
1377msgstr "Təzələmə Dayandırılsın?"1377msgstr "Təzələmə Dayandırılsın?"
13781378
diff --git a/po/be.po b/po/be.po
index 34398ea..3f52a89 100644
--- a/po/be.po
+++ b/po/be.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2019-06-18 17:54+0000\n"12"PO-Revision-Date: 2019-06-18 17:54+0000\n"
13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"
14"Language-Team: Belarusian <be@li.org>\n"14"Language-Team: Belarusian <be@li.org>\n"
@@ -959,7 +959,7 @@ msgid "&Upgrade"
959msgstr "&Абнавіць"959msgstr "&Абнавіць"
960960
961#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154961#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
962#: ../DistUpgrade/DistUpgradeViewKDE.py:682962#: ../DistUpgrade/DistUpgradeViewKDE.py:690
963msgid "&Cancel"963msgid "&Cancel"
964msgstr "&Скасаваць"964msgstr "&Скасаваць"
965965
@@ -989,8 +989,8 @@ msgstr "Файл %s з %s"
989989
990#. print("mediaChange %s %s" % (medium, drive))990#. print("mediaChange %s %s" % (medium, drive))
991#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235991#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
992#: ../DistUpgrade/DistUpgradeViewGtk3.py:125992#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
993#: ../DistUpgrade/DistUpgradeViewKDE.py:300993#: ../DistUpgrade/DistUpgradeViewKDE.py:302
994#, python-format994#, python-format
995msgid "Please insert '%s' into the drive '%s'"995msgid "Please insert '%s' into the drive '%s'"
996msgstr "Калі ласка, устаўце \"%s\" у прыладу \"%s\""996msgstr "Калі ласка, устаўце \"%s\" у прыладу \"%s\""
@@ -998,7 +998,7 @@ msgstr "Калі ласка, устаўце \"%s\" у прыладу \"%s\""
998#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237998#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
999#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242999#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
1000#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2431000#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
1001#: ../DistUpgrade/DistUpgradeViewKDE.py:3011001#: ../DistUpgrade/DistUpgradeViewKDE.py:303
1002msgid "Media Change"1002msgid "Media Change"
1003msgstr "Змена носьбіта"1003msgstr "Змена носьбіта"
10041004
@@ -1282,27 +1282,27 @@ msgstr "Наладзіць каталог з дадзенымі"
1282msgid "Upgrade to the development release"1282msgid "Upgrade to the development release"
1283msgstr "Абнавіцца да выпуску, што распрацоўваецца"1283msgstr "Абнавіцца да выпуску, што распрацоўваецца"
12841284
1285#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461285#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1286#: ../DistUpgrade/DistUpgradeViewKDE.py:3141286#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1287msgid "Fetching is complete"1287msgid "Fetching is complete"
1288msgstr "Загрузка скончана"1288msgstr "Загрузка скончана"
12891289
1290#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611290#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1291#: ../DistUpgrade/DistUpgradeViewKDE.py:3301291#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1292#, python-format1292#, python-format
1293msgid "Fetching file %li of %li at %sB/s"1293msgid "Fetching file %li of %li at %sB/s"
1294msgstr "Загрузка файла %li з %li на хуткасці %sБайт/с"1294msgstr "Загрузка файла %li з %li на хуткасці %sБайт/с"
12951295
1296#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631296#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1297#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251297#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1298#: ../DistUpgrade/DistUpgradeViewKDE.py:3311298#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1299#: ../DistUpgrade/DistUpgradeViewKDE.py:4811299#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1300#, python-format1300#, python-format
1301msgid "About %s remaining"1301msgid "About %s remaining"
1302msgstr "Засталося прыблізна %s"1302msgstr "Засталося прыблізна %s"
13031303
1304#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661304#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1305#: ../DistUpgrade/DistUpgradeViewKDE.py:3331305#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1306#, python-format1306#, python-format
1307msgid "Fetching file %li of %li"1307msgid "Fetching file %li of %li"
1308msgstr "Загрузка файла %li з %li"1308msgstr "Загрузка файла %li з %li"
@@ -1310,25 +1310,25 @@ msgstr "Загрузка файла %li з %li"
1310#. FIXME: add support for the timeout1310#. FIXME: add support for the timeout
1311#. of the terminal (to display something useful then)1311#. of the terminal (to display something useful then)
1312#. -> longer term, move this code into python-apt1312#. -> longer term, move this code into python-apt
1313#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981313#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1314#: ../DistUpgrade/DistUpgradeViewKDE.py:3711314#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1315msgid "Applying changes"1315msgid "Applying changes"
1316msgstr "Ужыванне зменаў"1316msgstr "Ужыванне зменаў"
13171317
1318#. we do not report followup errors from earlier failures1318#. we do not report followup errors from earlier failures
1319#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241319#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1320#: ../DistUpgrade/DistUpgradeViewKDE.py:3841320#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1321msgid "dependency problems - leaving unconfigured"1321msgid "dependency problems - leaving unconfigured"
1322msgstr "праблемы залежнасьцяў — пакідаем неналаджанымі"1322msgstr "праблемы залежнасьцяў — пакідаем неналаджанымі"
13231323
1324#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291324#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1325#: ../DistUpgrade/DistUpgradeViewKDE.py:3861325#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1326#, python-format1326#, python-format
1327msgid "Could not install '%s'"1327msgid "Could not install '%s'"
1328msgstr "Немагчыма ўсталяваць \"%s\""1328msgstr "Немагчыма ўсталяваць \"%s\""
13291329
1330#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301330#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1331#: ../DistUpgrade/DistUpgradeViewKDE.py:3871331#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1332#, python-format1332#, python-format
1333msgid ""1333msgid ""
1334"The upgrade will continue but the '%s' package may not be in a working "1334"The upgrade will continue but the '%s' package may not be in a working "
@@ -1339,8 +1339,8 @@ msgstr ""
1339"памылкі."1339"памылкі."
13401340
1341#. self.expander.set_expanded(True)1341#. self.expander.set_expanded(True)
1342#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471342#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1343#: ../DistUpgrade/DistUpgradeViewKDE.py:4091343#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1344#, python-format1344#, python-format
1345msgid ""1345msgid ""
1346"Replace the customized configuration file\n"1346"Replace the customized configuration file\n"
@@ -1349,8 +1349,8 @@ msgstr ""
1349"Замяніць адмысловы файл наладкі\n"1349"Замяніць адмысловы файл наладкі\n"
1350" \"%s\"?"1350" \"%s\"?"
13511351
1352#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481352#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1353#: ../DistUpgrade/DistUpgradeViewKDE.py:4101353#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1354msgid ""1354msgid ""
1355"You will lose any changes you have made to this configuration file if you "1355"You will lose any changes you have made to this configuration file if you "
1356"choose to replace it with a newer version."1356"choose to replace it with a newer version."
@@ -1358,17 +1358,17 @@ msgstr ""
1358"Вы страціце ўсе змены, якія зрабілі ў гэтым файле канфігурацыі, калі "1358"Вы страціце ўсе змены, якія зрабілі ў гэтым файле канфігурацыі, калі "
1359"заменіце яго новай версіяй."1359"заменіце яго новай версіяй."
13601360
1361#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681361#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1362#: ../DistUpgrade/DistUpgradeViewKDE.py:4331362#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1363msgid "The 'diff' command was not found"1363msgid "The 'diff' command was not found"
1364msgstr "Ня знойдзена праграма \"diff\""1364msgstr "Ня знойдзена праграма \"diff\""
13651365
1366#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351366#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1367#: ../DistUpgrade/DistUpgradeViewText.py:1401367#: ../DistUpgrade/DistUpgradeViewText.py:140
1368msgid "A fatal error occurred"1368msgid "A fatal error occurred"
1369msgstr "Адбылася крытычная памылка"1369msgstr "Адбылася крытычная памылка"
13701370
1371#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361371#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1372msgid ""1372msgid ""
1373"Please report this as a bug (if you haven't already) and include the files /"1373"Please report this as a bug (if you haven't already) and include the files /"
1374"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1374"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1381,11 +1381,11 @@ msgstr ""
1381"Ваш арыгінальны файл sources.list быў захаваны ў /etc/apt/sources.list."1381"Ваш арыгінальны файл sources.list быў захаваны ў /etc/apt/sources.list."
1382"distUpgrade."1382"distUpgrade."
13831383
1384#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661384#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1385msgid "Ctrl-c pressed"1385msgid "Ctrl-c pressed"
1386msgstr "націснута Ctrl-c"1386msgstr "націснута Ctrl-c"
13871387
1388#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671388#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1389msgid ""1389msgid ""
1390"This will abort the operation and may leave the system in a broken state. "1390"This will abort the operation and may leave the system in a broken state. "
1391"Are you sure you want to do that?"1391"Are you sure you want to do that?"
@@ -1394,132 +1394,132 @@ msgstr ""
1394"Вы сапраўды хочаце зрабіць гэта ?"1394"Вы сапраўды хочаце зрабіць гэта ?"
13951395
1396#. append warning1396#. append warning
1397#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061397#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1398msgid "To prevent data loss close all open applications and documents."1398msgid "To prevent data loss close all open applications and documents."
1399msgstr ""1399msgstr ""
1400"Каб пазбегнуць страты дадзеных, зачыніце ўсе адчыненыя праграмы і дакументы."1400"Каб пазбегнуць страты дадзеных, зачыніце ўсе адчыненыя праграмы і дакументы."
14011401
1402#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201402#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1403#, python-format1403#, python-format
1404msgid "No longer supported by Canonical (%s)"1404msgid "No longer supported by Canonical (%s)"
1405msgstr "Больш не падтрымліваецца Canonical (%s)"1405msgstr "Больш не падтрымліваецца Canonical (%s)"
14061406
1407#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211407#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1408#, python-format1408#, python-format
1409msgid "<b>Downgrade (%s)</b>"1409msgid "<b>Downgrade (%s)</b>"
1410msgstr "<b>Усталяванне старой версіі (%s)</b>"1410msgstr "<b>Усталяванне старой версіі (%s)</b>"
14111411
1412#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221412#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1413#, python-format1413#, python-format
1414msgid "Remove (%s)"1414msgid "Remove (%s)"
1415msgstr "Выдаліць (%s)"1415msgstr "Выдаліць (%s)"
14161416
1417#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231417#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1418#, python-format1418#, python-format
1419msgid "No longer needed (%s)"1419msgid "No longer needed (%s)"
1420msgstr "Больш не патрэбны (%s)"1420msgstr "Больш не патрэбны (%s)"
14211421
1422#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241422#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1423#, python-format1423#, python-format
1424msgid "Install (%s)"1424msgid "Install (%s)"
1425msgstr "Усталяваць (%s)"1425msgstr "Усталяваць (%s)"
14261426
1427#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251427#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1428#, python-format1428#, python-format
1429msgid "Upgrade (%s)"1429msgid "Upgrade (%s)"
1430msgstr "Абнавіць (%s)"1430msgstr "Абнавіць (%s)"
14311431
1432#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731432#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1433msgid "Cancel"1433msgid "Cancel"
1434msgstr ""1434msgstr ""
14351435
1436#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741436#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1437#: ../DistUpgrade/DistUpgradeViewKDE.py:9061437#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1438msgid "Continue"1438msgid "Continue"
1439msgstr ""1439msgstr ""
14401440
1441#: ../DistUpgrade/DistUpgradeViewKDE.py:4451441#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1442msgid "Show Difference >>>"1442msgid "Show Difference >>>"
1443msgstr "Паказаць адрозненні >>>"1443msgstr "Паказаць адрозненні >>>"
14441444
1445#: ../DistUpgrade/DistUpgradeViewKDE.py:4481445#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1446msgid "<<< Hide Difference"1446msgid "<<< Hide Difference"
1447msgstr "<<< Схаваць адрозненні"1447msgstr "<<< Схаваць адрозненні"
14481448
1449#: ../DistUpgrade/DistUpgradeViewKDE.py:6681449#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1450msgid "Error"1450msgid "Error"
1451msgstr "Памылка"1451msgstr "Памылка"
14521452
1453#: ../DistUpgrade/DistUpgradeViewKDE.py:6861453#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1454#: ../DistUpgrade/DistUpgradeViewKDE.py:9271454#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1455msgid "&Close"1455msgid "&Close"
1456msgstr "&Зачыніць"1456msgstr "&Зачыніць"
14571457
1458#: ../DistUpgrade/DistUpgradeViewKDE.py:7201458#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1459msgid "Show Terminal >>>"1459msgid "Show Terminal >>>"
1460msgstr "Паказаць тэрмінал >>>"1460msgstr "Паказаць тэрмінал >>>"
14611461
1462#: ../DistUpgrade/DistUpgradeViewKDE.py:7231462#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1463msgid "<<< Hide Terminal"1463msgid "<<< Hide Terminal"
1464msgstr "<<< Схаваць тэрмінал"1464msgstr "<<< Схаваць тэрмінал"
14651465
1466#: ../DistUpgrade/DistUpgradeViewKDE.py:7961466#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1467msgid "Information"1467msgid "Information"
1468msgstr "Інфармацыя"1468msgstr "Інфармацыя"
14691469
1470#: ../DistUpgrade/DistUpgradeViewKDE.py:8441470#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1471msgid "&Start Upgrade"1471msgid "&Start Upgrade"
1472msgstr "&Пачаць абнаўленне"1472msgstr "&Пачаць абнаўленне"
14731473
1474#: ../DistUpgrade/DistUpgradeViewKDE.py:8461474#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1475#: ../DistUpgrade/DistUpgradeViewKDE.py:8901475#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1476#: ../DistUpgrade/DistUpgradeViewKDE.py:8931476#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1477#: ../data/gtkbuilder/DistUpgrade.ui.h:71477#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1478msgid "Details"1478msgid "Details"
1479msgstr "Дэталі"1479msgstr "Дэталі"
14801480
1481#: ../DistUpgrade/DistUpgradeViewKDE.py:8681481#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1482#, python-format1482#, python-format
1483msgid "No longer supported %s"1483msgid "No longer supported %s"
1484msgstr "Больш не падтрымліваецца (%s)"1484msgstr "Больш не падтрымліваецца (%s)"
14851485
1486#: ../DistUpgrade/DistUpgradeViewKDE.py:8701486#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1487#, python-format1487#, python-format
1488msgid "Remove %s"1488msgid "Remove %s"
1489msgstr "Выдаліць %s"1489msgstr "Выдаліць %s"
14901490
1491#: ../DistUpgrade/DistUpgradeViewKDE.py:8721491#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1492#: ../DistUpgrade/DistUpgradeViewText.py:2391492#: ../DistUpgrade/DistUpgradeViewText.py:239
1493#, python-format1493#, python-format
1494msgid "Remove (was auto installed) %s"1494msgid "Remove (was auto installed) %s"
1495msgstr "Выдаліць %s (было ўсталявана аўтаматычна)"1495msgstr "Выдаліць %s (было ўсталявана аўтаматычна)"
14961496
1497#: ../DistUpgrade/DistUpgradeViewKDE.py:8741497#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1498#, python-format1498#, python-format
1499msgid "Install %s"1499msgid "Install %s"
1500msgstr "Усталёўка %s"1500msgstr "Усталёўка %s"
15011501
1502#: ../DistUpgrade/DistUpgradeViewKDE.py:8761502#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1503#, python-format1503#, python-format
1504msgid "Upgrade %s"1504msgid "Upgrade %s"
1505msgstr "Абнаўленне %s"1505msgstr "Абнаўленне %s"
15061506
1507#: ../DistUpgrade/DistUpgradeViewKDE.py:9231507#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1508#: ../DistUpgrade/DistUpgradeViewText.py:2921508#: ../DistUpgrade/DistUpgradeViewText.py:292
1509msgid "Restart required"1509msgid "Restart required"
1510msgstr "Патрабуецца перазагрузка"1510msgstr "Патрабуецца перазагрузка"
15111511
1512#: ../DistUpgrade/DistUpgradeViewKDE.py:9231512#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1513msgid "<b><big>Restart the system to complete the upgrade</big></b>"1513msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1514msgstr "<b><big>Перагрузіце сістэму для завяршэння абнаўлення</big></b>"1514msgstr "<b><big>Перагрузіце сістэму для завяршэння абнаўлення</big></b>"
15151515
1516#: ../DistUpgrade/DistUpgradeViewKDE.py:9261516#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1517#: ../data/gtkbuilder/DistUpgrade.ui.h:141517#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1518msgid "_Restart Now"1518msgid "_Restart Now"
1519msgstr "Пера_запусціць"1519msgstr "Пера_запусціць"
15201520
1521#. FIXME make this user friendly1521#. FIXME make this user friendly
1522#: ../DistUpgrade/DistUpgradeViewKDE.py:9441522#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1523msgid ""1523msgid ""
1524"<b><big>Cancel the running upgrade?</big></b>\n"1524"<b><big>Cancel the running upgrade?</big></b>\n"
1525"\n"1525"\n"
@@ -1530,7 +1530,7 @@ msgstr ""
1530"Калі вы перапыніце абнаўленне, сістэма можа працаваць нестабільна. "1530"Калі вы перапыніце абнаўленне, сістэма можа працаваць нестабільна. "
1531"Настойліва рэкамендуем працягваць абнаўленне."1531"Настойліва рэкамендуем працягваць абнаўленне."
15321532
1533#: ../DistUpgrade/DistUpgradeViewKDE.py:9481533#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1534msgid "Cancel Upgrade?"1534msgid "Cancel Upgrade?"
1535msgstr "Скасаваць абнаўленне?"1535msgstr "Скасаваць абнаўленне?"
15361536
diff --git a/po/bg.po b/po/bg.po
index 73e0920..771baf6 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -9,7 +9,7 @@ msgid ""
9msgstr ""9msgstr ""
10"Project-Id-Version: update manager\n"10"Project-Id-Version: update manager\n"
11"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"11"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
12"POT-Creation-Date: 2023-02-22 21:53+0000\n"12"POT-Creation-Date: 2023-04-03 16:33+0000\n"
13"PO-Revision-Date: 2019-06-18 17:55+0000\n"13"PO-Revision-Date: 2019-06-18 17:55+0000\n"
14"Last-Translator: Brian Murray <brian@ubuntu.com>\n"14"Last-Translator: Brian Murray <brian@ubuntu.com>\n"
15"Language-Team: Bulgarian <dict@fsa-bg.org>\n"15"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -953,7 +953,7 @@ msgid "&Upgrade"
953msgstr ""953msgstr ""
954954
955#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154955#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
956#: ../DistUpgrade/DistUpgradeViewKDE.py:682956#: ../DistUpgrade/DistUpgradeViewKDE.py:690
957msgid "&Cancel"957msgid "&Cancel"
958msgstr "&Отмени"958msgstr "&Отмени"
959959
@@ -983,8 +983,8 @@ msgstr "Файл %s от %s"
983983
984#. print("mediaChange %s %s" % (medium, drive))984#. print("mediaChange %s %s" % (medium, drive))
985#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235985#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
986#: ../DistUpgrade/DistUpgradeViewGtk3.py:125986#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
987#: ../DistUpgrade/DistUpgradeViewKDE.py:300987#: ../DistUpgrade/DistUpgradeViewKDE.py:302
988#, python-format988#, python-format
989msgid "Please insert '%s' into the drive '%s'"989msgid "Please insert '%s' into the drive '%s'"
990msgstr "Моля, поставете диск «%s» в устройство «%s»"990msgstr "Моля, поставете диск «%s» в устройство «%s»"
@@ -992,7 +992,7 @@ msgstr "Моля, поставете диск «%s» в устройство «%
992#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237992#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
993#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242993#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
994#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243994#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
995#: ../DistUpgrade/DistUpgradeViewKDE.py:301995#: ../DistUpgrade/DistUpgradeViewKDE.py:303
996msgid "Media Change"996msgid "Media Change"
997msgstr "Смяна на носител"997msgstr "Смяна на носител"
998998
@@ -1269,27 +1269,27 @@ msgstr "Задай директорията за данни"
1269msgid "Upgrade to the development release"1269msgid "Upgrade to the development release"
1270msgstr "Надгради се до изданието в разработка"1270msgstr "Надгради се до изданието в разработка"
12711271
1272#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461272#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1273#: ../DistUpgrade/DistUpgradeViewKDE.py:3141273#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1274msgid "Fetching is complete"1274msgid "Fetching is complete"
1275msgstr "Изтеглянето е завършено"1275msgstr "Изтеглянето е завършено"
12761276
1277#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611277#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1278#: ../DistUpgrade/DistUpgradeViewKDE.py:3301278#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1279#, python-format1279#, python-format
1280msgid "Fetching file %li of %li at %sB/s"1280msgid "Fetching file %li of %li at %sB/s"
1281msgstr "Изтегляне на файл %li от %li с %sБ/с"1281msgstr "Изтегляне на файл %li от %li с %sБ/с"
12821282
1283#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631283#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1284#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251284#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1285#: ../DistUpgrade/DistUpgradeViewKDE.py:3311285#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1286#: ../DistUpgrade/DistUpgradeViewKDE.py:4811286#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1287#, python-format1287#, python-format
1288msgid "About %s remaining"1288msgid "About %s remaining"
1289msgstr "Остават около %s"1289msgstr "Остават около %s"
12901290
1291#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661291#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1292#: ../DistUpgrade/DistUpgradeViewKDE.py:3331292#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1293#, python-format1293#, python-format
1294msgid "Fetching file %li of %li"1294msgid "Fetching file %li of %li"
1295msgstr "Изтегляне на файл %li от %li"1295msgstr "Изтегляне на файл %li от %li"
@@ -1297,25 +1297,25 @@ msgstr "Изтегляне на файл %li от %li"
1297#. FIXME: add support for the timeout1297#. FIXME: add support for the timeout
1298#. of the terminal (to display something useful then)1298#. of the terminal (to display something useful then)
1299#. -> longer term, move this code into python-apt1299#. -> longer term, move this code into python-apt
1300#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981300#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1301#: ../DistUpgrade/DistUpgradeViewKDE.py:3711301#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1302msgid "Applying changes"1302msgid "Applying changes"
1303msgstr "Прилагане на промените"1303msgstr "Прилагане на промените"
13041304
1305#. we do not report followup errors from earlier failures1305#. we do not report followup errors from earlier failures
1306#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241306#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1307#: ../DistUpgrade/DistUpgradeViewKDE.py:3841307#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1308msgid "dependency problems - leaving unconfigured"1308msgid "dependency problems - leaving unconfigured"
1309msgstr "проблеми със зависимости - остава не конфигуриран"1309msgstr "проблеми със зависимости - остава не конфигуриран"
13101310
1311#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291311#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1312#: ../DistUpgrade/DistUpgradeViewKDE.py:3861312#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1313#, python-format1313#, python-format
1314msgid "Could not install '%s'"1314msgid "Could not install '%s'"
1315msgstr "Не можеше да бъде инсталиран «%s»"1315msgstr "Не можеше да бъде инсталиран «%s»"
13161316
1317#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301317#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1318#: ../DistUpgrade/DistUpgradeViewKDE.py:3871318#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1319#, python-format1319#, python-format
1320msgid ""1320msgid ""
1321"The upgrade will continue but the '%s' package may not be in a working "1321"The upgrade will continue but the '%s' package may not be in a working "
@@ -1325,8 +1325,8 @@ msgstr ""
1325"за представянето на грешки"1325"за представянето на грешки"
13261326
1327#. self.expander.set_expanded(True)1327#. self.expander.set_expanded(True)
1328#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471328#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1329#: ../DistUpgrade/DistUpgradeViewKDE.py:4091329#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1330#, python-format1330#, python-format
1331msgid ""1331msgid ""
1332"Replace the customized configuration file\n"1332"Replace the customized configuration file\n"
@@ -1335,8 +1335,8 @@ msgstr ""
1335"Да се замени ли персонализирания конфигурационен файл\n"1335"Да се замени ли персонализирания конфигурационен файл\n"
1336"«%s»?"1336"«%s»?"
13371337
1338#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481338#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1339#: ../DistUpgrade/DistUpgradeViewKDE.py:4101339#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1340msgid ""1340msgid ""
1341"You will lose any changes you have made to this configuration file if you "1341"You will lose any changes you have made to this configuration file if you "
1342"choose to replace it with a newer version."1342"choose to replace it with a newer version."
@@ -1344,17 +1344,17 @@ msgstr ""
1344"Ще изгубите всички промени, които сте направили в този конфигурационен файл "1344"Ще изгубите всички промени, които сте направили в този конфигурационен файл "
1345"ако изберете да го замените с по-нова версия."1345"ако изберете да го замените с по-нова версия."
13461346
1347#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681347#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1348#: ../DistUpgrade/DistUpgradeViewKDE.py:4331348#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1349msgid "The 'diff' command was not found"1349msgid "The 'diff' command was not found"
1350msgstr "Командата «diff» не бе намерена"1350msgstr "Командата «diff» не бе намерена"
13511351
1352#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351352#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1353#: ../DistUpgrade/DistUpgradeViewText.py:1401353#: ../DistUpgrade/DistUpgradeViewText.py:140
1354msgid "A fatal error occurred"1354msgid "A fatal error occurred"
1355msgstr "Възникна фатална грешка"1355msgstr "Възникна фатална грешка"
13561356
1357#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361357#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1358msgid ""1358msgid ""
1359"Please report this as a bug (if you haven't already) and include the files /"1359"Please report this as a bug (if you haven't already) and include the files /"
1360"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1360"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1367,11 +1367,11 @@ msgstr ""
1367"Оригиналният файл sources.list бе запазен в /etc/apt/sources.list."1367"Оригиналният файл sources.list бе запазен в /etc/apt/sources.list."
1368"distUpgrade."1368"distUpgrade."
13691369
1370#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661370#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1371msgid "Ctrl-c pressed"1371msgid "Ctrl-c pressed"
1372msgstr "Ctrl-c натиснат"1372msgstr "Ctrl-c натиснат"
13731373
1374#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671374#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1375msgid ""1375msgid ""
1376"This will abort the operation and may leave the system in a broken state. "1376"This will abort the operation and may leave the system in a broken state. "
1377"Are you sure you want to do that?"1377"Are you sure you want to do that?"
@@ -1380,134 +1380,134 @@ msgstr ""
1380"състояние. Сигурни ли сте, че искате да направите това?"1380"състояние. Сигурни ли сте, че искате да направите това?"
13811381
1382#. append warning1382#. append warning
1383#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061383#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1384msgid "To prevent data loss close all open applications and documents."1384msgid "To prevent data loss close all open applications and documents."
1385msgstr ""1385msgstr ""
1386"За да предотвратите загуба на данни, затворете всички отворени приложения и "1386"За да предотвратите загуба на данни, затворете всички отворени приложения и "
1387"документи."1387"документи."
13881388
1389#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201389#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1390#, python-format1390#, python-format
1391msgid "No longer supported by Canonical (%s)"1391msgid "No longer supported by Canonical (%s)"
1392msgstr "Вече не се поддържа от Каноникал. (%s)"1392msgstr "Вече не се поддържа от Каноникал. (%s)"
13931393
1394#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211394#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1395#, python-format1395#, python-format
1396msgid "<b>Downgrade (%s)</b>"1396msgid "<b>Downgrade (%s)</b>"
1397msgstr "<b>Инсталиране на по-стара версия (%s)</b>"1397msgstr "<b>Инсталиране на по-стара версия (%s)</b>"
13981398
1399#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221399#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1400#, python-format1400#, python-format
1401msgid "Remove (%s)"1401msgid "Remove (%s)"
1402msgstr "За премахване (%s)"1402msgstr "За премахване (%s)"
14031403
1404#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231404#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1405#, python-format1405#, python-format
1406msgid "No longer needed (%s)"1406msgid "No longer needed (%s)"
1407msgstr "Вече не са необходими (%s)"1407msgstr "Вече не са необходими (%s)"
14081408
1409#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241409#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1410#, python-format1410#, python-format
1411msgid "Install (%s)"1411msgid "Install (%s)"
1412msgstr "За инсталиране (%s)"1412msgstr "За инсталиране (%s)"
14131413
1414#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251414#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1415#, python-format1415#, python-format
1416msgid "Upgrade (%s)"1416msgid "Upgrade (%s)"
1417msgstr "За надграждане (%s)"1417msgstr "За надграждане (%s)"
14181418
1419#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731419#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1420msgid "Cancel"1420msgid "Cancel"
1421msgstr ""1421msgstr ""
14221422
1423#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741423#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1424#: ../DistUpgrade/DistUpgradeViewKDE.py:9061424#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1425msgid "Continue"1425msgid "Continue"
1426msgstr ""1426msgstr ""
14271427
1428#: ../DistUpgrade/DistUpgradeViewKDE.py:4451428#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1429msgid "Show Difference >>>"1429msgid "Show Difference >>>"
1430msgstr "Покажи разликите >>>"1430msgstr "Покажи разликите >>>"
14311431
1432#: ../DistUpgrade/DistUpgradeViewKDE.py:4481432#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1433msgid "<<< Hide Difference"1433msgid "<<< Hide Difference"
1434msgstr "<<< Скрий разликите"1434msgstr "<<< Скрий разликите"
14351435
1436#: ../DistUpgrade/DistUpgradeViewKDE.py:6681436#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1437msgid "Error"1437msgid "Error"
1438msgstr "Грешка"1438msgstr "Грешка"
14391439
1440#: ../DistUpgrade/DistUpgradeViewKDE.py:6861440#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1441#: ../DistUpgrade/DistUpgradeViewKDE.py:9271441#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1442msgid "&Close"1442msgid "&Close"
1443msgstr "&Затвори"1443msgstr "&Затвори"
14441444
1445#: ../DistUpgrade/DistUpgradeViewKDE.py:7201445#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1446msgid "Show Terminal >>>"1446msgid "Show Terminal >>>"
1447msgstr "Покажи терминала >>>"1447msgstr "Покажи терминала >>>"
14481448
1449#: ../DistUpgrade/DistUpgradeViewKDE.py:7231449#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1450msgid "<<< Hide Terminal"1450msgid "<<< Hide Terminal"
1451msgstr "<<< Скрий терминала"1451msgstr "<<< Скрий терминала"
14521452
1453#: ../DistUpgrade/DistUpgradeViewKDE.py:7961453#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1454msgid "Information"1454msgid "Information"
1455msgstr "Информация"1455msgstr "Информация"
14561456
1457#: ../DistUpgrade/DistUpgradeViewKDE.py:8441457#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1458msgid "&Start Upgrade"1458msgid "&Start Upgrade"
1459msgstr ""1459msgstr ""
14601460
1461#: ../DistUpgrade/DistUpgradeViewKDE.py:8461461#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1462#: ../DistUpgrade/DistUpgradeViewKDE.py:8901462#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1463#: ../DistUpgrade/DistUpgradeViewKDE.py:8931463#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1464#: ../data/gtkbuilder/DistUpgrade.ui.h:71464#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1465msgid "Details"1465msgid "Details"
1466msgstr "Детайли"1466msgstr "Детайли"
14671467
1468#: ../DistUpgrade/DistUpgradeViewKDE.py:8681468#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1469#, python-format1469#, python-format
1470msgid "No longer supported %s"1470msgid "No longer supported %s"
1471msgstr "Вече не се поддържа %s"1471msgstr "Вече не се поддържа %s"
14721472
1473#: ../DistUpgrade/DistUpgradeViewKDE.py:8701473#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1474#, python-format1474#, python-format
1475msgid "Remove %s"1475msgid "Remove %s"
1476msgstr "Премахване на %s"1476msgstr "Премахване на %s"
14771477
1478#: ../DistUpgrade/DistUpgradeViewKDE.py:8721478#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1479#: ../DistUpgrade/DistUpgradeViewText.py:2391479#: ../DistUpgrade/DistUpgradeViewText.py:239
1480#, python-format1480#, python-format
1481msgid "Remove (was auto installed) %s"1481msgid "Remove (was auto installed) %s"
1482msgstr "Премахване (на автоматично инсталиран) %s"1482msgstr "Премахване (на автоматично инсталиран) %s"
14831483
1484#: ../DistUpgrade/DistUpgradeViewKDE.py:8741484#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1485#, python-format1485#, python-format
1486msgid "Install %s"1486msgid "Install %s"
1487msgstr "Инсталиране на %s"1487msgstr "Инсталиране на %s"
14881488
1489#: ../DistUpgrade/DistUpgradeViewKDE.py:8761489#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1490#, python-format1490#, python-format
1491msgid "Upgrade %s"1491msgid "Upgrade %s"
1492msgstr "Надграждане на %s"1492msgstr "Надграждане на %s"
14931493
1494#: ../DistUpgrade/DistUpgradeViewKDE.py:9231494#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1495#: ../DistUpgrade/DistUpgradeViewText.py:2921495#: ../DistUpgrade/DistUpgradeViewText.py:292
1496msgid "Restart required"1496msgid "Restart required"
1497msgstr "Изисква рестартиране"1497msgstr "Изисква рестартиране"
14981498
1499#: ../DistUpgrade/DistUpgradeViewKDE.py:9231499#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1500msgid "<b><big>Restart the system to complete the upgrade</big></b>"1500msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1501msgstr ""1501msgstr ""
1502"<b><big>Рестратирайте системата, за да завършите надграждането</big></b>"1502"<b><big>Рестратирайте системата, за да завършите надграждането</big></b>"
15031503
1504#: ../DistUpgrade/DistUpgradeViewKDE.py:9261504#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1505#: ../data/gtkbuilder/DistUpgrade.ui.h:141505#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1506msgid "_Restart Now"1506msgid "_Restart Now"
1507msgstr "_Рестартирай сега"1507msgstr "_Рестартирай сега"
15081508
1509#. FIXME make this user friendly1509#. FIXME make this user friendly
1510#: ../DistUpgrade/DistUpgradeViewKDE.py:9441510#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1511msgid ""1511msgid ""
1512"<b><big>Cancel the running upgrade?</big></b>\n"1512"<b><big>Cancel the running upgrade?</big></b>\n"
1513"\n"1513"\n"
@@ -1519,7 +1519,7 @@ msgstr ""
1519"Ако откажете надграждането системата може да остане в състояние, в което е "1519"Ако откажете надграждането системата може да остане в състояние, в което е "
1520"неизползваема. Силно ви препоръчваме да продължите надграждането."1520"неизползваема. Силно ви препоръчваме да продължите надграждането."
15211521
1522#: ../DistUpgrade/DistUpgradeViewKDE.py:9481522#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1523msgid "Cancel Upgrade?"1523msgid "Cancel Upgrade?"
1524msgstr "Да отменим ли надграждането?"1524msgstr "Да отменим ли надграждането?"
15251525
diff --git a/po/bn.po b/po/bn.po
index 0ff3f27..8fce4a1 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -12,7 +12,7 @@ msgid ""
12msgstr ""12msgstr ""
13"Project-Id-Version: shotwell-0.7.2\n"13"Project-Id-Version: shotwell-0.7.2\n"
14"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"14"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
15"POT-Creation-Date: 2023-02-22 21:53+0000\n"15"POT-Creation-Date: 2023-04-03 16:33+0000\n"
16"PO-Revision-Date: 2019-02-10 12:11+0000\n"16"PO-Revision-Date: 2019-02-10 12:11+0000\n"
17"Last-Translator: Istiak Ferdous <Unknown>\n"17"Last-Translator: Istiak Ferdous <Unknown>\n"
18"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"18"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
@@ -940,7 +940,7 @@ msgid "&Upgrade"
940msgstr ""940msgstr ""
941941
942#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154942#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
943#: ../DistUpgrade/DistUpgradeViewKDE.py:682943#: ../DistUpgrade/DistUpgradeViewKDE.py:690
944msgid "&Cancel"944msgid "&Cancel"
945msgstr ""945msgstr ""
946946
@@ -971,8 +971,8 @@ msgstr "ফাইল %s এর %s"
971971
972#. print("mediaChange %s %s" % (medium, drive))972#. print("mediaChange %s %s" % (medium, drive))
973#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235973#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
974#: ../DistUpgrade/DistUpgradeViewGtk3.py:125974#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
975#: ../DistUpgrade/DistUpgradeViewKDE.py:300975#: ../DistUpgrade/DistUpgradeViewKDE.py:302
976#, python-format976#, python-format
977msgid "Please insert '%s' into the drive '%s'"977msgid "Please insert '%s' into the drive '%s'"
978msgstr "দয়া করে '%s' ড্রাইভে '%s' প্রবেশ করান"978msgstr "দয়া করে '%s' ড্রাইভে '%s' প্রবেশ করান"
@@ -980,7 +980,7 @@ msgstr "দয়া করে '%s' ড্রাইভে '%s' প্রবেশ
980#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237980#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
981#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242981#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
982#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243982#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
983#: ../DistUpgrade/DistUpgradeViewKDE.py:301983#: ../DistUpgrade/DistUpgradeViewKDE.py:303
984msgid "Media Change"984msgid "Media Change"
985msgstr "মিডিয়া পরিবর্তন"985msgstr "মিডিয়া পরিবর্তন"
986986
@@ -1253,28 +1253,28 @@ msgstr "datadir নির্ধারণ"
1253msgid "Upgrade to the development release"1253msgid "Upgrade to the development release"
1254msgstr ""1254msgstr ""
12551255
1256#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461256#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1257#: ../DistUpgrade/DistUpgradeViewKDE.py:3141257#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1258msgid "Fetching is complete"1258msgid "Fetching is complete"
1259msgstr "টেনে আনা সম্পূর্ণ"1259msgstr "টেনে আনা সম্পূর্ণ"
12601260
1261#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611261#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1262#: ../DistUpgrade/DistUpgradeViewKDE.py:3301262#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1263#, python-format1263#, python-format
1264msgid "Fetching file %li of %li at %sB/s"1264msgid "Fetching file %li of %li at %sB/s"
1265msgstr "ফাইল আনা হচ্ছে %li এর %li %sB/s এ"1265msgstr "ফাইল আনা হচ্ছে %li এর %li %sB/s এ"
12661266
1267#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631267#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1268#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251268#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1269#: ../DistUpgrade/DistUpgradeViewKDE.py:3311269#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1270#: ../DistUpgrade/DistUpgradeViewKDE.py:4811270#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1271#, python-format1271#, python-format
1272msgid "About %s remaining"1272msgid "About %s remaining"
1273msgstr "%s বাকি আছে"1273msgstr "%s বাকি আছে"
12741274
1275# prb1275# prb
1276#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661276#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1277#: ../DistUpgrade/DistUpgradeViewKDE.py:3331277#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1278#, python-format1278#, python-format
1279msgid "Fetching file %li of %li"1279msgid "Fetching file %li of %li"
1280msgstr "%li এর %li ফাইল নিয়ে আসা হয়"1280msgstr "%li এর %li ফাইল নিয়ে আসা হয়"
@@ -1282,27 +1282,27 @@ msgstr "%li এর %li ফাইল নিয়ে আসা হয়"
1282#. FIXME: add support for the timeout1282#. FIXME: add support for the timeout
1283#. of the terminal (to display something useful then)1283#. of the terminal (to display something useful then)
1284#. -> longer term, move this code into python-apt1284#. -> longer term, move this code into python-apt
1285#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981285#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1286#: ../DistUpgrade/DistUpgradeViewKDE.py:3711286#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1287msgid "Applying changes"1287msgid "Applying changes"
1288msgstr "পরিবর্তনগুলো প্রয়োগ করছি"1288msgstr "পরিবর্তনগুলো প্রয়োগ করছি"
12891289
1290# snigdha1290# snigdha
1291#. we do not report followup errors from earlier failures1291#. we do not report followup errors from earlier failures
1292#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241292#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1293#: ../DistUpgrade/DistUpgradeViewKDE.py:3841293#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1294msgid "dependency problems - leaving unconfigured"1294msgid "dependency problems - leaving unconfigured"
1295msgstr "ডিপেন্ডেন্সী সমস্যা - আনকনফিগার হিসাবে রয়েছে"1295msgstr "ডিপেন্ডেন্সী সমস্যা - আনকনফিগার হিসাবে রয়েছে"
12961296
1297#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291297#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1298#: ../DistUpgrade/DistUpgradeViewKDE.py:3861298#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1299#, python-format1299#, python-format
1300msgid "Could not install '%s'"1300msgid "Could not install '%s'"
1301msgstr "'%s' ইন্সটল করা যায় নি"1301msgstr "'%s' ইন্সটল করা যায় নি"
13021302
1303# snigdha1303# snigdha
1304#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301304#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1305#: ../DistUpgrade/DistUpgradeViewKDE.py:3871305#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1306#, python-format1306#, python-format
1307msgid ""1307msgid ""
1308"The upgrade will continue but the '%s' package may not be in a working "1308"The upgrade will continue but the '%s' package may not be in a working "
@@ -1313,8 +1313,8 @@ msgstr ""
13131313
1314# snigdha1314# snigdha
1315#. self.expander.set_expanded(True)1315#. self.expander.set_expanded(True)
1316#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471316#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1317#: ../DistUpgrade/DistUpgradeViewKDE.py:4091317#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1318#, python-format1318#, python-format
1319msgid ""1319msgid ""
1320"Replace the customized configuration file\n"1320"Replace the customized configuration file\n"
@@ -1324,8 +1324,8 @@ msgstr ""
1324"'%s' প্রতিস্থাপন?"1324"'%s' প্রতিস্থাপন?"
13251325
1326# snigdha1326# snigdha
1327#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481327#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1328#: ../DistUpgrade/DistUpgradeViewKDE.py:4101328#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1329msgid ""1329msgid ""
1330"You will lose any changes you have made to this configuration file if you "1330"You will lose any changes you have made to this configuration file if you "
1331"choose to replace it with a newer version."1331"choose to replace it with a newer version."
@@ -1333,18 +1333,18 @@ msgstr ""
1333"আপনি যদি নতুন সংস্করণ দ্বারা এটি প্রতিস্থাপন করেন তবে কনফিগারেশন ফাইলে কোনো "1333"আপনি যদি নতুন সংস্করণ দ্বারা এটি প্রতিস্থাপন করেন তবে কনফিগারেশন ফাইলে কোনো "
1334"পরিবর্তন করে থাকলে তা চলে যাবে।"1334"পরিবর্তন করে থাকলে তা চলে যাবে।"
13351335
1336#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681336#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1337#: ../DistUpgrade/DistUpgradeViewKDE.py:4331337#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1338msgid "The 'diff' command was not found"1338msgid "The 'diff' command was not found"
1339msgstr "'diff' কমান্ডটি পাওয়া যায় নি"1339msgstr "'diff' কমান্ডটি পাওয়া যায় নি"
13401340
1341#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351341#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1342#: ../DistUpgrade/DistUpgradeViewText.py:1401342#: ../DistUpgrade/DistUpgradeViewText.py:140
1343msgid "A fatal error occurred"1343msgid "A fatal error occurred"
1344msgstr "একটি মারাত্মক সমস্যা সংঘটিত হয়েছে"1344msgstr "একটি মারাত্মক সমস্যা সংঘটিত হয়েছে"
13451345
1346# snigdha1346# snigdha
1347#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361347#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1348msgid ""1348msgid ""
1349"Please report this as a bug (if you haven't already) and include the files /"1349"Please report this as a bug (if you haven't already) and include the files /"
1350"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1350"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1356,12 +1356,12 @@ msgstr ""
1356"করুন। আপগ্রেড বন্ধ আছে।\n"1356"করুন। আপগ্রেড বন্ধ আছে।\n"
1357"আপনার মূল উৎস তালিকা /etc/apt/sources.list.distUpgrade এ সংরক্ষিত আছে।"1357"আপনার মূল উৎস তালিকা /etc/apt/sources.list.distUpgrade এ সংরক্ষিত আছে।"
13581358
1359#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661359#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1360msgid "Ctrl-c pressed"1360msgid "Ctrl-c pressed"
1361msgstr "Ctrl-c চাপা হয়েছে"1361msgstr "Ctrl-c চাপা হয়েছে"
13621362
1363# snigdha1363# snigdha
1364#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671364#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1365msgid ""1365msgid ""
1366"This will abort the operation and may leave the system in a broken state. "1366"This will abort the operation and may leave the system in a broken state. "
1367"Are you sure you want to do that?"1367"Are you sure you want to do that?"
@@ -1370,133 +1370,133 @@ msgstr ""
1370"আপনি কি নিশ্চিত যে আপনি এমন করতে চান?"1370"আপনি কি নিশ্চিত যে আপনি এমন করতে চান?"
13711371
1372#. append warning1372#. append warning
1373#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061373#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1374msgid "To prevent data loss close all open applications and documents."1374msgid "To prevent data loss close all open applications and documents."
1375msgstr "তথ্য হারাতে না চাইলে সকল অ্যাপলিকেশন এবং ডকুমেন্ট বন্ধ রাখুন।"1375msgstr "তথ্য হারাতে না চাইলে সকল অ্যাপলিকেশন এবং ডকুমেন্ট বন্ধ রাখুন।"
13761376
1377#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201377#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1378#, python-format1378#, python-format
1379msgid "No longer supported by Canonical (%s)"1379msgid "No longer supported by Canonical (%s)"
1380msgstr "ক্যানোনিক্যাল দ্বারা আর সমর্থিত নয় (%s)"1380msgstr "ক্যানোনিক্যাল দ্বারা আর সমর্থিত নয় (%s)"
13811381
1382#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211382#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1383#, python-format1383#, python-format
1384msgid "<b>Downgrade (%s)</b>"1384msgid "<b>Downgrade (%s)</b>"
1385msgstr "<b>ডাউনগ্রেড (%s)</b>"1385msgstr "<b>ডাউনগ্রেড (%s)</b>"
13861386
1387#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221387#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1388#, python-format1388#, python-format
1389msgid "Remove (%s)"1389msgid "Remove (%s)"
1390msgstr "(%s) অপসারণ"1390msgstr "(%s) অপসারণ"
13911391
1392#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231392#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1393#, python-format1393#, python-format
1394msgid "No longer needed (%s)"1394msgid "No longer needed (%s)"
1395msgstr "আর প্রয়োজন নেই (%s)"1395msgstr "আর প্রয়োজন নেই (%s)"
13961396
1397#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241397#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1398#, python-format1398#, python-format
1399msgid "Install (%s)"1399msgid "Install (%s)"
1400msgstr "(%s) ইন্সটল"1400msgstr "(%s) ইন্সটল"
14011401
1402#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251402#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1403#, python-format1403#, python-format
1404msgid "Upgrade (%s)"1404msgid "Upgrade (%s)"
1405msgstr "(%s) আপগ্রেড"1405msgstr "(%s) আপগ্রেড"
14061406
1407#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731407#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1408msgid "Cancel"1408msgid "Cancel"
1409msgstr ""1409msgstr ""
14101410
1411#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741411#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1412#: ../DistUpgrade/DistUpgradeViewKDE.py:9061412#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1413msgid "Continue"1413msgid "Continue"
1414msgstr ""1414msgstr ""
14151415
1416#: ../DistUpgrade/DistUpgradeViewKDE.py:4451416#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1417msgid "Show Difference >>>"1417msgid "Show Difference >>>"
1418msgstr "পার্থক্য প্রদর্শন >>>"1418msgstr "পার্থক্য প্রদর্শন >>>"
14191419
1420#: ../DistUpgrade/DistUpgradeViewKDE.py:4481420#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1421msgid "<<< Hide Difference"1421msgid "<<< Hide Difference"
1422msgstr "<<< পার্থক্য আড়াল করা"1422msgstr "<<< পার্থক্য আড়াল করা"
14231423
1424#: ../DistUpgrade/DistUpgradeViewKDE.py:6681424#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1425msgid "Error"1425msgid "Error"
1426msgstr "ত্রুটি"1426msgstr "ত্রুটি"
14271427
1428# confused..coz here & seems not a shortcut1428# confused..coz here & seems not a shortcut
1429#: ../DistUpgrade/DistUpgradeViewKDE.py:6861429#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1430#: ../DistUpgrade/DistUpgradeViewKDE.py:9271430#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1431msgid "&Close"1431msgid "&Close"
1432msgstr "ও বন্ধ"1432msgstr "ও বন্ধ"
14331433
1434#: ../DistUpgrade/DistUpgradeViewKDE.py:7201434#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1435msgid "Show Terminal >>>"1435msgid "Show Terminal >>>"
1436msgstr "টার্মিনাল প্রদর্শন >>>"1436msgstr "টার্মিনাল প্রদর্শন >>>"
14371437
1438#: ../DistUpgrade/DistUpgradeViewKDE.py:7231438#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1439msgid "<<< Hide Terminal"1439msgid "<<< Hide Terminal"
1440msgstr "<<< টার্মিনাল আড়াল করা"1440msgstr "<<< টার্মিনাল আড়াল করা"
14411441
1442#: ../DistUpgrade/DistUpgradeViewKDE.py:7961442#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1443msgid "Information"1443msgid "Information"
1444msgstr "তথ্য"1444msgstr "তথ্য"
14451445
1446#: ../DistUpgrade/DistUpgradeViewKDE.py:8441446#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1447msgid "&Start Upgrade"1447msgid "&Start Upgrade"
1448msgstr ""1448msgstr ""
14491449
1450#: ../DistUpgrade/DistUpgradeViewKDE.py:8461450#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1451#: ../DistUpgrade/DistUpgradeViewKDE.py:8901451#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1452#: ../DistUpgrade/DistUpgradeViewKDE.py:8931452#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1453#: ../data/gtkbuilder/DistUpgrade.ui.h:71453#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1454msgid "Details"1454msgid "Details"
1455msgstr "বিস্তারিত"1455msgstr "বিস্তারিত"
14561456
1457#: ../DistUpgrade/DistUpgradeViewKDE.py:8681457#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1458#, python-format1458#, python-format
1459msgid "No longer supported %s"1459msgid "No longer supported %s"
1460msgstr "আর সমর্থিত নয় %s"1460msgstr "আর সমর্থিত নয় %s"
14611461
1462#: ../DistUpgrade/DistUpgradeViewKDE.py:8701462#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1463#, python-format1463#, python-format
1464msgid "Remove %s"1464msgid "Remove %s"
1465msgstr "%s অপসারণ"1465msgstr "%s অপসারণ"
14661466
1467#: ../DistUpgrade/DistUpgradeViewKDE.py:8721467#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1468#: ../DistUpgrade/DistUpgradeViewText.py:2391468#: ../DistUpgrade/DistUpgradeViewText.py:239
1469#, python-format1469#, python-format
1470msgid "Remove (was auto installed) %s"1470msgid "Remove (was auto installed) %s"
1471msgstr "%s অপসারণ (যা স্বয়ংক্রিয় ভাবে ইনস্টল করা হয়েছিল)"1471msgstr "%s অপসারণ (যা স্বয়ংক্রিয় ভাবে ইনস্টল করা হয়েছিল)"
14721472
1473#: ../DistUpgrade/DistUpgradeViewKDE.py:8741473#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1474#, python-format1474#, python-format
1475msgid "Install %s"1475msgid "Install %s"
1476msgstr "%s ইন্সটল"1476msgstr "%s ইন্সটল"
14771477
1478#: ../DistUpgrade/DistUpgradeViewKDE.py:8761478#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1479#, python-format1479#, python-format
1480msgid "Upgrade %s"1480msgid "Upgrade %s"
1481msgstr "%s আপগ্রেড"1481msgstr "%s আপগ্রেড"
14821482
1483#: ../DistUpgrade/DistUpgradeViewKDE.py:9231483#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1484#: ../DistUpgrade/DistUpgradeViewText.py:2921484#: ../DistUpgrade/DistUpgradeViewText.py:292
1485msgid "Restart required"1485msgid "Restart required"
1486msgstr "পুনরায় শুরু করা প্রয়োজন"1486msgstr "পুনরায় শুরু করা প্রয়োজন"
14871487
1488#: ../DistUpgrade/DistUpgradeViewKDE.py:9231488#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1489msgid "<b><big>Restart the system to complete the upgrade</big></b>"1489msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1490msgstr "<b><big>আপগ্রেড সম্পন্ন করতে সিস্টেমটি রিস্টার্ট করুন</big></b>"1490msgstr "<b><big>আপগ্রেড সম্পন্ন করতে সিস্টেমটি রিস্টার্ট করুন</big></b>"
14911491
1492#: ../DistUpgrade/DistUpgradeViewKDE.py:9261492#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1493#: ../data/gtkbuilder/DistUpgrade.ui.h:141493#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1494msgid "_Restart Now"1494msgid "_Restart Now"
1495msgstr "এক্ষুনি রিস্টার্ট (_R)"1495msgstr "এক্ষুনি রিস্টার্ট (_R)"
14961496
1497# snigdha1497# snigdha
1498#. FIXME make this user friendly1498#. FIXME make this user friendly
1499#: ../DistUpgrade/DistUpgradeViewKDE.py:9441499#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1500msgid ""1500msgid ""
1501"<b><big>Cancel the running upgrade?</big></b>\n"1501"<b><big>Cancel the running upgrade?</big></b>\n"
1502"\n"1502"\n"
@@ -1508,7 +1508,7 @@ msgstr ""
1508"আপগ্রেড বন্ধ করলে সিস্টেম অকার্যকর হয়ে পড়বে। আপনাকে অবশ্যই আপগ্রেড চালিয়ে যেতে বলা "1508"আপগ্রেড বন্ধ করলে সিস্টেম অকার্যকর হয়ে পড়বে। আপনাকে অবশ্যই আপগ্রেড চালিয়ে যেতে বলা "
1509"হচ্ছে।"1509"হচ্ছে।"
15101510
1511#: ../DistUpgrade/DistUpgradeViewKDE.py:9481511#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1512msgid "Cancel Upgrade?"1512msgid "Cancel Upgrade?"
1513msgstr "আপগ্রেড বাতিল করা হবে কি?"1513msgstr "আপগ্রেড বাতিল করা হবে কি?"
15141514
diff --git a/po/bo.po b/po/bo.po
index b8919e8..9a51891 100644
--- a/po/bo.po
+++ b/po/bo.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2013-05-22 11:00+0000\n"12"PO-Revision-Date: 2013-05-22 11:00+0000\n"
13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"
14"Language-Team: Tibetan <bo@li.org>\n"14"Language-Team: Tibetan <bo@li.org>\n"
@@ -876,7 +876,7 @@ msgid "&Upgrade"
876msgstr ""876msgstr ""
877877
878#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154878#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
879#: ../DistUpgrade/DistUpgradeViewKDE.py:682879#: ../DistUpgrade/DistUpgradeViewKDE.py:690
880msgid "&Cancel"880msgid "&Cancel"
881msgstr ""881msgstr ""
882882
@@ -906,8 +906,8 @@ msgstr "ཡིག་ཆ་ %2s ནང་གི་ %1s"
906906
907#. print("mediaChange %s %s" % (medium, drive))907#. print("mediaChange %s %s" % (medium, drive))
908#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235908#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
909#: ../DistUpgrade/DistUpgradeViewGtk3.py:125909#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
910#: ../DistUpgrade/DistUpgradeViewKDE.py:300910#: ../DistUpgrade/DistUpgradeViewKDE.py:302
911#, python-format911#, python-format
912msgid "Please insert '%s' into the drive '%s'"912msgid "Please insert '%s' into the drive '%s'"
913msgstr "སྒུལ་ཆས་'%2s'ནང་དུ་'%1s'འཇུག་རོགས"913msgstr "སྒུལ་ཆས་'%2s'ནང་དུ་'%1s'འཇུག་རོགས"
@@ -915,7 +915,7 @@ msgstr "སྒུལ་ཆས་'%2s'ནང་དུ་'%1s'འཇུག་ར
915#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237915#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
916#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242916#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
917#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243917#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
918#: ../DistUpgrade/DistUpgradeViewKDE.py:301918#: ../DistUpgrade/DistUpgradeViewKDE.py:303
919msgid "Media Change"919msgid "Media Change"
920msgstr "འཇུག་ཟམ་བརྗེ་བ"920msgstr "འཇུག་ཟམ་བརྗེ་བ"
921921
@@ -1183,27 +1183,27 @@ msgstr "datadir་སྒྲིག་འཛུགས་བྱེད་པ"
1183msgid "Upgrade to the development release"1183msgid "Upgrade to the development release"
1184msgstr ""1184msgstr ""
11851185
1186#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461186#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1187#: ../DistUpgrade/DistUpgradeViewKDE.py:3141187#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1188msgid "Fetching is complete"1188msgid "Fetching is complete"
1189msgstr "ལེན་འཇུག་ལེགས་འགྲུབ"1189msgstr "ལེན་འཇུག་ལེགས་འགྲུབ"
11901190
1191#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611191#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1192#: ../DistUpgrade/DistUpgradeViewKDE.py:3301192#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1193#, python-format1193#, python-format
1194msgid "Fetching file %li of %li at %sB/s"1194msgid "Fetching file %li of %li at %sB/s"
1195msgstr "ཡིག་ཆ་ %2li ནང་ནས་ %1li ཚད་ %s B/s ཐོག་ལེན་འཇུག་བྱེད་བཞིན་པ"1195msgstr "ཡིག་ཆ་ %2li ནང་ནས་ %1li ཚད་ %s B/s ཐོག་ལེན་འཇུག་བྱེད་བཞིན་པ"
11961196
1197#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631197#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1198#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251198#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1199#: ../DistUpgrade/DistUpgradeViewKDE.py:3311199#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1200#: ../DistUpgrade/DistUpgradeViewKDE.py:4811200#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1201#, python-format1201#, python-format
1202msgid "About %s remaining"1202msgid "About %s remaining"
1203msgstr "ཕལ་ཆེར་ %s ་ལྷགས་ཡོད"1203msgstr "ཕལ་ཆེར་ %s ་ལྷགས་ཡོད"
12041204
1205#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661205#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1206#: ../DistUpgrade/DistUpgradeViewKDE.py:3331206#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1207#, python-format1207#, python-format
1208msgid "Fetching file %li of %li"1208msgid "Fetching file %li of %li"
1209msgstr "ཡིག་ཆ་ %2li ནང་ནས་ %1li ལེན་འཇུག་བཞིན་པ"1209msgstr "ཡིག་ཆ་ %2li ནང་ནས་ %1li ལེན་འཇུག་བཞིན་པ"
@@ -1211,25 +1211,25 @@ msgstr "ཡིག་ཆ་ %2li ནང་ནས་ %1li ལེན་འཇུག
1211#. FIXME: add support for the timeout1211#. FIXME: add support for the timeout
1212#. of the terminal (to display something useful then)1212#. of the terminal (to display something useful then)
1213#. -> longer term, move this code into python-apt1213#. -> longer term, move this code into python-apt
1214#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981214#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1215#: ../DistUpgrade/DistUpgradeViewKDE.py:3711215#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1216msgid "Applying changes"1216msgid "Applying changes"
1217msgstr "བཟོ་བཅོས་འདོན་བཞིན་པ"1217msgstr "བཟོ་བཅོས་འདོན་བཞིན་པ"
12181218
1219#. we do not report followup errors from earlier failures1219#. we do not report followup errors from earlier failures
1220#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241220#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1221#: ../DistUpgrade/DistUpgradeViewKDE.py:3841221#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1222msgid "dependency problems - leaving unconfigured"1222msgid "dependency problems - leaving unconfigured"
1223msgstr "འཁོར་གཏོགས་སྐོར་སྐྱོན - སྒྲིག་བཟོ་མེད་པ་སྐྱུར་ཡོད་པ"1223msgstr "འཁོར་གཏོགས་སྐོར་སྐྱོན - སྒྲིག་བཟོ་མེད་པ་སྐྱུར་ཡོད་པ"
12241224
1225#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291225#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1226#: ../DistUpgrade/DistUpgradeViewKDE.py:3861226#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1227#, python-format1227#, python-format
1228msgid "Could not install '%s'"1228msgid "Could not install '%s'"
1229msgstr "Could not install '%s'"1229msgstr "Could not install '%s'"
12301230
1231#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301231#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1232#: ../DistUpgrade/DistUpgradeViewKDE.py:3871232#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1233#, python-format1233#, python-format
1234msgid ""1234msgid ""
1235"The upgrade will continue but the '%s' package may not be in a working "1235"The upgrade will continue but the '%s' package may not be in a working "
@@ -1239,8 +1239,8 @@ msgstr ""
1239"སྐོར་སྐྱོན་ཞིག་ཡར་ཞུ་དགོས་མིན་བསམ་གཞིགས་གནང་རོགས"1239"སྐོར་སྐྱོན་ཞིག་ཡར་ཞུ་དགོས་མིན་བསམ་གཞིགས་གནང་རོགས"
12401240
1241#. self.expander.set_expanded(True)1241#. self.expander.set_expanded(True)
1242#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471242#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1243#: ../DistUpgrade/DistUpgradeViewKDE.py:4091243#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1244#, python-format1244#, python-format
1245msgid ""1245msgid ""
1246"Replace the customized configuration file\n"1246"Replace the customized configuration file\n"
@@ -1249,8 +1249,8 @@ msgstr ""
1249"རང་བཟོས་སྒྲིག་བཟོ་ཡིག་ཆ་\n"1249"རང་བཟོས་སྒྲིག་བཟོ་ཡིག་ཆ་\n"
1250"'%s'བརྗེ་དགོས་སམ"1250"'%s'བརྗེ་དགོས་སམ"
12511251
1252#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481252#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1253#: ../DistUpgrade/DistUpgradeViewKDE.py:4101253#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1254msgid ""1254msgid ""
1255"You will lose any changes you have made to this configuration file if you "1255"You will lose any changes you have made to this configuration file if you "
1256"choose to replace it with a newer version."1256"choose to replace it with a newer version."
@@ -1258,17 +1258,17 @@ msgstr ""
1258"ཁྱོད་ཀྱིས་གལ་སྲིད་སྒྲིག་བཟོ་ཡིག་ཆ་དེ་པར་གཞི་གསར་པ་ཞིག་གིས་ཚབས་བཅུག་ན་ དེ་སྔར་དེའི་ཐོག་སྒྲིག་བཟོ་བྱས་པ་"1258"ཁྱོད་ཀྱིས་གལ་སྲིད་སྒྲིག་བཟོ་ཡིག་ཆ་དེ་པར་གཞི་གསར་པ་ཞིག་གིས་ཚབས་བཅུག་ན་ དེ་སྔར་དེའི་ཐོག་སྒྲིག་བཟོ་བྱས་པ་"
1259"རྣམས་བཀླགས་འགྲོའོ།"1259"རྣམས་བཀླགས་འགྲོའོ།"
12601260
1261#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681261#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1262#: ../DistUpgrade/DistUpgradeViewKDE.py:4331262#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1263msgid "The 'diff' command was not found"1263msgid "The 'diff' command was not found"
1264msgstr "'diff'བཀའ་བརྡ་མ་རྙེད་པ"1264msgstr "'diff'བཀའ་བརྡ་མ་རྙེད་པ"
12651265
1266#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351266#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1267#: ../DistUpgrade/DistUpgradeViewText.py:1401267#: ../DistUpgrade/DistUpgradeViewText.py:140
1268msgid "A fatal error occurred"1268msgid "A fatal error occurred"
1269msgstr "ནོར་འཁྲུལ་ཚབས་ཆེན་ཞིག་བྱུང་བ"1269msgstr "ནོར་འཁྲུལ་ཚབས་ཆེན་ཞིག་བྱུང་བ"
12701270
1271#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361271#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1272msgid ""1272msgid ""
1273"Please report this as a bug (if you haven't already) and include the files /"1273"Please report this as a bug (if you haven't already) and include the files /"
1274"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1274"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1280,11 +1280,11 @@ msgstr ""
1280"འགྲོའོ།\n"1280"འགྲོའོ།\n"
1281"ཁྱོད་ཀྱི་ཐོག་མའི་འབྱུང་ཁུངས་མིང་ཐོ /etc/apt/sources.list.distUpgrade་གསོག་འཇོག་བྱས་ཡོད།"1281"ཁྱོད་ཀྱི་ཐོག་མའི་འབྱུང་ཁུངས་མིང་ཐོ /etc/apt/sources.list.distUpgrade་གསོག་འཇོག་བྱས་ཡོད།"
12821282
1283#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661283#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1284msgid "Ctrl-c pressed"1284msgid "Ctrl-c pressed"
1285msgstr "Ctrl-c ་གནོན་བྱུང་།"1285msgstr "Ctrl-c ་གནོན་བྱུང་།"
12861286
1287#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671287#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1288msgid ""1288msgid ""
1289"This will abort the operation and may leave the system in a broken state. "1289"This will abort the operation and may leave the system in a broken state. "
1290"Are you sure you want to do that?"1290"Are you sure you want to do that?"
@@ -1292,131 +1292,131 @@ msgstr ""
1292"འདིས་བྱ་འགུལ་འདི་མཚམས་གཅོད་པ་དང་མ་ལག་ལའང་སྐྱོན་གཏོང་ངེས་ཡིན།ཁྱོད་ཀྱིས་འདི་བྱེད་པར་གཏན་ཁེལ་ཡིན་ནམ།"1292"འདིས་བྱ་འགུལ་འདི་མཚམས་གཅོད་པ་དང་མ་ལག་ལའང་སྐྱོན་གཏོང་ངེས་ཡིན།ཁྱོད་ཀྱིས་འདི་བྱེད་པར་གཏན་ཁེལ་ཡིན་ནམ།"
12931293
1294#. append warning1294#. append warning
1295#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061295#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1296msgid "To prevent data loss close all open applications and documents."1296msgid "To prevent data loss close all open applications and documents."
1297msgstr "ཆ་འཕྲིན་གྲངས་མི་བརླགས་པའི་ཆེད་དུ་ཉེར་སྤྱོད་དང་ཡིག་གེ་ཡོངས་རྫོགས་སྒོ་རྒྱག་དགོས"1297msgstr "ཆ་འཕྲིན་གྲངས་མི་བརླགས་པའི་ཆེད་དུ་ཉེར་སྤྱོད་དང་ཡིག་གེ་ཡོངས་རྫོགས་སྒོ་རྒྱག་དགོས"
12981298
1299#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201299#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1300#, python-format1300#, python-format
1301msgid "No longer supported by Canonical (%s)"1301msgid "No longer supported by Canonical (%s)"
1302msgstr "Canonical (%s)ཡིས་རམ་འདེགས་མི་བྱེད་པ"1302msgstr "Canonical (%s)ཡིས་རམ་འདེགས་མི་བྱེད་པ"
13031303
1304#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211304#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1305#, python-format1305#, python-format
1306msgid "<b>Downgrade (%s)</b>"1306msgid "<b>Downgrade (%s)</b>"
1307msgstr "<b>རིམ་ཆགས (%s)</b>"1307msgstr "<b>རིམ་ཆགས (%s)</b>"
13081308
1309#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221309#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1310#, python-format1310#, python-format
1311msgid "Remove (%s)"1311msgid "Remove (%s)"
1312msgstr "(%s)འདོར་བ"1312msgstr "(%s)འདོར་བ"
13131313
1314#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231314#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1315#, python-format1315#, python-format
1316msgid "No longer needed (%s)"1316msgid "No longer needed (%s)"
1317msgstr "འདི་མི་དགོས་པ(%s)"1317msgstr "འདི་མི་དགོས་པ(%s)"
13181318
1319#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241319#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1320#, python-format1320#, python-format
1321msgid "Install (%s)"1321msgid "Install (%s)"
1322msgstr "(%s)སྒྲིག་འཇུག་བྱེད་པ"1322msgstr "(%s)སྒྲིག་འཇུག་བྱེད་པ"
13231323
1324#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251324#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1325#, python-format1325#, python-format
1326msgid "Upgrade (%s)"1326msgid "Upgrade (%s)"
1327msgstr "(%s)་རིམ་སྤོར"1327msgstr "(%s)་རིམ་སྤོར"
13281328
1329#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731329#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1330msgid "Cancel"1330msgid "Cancel"
1331msgstr ""1331msgstr ""
13321332
1333#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741333#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1334#: ../DistUpgrade/DistUpgradeViewKDE.py:9061334#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1335msgid "Continue"1335msgid "Continue"
1336msgstr ""1336msgstr ""
13371337
1338#: ../DistUpgrade/DistUpgradeViewKDE.py:4451338#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1339msgid "Show Difference >>>"1339msgid "Show Difference >>>"
1340msgstr "ཁྱད་པར་མངོན་པ>>>"1340msgstr "ཁྱད་པར་མངོན་པ>>>"
13411341
1342#: ../DistUpgrade/DistUpgradeViewKDE.py:4481342#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1343msgid "<<< Hide Difference"1343msgid "<<< Hide Difference"
1344msgstr "<<< ཁྱད་པར་སྐུངས་པ"1344msgstr "<<< ཁྱད་པར་སྐུངས་པ"
13451345
1346#: ../DistUpgrade/DistUpgradeViewKDE.py:6681346#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1347msgid "Error"1347msgid "Error"
1348msgstr "ནོར་འཁྲུལ"1348msgstr "ནོར་འཁྲུལ"
13491349
1350#: ../DistUpgrade/DistUpgradeViewKDE.py:6861350#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1351#: ../DistUpgrade/DistUpgradeViewKDE.py:9271351#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1352msgid "&Close"1352msgid "&Close"
1353msgstr "སྒོ་རྒྱག་ &C"1353msgstr "སྒོ་རྒྱག་ &C"
13541354
1355#: ../DistUpgrade/DistUpgradeViewKDE.py:7201355#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1356msgid "Show Terminal >>>"1356msgid "Show Terminal >>>"
1357msgstr "འཇུག་སྒོ་སྟོན་པ >>>"1357msgstr "འཇུག་སྒོ་སྟོན་པ >>>"
13581358
1359#: ../DistUpgrade/DistUpgradeViewKDE.py:7231359#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1360msgid "<<< Hide Terminal"1360msgid "<<< Hide Terminal"
1361msgstr "<<< འཇུག་སྒོ་སྐུངས་པ"1361msgstr "<<< འཇུག་སྒོ་སྐུངས་པ"
13621362
1363#: ../DistUpgrade/DistUpgradeViewKDE.py:7961363#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1364msgid "Information"1364msgid "Information"
1365msgstr "གནས་ཚུལ"1365msgstr "གནས་ཚུལ"
13661366
1367#: ../DistUpgrade/DistUpgradeViewKDE.py:8441367#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1368msgid "&Start Upgrade"1368msgid "&Start Upgrade"
1369msgstr ""1369msgstr ""
13701370
1371#: ../DistUpgrade/DistUpgradeViewKDE.py:8461371#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1372#: ../DistUpgrade/DistUpgradeViewKDE.py:8901372#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1373#: ../DistUpgrade/DistUpgradeViewKDE.py:8931373#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1374#: ../data/gtkbuilder/DistUpgrade.ui.h:71374#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1375msgid "Details"1375msgid "Details"
1376msgstr "ཞིབ་ཕྲ"1376msgstr "ཞིབ་ཕྲ"
13771377
1378#: ../DistUpgrade/DistUpgradeViewKDE.py:8681378#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1379#, python-format1379#, python-format
1380msgid "No longer supported %s"1380msgid "No longer supported %s"
1381msgstr "འདི་ལ་རམ་འདེགས་མི་བྱེད་པ %s"1381msgstr "འདི་ལ་རམ་འདེགས་མི་བྱེད་པ %s"
13821382
1383#: ../DistUpgrade/DistUpgradeViewKDE.py:8701383#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1384#, python-format1384#, python-format
1385msgid "Remove %s"1385msgid "Remove %s"
1386msgstr "%s་འདོར་བ"1386msgstr "%s་འདོར་བ"
13871387
1388#: ../DistUpgrade/DistUpgradeViewKDE.py:8721388#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1389#: ../DistUpgrade/DistUpgradeViewText.py:2391389#: ../DistUpgrade/DistUpgradeViewText.py:239
1390#, python-format1390#, python-format
1391msgid "Remove (was auto installed) %s"1391msgid "Remove (was auto installed) %s"
1392msgstr "%s་འདོར་བ (རང་འགུལ་སྒྲིག་འཇུག་བྱས་པ)"1392msgstr "%s་འདོར་བ (རང་འགུལ་སྒྲིག་འཇུག་བྱས་པ)"
13931393
1394#: ../DistUpgrade/DistUpgradeViewKDE.py:8741394#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1395#, python-format1395#, python-format
1396msgid "Install %s"1396msgid "Install %s"
1397msgstr "%s་སྒྲིག་འཇུག་བྱེད་པ"1397msgstr "%s་སྒྲིག་འཇུག་བྱེད་པ"
13981398
1399#: ../DistUpgrade/DistUpgradeViewKDE.py:8761399#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1400#, python-format1400#, python-format
1401msgid "Upgrade %s"1401msgid "Upgrade %s"
1402msgstr "%s་རིམ་སྤོར"1402msgstr "%s་རིམ་སྤོར"
14031403
1404#: ../DistUpgrade/DistUpgradeViewKDE.py:9231404#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1405#: ../DistUpgrade/DistUpgradeViewText.py:2921405#: ../DistUpgrade/DistUpgradeViewText.py:292
1406msgid "Restart required"1406msgid "Restart required"
1407msgstr "འགོ་བསྐྱར་འཛུགས་དགོས་པ"1407msgstr "འགོ་བསྐྱར་འཛུགས་དགོས་པ"
14081408
1409#: ../DistUpgrade/DistUpgradeViewKDE.py:9231409#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1410msgid "<b><big>Restart the system to complete the upgrade</big></b>"1410msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1411msgstr "<b><big>་མ་ལག་འགོ་བསྐྱར་འཛུགས་བྱས་ནས་རིམ་སྤོར་ལེགས་འགྲུབ་བྱེད་པ</big></b>"1411msgstr "<b><big>་མ་ལག་འགོ་བསྐྱར་འཛུགས་བྱས་ནས་རིམ་སྤོར་ལེགས་འགྲུབ་བྱེད་པ</big></b>"
14121412
1413#: ../DistUpgrade/DistUpgradeViewKDE.py:9261413#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1414#: ../data/gtkbuilder/DistUpgrade.ui.h:141414#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1415msgid "_Restart Now"1415msgid "_Restart Now"
1416msgstr "ད་ལྟ་འགོ་བསྐྱར་འཛུགས_R"1416msgstr "ད་ལྟ་འགོ་བསྐྱར་འཛུགས_R"
14171417
1418#. FIXME make this user friendly1418#. FIXME make this user friendly
1419#: ../DistUpgrade/DistUpgradeViewKDE.py:9441419#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1420msgid ""1420msgid ""
1421"<b><big>Cancel the running upgrade?</big></b>\n"1421"<b><big>Cancel the running upgrade?</big></b>\n"
1422"\n"1422"\n"
@@ -1427,7 +1427,7 @@ msgstr ""
1427"\n"1427"\n"
1428"རིམ་སྤོར་རྩིས་མེད་གཏོང་ན་མ་ལག་སྤྱོད་མི་རུང་བ་འགྱུར་ཉེན་ཡོད་པས་རིམ་སྤོར་ མུ་མཐུད་ན་དགའ་ངོས་ཡིན"1428"རིམ་སྤོར་རྩིས་མེད་གཏོང་ན་མ་ལག་སྤྱོད་མི་རུང་བ་འགྱུར་ཉེན་ཡོད་པས་རིམ་སྤོར་ མུ་མཐུད་ན་དགའ་ངོས་ཡིན"
14291429
1430#: ../DistUpgrade/DistUpgradeViewKDE.py:9481430#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1431msgid "Cancel Upgrade?"1431msgid "Cancel Upgrade?"
1432msgstr "རིམ་སྤོར་རྩིས་མེད་གཏོང་དགོས་སམ"1432msgstr "རིམ་སྤོར་རྩིས་མེད་གཏོང་དགོས་སམ"
14331433
diff --git a/po/br.po b/po/br.po
index a741f0d..0862564 100644
--- a/po/br.po
+++ b/po/br.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2013-05-22 11:00+0000\n"12"PO-Revision-Date: 2013-05-22 11:00+0000\n"
13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"
14"Language-Team: Breton <br@li.org>\n"14"Language-Team: Breton <br@li.org>\n"
@@ -897,7 +897,7 @@ msgid "&Upgrade"
897msgstr ""897msgstr ""
898898
899#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154899#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
900#: ../DistUpgrade/DistUpgradeViewKDE.py:682900#: ../DistUpgrade/DistUpgradeViewKDE.py:690
901msgid "&Cancel"901msgid "&Cancel"
902msgstr ""902msgstr ""
903903
@@ -927,8 +927,8 @@ msgstr "Restr %s eus %s"
927927
928#. print("mediaChange %s %s" % (medium, drive))928#. print("mediaChange %s %s" % (medium, drive))
929#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235929#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
930#: ../DistUpgrade/DistUpgradeViewGtk3.py:125930#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
931#: ../DistUpgrade/DistUpgradeViewKDE.py:300931#: ../DistUpgrade/DistUpgradeViewKDE.py:302
932#, python-format932#, python-format
933msgid "Please insert '%s' into the drive '%s'"933msgid "Please insert '%s' into the drive '%s'"
934msgstr "Mar plij, enlakait '%s' el lenner '%s'"934msgstr "Mar plij, enlakait '%s' el lenner '%s'"
@@ -936,7 +936,7 @@ msgstr "Mar plij, enlakait '%s' el lenner '%s'"
936#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237936#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
937#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242937#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
938#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243938#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
939#: ../DistUpgrade/DistUpgradeViewKDE.py:301939#: ../DistUpgrade/DistUpgradeViewKDE.py:303
940msgid "Media Change"940msgid "Media Change"
941msgstr "Kemm ar media"941msgstr "Kemm ar media"
942942
@@ -1207,27 +1207,27 @@ msgstr "Arventennañ kavlec'hiad ar roadennoù"
1207msgid "Upgrade to the development release"1207msgid "Upgrade to the development release"
1208msgstr ""1208msgstr ""
12091209
1210#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461210#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1211#: ../DistUpgrade/DistUpgradeViewKDE.py:3141211#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1212msgid "Fetching is complete"1212msgid "Fetching is complete"
1213msgstr "Echu eo an dastum"1213msgstr "Echu eo an dastum"
12141214
1215#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611215#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1216#: ../DistUpgrade/DistUpgradeViewKDE.py:3301216#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1217#, python-format1217#, python-format
1218msgid "Fetching file %li of %li at %sB/s"1218msgid "Fetching file %li of %li at %sB/s"
1219msgstr "O tastum ar restr %li eus %li da %s eizhbit/eilenn"1219msgstr "O tastum ar restr %li eus %li da %s eizhbit/eilenn"
12201220
1221#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631221#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1222#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251222#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1223#: ../DistUpgrade/DistUpgradeViewKDE.py:3311223#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1224#: ../DistUpgrade/DistUpgradeViewKDE.py:4811224#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1225#, python-format1225#, python-format
1226msgid "About %s remaining"1226msgid "About %s remaining"
1227msgstr "Chom a ra tro dro %s"1227msgstr "Chom a ra tro dro %s"
12281228
1229#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661229#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1230#: ../DistUpgrade/DistUpgradeViewKDE.py:3331230#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1231#, python-format1231#, python-format
1232msgid "Fetching file %li of %li"1232msgid "Fetching file %li of %li"
1233msgstr "O tastum ar restr %li eus %li"1233msgstr "O tastum ar restr %li eus %li"
@@ -1235,25 +1235,25 @@ msgstr "O tastum ar restr %li eus %li"
1235#. FIXME: add support for the timeout1235#. FIXME: add support for the timeout
1236#. of the terminal (to display something useful then)1236#. of the terminal (to display something useful then)
1237#. -> longer term, move this code into python-apt1237#. -> longer term, move this code into python-apt
1238#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981238#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1239#: ../DistUpgrade/DistUpgradeViewKDE.py:3711239#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1240msgid "Applying changes"1240msgid "Applying changes"
1241msgstr "O seveniñ ar c'hemmoù"1241msgstr "O seveniñ ar c'hemmoù"
12421242
1243#. we do not report followup errors from earlier failures1243#. we do not report followup errors from earlier failures
1244#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241244#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1245#: ../DistUpgrade/DistUpgradeViewKDE.py:3841245#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1246msgid "dependency problems - leaving unconfigured"1246msgid "dependency problems - leaving unconfigured"
1247msgstr "Kudennoù gant an diazalc'hadennoù - laosket eo bet ankefluniet"1247msgstr "Kudennoù gant an diazalc'hadennoù - laosket eo bet ankefluniet"
12481248
1249#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291249#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1250#: ../DistUpgrade/DistUpgradeViewKDE.py:3861250#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1251#, python-format1251#, python-format
1252msgid "Could not install '%s'"1252msgid "Could not install '%s'"
1253msgstr "N'eo ket bet gouest da staliañ '%s'"1253msgstr "N'eo ket bet gouest da staliañ '%s'"
12541254
1255#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301255#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1256#: ../DistUpgrade/DistUpgradeViewKDE.py:3871256#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1257#, python-format1257#, python-format
1258msgid ""1258msgid ""
1259"The upgrade will continue but the '%s' package may not be in a working "1259"The upgrade will continue but the '%s' package may not be in a working "
@@ -1263,8 +1263,8 @@ msgstr ""
1263"da vont en-dro. Mar plij, savit un danevell a-fet beugoù diwar e benn."1263"da vont en-dro. Mar plij, savit un danevell a-fet beugoù diwar e benn."
12641264
1265#. self.expander.set_expanded(True)1265#. self.expander.set_expanded(True)
1266#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471266#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1267#: ../DistUpgrade/DistUpgradeViewKDE.py:4091267#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1268#, python-format1268#, python-format
1269msgid ""1269msgid ""
1270"Replace the customized configuration file\n"1270"Replace the customized configuration file\n"
@@ -1273,8 +1273,8 @@ msgstr ""
1273"Amsaviñ ar restr kefluniañ personelaet\n"1273"Amsaviñ ar restr kefluniañ personelaet\n"
1274"'%s' ?"1274"'%s' ?"
12751275
1276#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481276#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1277#: ../DistUpgrade/DistUpgradeViewKDE.py:4101277#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1278msgid ""1278msgid ""
1279"You will lose any changes you have made to this configuration file if you "1279"You will lose any changes you have made to this configuration file if you "
1280"choose to replace it with a newer version."1280"choose to replace it with a newer version."
@@ -1282,17 +1282,17 @@ msgstr ""
1282"Kollet e vo an holl gemmoù graet ganeoc'h d'ar restr kefluniañ-mañ mar "1282"Kollet e vo an holl gemmoù graet ganeoc'h d'ar restr kefluniañ-mañ mar "
1283"dibabot da amsaviñ ar restr-mañ gant unan nevesoc'h."1283"dibabot da amsaviñ ar restr-mañ gant unan nevesoc'h."
12841284
1285#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681285#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1286#: ../DistUpgrade/DistUpgradeViewKDE.py:4331286#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1287msgid "The 'diff' command was not found"1287msgid "The 'diff' command was not found"
1288msgstr "N'eo ket bet kavet an arc'had 'diff'"1288msgstr "N'eo ket bet kavet an arc'had 'diff'"
12891289
1290#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351290#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1291#: ../DistUpgrade/DistUpgradeViewText.py:1401291#: ../DistUpgrade/DistUpgradeViewText.py:140
1292msgid "A fatal error occurred"1292msgid "A fatal error occurred"
1293msgstr "Degouezhet ez eus bet ur fazi lazhus"1293msgstr "Degouezhet ez eus bet ur fazi lazhus"
12941294
1295#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361295#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1296msgid ""1296msgid ""
1297"Please report this as a bug (if you haven't already) and include the files /"1297"Please report this as a bug (if you haven't already) and include the files /"
1298"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1298"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1300,11 +1300,11 @@ msgid ""
1300"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."1300"Your original sources.list was saved in /etc/apt/sources.list.distUpgrade."
1301msgstr ""1301msgstr ""
13021302
1303#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661303#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1304msgid "Ctrl-c pressed"1304msgid "Ctrl-c pressed"
1305msgstr "Ctrl-c pouezet"1305msgstr "Ctrl-c pouezet"
13061306
1307#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671307#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1308msgid ""1308msgid ""
1309"This will abort the operation and may leave the system in a broken state. "1309"This will abort the operation and may leave the system in a broken state. "
1310"Are you sure you want to do that?"1310"Are you sure you want to do that?"
@@ -1313,133 +1313,133 @@ msgstr ""
1313"gant ur stad torr. Ha sur oc'h e fell deoc'h ober an dra-mañ ?"1313"gant ur stad torr. Ha sur oc'h e fell deoc'h ober an dra-mañ ?"
13141314
1315#. append warning1315#. append warning
1316#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061316#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1317msgid "To prevent data loss close all open applications and documents."1317msgid "To prevent data loss close all open applications and documents."
1318msgstr ""1318msgstr ""
1319"A-benn mirout ouzh koll roadennoù e vefe gwell serriñ an arloadoù digor hag "1319"A-benn mirout ouzh koll roadennoù e vefe gwell serriñ an arloadoù digor hag "
1320"an teulioù :"1320"an teulioù :"
13211321
1322#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201322#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1323#, python-format1323#, python-format
1324msgid "No longer supported by Canonical (%s)"1324msgid "No longer supported by Canonical (%s)"
1325msgstr ""1325msgstr ""
13261326
1327#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211327#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1328#, python-format1328#, python-format
1329msgid "<b>Downgrade (%s)</b>"1329msgid "<b>Downgrade (%s)</b>"
1330msgstr ""1330msgstr ""
13311331
1332#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221332#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1333#, python-format1333#, python-format
1334msgid "Remove (%s)"1334msgid "Remove (%s)"
1335msgstr "Dilemel (%s)"1335msgstr "Dilemel (%s)"
13361336
1337#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231337#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1338#, python-format1338#, python-format
1339msgid "No longer needed (%s)"1339msgid "No longer needed (%s)"
1340msgstr ""1340msgstr ""
13411341
1342#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241342#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1343#, python-format1343#, python-format
1344msgid "Install (%s)"1344msgid "Install (%s)"
1345msgstr "Staliañ (%s)"1345msgstr "Staliañ (%s)"
13461346
1347#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251347#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1348#, python-format1348#, python-format
1349msgid "Upgrade (%s)"1349msgid "Upgrade (%s)"
1350msgstr "Hiziavaat (%s)"1350msgstr "Hiziavaat (%s)"
13511351
1352#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731352#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1353msgid "Cancel"1353msgid "Cancel"
1354msgstr ""1354msgstr ""
13551355
1356#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741356#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1357#: ../DistUpgrade/DistUpgradeViewKDE.py:9061357#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1358msgid "Continue"1358msgid "Continue"
1359msgstr ""1359msgstr ""
13601360
1361#: ../DistUpgrade/DistUpgradeViewKDE.py:4451361#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1362msgid "Show Difference >>>"1362msgid "Show Difference >>>"
1363msgstr "Diskouez an disheñvelder >>>"1363msgstr "Diskouez an disheñvelder >>>"
13641364
1365#: ../DistUpgrade/DistUpgradeViewKDE.py:4481365#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1366msgid "<<< Hide Difference"1366msgid "<<< Hide Difference"
1367msgstr "<<< Kuzhat an disheñvelder"1367msgstr "<<< Kuzhat an disheñvelder"
13681368
1369#: ../DistUpgrade/DistUpgradeViewKDE.py:6681369#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1370msgid "Error"1370msgid "Error"
1371msgstr "Fazi"1371msgstr "Fazi"
13721372
1373#: ../DistUpgrade/DistUpgradeViewKDE.py:6861373#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1374#: ../DistUpgrade/DistUpgradeViewKDE.py:9271374#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1375msgid "&Close"1375msgid "&Close"
1376msgstr "&Serriñ"1376msgstr "&Serriñ"
13771377
1378#: ../DistUpgrade/DistUpgradeViewKDE.py:7201378#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1379msgid "Show Terminal >>>"1379msgid "Show Terminal >>>"
1380msgstr "Diskouez an dermenell >>>"1380msgstr "Diskouez an dermenell >>>"
13811381
1382#: ../DistUpgrade/DistUpgradeViewKDE.py:7231382#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1383msgid "<<< Hide Terminal"1383msgid "<<< Hide Terminal"
1384msgstr "<<< Kuzhat an dermenell"1384msgstr "<<< Kuzhat an dermenell"
13851385
1386#: ../DistUpgrade/DistUpgradeViewKDE.py:7961386#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1387msgid "Information"1387msgid "Information"
1388msgstr "Titouroù"1388msgstr "Titouroù"
13891389
1390#: ../DistUpgrade/DistUpgradeViewKDE.py:8441390#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1391msgid "&Start Upgrade"1391msgid "&Start Upgrade"
1392msgstr ""1392msgstr ""
13931393
1394#: ../DistUpgrade/DistUpgradeViewKDE.py:8461394#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1395#: ../DistUpgrade/DistUpgradeViewKDE.py:8901395#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1396#: ../DistUpgrade/DistUpgradeViewKDE.py:8931396#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1397#: ../data/gtkbuilder/DistUpgrade.ui.h:71397#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1398msgid "Details"1398msgid "Details"
1399msgstr "Munudoù"1399msgstr "Munudoù"
14001400
1401#: ../DistUpgrade/DistUpgradeViewKDE.py:8681401#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1402#, python-format1402#, python-format
1403msgid "No longer supported %s"1403msgid "No longer supported %s"
1404msgstr "N'eo ket skoret ken %s"1404msgstr "N'eo ket skoret ken %s"
14051405
1406#: ../DistUpgrade/DistUpgradeViewKDE.py:8701406#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1407#, python-format1407#, python-format
1408msgid "Remove %s"1408msgid "Remove %s"
1409msgstr "Dilemel %s"1409msgstr "Dilemel %s"
14101410
1411#: ../DistUpgrade/DistUpgradeViewKDE.py:8721411#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1412#: ../DistUpgrade/DistUpgradeViewText.py:2391412#: ../DistUpgrade/DistUpgradeViewText.py:239
1413#, python-format1413#, python-format
1414msgid "Remove (was auto installed) %s"1414msgid "Remove (was auto installed) %s"
1415msgstr "Dilemel (staliet e oa bet emgefreek) %s"1415msgstr "Dilemel (staliet e oa bet emgefreek) %s"
14161416
1417#: ../DistUpgrade/DistUpgradeViewKDE.py:8741417#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1418#, python-format1418#, python-format
1419msgid "Install %s"1419msgid "Install %s"
1420msgstr "Staliañ %s"1420msgstr "Staliañ %s"
14211421
1422#: ../DistUpgrade/DistUpgradeViewKDE.py:8761422#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1423#, python-format1423#, python-format
1424msgid "Upgrade %s"1424msgid "Upgrade %s"
1425msgstr "Hizivaat %s"1425msgstr "Hizivaat %s"
14261426
1427#: ../DistUpgrade/DistUpgradeViewKDE.py:9231427#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1428#: ../DistUpgrade/DistUpgradeViewText.py:2921428#: ../DistUpgrade/DistUpgradeViewText.py:292
1429msgid "Restart required"1429msgid "Restart required"
1430msgstr "Ret eo adloc'hañ"1430msgstr "Ret eo adloc'hañ"
14311431
1432#: ../DistUpgrade/DistUpgradeViewKDE.py:9231432#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1433msgid "<b><big>Restart the system to complete the upgrade</big></b>"1433msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1434msgstr "<b><big>Adloc'hañ ar reizhiad evit echuiñ an hizivadenn</big></b>"1434msgstr "<b><big>Adloc'hañ ar reizhiad evit echuiñ an hizivadenn</big></b>"
14351435
1436#: ../DistUpgrade/DistUpgradeViewKDE.py:9261436#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1437#: ../data/gtkbuilder/DistUpgrade.ui.h:141437#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1438msgid "_Restart Now"1438msgid "_Restart Now"
1439msgstr "_Adloc'hañ diouzhtu"1439msgstr "_Adloc'hañ diouzhtu"
14401440
1441#. FIXME make this user friendly1441#. FIXME make this user friendly
1442#: ../DistUpgrade/DistUpgradeViewKDE.py:9441442#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1443msgid ""1443msgid ""
1444"<b><big>Cancel the running upgrade?</big></b>\n"1444"<b><big>Cancel the running upgrade?</big></b>\n"
1445"\n"1445"\n"
@@ -1451,7 +1451,7 @@ msgstr ""
1451"Marteze e vo distabil ar reizhiad mar dilezot an hizivaat. Gwell e vefe "1451"Marteze e vo distabil ar reizhiad mar dilezot an hizivaat. Gwell e vefe "
1452"deoc'h adloc'hañ an hizivaat."1452"deoc'h adloc'hañ an hizivaat."
14531453
1454#: ../DistUpgrade/DistUpgradeViewKDE.py:9481454#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1455msgid "Cancel Upgrade?"1455msgid "Cancel Upgrade?"
1456msgstr "Nullañ an hizivadenn ?"1456msgstr "Nullañ an hizivadenn ?"
14571457
diff --git a/po/bs.po b/po/bs.po
index 59c1cfe..d06c36a 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2019-06-18 17:53+0000\n"12"PO-Revision-Date: 2019-06-18 17:53+0000\n"
13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"13"Last-Translator: Brian Murray <brian@ubuntu.com>\n"
14"Language-Team: Bosnian <bs@li.org>\n"14"Language-Team: Bosnian <bs@li.org>\n"
@@ -984,7 +984,7 @@ msgid "&Upgrade"
984msgstr "&Nadogradi"984msgstr "&Nadogradi"
985985
986#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154986#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
987#: ../DistUpgrade/DistUpgradeViewKDE.py:682987#: ../DistUpgrade/DistUpgradeViewKDE.py:690
988msgid "&Cancel"988msgid "&Cancel"
989msgstr "&Otkaži"989msgstr "&Otkaži"
990990
@@ -1014,8 +1014,8 @@ msgstr "Datoteka %s od %s"
10141014
1015#. print("mediaChange %s %s" % (medium, drive))1015#. print("mediaChange %s %s" % (medium, drive))
1016#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2351016#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
1017#: ../DistUpgrade/DistUpgradeViewGtk3.py:1251017#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
1018#: ../DistUpgrade/DistUpgradeViewKDE.py:3001018#: ../DistUpgrade/DistUpgradeViewKDE.py:302
1019#, python-format1019#, python-format
1020msgid "Please insert '%s' into the drive '%s'"1020msgid "Please insert '%s' into the drive '%s'"
1021msgstr "Molim, ubacite '%s' u uređaj '%s'"1021msgstr "Molim, ubacite '%s' u uređaj '%s'"
@@ -1023,7 +1023,7 @@ msgstr "Molim, ubacite '%s' u uređaj '%s'"
1023#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2371023#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
1024#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2421024#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
1025#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2431025#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
1026#: ../DistUpgrade/DistUpgradeViewKDE.py:3011026#: ../DistUpgrade/DistUpgradeViewKDE.py:303
1027msgid "Media Change"1027msgid "Media Change"
1028msgstr "Izmjena Medija"1028msgstr "Izmjena Medija"
10291029
@@ -1305,27 +1305,27 @@ msgstr "Postavi datadir"
1305msgid "Upgrade to the development release"1305msgid "Upgrade to the development release"
1306msgstr "Nadogradi na razvojn u verziju"1306msgstr "Nadogradi na razvojn u verziju"
13071307
1308#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461308#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1309#: ../DistUpgrade/DistUpgradeViewKDE.py:3141309#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1310msgid "Fetching is complete"1310msgid "Fetching is complete"
1311msgstr "Preuzimanje je završeno"1311msgstr "Preuzimanje je završeno"
13121312
1313#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611313#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1314#: ../DistUpgrade/DistUpgradeViewKDE.py:3301314#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1315#, python-format1315#, python-format
1316msgid "Fetching file %li of %li at %sB/s"1316msgid "Fetching file %li of %li at %sB/s"
1317msgstr "Preuzimam datoteku broj %li od ukupno %li brzinom %sB/s"1317msgstr "Preuzimam datoteku broj %li od ukupno %li brzinom %sB/s"
13181318
1319#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631319#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1320#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251320#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1321#: ../DistUpgrade/DistUpgradeViewKDE.py:3311321#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1322#: ../DistUpgrade/DistUpgradeViewKDE.py:4811322#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1323#, python-format1323#, python-format
1324msgid "About %s remaining"1324msgid "About %s remaining"
1325msgstr "Otprilike je ostalo %s"1325msgstr "Otprilike je ostalo %s"
13261326
1327#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661327#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1328#: ../DistUpgrade/DistUpgradeViewKDE.py:3331328#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1329#, python-format1329#, python-format
1330msgid "Fetching file %li of %li"1330msgid "Fetching file %li of %li"
1331msgstr "Preuzimam datoteku %li od %li"1331msgstr "Preuzimam datoteku %li od %li"
@@ -1333,25 +1333,25 @@ msgstr "Preuzimam datoteku %li od %li"
1333#. FIXME: add support for the timeout1333#. FIXME: add support for the timeout
1334#. of the terminal (to display something useful then)1334#. of the terminal (to display something useful then)
1335#. -> longer term, move this code into python-apt1335#. -> longer term, move this code into python-apt
1336#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981336#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1337#: ../DistUpgrade/DistUpgradeViewKDE.py:3711337#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1338msgid "Applying changes"1338msgid "Applying changes"
1339msgstr "Primijenjujem promjene"1339msgstr "Primijenjujem promjene"
13401340
1341#. we do not report followup errors from earlier failures1341#. we do not report followup errors from earlier failures
1342#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241342#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1343#: ../DistUpgrade/DistUpgradeViewKDE.py:3841343#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1344msgid "dependency problems - leaving unconfigured"1344msgid "dependency problems - leaving unconfigured"
1345msgstr "problemi sa međuzavisnostima - ostavljam nekonfigurisano"1345msgstr "problemi sa međuzavisnostima - ostavljam nekonfigurisano"
13461346
1347#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291347#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1348#: ../DistUpgrade/DistUpgradeViewKDE.py:3861348#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1349#, python-format1349#, python-format
1350msgid "Could not install '%s'"1350msgid "Could not install '%s'"
1351msgstr "Nisam mogao instalirati '%s'"1351msgstr "Nisam mogao instalirati '%s'"
13521352
1353#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301353#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1354#: ../DistUpgrade/DistUpgradeViewKDE.py:3871354#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1355#, python-format1355#, python-format
1356msgid ""1356msgid ""
1357"The upgrade will continue but the '%s' package may not be in a working "1357"The upgrade will continue but the '%s' package may not be in a working "
@@ -1361,8 +1361,8 @@ msgstr ""
1361"razmotirite podnošenje izveštaja o grešci."1361"razmotirite podnošenje izveštaja o grešci."
13621362
1363#. self.expander.set_expanded(True)1363#. self.expander.set_expanded(True)
1364#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471364#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1365#: ../DistUpgrade/DistUpgradeViewKDE.py:4091365#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1366#, python-format1366#, python-format
1367msgid ""1367msgid ""
1368"Replace the customized configuration file\n"1368"Replace the customized configuration file\n"
@@ -1371,8 +1371,8 @@ msgstr ""
1371"Zamijeniti konfiguracijsku datoteku\n"1371"Zamijeniti konfiguracijsku datoteku\n"
1372"'%s'?"1372"'%s'?"
13731373
1374#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481374#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1375#: ../DistUpgrade/DistUpgradeViewKDE.py:4101375#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1376msgid ""1376msgid ""
1377"You will lose any changes you have made to this configuration file if you "1377"You will lose any changes you have made to this configuration file if you "
1378"choose to replace it with a newer version."1378"choose to replace it with a newer version."
@@ -1380,17 +1380,17 @@ msgstr ""
1380"Izgubit ćete sve promjene napravljene na ovoj konfiguracijskoj datoteci ako "1380"Izgubit ćete sve promjene napravljene na ovoj konfiguracijskoj datoteci ako "
1381"odaberete izmjenu s novijom verzijom programa."1381"odaberete izmjenu s novijom verzijom programa."
13821382
1383#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681383#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1384#: ../DistUpgrade/DistUpgradeViewKDE.py:4331384#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1385msgid "The 'diff' command was not found"1385msgid "The 'diff' command was not found"
1386msgstr "Nisam našao naredbu 'diff'"1386msgstr "Nisam našao naredbu 'diff'"
13871387
1388#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351388#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1389#: ../DistUpgrade/DistUpgradeViewText.py:1401389#: ../DistUpgrade/DistUpgradeViewText.py:140
1390msgid "A fatal error occurred"1390msgid "A fatal error occurred"
1391msgstr "Pojavila se ozbiljna greška"1391msgstr "Pojavila se ozbiljna greška"
13921392
1393#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361393#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1394msgid ""1394msgid ""
1395"Please report this as a bug (if you haven't already) and include the files /"1395"Please report this as a bug (if you haven't already) and include the files /"
1396"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1396"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1403,11 +1403,11 @@ msgstr ""
1403"Izvorna inačica datoteke sources.list je spremljena u /etc/apt/sources.list."1403"Izvorna inačica datoteke sources.list je spremljena u /etc/apt/sources.list."
1404"distUpgrade."1404"distUpgrade."
14051405
1406#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661406#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1407msgid "Ctrl-c pressed"1407msgid "Ctrl-c pressed"
1408msgstr "Pritisnuto Ctrl-c"1408msgstr "Pritisnuto Ctrl-c"
14091409
1410#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671410#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1411msgid ""1411msgid ""
1412"This will abort the operation and may leave the system in a broken state. "1412"This will abort the operation and may leave the system in a broken state. "
1413"Are you sure you want to do that?"1413"Are you sure you want to do that?"
@@ -1416,133 +1416,133 @@ msgstr ""
1416"Da li ste sigurni da to želite učiniti?"1416"Da li ste sigurni da to želite učiniti?"
14171417
1418#. append warning1418#. append warning
1419#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061419#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1420msgid "To prevent data loss close all open applications and documents."1420msgid "To prevent data loss close all open applications and documents."
1421msgstr "Da spriječite gubitak podataka zatvorite sve programe i datoteke."1421msgstr "Da spriječite gubitak podataka zatvorite sve programe i datoteke."
14221422
1423#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201423#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1424#, python-format1424#, python-format
1425msgid "No longer supported by Canonical (%s)"1425msgid "No longer supported by Canonical (%s)"
1426msgstr "Više ne podržava Canonical (%s)"1426msgstr "Više ne podržava Canonical (%s)"
14271427
1428#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211428#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1429#, python-format1429#, python-format
1430msgid "<b>Downgrade (%s)</b>"1430msgid "<b>Downgrade (%s)</b>"
1431msgstr "<b>Povratak na stariju verziju (%s)</b>"1431msgstr "<b>Povratak na stariju verziju (%s)</b>"
14321432
1433#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221433#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1434#, python-format1434#, python-format
1435msgid "Remove (%s)"1435msgid "Remove (%s)"
1436msgstr "Ukloni (%s)"1436msgstr "Ukloni (%s)"
14371437
1438#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231438#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1439#, python-format1439#, python-format
1440msgid "No longer needed (%s)"1440msgid "No longer needed (%s)"
1441msgstr "Nije više potrebno (%s)"1441msgstr "Nije više potrebno (%s)"
14421442
1443#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241443#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1444#, python-format1444#, python-format
1445msgid "Install (%s)"1445msgid "Install (%s)"
1446msgstr "Instaliraj (%s)"1446msgstr "Instaliraj (%s)"
14471447
1448#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251448#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1449#, python-format1449#, python-format
1450msgid "Upgrade (%s)"1450msgid "Upgrade (%s)"
1451msgstr "Nadogradi (%s)"1451msgstr "Nadogradi (%s)"
14521452
1453#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731453#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1454msgid "Cancel"1454msgid "Cancel"
1455msgstr ""1455msgstr ""
14561456
1457#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741457#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1458#: ../DistUpgrade/DistUpgradeViewKDE.py:9061458#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1459msgid "Continue"1459msgid "Continue"
1460msgstr ""1460msgstr ""
14611461
1462#: ../DistUpgrade/DistUpgradeViewKDE.py:4451462#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1463msgid "Show Difference >>>"1463msgid "Show Difference >>>"
1464msgstr "Pokaži Razliku >>>"1464msgstr "Pokaži Razliku >>>"
14651465
1466#: ../DistUpgrade/DistUpgradeViewKDE.py:4481466#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1467msgid "<<< Hide Difference"1467msgid "<<< Hide Difference"
1468msgstr "<<< Sakrij Razliku"1468msgstr "<<< Sakrij Razliku"
14691469
1470#: ../DistUpgrade/DistUpgradeViewKDE.py:6681470#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1471msgid "Error"1471msgid "Error"
1472msgstr "Greška"1472msgstr "Greška"
14731473
1474#: ../DistUpgrade/DistUpgradeViewKDE.py:6861474#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1475#: ../DistUpgrade/DistUpgradeViewKDE.py:9271475#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1476msgid "&Close"1476msgid "&Close"
1477msgstr "&Zatvori"1477msgstr "&Zatvori"
14781478
1479#: ../DistUpgrade/DistUpgradeViewKDE.py:7201479#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1480msgid "Show Terminal >>>"1480msgid "Show Terminal >>>"
1481msgstr "Pokaži Terminal >>>"1481msgstr "Pokaži Terminal >>>"
14821482
1483#: ../DistUpgrade/DistUpgradeViewKDE.py:7231483#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1484msgid "<<< Hide Terminal"1484msgid "<<< Hide Terminal"
1485msgstr "<<< Sakrij Terminal"1485msgstr "<<< Sakrij Terminal"
14861486
1487#: ../DistUpgrade/DistUpgradeViewKDE.py:7961487#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1488msgid "Information"1488msgid "Information"
1489msgstr "Obavještenje"1489msgstr "Obavještenje"
14901490
1491#: ../DistUpgrade/DistUpgradeViewKDE.py:8441491#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1492msgid "&Start Upgrade"1492msgid "&Start Upgrade"
1493msgstr "&Poćni nadogradnju"1493msgstr "&Poćni nadogradnju"
14941494
1495#: ../DistUpgrade/DistUpgradeViewKDE.py:8461495#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1496#: ../DistUpgrade/DistUpgradeViewKDE.py:8901496#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1497#: ../DistUpgrade/DistUpgradeViewKDE.py:8931497#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1498#: ../data/gtkbuilder/DistUpgrade.ui.h:71498#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1499msgid "Details"1499msgid "Details"
1500msgstr "Detalji"1500msgstr "Detalji"
15011501
1502#: ../DistUpgrade/DistUpgradeViewKDE.py:8681502#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1503#, python-format1503#, python-format
1504msgid "No longer supported %s"1504msgid "No longer supported %s"
1505msgstr "Nije više podržano %s"1505msgstr "Nije više podržano %s"
15061506
1507#: ../DistUpgrade/DistUpgradeViewKDE.py:8701507#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1508#, python-format1508#, python-format
1509msgid "Remove %s"1509msgid "Remove %s"
1510msgstr "Ukloni %s"1510msgstr "Ukloni %s"
15111511
1512#: ../DistUpgrade/DistUpgradeViewKDE.py:8721512#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1513#: ../DistUpgrade/DistUpgradeViewText.py:2391513#: ../DistUpgrade/DistUpgradeViewText.py:239
1514#, python-format1514#, python-format
1515msgid "Remove (was auto installed) %s"1515msgid "Remove (was auto installed) %s"
1516msgstr "Ukloni (bio autoinstaliran) %s"1516msgstr "Ukloni (bio autoinstaliran) %s"
15171517
1518#: ../DistUpgrade/DistUpgradeViewKDE.py:8741518#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1519#, python-format1519#, python-format
1520msgid "Install %s"1520msgid "Install %s"
1521msgstr "Instaliraj %s"1521msgstr "Instaliraj %s"
15221522
1523#: ../DistUpgrade/DistUpgradeViewKDE.py:8761523#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1524#, python-format1524#, python-format
1525msgid "Upgrade %s"1525msgid "Upgrade %s"
1526msgstr "Nadogradi %s"1526msgstr "Nadogradi %s"
15271527
1528#: ../DistUpgrade/DistUpgradeViewKDE.py:9231528#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1529#: ../DistUpgrade/DistUpgradeViewText.py:2921529#: ../DistUpgrade/DistUpgradeViewText.py:292
1530msgid "Restart required"1530msgid "Restart required"
1531msgstr "Potreban restart"1531msgstr "Potreban restart"
15321532
1533#: ../DistUpgrade/DistUpgradeViewKDE.py:9231533#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1534msgid "<b><big>Restart the system to complete the upgrade</big></b>"1534msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1535msgstr ""1535msgstr ""
1536"<b><big>Ponovno pokretanje računara potrebno je za završetak nadogradnje</"1536"<b><big>Ponovno pokretanje računara potrebno je za završetak nadogradnje</"
1537"big></b>"1537"big></b>"
15381538
1539#: ../DistUpgrade/DistUpgradeViewKDE.py:9261539#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1540#: ../data/gtkbuilder/DistUpgrade.ui.h:141540#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1541msgid "_Restart Now"1541msgid "_Restart Now"
1542msgstr "Ponovno pok_reni računar"1542msgstr "Ponovno pok_reni računar"
15431543
1544#. FIXME make this user friendly1544#. FIXME make this user friendly
1545#: ../DistUpgrade/DistUpgradeViewKDE.py:9441545#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1546msgid ""1546msgid ""
1547"<b><big>Cancel the running upgrade?</big></b>\n"1547"<b><big>Cancel the running upgrade?</big></b>\n"
1548"\n"1548"\n"
@@ -1550,7 +1550,7 @@ msgid ""
1550"strongly advised to resume the upgrade."1550"strongly advised to resume the upgrade."
1551msgstr "<b><big>otkaži tekuću nadogradnju?</big></b>"1551msgstr "<b><big>otkaži tekuću nadogradnju?</big></b>"
15521552
1553#: ../DistUpgrade/DistUpgradeViewKDE.py:9481553#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1554msgid "Cancel Upgrade?"1554msgid "Cancel Upgrade?"
1555msgstr "Poništi Nadogradnju?"1555msgstr "Poništi Nadogradnju?"
15561556
diff --git a/po/ca.po b/po/ca.po
index 74a613c..e042928 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2019-06-18 17:52+0000\n"12"PO-Revision-Date: 2019-06-18 17:52+0000\n"
13"Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"13"Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
14"Language-Team: Catalan <tradgnome@softcatala.org>\n"14"Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -995,7 +995,7 @@ msgid "&Upgrade"
995msgstr "&Actualitza"995msgstr "&Actualitza"
996996
997#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154997#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
998#: ../DistUpgrade/DistUpgradeViewKDE.py:682998#: ../DistUpgrade/DistUpgradeViewKDE.py:690
999msgid "&Cancel"999msgid "&Cancel"
1000msgstr "&Cancel·la"1000msgstr "&Cancel·la"
10011001
@@ -1025,8 +1025,8 @@ msgstr "Fitxer %s de %s"
10251025
1026#. print("mediaChange %s %s" % (medium, drive))1026#. print("mediaChange %s %s" % (medium, drive))
1027#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2351027#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
1028#: ../DistUpgrade/DistUpgradeViewGtk3.py:1251028#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
1029#: ../DistUpgrade/DistUpgradeViewKDE.py:3001029#: ../DistUpgrade/DistUpgradeViewKDE.py:302
1030#, python-format1030#, python-format
1031msgid "Please insert '%s' into the drive '%s'"1031msgid "Please insert '%s' into the drive '%s'"
1032msgstr "Inseriu «%s» a la unitat «%s»"1032msgstr "Inseriu «%s» a la unitat «%s»"
@@ -1034,7 +1034,7 @@ msgstr "Inseriu «%s» a la unitat «%s»"
1034#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2371034#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
1035#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2421035#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
1036#: ../DistUpgrade/DistUpgradeFetcherKDE.py:2431036#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
1037#: ../DistUpgrade/DistUpgradeViewKDE.py:3011037#: ../DistUpgrade/DistUpgradeViewKDE.py:303
1038msgid "Media Change"1038msgid "Media Change"
1039msgstr "Canvi de suport"1039msgstr "Canvi de suport"
10401040
@@ -1331,27 +1331,27 @@ msgstr "Estableix el «datadir» (directori de dades)"
1331msgid "Upgrade to the development release"1331msgid "Upgrade to the development release"
1332msgstr "Actualitza a la versió de desenvolupament"1332msgstr "Actualitza a la versió de desenvolupament"
13331333
1334#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461334#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1335#: ../DistUpgrade/DistUpgradeViewKDE.py:3141335#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1336msgid "Fetching is complete"1336msgid "Fetching is complete"
1337msgstr "S'ha completat el recull"1337msgstr "S'ha completat el recull"
13381338
1339#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611339#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1340#: ../DistUpgrade/DistUpgradeViewKDE.py:3301340#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1341#, python-format1341#, python-format
1342msgid "Fetching file %li of %li at %sB/s"1342msgid "Fetching file %li of %li at %sB/s"
1343msgstr "S'està obtenint el fitxer %li de %li a %s B/s"1343msgstr "S'està obtenint el fitxer %li de %li a %s B/s"
13441344
1345#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631345#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1346#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251346#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1347#: ../DistUpgrade/DistUpgradeViewKDE.py:3311347#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1348#: ../DistUpgrade/DistUpgradeViewKDE.py:4811348#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1349#, python-format1349#, python-format
1350msgid "About %s remaining"1350msgid "About %s remaining"
1351msgstr "Queden %s"1351msgstr "Queden %s"
13521352
1353#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661353#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1354#: ../DistUpgrade/DistUpgradeViewKDE.py:3331354#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1355#, python-format1355#, python-format
1356msgid "Fetching file %li of %li"1356msgid "Fetching file %li of %li"
1357msgstr "S'està obtenint el fitxer %li de %li"1357msgstr "S'està obtenint el fitxer %li de %li"
@@ -1359,25 +1359,25 @@ msgstr "S'està obtenint el fitxer %li de %li"
1359#. FIXME: add support for the timeout1359#. FIXME: add support for the timeout
1360#. of the terminal (to display something useful then)1360#. of the terminal (to display something useful then)
1361#. -> longer term, move this code into python-apt1361#. -> longer term, move this code into python-apt
1362#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981362#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1363#: ../DistUpgrade/DistUpgradeViewKDE.py:3711363#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1364msgid "Applying changes"1364msgid "Applying changes"
1365msgstr "S'estan aplicant els canvis"1365msgstr "S'estan aplicant els canvis"
13661366
1367#. we do not report followup errors from earlier failures1367#. we do not report followup errors from earlier failures
1368#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241368#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1369#: ../DistUpgrade/DistUpgradeViewKDE.py:3841369#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1370msgid "dependency problems - leaving unconfigured"1370msgid "dependency problems - leaving unconfigured"
1371msgstr "problemes de dependències - es deixarà sense configurar"1371msgstr "problemes de dependències - es deixarà sense configurar"
13721372
1373#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291373#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1374#: ../DistUpgrade/DistUpgradeViewKDE.py:3861374#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1375#, python-format1375#, python-format
1376msgid "Could not install '%s'"1376msgid "Could not install '%s'"
1377msgstr "No s'ha pogut instal·lar «%s»"1377msgstr "No s'ha pogut instal·lar «%s»"
13781378
1379#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301379#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1380#: ../DistUpgrade/DistUpgradeViewKDE.py:3871380#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1381#, python-format1381#, python-format
1382msgid ""1382msgid ""
1383"The upgrade will continue but the '%s' package may not be in a working "1383"The upgrade will continue but the '%s' package may not be in a working "
@@ -1388,8 +1388,8 @@ msgstr ""
1388"aquest fet."1388"aquest fet."
13891389
1390#. self.expander.set_expanded(True)1390#. self.expander.set_expanded(True)
1391#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471391#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1392#: ../DistUpgrade/DistUpgradeViewKDE.py:4091392#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1393#, python-format1393#, python-format
1394msgid ""1394msgid ""
1395"Replace the customized configuration file\n"1395"Replace the customized configuration file\n"
@@ -1398,8 +1398,8 @@ msgstr ""
1398"Voleu reemplaçar el fitxer de\n"1398"Voleu reemplaçar el fitxer de\n"
1399"configuració personalitzat «%s»?"1399"configuració personalitzat «%s»?"
14001400
1401#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481401#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1402#: ../DistUpgrade/DistUpgradeViewKDE.py:4101402#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1403msgid ""1403msgid ""
1404"You will lose any changes you have made to this configuration file if you "1404"You will lose any changes you have made to this configuration file if you "
1405"choose to replace it with a newer version."1405"choose to replace it with a newer version."
@@ -1407,17 +1407,17 @@ msgstr ""
1407"Perdreu tots els canvis realitzats en el fitxer de configuració si trieu "1407"Perdreu tots els canvis realitzats en el fitxer de configuració si trieu "
1408"reemplaçar-lo per una versió més nova."1408"reemplaçar-lo per una versió més nova."
14091409
1410#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681410#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1411#: ../DistUpgrade/DistUpgradeViewKDE.py:4331411#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1412msgid "The 'diff' command was not found"1412msgid "The 'diff' command was not found"
1413msgstr "No s'ha trobat l'ordre «diff»"1413msgstr "No s'ha trobat l'ordre «diff»"
14141414
1415#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351415#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1416#: ../DistUpgrade/DistUpgradeViewText.py:1401416#: ../DistUpgrade/DistUpgradeViewText.py:140
1417msgid "A fatal error occurred"1417msgid "A fatal error occurred"
1418msgstr "S'ha produït un error greu"1418msgstr "S'ha produït un error greu"
14191419
1420#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361420#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1421msgid ""1421msgid ""
1422"Please report this as a bug (if you haven't already) and include the files /"1422"Please report this as a bug (if you haven't already) and include the files /"
1423"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1423"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1430,11 +1430,11 @@ msgstr ""
1430"S'ha desat el vostre fitxer sources.list original a /etc/apt/sources.list."1430"S'ha desat el vostre fitxer sources.list original a /etc/apt/sources.list."
1431"distUpgrade."1431"distUpgrade."
14321432
1433#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661433#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1434msgid "Ctrl-c pressed"1434msgid "Ctrl-c pressed"
1435msgstr "S'ha premut Ctrl+C"1435msgstr "S'ha premut Ctrl+C"
14361436
1437#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671437#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1438msgid ""1438msgid ""
1439"This will abort the operation and may leave the system in a broken state. "1439"This will abort the operation and may leave the system in a broken state. "
1440"Are you sure you want to do that?"1440"Are you sure you want to do that?"
@@ -1443,133 +1443,133 @@ msgstr ""
1443"sistema. Esteu segur que ho voleu fer?"1443"sistema. Esteu segur que ho voleu fer?"
14441444
1445#. append warning1445#. append warning
1446#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061446#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1447msgid "To prevent data loss close all open applications and documents."1447msgid "To prevent data loss close all open applications and documents."
1448msgstr ""1448msgstr ""
1449"Per a evitar una possible pèrdua de dades, tanqueu tots els documents i "1449"Per a evitar una possible pèrdua de dades, tanqueu tots els documents i "
1450"aplicacions."1450"aplicacions."
14511451
1452#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201452#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1453#, python-format1453#, python-format
1454msgid "No longer supported by Canonical (%s)"1454msgid "No longer supported by Canonical (%s)"
1455msgstr "Ja no mantinguts per Canonical (%s)"1455msgstr "Ja no mantinguts per Canonical (%s)"
14561456
1457#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211457#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1458#, python-format1458#, python-format
1459msgid "<b>Downgrade (%s)</b>"1459msgid "<b>Downgrade (%s)</b>"
1460msgstr "<b>Es desactualitzaran (%s)</b>"1460msgstr "<b>Es desactualitzaran (%s)</b>"
14611461
1462#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221462#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1463#, python-format1463#, python-format
1464msgid "Remove (%s)"1464msgid "Remove (%s)"
1465msgstr "Se suprimiran (%s)"1465msgstr "Se suprimiran (%s)"
14661466
1467#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231467#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1468#, python-format1468#, python-format
1469msgid "No longer needed (%s)"1469msgid "No longer needed (%s)"
1470msgstr "Ja no són necessaris (%s)"1470msgstr "Ja no són necessaris (%s)"
14711471
1472#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241472#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1473#, python-format1473#, python-format
1474msgid "Install (%s)"1474msgid "Install (%s)"
1475msgstr "S'instal·laran (%s)"1475msgstr "S'instal·laran (%s)"
14761476
1477#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251477#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1478#, python-format1478#, python-format
1479msgid "Upgrade (%s)"1479msgid "Upgrade (%s)"
1480msgstr "S'actualitzaran (%s)"1480msgstr "S'actualitzaran (%s)"
14811481
1482#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731482#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1483msgid "Cancel"1483msgid "Cancel"
1484msgstr ""1484msgstr ""
14851485
1486#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741486#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1487#: ../DistUpgrade/DistUpgradeViewKDE.py:9061487#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1488msgid "Continue"1488msgid "Continue"
1489msgstr ""1489msgstr ""
14901490
1491#: ../DistUpgrade/DistUpgradeViewKDE.py:4451491#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1492msgid "Show Difference >>>"1492msgid "Show Difference >>>"
1493msgstr "Mostra les diferències >>>"1493msgstr "Mostra les diferències >>>"
14941494
1495#: ../DistUpgrade/DistUpgradeViewKDE.py:4481495#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1496msgid "<<< Hide Difference"1496msgid "<<< Hide Difference"
1497msgstr "<<< Oculta les diferències"1497msgstr "<<< Oculta les diferències"
14981498
1499#: ../DistUpgrade/DistUpgradeViewKDE.py:6681499#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1500msgid "Error"1500msgid "Error"
1501msgstr "S'ha produït un error"1501msgstr "S'ha produït un error"
15021502
1503#: ../DistUpgrade/DistUpgradeViewKDE.py:6861503#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1504#: ../DistUpgrade/DistUpgradeViewKDE.py:9271504#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1505msgid "&Close"1505msgid "&Close"
1506msgstr "&Tanca"1506msgstr "&Tanca"
15071507
1508#: ../DistUpgrade/DistUpgradeViewKDE.py:7201508#: ../DistUpgrade/DistUpgradeViewKDE.py:728
1509msgid "Show Terminal >>>"1509msgid "Show Terminal >>>"
1510msgstr "Mostra el terminal >>>"1510msgstr "Mostra el terminal >>>"
15111511
1512#: ../DistUpgrade/DistUpgradeViewKDE.py:7231512#: ../DistUpgrade/DistUpgradeViewKDE.py:731
1513msgid "<<< Hide Terminal"1513msgid "<<< Hide Terminal"
1514msgstr "<<< Oculta el terminal"1514msgstr "<<< Oculta el terminal"
15151515
1516#: ../DistUpgrade/DistUpgradeViewKDE.py:7961516#: ../DistUpgrade/DistUpgradeViewKDE.py:804
1517msgid "Information"1517msgid "Information"
1518msgstr "Informació"1518msgstr "Informació"
15191519
1520#: ../DistUpgrade/DistUpgradeViewKDE.py:8441520#: ../DistUpgrade/DistUpgradeViewKDE.py:852
1521msgid "&Start Upgrade"1521msgid "&Start Upgrade"
1522msgstr "&Inicia l'actualització"1522msgstr "&Inicia l'actualització"
15231523
1524#: ../DistUpgrade/DistUpgradeViewKDE.py:8461524#: ../DistUpgrade/DistUpgradeViewKDE.py:854
1525#: ../DistUpgrade/DistUpgradeViewKDE.py:8901525#: ../DistUpgrade/DistUpgradeViewKDE.py:898
1526#: ../DistUpgrade/DistUpgradeViewKDE.py:8931526#: ../DistUpgrade/DistUpgradeViewKDE.py:901
1527#: ../data/gtkbuilder/DistUpgrade.ui.h:71527#: ../data/gtkbuilder/DistUpgrade.ui.h:7
1528msgid "Details"1528msgid "Details"
1529msgstr "Detalls"1529msgstr "Detalls"
15301530
1531#: ../DistUpgrade/DistUpgradeViewKDE.py:8681531#: ../DistUpgrade/DistUpgradeViewKDE.py:876
1532#, python-format1532#, python-format
1533msgid "No longer supported %s"1533msgid "No longer supported %s"
1534msgstr "Ja no es mantenen %s"1534msgstr "Ja no es mantenen %s"
15351535
1536#: ../DistUpgrade/DistUpgradeViewKDE.py:8701536#: ../DistUpgrade/DistUpgradeViewKDE.py:878
1537#, python-format1537#, python-format
1538msgid "Remove %s"1538msgid "Remove %s"
1539msgstr "Suprimeix %s"1539msgstr "Suprimeix %s"
15401540
1541#: ../DistUpgrade/DistUpgradeViewKDE.py:8721541#: ../DistUpgrade/DistUpgradeViewKDE.py:880
1542#: ../DistUpgrade/DistUpgradeViewText.py:2391542#: ../DistUpgrade/DistUpgradeViewText.py:239
1543#, python-format1543#, python-format
1544msgid "Remove (was auto installed) %s"1544msgid "Remove (was auto installed) %s"
1545msgstr "Suprimeix %s (s'havia instal·lat automàticament)"1545msgstr "Suprimeix %s (s'havia instal·lat automàticament)"
15461546
1547#: ../DistUpgrade/DistUpgradeViewKDE.py:8741547#: ../DistUpgrade/DistUpgradeViewKDE.py:882
1548#, python-format1548#, python-format
1549msgid "Install %s"1549msgid "Install %s"
1550msgstr "Instal·la %s"1550msgstr "Instal·la %s"
15511551
1552#: ../DistUpgrade/DistUpgradeViewKDE.py:8761552#: ../DistUpgrade/DistUpgradeViewKDE.py:884
1553#, python-format1553#, python-format
1554msgid "Upgrade %s"1554msgid "Upgrade %s"
1555msgstr "Actualitza %s"1555msgstr "Actualitza %s"
15561556
1557#: ../DistUpgrade/DistUpgradeViewKDE.py:9231557#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1558#: ../DistUpgrade/DistUpgradeViewText.py:2921558#: ../DistUpgrade/DistUpgradeViewText.py:292
1559msgid "Restart required"1559msgid "Restart required"
1560msgstr "Cal que reinicieu el sistema"1560msgstr "Cal que reinicieu el sistema"
15611561
1562#: ../DistUpgrade/DistUpgradeViewKDE.py:9231562#: ../DistUpgrade/DistUpgradeViewKDE.py:931
1563msgid "<b><big>Restart the system to complete the upgrade</big></b>"1563msgid "<b><big>Restart the system to complete the upgrade</big></b>"
1564msgstr "<b><big>Reinicieu el sistema per a completar l'actualització</big></b>"1564msgstr "<b><big>Reinicieu el sistema per a completar l'actualització</big></b>"
15651565
1566#: ../DistUpgrade/DistUpgradeViewKDE.py:9261566#: ../DistUpgrade/DistUpgradeViewKDE.py:934
1567#: ../data/gtkbuilder/DistUpgrade.ui.h:141567#: ../data/gtkbuilder/DistUpgrade.ui.h:14
1568msgid "_Restart Now"1568msgid "_Restart Now"
1569msgstr "_Reinicia"1569msgstr "_Reinicia"
15701570
1571#. FIXME make this user friendly1571#. FIXME make this user friendly
1572#: ../DistUpgrade/DistUpgradeViewKDE.py:9441572#: ../DistUpgrade/DistUpgradeViewKDE.py:952
1573msgid ""1573msgid ""
1574"<b><big>Cancel the running upgrade?</big></b>\n"1574"<b><big>Cancel the running upgrade?</big></b>\n"
1575"\n"1575"\n"
@@ -1581,7 +1581,7 @@ msgstr ""
1581"El sistema pot quedar inusable si la cancel·leu. És molt recomanable "1581"El sistema pot quedar inusable si la cancel·leu. És molt recomanable "
1582"continuar amb l'actualització."1582"continuar amb l'actualització."
15831583
1584#: ../DistUpgrade/DistUpgradeViewKDE.py:9481584#: ../DistUpgrade/DistUpgradeViewKDE.py:956
1585msgid "Cancel Upgrade?"1585msgid "Cancel Upgrade?"
1586msgstr "Voleu cancel·lar l'actualització?"1586msgstr "Voleu cancel·lar l'actualització?"
15871587
diff --git a/po/ca@valencia.po b/po/ca@valencia.po
index f170608..0b1da41 100644
--- a/po/ca@valencia.po
+++ b/po/ca@valencia.po
@@ -8,7 +8,7 @@ msgid ""
8msgstr ""8msgstr ""
9"Project-Id-Version: update-manager\n"9"Project-Id-Version: update-manager\n"
10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"10"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
11"POT-Creation-Date: 2023-02-22 21:53+0000\n"11"POT-Creation-Date: 2023-04-03 16:33+0000\n"
12"PO-Revision-Date: 2013-05-22 11:00+0000\n"12"PO-Revision-Date: 2013-05-22 11:00+0000\n"
13"Last-Translator: Joan Duran <jodufi@gmail.com>\n"13"Last-Translator: Joan Duran <jodufi@gmail.com>\n"
14"Language-Team: Catalan <tradgnome@softcatala.org>\n"14"Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -926,7 +926,7 @@ msgid "&Upgrade"
926msgstr ""926msgstr ""
927927
928#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154928#: ../DistUpgrade/DistUpgradeFetcherKDE.py:154
929#: ../DistUpgrade/DistUpgradeViewKDE.py:682929#: ../DistUpgrade/DistUpgradeViewKDE.py:690
930msgid "&Cancel"930msgid "&Cancel"
931msgstr ""931msgstr ""
932932
@@ -956,8 +956,8 @@ msgstr "Fitxer %s de %s"
956956
957#. print("mediaChange %s %s" % (medium, drive))957#. print("mediaChange %s %s" % (medium, drive))
958#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235958#: ../DistUpgrade/DistUpgradeFetcherKDE.py:235
959#: ../DistUpgrade/DistUpgradeViewGtk3.py:125959#: ../DistUpgrade/DistUpgradeViewGtk3.py:127
960#: ../DistUpgrade/DistUpgradeViewKDE.py:300960#: ../DistUpgrade/DistUpgradeViewKDE.py:302
961#, python-format961#, python-format
962msgid "Please insert '%s' into the drive '%s'"962msgid "Please insert '%s' into the drive '%s'"
963msgstr "Inseriu «%s» a la unitat «%s»"963msgstr "Inseriu «%s» a la unitat «%s»"
@@ -965,7 +965,7 @@ msgstr "Inseriu «%s» a la unitat «%s»"
965#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237965#: ../DistUpgrade/DistUpgradeFetcherKDE.py:237
966#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242966#: ../DistUpgrade/DistUpgradeFetcherKDE.py:242
967#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243967#: ../DistUpgrade/DistUpgradeFetcherKDE.py:243
968#: ../DistUpgrade/DistUpgradeViewKDE.py:301968#: ../DistUpgrade/DistUpgradeViewKDE.py:303
969msgid "Media Change"969msgid "Media Change"
970msgstr "Canvi de suport"970msgstr "Canvi de suport"
971971
@@ -1241,27 +1241,27 @@ msgstr "Estableix el «datadir» (directori de dades)"
1241msgid "Upgrade to the development release"1241msgid "Upgrade to the development release"
1242msgstr "Actualitza a la versió de desenvolupament"1242msgstr "Actualitza a la versió de desenvolupament"
12431243
1244#: ../DistUpgrade/DistUpgradeViewGtk3.py:1461244#: ../DistUpgrade/DistUpgradeViewGtk3.py:148
1245#: ../DistUpgrade/DistUpgradeViewKDE.py:3141245#: ../DistUpgrade/DistUpgradeViewKDE.py:316
1246msgid "Fetching is complete"1246msgid "Fetching is complete"
1247msgstr "S'ha completat el recull"1247msgstr "S'ha completat el recull"
12481248
1249#: ../DistUpgrade/DistUpgradeViewGtk3.py:1611249#: ../DistUpgrade/DistUpgradeViewGtk3.py:163
1250#: ../DistUpgrade/DistUpgradeViewKDE.py:3301250#: ../DistUpgrade/DistUpgradeViewKDE.py:332
1251#, python-format1251#, python-format
1252msgid "Fetching file %li of %li at %sB/s"1252msgid "Fetching file %li of %li at %sB/s"
1253msgstr "S'està obtenint el fitxer %li de %li a %s B/s"1253msgstr "S'està obtenint el fitxer %li de %li a %s B/s"
12541254
1255#: ../DistUpgrade/DistUpgradeViewGtk3.py:1631255#: ../DistUpgrade/DistUpgradeViewGtk3.py:165
1256#: ../DistUpgrade/DistUpgradeViewGtk3.py:3251256#: ../DistUpgrade/DistUpgradeViewGtk3.py:327
1257#: ../DistUpgrade/DistUpgradeViewKDE.py:3311257#: ../DistUpgrade/DistUpgradeViewKDE.py:333
1258#: ../DistUpgrade/DistUpgradeViewKDE.py:4811258#: ../DistUpgrade/DistUpgradeViewKDE.py:483
1259#, python-format1259#, python-format
1260msgid "About %s remaining"1260msgid "About %s remaining"
1261msgstr "Queden %s"1261msgstr "Queden %s"
12621262
1263#: ../DistUpgrade/DistUpgradeViewGtk3.py:1661263#: ../DistUpgrade/DistUpgradeViewGtk3.py:168
1264#: ../DistUpgrade/DistUpgradeViewKDE.py:3331264#: ../DistUpgrade/DistUpgradeViewKDE.py:335
1265#, python-format1265#, python-format
1266msgid "Fetching file %li of %li"1266msgid "Fetching file %li of %li"
1267msgstr "S'està obtenint el fitxer %li de %li"1267msgstr "S'està obtenint el fitxer %li de %li"
@@ -1269,25 +1269,25 @@ msgstr "S'està obtenint el fitxer %li de %li"
1269#. FIXME: add support for the timeout1269#. FIXME: add support for the timeout
1270#. of the terminal (to display something useful then)1270#. of the terminal (to display something useful then)
1271#. -> longer term, move this code into python-apt1271#. -> longer term, move this code into python-apt
1272#: ../DistUpgrade/DistUpgradeViewGtk3.py:1981272#: ../DistUpgrade/DistUpgradeViewGtk3.py:200
1273#: ../DistUpgrade/DistUpgradeViewKDE.py:3711273#: ../DistUpgrade/DistUpgradeViewKDE.py:373
1274msgid "Applying changes"1274msgid "Applying changes"
1275msgstr "S'estan aplicant els canvis"1275msgstr "S'estan aplicant els canvis"
12761276
1277#. we do not report followup errors from earlier failures1277#. we do not report followup errors from earlier failures
1278#: ../DistUpgrade/DistUpgradeViewGtk3.py:2241278#: ../DistUpgrade/DistUpgradeViewGtk3.py:226
1279#: ../DistUpgrade/DistUpgradeViewKDE.py:3841279#: ../DistUpgrade/DistUpgradeViewKDE.py:386
1280msgid "dependency problems - leaving unconfigured"1280msgid "dependency problems - leaving unconfigured"
1281msgstr "problemes de dependències - es deixarà sense configurar"1281msgstr "problemes de dependències - es deixarà sense configurar"
12821282
1283#: ../DistUpgrade/DistUpgradeViewGtk3.py:2291283#: ../DistUpgrade/DistUpgradeViewGtk3.py:231
1284#: ../DistUpgrade/DistUpgradeViewKDE.py:3861284#: ../DistUpgrade/DistUpgradeViewKDE.py:388
1285#, python-format1285#, python-format
1286msgid "Could not install '%s'"1286msgid "Could not install '%s'"
1287msgstr "No s'ha pogut instal·lar «%s»"1287msgstr "No s'ha pogut instal·lar «%s»"
12881288
1289#: ../DistUpgrade/DistUpgradeViewGtk3.py:2301289#: ../DistUpgrade/DistUpgradeViewGtk3.py:232
1290#: ../DistUpgrade/DistUpgradeViewKDE.py:3871290#: ../DistUpgrade/DistUpgradeViewKDE.py:389
1291#, python-format1291#, python-format
1292msgid ""1292msgid ""
1293"The upgrade will continue but the '%s' package may not be in a working "1293"The upgrade will continue but the '%s' package may not be in a working "
@@ -1298,8 +1298,8 @@ msgstr ""
1298"fet."1298"fet."
12991299
1300#. self.expander.set_expanded(True)1300#. self.expander.set_expanded(True)
1301#: ../DistUpgrade/DistUpgradeViewGtk3.py:2471301#: ../DistUpgrade/DistUpgradeViewGtk3.py:249
1302#: ../DistUpgrade/DistUpgradeViewKDE.py:4091302#: ../DistUpgrade/DistUpgradeViewKDE.py:411
1303#, python-format1303#, python-format
1304msgid ""1304msgid ""
1305"Replace the customized configuration file\n"1305"Replace the customized configuration file\n"
@@ -1308,8 +1308,8 @@ msgstr ""
1308"Voleu reemplaçar el fitxer de\n"1308"Voleu reemplaçar el fitxer de\n"
1309"configuració personalitzat «%s»?"1309"configuració personalitzat «%s»?"
13101310
1311#: ../DistUpgrade/DistUpgradeViewGtk3.py:2481311#: ../DistUpgrade/DistUpgradeViewGtk3.py:250
1312#: ../DistUpgrade/DistUpgradeViewKDE.py:4101312#: ../DistUpgrade/DistUpgradeViewKDE.py:412
1313msgid ""1313msgid ""
1314"You will lose any changes you have made to this configuration file if you "1314"You will lose any changes you have made to this configuration file if you "
1315"choose to replace it with a newer version."1315"choose to replace it with a newer version."
@@ -1317,17 +1317,17 @@ msgstr ""
1317"Perdreu tots els canvis realitzats en el fitxer de configuració si trieu "1317"Perdreu tots els canvis realitzats en el fitxer de configuració si trieu "
1318"reemplaçar-lo per una versió més nova."1318"reemplaçar-lo per una versió més nova."
13191319
1320#: ../DistUpgrade/DistUpgradeViewGtk3.py:2681320#: ../DistUpgrade/DistUpgradeViewGtk3.py:270
1321#: ../DistUpgrade/DistUpgradeViewKDE.py:4331321#: ../DistUpgrade/DistUpgradeViewKDE.py:435
1322msgid "The 'diff' command was not found"1322msgid "The 'diff' command was not found"
1323msgstr "No s'ha trobat l'orde «diff»"1323msgstr "No s'ha trobat l'orde «diff»"
13241324
1325#: ../DistUpgrade/DistUpgradeViewGtk3.py:5351325#: ../DistUpgrade/DistUpgradeViewGtk3.py:542
1326#: ../DistUpgrade/DistUpgradeViewText.py:1401326#: ../DistUpgrade/DistUpgradeViewText.py:140
1327msgid "A fatal error occurred"1327msgid "A fatal error occurred"
1328msgstr "S'ha produït un error greu"1328msgstr "S'ha produït un error greu"
13291329
1330#: ../DistUpgrade/DistUpgradeViewGtk3.py:5361330#: ../DistUpgrade/DistUpgradeViewGtk3.py:543
1331msgid ""1331msgid ""
1332"Please report this as a bug (if you haven't already) and include the files /"1332"Please report this as a bug (if you haven't already) and include the files /"
1333"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "1333"var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your "
@@ -1340,11 +1340,11 @@ msgstr ""
1340"S'ha guardat el vostre fitxer sources.list original a /etc/apt/sources.list."1340"S'ha guardat el vostre fitxer sources.list original a /etc/apt/sources.list."
1341"distUpgrade."1341"distUpgrade."
13421342
1343#: ../DistUpgrade/DistUpgradeViewGtk3.py:5661343#: ../DistUpgrade/DistUpgradeViewGtk3.py:573
1344msgid "Ctrl-c pressed"1344msgid "Ctrl-c pressed"
1345msgstr "S'ha premut Ctrl+C"1345msgstr "S'ha premut Ctrl+C"
13461346
1347#: ../DistUpgrade/DistUpgradeViewGtk3.py:5671347#: ../DistUpgrade/DistUpgradeViewGtk3.py:574
1348msgid ""1348msgid ""
1349"This will abort the operation and may leave the system in a broken state. "1349"This will abort the operation and may leave the system in a broken state. "
1350"Are you sure you want to do that?"1350"Are you sure you want to do that?"
@@ -1353,133 +1353,133 @@ msgstr ""
1353"sistema. Esteu segur que ho voleu fer?"1353"sistema. Esteu segur que ho voleu fer?"
13541354
1355#. append warning1355#. append warning
1356#: ../DistUpgrade/DistUpgradeViewGtk3.py:7061356#: ../DistUpgrade/DistUpgradeViewGtk3.py:713
1357msgid "To prevent data loss close all open applications and documents."1357msgid "To prevent data loss close all open applications and documents."
1358msgstr ""1358msgstr ""
1359"Per a evitar una possible pèrdua de dades, tanqueu tots els documents i "1359"Per a evitar una possible pèrdua de dades, tanqueu tots els documents i "
1360"aplicacions."1360"aplicacions."
13611361
1362#: ../DistUpgrade/DistUpgradeViewGtk3.py:7201362#: ../DistUpgrade/DistUpgradeViewGtk3.py:727
1363#, python-format1363#, python-format
1364msgid "No longer supported by Canonical (%s)"1364msgid "No longer supported by Canonical (%s)"
1365msgstr "Ja no mantinguts per Canonical (%s)"1365msgstr "Ja no mantinguts per Canonical (%s)"
13661366
1367#: ../DistUpgrade/DistUpgradeViewGtk3.py:7211367#: ../DistUpgrade/DistUpgradeViewGtk3.py:728
1368#, python-format1368#, python-format
1369msgid "<b>Downgrade (%s)</b>"1369msgid "<b>Downgrade (%s)</b>"
1370msgstr "<b>Es desactualitzaran (%s)</b>"1370msgstr "<b>Es desactualitzaran (%s)</b>"
13711371
1372#: ../DistUpgrade/DistUpgradeViewGtk3.py:7221372#: ../DistUpgrade/DistUpgradeViewGtk3.py:729
1373#, python-format1373#, python-format
1374msgid "Remove (%s)"1374msgid "Remove (%s)"
1375msgstr "Se suprimiran (%s)"1375msgstr "Se suprimiran (%s)"
13761376
1377#: ../DistUpgrade/DistUpgradeViewGtk3.py:7231377#: ../DistUpgrade/DistUpgradeViewGtk3.py:730
1378#, python-format1378#, python-format
1379msgid "No longer needed (%s)"1379msgid "No longer needed (%s)"
1380msgstr "Ja no són necessaris (%s)"1380msgstr "Ja no són necessaris (%s)"
13811381
1382#: ../DistUpgrade/DistUpgradeViewGtk3.py:7241382#: ../DistUpgrade/DistUpgradeViewGtk3.py:731
1383#, python-format1383#, python-format
1384msgid "Install (%s)"1384msgid "Install (%s)"
1385msgstr "S'instal·laran (%s)"1385msgstr "S'instal·laran (%s)"
13861386
1387#: ../DistUpgrade/DistUpgradeViewGtk3.py:7251387#: ../DistUpgrade/DistUpgradeViewGtk3.py:732
1388#, python-format1388#, python-format
1389msgid "Upgrade (%s)"1389msgid "Upgrade (%s)"
1390msgstr "S'actualitzaran (%s)"1390msgstr "S'actualitzaran (%s)"
13911391
1392#: ../DistUpgrade/DistUpgradeViewGtk3.py:7731392#: ../DistUpgrade/DistUpgradeViewGtk3.py:780
1393msgid "Cancel"1393msgid "Cancel"
1394msgstr ""1394msgstr ""
13951395
1396#: ../DistUpgrade/DistUpgradeViewGtk3.py:7741396#: ../DistUpgrade/DistUpgradeViewGtk3.py:781
1397#: ../DistUpgrade/DistUpgradeViewKDE.py:9061397#: ../DistUpgrade/DistUpgradeViewKDE.py:914
1398msgid "Continue"1398msgid "Continue"
1399msgstr ""1399msgstr ""
14001400
1401#: ../DistUpgrade/DistUpgradeViewKDE.py:4451401#: ../DistUpgrade/DistUpgradeViewKDE.py:447
1402msgid "Show Difference >>>"1402msgid "Show Difference >>>"
1403msgstr "Mostra les diferències >>>"1403msgstr "Mostra les diferències >>>"
14041404
1405#: ../DistUpgrade/DistUpgradeViewKDE.py:4481405#: ../DistUpgrade/DistUpgradeViewKDE.py:450
1406msgid "<<< Hide Difference"1406msgid "<<< Hide Difference"
1407msgstr "<<< Oculta les diferències"1407msgstr "<<< Oculta les diferències"
14081408
1409#: ../DistUpgrade/DistUpgradeViewKDE.py:6681409#: ../DistUpgrade/DistUpgradeViewKDE.py:676
1410msgid "Error"1410msgid "Error"
1411msgstr "S'ha produït un error"1411msgstr "S'ha produït un error"
14121412
1413#: ../DistUpgrade/DistUpgradeViewKDE.py:6861413#: ../DistUpgrade/DistUpgradeViewKDE.py:694
1414#: ../DistUpgrade/DistUpgradeViewKDE.py:9271414#: ../DistUpgrade/DistUpgradeViewKDE.py:935
1415msgid "&Close"1415msgid "&Close"
1416msgstr "&Tanca"1416msgstr "&Tanca"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches